/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
common
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
	background: #fff;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 1.8rem;
	font-weight: 500;
	color: #000;
}
a{
	color: #3af;
}
p{
	line-height: 1.6;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
}
.primary-heading{
	margin-bottom: 4%;
	padding: 2% 6%;
	position: relative;
	background: #e4007f;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
.secondary-heading{
	margin: 0 6% 4%;
	padding: 5px 0 5px 10px;
	border-left: solid 10px #00b7ee;
	font-size: 1.8rem;
	font-weight: 600;
	color: #000000;
	line-height: 1.4;
}
.general-parts{
	padding: 0 15px;
	margin: 0 0 20px;
}
.general-parts .secondary-heading {
    margin: 0 0 4%;
}
.text {
    margin: 0 6% 4%;
}
.text.about {
    color: #00a0e9;
}
.strong-txt{
	color: #d5176e;
}
.gothic{
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.btn{
	display: block;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	border-radius: 4px;
}
.regist-btn{
	padding: 6%;
	width: 85%;
	position: relative;
	background: url("../images/btn.jpg")no-repeat right bottom;
	background-size: 100%;
	border: solid 2px #e0dedf;
	color: #e4007f;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 6px;
    margin: auto;
}
.regist-btn::before,
.regist-btn::after{
	margin: auto;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
}
.regist-btn::before{
	width: 1%;
	height: 80%;
	left: 2%;
	background :white;
    box-shadow: 0 0 8px white,0 0 8px white,0 0 8px white,0 0 8px white,0 0 8px white;
}
.btn-area{
	margin: 0 6% 4%;
	text-align: center;
}
.fit-img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.m-true {
    padding: 0 7%;
    margin-bottom: 4%;
}
.fit-img.m-true {
    padding: 0 10%;
}
.btn-area .fit-img{
	width: 100%;
	max-width: 550px;
}
.img-center{
	margin: 0 auto;
	max-width: 190px;
	height: auto;
	display: block;
}
.img-caption{
	margin: 8px 0 20px;
	color: #ff14a3;
	font-weight: 800;
	text-align: center;
}


/*--------------------------------
header
--------------------------------*/
.hero{
	margin-bottom: 4%;
	position: relative;
}
.logo{
	width: 100%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 80px;
}
.logo-3ban{
	background-image: url(../images/logo.png), url(../images/3ban.png);
}

.navbar{
	padding: 2% 0;
	position: relative;
	background: #00a9dc;
}
#mother{
	background: #1d2088;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.navbar #mother{
	width: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*--------------------------------
contents
--------------------------------*/
.primary-heading.about {
    margin: 0 6% 4%;
    padding: 0;
    background: none;
    color: #e4007f;
}
.content-body{
	padding: 0 6%;
}
.content-body h3{margin-bottom: 4%;padding: 0;background: none;font-size: 2.0rem;font-weight: bold;color: #e4007f;line-height: 1.2;}
.content-body p{
	margin-bottom: 4%;
}
.disc li{
	margin: 10px 0;
	padding-left: 5px;
	line-height: 1.5;
	border-left: 4px solid #e4007f;
}
.slide-box{
	margin: 0 8px;
	border-radius: 5px;
	overflow: hidden;
}
.slick-arrow{
	margin-top: -16px;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 50%;
	background: none no-repeat center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}
.slick-prev{
	left: 0;
	background-image: url(../images/arrow-prev.png);
	background-size: auto 15px;
}
.slick-next{
	right: 0;
	background-image: url(../images/arrow-next.png);
	background-size: auto 15px;
}
.review {
    margin: 0 7% 5% 6%;
    padding: 3%;
    overflow: hidden;
    box-shadow: 3px 0px 5px #ccc9c9;
    font-size: 1.4rem;
}
.review.man{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(183,237,250,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(183,237,250,1) 100%);
}
.review.woman{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(252,221,249,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(252,221,249,1) 100%);	
}




.left {
    margin-right: 11px;
    width: 65px;
    float: left;
}
.right {
    margin-right: -76px;
    padding-right: 76px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.review .left .text {
    margin: 0;
    text-align: center;
}
.review.man .left .text{
    color: #00b7ee;
}
.review.woman .left .text{
    color: #e4007f;
}
.review .left .fit-img {
    margin-bottom: 9%;
}
.table {
    margin-bottom: 3%;
    width: 100%;
    border: solid 1px #010101;
}
.th,
.td {
    padding: 2%;
    width: 55%;
    border: solid 1px #010101;
    line-height: 1.4;
}
.th{
	width: 45%;
	color: white;
	vertical-align: middle;
}
.man .th{
	background: #7ecef4;
}
.woman .th{
	background: #f19ec2;
}
.review .right .text {
    margin: 0;
    font-size: 1.6rem;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin-bottom: 30px;
}
.form-box{
	margin-bottom: 4%;
	padding: 0 6%;
}
.form-label{
	margin-bottom: 2%;
	display: block;
	color: #e4007f;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 4.5% 3%;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
}
select{
	padding-right: 14%;
	background: url(../images/icon-select.png) no-repeat right 2% center #fff;
	background-size: 10%;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	padding-right: 13%;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.radio-label::before{
	margin-right: 5px;
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #e4007f;
}
.regular-checkbox{
	padding: 3%;
	display: block;
	font-size: 1.8rem;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	margin-top: 2%;
	font-size: 1.2rem;
	color: #999;
}
.alert-msg{
	margin: -2% 0 4%;
	padding: 0 6%;
	font-size: 1.2rem;
	color: #999;
}
.error{
	margin-bottom: 5px;
	padding: 5px 5px 5px 15px;
	background: #d00;
	color: #fff;
	border-radius: 2px;
}


/*--------------------------------
campaign
--------------------------------*/
.campaign h4 {border:0; font-size:1.4rem; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:1.2rem;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:1.1rem; color:#aaa; padding:0;}
.campaign strong {font-weight:bold; color:#f00;}
.camMenu { margin-bottom:10px;padding-left:20px;}
.camMenu dt { font-weight:bold; font-size:1.6rem; margin:5px 0;}
.camMenu dt:before{content:""; color:#714769;}
.camMenu dd {margin-bottom:10px;}
.camMenu table {border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}

#campaign_btn,
#campaign_btn_entry {
	position: absolute;
	top: 50px;
	right: 0; 
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}

.lpprtitle{
	background-color: #e4007f !important;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link{
	padding: 3%;
	display: block;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #fff;
}
.copy{
	padding: 4%;
	display: block;
	line-height: 1.4;
	color: #fff;
}
body #pr{
	bottom: -60px;
}

.heading-txt{
    margin-bottom: 4%;
    padding: 2% 6%;
    position: relative;
    background: #e4007f;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;

}
.general-item{
    padding: 0 6%;
}
.general-item h3{
    margin-bottom: 4%;
    padding: 0;
    background: none;
    font-size: 2.0rem;
    font-weight: bold;
    color: #e4007f;
    line-height: 1.2;
}
.general-item p{
    margin-bottom: 4%;
}
/*--------------------------------
media query
--------------------------------*/
    /*--------------------------------
    Xperia
    --------------------------------*/
    @media screen and (max-width:360px){
        html{
            font-size: 60.5%;
        }
    }
    /*--------------------------------
iphone se.general-item p{
margin-bottom: 4%;
}
    --------------------------------*/
    @media screen and (max-width:320px){
        html{
            font-size: 50.5%;
        }
    }
    /*--------------------------------
    iphone plus
    --------------------------------*/
    @media screen and (min-width:376px){
        html{
            font-size: 63.5%;
        }
    }
    /*--------------------------------
    phone landscape
    --------------------------------*/
    @media screen and (min-width:568px){
        html{
            font-size: 62.5%;
        }
		.left {
			margin-right: 17px;
		}
		.right {
			margin-right: -82px;
			padding-right: 82px;
		}
    }
    /*--------------------------------
    pc / tablet
    --------------------------------*/
    @media screen and (min-width:768px){
        html{
            font-size: 110.5%;
        }
		.form-item.normal-radio .radio-label {
			padding-right: 18%;
		}
		.radio-label::before {
			width: 60px;
			height: 60px;
		}
		.regist-btn {
			border: solid 4px #e0dedf;
		}
		.regist-btn::before{
			width: 0.5%;
			height: 80%;
			left: 2%;
			background :white;
			box-shadow: 0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white;
		}
		.left {
			margin-right: 23px;
			width: 130px;
		}
		.right {
			margin-right: -153px;
			padding-right: 153px;
		}
    }