@charset "utf-8";
/* ------------------------------------
	* normalize
* ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
img {
	border: 0;
	max-width: 100%;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.-pc{
	display: none;
}
.-sp{
	display: block;
}
.footCopy{
	color: #fff;
	background: #333;
	font-size: 10px;
	padding: 6px 10px 20px;
	text-align: center;
}
.indent li,
.indent-p{
	padding-left:1em;
	text-indent:-1em;
}
/* add base */

body {
	overflow-x: hidden;
	background: #fff;
	margin: 0;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size: 12px;
	font-size: 3.75vw;
	color: #474747;
	line-height: 1.6;
	box-sizing: border-box;
}
ul, ol {
	list-style: none;
}
ul, ol, dl, p,figure {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	color:#333;
	text-decoration: none;
	opacity: 0.8;
}

/* ------------------------------------
	* flexbox
* ------------------------------------ */
.flexbox{
	display: flex;
	min-height:0;
}
.flex-item-ic{
	flex-basis:30%;
	 overflow-y: auto;
}
.flex-item{
	flex-basis:70%;
}
/* ------------------------------------
	* メインコンテンツ
* ------------------------------------ */
#wrapper{
	position: relative;
}
#wrapper-inner{
	background-size: contain;
	max-width: 1000px;
	margin: 0 auto;
}
.contents{
	max-width: 700px;
	margin: 0 auto; 
	padding: 5% 5% 10%;
}
.cp-date{
	background: #383838;
	color: #ffffff;
	text-align: center;
	padding: 4px 0;
}
.textArea{
	color: #cf0f31;
	padding: 8% 5%;
	letter-spacing: 1px;
	background: #ffffff;
	border-radius: 10px;
}
.textArea-main{
	font-size: 18px;
	font-size: 5.625vw;
	font-weight: bold;
}
.textArea-main.-errer{
	font-size: 14px;
	font-size: 4.375vw;
	font-weight: bold;
}
.textArea-img{
	margin: 4% 10% 0;
}

.contents-txt a{
	color: #CF0F31;
	text-decoration: underline;
}
/* ------------------------------------
	* btn
* ------------------------------------ */
.btn-coupon{
	margin: 0 6%;
}
.btn-simulation{
	margin: 5% 6%;
}
.review-float{
	left:0;
	bottom: 0;
	z-index: 10000;
	background: #0db3d0;
	margin: 0 auto;
	padding: 3% 5% 4%;
	width: 90%;
}

/* ------------------------------------
	* contents-step
* ------------------------------------ */
.step{
	background: #ffefef;
}
.step-inner{
	background: #ffffff;
	border: #cf0f31 solid 4px;
	margin: 6% 0;
}
.step-wrap{
	padding: 7% 0;
	margin: 0 6%;
}
.step-ic{
	width: 80px;
}
.step-txt{
	padding: 5% 0;
	font-weight: bold;
}
.step-txt span{
	color: #cf0f31;
}
.step-wrap:last-child{
	border-top: #383838 dotted 2px;
}
.step-wrap a{
		color: #0096ff;
		border-bottom: #0096ff solid 1px;
		padding-bottom: 2px;
	}
.step-wrap  a:link,
.step-wrap a:visited{
		color: #0096ff;
	}
/* ------------------------------------
	* contents-simulation
* ------------------------------------ */
.simulation{
	background: #fffbe3;
	padding: 0 0 30px;
}
.simulation-ttl{
	display: block;
	background: #cc0033;
	padding: 5%;
	margin: 0 0 10px;
	text-align: center;
}
.simulation-ttl img{
	position: relative;
	margin:-8% 0 0;
}
.simulation-ttl:after{
	content: "";
	display: block;
	width: 15vw;
	height: 15vw;
	background: url(../images/img11.png) no-repeat;
	background-size: 15vw;
	left:  40%;
	position: absolute;
}
.simulation-txt{
	text-align: center;
	color: #cc0033;
	font-weight: bold;
	font-size: 16px;
	font-size: 4.6vw;
	line-height: 1.4;
	padding: 0 0 5%;
}
/* ------------------------------------
	* care
* ------------------------------------ */
.care{
	background: #e6fbff;
}
.care-ttl img{
	position: relative;
	margin-top:-10%;

}
.care .flexbox{
	padding: 0 0 2%;
}
.care .flex-item-ic{
	max-width: 180px;
}
.care .flex-item{
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	margin: 4px 4px 4.4vw;
	font-weight: bold;
	font-size: 14px;
	font-size: 4.0vw;
	line-height: 1.8;
	position: relative;
}
.care .flex-item:nth-child(2){
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 15px 20px;
	margin: 4px 4px 4.4vw;
	font-weight: bold;
	font-size: 14px;
	font-size: 4.0vw;
	line-height: 1.8;
	position: relative;
}

.care .flex-item:after{
	content: "";
	display: block;
	width: 40px;
	height: 24px;
	background: url(../images/img09.png) no-repeat;
	background-size: 40px;
	bottom: -12px;
	right: 10px;
	position: absolute;
}
.care .flex-item:nth-child(2):after{
	content: "";
	display: block;
	width: 40px;
	height: 24px;
	background: url(../images/img09.png) no-repeat;
	background-size: 40px;
	bottom: -12px;
	left: 10px;
	position: absolute;
    transform: scale(-1, 1);
}
.care .flex-item span{
	color: #0db3d0;
    border-bottom: double 6px #0db3d0;
}

/* ------------------------------------
	* 注意事項
* ------------------------------------ */
.cp-overview{
	margin-bottom: 30%;
	border: #000000 solid 2px;
	margin: 10px 0 30%;
}
.overview-inner{
	padding-bottom: 10px;
	font-size: 13px;
}
.cp-overview-ttl{
	position: relative;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 10px;
}
.cp-overview-ttl p{
	font-size: 10px;
	background: #cc0033;
	padding: 2px 4px;
	border-radius: 20px;
	max-width: 140px;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
}
.cp-overview>.cp-overview-inner{
	padding:20px 20px 40px 18px;
	border-top: #000000 dotted 2px;
	display: none;
}
.cp-overview>.cp-overview-inner a{
		color: #0096ff;
		border-bottom: #0096ff solid 1px;
		padding-bottom: 2px;
	}
.cp-overview-ttl:after{
	content: "";
	display: block;
	width: 35px;
	height: 40px;
	background: url(../images/ic02.png) no-repeat;
	background-size: 35px;
	top:20%;
	right: 20px;
	position: absolute;
}
.close:after{
	width: 35px;
	height: 40px;
	background: url(../images/ic01.png) no-repeat;
	background-size: 35px;
}
@media only screen and (min-width: 641px) {
	body{
		font-size: 20px;
	}
	
.contents{
	padding: 40px 40px 50px;
}
.footCopy{
	font-size: 12px;
	padding: 10px;
}
	.-pc{
		display: block;
	}
	.-sp{
		display: none;
	}
	.textArea{
		border-radius: 30px;
	}
	.textArea-main {
    font-size: 30px;
	}
	.textArea-main.-errer {
    font-size: 26px;
	}
	.contents-sub-txt.-giftcode {
    font-size: 30px;
	}
	.contents-link a {
    font-size: 28px;
		padding: 3%;
		border-radius: 15px;
	}
	.contents-link a::after {
    width: 30px;
    height: 30px;
    background: url(../images/ico01.png) no-repeat;
    background-size: 30px;
    margin-top: -15px;
	}

/* ------------------------------------
	* flexbox
* ------------------------------------ */
.flexbox{
	display: flex;
}
.flex-item-ic{
	flex-basis:30%;
}
.flex-item{
	flex-basis:70%;
}
/* ------------------------------------
	* contents-step
* ------------------------------------ */
.step{
	padding: 0 0 60px;
}
.step-inner{
	margin: 60px 0;
}
.step-wrap{
	padding: 40px 60px;
	margin: 0 30px;
}
.step-ic{
	width: 120px;
}
/* ------------------------------------
	* btn
* ------------------------------------ */
.btn-coupon{
	margin: 0 60px;
}
.btn-simulation{
	margin: 30px 60px;
}
.review-float{
	padding: 10px;
	width: 100%;
}
.review-btn{
	width: 520px;
	margin: 0 auto;
}	
/* ------------------------------------
	* contents-simulation
* ------------------------------------ */
.simulation{
	padding: 0 0 80px;
}
.simulation-ttl{
	display: block;
	background: #cc0033;
	padding: 10px;
	margin: 0 0 10px;
	text-align: center;
}
.simulation-ttl img{
	position: relative;
	margin:-60px 0 0;
	max-width: 570px;
}
.simulation-ttl:after{
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	background: url(../images/img11.png) no-repeat;
	background-size: 46px;
	left:  48%;
	position: absolute;
}
.simulation-txt{
	font-size: 26px;
	line-height: 1.4;
	padding: 0 0 5%;
}
/* ------------------------------------
	* care
* ------------------------------------ */
.care .flexbox{
	padding: 0 0 30px;
}

.care .flex-item{
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 60px;
	margin:  10px 20px 24px 40px;
	font-weight: bold;
	font-size: 3.0vw;
	line-height: 1.8;
}
.care .flex-item:nth-child(2){
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 60px;
	margin:  10px 40px 24px 20px;
	font-weight: bold;
	font-size: 3.0vw;
	line-height: 1.8;
}
.care .flex-item:after{
	content: "";
	display: block;
	width: 60px;
	height: 35px;
	background: url(../images/img09.png) no-repeat;
	background-size: 60px;
	bottom: -22px;
	right: 20px;
	position: absolute;
}
.care .flex-item:nth-child(2):after{
	content: "";
	display: block;
	width: 60px;
	height: 35px;
	background: url(../images/img09.png) no-repeat;
	background-size: 60px;
	bottom: -22px;
	left: 20px;
	position: absolute;
    transform: scale(-1, 1);
}
/* ------------------------------------
	* 注意事項
* ------------------------------------ */
.cp-overview{
	margin-bottom: 180px;
	border: #000000 solid 3px;
}
.overview-inner{
	padding-bottom: 10px;
	font-size: 15px;
}
.inner-ttl{
	font-weight: bold;
}
.cp-overview-ttl{
	position: relative;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding: 18px;
}
.cp-overview-ttl p{
	font-size: 16px;
	background: #cc0033;
	padding: 2px 4px;
	border-radius: 20px;
	max-width: 200px;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
}
.cp-overview>.cp-overview-inner{
	padding:30px 40px 80px;
	border-top: #000000 dotted 2px;
	display: none;
}
.cp-overview>.cp-overview-inner a:link,
.cp-overview>.cp-overview-inner a:visited{
		color: #0096ff;
	}
.cp-overview-ttl:after{
	content: "";
	display: block;
	width: 50px;
	height: 56px;
	background: url(../images/ic02.png) no-repeat;
	background-size: 50px;
	top:20%;
	right: 30px;
	position: absolute;
}
.close:after{
	width: 50px;
	height: 56px;
	background: url(../images/ic01.png) no-repeat;
	background-size: 50px;
}
}
@media only screen and (min-width: 780px) {
.care .flex-item{
	font-size: 25px;
	line-height: 1.8;
}
.care .flex-item:nth-child(2){
	font-size: 25px;
	line-height: 1.8;
}
}
