@charset "utf-8";

/* common
-------------------------------------------------------*/
* {
	box-sizing: border-box;
}
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.tb {
	display: none;
}
.area {
	padding: 50px 20px;
}
.inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.ttl01 {
	text-align: center;
	font-weight: 700;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.tb {
		display: block;
	}
}	
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 50px 15px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		line-height: 1.4;
	}
}


.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* visual
-------------------------------------------------------*/

.visual {
	padding: 20px;
}

.line_out {
	border: 2px solid #D5B15F;
	max-width: 1232px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
.line_out::before {
	position: absolute;
	content: "";
	background: url(../img/v_top.png) no-repeat;
	background-size: 100%;
	width: 238px;
	height: 238px;
	top: -2px;
	right: -2px;
	z-index: 2;
}
.line_out::after {
	position: absolute;
	content: "";
	background: url(../img/v_bottom.png) no-repeat;
	background-size: 100%;
	width: 238px;
	height: 238px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
}

.line_in {
	border: 2px solid #D5B15F;
	padding: 30px;
	padding-bottom: 60px;
	position: relative;
}
.line_in::after {
	position: absolute;
	content: "";
	background: url(../img/cap.png) no-repeat;
	background-size: 100%;
	width: 265px;
	height: 389px;
	bottom: -160px;
	right: -35px;
}


.logo {
	max-width: 100%;
}

.visual_txt01 {
	text-align: center;
	margin-bottom: 0px;
}

.visual_txt01 span {
	display: inline-block;
	color: #009EB6;
	font-weight: 700;
	font-size: 3.5rem;
	position: relative;
}

.visual_txt01 span::before {
	position: absolute;
	content: "";
	background: url(../img/t_left.png) no-repeat;
	background-size: 100%;
	width: 36px;
	height: 45px;
	top: 50%;
	transform: translateY(-50%);
	left: -50px;
}
.visual_txt01 span::after {
	position: absolute;
	content: "";
	background: url(../img/t_right.png) no-repeat;
	background-size: 100%;
	width: 36px;
	height: 45px;
	top: 50%;
	transform: translateY(-50%);
	right: -50px;
}

.visual_txt02 {
	display: flex;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	border-bottom: 2px solid #D5B15F;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.visual_txt02 dt {
	width: 45%;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 4.5rem;
	line-height: 1;
}

.visual_txt02 dt span {
	display: inline-block;
	position: relative;
	padding-left: 55px;
}
.visual_txt02 dt span::before {
	position: absolute;
	content: "";
	background: url(../img/br.png) no-repeat;
	background-size: 100%;
	width: 48px;
	height: 44px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.visual_txt02 dd {
	width: 55%;
	color: #009EB6;
	text-align: center;
	font-weight: 700;
	font-size: 6.4rem;
	line-height: 1;
	padding: 10px;
}

.visual_txt03 {
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
	margin-left: 10%;
	
}

.visual_txt03 dt {
	font-weight: 700;
	font-size: 4.8rem;
	line-height: 1;
	position: relative;
}

.visual_eng01 {
	font-family: "Oswald", sans-serif;
}

.visual_s01 {
	font-size:2.5rem;
}

.visual_txt03 dd {
	font-weight: 700;
	font-size: 4rem;
	color: #FF3366;
	margin-left: 20px;
	line-height: 1;
}

.visual_eng02 {
	font-size: 10rem;
	font-family: "Oswald", sans-serif;
}

.visual_txt04 {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.visual_txt04 dt {
	font-weight: 700;
	font-size: 2.5rem;
}
.visual_txt04 dd {
	font-weight: 700;
	font-size: 3rem;
	color: #0099dd;
	padding: 0 5px;
	padding-bottom: 5px;
	border-bottom: 2px dashed #0099dd;
	display: flex;
}

.txt_copy {
	display: block;
	max-width: 28px;
	cursor: pointer;
	margin-left: 5px;
}

.top_btn {
	max-width:550px;
	margin: 0 auto;
	margin-top: -60px;
	position: relative;
	z-index: 2;
}

.top_btn a:hover {
	opacity: 1;
	filter: brightness(1.3);
}
.bottom_btn a:hover {
	opacity: 1;
	filter: brightness(1.3);
}


.waribiki {
	display: inline-block;
	color: #fff;
	background: #d5b15f;
	padding: 5px 10px;
	position: absolute;
	font-size: 2rem;
	top: -45px;
	left: 50%;
	min-width: 160px;
	transform: translateX(-50%);
	text-align: center;
}

.visual_eng01_2 {
	font-family: "Oswald", sans-serif;
	font-size: 2.8rem;
}


@media screen and (max-width:1200px) {
	.visual_txt03 dd {
		font-size: 3rem;
	}
	.visual_eng02 {
		font-size: 8rem;
	}
}

@media screen and (max-width:1120px) {
	.visual_txt02 dt {
		font-size: 4rem;
	}
	.visual_txt02 dd {
		font-size: 5.5rem;
	}
}

@media screen and (max-width:1090px) {
	.line_in::after {
		display: none;
	}
	.visual_txt03 {
		margin-left: 0;
		justify-content:center;
	}
}

@media screen and (max-width:1030px) {
	.line_out::before {
	width: 150px;
	height: 150px;
}
.line_out::after {
	width: 150px;
	height: 150px;
}
.visual_txt02 dt {
		font-size: 3rem;
	}
	.visual_txt02 dd {
		font-size: 4.5rem;
	}

	.visual_txt01 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:850px) {
	.visual_txt02 dt {
		font-size: 2.5rem;
	}
	.visual_txt02 dd {
		font-size: 4rem;
	}
	.visual_txt02 dt span::before {
	width: 31px;
	height: 28px;
}
.visual_txt03 dt {
	font-size: 4rem;
}
 .visual_eng02 {
    font-size: 7rem;
  }
}


@media screen and (max-width:768px) {
	.visual {
	padding: 10px;
}

.line_out {
	padding: 10px;
}
.line_out::before {
	width: 108px;
	height: 108px;
}
.line_out::after {
	width: 108px;
	height: 108px;
}

.line_in {
	padding: 15px;
	padding-bottom: 60px;
}
.line_in::after {
	display: none;
}


.logo {
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.visual_txt01 {
	margin-bottom: 0px;
	margin-top: 40px;
	line-height: 1.3;
}

.visual_txt01 span {
	font-size: 2rem;
	display: block;
}

.visual_txt01 span::before {
	width: 20px;
	height: 28px;
	left: 10px;
}
.visual_txt01 span::after {
	width: 20px;
	height: 28px;
	right: 10px;
}

.visual_txt02 {
	display: block;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-top: -20px;
}

.visual_txt02 dt {
	width: 100%;
	font-size: 2.8rem;
	padding-bottom: 5px;
}

.visual_txt02 dt span {
	padding-left: 40px;
}
.visual_txt02 dt span::before {
	width: 31px;
	height: 28px;
}

.visual_txt02 dd {
	width: 100%;
	font-size:3.5rem;
	padding: 0px 0px 15px 0px;
}

.visual_txt03 {
	display: block;
	margin-left: 0;
	margin-bottom: 20px;
}

.visual_txt03 dt {
	font-size: 2rem;
	text-align: center;
}

.visual_eng01 {
	font-size:2.5rem;
}

.visual_s01 {
	font-size:2rem;
}

.visual_txt03 dd {
	font-size: 2.5rem;
	margin-left: 0px;
	text-align: center;
}

.visual_eng02 {
	font-size: 6rem;
}

.visual_txt04 {
	display: block;
}

.visual_txt04 dt {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 10px;
}
.visual_txt04 dd {
	width: 80%;
	margin: 0 auto;
	font-size: 2.7rem;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.txt_copy {
	display: block;
	max-width: 28px;
	cursor: pointer;
}

.top_btn {
	max-width:550px;
	margin: 0 auto;
	margin-top: -60px;
	position: relative;
	z-index: 2;
}

.waribiki {
	position: relative;
	font-size: 1.5rem;
	top: inherit;
	left: inherit;
	min-width: inherit;
	transform: inherit;
	text-align: center;
	margin-right: 10px;
}

.visual_eng01_2 {
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
}


}



/* area01
-------------------------------------------------------*/

.ttl {
	font-size: 4.2rem;
	font-weight: 700;
	color: #005CA2;
	text-align: center;
	margin-bottom: 30px;
}

.ttl span {
	border-bottom: 5px solid #0099DD;
}

.area01_img01 {
	max-width: 590px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.txt_center {
	text-align: center;
}

.area01_img02 {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 40px;
}

@media screen and (max-width:768px) {
	.ttl {
	font-size: 3.3rem;
	margin-bottom: 30px;
}
.txt_center {
	text-align: left;
}
}

/* area02
-------------------------------------------------------*/

.area02 {
	background: #f0f6fa;
}

.blue {
	color: #0099DD;
}

b {
	font-weight: 700;
}


.youtube {
	max-width: 680px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.youtube iframe {
	width: 100%;
	height: 383px;
}



.area02_cont01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.area02_cont01 dl {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	width: 48.5%;
	box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.area02_cont01 dl dt {
	background: #C0EAF4;
	border-radius: 20px;
	text-align: center;
	font-weight: 700;
	padding: 40px 10px;
	color: #0099DD;
	width: 35%;
}

.area02_cont01 dl dt span {
	font-size: 2rem;
} 

.area02_cont01 dl dd {
	width: 60%;
}

.list_dis {
	color: #0099DD;
	margin-right: 5px;
}
.list_dis02 {
	color: #0099DD;
	margin-right: 5px;
}

.area02_cont01_list01 {
	padding-left: 1em;
	text-indent: -1.3em;
}

.area02_cont01_list02 {
	padding-left: 1em;
}

.list_dis_last {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: -1.6em;
}

.area02_big {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 30px;
}

.area02_point {
	display: flex;
	justify-content: space-between;
}

.area02_point li {
	width: 32%;
	box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width:768px) {
	/*.youtube iframe {
	height: 200px;
}*/
.youtube {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 30px auto;
  padding-top: 56.25%; /* 16:9の比率（= 9 / 16 * 100） */
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.area02_cont01 {
	display: block;
}

.area02_cont01 dl {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.area02_cont01 dl dt {
	border-radius: 100px;
	padding: 5px 10px;
	width: 100%;
	margin-bottom: 10px;
}

.area02_cont01 dl dd {
	width: 70%;
	margin: 0 auto;
}

.area02_big {
	font-size: 2rem;
	margin-bottom: 30px;
}

.area02_point {
	display: block;
}

.area02_point li {
	width:90%;
	margin: 0 auto;
	margin-bottom: 20px;
}


}





.sec2_txt_cont {
	color: #0099DD;
	text-align: center;
}

.sec2_txt_cont_inner {
	display: inline-block;
	position: relative;
}

.sec2_txt_cont_inner::before {
	position: absolute;
	content: "";
	background: url(../img/sl_l.png) no-repeat;
	background-size: 100%;
	width: 94px;
	height: 102px;
	top: 50%;
	transform: translateY(-50%);
	left: -110px;
}
.sec2_txt_cont_inner::after {
	position: absolute;
	content: "";
	background: url(../img/sl_r.png) no-repeat;
	background-size: 100%;
	width: 94px;
	height: 102px;
	top: 50%;
	transform: translateY(-50%);
	right: -110px;
}

.sec2_txt_cont01 {
	font-weight: 700;
	font-size: 3.5rem;
	margin-bottom: 20px;
}

.sec2_box {
	display: inline-block;
	background: #0099DD;
	color: #FDE96A;
	padding: 0 10px;
	margin: 0 10px;
}

.sec2_txt_caution {
	margin-top: -10px;
}

@media screen and (max-width:768px) {

.sec2_txt_cont_inner::before {
	position: absolute;
	content: "";
	background: url(../img/sl_l_sp.png) no-repeat;
	background-size: 100%;
	width: 40px;
	height: 139px;
	top:inherit;
	bottom: 0;
	transform: inherit;
	left: -50px;
}
.sec2_txt_cont_inner::after {
	position: absolute;
	content: "";
	background: url(../img/sl_r_sp.png) no-repeat;
	background-size: 100%;
	width: 40px;
	height: 139px;
	top:inherit;
	bottom: 0;
	transform: inherit;
	right: -50px;
}

.sec2_txt_cont01 {
	font-size: 2.5rem;
	margin-bottom: 20px;
}

.sec2_box {
	display: inline-block;
	background: #0099DD;
	color: #FDE96A;
	padding: 0 10px;
	margin: 0 10px;
}

.sec2_txt_caution {
	margin-top: -10px;
}
}



.area02_3 {
	background: #f0f6fa;
}

.area02_3_flow_box {
	border: 1px solid #0099DD;
	padding: 10px 50px 20px 50px;
	margin-top: 20px;
}

.flow_caution {
	font-size: 1.4rem;
	margin-top: 10px;
	color: #666;
}

.ttl_flow {
	text-align: center;
}

.ttl_flow span {
	display: inline-block;
	color: #0099DD;
	font-size: 2.5rem;
	font-weight: 700;
	background: #f0f6fa;
	position: relative;
	top: -30px;
	padding: 0 20px;
}

@media screen and (max-width:768px) {

.area02_3_flow_box {
	padding: 10px 20px 20px 20px;
	margin-top: 10px;
}

.flow_caution {
	font-size: 1.2rem;
	margin-top: 10px;
}


.ttl_flow span {

	font-size: 2rem;
	top: -25px;
	padding: 0 20px;
}
}



/* area03
-------------------------------------------------------*/

.area03 {
	background: #f0f6fa;
}

.bottom_btn {
	max-width:660px;
	margin: 0 auto;
	position: relative;
}

.area03_rev {
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
}
.area03_rev::after {
	position: absolute;
	content: "";
	background: url(../img/area03_img01.png) no-repeat;
	background-size: 100%;
	width: 136px;
	height: 200px;
	top:14%;
	right: -70px;
}
.area03_rev::before {
	position: absolute;
	content: "";
	background: url(../img/area03_img02.png) no-repeat;
	background-size: 100%;
	width: 119px;
	height: 235px;
	bottom:5%;
	left: -150px;
}

.area03_rev dl {
	background: #fff;
	border-radius: 6px;
	margin-bottom: 7px;
	box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, 0.3);
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.area03_rev dl dt {
	background: #c0eaf4;
	border-radius: 6px;
	width: 10%;
	text-align: center;
	color: #0099DD;
	font-weight: 700;
	font-size: 2.5rem;
	padding: 10px 0px;
}

.area03_rev dl dd {
	width: 87%;
	font-size: 2rem;
}

.area03_rev_link {
	color: #0066AA;
	display: inline-block;
	font-weight: 700;
	text-decoration: underline;
	padding-right: 15px;
	position: relative;
	margin-right: 5px;
}
.area03_rev_link::after {
	position: absolute;
	content: "";
	background: url(../img/link.png) no-repeat;
	background-size: 100%;
	width: 12px;
	height: 12px;
	top:50%;
	transform: translateY(-50%);
	right: 0;
}

.area03_rev_link:hover {
	text-decoration: none;
}

.flow_s {
	font-size: 1.5rem;
}

.cup_txt {
	font-weight: 700;
	color: #0099dd;
	border-bottom: 2px dashed #0099dd;
}

.area03_rev .txt_copy {
	display: inline-block;
}


@media screen and (max-width:768px) {



.area03_rev::after {
	display: none;
}
.area03_rev::before {
	display: none;
}

.area03_rev dl {
	padding: 10px;
}

.area03_rev dl dt {
	width: 10%;
	font-size: 2.2rem;
	padding: 0px 0px;
}

.area03_rev dl dd {
	width: 87%;
	font-size: 1.5rem;
}



.flow_s {
	font-size: 1.8rem;
}

.cup_txt {
	display: inline-block;
	font-size: 2.5rem;
	margin-bottom: 5px;
}

.area03_rev .txt_copy {
	display: inline-block;
}
}


/* area04
-------------------------------------------------------*/

.area04_cont {
	background: #F6F7F8;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.area04_cont dt {
	font-weight: 700;
	color: #005ca2;
	font-size: 2rem;
	width: 200px;
}

.area04_cont dd {
	width: 100%;
	border-left: 5px solid #005CA2;
	padding-left: 3%;
	flex: 1;
}

.area04_cont dd .txt {
	margin-bottom: 20px;
	
}

@media screen and (max-width:768px) {
	.area04_cont {
	padding: 20px;
	display: block;
}

.area04_cont dt {
	font-size: 2rem;
	width: 100%;
	text-align: center;
}

.area04_cont dd {
	width: 100%;
	border-left: none;
	border-top: 2px solid #005CA2;
	padding-left: 0;
	padding-top: 10px;
	margin-top: 5px;
}

.area04_cont dd .txt {
	margin-bottom: 20px;
	
}
}


/* area05
-------------------------------------------------------*/

.area05 {
	padding: 0px 20px;
}

.ttl_sub {
	color: #005CA2;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.area05_box {
	border: 3px solid #0099DD;
	border-radius: 10px;
	padding: 40px;
}

.area05_box .txt {
	margin-bottom: 20px;
}

.area05_box_list {
	color: #FF3366;
	font-weight: 700;
}

.area05_box_list li {
	margin-bottom: 5px;
	text-indent: -1em;
	padding-left: 1em;
}
.area05_box_list li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	.area05 {
	padding: 0px 20px;
}
	.ttl_sub {
	font-size: 2.2rem;
	margin-bottom: 10px;
}

.area05_box {
	padding: 20px;
}

.area05_box .txt {
	margin-bottom: 20px;
}

.area05_box_list {
	color: #FF3366;
	font-weight: 700;
	padding-left: 1em;
}

.area05_box_list li {
	list-style: disc;
	margin-bottom: 5px;
}
.area05_box_list li:last-child {
	margin-bottom: 0;
}
}


/* area06
-------------------------------------------------------*/

.faq {
	padding: 0 30px;
}

.faq dl {
border-bottom: 1px solid #f4f4f4;
}

/* 初期状態でaco_boxは非表示 */
.aco_box {
  display: none;
  overflow: hidden;
  /*transition: all 0.3s ease;*/
  padding-bottom: 20px;
  padding-left: 60px;
  position: relative;
}
.aco_box::before {
	position: absolute;
	content: "";
	background: url(../img/a.png) no-repeat;
	background-size: 100%;
	width: 27px;
	height: 42px;
	top:2%;
	left: 0;
}

.aco_box a {
	color: #0066AA;
}

/* ボタン部分に矢印を追加 */
.aco_btn {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px 60px;
  
  font-size: 2rem;
  font-weight: 700;
  color: #005CA2;

}
.aco_btn::before {
	position: absolute;
	content: "";
	background: url(../img/q.png) no-repeat;
	background-size: 100%;
	width: 28px;
	height: 42px;
	top:50%;
	transform: translateY(-50%);
	left: 0;
}

.aco_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("../img/arrow.png"); /* 閉じてる状態 */
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.aco_btn:hover::after {
  background-image: url("../img/arrow.png"); /* 開いた状態 */
}


/* 開いてるとき */
.aco_btn.active::after {
  background-image: url("../img/arrow.png"); /* 開いた状態 */
  transform: translateY(-50%) rotate(180deg);
  top: 47%;
}


@media screen and (max-width:768px) {
	.faq {
	padding: 0;
}

.faq dl {
border-bottom: 1px solid #f4f4f4;
}

/* 初期状態でaco_boxは非表示 */
.aco_box {
  padding-left: 40px;
}
.aco_box::before {
	width: 22px;
	height: 36px;
}




/* ボタン部分に矢印を追加 */
.aco_btn {
  padding: 20px 20px 20px 40px;
  font-size: 1.6rem;
}
.aco_btn::before {
	width: 22px;
	height: 36px;
}

.aco_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("../img/arrow.png"); /* 閉じてる状態 */
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.aco_btn:hover::after {
  background-image: url("../img/arrow.png"); /* 開いた状態 */
}


/* 開いてるとき */
.aco_btn.active::after {
  background-image: url("../img/arrow.png"); /* 開いた状態 */
  transform: translateY(-50%) rotate(180deg);
  top: 47%;
}
}


/* footer
-------------------------------------------------------*/

.footer {
	background: #f6f7f8;
}

.footer_logo {
	max-width: 164px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.footer_nav {
	margin-bottom: 30px;
}

.footer_nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
}

.footer_nav ul li {
	margin: 0 15px;
}

.footer_nav ul li.last a {
	position: relative;
}
.footer_nav ul li.last a::after {
	position: absolute;
	content: "";
	background: url(../img/link.png) no-repeat;
	background-size: 100%;
	width: 12px;
	height: 13px;
	top:50%;
	transform: translateY(-50%);
	right: -16px;
}

.footer_nav ul li a {
	color: #005CA2;
}

.copy {
	text-align: center;
	font-size: 1.2rem;
}

@media screen and (max-width:768px) {
	.footer_nav ul {
	display: block;
}
.footer_nav ul li {
	text-align: center;
	margin-bottom: 15px;
}
.footer_nav ul li.last {
	margin-left: -6px;
}



}




.ttl_sub02 {
	font-size:3rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.area00 .inner {
	max-width: 1232px;
}

.set_wari {
	display: flex;
	justify-content: space-between;
}

.set_wari li {
	width: 32%;
	border: 2px solid #D5B15F;
	padding: 20px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
}

.set_wari_top {
	display: inline-block;
	background:#D5B15F;
	color: #fff;
	font-weight: 700;
	padding: 5px 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.set_wari_top_eng {
	font-family: "Oswald", sans-serif;
	font-size: 2.5rem;
	line-height: 1;
	margin-right: 3px;
}

.set_wari_c01 {
	font-weight: 700;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	min-height: 70px;
	margin-bottom: 10px;
}

.set_wari_c01 dt {
margin-right: 10px;
}

.set_wari_c01 dd {
	position: relative;
	padding-left: 20px;
}

.set_wari_c01 dd::before {
	content: "＋";
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
}

.set_wari_c01_1 {
	background: #009eb6;
	color: #fff;
	padding: 8px 10px;
	line-height: 1;
	padding-left: 30px;
	position: relative;
}

.set_wari_c01_1::before {
	content: "";
	position: absolute;
	background: url(../img/br.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 15px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.set_wari_c01_2 {
	background: #69c5b9;
	color: #fff;
	padding: 8px 10px;
	line-height: 1;
	padding-left: 30px;
	position: relative;
	text-align: center;
}

.set_wari_c01_2::before {
	content: "";
	position: absolute;
	background: url(../img/br.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 15px;
	left: 22%;
	top: 50%;
	transform: translateY(-50%);
}
.set_wari_c01_2.short::before {
	left: 10%;
}

.set_wari_c01_3 {
	background: #fc9296;
	color: #fff;
	padding: 8px 10px;
	line-height: 1;
	padding-left: 30px;
	position: relative;
}

.set_wari_c01_3::before {
	content: "";
	position: absolute;
	background: url(../img/hai.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 15px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.mb5 {
	margin-bottom: 5px;
}

.set_wari_txt {
	text-align: center;
}

.txt_price {
	color: #ff3366;
	text-align: center;
	font-weight: 700;
	font-size:2.5rem;
	line-height: 1;
	margin-bottom: 20px;
}

.txt_price .eng {
	font-family: "Oswald", sans-serif;
	font-size: 6rem;
}

.set_wari .visual_txt04 {
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.set_wari .visual_txt04 dt {
	font-size: 1.5rem;
}
.set_wari .visual_txt04 dd {
	font-size: 1.8rem;
	padding-bottom: 2px;
}

.set_wari .visual_txt04 dd span {
	padding-top: 5px;
}

.set_wari .txt_copy {
	width: 24px;
}

.set_wari_btn {
	text-align: center;
}

.set_wari_btn a {
	display: block;
	width:94%;
	margin: 0 auto;
	font-weight: 700;
	color: #fff;
	padding: 20px;
	padding-right: 35px;
	border-radius: 10px;
	background: #FF9801;
background: linear-gradient(180deg, rgba(255, 152, 1, 1) 0%, rgba(255, 137, 1, 1) 100%);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
line-height: 1.2;

}

.set_wari_btn a span {
	display: inline-block;
	position: relative;
}

.set_wari_btn a span::after {
	content: "";
	position: absolute;
	background: url(../img/btn_arrow.png) no-repeat;
	background-size: 100%;
	width: 12.5px;
	height: 20px;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
}


@media screen and (max-width:1180px) {
	.set_wari li {
	padding-top: 50px;
}

.set_wari_c01_1 {
	margin-bottom: 5px;
}

.set_wari_btn a {
	width: 100%;
}
}


@media screen and (max-width:768px) {

	.ttl_sub02 {
		font-size: 2.5rem;
		line-height: 1.4;
	}
	.set_wari {
	display: block;
}

.set_wari li {
	width: 100%;
	padding: 20px;
	padding-top: 40px;
	margin-bottom: 20px;
}

.set_wari li:last-child {
	margin-bottom: 0;
}
.set_wari_c01 {
	font-size: 1.2rem;
	min-height: 70px;
}
.set_wari_c01_1 {
	margin-bottom: 0;
}

.set_wari .visual_txt04 {
	display: flex;
	justify-content: center;
	width: 92%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

.set_wari .visual_txt04 dt {
	width:auto;
	margin-bottom: 0;
}

.set_wari .visual_txt04 dd {
	width:auto;
	text-align: right;
	margin: 0;
}

.set_wari_btn a {
	width: 92%;
}

.set_wari_c01_2::before {
	left: 10%;
}
}



/* area03_n
-------------------------------------------------------*/

.area03_n {
	background: #f0f6fa;
}

.area03_n_mv {
	display: inline-block;
	background: #69c5b9;
	color: #fff;
	line-height: 1.2;
	padding: 0 5px;
	margin: 0 5px;
	font-size: 90%;
}

.area03_n_mv_s {
	font-size: 60%;
}

.area03_n_hai {
	display: inline-block;
	background: #fc9296;
	color: #fff;
	line-height: 1.2;
	padding: 0 5px;
	margin: 0 5px;
	font-size: 90%;
}




.area03_n_mv_box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}

.area03_n_mv_box_inner {
	max-width: 860px;
	margin: 0 auto;
	padding: 30px;
}

.area03_n_mv_box h3 {
	background: #69c5b9;
	text-align: center;
	padding: 10px 10px;
	border-radius: 10px 10px 0 0;
	font-weight: 700;
	color: #fff;
	font-size: 3rem;
	line-height: 1.3;
}

.area03_n_mv_box_hai h3 {
	background: #fc9296;
}

.area03_n_mv_box .txt {
	margin-bottom: 30px;
}

.area03_n_mv_box .txt b {
	font-weight: 700;
	color: #2B9886;
}

.area03_n_mv_box_hai .txt b {
	color: #FC9296;
}


.area03_n_mv_box_img01 {
	max-width: 640px;
	margin: 0 auto;
}

.area03_n_mv_box_hai_img01 {
	max-width: 650px;
	margin: 0 auto;
}

.area03_n_mv_box_price {
	border: 2px solid #D5B15F;
	padding: 20px;
	max-width: 680px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	align-items: center;
	background: #fff;
}

.area03_n_mv_box_price_L {
	width: 49%;
}

.area03_n_mv_box_price_R {
	width: 49%;
}

.area03_n_mv_box_price_txt {
	display: flex;
	align-items: center;
}

.area03_n_mv_box_price_txt .set_wari_txt {
	margin-right: 5px;
}

.area03_n_mv_box_price_R .visual_txt04 dt {
	font-size: 1.6rem;
}

.area03_n_mv_box_price_R .visual_txt04 dd {
	font-size: 2rem;
}

.area03_n_mv_box_price_R .visual_txt04 {
	margin-bottom: 15px;
}

.area03_n_mv_box_price_R .txt_copy {
	max-width:22px;
}

.area03_n_mv_box_price_L .set_wari_c01 {
	min-height: auto;
	font-size: 1.2rem;
}

.area03_n_mv_box_price_L .txt_price {
	margin-bottom: 0;
	font-size: 1.5rem;
}

.area03_n_mv_box_price_L .txt_price .eng {
	font-size: 4rem;
}


@media screen and (max-width: 1180px) {
  .area03_n_mv_box_price_L .set_wari_c01_1 {
    margin-bottom: 0px;
  }
}


@media screen and (max-width: 763px) {
	.area03_n_mv_box h3 {
		font-size: 2.5rem;
	}

	.area03_n_mv_box_inner {
		padding: 30px 10px;
	}

	.area03_n_mv_box_img01 {
		max-width: 100%;
		width:85%;
		margin: 0 auto;
	}

	.area03_n_mv_box_price {
		display: block;
		padding: 15px;
	}
	.area03_n_mv_box_price_L {
		width: 100%;
		margin-bottom: 20px;
	}
	.area03_n_mv_box_price_R {
		width: 100%;
		
	}

	.area03_n_mv_box_price_L .txt_price .eng {
		font-size: 3.5rem;
	}

	.area03_n_mv_box_price_L .area03_n_mv_box_price_txt {
		justify-content: center;
	}

	.area03_n_mv_box_price_R .visual_txt04 {
		display: flex;
	}
	.area03_n_mv_box_price_R .visual_txt04 dt {
  font-size: 1.5rem;
}
.area03_n_mv_box_price_R .visual_txt04 dd {
	font-size: 1.8rem;
	width: auto;
	margin: 0;
}
.area03_n_mv_box_price_L .set_wari_c01 {
  font-size: 1.1rem;
}

.ttl_sub02_last {
	font-size: 2.2rem;
}
}