@charset "utf-8";

body{
	font-size:14px;
	font-family: "Noto Sans JP";
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #191919;
}


#PAGE{
	position:relative;
	padding:0;
	margin:0;
	color:#000;
}




a{ color:#d00012;
text-decoration:underline;}

a:hover{ color:#d00012;
text-decoration:none;}


/* 基本リンクスタイル */
a {text-decoration: none;
}
* a:hover{
opacity:0.5;
filter: alpha(opacity=50);        /* ie lt 8 */
-ms-filter: "alpha(opacity=50)";  /* ie 8 */
-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.5;              /* Safari 1.x */
}


.br::before {
content: "\A" ;
white-space: pre ;
}
.br_sp::before {
	content: "" ;
	white-space:normal;
}
.br_sp480::before {
	content: "" ;
	white-space:normal;
}

.txt{
	text-align: center;
}

.pc{
	display: block;
}
.sp{
	display: none;
}

@media only screen and (max-width: 600px) {
	.br::before {
		content: "" ;
		white-space:normal;
	}

	.txt{
		text-align: left;
	}

	.br_sp::before {
		content: "\A" ;
		white-space: pre ;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

@media screen and (max-width: 480px){
	.br_sp480::before {
		content: "\A" ;
		white-space: pre;
	}
}



/*----------------------------------------------------
   ヘッダー
----------------------------------------------------*/
header{
	background-image:url("../img/bg01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-size:24px;
	color:#fff;
	padding: 50px 0;
}
header div{
	max-width: 1040px;
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	header{
		padding: 40px 0;
	}
}

/*----------------------------------------------------
   コンテンツ
----------------------------------------------------*/


.w80{
	width: 80%;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 40px 20px;
	margin: 0 auto;
}
@media only screen and (max-width: 600px) {
	.w80{
		width: 95%;
		padding: 20px;
	}
}


.bg_WHITE{
	background: #fff;
}
.bg_cross{
	background-image:url("../img/bg02.jpg");
}
.bg_lBLUE{
	background-color:#cae9ff;
}
.bg_PINK{
	background-color:#ff54aa;
}
.bg_dPINK{
	background-color:#ff3399;
}
.bg_BLUE{
	background-color:#0080ff;
}
.bg_dBLUE{
	background-color:#0000cc;
}

.WHITE{
	color:#fff;
}
.GRAY{
	color:#999999;
}
.lBLUE{
	color:#66ccff;
}
.dPINK{
	color:#ff3399;
}


.lt{
	text-decoration: line-through;
}

h2{
	font-size:30px;
	text-align: center;
	font-weight: 700;
	position: relative;
	padding: 0 50px;
	display: inline-block;
}
h2::before{
	position: absolute;
	content: "＼";
	bottom:0;
	top: auto;
	left: 0;
	margin: auto;
}
h2::after{
	position: absolute;
	content: "／";
	bottom:0;
	top: auto;
	right: 0;
	margin: auto;
}


.content{
	width: 95%;
	margin: 0 auto;
	padding: 80px 0;
	max-width: 1040px;
}
@media only screen and (max-width: 480px) {
	.content{
		padding: 60px 0;
	}
}


.fl_btn{
	position: fixed;
	right: 0;
	top:20%;
	width: 60px;
	height: 250px;
	z-index: 100;
}
.fl_btn a {
    background: #ff54aa;
	color:#fff;
    border-radius: 10px 0 0 10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
    padding: 20px 15px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    box-shadow: -5px 0 0 0 RGBA(0,0,0,0.5);
}

@media only screen and (max-width: 480px) {
	.fl_btn{
		right: 0;
		left: 0;
		top:auto;
		bottom:0;
		width: 100%;
		height: 50px;
	}
	.fl_btn a {
		border-radius: 0;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		padding: 15px 10px;
		font-size: 16px;
		box-shadow: 0 -5px 0 0 RGBA(0,0,0,0.5);
	}
}


.txt24{
	font-size:24px;
	line-height: 1.8;
}
.txt20{
	font-size:20px;
}

@media only screen and (max-width: 600px) {
	.txt24{
	font-size:20px;
	}
	.txt20{
	font-size:18px;
	}
}

.marker_water {
	background: linear-gradient(transparent 60%, #66ccff 60%);
}


.hl01{
	padding: 5% 25%;
	position: relative;
}
.hl01::before{
	width: 25%;
	content: "";
	top: 0;
	bottom:0;
	left: 0;
	margin: auto;
	position: absolute;
	background-image: url("../img/img02.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;/*画像を繰り返さない*/
}
.hl01::after{
	width: 25%;
	content: "";
	top: 0;
	bottom:0;
	right: 0;
	margin: auto;
	position: absolute;
	background-image: url("../img/img03.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;/*画像を繰り返さない*/
}

@media only screen and (max-width: 600px) {
	.hl01{
		padding: 0 0 50%;
		position: relative;
	}
	.hl01::before{
		width: 40%;
		height: 70%;
		top: auto;
	}
	.hl01::after{
		width: 40%;
		height: 70%;
		top: auto;
	}
}



.check{
	display: inline-block;
	padding-top: 40px;
}

.check li{
	padding: 0 0 15px 25px;
	position: relative;
	text-align: left;
}
.check li::before{
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
	font-weight: 900;
    position: absolute;
    top: 2px;
	line-height: 1;
    left: 0;
	font-size:18px;
	color:#00ccff;
}

.btn01{
	max-width: 425px;
	width: 90%;
	margin: 0 auto;
}
.btn01 a{
	background:#fff;
	border-radius: 10px;
	display: block;
	padding: 25px 10px;
	box-sizing: border-box;
	text-align: center;
	color:#000;
	font-weight: 700;
	font-size: 24px;
	box-shadow:0px 10px 0px 0px RGBA(0,0,0,0.5);
}
.btn01 a span{
	padding: 0 0 0 32px;
	position: relative;
}
.btn01 a span::before{
    font-family: 'Font Awesome 5 Free';
    content: '\f138';
    position: absolute;
    top: 0;
	bottom:0;
	margin: auto;
	line-height: 1;
	width: 24px;
	height: 24px;
    left: 0;
	color:#0080ff;
}

.flow > ul{

}

.flow > ul > li{
	width: 100%;
	border-radius: 10px;
	background: #0080ff;
	color:#fff;
	position: relative;
	margin: 30px 0 0 0;
	padding: 10px 15px 10px 10px;
	box-sizing: border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-flex-pack:start;
    -moz-flex-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    justify-content:flex-start;	
}

.flow > ul > li > div{
	width : -webkit-calc(100% - 90px) ;
	width : calc(100% - 90px) ;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	padding: 0 0 0 20px;
}
.flow > ul > li > div:first-child{
	width : 90px;
	display:block;
	padding: 25px 0 0 0;
}

.flag {
	width: 90px;
	height: 90px;
	position: relative; 
	background: #0000cc;
	color: white;
	margin: -20px 0 0 2%;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.flag:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 20px solid #0080ff;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
}
.flag span{
	display: block;
	font-size:30px;
}

@media only screen and (max-width: 600px) {
.flow > ul > li{
	padding: 10px;
}
	
.flow > ul > li > div{
	width : -webkit-calc(100% - 60px) ;
	width : calc(100% - 60px) ;
	padding: 0 0 0 10px;
}
	
.flow > ul > li > div:first-child{
	width : 60px;
	display:block;
	padding: 10px 0 0 0;
}
	
.flag {
	width: 60px;
	height: 70px;
	font-size: 16px;
	margin: -20px 0 0 1%;
}
.flag:after {
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}
.flag span{
	display: block;
	font-size:24px;
}
}

.plan_wrap{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.merit_tit > ul,
.merit > ul,
.spec > ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.merit_tit > ul > li,
.merit > ul > li{
	width: 39%;
	margin: 0 0 5px 0;
	box-sizing: border-box;
}
.merit_tit > ul > li:first-child,
.merit > ul > li:nth-child(3n+1),
.merit > ul > li:first-child{
	width: 20.5%;
}


.merit_tit > ul > li{
	font-size: 24px;
	font-weight: 700;
	color:#666666;
	border-bottom:10px solid #666;
	text-align: center;
}
.merit_tit > ul > li:last-child{
	color:#ff3399;
	border-bottom:10px solid #ff3399;
}
.merit_tit > ul > li:first-child{
	border-bottom: none;
}

.merit > ul > li,
.spec > ul > li{
	padding: 40px 10px;
	text-align: center;
	background: #fff;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-pack:center;
	-moz-flex-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.merit > ul > li:nth-child(3n+1),
.merit > ul > li:first-child,
.spec > ul > li:nth-child(odd){
	background-color:#0080ff;
	color:#fff;
	font-size: 16px;
	font-weight: 700;
}

.spec > ul > li{
	padding: 40px 20px;
	width: 70%;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	text-align: left;
}
.spec > ul > li > div{
	width: 100%;
}

.spec > ul > li:nth-child(odd){
	width: 29.25%;
}

.spec > ul > li:nth-child(odd) > div{
	width: auto;
}

@media only screen and (max-width: 600px) {
	.merit_tit > ul > li,
	.merit > ul > li{
		width: 49.5%;
	}
	.merit_tit > ul > li:first-child,
	.merit > ul > li:nth-child(3n+1),
	.merit > ul > li:first-child{
		width: 100%;
	}
	.merit_tit > ul > li{
		font-size:18px;
	}
	.merit > ul > li{
		text-align: left;
		padding: 20px 10px;
	}
	.merit > ul > li:nth-child(3n+1){
		padding: 10px;
	}
	.spec > ul > li,
	.spec > ul > li:nth-child(odd){
		width: 100%;
	}
	.spec > ul > li{
		padding: 20px;
	}
	.spec > ul > li:nth-child(odd){
		padding: 10px;
	}
}

.plan{
	text-align: center;
	padding: 15px 10px 20px 10px;
}

.plan > div{
	display: inline-block;
}

.plan_arrow{
	width: 60px;
	height: 45px;
	position: relative;
	vertical-align: text-bottom;
}
.plan_arrow::before{
    font-family: 'Font Awesome 5 Free';
    content: '\f101';
	font-weight: 900;
    position: absolute;
	left:0;
	bottom:0;
	margin: auto;
	line-height: 1;
	width: 45px;
	height: 40px;
	font-size:45px;
	color:#66ccff;
}
@media only screen and (max-width: 600px) {
	.plan_arrow::before{
		font-family: 'Font Awesome 5 Free';
		content: '\f103';
	}
}

.accordion1 {
}
.accordion1 .inner {
	display: none;
}

.accordion1 > li{
	margin: 0 0 45px 0;
}

.accordion1 > li > div{
	cursor: pointer;
	padding: 40px 20px;
}

.accordion1 > li > div > .q{
	position: relative;
	padding: 0 0 0 50px;
	font-weight: 700;
	font-size:18px;
}
.accordion1 > li > div > .q::before{
	position: absolute;
	content: "Q";
	width: 48px;
	height: 48px;
	font-size:48px;
	font-weight: 700;
	left: 0;
	line-height: 1;
	top:-15px;
	border: none;
}


.accordion1 .inner li{
	padding: 40px 40px 40px 70px;
	margin: 0 0 0 40px;
	background:RGBA(102,204,255,0.5);
	position: relative;
}
.accordion1 .inner li::before{
	position: absolute;
	content: "A";
	width: 48px;
	height: 48px;
	font-size:48px;
	font-weight: 700;
	left: 20px;
	line-height: 1;
	top:20px;
	border: none;
}


.balloon-line {
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 20px;
	background: #fff;
	border: 5px solid #0080ff;
	border-radius: 10px;
	box-sizing: border-box;
	z-index: 2;
}
.balloon-line::before,
.balloon-line::after { /* 三角 */
	content: '';
	border-style: solid;
	border-color: #f39800 transparent;
	position: absolute;
	right: 10%;
	margin-left: -14px;
}
.balloon-line::before { /* 線になる部分 */
	border-top-color: #0080ff; /* 吹き出しの線の色と同じ色 */
	bottom: -22px;
	border-width: 22px 0 0 22px;
}
.balloon-line::after { /* 地の部分 */
	border-top-color: #fff; /* 吹き出しの背景色と同じ色 */
	bottom: -12px;
	margin-right: 4px;
	border-width: 18px 0 0 18px;
}

.form_area{
	padding:40px;
	background:#fff;
	border-radius: 10px;
}

@media screen and (max-width:480px){
	footer{
		padding: 0 0 60px 0;
	}
}
