/*--------------------------------
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;
	line-height: 1.4;
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
}
a{
	color: #3af;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.primary-heading{
	margin-bottom: 4%;
	padding: 2% 6%;
	position: relative;
	background: #ec61b4;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
.secondary-heading{
	margin: 0 6%;
	font-size: 1.6rem;
	font-weight: 600;
	color: #ec61b4;
	line-height: 1.4;
}
.general-parts{
	padding: 0 6%;
}
.general-parts .secondary-heading{
	margin: 0;
}
.general-parts .note {
    margin-bottom: 4%;
}
.fit-img.margin-true {
    margin-bottom: 4%;
    padding: 0 6%;
}
.text {
    margin: 0 6% 4%;
}
.text.about {
    color: #00a0e9;
}
.strong-txt{
	color: #d5176e;
}
.btn-area .btn{
    padding: 2% 3%;
    width: 100%;
    display: block;
    position: relative;
	background: -webkit-linear-gradient(top, rgba(245,236,249,1) 0%,rgba(228,143,239,1) 50%,rgba(217,173,228,1) 100%);
	background: linear-gradient(to bottom, rgba(245,236,249,1) 0%,rgba(228,143,239,1) 50%,rgba(217,173,228,1) 100%);
    border: solid 2px white;
    border-radius: 10px;
    box-shadow: 0 2px 4px #a4a4a4;
    font-size: 2.4rem;
    font-weight: bold;
    text-shadow: 0 0 10px #ce49e3,0 0 10px #ce49e3,0 0 10px #ce49e3,0 0 10px #ce49e3;
    color: white;
}
.regist-btn:disabled {
    width: 100%;
    display: block;
    position: relative;
	background: -webkit-linear-gradient(top, rgba(245,236,249,1) 0%,rgba(228,143,239,1) 50%,rgba(217,173,228,1) 100%);
	background: linear-gradient(to bottom, rgba(245,236,249,1) 0%,rgba(228,143,239,1) 50%,rgba(217,173,228,1) 100%);
    border: solid 2px white;
    border-radius: 10px;
    box-shadow: 0 2px 4px #a4a4a4;
    font-size: 2.4rem;
    font-weight: bold;
    text-shadow: 0 0 10px #ce49e3,0 0 10px #ce49e3,0 0 10px #ce49e3,0 0 10px #ce49e3;
    color: white;
	opacity: 0.4;
	pointer-events: none;
}
.btn-area .btn::before,
.btn-area .btn::after{
	margin: auto;
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: url("../images/btn-ac.png") no-repeat;
	background-size: 100%;
}
.btn .fit-img {
    padding: 0 9%;
}
.btn-area .btn::before{
	left: 3%;
}
.btn-area .btn::after{
	right: 3%;
}
.btn-area{
	padding: 3%;
	width: 100%;
	text-align: center;
}
.btn-area.fixed{
	max-width: 750px;
	position: fixed;
	bottom: -100px;
	z-index: 9;
	transition: all 1s ease-out;
}
.another .btn-area.fixed {
    bottom: 0;
}
.fit-img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.m-true {
    margin-bottom: 4%;
}
.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{
	position: relative;
}
.hero-text-li{
    position: absolute;
	display: none;
}
.hero-text-li:nth-child(1) {
    bottom: 38%;
}
.hero-text-li:nth-child(2) {
    bottom: 32%;
}
.hero-text-li:nth-child(3) {
    bottom: 23%;
}
.hero-text-li:nth-child(4) {
    bottom: 2%;
}
.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: 10px center, right 10px center;
	background-size: contain;
}
.logo-3ban{
	background-image: url(../images/logo.png), url(../images/3ban.png);
}
.logo-4ban{
	background-image: url(../images/logo.png), url(../images/4ban.png);
}
.logo-5ban{
	background-image: url(../images/logo.png), url(../images/5ban.png);
}
.logo-6ban{
	background-image: url(../images/logo.png), url(../images/6ban.png);
}
.logo-7ban{
	background-image: url(../images/logo.png), url(../images/7ban.png);
}
.logo-8ban{
	background-image: url(../images/logo.png), url(../images/8ban.png);
}
.logo-10ban{
	background-image: url(../images/logo.png), url(../images/10ban.png);
}
.logo-11ban{
	background-image: url(../images/logo.png), url(../images/11ban.png);
}
.navbar{
	padding: 2% 0;
	position: relative;
	background: #ed84c3;
}
#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{
    font-size: 1.6rem;
    font-weight: 600;
    color: #ec61b4;
    line-height: 1.4;
}
.content-body p{
	margin-bottom: 4%;
}
.disc li{
	margin: 10px 0;
	padding-left: 5px;
	line-height: 1.5;
	border-left: 4px solid #ec61b4;
}


.graph-box {
    margin-bottom: 6%;
}
.graph .secondary-heading {
    margin-bottom: 4%;
    padding-left: 50px;
    min-height: 40px;
    display: flex;
    align-items: center;
    background: url("../images/graph-question.png") no-repeat;
    background-size: 40px;
    font-size: 1.5rem;
    color: inherit;
}
.opinion {
    margin: 0 6% 4%;
    display: flex;
    align-items: center;
}
.opinion-dt {
    width: 40px;
}
.opinion-dd {
    margin-left: 20px;
    padding: 2% 4%;
    height: max-content;
    flex: 1;
    border-radius: 5px;
    position: relative;
}
.opinion-dd::before{
    margin: auto;
    width: 1px;
    height: 1px;
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    bottom: 0;
    border: solid 8px transparent;
}
.woman .opinion-dd{
    background: #f8c8dd;
}
.woman .opinion-dd::before{
    border-right: solid 8px #f8c8dd;
}
.man .opinion-dd{
    background: #ade0f9;
}
.man .opinion-dd::before{
    border-right: solid 8px #ade0f9;
}

.slide {
    margin-bottom: 4%;
    padding: 0 6%;
    background: url("../images/review-bg.png") no-repeat right 6% top;
    background-size: 160px;
}
.slide-main .text {
    margin: 0;
}
.slide-head {
    margin-bottom: 4%;
    display: flex;
}
.slide-head .text {
    margin: 0 0 0 6%;
    font-weight: bold;
}
.left {
    width: 95px;
}
.right {
    display: flex;
    align-items: center;
    flex: 1;
}
.slide-arrow {
    margin: auto;
    width: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.prev-arrow{
    left: 1%;
}
.next-arrow{
    right: 1%;
}
.review .text.strong {
    padding-bottom: 35px;
    position: relative;
    text-align: center;
    color: #00a0e9;
    font-size: 1.6rem;
}
.review .text.strong::after{
    margin: auto;
    width: 1px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    border: solid 24px transparent;
    border-top: solid 24px #00a0e9;
}
.howto .text.strong {
	margin-top: 25%;
	color: #ec61b4;
	text-align: center;
	font-weight: bold;
}
.general-section.howto {
    background: url("../images/howto-bg1.png")no-repeat top 3.4% center;
    background-size: 100%;
}

.step {
    margin: 0 6%;
    position: relative;
}
.step-line {
    margin: 0 auto;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 22px;
    bottom: 0px;
    background: #d2d2d2;
}
.step::after {
    margin: auto;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/howto-bg2.png") no-repeat center;
    background-size: 100%;
    z-index:0;
}
.step-box .secondary-heading {
    margin: 0;
    padding: 5px 0 5px 60px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white,0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white,0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
    color: #920783;
}
.step-box:nth-child(1) .secondary-heading {
    background: url("../images/step1.png")no-repeat left center;
    background-size: 60px;
}
.step-box:nth-child(2) .secondary-heading {
    background: url("../images/step2.png")no-repeat left center;
    background-size: 60px;
}
.step-box:nth-child(3) .secondary-heading {
    background: url("../images/step3.png")no-repeat left center;
    background-size: 60px;
}
.step-box:nth-child(4) .secondary-heading {
    background: url("../images/step4.png")no-repeat left center;
    background-size: 60px;
}
.step-box:nth-child(5) .secondary-heading {
    background: url("../images/step5.png")no-repeat left center;
    background-size: 60px;
}
.step-box .text {
    margin: 0 0 4% 36px;
    text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white,0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white,0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
    position: relative;
    z-index: 1;
}





.general .ex {
    display: block;
    line-height: 1.4;
}
.general .ex:last-child {
    margin-bottom: 4%;
}
.general h4 {
	font-weight: normal;
	color: #ec61b4;
	line-height: 1.4;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin-bottom: 30px;
}
.form-box{
	margin-bottom: 4%;
	padding: 0 6%;
}
.form-label{
    font-size: 1.7rem;
    font-weight: 600;
    color: #ec61b4;
    line-height: 1.4;
}
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: #ec61b4;
}
.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;
}
.general-parts .form-msg{
	margin-top: 0;
}
.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;
}
.g-recaptcha {
	margin: 0 auto;
    width: 305px;
}
/*--------------------------------
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: #ec61b4 !important;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.index .footer {
    margin-bottom: 20%;
}
.another .footer{
    margin-bottom: 3%;
}
.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{
	margin:auto;
	max-width: 750px;
	right: 0;
	bottom: -60px;
}

/*--------------------------------
media query
--------------------------------*/
    /*--------------------------------
    Xperia
    --------------------------------*/
    @media screen and (max-width:360px){
        html{
            font-size: 60.5%;
        }
    }
    /*--------------------------------
    iphone se
    --------------------------------*/
    @media screen and (max-width:320px){
        html{
            font-size: 52.5%;
        }
		.btn-area .btn::before,
		.btn-area .btn::after{
			width: 22px;
			height: 22px;
		}
    }
    /*--------------------------------
    iphone plus
    --------------------------------*/
    @media screen and (min-width:376px){
        html{
            font-size: 68.5%;
        }
    }
    /*--------------------------------
    phone landscape
    --------------------------------*/
    @media screen and (min-width:568px){
        html{
            font-size: 62.5%;
        }
        .spbr{
        	display: none;
        }
    }
    /*--------------------------------
    pc / tablet
    --------------------------------*/
    @media screen and (min-width:768px){
        html{
            font-size: 118.5%;
        }
		.graph .secondary-heading {
			padding-left: 88px;
			background: url(../images/graph-question.png) no-repeat;
			background-size: 78px;
		}
		.opinion-dt {
			width: 80px;
		}
		.left {
			width: 190px;
		}
		.slide {
			background-size: 300px;
		}
		.slide-arrow {
			width: 20px;
		}
		.step-box .secondary-heading {
			padding: 5px 0 5px 120px;
		}
		.step-box:nth-child(1) .secondary-heading {
			background: url("../images/step1.png")no-repeat left center;
			background-size: 120px;
		}
		.step-box:nth-child(2) .secondary-heading {
			background: url("../images/step2.png")no-repeat left center;
			background-size: 120px;
		}
		.step-box:nth-child(3) .secondary-heading {
			background: url("../images/step3.png")no-repeat left center;
			background-size: 120px;
		}
		.step-box:nth-child(4) .secondary-heading {
			background: url("../images/step4.png")no-repeat left center;
			background-size: 120px;
		}
		.step-box:nth-child(5) .secondary-heading {
			background: url("../images/step5.png")no-repeat left center;
			background-size: 120px;
		}
		.step-box .text {
			margin: 0 6% 4% 66px;
		}
		.step::before {
			width: 8px;
			left: 40px;
		}
		.index .footer{
		    margin-bottom: 40%;
		}
		.btn-area .btn::before,
		.btn-area .btn::after{
			width: 50px;
			height: 50px;
		}
		.form-item.normal-radio .radio-label {
			padding-right: 18%;
		}
		.radio-label::before {
			width: 60px;
			height: 60px;
		}
    }