﻿@charset "utf-8";
/* common
========================================*/
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #494949;
	letter-spacing: 2px;
}
h1,h2,h3,h4,p,span,a,th,td{
	/*-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";*/
	letter-spacing: 0;
}
p,span,a{
	font-size: 16px;
	line-height: 1.5;
}
a{
	color: #494949;
}
img{
	max-width: 100%;
}
@media screen and ( max-width:1040px){
	img{
		max-width: none;
	}
}
input[type="checkbox"]{
	display: none;
}
input[type="submit"],
input[type="button"]{
	-webkit-appearance: none;
}
.clearText{
	display: inline-block;
	height: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.pc{

}
.sp{
	display: none;
}
#pageWrap{
	width: 100%;
	min-width: 1040px;
	padding: 0;
	overflow: hidden;
}

.mpr1{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.fc01{
	color: #ec5941;
}
.lh-0{
	line-height: 0;
}
.ta-c{
	text-align: center;
}
.d-f-j-c{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.d-f-a-c{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-c{

}

@media screen and ( min-width:641px){
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	html,body{
		width: 100%;
	}
	h1,h2,h3,h4,p,span,a,th,td{
		letter-spacing: 1;
	}
	p,span,a,th,td{
		font-size: 30px;
		line-height: 1.5;
	}
	img{
		max-width: none;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.clearText{
		display: block;
		line-height: 0;
	}
	#pageWrap{
		width: 100%;
		min-width: auto;
		padding: 0;
		overflow: hidden;
	}
}



/*header
========================================*/
header{

}
header > .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 1040px;
	padding: 15px 20px;
	margin: 0 auto;
}
header .catch{
	padding: 20px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .catch:before{
	display: block;
	content: '';
	width: 1px;
	height: 29px;
	margin: 0 24px 0 28px;
	background: #494949;
}
header .catch span{
	font-size: 31px;
	line-height: 1;
}
header .btn{
	margin: 5px 110px 0 auto;
	position: relative;
}
header .btn a{
	display: block;
	width: 302px;
	height: 53px;
	background: url(../img/arrow01.png) 95% 50% no-repeat, #FFFFE6;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #24BFFA;
	font-size: 21px;
	line-height: 53px;
	text-align: center;
}
header .btn a:not(.keyword):before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/ptn01.png);
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -1;
}
header .menu{
	display: block;
	width: 100vw;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
header .menu > .inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
header .menu label.menuBtn{
	width: 57px;
	height: 57px;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 1000;
}
header .menu #menuBtn.open:before{
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 13px;
    border-radius: 50%;
}
header .menu label.menuBtn .bar{
	display: block;
	width: 57px;
	height: 8px;
	margin: 0 0 6px;
	background: url(../img/ptn02.png);
	border-radius: 4px;
	position: absolute;
	left: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
header .menu label.menuBtn .bar.top{
	top: 0;
	-webkit-transform-origin:right top;
	    -ms-transform-origin:right top;
	        transform-origin:right top;
}
header .menu label.menuBtn .bar.center{
	top: 15px;
}
header .menu label.menuBtn .bar.bottom{
	top: 30px;
	-webkit-transform-origin:right bottom;
	    -ms-transform-origin:right bottom;
	        transform-origin:right bottom;
}
header .menu #menuBtn.open .bar{
	width: 48px;
}
header .menu #menuBtn.open .bar.top{
	top: -1px;
	left: -6px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
header .menu #menuBtn.open .bar.center{
	display: none;
}
header .menu #menuBtn.open .bar.bottom{
	left: -6px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
header .menu label.menuBtn .menuBtnTxt{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 15px;
	color: #464646;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 3px;
	position: absolute;
    left: 2px;
    bottom: 0;
}
header .menu nav.drawerMenu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 236, .7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
header .menu #menuBtn.open ~ nav.drawerMenu{
	opacity: 1;
	visibility: visible;
}
header .menu nav.drawerMenu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 460px;
	height: 330px;
	position: relative;
	left: 50px;
}
header .menu nav.drawerMenu li{
	margin: 0 50px 30px 0;
}
header .menu nav.drawerMenu li a{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	color: #494949;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	header > .inner{
		width: 100%;
		padding: 15px 30px;
	}
	header .menu > .inner{
		width: 100%;
	}
	header .menu label.menuBtn{
		width: 57px;
		height: 57px;
		position: absolute;
		top: 25px;
		right: 20px;
		z-index: 1000;
	}
	header .menu nav.drawerMenu ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 410px;
		height: auto;
		left: 50px;
	}
	header .menu nav.drawerMenu li a{
		font-size: 36px;
	}
}



/*#pageCnts
========================================*/
#pageCnts{

}
#pageCnts > .inner{

}


/* .shopLinkArea
========================================*/
.shopLinkArea{
	width: 998px;
	height: 310px;
	margin: 50px auto;
	background: url(../img/shopLink-bg.png);
	position: relative;
}
.shopLinkArea > img{
	position: absolute;
    right: 2px;
    bottom: 2px;
}
.shopLinkArea ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 724px;
	position: absolute;
	bottom: 36px;
	left: 32px;
}
.shopLinkArea li{
	margin: 0 17px 14px 0;
}
.shopLinkArea li:nth-child(3n){
	margin: 0 0 14px;
}
.shopLinkArea li a{
	display: block;
	width: 230px;
	height: 56px;
	background: url(../img/arrow02.png) 95% 50% no-repeat, #f6ff00;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	color: #494949;
	font-size: 21px;
	line-height: 53px;
	text-align: center;
	position: relative;
}
header .btn a:not(.keyword):before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/ptn01.png);
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -1;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	.shopLinkArea{
		width: 704px;
		height: 347px;
		margin: 50px auto;
		background: url(../img/shopLink-bg-sp.png);
		position: relative;
	}
	.shopLinkArea ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 457px;
		position: absolute;
		bottom: 20px;
		left: 80px;
	}
	.shopLinkArea li{
		margin: 0 10px 10px 0;
		position: relative;
	}
	.shopLinkArea li:before{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: url(../img/shopLink-list-bg-sp.png);
		position: absolute;
		top: 4px;
		left: 4px;
	}
	.shopLinkArea li a{
		width: 220px;
		height: 53px;
		background: url(../img/arrow02.png) 95% 50% no-repeat, #f6ff00;
		font-size: 28px;
		line-height: 53px;
	}
	.shopLinkArea li:nth-child(3n){
		margin: 0 10px 10px 0;
	}
	.shopLinkArea li:nth-child(2n){
		margin: 0 0 10px 0;
	}
}


/* sec01
========================================*/
#sec01{
	min-width: 1040px;
}
#sec01 > img.pc{
	display: block;
	width: 100%;
	line-height: 0;
}
#sec01 .bottom{
	background:#FDFAF5;
}
#sec01 .bottom > .inner{
	width: 1000px;
	padding: 20px 0 70px;
	margin: 0 auto;
	position: relative;
}
#sec01 .img01{
	position: absolute;
	left: -60px;
	top: -160px;
}
#sec01 .img02{
	position: absolute;
	right: -40px;
	top: -190px;
}
#sec01 .maincatchArea{
	padding: 0 0 50px 430px;
}
#sec01 .bottomTxt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px 0;
	background: url(../img/border-ptn.png) 50% 0% repeat-x, url(../img/border-ptn.png) 50% 100% repeat-x;
}
#sec01 .bottomTxt > div{
	width: 50%;
}
#sec01 .bottomTxt .left{
	text-align: center;
}
#sec01 .bottomTxt .left p{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #776973;
}
#sec01 .bottomTxt .left p span{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 19px;
	color: #776973;
}
#sec01 .bottomTxt .right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#sec01 .bottomTxt .right div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 219px;
	height: 73px;
	margin: 0 5px 0 0;
	background: #fff;
	border-radius: 40px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 48px;
    letter-spacing: -1px;
    font-weight: 900;
}
#sec01 .bottomTxt .right div:last-child{
	margin: 0;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec01{
		min-width: auto;
	}
	#sec01 > img.pc{
		display: none;
	}
	#sec01 .bottom{
		background:no-repeat, #FDFAF5;
	}
	#sec01 .bottom > .inner{
		width: 100%;
		padding: 10px 0 70px;
		margin: 0 auto;
		position: relative;
	}
	#sec01 .img01{
		position: absolute;
		left: 0;
		top: -170px;
	}
	#sec01 .img02{
		width: 268px;
		position: absolute;
		right: -2px;
		top: -180px;
	}
	#sec01 .maincatchArea{
		padding: 0 0 50px 20px;
	}
	#sec01 .bottomTxt{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
		padding: 30px 0;
		background: url(../img/border-ptn.png) 50% 0% repeat-x, url(../img/border-ptn.png) 50% 100% repeat-x;
	}
	#sec01 .bottomTxt > div{
		width: 100%;
	}
	#sec01 .bottomTxt .left p{
		font-size: 34px;
	}
	#sec01 .bottomTxt .left p span{
		font-size: 27px;
	}
	#sec01 .bottomTxt .right{
		padding: 20px 0 0;
	}
	#sec01 .bottomTxt .right div{
		width: 104px;
		height: 104px;
		margin: 0 10px 0 0;
		border-radius: 60px;
		font-size: 34px;
	}
}


/* sec02
========================================*/
#sec02{
	background: #d3f6e1;
}
#sec02 h2{
	display: block;
	width: 100%;
	height:154px;
	padding: 35px 0;
	margin: 0 auto 0;
	background: url(../img/sec02-ttl-bg.png) no-repeat;
	background-size: contain;
	background-position: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 70px;
	color: #666654;
	text-align: center;
	vertical-align:middle;
	position: relative;
	z-index: 3;}
#sec02 > .inner{
	width: 1040px;
	padding: 90px 20px 30px;
	margin: 0 auto;
}
#sec02 .pointArea{
	padding: 0 0 20px;
}
#sec02 .pointArea ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#sec02 .pointArea li{
	width: 320px;
	padding: 60px 30px 40px;
	margin: 0 20px 0 0;
	text-align: center;
	position: relative;
}
#sec02 .pointArea li:nth-child(1){
	background: linear-gradient(135deg, #dfc5c0, #DF553A);
	    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#sec02 .pointArea li:nth-child(2){
	background: linear-gradient(135deg, #dfc5c0, #DF553A);
	    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#sec02 .pointArea li:nth-child(3){
	background: linear-gradient(135deg, #dfc5c0, #DF553A);
	    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#sec02 .pointArea li:last-child{
	margin: 0;
}
#sec02 .pointArea li > span{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 48px;
	position: absolute;
	top: -25px;
	left: 0;
}
#sec02 .pointArea li h3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 160px;
	margin: 0 0 25px;
}
#sec02 .pointArea div > p{
	padding: 30px 0 0;
	text-align: center;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: -1px;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec02 h2{
		font-size: 35px;
	}
	#sec02 > .inner{
		width: 100%;
		padding: 20px 0 30px;
		margin: 0 auto;
	}
	#sec02 .pointArea ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0 30px;
	}
	#sec02 .pointArea li{
		width: 100%;
		padding: 100px 60px 60px;
		margin: 0
	}
	#sec02 .pointArea li > span {
	    display: block;
	    width: 100%;
	    background: url(../img/sec02-ttl-bg-sp.png) 50% no-repeat;
	    color: #fff;
	    font-size: 40px;
	    line-height: 96px;
	    position: absolute;
	    top: -50px;
	    left: 0;
	}
	#sec02 .pointArea li h3{
		height: auto;
		margin: 0 0;
	}
	#sec02 .pointArea li > img{
		margin: 0 auto;
		position: relative;
		right: 10px;
	}
	#sec02 .pointArea li > p{
		padding: 30px 0 0;
		text-align: center;
	    font-size: 30px;
	    line-height: 1.5;
	    letter-spacing: -2px;
	}
	#sec02 .pointArea div{margin: 0 0 90px;}
}


/* sec03
========================================*/
#sec03{
	margin: 60px 0 55px;
	background: url(../img/ptn03.jpg) 50%;
	position: relative;
}
#sec03 img.photo{
	position: absolute;
	left: 0;
	top: -80px;
}
#sec03 > .inner{
	width: 1040px;
	padding: 600px 20px 0;
	margin: 0 auto;
	position: relative;
}
#sec03 .balloon{
	width: 576px;
	height: 530px;
	background: url(../img/sec03-balloon-bg.png);
	position: absolute;
	right: -50px;
	top: 30px;
}
#sec03 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 0 30px;
}
#sec03 li{
	width: 422px;
	height: 63px;
	margin: 0 30px 20px 0;
	background: #fff;
	border: 1px solid #ec5941;
	-webkit-box-shadow: 2px 2px 8px rgba(54, 2, 0, .16);
	        box-shadow: 2px 2px 8px rgba(54, 2, 0, .16);
	line-height: 63px;
	font-size: 35px;
	text-align: center;
	color: #ec5941;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#sec03 li span{
	line-height: 63px;
	font-size: 35px;
	text-align: center;
	color: #ec5941;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#sec03 li:nth-child(2n){
	margin: 0 0 20px;
}
#sec03 p{
	padding: 0 20px 60px;
	font-size: 23px;
	line-height: 35px;
	letter-spacing: 2px;
}
#sec03 p span{
	font-size: 23px;
	line-height: 35px;
}
#sec03 .imgArea{
	padding: 0 0 70px;
	text-align: center;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec03 img.photo{
		top: 0;
	}
	#sec03 > .inner{
		width: 100%;
		padding: 900px 0 0;
		margin: 0 auto;
		position: relative;
	}
	#sec03 .balloon{
		width: 576px;
		height: 530px;
		right: -10px;
		top: 330px;
	}
	#sec03 li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 320px;
		height: 150px;
		padding: 30px 20px;
		margin: 0 30px 20px 0;
		background: #fff;
		border: 1px solid #ec5941;
		-webkit-box-shadow: 2px 2px 8px rgba(54, 2, 0, .16);
		        box-shadow: 2px 2px 8px rgba(54, 2, 0, .16);
	}
	#sec03 li span{
		line-height: 1.3;
		font-size: 35px;
	}
	#sec03 p{
		padding: 0 30px 60px;
		font-size: 30px;
		line-height: 1.5;
		letter-spacing: 2px;
	}
	#sec03 p span{
		font-size: 30px;
		line-height: 1.5;
	}
	#sec03 .imgArea{
		padding: 0 30px 60px;
	}
	#sec03 .imgArea img{
		width: 100%;
	}
}


/* sec04
========================================*/
#sec04{
	padding: 40px 0 90px;
	margin: 0 0 100px;
	position: relative;
	overflow: hidden;
}
#sec04 h2{
	display: block;
	width: 346px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto 0;
	background: url(../img/sec04-ttl-bg.png);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 35px;
	color: #666654;
	text-align: center;
	position: relative;
	z-index: 3;
}
#sec04 > img{
	width: 100%;
	position: absolute;
	top: 80px;
}
#sec04 .ptn{
	width: 100%;
    height: 100%;
    margin: 440px 0 0;
    background: url(../img/sec04-ptn.png) 50% 0%;
    position: absolute;
    top: 0;
}
#sec04 > .inner{
	width: 1040px;
	padding: 300px 20px 0;
	margin: 0 auto;
	position: relative;
}
#sec04 .cnt01{
	padding: 0 0 50px;
	margin: 0 0 35px;
	background: #fff;
	border: 1px solid #494949;
	position: relative;
}
#sec04 .cnt01 h3{
	padding: 25px;
	background: url(../img/sec04-ptn.jpg);
	text-align: center;
}
#sec04 .cnt01 ul.flow{
	padding: 35px 30px;
}
#sec04 .cnt01 ul.flow li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#sec04 .cnt01 ul.flow li .left{
	min-width: 110px;
	line-height: 0;
}
#sec04 .cnt01 ul.flow li .right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    width: 100%;
	height: 105px;
	background: url(../img/sec04-border-ptn.png) 50% 100% repeat-x;
	font-size: 23px;
	line-height: 35px;
}
#sec04 .cnt01 ul.flow li .right p{
	font-size: 23px;
	line-height: 35px;
}
#sec04 .cnt01 ul.bottomList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 30px;
}
#sec04 .cnt01 ul.bottomList li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 97px;
	text-align: center;
	font-size: 21px;
	line-height: 26px;
	color: #fff;
}
#sec04 .cnt01 ul.bottomList li:nth-child(1){
	width: 180px;
	background: url(../img/sec04-bottmlist-bg01.jpg);
}
#sec04 .cnt01 ul.bottomList li:nth-child(2){
	width: 160px;
	background: url(../img/sec04-bottmlist-bg02.jpg);
}
#sec04 .cnt01 ul.bottomList li:nth-child(3){
	width: 160px;
	background: url(../img/sec04-bottmlist-bg03.jpg);
}
#sec04 .cnt01 ul.bottomList li:nth-child(4){
	width: 166px;
	background: url(../img/sec04-bottmlist-bg04.jpg);
}
#sec04 .cnt01 .img01{
	position: absolute;
	right: 0;
	bottom: 0;
}
#sec04 .cnt02{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 35px;
}
#sec04 .cnt02 > div{
	width: 490px;
	background: #fff;
	border: 1px solid #494949;
}
#sec04 .cnt02 > div p{
	padding: 25px 35px;
	font-size: 23px;
	line-height: 35px;
	letter-spacing: -1px;
}
#sec04 .cnt02 .txt{
	height: 295px;
}
#sec04 .cnt02 .left{
	margin: 0 30px 0 0;
}
#sec04 .cnt02 .left h3{
	padding: 25px;
	background: url(../img/sec04-ptn02.jpg);
	text-align: center;
}
#sec04 .cnt02 .right h3{
	padding: 25px;
	background: url(../img/sec04-ptn03.jpg);
	text-align: center;
}

#sec04 .cnt02 .right .txt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#sec04 .cnt02 .right p{
	text-align: center;
}
#sec04 .cnt03{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 191px;
	background: url(../img/sec04-cnt03-bg.png) 50% no-repeat, #fbff98;
	border: 1px solid #494949;
}
#sec04 .cnt03 p{
	text-align: center;
	font-size: 23px;
	line-height: 35px;
	text-shadow: 2px 2px #fff, -2px -2px #fff, -2px 2px #fff, 2px -2px #fff, 0px 2px #fff, 0px -2px #fff, -2px 0px #fff, 2px 0px #fff;
}


#school{
	padding: 40px 0 90px;
	margin: 0 0 100px;
	position: relative;
}
#school > img{
	width: 100%;
	position: absolute;
	top: 80px;
}
#school > .inner{
	width: 1040px;
	padding: 1110px 20px 0;
	margin: 0 auto;
	position: relative;
}
/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec04 {
	    margin: 0 0 50px;
	}
	#sec04 h2{
		display: block;
		width: 420px;
		height: 94px;
		line-height: 94px;
		margin: 0 auto 0;
		background: url(../img/sec04-ttl-bg.png) 50%/cover;
		font-size: 42px;
	}
	#sec04 > img{
		width: 100%;
		position: absolute;
		top: 100px;
	}
	#sec04 > .inner{
		width: 100%;
		padding: 300px 30px 0;
		margin: 0 auto;
		position: relative;
	}
	#sec04 > .inner img{
		width: 100%;
	}
	#sec04 .cnt01 {
	    padding: 0 0 180px;
	    margin: 0 0 35px;
	    background: #fff;
	    border: 1px solid #494949;
	    position: relative;
	}
	#sec04 .cnt01 h3{
		padding: 25px;
		background: url(../img/sec04-ptn.jpg);
		text-align: center;
	}
	/*#sec04 .cnt01 h3 img{
		width: 350px;
	}*/
	#sec04 .cnt01 ul.flow {
	    padding: 35px 20px;
	}
	#sec04 .cnt01 ul.flow li .right{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	    width: 100%;
		height: auto;
		padding: 30px 0;
		background: url(../img/sec04-border-ptn.png) 50% 100% repeat-x;
		font-size: 23px;
		line-height: 35px;
	}
	#sec04 .cnt01 ul.flow li .right p{
		font-size: 25px;
		line-height: 1.3;
	}
	#sec04 .cnt01 ul.bottomList{
		display: none;
	}
	#sec04 .cnt01 .img01{
		width: 95%;
	    right: 50%;
	    bottom: 30px;
	    -webkit-transform: translate(50%,0);
	        -ms-transform: translate(50%,0);
	            transform: translate(50%,0);
	}
	#sec04 .cnt02{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0;
	}
	#sec04 .cnt02 > div{
		width: 100%;
		height: auto;
		background: #fff;
		border: 1px solid #494949;
	}
	#sec04 .cnt02 .left {
	    margin: 0 0 35px;
	}
	#sec04 .cnt02 .right {
	    margin: 0 0 35px;
	}
	#sec04 .cnt02 .txt {
	    height: auto;
	}
	#sec04 .cnt02 > div p{
		padding: 25px 30px;
		font-size: 25px;
		line-height: 1.5;
		letter-spacing: -1px;
	}
	#sec04 .cnt03{
		height: auto;
		padding: 20px 30px;
	}
	#sec04 .cnt03 p {
	    font-size: 25px;
	    line-height: 1.5;
	}
}
@media screen and ( max-width:720px){
	#school{
	    margin: 0 0 50px;
		
	}
	#school > img{
		width: 100%;
		position: absolute;
		top: 100px;
	}
	#school > .inner{
		width: 100%;
		padding: 590px 30px 0;
		margin: 0 auto;
		position: relative;
	}
	#school > .inner img{
		width: 100%;
	}
}
/* sec05
========================================*/
#sec05{
	padding: 150px 0 110px;
	background: url(../img/sec05-bg.jpg) 50%/cover;
}
#sec05 > .inner{
	width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
#sec05 .txtArea{
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#sec05 h2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 532px;
	height: 164px;
	padding: 0 0 5px;
	background: url(../img/sec05-ttl-bg.png);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 50px;
	color: #fff;
	letter-spacing: 0;

}
#sec05 p{
	font-size: 23px;
	line-height: 35px;
	color: #fff;
	letter-spacing: 3px;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec05 {
	    padding: 100px 0 150px;
	    background: url(../img/sec05-bg.jpg) 40% 50%/cover;
	}
	#sec05 > .inner{
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	#sec05 .txtArea{
		width: 100%;
		padding: 0 30px;
	}
	#sec05 p{
		font-size: 25px;
		line-height: 1.5;
	}
}


/* sec06
========================================*/
#sec06{
	margin: 0 0 50px;
	background:-webkit-repeating-linear-gradient(left, #ffffd5 0, #ffffd5 30px, #ffffdc 30px, #ffffdc 60px);
	background:-o-repeating-linear-gradient(left, #ffffd5 0, #ffffd5 30px, #ffffdc 30px, #ffffdc 60px);
	background:repeating-linear-gradient(90deg, #ffffd5 0, #ffffd5 30px, #ffffdc 30px, #ffffdc 60px);
}
#sec06 > .inner{
	width: 1040px;
	padding: 0 20px 50px;
	margin: 0 auto;
	position: relative;
}
#sec06 .cnts{
	width: 674px;
	margin: 0 0 0 auto;
	text-align: center;
}
#sec06 h2{
	display: block;
	width: 261px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background: url(../img/sec06-ttl-bg.png);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #4d4d4d;
	text-align: center;
	position: relative;
	top: -30px;
	z-index: 3;
}
#sec06 .cnts ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 30px 0 7px;
}
#sec06 .cnts li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 216px;
	height: 76px;
	margin: 0 13px 13px 0;
	background: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -1px;
	position: relative;
}
#sec06 .cnts li:nth-child(3n){
	margin: 0 0 13px;
}
#sec06 .cnts li:last-child{
	margin: 0 0 13px;
}
#sec06 .cnts li:before{
	content: '';
	display: block;
	width: 206px;
	height: 66px;
	background: transparent;
	border: 1px solid #ffb1d1;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
#sec06 .txt01{
	padding: 0 0 40px;
}
#sec06 .img01{
	position: absolute;
	top: 40px;
	left: -90px;
}
#sec06 .img02{
	position: absolute;
	bottom: 0;
	left: 140px;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec06{
	}
	#sec06 h2 {
	    display: block;
	    width: 344px;
	    height: 80px;
	    line-height: 80px;
	    background: url(../img/sec06-ttl-bg.png) 50%/cover;
	    font-size: 30px;
	    top: -30px;
	}
	#sec06 > .inner{
		width: 100%;
		padding: 0 20px 0;
		margin: 0 auto;
		position: relative;
	}
	#sec06 .cnts {
	    width: 100%;
	    padding: 0 0 400px;
	    margin: 0;
		overflow: hidden;
	}
	#sec06 .cnts ul {
	    padding: 20px 0 7px;
	}
	#sec06 .cnts li {
	    font-size: 23px;
	    line-height: 30px;
	}
	#sec06 .img01{
	    top: auto;
		left: auto;
		right: 20px;
		bottom: -60px;
	}
	#sec06 .img02{
		top: auto;
		left: 0;
		bottom: 0;
	}
}


/* sec07
========================================*/
#sec07{
	padding: 170px 0 40px;
	background: url(../img/sec07-bg.jpg) 50% 0%/100% auto no-repeat;
}
#sec07 > .inner{
	width: 1000px;
	padding: 40px 30px 70px;
	margin: 0 auto;
	background: rgba(211, 246, 225, .9);
	position: relative;
}
#sec07 .img01{
	position: absolute;
	top: -90px;
	left: 0;
}
#sec07 .p1{
	padding: 0 0 40px;
}
#sec07 h2 img{
	display: block;
	margin: 0 0 0 auto;
}
#sec07 .p2{
	padding: 0 0 40px;
	text-align: center;
}
#sec07 .p3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 0 50px;
}
#sec07 .p3 .img02{
	margin: 0 30px 0 30px;
}
#sec07 .p4 p{
	padding: 15px 0;
	border: 1px solid #494949;
	font-size: 25px;
	text-align: center;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec07 > .inner{
		width: 100%;
		padding: 40px 30px 70px;
		margin: 0 auto;
		background: rgba(211, 246, 225, .9);
		position: relative;
	}
	#sec07 .img01{
		position: absolute;
		top: -150px;
		left: 0;
	}
	#sec07 h2 img{
		display: block;
		padding: 150px 0 0;
		margin: 0 auto;
	}
	#sec07 .p2 img{
		width: 100%;
	}
	#sec07 .p3{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 0 0 50px;
	}
	#sec07 .p3 img{
		width: 50%;
		margin: 0;
	}
	#sec07 .p3 .img02 {
	    margin: 0;
	}
	#sec07 .p4 p{
		padding: 20px 20px;
		border: 1px solid #494949;
		font-size: 28px;
		text-align: center;
	}
}


/* sec08
========================================*/
#sec08{
	margin: 80px 0 80px;
	background: url(../img/sec08-bg.jpg) 50% 0%/cover no-repeat;
}
#sec08 > .inner{
	width: 1040px;
	padding: 100px 20px 50px;
	margin: 0 auto;
}
#sec08 h2{
	padding: 26px 0 0 0;
	display: block;
	width: 800px;
	height: 124px;
	margin: 0 auto;
	background: url(../img/sec08-ttl-bg.png);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 45px;
	text-align: center;
	font-weight: 400;
}
#sec08 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 30px 0 30px;
}
#sec08 li{
	margin: 0 40px 0 0;
}
#sec08 li:nth-child(2n){
	margin: 0 0 0 0;
}
#sec08 p{
	display: block;
	width: 889px;
	padding: 10px 50px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #c2bb00;
	color: #231815;
	font-size: 23px;
	line-height: 31px;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec08{
		margin: 80px 0;
		background: url(../img/sec08-bg.jpg) 50% 0%/cover no-repeat;
	}
	#sec08 > .inner{
		width: 100%;
		padding: 50px 20px 80px;
		margin: 0 auto;
	}
	#sec08 ul{
		padding: 30px 50px ;
	}
	#sec08 li{
		margin: 0;
	}
	#sec08 li:nth-child(2n){
		margin: 0;
	}
	#sec08 li:nth-child( n + 2){
		margin: 0;
	}
	#sec08 li img{
		width: 100%;
	}
	#sec08 p{
		width: 100%;
		font-size: 25px;
		line-height: 1.5;
	}
}


/* sec09
========================================*/
#sec09{
}
#sec09 h2{
	display: block;
	width: 456px;
	height: 139px;
	line-height: 143px;
	margin: 0 auto 0;
	background: url(../img/sec09-ttl-bg.png) no-repeat;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 38px;
	text-align: center;
	font-weight: 400;
	position: relative;
	z-index: 3;
}
#sec09 h4{
	display: block;
	width: 1008px;
	height: 158px;
	line-height: 170px;
	margin: 0 auto 0;
	background: url(../img/sec09-ttl-bg2.png) center no-repeat;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 38px;
	text-align: center;
	font-weight: 400;
	position: relative;
	z-index: 3;
}
#sec09 > .inner{
	padding: 90px 0;
	margin: -80px 0 0;
	background: url(../img/ptn04.jpg) 50%;
	text-align: center;
}
#sec09 .cnts{
	width: 975px;
	margin: 0 auto;
}
#sec09 .cnt{
	position: relative;
}
#sec09 .cnts .cnt01{
	width: 1008px;
	height: 408px;
	margin: 0 0 20px;
	background: url(../img/sec09-img01.png);
	position: relative;
	left: 0;
}
#sec09 .cnts .cnt02{
	width: 1023px;
	height: 381px;
	margin: 0 0 20px;
	background: url(../img/sec09-img02.png);
	position: relative;
	left: -48px;
}
#sec09 .cnts .cnt03{
	width: 1008px;
	height: 381px;
	background: url(../img/sec09-img03.png);
	position: relative;
	left: 0;
}
#sec09 .cnts .cnt04{
	width: 1008px;
	height: 408px;
	margin: 0 0 20px;
	background: url(../img/sec09-img04.png) no-repeat;
	position: relative;
	left: 0;
}
#sec09 .cnts .cnt05{
	width: 1023px;
	height: 381px;
	margin: 0 0 20px;
	background: url(../img/sec09-img05.png);
	position: relative;
	left: -48px;
}
#sec09 .cnts .cnt06{
	width: 1008px;
	height: 381px;
	background: url(../img/sec09-img06.png);
	position: relative;
	left: 0;
}
#sec09 .cnt p{
	font-size: 23px;
	line-height: 35px;
	text-align: left;
	position: absolute;
}
#sec09 .cnt01 p{
	left: 30px;
	bottom: 30px;
}
#sec09 .cnt02 p{
	right: 30px;
	bottom: 45px;
}
#sec09 .cnt03 p{
	left: 30px;
	bottom: 40px;
}

#sec09 .cnt04 p{
	right: 30px;
	bottom: 30px;
}
#sec09 .cnt05 p{
	left: 30px;
	bottom:15px;
}
#sec09 .cnt06 p{
	right: 30px;
	bottom: 5px;
}
.br-pc {display:block;}
/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec09 > .inner{
		padding: 100px 0 90px;
		margin: -80px 0 0;
		background: url(../img/ptn04.jpg) 50%;
		text-align: center;
	}
	#sec09 .cnts{
		width: 100%;
		padding: 0 30px;
	}
	#sec09 .cnts .mood{
		width:100%;
	}
	#sec09 .cnt{
		padding: 0 0 30px;
		border: 1px solid #f6ff00;
	}
	
	#sec09 .cnts .cnt01{
		width: 100%;
		height: auto;
		margin: 0 0 130px;
		background: #fff;
	}
	#sec09 .cnts .cnt02{
		width: 100%;
		height: auto;
		margin: 0 0 130px;
		background: #fff;
		left: 0;
	}
	#sec09 .cnts .cnt03{
		width: 100%;
		height: auto;
		background: #fff;
	}
	#sec09 .cnts .cnt04{
		width: 100%;
		height: auto;
		margin: 0 0 130px;
		background: #fff;
	}
	#sec09 .cnts .cnt05{
		width: 100%;
		height: auto;
		margin: 0 0 130px;
		background: #fff;
		left: 0;
	}
	#sec09 .cnts .cnt06{
		width: 100%;
		height: auto;
		background: #fff;
	}
	#sec09 .cnts .cnt01 img{
		margin: -100px 0 0 40px;
	}
	#sec09 .cnts .cnt02 img{
		margin: -100px 0 0 1px;
	}
	#sec09 .cnts .cnt03 img{
		margin: -100px 0 0 40px;
	}
	#sec09 .cnt p{
		padding: 20px 40px 0;
		font-size: 25px;
		line-height: 1.5;
		text-align: left;
		position: relative;
	}
	#sec09 .cnt01 p{
		left: auto;
		bottom: auto;
	}
	#sec09 .cnt02 p{
		right: auto;
		bottom: auto;
	}
	#sec09 .cnt03 p{
		left: auto;
		bottom: auto;
	}
	#sec09 .cnt04 p{
		right: auto;
		bottom: auto;
	}
	#sec09 .cnt05 p{
		left: auto;
		bottom: auto;
	}
	#sec09 .cnt06 p{
		right: auto;
		bottom: auto;
	}
	.br-pc {display:none;}
}


/* sec10
========================================*/
#sec10{
	padding: 0 0 120px;
}
#sec10 > img{
	display: block;
    width: 100%;
	line-height: 0;
}
#sec10 > p{
	width: 940px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 23px;
	line-height: 35px;
}
#sec10 li.slick-slide{
	padding: 0 8px;
}
#sec10 .slick-dots li {
    width: 10px;
}
#sec10 .slick-dots li button:hover{
	opacity: .75;
}
#sec10 .slick-dots li button:before {
    color: #494949;
    opacity: 1;
}
#sec10 .slick-dots li.slick-active button:before {
    content: '○';
    opacity: .75;
    color: black;
    top: -1px;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
#sec10 > img{
	display: block;
    width: 100%;
	line-height: 0;
}
#sec10 > p{
	width: 100%;
	margin: 0 auto;
	padding: 40px 30px;
	font-size: 25px;
	line-height: 1.5;
}
}


/* sec11
========================================*/
#sec11{
	padding: 170px 0 90px;
	margin: 0 0 80px;
	background: #FFFFE6;
}
#sec11 > .inner{
	width: 1000px;
	padding: 50px 30px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 1;
}
#sec11 .sec11-img01{
	position: absolute;
	top: -198px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	z-index: 3;
}
#sec11 .sec11-img02{
	position: absolute;
	top: -140px;
	left: 70px;
	z-index: 0;
}
#sec11 .sec11-img03{
	position: absolute;
	top: -120px;
	right: 60px;
	z-index: 0;
}
#sec11 .qBox{
	margin: 0 0 25px;
}
#sec11 .qBox:last-child{
	margin: 0;
}
#sec11 .qBox input[type="checkbox"]{
	display: none;
}
#sec11 .qBox .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #24d79e;
    border-radius: 43px;
    padding: 16px 25px;
    font-weight: 500;
    font-size: 20px;
}
#sec11 .qBox .top h4{
	padding: 0 100px 0 20px;
	color: #fff;
	line-height: 1.3;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
}
#sec11 .qBox .top span {
    position: relative;
    margin: 0 0 0 auto;
}
#sec11 .qBox .top span::before,
#sec11 .qBox .top span::after {
    content: "";
    border-top: 3px solid #fff;
    width: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
#sec11 .qBox .top span::before {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
#sec11 .qBox .top span::after {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
#sec11 .qBox input:checked ~ label span::after {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
#sec11 .qBox .bottom {
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
#sec11 .qBox input:checked ~ .bottom {
    max-height: 300px;
}
#sec11 .qBox .bottom p {
    padding: 20px 90px 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 23px;
    line-height: 35px;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec11 > .inner{
		width: 100%;
		padding: 50px 30px;
	}
	#sec11 .qBox .top h4{
		padding: 0 60px 0 20px;
		font-size: 25px;
	}
	#sec11 .qBox input:checked ~ .bottom {
	    max-height: 1000px;
	}
	#sec11 .qBox .bottom p {
	    padding: 20px 30px 0;
	    font-size: 25px;
	    line-height: 1.5;
	}
}



/* sec12
========================================*/
#sec12{
	padding: 0 0 60px;
}
#sec12 h2{
	width: 440px;
	padding: 3px 0;
	margin: 0 auto 30px;
	background: url(../img/sec12-ttlbg01.png) 100% 50% no-repeat , url(../img/sec12-ttlbg02.png) 0% 50% no-repeat ;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 44px;
	text-align: center;
	color: #3fdcaa;
}
#sec12 > .inner{
	padding: 50px 0 30px;
	background: #f4f2ee;
}
#sec12 .cnts{
	width: 952px;
	margin: 0 auto;
}
#sec12 .cnts img{
	margin: 0 0 20px;
}
#sec12 .cnt{
	position: relative;
}
#sec12 .cnts .cnt01{
	width: 952px;
	height: 102px;
	margin: 0 0 20px;
	background: url(../img/sec12-img01.png) no-repeat;
}
#sec12 .cnts .cnt02{
	width: 952px;
	height: 102px;
	margin: 0 0 20px;
	background: url(../img/sec12-img02.png) no-repeat;
}
#sec12 .cnts .cnt03{
	width: 952px;
	height: 102px;
	background: url(../img/sec12-img03.png) no-repeat;
}
#sec12 .cnt p{
	font-size: 23px;
	line-height: 30px;
	text-align: left;
	position: absolute;
	top: 100px;
	left: 280px;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec12 > .inner{
		padding: 50px 30px 30px;
		background: #f4f2ee;
	}
	#sec12 .cnts{
		width: 100%;
		margin: 0 auto;
	}
	#sec12 .cnt{

	}
	#sec12 .cnts .cnt01{
		width: 100%;
		height: 140px;
		margin: 0 0 20px;
		background: none;
	}
	#sec12 .cnts .cnt02{
		width: 100%;
		height: 140px;
		margin: 0 0 20px;
		background: none;
	}
	#sec12 .cnts .cnt03{
		width: 100%;
		height: 140px;
		background: none;
	}
	#sec12 .cnt img{
		max-width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#sec12 .cnt p{
		font-size: 23px;
		line-height: 30px;
		text-align: left;
		letter-spacing: -1px;
		position: absolute;
	}
	#sec12 .cnt01 p{
		padding: 0 204px 0 60px;
		top: 140px;
		left: 0;
	}
	#sec12 .cnt02 p{
		padding: 0 204px 0 60px;
		top: 125px;
		left: 0;
	}
	#sec12 .cnt03 p{
		padding: 0 60px;
		top: 140px;
		left: 0;
	}
}


/* sec13
========================================*/
#sec13{
	padding: 60px 0 80px;
}
#sec13 h2{
	width: 320px;
	padding: 3px 0;
	margin: 0 auto 30px;
	background: url(../img/sec13-ttlbg01.png) 0% 50% no-repeat , url(../img/sec13-ttlbg02.png) 100% 50% no-repeat ;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 44px;
	text-align: center;
	color: #3fdcaa;
}
#sec13 > .inner{
	width: 1033px;
	margin: 0 auto;
	padding: 35px 0;
	border: 3px solid #24d79e;
}
#sec13 .tableWrap{
	width: 965px;
	margin: 0 auto;
	position: relative;
}
#sec13 .tableWrap .thBg{
	width: 155px;
	height: 100%;
	background: url(../img/sec13-ptn.jpg) 0% 0%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#sec13 table{
	display: block;
	width: 965px;
	position: relative;
	z-index: 1;
}
#sec13 tbody{
	display: block;
}
#sec13 tr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#sec13 th{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-width: 155px;
	max-width: 155px;
	min-height: 100px;
	padding: 20px 0;
	border-right: 1px solid #24d79e;
	border-bottom: 1px solid #24d79e;
	font-size: 23px;
	line-height: 30px;
	text-align: center;
}
#sec13 td{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 100%;
	padding: 20px 0 25px 25px;
	border-bottom: 1px solid #24d79e;
	font-size: 23px;
	line-height: 30px;
}
#sec13 tr:last-child th{
	border-bottom: none;
}
#sec13 tr:last-child td{
	border-bottom: none;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#sec13{
		padding: 60px 30px 80px;
	}
	#sec13 > .inner{
		width: 100%;
		margin: 0 auto;
		padding: 0;
		border: 3px solid #24d79e;
	}
	#sec13 .tableWrap{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#sec13 table{
		display: block;
		width: 100%;
		position: relative;
		z-index: 1;
	}
	#sec13 .tableWrap .thBg{
		display: none;
	}
	#sec13 tr{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#sec13 th{
		width: 100%;
		min-width: auto;
		max-width: none;
		min-height: auto;
		padding: 30px;
		border-right: none;
		border-bottom: none;
		background: url(../img/sec13-ptn.jpg) 0% 0%;
		font-size: 28px;
		line-height: 1.5;
		text-align: center;
	}
	#sec13 td{
		width: 100%;
		padding: 30px;
		border-bottom: 2px solid #24d79e;
		font-size: 25px;
		line-height: 1.5;
	}
}


/* entryForm
========================================*/
#entryForm{
	padding: 60px 0 0;
}
#entryForm h2{
	width: 533px;
	padding: 3px 0;
	margin: 0 auto 30px;
	background: url(../img/entryForm-ttlbg01.png) 0% 50% no-repeat , url(../img/entryForm-ttlbg02.png) 100% 50% no-repeat ;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 44px;
	text-align: center;
	color: #3fdcaa;
}
#entryForm > .inner{
	padding: 40px 0 150px;
	background: url(../img/entryForm-ptn.jpg);
}
#entryForm > .inner > p{
	width: 850px;
	margin: 0 auto;
	padding: 0 0 40px;
	font-size: 23px;
	line-height: 35px;
}
#entryForm form{
	width: 1000px;
	padding: 50px 20px 50px 20px;
	margin: 0 auto;
	background: #fff;
}
#entryForm dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#entryForm dt{
	min-width: 300px;
	max-width: 300px;
	padding: 15px 0 15px 20px;
	border-top: 1px dotted #000;
	font-size: 23px;
	line-height: 35px;
}
#entryForm dl:first-child dt{
	border-top: none;
}
#entryForm dd{
	width: 100%;
	padding: 15px 50px 15px 5px;
	font-size: 23px;
	line-height: 35px;
}
#entryForm dd{

}
#entryForm dt > span,
#entryForm dd > span{
	display: block;
	font-size: 23px;
}
#entryForm dd > span > span{
	font-size: 23px;
	line-height: 35px;
}
#entryForm input{
	padding: 0 10px;
	font-size: 23px;
	line-height: 35px;
}
#entryForm input[type="text"]{
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: #fff;
	border: 1px solid #000;
}
#entryForm input[name="年齢"]{
	width: 180px;
	margin: 0 5px 0 0;
}
#entryForm input[type="radio"]{
	display: none;
}
#entryForm .marriage{
	width: 240px;
    padding: 10px 0 0;
	margin: 0 0 0 50px;
}
#entryForm .radio label{
	margin: 0 10px;
}
#entryForm input[type="radio"] ~ span{
	padding: 0 0 0 28px;
	font-size: 23px;
	line-height: 35px;
	position: relative;
}
#entryForm input[type="radio"] ~ span:after, #entryForm input[type="radio"] ~ span:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}
#entryForm input[type="radio"] ~ span:before {
    left: 5px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    background: #c53126;
    border-radius: 50%;
    opacity: 0;
}
#entryForm input[type="radio"] ~ span:after {
    left: 0px;
    margin-top: -11px;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
}
#entryForm input[type="radio"]:checked ~ span:before {
    opacity: 1;
}
#entryForm .age-marriage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#entryForm .annotate{
	display: block;
	padding: 10px 0 0;
	font-size: 16px;
	line-height: 1;
}
#entryForm input::-webkit-input-placeholder {
  color: #c6c6c6;
}
#entryForm input:-ms-input-placeholder {
  color: #c6c6c6;
}
#entryForm input::-ms-input-placeholder {
  color: #c6c6c6;
}
#entryForm input::placeholder {
  color: #c6c6c6;
}
#entryForm .zipcode{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#entryForm .zipcode input[name="郵便番号1"]{
	width: 144px;
	margin: 0 5px 0 10px;
}
#entryForm .zipcode input[name="郵便番号2"]{
	width: 178px;
	margin: 0 15px 0 5px;
}
#entryForm .zipcode input[type="button"]{
	display: inline-block;
	width: 142px;
	padding: 5px 0;
	background: #b5b5b5;
	font-size: 19px;
	color: #fff;
	text-align: center;
}
#entryForm input[name="都道府県"]{
	width: 226px;
}
#entryForm textarea{
	width: 100%;
	min-height: 223px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #000;
	font-size: 23px;
	line-height: 35px;
}
#entryForm input[type="submit"]{
	display: block;
	width: 482px;
	height: 81px;
	line-height: 81px;
	margin: 50px auto 30px;
	background: url(../img/arrow03.png) 95% 50% no-repeat, #f6ff00;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 27px;
	cursor: pointer;
}
#entryForm input[type="submit"]:hover{
	opacity: .8;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#entryForm > .inner{
		padding: 40px 0 150px;
		background: url(../img/entryForm-ptn.jpg) 50%/20px;
	}
	#entryForm > .inner > p{
		width: 100%;
		margin: 0 auto;
		padding: 0 30px 30px;
		font-size: 25px;
		line-height: 1.5;
	}
	#entryForm .formWrap{
		padding: 0 30px;
	}
	#entryForm form{
		width: 100%;
		padding: 10px 30px 50px;
		margin: 0 auto;
		background: #fff;
	}
	#entryForm dl{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#entryForm dt{
		width: 100%;
		min-width: auto;
		max-width: none;
		padding: 50px 0 10px;
		border-top: 1px dotted #000;
		font-size: 28px;
		line-height: 1.5;
	}
	#entryForm dl:first-child dt{
		border-top: none;
	}
	#entryForm dd{
		width: 100%;
		padding: 10px 50px 50px 5px;
		font-size: 25px;
		line-height: 1.5;
	}
	#entryForm .annotate{
		display: block;
		padding: 15px 0 0;
		font-size: 20px;
		line-height: 1;
	}
	#entryForm .marriage {
	    width: 240px;
	    padding: 10px 0 0;
	    margin: 0px 0 0 0px;
	}
}



/*========================================*/



/*footer
========================================*/
footer{
	padding: 0 0 243px;
}
footer span{
	display: block;
	padding: 30px 0 50px;
	font-size: 23px;
	text-align: center;
}
/*========================================*/



/*fixedCvArea
========================================*/
#fixedCvArea{
	width: 100%;
	padding: 30px 0 50px;
	background: rgba(200, 200, 200, .5);
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: 1001;
}
#fixedCvArea.scrolled{
	opacity: 1;
	visibility: visible;
}
#fixedCvArea img{
	display: block;
	margin: 0 auto;
	line-height: 0;
}
#fixedCvArea img.sp{
	display: none;
}

/* sp - 720px ------------------------------*/
@media screen and ( max-width:720px){
	#fixedCvArea{
		padding: 15px 0 40px;
	}
	#fixedCvArea a:hover{
		opacity: 1;
	}
	#fixedCvArea img.pc{
		display: none;
	}
	#fixedCvArea img.sp{
		display: block;
		padding: relative;
		left: -8px;
	}
}