@charset "utf-8";
body{
  font-size: 17px;
  line-height: 1.9em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  overflow-wrap: break-word;
  word-break: normal;
  color: #4d4d4d;}

::selection {background: #edf7f5;}

img{
	width:auto;
	height: auto;
	max-width:100%;}

p{
	line-height: 1.9em;
	margin-bottom: 1.8em;
}
p:last-child{margin-bottom: 0;}

.sp{display: none!important;}

.red{color: #EA554A;}
.brown{color: #B28F49;}
.big{font-size: 1.2em;
	line-height: 1.4em;}
.small{font-size: 0.8em;
	line-height: 1.3em;}
.b{font-weight: 600;}
.u{text-decoration: underline;}
.center{
	display: block;
	margin: 0 auto;
	text-align: center;}

.right{
	display: block;
    float: right;
	padding: 0 1%;
}

/**/
.bg{background: #F4F1E2;}
.bg2{background: #edf7f5;}
section{
	max-width: 900px;
	margin: 0 auto;
	padding: 5% 2%;
}

.btn{
	margin-top: 5%;
	text-align: center;
}
.btn img{transition: all .5s;}
.btn img:hover{
	transform: translateY(-10px);
	opacity: 0.7;
}

/*header*/
header {background: url(../img/header_bg.png)center/cover;}
header h1{
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 3%;
}
header h1 img{
	vertical-align: bottom;
	margin: 0 auto;
}
/*main*/
h2{
	text-align: center;
	margin: 3% auto;
	background: url(../img/h2_bg_l.png)left top,url(../img/h2_bg_r.png)right bottom;
	background-repeat: no-repeat;
	min-height: 80px;
	padding: 3% 2%;
}
h2:first-child{margin: 1% auto 3% auto;}

/*list*/
ul.list1{
	padding: 4% 0 6% 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 1.2em;
	list-style: georgian inside url(../img/check.png);
	background: url(../img/list_img01_pc.png)100% 50%;
	background-repeat: no-repeat;
}

ul.list1 li{
    font-size: 1.1em;
	padding-left: 1.7em;
	padding-bottom: 5px;
	text-indent: -1.7em;
	filter: drop-shadow(1px 1px 0 #fff);
}

ul.list1 li:last-child{margin-bottom: 0;}

ul.list2{
	padding: 3%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 1.1em;
	list-style: georgian inside url(../img/check.png);
	border: solid 2px #3fd1b5;
	border-radius: 10px;
	margin-bottom: 5%;
	background: url(../img/list_img02.png)97% 97%;
	background-repeat: no-repeat;
}

ul.list2 li{
	margin-bottom: 0.9em;
    font-size: 1.1em;
	padding-left: 1.7em;
	padding-bottom: 2%;
	text-indent: -1.7em;
	border-bottom: dotted #3fd1b5 2px;
}

ul.list2 li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}



/*form*/
.form{
	background: #F4F1E2;
	padding: 6% 2%;
}

.form-in{
	background: #fff;
	border: #E0C17C solid 1px;
	box-shadow: 0 0 0 8px #fff,2px 2px 15px #B28F49;
	max-width: 900px;
	margin: 0 auto;
}

form{
	max-width: 650px;
	margin: 0 auto;
	padding: 3% 3% 5% 3%;
}

.cp_group {
	position: relative;
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

.form-in .cp_group input {height: 1.9rem;}

.form-in .cp_sl:focus ~ .cp_sl_selectlabel,
.form-in .cp_sl:valid ~ .cp_sl_selectlabel {
	font-size: 0.8rem;
	color: #EA554A;
	top: -20px;
	transition: 0.2s ease all;
}


.form-in .cp_group .cp_label {
	position: absolute;
	top: 0.25rem;
	pointer-events: none;
	padding-left: 0.125rem;
	z-index: 1;
	color: #666;
	font-size: 1rem;
	font-weight: normal;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	}
.form-in .cp_group .bar {
	position: relative;
	border-bottom: 0.0625rem solid #CBCBCB;
	display: block;
}
.form-in .cp_group .bar::before {
	content: '';
	height: 0.125rem;
	width: 0;
	left: 50%;
	bottom: -0.0625rem;
	position: absolute;
	background: #EA554A;
	-webkit-transition: left 0.28s ease, width 0.28s ease;
	transition: left 0.28s ease, width 0.28s ease;
	z-index: 2;
}
.form-in .cp_group input{
	display: block;
	background: none;
	padding: 0.125rem 0.125rem 0.0625rem;
	font-size: 1rem;
	border-width: 0;
	border-color: transparent;
	line-height: 1.9;
	width: 100%;
	color: transparent;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-in .cp_group input:valid{color: #333333;}
.form-in .cp_group input:focus ~ .cp_label,
.form-in .cp_group input:valid ~ .cp_label,
.form-in .cp_group textarea:focus ~ .cp_label,
.form-in .cp_group textarea:valid ~ .cp_label {
	font-size: 0.8rem;
	color: #EA554A;
	top: -1rem;
	left: 0;
}

.form-in .cp_group input:focus{outline: none;}
.form-in .cp_group input:focus ~ .bar::before{
	width: 100%;
	left: 0;
}

.form .btn{
	margin: 8% auto 2% auto;
	display: block;
	max-width: 100%;
	transition: all .5s;
	position: relative;
    z-index: 2;
}

.form .btn:hover{
	transform: translateY(-10px);
	opacity: 0.7;
}

.movie{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: -1% 0 1% 0;
}

.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.r-text{
	text-align: right;
	font-size: 1.1em;
	font-weight: 600;
}


/*footer*/
footer{
	width:100%;
	padding:40px 0 40px 0;
	background: #000;}

footer p{
	text-align:center;
	font-size:14px;
    line-height: 0em;
	color:#fff;}
				
footer a{color:#fff;}
	
ul.footlink{
	max-width: 300px;
	margin:0 auto;	
	height: 30px;}	
	
ul.footlink li{
	width: 50%;
	float:left;
	text-align:center;
	font-size:0.7em;}


@media screen and (max-width: 768px) {
   /*--- 表示領域が768px以下の場合に適用するスタイル ---*/

}/*///media*/

@media screen and (max-width: 640px) {
   /*--- 表示領域が640px以下の場合に適用するスタイル ---*/
	.sp{display: block!important;}
	.pc{display: none!important;}

	.right{
		float: none;
		width: 80%;
		margin: 0 auto 5%;
	}
	
	.big{font-size: 1.1em;}

	h1{padding: 5% 2% 1% 2%;}

	/*main*/
	h2{
		font-size: 1.3em;
		margin: 8% auto;
		background-size: contain;
	}

	.bg h2,.bg2 h2{background-size: contain;}

	.r-text{
		font-size: 1em;
	}
  
  ul.list1 li{
    font-size: 0.9em;}

}/*///media*/