/*-----------------------------
  FV
--------------------------------*/
#top{
	position: relative;
}
#icatch{
}
#icatch h2{
	width: 60%;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3vw;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #444;
	border:10px solid #444;
	padding: 3rem 0;
	box-sizing: border-box;
	position: absolute;
   top: 55%;
   left: 50%;
   -webkit-transform: translate(-50%, -55%);
   transform: translate(-50%, -55%);

}
.scroll{
	width: 60px;
	height: 60px;
	position: absolute;
	bottom:0;
	left: 50%;
   -webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: 100%;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}

#merit section{
	width: 960px;
	margin: 0 auto;
}

/*-----------------------------
  READ
--------------------------------*/
#read{
	padding: 5rem 0;
	background: #7F7FD5;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top right, #91EAE4, #86A8E7, #7F7FD5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top right, #91EAE4, #86A8E7, #7F7FD5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#read h2{
	color: #fff;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3rem;
	letter-spacing: 0.1em;
	padding: 7rem 0 2rem 0;
	background: url(../img/read_img01.png) no-repeat center top;
	background-size: auto 40%;
}
#read section{
	color: #444;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

/*-----------------------------
  都道府県
--------------------------------*/
.pc_location{
	padding: 5rem 0;
}
.pc_location h2,
#search h2{
	width: 960px;
	margin: 0 auto 4rem auto;
	color: #444;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	position: relative;
	background: #fff;
	padding: 2rem 0;
	border-radius: 100px;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
.pc_location h2:after,
#search h2:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.pc_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.pc_location section dl{
	width: 31%;
	height: 270px;
	background: #fff;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
.pc_location section dl dt{
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
	color: #444;
}
.pc_location section dl dd ul li{
	width: 31.2%;
	float: left;
	margin: 0 0.8% 2% 1.2%;
}
.pc_location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}

/*-----------------------------
  メリット
--------------------------------*/
#merit{
	padding: 5rem 0;
	background: #fff;
}
#merit section{
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#merit section article{
	width: 49%;
	border-radius: 5px;
	font-size: 1.2rem;
	color: #444;
	letter-spacing: 0.1em;
	text-align: justify;
	margin: 0 0 2% 0;
}
#merit section article h3{
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	padding: 0 0 1rem 0;
}
#merit section article:first-child{
	background: #fff;
}
#merit section article:nth-child(2){
	padding: 90px 20px 20px 20px;
	box-sizing: border-box;
	background: url(../img/merit_ico01.png) no-repeat center 20px,
		url(../img/grd.png) no-repeat;
	background-size: auto 70px,
		cover;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
#merit section article:nth-child(3){
	padding: 90px 20px 20px 20px;
	box-sizing: border-box;
	background: url(../img/merit_ico02.png) no-repeat center 20px,
		url(../img/grd.png) no-repeat;
	background-size: auto 70px,
		cover;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
#merit section article:nth-child(4){
	padding: 90px 20px 20px 20px;
	box-sizing: border-box;
	background: url(../img/merit_ico03.png) no-repeat center 20px,
		url(../img/grd.png) no-repeat;
	background-size: auto 70px,
		cover;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}

#manner section article{
	display: flex;
}
#manner section article:last-child{
	flex-flow: row-reverse;
}
#manner section article figure{
	width: 50%;
}
#manner section article figure img{
	height: 100%;
	object-fit: cover;
}
#manner section article > div{
	width: 50%;
	background: #f2f2f2;
	padding: 5rem;
	box-sizing: border-box;
}
#manner section article > div h2{
	color: #acb6e5;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3rem;
	letter-spacing: 0.1em;
	padding: 0 0 4rem 0;
}
#manner section article > div dl{
	font-size:1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #444;
}
#manner section article > div dl dt{
	font-size: 2rem;
	font-weight: bold;
}
#manner section article > div dl dd{
	padding: 0 0 10rem 0;
	background: url(../img/line.png) no-repeat 5% 90%;
	background-size: auto 7rem;
}
#manner section article > div dl:last-child dd{
	padding: 0 0 10rem 0;
	background: none;
}

/*-----------------------------
  検索
--------------------------------*/
#search{
	padding: 5rem 2rem 2rem 2rem;
	box-sizing: border-box;
}
#search section{
}
#search section dl{
	width: 13%;
	height: auto;
	border-radius: 5px;
	padding: 5px;
	float: left;
	box-sizing: border-box;
	margin: 0 0% 2% 1%;
	background: #fff;
	background-size: auto 10px;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
#search section dl dt{
	color: #444;
	font-size: 1.3rem;
	padding: 2rem 0;
	border-radius: 5px;
	text-align: center;
	background: url(../img/arrpw_bottom.png) no-repeat 98% center;
	background-size: auto 10px;
	cursor: pointer;
}
#search section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 2% 0;
}
#search section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
	}



#bnr{
	padding: 5rem 0;
	text-align: center;
	background: #fff;
}
#bnr section h2{
	font-size: 2rem;
	background: url(../img/bnr_line01.png) no-repeat 30% center,
		url(../img/bnr_line02.png) no-repeat 70% center;
	background-size:auto 100%;
	margin: 0 0 2rem 0;
}
#bnr section h2 br{
	display: none;
}


/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {
	
/*-----------------------------
  FV
--------------------------------*/
#top{
	position: relative;
}
#icatch{
}
#icatch h2{
	width: 90%;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 5vw;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #444;
	border:5px solid #444;
	padding: 3rem 0;
	box-sizing: border-box;
	position: absolute;
   top: 55%;
   left: 50%;
   -webkit-transform: translate(-50%, -55%);
   transform: translate(-50%, -55%);

}

/*-----------------------------
  READ
--------------------------------*/
#read{
	padding: 5rem 2rem;
	box-sizing: border-box;
	background: #7F7FD5;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top right, #91EAE4, #86A8E7, #7F7FD5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top right, #91EAE4, #86A8E7, #7F7FD5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#read h2{
	color: #fff;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	padding: 5rem 0 2rem 0;
	background: url(../img/read_img01.png) no-repeat center top;
	background-size: auto 30%;
}
#read section{
	color: #444;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}
#read section br{
	display: none;
	}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: auto;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: auto;
	margin: 0 auto;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}

#merit section{
	width: auto;
	padding:0 20px;
	box-sizing: border-box;
}

/*-----------------------------
  都道府県
--------------------------------*/
.sp_location{
	padding: 2rem 0;
}
.sp_location h2,
#search h2{
	width: auto;
	margin: 0 auto 2rem auto;
	color: #444;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1rem;
	letter-spacing: 0.1em;
	position: relative;
	background: #fff;
	padding: 1rem 0;
	border-radius: 100px;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
.sp_location h2:after,
#search h2:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.sp_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.sp_location section dl{
	width: 48%;
	height: auto;
	background: #fff;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
.sp_location section dl dt{
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	color: #444;
	background: url(../img/arrpw_bottom.png) no-repeat 98% center;
	background-size: auto 5px;
}
.sp_location section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 2% 0;
}
.sp_location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
	}

/*-----------------------------
  メリット
--------------------------------*/
#merit{
	padding: 4rem 0;
	background: #fff;
}
#merit section{
	width: auto;
	margin: 0 auto;
	display: block;
}
#merit section article{
	width: 100%;
	border-radius: 5px;
	font-size: 1.2rem;
	color: #444;
	letter-spacing: 0.1em;
	text-align: justify;
	position: static;
	margin:0 0 5% 0;
}
#merit section article h3{
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	padding: 0 0 1rem 0;
}
#merit section article:first-child{
	background: #fff;
	padding: 0;
	margin:0;
	text-align: center;
}
#merit section article:first-child img{
	position: static;
	top: 0;
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0);
	
}
#merit section article:nth-child(2){
	padding: 90px 20px 20px 20px;
	box-sizing: border-box;
	background: url(../img/merit_ico01.png) no-repeat center 20px,
		url(../img/grd.png) no-repeat;
	background-size: auto 70px,
		cover;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
#merit section article:nth-child(3){
	padding: 90px 20px 20px 20px;
	box-sizing: border-box;
	background: url(../img/merit_ico02.png) no-repeat center 20px,
		url(../img/grd.png) no-repeat;
	background-size: auto 70px,
		cover;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
#merit section article:nth-child(4){
	padding: 90px 20px 20px 20px;
	box-sizing: border-box;
	background: url(../img/merit_ico03.png) no-repeat center 20px,
		url(../img/grd.png) no-repeat;
	background-size: auto 70px,
		cover;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}

#manner section article{
	display: block;
}
#manner section article:last-child{
	display: block;
}
#manner section article figure{
	width: 100%;
	height: 30vh;
}
#manner section article figure img{
	width: 100%;
	height: 30vh;
	object-fit: cover;
	object-position: center 10%;
}
#manner section article > div{
	width: 100%;
	background: #f2f2f2;
	padding: 5rem 2rem;
	box-sizing: border-box;
}
#manner section article > div h2{
	color: #acb6e5;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3rem;
	letter-spacing: 0.1em;
	padding: 0 0 4rem 0;
}
#manner section article > div dl{
	font-size:1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #444;
}
#manner section article > div dl dt{
	font-size: 1.5rem;
	font-weight: bold;
}
#manner section article > div dl dd{
	padding: 0 0 10rem 0;
	background: url(../img/line.png) no-repeat 5% 86%;
	background-size: auto 7rem;
}
#manner section article > div dl:last-child dd{
	padding: 0;
	background: none;
}

/*-----------------------------
  検索
--------------------------------*/
#search{
	padding: 5rem 0;
	box-sizing: border-box;
}
#search section{
	padding: 0 2rem;
	box-sizing: border-box;
}
#search section dl{
	width: 100%;
    height: auto;
    background: #fff;
    border-radius: 5px;
    float: none;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 0 2% 0;
}

#search section dl dt{
	color: #444;
	font-size: 1.3rem;
	padding: 15px 0;
	border-radius: 5px;
	text-align: center;
	background: url(../img/arrpw_bottom.png) no-repeat 98% center;
	background-size: auto 5px;
	cursor: pointer;
}
#search section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 2% 0;
}
#search section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
	}
	
#bnr{
	padding: 2rem 0;
	text-align: center;
	background: #fff;
}
#bnr section{
	padding:0 2rem;
	box-sizing: border-box;
	}
#bnr section h2{
	font-size: 1.3rem;
	background: url(../img/bnr_line01.png) no-repeat 18% bottom,
		url(../img/bnr_line02.png) no-repeat 82% bottom;
	background-size:auto 50%;
	margin: 0 0 2rem 0;
}
#bnr section h2 br{
	display: block;
}
}

@media screen and (min-width:1024px) and (max-width:1439px){
	#bnr section h2{
	font-size: 2rem;
	background: url(../img/bnr_line01.png) no-repeat 20% center,
		url(../img/bnr_line02.png) no-repeat 80% center;
	background-size:auto 100%;
	margin: 0 0 2rem 0;
}
}