@charset "UTF-8";

/*--------------------------------
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{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.6;
	font-size: 1.6rem;
	color: #535353;
}
a{
	color: #00a0e9;
}
select::-ms-expand {
    display: none;
}
.wrap{
	margin: 0 auto;
	max-width: 1030px;
	display: flex;
	overflow: hidden;
}
.aside {
    flex: 0 0 362px;
    background: #f19c9f;
    position: relative;
}
.aside .inner {
    width: 362px;
    position: fixed;
    top: 0;
}
.main {
    width: 668px;
}
.primary-heading, .dt{
	font-weight: bold;
}
.primary-heading,
.secondary-heading{
	color: #eb6877;
	line-height: 1.4;
}
.primary-heading{
	margin: 0 0 40px;
	padding: 20px 30px;
	background: #84ccc9;
	font-size: 3.3rem;
	line-height: 1.1;
	font-weight: bold;
	color: #ffffff;
}
.primary-heading .fit-img {
    margin: 0;
}
.secondary-heading{
	margin: 0 50px 10px;
	color: #eb6877;
	font-size: 2.6rem;
	font-weight: bold;
}
.general-parts{
	padding: 0 30px;
}
.general-parts .secondary-heading{
	margin: 0 0 10px;
}
.general-parts .note {
    margin: 0 0 40px;
    font-size: 2.2rem;
}
.fit-img.margin-true {
    margin-bottom: 40px;
    padding: 0 30px;
}
.text {
    margin: 0 50px 40px;
    font-size: 2.2rem;
}
.red {
    color: #eb6877;
}
.big {
	font-size: 120%;
}
.btn-area {
	margin: 40px 30px;
	display: flex;
}
.regist-btn {
	padding: 15px 98px 15px 150px;
	width: 100%;
	min-height: 126px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/btn-bg.png) no-repeat left 2% top 30% , url(../images/arrow.png) no-repeat right 5% center , #c490bf;
	background-size: 26%, auto 57% , auto;
	box-shadow: inset 0 -10px 3px -3px rgba(0,0,0,0.4),inset -10px 0 3px -3px rgba(0,0,0,0.1),inset 10px 0 3px -3px rgba(0,0,0,0.1),inset 0 10px 3px -3px rgba(255,255,255,0.5);
	border-radius: 10px;
	font-size: 2.8rem;
	text-shadow: 0 4px 4px #9a5592, 0 4px 4px #9a5592, 0 4px 4px #9a5592, 0 4px 4px #9a5592, 0 4px 4px #9a5592;
	font-weight: bold;
	color: white;
}
.lp.top .regist-btn {
    padding: 18px 30px 15px 176px;
    background: url(../images/btn-bg.png) no-repeat left 2% top 30%, #c490bf;
    background-size: 26%, auto;
}
.fit-img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
}
.m-true {
    margin-bottom: 40px;
}
.m-mini {
    margin-bottom: 20px;
}
.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;
}
.dl{
	margin-bottom: 6%;
}
.dt {
    margin: 0 6% 1%;
    font-size: 1.4rem;
}
.dd {
    margin: 0 6% 4%;
}
.dd .fit-img {
    margin: 0;
}
.regist-btn:hover,
.nav-link:hover{
	opacity: 0.7;
}

/*--------------------------------
aside
--------------------------------*/
.aside .nav-link{
	padding: 20px 14px;
	display: block;
	box-shadow: inset 0 -8px 3px -3px #ee8b8f,inset 0 8px 3px -3px #f6c0c1;
	font-size: 1.8rem;
	color: #fff;
}
.aside .nav-li:last-child {
    padding: 14px;
}
.entry-wrap .aside .nav-li:last-child{
    padding: 0;
}
.aside .nav .btn-area {
    margin: 0;
}
.aside .regist-btn,
.lp.top .aside .regist-btn {
    padding: 10px 16px 8px 96px;
    min-height: 71px;
    background: url(../images/btn-bg.png) no-repeat left 2% top 30%, #c490bf;
    background-size: 26% auto;
    border: solid 3px white;
    box-shadow: inset 0 -8px 3px -3px rgba(0,0,0,0.4), inset -8px 0 3px -3px rgba(0,0,0,0.1), inset 8px 0 3px -3px rgba(0,0,0,0.1), inset 0 8px 3px -3px rgba(255,255,255,0.5);
    border-radius: 5px;
}

/*--------------------------------
header
--------------------------------*/
.hero{
	position: relative;
}
.hero .fit-img.text {
    position: absolute;
    top: 0;
    z-index: 1;
}
.logo{
	padding: 20px 0;
	width: 100%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 33%;
}
.logo-3ban{
	background-image: url(../images/3ban.png);
}
.logo-4ban{
	background-image: url(../images/4ban.png);
}
.logo-5ban{
	background-image: url(../images/5ban.png);
}
.logo-6ban{
	background-image: url(../images/6ban.png);
}
.logo-7ban{
	background-image: url(../images/7ban.png);
}
.logo-8ban{
	background-image: url(../images/8ban.png);
}
.logo-10ban{
	background-image: url(../images/10ban.png);
}
.logo-11ban{
	background-image: url(../images/11ban.png);
}
.navbar{
	position: relative;
	background: url("../images/header-bg.jpg");
	background-size: cover;
}
.regist.navbar{
	background: url(../images/regist-heading.png)no-repeat left 20px center, url("../images/header-bg.jpg");
	background-size: 33% ,cover;
}
#mother{
	background: #1d2088;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.navbar #mother{
	width: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*--------------------------------
contents
--------------------------------*/
.intro {
    padding: 40px 0;
    background: url("../images/intro-bg.jpg")no-repeat center;
    background-size: 100%;
}
.intro .text {
    margin: 0 50px;
    text-align: center;
    text-shadow: 0px 2px 1px white,0px 1px 1px white,1px 1px 1px white,1px 0px 1px white,2px 0px 1px white,1px -1px 1px white,1px -2px 1px white,0px -2px 1px white,-1px -2px 1px white,-2px -2px 1px white,-2px -1px 1px white,-2px 0px 1px white,-2px 1px 1px white,-1px 1px 1px white;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.6;
}
.btn-area.intro {
    margin: 0 30px 40px;
    padding: 0;
    background: none;
}
.about {
    background: url("../images/about-bg.jpg")no-repeat center top;
    background-size: auto 100%;
    overflow: hidden;
}
.about .li {
    margin-left: 80px;
    list-style: disc;
    color: #eb6877;
}
.about .text {
    text-shadow: 0px 2px 1px white, 0px 1px 1px white, 1px 1px 1px white, 1px 0px 1px white, 2px 0px 1px white, 1px -1px 1px white, 1px -2px 1px white, 0px -2px 1px white, -1px -2px 1px white, -2px -2px 1px white, -2px -1px 1px white, -2px 0px 1px white, -2px 1px 1px white, -1px 1px 1px white;
}
.howto .secondary-heading {
    margin: 0 40px 30px;
    text-align: center;
}
.point {
    background: url(../images/point-bg.jpg)no-repeat center top;
    background-size: cover;
    overflow: hidden;
}
.point .ul {
    margin: 40px 30px 0;
}
.point .li {
    margin-bottom: 30px;
    position: relative;
}
.point .li:last-child{
    margin-bottom: 0;
}
.point .li .img-box {
    width: 21%;
    position: relative;
    z-index: 1;
}
.point .li .text {
    margin: 0 0 0 0%;
    padding: 0 0 10px 40px;
    width: 84%;
    position: absolute;
    left: 16%;
    bottom: 20%;
    font-size: 2.6rem;
    line-height: 1.3;
    text-shadow: 0px 2px 1px white, 0px 1px 1px white, 1px 1px 1px white, 1px 0px 1px white, 2px 0px 1px white, 1px -1px 1px white, 1px -2px 1px white, 0px -2px 1px white, -1px -2px 1px white, -2px -2px 1px white, -2px -1px 1px white, -2px 0px 1px white, -2px 1px 1px white, -1px 1px 1px white;
}
.point .li .text::after{
    width: calc(100%);
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f29c9f;
    z-index: 0;
}
.graph-box {
    display: flex;
}
.graph .img-box {
    margin: 0 15px 40px 30px;
}
.graph .img-box:nth-child(even){
    margin: 0 30px 40px 15px;
}
.graph .graph-box:last-child .img-box {
    margin: 0 15px 0 30px;
}
.graph .graph-box:last-child .img-box:nth-child(even){
    margin: 0 30px 0 15px;
}
.graph .primary-heading,
.qa .primary-heading {
    margin: 0 0 30px;
}

.content-body{
	padding: 0 50px;
}
.content-body h3{
    margin: 0 0 10px;
    color: #eb6877;
    font-size: 2.6rem;
    font-weight: bold;
}
.content-body p{
	margin-bottom: 40px;
	font-size: 2.2rem;
}
.disc li{
	margin: 10px 0;
	padding-left: 5px;
    font-size: 2.2rem;
	line-height: 1.6;
	border-left: 4px solid #eb6877;
}
.disc li:last-child{
	margin-bottom: 4%;
}

.general .ex {
    display: block;
    line-height: 1.6;
    font-size: 2.2rem;
}
.general .ex:last-child {
    margin-bottom: 4%;
}
.general h4 {
	font-weight: normal;
	color: #eb6877;
	line-height: 1.6;
	font-size: 2.6rem;
}

/*--------------------------------
form
--------------------------------*/
form {
    padding: 0 30px;
}
.form-wrapper{
	margin: 30px auto;
	max-width: 1000px;
}
.form-box{
	width: 608px;
	height: 100%;
}
.form-label{
    padding: 9px 0;
    display: block;
    float: left;
    width: 270px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #eb6877;
}
.form-item{
    margin-bottom: 30px;
    width: calc(100% - 270px);
    float: right;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 10px 10px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
	font-size: 20px;
}
select{
	padding-right: 40px;
	background: url(../images/icon-select.png) no-repeat right center #fff;
	background-size: 40px;
}
.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: 45px;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.0rem;
}
.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: #eb6877;
}
.regular-checkbox{
	padding: 10px;
	display: block;
	font-size: 20px;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	font-size: 2.2rem;
	color: #999;
}
.alert-msg{
	margin: 0 0 30px;
	padding: 0;
	width: 638px;
	clear: both;
	word-wrap: break-word;
	font-size: 2.2rem;
	color: #999;
}
.error{
	margin-bottom: 5px;
	padding: 5px 5px 5px 15px;
	background: #d00;
	color: #fff;
	border-radius: 2px;
}
select::-ms-expand {
    display: none;
}

/*--------------------------------
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: #f29c9f !important;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.index .footer {
    margin-bottom: 164px;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link{
	padding: 20px 14px;
	display: block;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #fff;
}
.copy{
	padding: 20px 14px;
	display: block;
	font-size: 1.8rem;
	color: #fff;
}
.pr{
	padding: 20px;
	text-align: center;
}
/*20201024*/
.review-item{
	margin: 0 0 32px 0;
	padding: 0 32px;
}
.review-head{
	padding: 8px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	background: #f29c9f;
	border-radius: 4px;
}
.review-thumb{
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.review-info{
	padding: 0 0 0 8px;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
}
.review-txt{
	padding: 16px 0 0 0;
}