.container h1{
	margin: 0;
}
.container h1 img{
	max-width: 100%;
}
.container h1 + p{
	text-align: left;
	margin-top: 25px;
	line-height: 1.8;
}
.ab_list_bt_dw      { margin-bottom: 40px; color: #443829; overflow: hidden;}
.ab_list_bt_dw ul   { display: flex; flex-wrap: wrap; justify-content: center;}
.ab_list_bt_dw li   {
  width: 48.6%; margin-top: 20px; margin-right: 2.8%; color: #443829; border-radius: 50px; border: 2px solid #938675; text-align: center;
  background: url('../../common/img/ar_down.png') no-repeat 95%;
}
.ab_list_bt_dw li:nth-child(2n) { margin-right: 0;}
.ab_list_bt_dw li a { padding: 15px 20px; font-size: 18px; display: block;}
.special-anchor-links {
  justify-content: center;
}

#fortunebegonia h2 {
	margin-bottom: 20px;
}
#fortunebegonia h2.section-title {
  background-color: #f2e4d4;
}
.section-fortune01 h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color: #d31821;
}
.section-fortune01 .in-box {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;	
}
.section-fortune01 .in-box:nth-child(2n-1) {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;	
}
.section-fortune01 .in-box .desc {
	width: calc(100% - 460px);
	align-self: center;
}
.section-fortune01 .in-box .desc p {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}
.section-fortune01 .in-box .image {
	width: 420px;
}
.section-fortune01 .in-box .image img {
	max-width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.section-fortune02 h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color: #d31821;
}
.section-fortune02 .in-box {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;	
}
.section-fortune02 .in-box:nth-child(2n-1) {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;	
}
.section-fortune02 .in-box .desc {
	width: calc(100% - 460px);
	align-self: center;
}
.section-fortune02 .in-box .desc p {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}
.section-fortune02 .in-box .image {
	width: 420px;
}
.section-fortune02 .in-box .image img {
	max-width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  
	.container h1 + p{
		text-align: left;
	}	
	.ab_list_bt_dw { margin: 0 10px 30px;}
	.ab_list_bt_dw li { width: 100%; margin-top: 10px; margin-right: 0;}
  .ab_list_bt_dw li a { padding: 10px 20px; font-size: 16px; display: block;}
  .special-anchor-links {
    padding: 0 10px;
  }
  
	#fortunebegonia h1 {
		margin: 0 10px 15px;
	}
	#fortunebegonia h1 + p {
		margin: 0 10px 15px;
	}
	#fortunebegonia h2 {
		margin-bottom: 20px;
	}
	#fortunebegonia h2.section-title {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.4;
    background-color: #f9f4ee;
	}
  .section-fortune01 {
    margin: 0 10px;
  }
  .section-fortune01 h3 {
		margin: 15px 0 5px;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		color: #d31821;
	}
	.section-fortune01 h3 .for-pc {
		display: none;
	}
	.section-fortune01 .in-box {
		margin: 20px 0;
		display: block;
	}
	.section-fortune01 .in-box:nth-child(2n-1) {
		display: block;
	}
	.section-fortune01 .in-box .desc {
		width: auto;
	}
	.section-fortune01 .in-box .desc p {
		font-size: 14px;
		line-height: 1.8;
		text-align: justify;
	}
	.section-fortune01 .in-box .image {
		width: auto;
	}
	.section-fortune01 .in-box .image img {
		max-width: 100%;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
  .section-fortune02 {
    margin: 0 10px;
  }
  .section-fortune02 h3 {
		margin: 15px 0 5px;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		color: #d31821;
	}
	.section-fortune02 h3 .for-pc {
		display: none;
	}
	.section-fortune02 .in-box {
		margin: 20px 0;
		display: block;
	}
	.section-fortune02 .in-box:nth-child(2n-1) {
		display: block;
	}
	.section-fortune02 .in-box .desc {
		width: auto;
	}
	.section-fortune02 .in-box .desc p {
		font-size: 14px;
		line-height: 1.8;
		text-align: justify;
	}
	.section-fortune02 .in-box .image {
		width: auto;
	}
	.section-fortune02 .in-box .image img {
		max-width: 100%;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
}