
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

/*
.m-plus-1p-thin {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 100;
  font-style: normal;
}
*/

/*コピペの枠線消す---------------------*/
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    outline: none;
}
/*全体・リセット---------------------*/
header, nav, article, aside, section, footer {
	display:block;
}
.st2-page-title {
    padding: 0.5rem 20px 0;
    margin-bottom: 0.5rem;
}
.st2-page-title__heading__txt {
	font-size: 1.3rem;
	font-weight: normal;
}
.st2-main-container {
	padding-top: 0;
}
.st2-contents-wrapper>div>div {
	padding: 0;
}
h2{
	margin:0;
}
p,ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
a:hover  {
	text-decoration: none;
	opacity:0.6;
	transition:0.3s;
}
.red{
	color: #d32f2f;
}
.yellow{
	color: #ffe900;
}
.L01 {
	font-size: 150%;
}
.L02 {
	font-size: 120%;
}
.S01 {
	font-size: 80%;
}
.S02 {
	font-size: 70%;
}
.indent {
	text-align: left;
	padding-left: 1rem;
	text-indent: -1rem;
	display: block;
}
.box_ind {
	margin:0 6rem 2rem;
}
.indent2 {
	text-align: left;
	padding-left: 2rem;
	text-indent: -2rem;
}
.mt_n {
	margin-top: 0 !important;
}
.mb_1 {
	margin-bottom:1rem;
}
.ml_1 {
	margin-left: 3rem;
}
.pa01{
	padding-bottom: 1rem;
}
.st2-color-layout {
    margin: 0 0 3rem;
}
.S01 a {
	text-decoration: underline;
}
.S01 a:hover {
	text-decoration:none;
}

@media (max-width: 1024px) {
	.box_ind {
		margin: 0 4rem 2rem;
	}
}

@media (min-width: 737px) {
	.pc_none{
		display:none;
	}
}

@media (max-width: 736px) {
	.S01 {
		font-size: 86%;
		line-height: 1.4;
	}
	.S02 {
		font-size: 75%;
		margin: 0;
	}
	.ml_1 {
		margin-left: 1.3em;
	}
	.sp_none{
		display:none;
	}
	.st2-site-footer__page-to-top.this-active a {
		bottom: 13rem;
	}
	.st2-page-title__heading__txt {
        margin: 0;
		font-size: 1.0rem;
    }
	.box_ind {
		margin:0 4% 2rem;
	}
	.pa04 {
		padding-top: 1rem;
	}
	.indent {
		margin-bottom: 0.7rem;
	}
}
article{
	background: url(/cpn/akicpn2025/images/akicpn2025_bk.jpg) repeat;
	padding-bottom: 1rem;
    margin-bottom: 7rem;
}
@media (max-width: 736px) {
	article{
		background-size: 150px;
		margin-bottom:0;
	}
}
/*各section共通---------------------*/
.blk_wrapper{
	padding: 0 20px;
	position: relative;
    z-index: 1;
	margin-bottom: 20rem;
}
#blk02 .blk_inner,
#blk03 .blk_inner,
#blk04 .blk_inner{
	max-width: 1300px;
	margin: 0 auto;
	font-size:1.8rem;
	background-color: #fff9f1;
	box-sizing: border-box;
	padding:7rem 7rem 5rem;
	border-radius: 30px;
	border: 6px solid #126855;
	box-shadow: 8px 9px 0px 0px rgba(0, 255, 199, 1);
}
@media (max-width:1300px) {
	#blk02 .blk_inner,
	#blk03 .blk_inner,
	#blk04 .blk_inner{
		padding:7rem 3rem 5rem;
	}
}

@media (max-width:1024px) {
	#blk02 .blk_inner,
	#blk03 .blk_inner,
	#blk04 .blk_inner{
		padding:5rem 3rem 3rem;
		font-size:1.6rem;
	}
}

@media (max-width: 736px) {
	.blk_wrapper{
		margin-top: 0;
		padding: 0 2.8205128205%;
		margin-bottom: 0;
	}
	#blk02 .blk_inner,
	#blk03 .blk_inner,
	#blk04 .blk_inner{
		border-radius: 15px;
		padding:2rem 4%;
		font-size: 1.2rem !important;
		border: 4px solid #126855;
		box-shadow: 4px 5px 0px 0px rgba(0, 255, 199, 1);
	}
	
	#blk05 .blk_inner{
		
	}
}


/*MV---------------------*/
#blk01 {
	margin-bottom: 0;
}
#top_img img{
	text-align: center;
	width: 100%;
	display: block;
	margin: 0 auto;
}
@media (max-width: 736px) {
}


/*MV下---------------------*/
#main_txt{
	text-align: center;
	color: #fff;
	margin: 0;
}
#main_txt .main_txt_01 {
    margin: -3rem auto 0;
}
#main_txt .main_txt_02 {
	font-size: 5.0rem;
	font-weight: bold;
	color: #018668;
	display: block;
	background-color: #ffe900;
	max-width: 600px;
	margin: 3rem auto 0;
	line-height: 1.0;
	padding: 1rem 0;
	text-align: center;
}
#main_txt .main_txt_02>span {
	font-size:3.5rem;
}
#main_txt .main_txt_02 .letter-s {
	letter-spacing: -0.5em;
}


@media (max-width: 736px) {

	#main_txt .main_txt_01 {
		margin:-2rem auto 0;
	}
	#main_txt .main_txt_02 {
		font-size: 2.4rem;
		margin: 2rem auto 12rem;
		padding: 0.5rem 0;
		max-width: 90%;
	}
	#main_txt .main_txt_02 span {
		font-size: 1.6rem;
	}
}


/*H2---------------------*/
h2 {
    display: block;
    max-width: 1300px;
    margin: -90px auto 3rem;
	text-align: center;
	padding-top: 90px;
}
h2>span {
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #ffe900;
	font-size: 4.5rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	position: relative;
}
h2>span img{
	position: absolute;
	transform: translateY(-50%);
	top: 5px;
	left: -100px;
}
h2 .qa_fs{
	font-size: 3.5rem;
}

@media (max-width: 1024px) {
	h2>span {
		font-size: 3.0rem;
	}
}

@media (max-width: 736px) {
	h2 {
		margin: -90px auto 1rem;
		display: block;
		text-align: center;
	}
	h2>span {
		font-size: 2.2rem;
		line-height: 1.3;
		text-align: left;
		display:inline-block;
	}
	#blk05 h2>span {
		text-align: center;
	}
	
	h2 .qa_fs{
		font-size:1.6rem;
	}
	h2>span img {
        top: -58px;
        transform: translateX(-50%);
        left: 50%;
        width: 160px;
	}
}
/*H3---------------------*/

h3{
	color: #126855;
	font-size: 3rem;
	font-family: "M PLUS 1 Code", monospace;
	font-optical-sizing: auto;
	font-weight: 600;
	margin-bottom: 1rem;
	margin-top: 5rem;
}
@media (max-width: 736px) {
	h3{
		font-size: 1.6rem;
		margin-top: 3rem;
	}
	h3 img{
		width: 30px;
		padding-right: 4px;
	}

}
/*H4---------------------*/
h4 {
font-family: "M PLUS 1 Code", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    margin: 10rem 0 2rem;
    text-align: center;
}
h4 img{
    margin-bottom: -0.5rem;
	margin-right: 0.5rem;
}

@media (max-width: 1024px) {
	h4 {
		font-size: 2.5rem;
		margin: 3rem 0 1rem;
	}
	h4 img{
		margin-bottom: -0.2rem;
		margin-right: 0.2rem;
		width: 47px;
	}
}

@media (max-width: 736px) {
	h4 {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	h4 img{
		margin-bottom: 0rem;
		margin-right: 0.2rem;
		width: 34px;
	}

}

/*H4---------------------*/
h5 {
font-family: "M PLUS 1 Code", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    margin: 0 0 1rem;
}

@media (max-width: 736px) {
	h5 {
		font-size: 1.6rem;
		line-height: 1.4;
		margin: 4.5rem 0 1rem;
	}
}

/*キャンペーン情報---------------------*/
#blk02,
#blk03,
#blk04,
#blk05{
	margin-bottom: 22rem;
}
#blk02 dt,
#blk02 dd {
	display: inline-block;
	vertical-align: top;
}
#blk02 dd .indent {
    padding-left: 3rem;
}
#blk02 .day_L {
	width:4em;
}
.coupon_price{
    margin: 2rem 0 3rem;
}
.cpn_price{
    display: flex;
    justify-content: space-evenly;
    border-bottom:dotted 3px #126855;
    align-items: center;
    margin:0 auto 0.5rem;
    padding:0;
    max-width: 700px;
}
.cpn_price .daikin{
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
}

.cpn_price .daikin span{
    font-size: 3.0rem;
    display: block;
}
.cpn_price .yajirushi{
    font-size: 3.0rem;
    font-weight: bold;
}

.cpn_price .waribiki span{
    font-size: 2.5rem;
}
.cpn_price .waribiki span strong{
    font-size: 4.5rem;
}
.coupon_title{
	text-align: center;
	margin-bottom: 1rem;
}
#blk02 ol{
	display: block;
	text-indent: -1em;
}



@media (max-width: 736px) {
	#blk02,
	#blk03,
	#blk04,
	#blk05{
		margin-bottom: 15rem;
	}
	#blk02 dl {
		margin-bottom: 1rem;
	}
	#blk02 dt,
	#blk02 dd {
		display: block;
		width: auto;
	}
	#blk02 .day_L {
		font-weight: bold;
		width: auto;
	}
	#blk02 dd .indent {
		padding-left: 1rem;
	}
	#blk02 .day_C {
		display:none;
	}
    .cpn_price {
        border-bottom: dotted 2px #03287c;
        margin: 0 auto;
        padding: 0.3rem 0;
    }
    .cpn_price .daikin {
        font-size: 1.0rem;
    }
    .cpn_price .daikin span {
        font-size: 1.4rem;
    }
    .cpn_price .yajirushi {
        font-size: 1.6rem;
    }
    .cpn_price .waribiki span {
        font-size: 1.2rem;
    }
    .cpn_price .waribiki span strong {
        font-size: 2.8rem;
    }
    .coupon_price {
        margin: 1rem 0 2rem;
    }
	#blk02 ol{
		padding-left: 1em;
	}
	.coupon_title{
		font-size: 1.2rem;
		margin-top: 2rem;
	}

}


/*クーポンGET---------------------*/
.cpn_blk {
	text-align: center;
}
.cpn_click{
    margin-bottom: 3rem;
    position: relative;
}
.cpn_blk .two_box {
    margin-top: 2rem;
}
.cpn_blk .two_box .cpn_click {
	display: inline-block;
	width: 49%;
}
.cpn_blk .two_box .cpn_click:first-child {
	margin-right: 1%;
}
.cpn_blk .three_box .cpn_click {
	display: inline-block;
	width: 32%;
	margin-right: 1%;
}
.cpn_blk .three_box .cpn_click:last-child {
	margin-right: 0;
}
.cpn_blk .cpn_01_box,
.cpn_blk .cpn_02_box,
.cpn_blk .cpn_03_box,
.cpn_blk .cpn_04_box,
.cpn_blk .cpn_05_box,
.cpn_blk .cpn_06_box{
	max-width: 800px;
	border: 4px solid;
	margin: 0 auto;
	border-radius: 8px;
	background: #f8f4db;
	box-shadow:0 5px 0 0 rgb(0 0 0 / 13%);
}
.cpn_blk .cpn_01_box {
	border-color: #c03030;
}
.cpn_blk .cpn_02_box {
	border-color: #557804;
}
.cpn_blk .cpn_03_box {
	border-color: #389ea9;
}
.cpn_blk .cpn_04_box {
	border-color: #f4570b;
}
.cpn_blk .cpn_05_box {
	border-color: #e34f61;
}
.cpn_blk .cpn_06_box {
	border-color: #7e59c1;
}

.cpn_blk .cpn_top {
	border-radius: 0;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
	line-height: 1.2;
	padding: 1rem;
}
.cpn_blk .three_box .cpn_top {
	border-radius: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
	line-height: 1.2;
	padding: 0.5rem;
}

.cpn_blk .cpn_top span span {
    font-size: 240%;
}

.cpn_blk .cpn_top b {
    border-bottom: 1px solid #fff;
    padding: 0 0.3rem;
}
.cpn_blk .cpn_01_box .cpn_top {
	background: #c03030;
}
.cpn_blk .cpn_02_box .cpn_top {
    background: #557804;
}
.cpn_blk .cpn_03_box .cpn_top {
    background: #389ea9;
}
.cpn_blk .cpn_04_box .cpn_top {
    background: #f4570b;
}
.cpn_blk .cpn_05_box .cpn_top {
    background: #e34f61;
}
.cpn_blk .cpn_06_box .cpn_top {
    background: #7e59c1;
}
.cpn_blk .cpn_btm {
	padding: 1rem;
}
.cpn_blk .cpn_01_box a  {
	color: #fffcea;
}
.cpn_blk .cpn_01_box a:hover  {
	text-decoration: none;
	opacity:0.6;
	transition:0.5s;
}
.cpn_blk .cpn_btm p{
	margin: 0;
}
.cpn_blk .cpn_btm .cpn_code input {
	color :#cc0e28;
	font-size: 6rem;
	font-weight: bold;
	line-height: 7rem;
	border: none;
	background: none;
	text-align: center;
	width: 100%;
	text-align: center;
	padding: 0;
}
.cpn_blk .three_box .cpn_btm .cpn_code input {
	color :#cc0e28;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 4rem;
	border: none;
	background: none;
	text-align: center;
	width: 100%;
	text-align: center;
	padding: 0;
}
.cpn_blk .cpn_01_box .cpn_btm .cpn_code input {
	color :#c03030;
}
.cpn_blk .cpn_02_box .cpn_btm .cpn_code input {
	color :#557804;
}
.cpn_blk .cpn_03_box .cpn_btm .cpn_code input {
	color :#389ea9;
}
.cpn_blk .cpn_04_box .cpn_btm .cpn_code input {
	color :#f4570b;
}
.cpn_blk .cpn_05_box .cpn_btm .cpn_code input {
	color :#e34f61;
}
.cpn_blk .cpn_06_box .cpn_btm .cpn_code input {
	color :#7e59c1;
}
.cpn_blk .cpn_click {
	display: inline-block;
}
.cpn_blk .cpn_click .cpn_code_txt {
	line-height: 2.2rem;
	font-weight: bold;
	color: #4f492c;
    font-size: 1.8rem;
}
.cpn_blk .cpn_click button{
	min-width: 40%;
	padding: 0.5rem;
    margin-top: 0.5rem;
}
#cpn_01.cpn_blk .cpn_click button{
	background: #f8f4db;
    border-radius: 50px;
    border: 1px #fbda00 solid;
    box-shadow: 3px 2px 2px 0px rgba(0, 0, 0, 0.15);
	font-size: 1.1rem;
    padding: 0.5rem 2rem;
}
#cpn_01.cpn_blk .cpn_click .cpn_01_box button{
    border: 1px #c03030 solid;
}
#cpn_01.cpn_blk .cpn_click .cpn_02_box button{
    border: 1px #557804 solid;
}
#cpn_01.cpn_blk .cpn_click .cpn_03_box button{
    border: 1px #389ea9 solid;
}
#cpn_01.cpn_blk .cpn_click .cpn_04_box button{
    border: 1px #f4570b solid;
}
#cpn_01.cpn_blk .cpn_click .cpn_05_box button{
    border: 1px #e34f61 solid;
}
#cpn_01.cpn_blk .cpn_click .cpn_06_box button{
    border: 1px #7e59c1 solid;
}
.cpn_blk .cpn_txt {
	font-size: 1.8rem;
	line-height: 2.5rem;
	margin: 0;
}
.cpn_blk .st2-search-kokunaidp {
	text-align: left;
}
.use_btn_box {
    display: flex;
    justify-content: center;
	margin-right: -2rem;
}
.use_btn a {
	background: #fff;
    color: #126855;
    padding: 1.0rem 2rem;
    display: inline-block;
    border-radius: 100px;
    margin: 0;
    font-size: 1.4rem;
    width: 360px;
    position: relative;
    border: 2px solid #126855;
	box-sizing: border-box;
}
.use_btn.bt_c{
    text-align: center;
	margin-right: 2rem;
}
.use_btn.bt_c p{
    margin-top: 1.5rem !important;
}

.use_btn a:after {
	content: '';
	border: 0;
    border-top: solid 2px #126855;
    border-right: solid 2px #126855;
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
}
.cpn_blk .plan_blk {
	margin-top: 5rem;
}
/* circle-css */
.cpn_click{
    position: relative;
}
.cpn_click::before,
.cpn_click::after{
    position: absolute;
    display: block;
    content: "";
    background:#fff9f1;
    top:43%;
    border: #000 4px solid;
    width:23px;
    height: 37px;
    z-index: 101;
}
.cpn_click.cpn_01_w::before,
.cpn_click.cpn_01_w::after{
    border: #c03030 4px solid;
}

.cpn_click.cpn_02_w::before,
.cpn_click.cpn_02_w::after{
    border: #557804 4px solid;
}
.cpn_click.cpn_03_w::before,
.cpn_click.cpn_03_w::after{
    border: #389ea9 4px solid;
}
.cpn_click.cpn_04_w::before,
.cpn_click.cpn_04_w::after{
    border: #f4570b 4px solid;
}
.cpn_click.cpn_05_w::before,
.cpn_click.cpn_05_w::after{
    border: #e34f61 4px solid;
}
.cpn_click.cpn_06_w::before,
.cpn_click.cpn_06_w::after{
    border: #7e59c1 4px solid;
}
.cpn_click.cpn_01_w::before,
.cpn_click.cpn_02_w::before,
.cpn_click.cpn_03_w::before,
.cpn_click.cpn_04_w::before,
.cpn_click.cpn_05_w::before,
.cpn_click.cpn_06_w::before{
    border-radius:0 75px 75px 0;
    left: 0;
    border-left: 0;
}
.cpn_click.cpn_01_w::after,
.cpn_click.cpn_02_w::after,
.cpn_click.cpn_03_w::after,
.cpn_click.cpn_04_w::after,
.cpn_click.cpn_05_w::after,
.cpn_click.cpn_06_w::after{
    border-radius: 75px 0 0 75px;
    right: 0;
    border-right: 0;
}

.fw-top .fw-static--top {
    margin-top: 12px;
}
@media (max-width:1024px) {
	.cpn_blk .cpn_btm .cpn_code input {
		font-size: 5rem;
	}
	.cpn_blk .three_box .cpn_btm .cpn_code input{
		font-size: 3.2rem;
	}
	.cpn_blk .three_box .cpn_click button{
		font-size: 1.0rem;
	}
}



@media (max-width: 736px) {
	.use_btn_box {
		margin: -1rem -2% 0 0;
	}
	.use_btn {
		text-align: center;
	}
    .use_btn.bt_c {
        margin-bottom: 0;
        width: 50%;
        margin-right: 2%;
	}
	.use_btn a {
		margin: 0.5rem 0 0;
        padding: 1.1rem 0rem;
        font-size: 1.2rem;
        width: 100%;
		border-radius: 5px;
	}
	.use_btn a:after {
		width: 5px;
		height: 5px;
		top: 50%;
		right: 10px;
	}
	#blk03 ul a.blk03_btnL:after, 
	#blk03 ul a.blk03_btnR:after {
		width: 5px;
		height: 5px;
		right: 9px;
	}
	.cpn_blk .two_box .cpn_click {
		display: block;
		width: 100%;
	}
	.cpn_blk .two_box .cpn_click:first-child {
		margin-right: 0;
	}
	.cpn_blk .three_box .cpn_click {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.cpn_blk .cpn_click {
		width: 94%;
	}
    #cpn_01.cpn_blk .cpn_click button {
        padding: 0.3rem 0.8rem;
        margin-top: 0.5rem;
		font-size: 75%;
    }
	
	.cpn_blk .cpn_01_box,
	.cpn_blk .cpn_02_box,
    .cpn_blk .cpn_03_box,
    .cpn_blk .cpn_04_box,
	.cpn_blk .cpn_05_box,
	.cpn_blk .cpn_06_box{
		border-radius: 16px;
	}
	.cpn_blk.cpn_01 .cpn_inner,
	.cpn_blk.cpn_02 .cpn_inner {
		border-radius: 20px;
		padding: 2.0rem 1rem 1.5rem;
	}

	.cpn_blk.cpn_01 .cpn_inner {
		margin-bottom: 4rem;
	}
	.cpn_blk.cpn_02 .cpn_inner {
		margin-bottom: 2rem;
	}
	.cpn_blk .cpn_inner h2 {
		margin-bottom: 0.8rem;
		width: 100%;
	}
	.cpn_blk .cpn_top,.cpn_blk .three_box .cpn_top {
		padding: 0.5rem 1rem 0 1rem;
		border-radius: 3px 3px 0 0;
        font-size: 1.2rem;
        line-height: 1.3;
	}
    .cpn_blk .cpn_top span span {
        font-size: 2.5rem;
    }
	.cpn_blk .cpn_btm {
		padding: 1rem;
	}
	.cpn_blk .cpn_click .cpn_code_txt {
		font-size: 1.1rem;
		line-height: 1.6rem;
	}
	.cpn_blk .cpn_btm .cpn_code input,
	.cpn_blk .three_box .cpn_btm .cpn_code input{
		font-size: 3.0rem;
		line-height: 3rem;
	}
	.cpn_blk .plan_blk {
		margin-top: 3rem;
	}
    .cpn_click{
        margin-bottom: 2rem;
    }
	.use_btn.bt_c p{
		margin-top: 0 !important;
	}
    .cpn_click::before,
    .cpn_click::after{
        width: 20px;
        height: 30px;
    }
}


/*モジュール---------------------*/
.st2-tab--changer[data-style="1"] .st2-tab--changer__body{
	padding-top: 0;
}
.el-webconnect-module,
.st2-search-kokunaidp{

	margin-top: 0;
}
.el-webconnect-module .fw-top .fw-search-top__body>dl[class^=fw-search-top__item--]>dt.fw-search-top__item-label{
	text-align: left;
}
.el-webconnect-module .fw-top .fw-static--top {
    text-align: left;
    font-size: 1.2rem;
}
.st2-tab--changer[data-color="1"] .st2-tab--changer__item[aria-selected=true] .st2-tab--changer__container{
	background: #126855;
}
.st2-tab--changer[data-color="1"] .st2-tab--changer__container{
	border: 2px solid #126855;
    border-bottom: none;
}
.st2-tab--changer[data-style="1"] .st2-tab--changer__item-txt{
	font-weight: normal;
}
.st2-tab--changer[data-color="1"] .st2-tab--changer__switcher .st2-icon-bottom-arrow{
	fill:#126855;
}
.st2-tab--changer[data-color="1"] .st2-tab--changer__switcher{
	border-bottom: 5px solid #126855;
}
.st2-tab--changer__item {
	width: 50%;
}
.st2-search-kokunaidp__title,
.st2-search-kokunaidp__heading,
.st2-search-kokunaidp__input-radio,
.st2-search-kokunaidp__input-checkbox{
	color: #333;
}
@media (min-width: 737px) {
}

@media (max-width: 736px) {
	.st2-search-kokunaidp {
		margin: 0;
	}
	.el-webconnect-module .fw-top .fw-static--top {
		font-size: 1.0rem;
	}
	.st2-tab--changer[data-style="1"] .st2-tab--changer__item-txt	{
		font-size: 1.2rem;
	}
	.el-webconnect-module {
		margin: 0;
	}
}


/*ご利用---------------------*/

#blk04 .blk_inner{
	font-size: 1.4rem;
}

#blk04 ul {
    max-width: 1300px;
    margin: 0 auto 0 2rem;
}
#blk04 .con_blk {
	border: 1px solid #ccc;
	padding: 2rem 4rem;
	margin-bottom:6rem;
}
#blk04 .con_blk dl {
	font-size: 90%;
}
#blk04 .con_blk dt{
	font-weight: bold;
}
#blk04 .con_blk dd{
	margin-left: 2rem;
}
#blk04 .con_blk dd ul{
    padding-left: 1em;
}
#blk04 .st2-list__holder{
	margin: 0 auto;
}

#blk04 li{
	margin-bottom: 1.3rem;
	line-height: 1.6;
	position: relative;
}
#blk04 .blk_inner>ul>li:before{
	position: absolute;
    left: -1.5rem;
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background: #999;
    border-radius: 50%;
    top: 0.7rem;
}

#blk04 li.st2-list__item{
	margin-bottom: 0;
}

#blk04 ol>li{
	margin-bottom: 1.0rem;
}
#blk04 ol{
    margin-top: -1rem;
}

#blk04 li p{
	margin: 0;
}

@media (max-width: 736px) {
	#blk04 .con_blk {
		padding: 1rem;
		margin-bottom: 3rem;
	}
	#blk04 li{
		margin-bottom: 1.2rem;
	}
	#blk04 ol li{
		margin-bottom: 0.5rem !important;
	}
    #blk04 ul{
        padding-left: 1.0em;
		margin: 0 auto;
    }
	#blk04 .blk_inner{
		font-size: 1.0rem !important;
	}
	#blk04 .blk_inner>ul>li:before {
		left: -0.8rem;
		width: 0.4rem;
		height: 0.4rem;
		top: 0.7rem;
	}
}


/*FAQ---------------------*/
#blk05 {
	margin-bottom: 10rem;
}
.st2-faq__title-txt,
.st2-faq__title-txt::before{
	color: #fff;
}
.st2-faq__title {
	font-size: 1.8rem;
}
.st2-faq__title .st2-icon-plus{
	fill: #fff;
}
.st2-faq__body,
.st2-faq__body::before{
	color: #ffe900;
}

.st2-faq__body{
	font-weight: bold;
	font-size: 1.6rem;
}
.st2-faq__body ul{
    padding-left: 1em;
}

@media (max-width: 736px) {
	#blk05 {
		margin-bottom: 5rem;
		margin-top: -13rem;
	}
    #blk05 .st2-list__item {
        font-size: 1.2rem;
    }
	#blk05 .st2-faq {
		margin-bottom: 2rem;
	}
    .st2-faq__title {
        padding: 0.5rem 2.5rem 0.5rem 2.0rem;
        font-size: 1.2rem;
    }
    .st2-faq__title-txt::before {
        top: -3px;
        left: -2rem;
        font-size: 1.6rem;
    }
	.st2-faq__container .st2-paragraph p{
        font-size: 1.1rem;
    }
    .st2-faq__body::before {
        left: 0;
        font-size: 1.8rem;
        line-height: 1;
}
}


#blk04 .st2-list a,
#blk05 .st2-list a{
	font-weight: normal;
	font-size: 1.4rem;
	color: #0019cd;
	text-decoration: underline;
}
#blk05 .st2-list a{
	font-weight: normal;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: underline;
}
#blk05 .st2-list__item>a.st2-list__container::before{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}
#blk04 .st2-list a:hover,
#blk05 .st2-list a:hover{
	text-decoration: none;
}

@media (max-width: 736px) {
	#blk04 .st2-list a,
	#blk05 .st2-list a{
		font-size: 1.1rem;
	}
	#blk04 .st2-list__holder,
	#blk05 .st2-list__holder{
		padding-left: 0;
	}
}


/*関連---------------------*/
.st2-color-layout[data-color="1"]>div>div {
	padding: 6rem 0 7rem;
}
#other hr{
	border-style: dashed;
	border-color: #126855;
	margin: 7rem auto 4rem;
	max-width: 1300px;
}
#other h2 span{
    font-family: "M PLUS 1p", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    display: block;
    margin-bottom: 2rem;
    font-size: 4rem;
	color: #333;
	letter-spacing: inherit;
}
#other .st2-catch{
	margin: 0;
}
#other .st2-catch[data-style="1"][data-color="2"] p{
	color: #03287c;
	font-size: 2.8rem;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	font-style: normal;
}
#other .st2-divide-layout>div>div>div>div{
	align-items: center;
	justify-content: center;
}
#other .this-only-non-affiliation{
	margin-top: 10rem;
}

#other .st2-pic-block__container-wrapper .st2-pic-block__pic-caption--over p{
	font-weight: normal;
}

@media (max-width:1024px) {
	#other{
		padding: 0 20px;
	}
}

@media (max-width: 736px) {
	#other h2 span{
		font-size: 1.8rem;
		padding-left: 0;
	}
	#other .st2-paragraph p{
		font-size: 1.0rem;
		margin-bottom: 0.5rem;
	}
	.st2-color-layout[data-color="1"]>div>div {
		padding-bottom: 4rem;
	}
	.st2-color-layout {
		margin: 0;
	}
	#other{
		padding: 0 2.989%;
	}
	#other .st2-pic-block__container-wrapper .st2-pic-block__pic-caption--over p {
		font-size: 1.0rem;
		font-weight: normal;
	}
	#other hr{
		margin: 3rem auto 2rem;
	}
	#other .st2-catch[data-style="1"][data-color="2"] p{
		font-size: 1.8rem;
	}
	#other .st2-pic-block {
		margin-bottom: 0.5rem;
	}
	#other .st2-divide-layout[data-sp-column="2"] .st2-divide-layout__item{
		margin: 0.3rem 0 0 1.7857142857%;
	}
}

/*追従---------------------*/
.fix {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	background: rgb(0 151 117 / 60%);
}
.fix.tabbottomArea ul{
	position: relative;
	display: flex;
    text-align: center;
    margin: 0 auto;
    max-width: 1100px;
}
.fix.tabbottomArea ul li{
	list-style: none;
	flex: 1;
	margin: 0 1rem;
}
.fix.tabbottomArea ul li a{
	background-color: #fff04c;
    padding: 0.3rem 0;
    font-size: 1.6rem;
    color: #126855;
    display: block;
    border: #126855 2px solid;
    box-sizing: border-box;
    border-radius: 50px;
    margin: 1rem 0;
	box-shadow: 2px 2px 0px 0px rgb(255 249 241);
}

.st2-site-footer__page-to-top.this-active a {
	bottom: 8rem;
}

@media (max-width:1300px) {

.st2-site-footer__page-to-top.this-active a {
	bottom: 18rem;
}

}

@media screen and (max-width:736px) {
	.fix.tabbottomArea li {
		width:130px;
	}
	.st2-site-footer__page-to-top.this-active a {
		bottom: 6rem;
	}

}
@media (max-width: 736px) {
	.fix.tabbottomArea ul li a{
		background-color: #fff04c;
		padding: 0.5rem 0;
		font-size: 1.0rem;
		color: #126855;
		display: block;
		border: #126855 2px solid;
		box-sizing: border-box;
		border-radius: 50px;
		margin: 1rem 0;
		box-shadow: 0px 2px 0px 0px rgb(255 249 241);
	}
	.fix.tabbottomArea ul li{
		margin: 0 0.2rem;
	}
}

/*モーダル---------------------*/
#modal_blk .modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}
#modal_blk .modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
#modal_blk .modal__content{
	background: #cdfbff;
	left: 50%;
	padding: 15px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 45%;
    font-size: 1.3rem;
}
#modal_blk .modal__content div {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin: 0.5rem 0.8%;
}
#modal_blk .modal h6{
	background: #115f82;
	padding: 0.5rem 1rem;
	font-size: 1.5rem;
	display: inline-block;
	margin: 0;
	color: #fff;
}
#modal_blk .modal img {
	border: 1px solid #115f82;
}
#modal_blk .modal__content div p{
	margin: 0.5rem;
}
#modal_blk .js-modal-close {
	text-align: center;
	display: block;
	font-size: 1.5rem;
}
#modal_blk .js-modal-close span {
	border: 1px solid #0b499d;
	padding: 0.2rem 1rem;
	font-size: 1.3rem;
}
#modal_blk h5{
	font-size: 1.8rem;	
}

@media screen and (min-width:737px) {
	#modal_blk .js-modal-close.pc_close {
		display:none;
	}
}

@media screen and (max-width:736px) {
	#modal_blk .modal__content{
		width: 80%;
		padding: 10px;
		height: 77%;
		overflow: scroll;
	}
	#modal_blk .modal__content div {
		width: 86%;

		display: block;
		margin: 2rem auto;
	}
	#modal_blk .js-modal-close {
	}
	#modal_blk .js-modal-close span{
		border-color: #fff;
		color: #fff;
		position: absolute;
		top: 30px;
		right: 30px;
	}
	#modal_blk .js-modal-close.sp_close {
		display:none;
	}
	#modal_blk .modal__content div p {
		font-size: 1.1rem;
	}
	#modal_blk h5{
		margin-top: 1rem;
		text-align: center;
		font-size: 1.4rem;	
	}

}

#blk04 .con_blk.groupco {
    margin-top: 1rem;
}
#blk04 .con_blk.groupco dt {
    font-weight: normal
}




/*-------end-------*/

.closeBox{
    position: relative;
}
.endBox{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.endBox span.ce {
    font-size: 4.0rem;
    line-height: 1.0;
    color: #fff;
    text-align: center;
    display: block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
}
.endBox span.textB {
    font-size: 3.0rem;
    line-height: 1.4;
    display: block;
}

.closeBox.cpn_click.cpn_01_w::before,
.closeBox.cpn_click.cpn_01_w::after{
    border: #4a0000 4px solid;
}

.closeBox.cpn_click.cpn_02_w::before,
.closeBox.cpn_click.cpn_02_w::after{
    border: #662600 4px solid;
}
.closeBox.cpn_click.cpn_03_w::before,
.closeBox.cpn_click.cpn_03_w::after{
    border: #60191f 4px solid;
}
.closeBox.cpn_click.cpn_04_w::before,
.closeBox.cpn_click.cpn_04_w::after{
    border: #352436 4px solid;
}
.closeBox.cpn_click.cpn_01_w::before, .closeBox.cpn_click.cpn_02_w::before, .closeBox.cpn_click.cpn_03_w::before, .closeBox.cpn_click.cpn_04_w::before {
    border-left: 0;
}
.closeBox.cpn_click.cpn_01_w::after, .closeBox.cpn_click.cpn_02_w::after, .closeBox.cpn_click.cpn_03_w::after, .closeBox.cpn_click.cpn_04_w::after {
    border-right: 0;
}

@media (max-width:736px) {
    .endBox{
        border-radius: 16px;
    }
    .endBox span.ce {
        font-size: 3.0rem;
    }
    .endBox span.textB {
        font-size: 2.0rem;
    }

}

/*お申込み---------------------------*/
.ap {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.ap>div {
	display: inline-block;
	width: 30%;
	margin: 0.5%;
	border: 2px solid #126855;
	border-radius: 5px;
	transition: all .3s;
	text-align: center;
	background-color: #fff;
}
.ap>div:hover {
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
	background:#126855;
}
.ap>div a {
    width: 100%;
    padding: .5rem 1rem;
    box-sizing: border-box;
    font-size: 1.8rem;
    vertical-align: top;
    color: #126855;
    height: 100%;
    fill: #126855;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ap>div a:hover {
	color: #fff;
	fill: #fff;
	text-decoration: none;
}
.ap>div a span {
    font-size: 1.2rem;
}
.ap p {
	width:23%;
	display: inline-block;
	margin:0 !important;
}
.ap svg {
	vertical-align: top;
}
.ap svg:hover {
    fill: #fff;
}
.ap>div p.ap_txt {
	line-height: 2.4rem;
	text-align: center;
	margin: 0 0 0 .5rem !important;
	width: 63%;
	vertical-align: top;
}
.area_blk dd p.p_ano {
	width: 90%;
	margin: 1rem auto 0;
}
@media (max-width: 1024px){
	.ap>div a {
		font-size: 1.4rem;
	}
	.ap>div p.ap_txt {
		margin: 0 0 0 .5rem !important;
	}

}

@media screen and (max-width:736px) {
	.ap {
		display: block;
		margin-top: 1rem;
	}
	.ap>div {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: .8rem auto;
	}
	.ap>div a {
		padding: 0 1rem;
	}
	.ap p {
		width: 25%;
	}
	.ap>div p.ap_txt {
		font-size: 1.2rem;
        line-height: 1.5rem;
	}
	
}

.st2-site-footer__page-to-top a{
	z-index: 1000;
}



/*終了時*/
.main_txt_05 {
    border: solid 2px #fffc1e;
    text-align: center;
    font-weight: bold;
    color: #fffc1e;
    margin: 0 auto;
    max-width: 820px;
    box-sizing: border-box;
    padding: 2rem;
    font-size: 2.5rem;
}
@media (max-width: 736px){
	.main_txt_05 {
		padding: 1rem 2rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}



/*フェードアップ---------------------*/
.fadeUpTrigger{
	opacity: 0;
}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
from {
	opacity: 0;
	transform: translateY(200px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 737px) {
}
@media (max-width:1024px) {
}
@media (max-width:736px) {
}



