@charset "utf-8";

/*--- common ---*/
.dn {
	display: none;
}

h2 {
	padding: 5px 0;
}

.content_bg {
	background: #ffe201;
	padding-bottom: 220px;
	background-image: url(fukumaro_bg01.png),url(fukumaro_bg02.png),url(fukumaro_bg03.png);
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: bottom 2% center,bottom 4% left 25%,bottom 11% right 20%;
}

/*--- common ---*/

/*--- fukumaro_q ---*/
.question,.answer{
	font-size: 24px;
	display: block;
	font-weight: bold;
	text-align: center;
}

.back_box ul {
	width: 90%;
	text-align: center;
	margin: auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.back_box ul li {
	width: calc(100% / 2 - 15px);
	margin: 20px 15px 0 0;
	list-style: none;
}

.back_box ul li a {
	color: #fff;
	padding: 20px;
	text-align: center;
	background-color: #ff7800;
	font-weight: bold;
	font-size: 22px;
	border: 2px solid #ff7800;
	border-radius: 10px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 88px;
}
	
.back_box ul li:nth-child(2n) {
	margin-right: 0;
}

.back_box ul li a:hover{
	color: #ff7800;
	background-color: #fff;
}
	
.content_inner {
	width: 1160px;
	margin: 0 auto;
}
	
.list_back_q {
	background: #fff;
	padding: 80px 30px 0 30px;
	margin: 0 30px;
	border-radius: 50px;
	position: relative;
	height: 420px;
}
	
.list_back_q:before {
	content: "";
	border: 30px solid transparent;
	border-top: 30px solid #fff;
	position: absolute;
	top: 100%;
	left: 47%;
}
	
h4 {
	width: 50%;
	clear: both;
	margin: auto;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #C00003;
}
	
.back {
	font-size: 120%;
	position: absolute;
	bottom: 40px;
	left: 478px;
}
/*--- fukumaro_q ---*/

/*--- fukumaro_a ---*/
.list_back_a {
	background: #fff;
	padding: 5px 20px 10px 20px;
	margin: 0 30px;
	border-radius: 50px;
	position: relative;
	/*height: 580px;*/
}

.list_back_a span {
	font-size: 140%;
	color: #cc0000;
}

.list_back_a:before {
	content: "";
	border: 30px solid transparent;
	border-top: 30px solid #fff;
	position: absolute;
	top: 100%;
	left: 47%;
}

.answer_box01 {
	margin-bottom: 20px;
}

.answer_box02 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 15px;
}

.answer_box02 .answer_content02 {
	width: 500px;
	text-align: center;
}

.answer_box02 .answer_content02:last-child {
	margin-left: 15px;
}

.answer_box01 .answer_content01 {
	display: flex;
	justify-content: center;
}

.answer_box01 .answer_content01 .left_area {
	margin-right: 100px;
}

.answer_box01 .answer_content01 .right_area {
	margin: auto 0;
	width: 480px;
}

.answer_box01 .answer_content01 .right_area p {
	font-size: 120%;
}

.answer_box01 .answer_content01 .right_area .btn_to_pdp a{
	text-decoration: none;
	color: #fff;
	display: block;
	width: 300px;
	padding: 5px;
	border: 2px solid #ff7800;
	border-radius: 10px;
	margin-top: 10px;
	font-size: 120%;
	background: #ff7800;
	font-weight: bold;
	text-align: center;
}

.answer_box01 .answer_content01 .right_area .btn_to_pdp a:hover {
	color: #ff7800;
	background: #fff;
}

.answer_box01 .answer_content01 .right_area .toWorld {
	margin-top: 15px;
}

.answer_box02 .answer_content02 p {
	font-size: 120%;
	line-height: 1.4;
}

.answer_box01 .answer_content01 .red,.answer_box02 .answer_content02 .red {
	color: #cc0000;
	font-size: 100%;
	font-weight: bold;
}

.answer_box02 .answer_content02 .seriesName {
	font-weight: bold;
	font-size: 180%;
	margin: 5px 0;
	line-height: 1;
}

.answer_box02 .answer_content02 .seriesName .seriesName_sub {
	font-size: 80%;
	color: #000;
}

.answer_box01 .answer_content01 .right_area .seriesName {
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 5px;
}

.answer_box02 .answer_content02 .btn_to_pdp a{
	text-decoration: none;
	color: #fff;
	display: block;
	width: 300px;
	padding: 5px;
	border: 2px solid #ff7800;
	border-radius: 10px;
	margin: 5px auto 0 auto;
	font-size: 120%;
	background: #ff7800;
	font-weight: bold;
}

.answer_box02 .answer_content02 .btn_to_pdp a:hover {
	color: #ff7800;
	background: #fff;
}

.answer_box02 .answer_content02 .toWorld {
	margin-top: 10px;
}

.back_first {
	font-size: 120%;
	text-align: center;
	background: #ffe201;
	padding-bottom: 50px;
}

.flexArea_1column {
  display: flex;
  justify-content: space-between;
}

.flexArea_2column {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.right_area .flexArea_1column .price {
  font-weight: bold;
  color: #c00;
  padding: 10px 0;
}

.flexArea_2column .price {
  font-weight: bold;
  color: #c00;
  padding: 10px 0;
}

.right_area .flexArea_1column .price span {
  font-size: 2.6rem;
}

.flexArea_2column .price span {
  font-size: 2.6rem;
}

/*--- fukumaro_a ---*/
	
@media screen and (max-width: 767px) {
/*--- common ---*/
.content_bg {
	background-image: url(fukumaro_bg_sp.png);
	background-repeat: no-repeat;
	background-position: bottom 2% center;
	background-size: 100%;
	padding-bottom: 42%;
}
/*--- common ---*/
/*--- fukumaro_q ---*/
.back_box .question {
	font-size: 20px;
}

.back_box ul {
	display: block;
}
	
.back_box ul li {
	width: 100%;
	font-size: 18px;
	padding: 10px;
	margin: 0;
}

.back_box ul li a {
	padding: 10px;
	font-size: 18px;
	height: 70px;
}
	
.content_inner {
	width: 100%;
}
	
.list_back_q {
	margin: 0 10px;
	padding: 20px 10px 10px 10px;
	height: 340px;
}

.list_back_q:before {
	left: 42%;
}

.back {
	bottom: 5%;
	left: 36%;
}
/*--- fukumaro_q ---*/

/*--- fukumaro_a ---*/
.answer {
	font-size: 16px;
	line-height: 1.2;
}
.list_back_a {
	height: initial;
	margin: 0 10px;
	padding: 20px 20px 10px 20px;
}

.list_back_a:before {
	left: 42%;
}

.answer_box02 {
	display: initial;
}

.answer_box01 .answer_content01 {
	display: initial;
	justify-content: initial;
	text-align: center;
}

.answer_box02 .answer_content02 {
	width: 100%;
	margin-bottom: 20px;
}

.answer_box02 .answer_content02:last-child {
	margin-bottom: 0;
	margin-left: 0;
}

.answer_box01 .answer_content01 .left_area {
	margin-right: 0;	
}

.answer_box01 .answer_content01 .right_area {
	width: 100%;
}

.answer_box01 .answer_content01 .right_area .btn_to_pdp a{
	width: 100%;
}

.answer_box02 .answer_content02 .btn_to_pdp a{
	width: 100%;
}

.back_first {
	bottom: initial;
	top: 34%;
	left: 40%;
}

.flexArea_1column {
  display: block;
}

.flexArea_2column {
  display: block;
}

.right_area .flexArea_1column .price {
  padding: 0;
}
/*--- fukumaro_a ---*/
}

