@charset "utf-8";


.benfits{
	background-color: #008DDE;
	color: #fff;
	padding-bottom: 36px;
	text-align: center;
}

.benfits-firstImg{
	width: 160px;
	margin-top: -22px;
	z-index: 2;
    position: relative;
}

.benfits-txt{
    font-size: 19px;
    line-height: 26px;
    }

.lime{
	color:#D3FF00;
}

.benefits-sTxt{
	color: #A2D5F2;
	font-size: 12px;
	line-height: 16px;
}

.formZone{
    padding: 46px 0 0;
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid #C2C2C2;
    margin-top: 35px;
    }

.formZone-title{
    color: #008EDF;
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 1.4em;
    font-weight: bold;
}

.formZone-title-hr{
	width: 130px;
	height: 1px;
	border: none;
	border-top: 1px #008DDE solid;
	margin-inline-start: initial;
}

.reqMark{
	font-weight: bold;
	background-color: #FF7891;
	color: #fff;
	border-radius: 4px;
	padding: 3px 7px;
}

.formZone-caution .reqMark{
	margin-right: 4px;
}

.td-left  .reqMark{
    padding: 0px 9px;
}

.td-left{
	background-color:#E5F2F9;
	padding: 18px 26px;
	font-weight: bold;
}

.td-right{
	padding: 10px 0 30px;
}

.tr{
	border-top:#C2C2C2 1px solid ;
}

.td-left-txt{
	display: flex;
	justify-content: space-between;
}

.manabiContact{
	margin-top: 28px;
}

.manabiContact input[type="radio"] {
    opacity: 0;
}

.manabiContact .radioTxt::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    border: 4px solid #8BCAED;
    border-radius: 50%;
    top: -4px; 
   -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.manabiContact input[type="radio"] + span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    width: auto;
    height: 14px;
    line-height: 14px;
    border: 0;
    -moz-border-radius: 9px;
    padding-left: 1.8em;
    margin-left: -13px;
}

.manabiContact input[type="radio"] + span::before{
    background: #fff;
    transition: .5s;
}

.manabiContact input[type="radio"]:checked + span::before{
    background: #008DDE;
}

label{
	cursor: pointer;
	display: inline-block;
}  
    
label:not(:last-child){
    margin-bottom: 8px;
}
    
.manabiContact select{
    background-color: #8BCAED;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none;
    padding: 9px 12px;
    width: 100%;
    height: 44px;
    -webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none; 
} 

.td-right{
	position: relative;
}

.td-right.td-right-select:after{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 18px;
    height: 9px;
    right: 12px;
    background-image: url(../images/commonRe/selectArrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}


.td-right{
	position: relative;
}

.inputTxt{
    width: calc(100% - 20px);
    border: 1px solid #A9A9A9;
    border-radius: 6px;
    padding: 4px 10px;
}

.inputTel{
	width: 54px;
    border: 1px solid #A9A9A9;
    border-radius: 6px;
    padding: 4px 10px;
}

.zip{
	width: 54px;
    border: 1px solid #A9A9A9;
    border-radius: 6px;
    padding: 4px 10px;
}

.manabiContact input[type="checkbox"] + span::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    background: #C0E1F3;
    border-radius: 4px;
    top: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
    
.manabiContact input[type="checkbox"] + span {
        position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    width: auto;
    height: 18px;
    line-height: 18px;
    border: 0;
    -moz-border-radius: 9px;
    padding-left: 1.6em;
}

.manabiContact input[type="checkbox"] {
    display: none;
}

.manabiContact input[type="checkbox"]:checked + span:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #008DDE;
    border-bottom: 2px solid #008DDE;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.td-right-checkBoxTitle{
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #C2C2C2;
    display: inline-block;
    margin-bottom: 8px;
}

.td-right-checkBoxTitle:not(:first-child){
	margin-top: 26px;
}

.inputFull{
	width: calc(100% - 20px);
    border: 1px solid #A9A9A9;
    border-radius: 6px;
    padding: 4px 10px;
}

.aboutPP{
	text-align: center;	
}

.aboutPP-title{
	font-size: 21px;
	font-weight: bold;
    margin-bottom: 5px;
}

.aboutPP-anchor{
	color: #008DDE;
	text-decoration: underline;
}

.submitButton{
    height: 50px;
    width: 275px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #008DDE;
    border-radius: 28px;
    border: 2px solid #008DDE;
    transition: .5s;
    cursor: pointer;
}

.submitButton:hover{
    color: #008DDE;
    background-color: #fff;
}

.submitCover{
    text-align: center;
    margin: 12px 0 50px;
}

.ppWrapper{
	border: 1px solid #C2C2C2;
    height: 150px;
    padding: 42px 20px;
	margin-top: 32px;
}

.scroll{overflow-y:scroll;}
.scroll::-webkit-scrollbar{width:10px;}
.scroll::-webkit-scrollbar-track{background:#dddddd;}
.scroll::-webkit-scrollbar-thumb{background:#008DDE;}

.ppTitle{
	font-size: 18px;
	text-decoration: underline;
	margin-bottom: -4px;
}

.formZone-caution{
	margin-top: 32px;
}

.supplement{
	color: #808080;
}

.inputTxt::placeholder{
	color: #bfbfbf;
	font-weight: 200;
}

textarea::placeholder{
	color: #bfbfbf;
	font-weight: 200;
}
	
.notice{
	color: #808080;
	font-size: 14px;
    margin-top: 30px;
}	
	
.backButton{
    height: 46px;
    width: 275px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #d4d4d4;
    border-radius: 28px;
    border: 2px solid #d4d4d4;
    transition: .5s;
    cursor: pointer;
    display: block;
    position: relative;
    margin: 34px 0;
    transition: .3s;
}

.backButton:hover{
	background-color: #efefef;
    border-color:#efefef;
    color: #a5a5a5;
}


.manabiContact label{
	margin-left: -13px;
}

@media screen and (max-width: 769px) {
	.td-left{
		padding: 18px 10px;
	}
	
	.td-right{
	    padding: 10px 10px 30px;
	}
	
	.aboutPP-txt{
		text-align: left;
	}
	
	.td-right.td-right-select:after{
		transform: none;
	    -webkit-transform: none;
	    right: 27px;
	    top:29px;
	}
	
	.manabiContact input[type="radio"] + span{
		margin-left: -9px;
	}

	
}

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

	html #subpageTopImg h1{
		width: 950px;
		max-width: 90%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%); 
	    font-size: 28px;
	    font-weight: bold;
	}
	
	.benfits-inner{
		display: flex;
	    max-width: 950px;
	}
	
	.benfits-firstImg{
	    width: 39%;
		max-width: 250px;
	    margin-top: -82px;
	    }
	
	.benefits-explain{
	    text-align: left;
	    margin-left: 44px;
	}	
	
	.benfits{
		font-size: 24px;
		line-height: 32px;
		font-weight: bold;
	    padding: 11px 0px;
    }
	
	.benefits-sTxt{
		font-size: 14px;
		line-height: 22px;
		font-weight: normal;
	}
	
	.benefits-explain{
		position: relative;
		width: 100%;
	}

	.benefits-explain-content{
	    padding: 32px 0;
	}
	
	.benfits-txt{
		line-height: 32px;
		margin-bottom: 11px;
	}
	
	.subpageTop{
		margin-bottom: -7px;
	}
	
	.tr{
	    display: flex;
	}
	
	.td-left{
        width: 220px;
	}
	
	.td-right{
		padding: 30px;
	    max-width: calc(100% - 340px);
    }
	
	label:not(:last-child){
		margin-right: 22px;
	}
	
	.manabiContact select{
		width: 250px;
	}
	
	.manabiContact .inputTxt{
		width: 230px;
	}
	
	.supplement{
		display: inline-block;
	}
	
	.td-right.td-right-select:after{
	    right: 44px;
	}
	
	.td-left {
	    padding: 40px 30px;
    }

	.td-right {
	    padding: 40px 30px;
	    background-color: #fff;
    }
    
    .addressPlace:not(:first-child){
        margin-top: 16px;
    }
    
    .formZone.inner{
	 	width: 100%;  
    }
    
    .checkboxWrapper{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
        line-height: 2.4em;
    }
    
    .checkboxWrapper label{
        width: 50%;
	    margin: 0;
    }
    
    .td-right-checkBoxTitle{
	    margin-bottom: 7px;
    }
    
    .td-right.td-right-message{
		width: 100%;  
    }
    
    .tr.tr-last {
	    border-bottom: #C2C2C2 1px solid;
	}
	
	.aboutPP{
		margin-top: 60px;
	}
	
	.submitButton{
	    margin: 34px 0 34px 34px;
	}
	
	.doubleCover{
		    display: flex;
	}
	
	.formZone{
		border-bottom: none;
	}

}





@media screen and (min-width: 950px) {
	.df{
		display: flex;
		justify-content: space-between;
	}
	
	.benfits-txt{
		font-size: 24px;
	}
	
}



@media all and (-ms-high-contrast: none){
	.benfits-firstImg{
		height: 100%;
		width: 41%;
		margin-top: -56px;
	}

	select::-ms-expand {
	    display: none;
	}
	
}

/* ascending design */