@charset "utf-8";

/*===============================
 Base
===============================*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: black;
	height: 100%;
}
a {
	color: black;
	text-decoration: none;
	transition: .5s;
}
a:hover {
	color: black;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}


/*===============================
 Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
 Font
===============================*/
html {
	font-size: 10px;
}
body {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	width: 100% !important;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	font-weight: 400;
}
p, li, dt, dd, th, td {
	line-height: 1.5;
}


/*===============================
 Wrapper
===============================*/
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.col {
	display: flex;
}
.flexStyle01 {
	justify-content: space-between;
	align-items: center;
}

@media screen and (min-width: 769px) {
	.wrapper {
		min-width: 1200px;
		background-color: #fff;
	}
}
@media screen and (max-width: 768px) {
	.wrapper {
		width: 100% !important;
		/* overflow-x: hidden; */
	}
	.col_bl {
		display:block!important; 
	}
}
/*===============================
 Header
===============================*/
.header {
	width: 100%;
	height: 95px;
	position: absolute;
	margin: 0 auto;
	z-index: 100;
	left: 0;
	top: 0;
}
.header_inner {
    /* max-width: 1280px; */
    margin-left: auto;
    margin-right: auto;
    padding: 10px 2.5% 0;
	width: 100%;
	/* margin: 0 auto;
	padding: 0 2.5%;
	display: -webkit-flex;
	display: flex; */
}
.header_lg {
	margin-top: 10px;
	width: 60px;
	height: 150px;
	position: absolute;
	right: 40px;
	top: 0;
}
.header_lg {
	display: block;
	max-width: 300px;
	width: 100%;
	height: 150px;
	background: url("../img/h1-logo.png") right top / 20% auto no-repeat;
	text-indent: -9999px;
	/* cursor: pointer; */
}
.cp_kinen{
	width: 220px;
	position: fixed;
	top: 60%;
	left: 0;
}
.page-top {
	width: 15%;
	margin: 0 ;
	padding: 0 ;
	position: fixed;
	top: 60%;
	left: 0;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

@media screen and (max-width: 768px) {
	.header {
		height: 45px;
		z-index: 1;
	}
	.header_inner {
		padding: 0 3.4375%;
	}
	.header_lg {
		margin-top: 5px;
		width: 70%;
		position: absolute;
		left: 20px;
		top: 0;
	}
	.header_lg {
		width: 100%;
		max-width: 100%;
		height: 90px;
		background: url(../img/h1-logo.png) 90% top / 12% auto no-repeat;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	/* .header_45th{
		margin-top: 10px;
		margin-left: 12px;
		width: 192px;
		background: url("../img/lg_thc_45_wh.png") 0 0 / 100% auto no-repeat;
	} */
	.page-top {
		display: none !important;
	}
}

/*===============================
 Key visual 
===============================*/
.kv {
	position: relative;
	width: 100%;
	padding-top: 66.66666666666666%;
	background: url("../img/mv_back_pc.jpg?date=240501") left top / 100% no-repeat;
}
.kv_catch {
	position: absolute;
    top: 20px;
    left: calc(50% - 23%);
    width: 45%;
	margin-left: auto;
	margin-right: auto;
}
.kv_catch img {
	width: 100%;
	height: auto;
}
.kv_catch_sp img {
	display: none;
}
.giftpre {
	position: absolute;
    top: 0px;
	right: 13%;
	width: 240px;
}

@media screen and (max-width: 768px) {
	.kv {
		padding-top: 156.25%;
		background: url("../img/mv_back_sp.jpg?date=240101") center top / contain no-repeat;
        position: relative;
	}

	.kv_catch {
		position: absolute;
		top: 20px;
    	width: 90%;
        left: calc(25% - 20%);
	}
    .kv_catch img {
        width: 100%;
		height: auto;
    }
	.kv_catch_sp img {
        display: block;
    }
	.giftpre {
		position: absolute;
		top: 0px;
		right: 0;
		width: 120px;
	}
}

/*===============================
 Campaign
===============================*/
.camp {
	/* background: url("../img/back01.png") center top / 80px repeat; */
	background-color: #F1E189;
	padding-bottom: 80px;
}
.camp02 {
	/* background: url("../img/back01.png") center top / 80px repeat; */
	background-color: #28B5B5;
	/* padding-bottom: 80px; */
}
.camp_inner {
	padding: 0 5.58% 40px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.more_inner {
	/* background: url("../img/more_sp_back.png") center top / 68% no-repeat; */
	padding: 0 5.58% 0px;
	margin: 80px auto -87px;
	display: block;
	position: relative;
}
.infoBox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.fairTitbox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 80px 0;
}
.fairCopy {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 2;
	text-align: center;
	background-color: #fff;
	display: inline; /* 複数行対応の必須設定 */
	box-decoration-break: clone;  
  	-webkit-box-decoration-break: clone;
	padding: 0rem .5rem .2rem .5rem;
	font-feature-settings: "palt";
}
.fairCopy span {
	color: #ED1C24;
}
.fairCopy-y {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 2;
	text-align: center;
	background-color: #F6F3C2;
	display: inline; /* 複数行対応の必須設定 */
	box-decoration-break: clone;  
  	-webkit-box-decoration-break: clone;
	padding: 0 .5rem;
	font-feature-settings: "palt";
}

.bg_yl {
	background-color: #F9E99E;
}

/*	flow_list-------------------------------*/
.stepupBox {
	margin-top: 60px;
}
.stepup_list{
	max-width: 1200px;
	margin: 0 auto 80px;
	counter-reset: number 0;
}
.stepup_listItem {
	position: relative;
	z-index: 10;
	justify-content: center;
	align-items: flex-start;
	background-color: #F5EFEF;
	padding: 1.4rem 3.2rem 1.6rem;
	/* border-radius: 30px; */
	margin-bottom: 30px;
}
.stepup_listItem img {
	margin-top: -30px;
}

.stepup_listItem_content .txtBox{
	margin-top: 10px;
	background-color: #fff;
	padding: 20px 25px;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.8rem;
	border-radius: 30px;
	box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
}
.totalCopy {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 80px;
}
.totalCopy img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.more_back {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 80px;
	position: relative;
}
.moreCopy {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* padding-top: 80px; */
	position: absolute;
	top: 40px;
	left: calc(100% - 80%);
}
.moreCopy img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -70px;
}
.camp_img img {
    width: 100%;
    height: auto;
}
.mab20 {
    margin-bottom: 20px;
}
.mab40 {
    margin-bottom: 40px;
}
.mab60 {
    margin-bottom: 60px;
}
.mab80 {
    margin-bottom: 80px;
}
.conf{
	margin-top: 30px;
}

@media screen and (min-width: 769px) {
.camp_inner {
	width: 1200px;
}
.more_inner {
	width: 1200px;
}

}
.camp_rankItem {
    width: 92%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 40px;
}
@media screen and (max-width: 768px) {
.camp {
	padding: 0 5.58% 32px;
	/* background: url("../img/back.png") center top / cover repeat; */
}

.camp_inner {
	padding: 0 0% 0px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.more_inner {
	/* background: url("../img/more_sp_back.png") center top / 68% no-repeat; */
	padding: 0 0% 0px;
	margin: 40px auto -47px;
	display: block;
	position: relative;
}
.fairTitbox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 40px 0;
}
.fairCopy {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 2;
	text-align: center;
	background-color: #fff;
	display: inline; /* 複数行対応の必須設定 */
	box-decoration-break: clone;  
  	-webkit-box-decoration-break: clone;
	padding: 0rem .5rem .2rem .5rem;
	font-feature-settings: "palt";
}
.fairCopy span {
	color: #ED1C24;
}
.fairCopy-y {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: center;
	background-color: #F6F3C2;
	display: inline; /* 複数行対応の必須設定 */
	box-decoration-break: clone;  
  	-webkit-box-decoration-break: clone;
	padding: 0 .5rem;
	font-feature-settings: "palt";
}

.stepupCopy {
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 160%;
	padding: 60px 0 40px;
	letter-spacing: -0.02rem;
}
.stepupBox {
	margin-top: 10px;
}
.stepup_list{
	margin-bottom: 50px;
}
.stepup_listItem {
	position: relative;
	z-index: 5;
	justify-content: center;
	align-items: flex-start;
	background-color: #F5EFEF;
	padding: 2rem 0rem 1.6rem;
	/* border-radius: 30px; */
	margin-bottom: 20px;
}
.stepup_listItem img {
	margin-top: -30px;
}
.totalCopy {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.totalCopy img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.more_back {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 80px;
	position: relative;
}
.moreCopy {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* padding-top: 80px; */
	position: absolute;
	top: 40px;
	left: calc(100% - 96%);
}
.moreCopy img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
}
.bg_yl {
	background-color: #F9E99E;
}

}


/*===============================
 smart airs
===============================*/
.smaair_area {
	margin: 0px 0 0 0;
	background-color: #E9E5E2;
	padding-bottom: 80px;
	padding-top: 120px;
}
.smaair_inner {
	padding: 60px 5.58% 0px;
	margin: 0 auto;
	display: block;
}
@media screen and (min-width: 769px) {
	.smaair_inner {
		width: 1200px;
	}
}
.smaairBox {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding: 2rem;
	background-color: #fff;
	border: 20px solid #A69547;
}
.smaair_main {
	position: relative;
	padding: 2rem;
}
.sm_Copy {
	position: absolute;
	top: 50px;
	left: calc(100% - 70%);
	color: #fff;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-style: normal;
	font-weight: 500;	
	font-size: 4rem;
}
.smaairboxIn {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1rem 2rem;
}
.order-01 {
	order: 1;
}
.order-02 {
	order: 2;
}
.smaairimg {
	width: 50%;
}
.smaairimg img {
	width: 100%;
}
.smaairTxtbox {
	padding: 0 1.4rem;
	width: 50%;
}
.smaair_midashi {
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 3.2rem;
	font-feature-settings: "palt";
	letter-spacing: .2rem;
	line-height: 160%;
	margin-bottom: 20px;
}
.smaair_cont {
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: .3rem;
	line-height: 160%;
}
@media screen and (max-width: 768px) {
.smaair_area {
	margin: 0px 0 0 0;
	background-color: #E9E5E2;
	padding-bottom: 20px;
	padding-top: 80px;
}
.smaair_inner {
	padding: 0px 5.58% 0px;
	margin: 0 auto;
	display: block;
}
.smaairBox {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	padding: 1rem;
	background-color: #fff;
	border: 10px solid #A69547;
}

.smaairTxtbox {
	display: block;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	gap: 10px;
}
.smaair_main {
	position: relative;
	padding: .6rem;
}
.sm_Copy {
	position: static;
	/* top: 50px;
	left: calc(100% - 70%); */
	margin-top: 1rem;
	color: #000;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-style: normal;
	font-weight: 500;	
	font-size: 2.2rem;
	text-align: center;
}
.smaairboxIn {
	display: block;
	justify-content: space-around;
	align-items: center;
	padding: 1rem .6rem;
}
.smaairimg {
	width: 100%;
}
.smaairimg img {
	width: 100%;
}
.smaairTxtbox {
	padding: 0 .2rem;
	width: 100%;
}
.smaair_midashi {
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 2rem;
	font-feature-settings: "palt";
	letter-spacing: .2rem;
	line-height: 160%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.smaair_cont {
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.3rem;
	font-feature-settings: "palt";
	letter-spacing: .3rem;
	line-height: 160%;
}
}

/*===============================
 faq_area
===============================*/

#faq_area {
	background: url("../img/back_img.jpg?date=240501") center top / 200% no-repeat;
	margin: 0px 0 0 0;
    padding: 0px 0 80px;
	background-color: #30E3DF;
}
#faq_area .inner {
	padding: 0px 5.58% 0px;
    margin: 0 auto;
    display: block;
}
@media screen and (min-width: 769px) {
	#faq_area .inner {
		width: 1200px;
	}
}
#faq_area .inner .acc_box {
	/* margin: 55px 0 0 0; */
	opacity: 0;
	transition: opacity 1s linear 0s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
	transform: translateY(25px);
	padding: 40px 5.58% 60px;
	/* background-color: #FADA7A; */
	/* border-radius: 100px; */
}
#faq_area .inner .acc_box.active {
	opacity: 1;
	transform: translateY(0);
}
#faq_area .inner .acc_box .toggle {
	display: none;
}
#faq_area .inner .acc_box .Label {
	padding: 25px 0 30px 85px;
	/* height: 60px;
	padding-left: 85px; */
	display: block;
	color: #000;
	/* border-bottom: 1px solid #000; */
	position: relative;
	background-color: #fff;
	/* border-radius: 60px; */
}
#faq_area .inner .acc_box .Label:hover {
	cursor: pointer;
}
#faq_area .inner .acc_box .Label::before {
	content: "Q.";
	font-family: century-old-style-std, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 4rem;
	color: #fff;
	background-color: #009990;
	letter-spacing: 0.15em;
	position: absolute;
	top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin-right: 50px;
    padding: 1.6rem 0rem 1.6rem 1.6rem;
	height: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
#faq_area .inner .acc_box .acc_ans::before {
	content: "A.";
	font-family: century-old-style-std, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 4rem;
	color: #fff;
	background-color: #F05A7E;
	letter-spacing: 0.15em;
	position: absolute;
	top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin-right: 50px;
    padding: 3rem 0rem 3rem 2rem;
	display:flex;
	justify-content:center;
	align-items:center;
	height: 100%;
}
#faq_area .inner .acc_box .Label::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url("../img/faq_ico01_01.svg") no-repeat;
	background-size: 30px 30px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
}
#faq_area .inner .acc_box .Label,
#faq_area .inner .acc_box .acc_ans {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.acc_ans {
	background: rgba(255, 255, 255, 1);
	height: 0;
	margin-bottom:10px;
	margin-top: 5px;
	padding: 0 65px;
	overflow: hidden;
	color: #000;
	line-height: 1.7;
	letter-spacing: 0.05em;
	/* border-radius: 60px; */
}
.acc_ans p {
	margin-left: 20px;
}

.toggle:checked + .Label + .acc_ans {
	height: auto;
	padding: 20px 65px;
	transition: all .3s;
}
.toggle:checked + .Label::after {
	background: url("../img/faq_ico01_02.svg") no-repeat !important;
	background-size: 30px 30px !important;
}
@media only screen and (max-width: 768px) {
#faq_area {
	background: url("../img/back_img.jpg?date=240501") center top / cover no-repeat;
	margin: 0px 0 0 0;
    padding: 0px 0 40px;
	background-color: #30E3DF;
}
#faq_area .inner {
	padding: 0px 3.58% 0px;
    margin: 0 auto;
    display: block;
}
#faq_area .inner .acc_box {
	/* margin: 55px 0 0 0; */
	opacity: 0;
	transition: opacity 1s linear 0s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
	transform: translateY(25px);
	padding: 0px 5.58% 20px;
	/* background-color: #FADA7A;
	border-radius: 60px; */
	font-size: 1.5rem;
}
.faqsec_titBox {
	margin: 0px auto 0px;
	text-align: center;
	padding: 0px 0 20px;
}

#faq_area .inner .acc_box .Label {
	padding: 25px 45px 25px 65px;
	line-height: 1.5;
}
#faq_area .inner .acc_box .Label::before {
	font-size: 3rem;
	top: 49%;
	left: 0px;
	padding: 3rem 0rem 2rem 1.6rem;
	height: 100%;
}

.toggle:checked + .Label + .acc_ans {
	padding: 3rem .6rem 3rem 3.6rem;
}
#faq_area .inner .acc_box .Label::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url("../img/faq_ico01_01.svg") no-repeat;
	background-size: 30px 30px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
}
#faq_area .inner .acc_box .acc_ans::before {
	font-size: 3rem;
	color: #fff;
	position: absolute;
	top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin-right: 50px;
    padding: 3rem .3rem 3rem 1.6rem;
	height: 100%;
}
.acc_ans p {
	margin-left: 30px;
}
}
@media screen and (min-width: 769px) {
	.faq_inner {
		width: 1200px;
	}
}

/*===============================
 bg
===============================*/
.bg_navy {
	background-color: #0F1C37;
}
.bg_wh {
	background-color: #fff;
}
.bg_gray {
	background-color: #BDCDD6;
}


.text-center {
	text-align: center;
}
.mat10 {
	margin-top: 10px;
}
.mat40 {
	margin-top: 40px;
}
.mat60 {
	margin-top: 60px;
}
.mat80 {
	margin-top: 80px;
}
.pat60 {
	padding-top: 60px;
}
.pat40 {
	padding-top: 40px;
}
.pat10 {
	padding-top: 10px;
}
.pat20 {
	padding-top: 20px;
}
.pab10 {
	padding-bottom: 10px !important;
}
.pab40 {
	padding-bottom: 40px !important;
}
.pab80 {
	padding-bottom: 80px !important;
}
.pcpat40 {
	padding-top: 40px;
}
.pcpar30 {
	padding-right: 30px;
}


@media screen and (min-width: 769px) {

.benefit_txt_pc {
	display: block;
}
.benefit_txt_sp {
	display: none;
}
.pc_on {
	display: block !important;
}
.pc_no {
	display: none;
	}
.sp_on {
	display: none;
}
.sp_no {
  display: none;
}
.pc_mat60 {
	margin-top: 60px !important;
}
}
@media screen and (max-width: 768px) {
.pc_no {
	display: none;
	}
.pc_on {
	display: none;
}
.sp_on {
	display: block;
}
.life_sp{
	display: block;
}


.pab40 {
	padding-bottom: 10px !important;
}
.pab20 {
	padding-bottom: 20px !important;
}
.pab80 {
	padding-bottom: 0px !important;
}
.pat60 {
    padding-top: 0px !important;
}


.navyBox {
	border: 2px solid #00053A;
	padding: 1rem;
	margin-bottom: 30px;
}
.navytit {
	font-size: 1.6rem;
	color: #00053A;
	font-weight: 400;
}
.navytitB {
	font-size: 2.4rem;
	color: #00053A;
	font-weight: 400;
}
.graytit {
	font-size: 1.6rem;
	color: #3E3A39;
	font-weight: 700 !important;
	letter-spacing: 0;
}
}

/*===============================
 Detail
===============================*/
.detail {
	background: #fff;
}
.detail_inner {
	padding: 0px 5.58% 40px;
	margin: 0 auto;
}
.detail_box {
	/* background-color: #fff; */
	margin: 0px 0 15px;
	padding: 0px 5.28%;
    position: relative;
}
.detail_box ul,.detail_box p {
	padding-left: 3rem;
}
.detail_box p {
	line-height: 150%;
}
.detail_sub {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.2rem;
	text-align: center;
	color: #4B2E2B;
	margin-bottom: 30px;
}
h4.detail_spitem {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
	position: relative;
	padding-left: 2.6rem;/*アイコン分のスペース*/
	color: #3F9AAE;
	margin-bottom: 15px;
	margin-top: 30px;
}
h4.detail_spitem::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.detail_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}

.detail_box ul li {
	text-indent: -1.6rem;
	padding-left: 1.6rem;
	padding-top: .6rem;
}

.detail_tab {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    line-height: 180%;
}
.detail_tab {
	width: 81%;
}

.detail_midashi {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 160%;
	color: #8C6A5D;
	text-align: left;
}
.detail_data {
	width: 100%;
	padding: 0 0 34px;
	font-size: 1.4rem;
    line-height: 180%;
}

.sa_title {
	border: 8px solid #eee;
	background-color: #fff;
	cursor: pointer;
	padding: 2rem 1rem;
	position: relative;
	text-align: center;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
}
.sa_title:hover {
	border: 8px solid #eee;
	color: #999;
	background-color: #F9F9F9;
}
.sa_title::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 4rem;/*サイズ*/
	right: 30%;/*アイコンの位置*/
	top: 1rem;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.sa_title.open::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d8";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 4rem;/*サイズ*/
	right: 30%;/*アイコンの位置*/
	top: 1rem;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.sa_box {
	height: 0;
	overflow: hidden;
	transition: height .5s ease;
}
.sa_box-inner {
	background: #efefef;
	padding: 1.6rem 3rem 0rem;
}
.sa_box-inner p {
	line-height: 160%;
}

.mat15 {
    margin-top: 15px;
}
.mat30 {
    margin-top: 30px;
}
.commentTxt {
    margin-top: 60px;
}
.detail_data p,.detail_data li {
    line-height: 180%;
}
.text-center {
    text-align: center;
}
/* .detail_data li:first-of-type{
	padding-top: 18px;
} */
.detail_data_pt{
	padding-top: 18px;
}
.detail_data_pb{
	padding-bottom: 18px;
}
.detail_privacy{
	font-size: 1.4rem;
	padding: 18px 0;
}
.detail_privacy li{
	list-style: none;
}
.detail_privacy a{
	text-decoration: underline;
  color: inherit;
}
.detail_privacy li span:first-of-type{
	width: 2.87%;
}
.detail_privacy li span:last-of-type{
	width: 97.1%;
}
/* .detail_data ul:nth-of-type(1){
	margin: 18px 0;
} */
.detail_data li span:first-of-type{
	width: 2.87%;
}
.detail_data li span:last-of-type{
	width: 97.1%;
}
@media screen and (min-width: 769px) {
	.detail_inner {
	width: 1200px;
}
}
@media screen and (max-width: 768px) {
.detail_inner{
	padding: 40px 3.58% 60px;
}
.detail_box {
	/* background: #F9FBFC; */
	margin: 0px 0 15px;
	padding: 0px 4.28% 0px;
	position: relative;
}
.detail_box ul,.detail_box p {
	padding-left: 0rem;
}
.detail_sub {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
	color: #4B2E2B;
	margin-bottom: 30px;
}
h4.detail_spitem {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	position: relative;
	padding-left: 2.2rem;/*アイコン分のスペース*/
	color: #3F9AAE;
	margin-bottom: 15px;
	margin-top: 30px;
}
h4.detail_spitem::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.detail_flex {
	display: block;
	margin-top: 20px;
}
.detail_box ul li {
	text-indent: -2rem;
	padding-left: 2rem;
	padding-top: .6rem;
}
	.detail_tit {
		font-family: m-plus-rounded-2p, sans-serif;
		font-style: normal;
		font-weight: 700;
		color: #008DDA;
		font-size: 2rem;
		letter-spacing: -0.15rem;
		text-align: center;
	}
	.detail_head {
		position: relative;
		display: block;
		width: 100%;
		font-size: 2rem;
		font-weight: 700;
		color: #FF9843;
		text-align: left;
		padding: 0;
	}
	.detail_head:after {
		display: none;
	}
	.detail_midashi {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 160%;
		color: #8C6A5D;
		text-align: left;
		padding-top: 1rem;
		letter-spacing: -.07rem;
		text-indent: -1rem;
		padding-left: 1rem;
	}
	.indent_midashi {
		text-indent: -1rem;
	}
	.detail_data {
		width: 100%;
		padding: 1rem 1.4rem 14px;
		font-size: 1.4rem;
	}
	.detail_privacy{
		font-size: 1.4rem;
		padding: 18px 0 30px;
		word-break: break-all;
	}
	.detail_data li span:first-of-type{
		width: 6.87%;
	}
	.detail_data li span:last-of-type{
		width: 100%;
	}
.sa_title {
	border: 8px solid #eee;
	background-color: #fff;
	cursor: pointer;
	padding: 2rem 1rem;
	position: relative;
	text-align: center;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
}
.sa_title:hover {
	border: 8px solid #eee;
	color: #999;
	background-color: #F9F9F9;
}
.sa_title::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 3rem;/*サイズ*/
	right: 5%;/*アイコンの位置*/
	top: 25%;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.sa_title.open::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d8";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 3rem;/*サイズ*/
	right: 5%;/*アイコンの位置*/
	top: 25%;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.sa_box {
	height: 0;
	overflow: hidden;
	transition: height .5s ease;
}
.sa_box-inner {
	background: #efefef;
	padding: 1.6rem 3rem 0rem;
}
}

/*===============================
 Footer
===============================*/
/* footer */
footer {
	padding: 60px 0 30px 0;
}
footer .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding: 10px 0;
}
/* footer .inner::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #9f9f9f;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
} */
footer .inner .outline {
	width: 390px;
	margin: 0 0 0 60px;
}

footer .copy {
	text-align: center;
	line-height: 1.5;
	font-size: 1.2rem;
	margin: 25px 0 0 0;
}
.sticky-button-wrapper {
	display: none;
}
@media only screen and (max-width: 768px) {
footer {
	padding: 30px 0 20px 0;
}
footer .inner {
	display: block;
	padding: 0;
}
footer .inner::before {
	content: none;
}
footer .inner .outline {
	width: 90vw;
	margin: 0 auto;
	border-bottom: 1px solid #9f9f9f;
	padding: 0 0 20px 0;
}

footer .copy {
	width: 90vw;
	margin: 25px auto 0 auto;
}



.btn {
  display: block;
  /* background-color: rgba(255, 255, 255, .6); */
  /* color: white; */
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
}
.stepin_fixed_bottom {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  /* background-color: #ccc1aa; */
  background-color: rgba(204, 193, 170, .4);
  box-sizing: border-box;
  padding: 0;
  z-index: 100;
}
.stepin_fixed_bottom[aria-expanded=false] {
  bottom: -200px;
  transition: .5s;
}
.stepin_fixed_bottom[aria-expanded=true] {
  bottom: 0px;
  transition: .5s;
}


}

/*===============================
 CV
===============================*/
.cv-top {
	width: 720px;
	padding-top: 60px;
	/* margin-bottom: 40px; */
    margin-left: auto;
    margin-right: auto;
	margin-top: -300px;
    position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cv-top a img{
    width: 100%;
	max-width: 720px;
}
.cv-top a{
  margin-left: auto;
  margin-right: auto;  
}
.cv-top a:hover {
	/* transform: translateY(0.1875em); */
    animation-play-state: paused;
}


.btn-box.poyopoyo {
  animation: poyopoyo-reverse 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo-reverse {
  /* ベースの状態：等倍 */
  0%, 40%, 60%, 80%, 100% {
    transform: scale(1.0);
  }
  /* 膨らむ状態：1.05倍（お好みで1.1などに調整してください） */
  50%, 70% {
    transform: scale(1.05);
  }
}




.yureru-j{
    animation: yureru-j 3s  infinite;
}
/* @keyframes yureru-j {
	0% {
    	top: -4px;
			box-shadow: 0px 8px 4px 0px rgba(0,0,0,0.4);
  }
  50% {
			top: 0;
			box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
	}
} */
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
}
/* @keyframes yureru-j {
	0% {transform: translate(0px, 2px);}
	5% {transform: translate(0px, -2px);}
	10% {transform: translate(0px, 2px);}
	15% {transform: translate(0px, -2px);}
	20% {transform: translate(0px, 2px);}
	25% {transform: translate(0px, -2px);}
	30% {transform: translate(0px, 0px);}
} */

.cv a,.cv02 a {
	width: 720px;
	padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cv a img,.cv02 a img{
    width: 100%;
	max-width: 840px;
}

.cv,.cv02 {
  margin-left: auto;
  margin-right: auto;
}
.cv a:hover,.cv02 a:hover {
	animation-play-state: paused;
}

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
.cv-top {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: -60px; */
	margin-top: -180px;
	position: relative;
}
.cv {
width: 85%;
margin: 40px auto 40px;
position: relative;
}
.cv02 {
	width: 85%;
	margin: 10px auto 10px;
	position: relative;
	}
.cv-top a img{
    width: 100%;
	max-width: 100%;
}
.cv a {
	width: 100%;
	padding-top: 00px;
    margin: 0 auto 0;
    position: relative;
}
.cv a img{
    width: 100%;
	max-width: 100%;
}
.cv02 a {
	width: 100%;
	padding-top: 00px;
    margin: 0 auto 0;
    position: relative;
}
.cv02 a img{
    width: 100%;
	max-width: 100%;
}
.yureru-j{
    animation: yureru-j 3s  infinite;
}
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
	}

}
