@charset "utf-8";
/*==================================================
cmn
==================================================*/

html {
	font-size: 62.5%;
}
body {
	background: #faefe8;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 2em;
	position: relative;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, label, :before, :after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.8em;
	font-weight: bold;
}
p {
	margin-bottom: 1.2em;
	line-height: 2em;
}
p:last-child {
	margin-bottom: 0 !important;
}
a, input[type="submit"] {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
}
a:hover, input[type="submit"]:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.wrap {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 600px;
	width: 100%;
	position: relative;
}
.wrap-s {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 1000px;
	width: 100%;
}
.sp {
	display: none;
}
/*.hide{
	display: block !important;
}
.chat .chat-txt .inner,.q-box .inner{
	opacity: 1 !important;
}*/
/*==================================================
head
==================================================*/

.site-header {
	color: #264771;
	padding: 1em 0;
}
.site-header p {
	font-weight: bold;
	line-height: 1.4em;
	display: inline-block;
	font-size:1.6rem;
	margin: 0;
}
.site-header p .txt {
	display: block;
	margin-top: 10px;
	background: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 50px;
	font-size: 90%;
}
.site-header .img-box {
	position: absolute;
	top: 10px;
	right: 3%;
	width: 180px;
	height: auto;
	overflow: hidden;
}
/*==================================================
foot
==================================================*/
.foot-box {
	font-size: 75%;
	text-align: center;
	margin-top: 1em;
	font-weight: bold;
}
.foot-box p {
	margin-bottom: 0.5em;
	font-weight: bold;
}
.foot-box address {
	font-style: normal;
}
/*==================================================
content
==================================================*/
.main-content {
	position: relative;
}
.txt-center {
	text-align: center;
}
.txt-en {
	font-family: "Roboto Condensed";
}
.mar-t00 {
	margin-top: 0 !important;
}
.mar-b00 {
	margin-bottom: 0 !important;
}
.txt-red {
	color: #d4638a;
	font-weight: bold;
}
.border-yellow {
	background: linear-gradient(transparent 60%, #fcf351 40%);
	font-weight: bold;
}
/*カラム*/
.col-2, .col-3, .col-4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-2 .col-box {
	width: 49%;
	margin-bottom: 2%;
}
.col-3 .col-box {
	width: 32.2222222222%;
}
.col-3:after {
	content: "";
	display: block;
	width: 32.2222222222%;
}
.col-4 .col-box {
	width: 24.375%;
}
.col-4:before {
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
.col-4:after {
	content: "";
	display: block;
	width: 24.375%;
}
/*==================================================
index
==================================================*/
.sec {
	text-align: center;
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	z-index: 0;
	opacity: 0;
	background: #fff;
	height: 520px;
}
.sec .inner {
	padding: 5%;
}
.sec.active {
	z-index: 10;
}
.move {
	opacity: 0;
	transform: translateX(10px);
}
.sec.move, .sec.off, .sim-box.off {
	transform: translateX(0px) !important;
}
.count .num.move {
	transform: translateX(0px);
	transform: translateY(15px);
}
.count .num.move.active {
	transform: translateY(0px);
}
.active {
	opacity: 1;
	transition: all 0.4s;
	transform: translateX(0px);
}
.off {
	opacity: 0;
	transition: all 0.4s;
	z-index: 0;
}
.btn {
	display: block;
	cursor: pointer;
	border: none;
	border-bottom: 6px solid #ca1c79;
	margin: 20px auto 0;
	background: #d4638a;
	color: #fff;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	transition: .2s;
	box-shadow: none;
	max-width: 300px;
	width: 100%;
	height: 70px;
}
.btn-other {
	display: block;
	cursor: pointer;
	border: none;
	color: #000;
	border: 2px solid #ccc;
	margin: 40px auto 0;
	background: #f8f8f8;
	border-radius: 60px;
	padding: 0 10px;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	transition: .2s;
	box-shadow: none;
	max-width: 300px;
	width: 100%;
	height: 60px;
}
.tit-box {
	background: #264771;
	position: relative;
}
.tit-box .count {
	background: #264771;
	display: inline-block;
	position: absolute;
	top: -30px;
	left: 0;
	color: #fff;
	font-weight: bold;
	line-height: 1em;
	font-size: 87.5%;
	padding: 15px 20px 20px;
	border-radius: 10px;
}
.tit-box .count .num {
	font-size: 150%;
	color: #fcf351;
	vertical-align: -1px;
	display: inline-block;
}
.tit01 {
	font-size: 140%;
	line-height: 1.4em;
	color: #fff;
	padding: 25px 10px;
}
.tit02 {
	margin: 1em 0 0.3em;
	font-weight: bold;
}
.txt-s {
	font-size: 87.5%;
}
.no-color {
	color: rgba(0, 0, 0, 0);
}
textarea, input[type=text], input[type=number], input[type=email] {
	width: 100%;
	border-radius: 0;
	border: #111 2px solid;
	padding: 5px 10px;
	height: 50px;
	font-size: 16px;
	vertical-align: bottom;
	line-height: 2em;
	background: #f8f8f8;
}
.input-num {
	display: inline-block;
}
.input-num .txt-s {
	font-weight: bold;
	margin: 0 0 0 5px;
	font-size: 130%;
}
.input-num input[type=number] {
	width: 200px;
	height: 60px;
	font-size: 150%;
}
.check-box label {
	display: block;
	cursor: pointer;
	border-bottom: 5px solid #ca1c79;
	margin: 0;
	background: #d4638a;
	color: #fff;
	border-radius: 10px;
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	transition: .2s;
	letter-spacing: 1px;
	font-size: 100%;
	height: 70px;
	line-height: 70px;
}
.line-1 li{
	margin-bottom: 10px;
}

.check-box input {
	display: none;
}
.col-2.first .col-box:first-child {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col-2.last .col-box:last-child {
	width: 49%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.back {
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-size: 80%;
}
.calculation-on p {
	line-height: 1.5em;
}
/*check css*/
.check-box02 input[type=checkbox] {
    display: none;
}
.check-box02 label {
    box-sizing: border-box;
    cursor: pointer;
    display:block;
    padding: 0.2em 0.5em 0.2em 40px;
    position: relative;
    width: auto;
	text-align: left;
	background: #eee;
	font-weight: bold;
	font-size:90%;
}
.check-box02 label::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 20px;
    left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.check-box02 label::after {
        border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    left: 16px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px;
}
.check-box02 input[type=checkbox]:checked + label::after {
    opacity: 1;
}
.check-box02 input[type=checkbox]:checked + label::before {
    background: #d4638a;
	border:none;
}
.check-box02 input[type=checkbox]:checked + label{
	color: #d4638a;
}
.select-box select {
    border: #111 2px solid;
    padding: 15px 10px;
    font-size:100%;
    display: block;
    border-radius: 0;
    background: #f8f8f8;
	width: 100%;
	text-align: center;
}
.sec .tel a{
	font-size:150%;
	color: #d4638a;
	font-weight: bold;
}
/*==================================================
診断結果
==================================================*/
.result-box {
	background: #fff;
	border-radius: 10px;
	margin: 5% 0;
	padding: 3.5%;
	transform: translateX(0px);
	transform: translateY(0px);
	transition: all 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.result-box.off {
	transform: translateY(20px);
	transition: all 0.3s;
}
.result-box .off {
	display: none !important;
}
.result-txt-box {
	text-align: center;
	border: 2px solid #264771;
	border-radius: 10px;
	overflow: hidden;
}
.result-txt-box h2 {
	background: #264771;
	color: #fff;
	font-size: 120%;
	padding: 20px 0;
	text-align: center;
	line-height: 1.3em;
}
.result-txt-box .num {
	font-weight: bold;
	color:#264771;
}
.result-txt-box .num .shuffle {
	font-size: 250%;
	color: #ca1c79;
	padding-top: 10px;
	display: inline-block;
}
.result-txt-box .inner {
	padding: 3.5%;
}
.result-txt-box {
	font-size: 24px;
	font-weight: bold;
}
.result-txt-box .money {
	display: block;
	margin: 15px 0 0;
}
.result-txt-box p .txt-red {
	color: #e10000;
}
.result-txt-box p .txt-red .result-txt {
	font-size: 240%;
	vertical-align: -3px;
	margin: 0 3px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.result-box .copy {
	text-align: center;
	line-height: 1.5em;
	margin: 10px 0 15px;
	display: inline-block;
	width: 100%;
}
.result-box .form-list {
	display: inline-block;
	width: 100%;
}
.result-box .result-txt-box {
	opacity: 0;
}
.result-box .result-txt-box.block {
	opacity: 1;
	transition: all 1s;
}
.result-box .copy .inner, .result-box .form-list .inner {
	opacity: 0;
	transform: translateY(15px);
}
.result-box .copy .inner.block, .result-box .form-list .inner.block,.result-box .point-list li.block {
	opacity: 1;
	transition: all 0.2s;
	transform: translateY(0px);
}
.result-box .copy .border {
	position: relative;
	z-index: 10;
	display: inline-block;
}
.result-box .copy .border:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background: #fdf559;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .5s;
	z-index: -1;
}
.none {
	display: none;
}
.result-box .copy .border.on:after {
	transform: scale(1, 1);
}
.form-list p {
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1em;
}
.form-list .box {
	margin-bottom: 1em;
}
.submit {
	text-align: center;
}
.submit button, .submit input[type="submit"] {
	text-align: center;
	cursor: pointer;
	border: none;
	border-bottom: 5px solid #810648;
	margin: 0 auto 0;
	background: #ca1c79;
	color: #fff;
	border-radius: 10px;
	padding: 30px 10px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	transition: .2s;
	box-shadow: none;
	width: 100%;
	-webkit-appearance: none;
	letter-spacing: 1px;
}
.btn-submit {
	display: none;
}
.btn-submit.show01.show02.show03 {
	display: block;
}
.btn-submit-check.hide01.hide02.hide03 {
	display: none;
}
.form-input {
	display: none;

}
.result-box .point-list{
	margin-top: 3%;
	font-size:90%;
}
.result-box .point-list li{
	text-align: center;
	line-height: 1.5em;
	    background: #fcf351;
	font-weight: bold;
	border-radius: 10px;
	font-size:87.5%;
	padding:8px 5px ;
	border: 2px solid #000;
	opacity: 0;
	transform: translateY(15px);
}
.result-box .point-list .txt-b{
	line-height: 1em;
	display: block;
	font-size:140%;
}
.result-box .point-list li:first-child .txt-b, .result-box .point-list li:last-child .txt-b{
	font-size:150%;
	line-height: 1em;
	margin-top: 1px;
}

/*==================================================
モーダル
==================================================*/
.modal-box a:after {
	content: ">";
	position: absolute;
	top: 20%;
	right: 20px;
	display: block;
	line-height: 1em;
	transform: rotate(90deg);
	font-size: 140%;
}
.remodal h3 {
	margin: 1em 0;
	text-align: center;
}
.modal-box {
	position: relative;
}
.modal-box a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.area-box .tit {
	line-height: 1em;
	margin: 0;
	background: #eee;
	padding: 15px 10px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
	font-weight: bold;
	color: #999;
}
.area-group .radio-label {
	width: 50%;
	line-height: 1em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 5%;
	font-weight: bold;
}
.area-group .radio-label:nth-child(even) {
	border-right: none;
}
.radio-input {
	opacity: 0;
	appearance: none;
	position: absolute;
}
.radio-txt::before {
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	left: 0;
	background: #ddd;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border: 1px solid #bbb;
}
.radio-txt {
	position: relative;
	display: block;
	text-align: left;
	padding-left: 28px;
}
.radio-input:checked+.radio-txt::after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #f09c03;
}
.remodal{
	padding: 0;
}
/*==================================================
tanks
==================================================*/

.page-thanks .site-header {
	text-align: center;
    font-weight: bold;
    background: #fff;
    padding: 15px;
    margin-bottom: 5%;
}
.important-box {
	border: 5px solid #e10000;
	margin-bottom: 1em;
	line-height: 1.6em;
}
.important-box dt {
	background: #e10000;
	color: #fff;
	font-weight: bold;
	padding: 7px 5px 12px;
	font-size: 120%;
}
.company-box h2.tit01 {
	line-height: 1.5em;
	font-size: 100%;
	color: #000;
	padding: 0;
}
.company-box h2.tit01 .txt-red {
	font-size: 100%;
}
.important-box dd {
	font-weight: bold;
	padding: 10px;
	line-height: 2em;
}
.important-box dd .txt-red {
	font-size: 130%;
}
.important-box dd .txt-red a {
	font-weight: bold;
}
.important-box dd .txt-red.num {
	font-size: 150%;
}
.thanks p {
	line-height: 1.6em;
}
.thanks h2 {
	margin: 0 0 0.5em;
}
.txt-white {
	color: #fff;
}
.company-box {
	background: #fff;
	border-radius: 10px;
	padding: 5% 3.5%;
	text-align: center;
}
.company-box .profile {
	overflow: hidden;
}
.company-box .profile .img {
	width: 100px;
	float: left;
	margin-right: 5%;
}
.company-box .profile .txt {
	display: block;
	overflow: hidden;
	text-align: left;
}
.company-box .profile .txt p {
	font-size: 87%;
	line-height: 1.6em;
}
.company-box h3 {
	font-size: 110%;
	margin: 0 0 0.5em;
	background: #171c61;
	padding: 10px 5px;
	line-height: 1.5em;
	color: #fff;
}
.company-box .tel {
	font-size: 140%;
	font-weight: bold;
}
.company-box .tel a {
	font-weight: bold;
}
.privacy-box {
	text-align: left;
}
.privacy-box dt {
	font-weight: bold;
}
.privacy-box dd {
	margin: 0 0 1em;
}
.privacy-box dd li {
	list-style: disc;
	margin: 0 0 0 1.5em;
}
.company-box .tel-box {
	background: #f8f8f8;
	padding: 10px 5px;
	margin-top: 1em;
}
.company-box .tel-box p {
	line-height: 1.8em;
}
.company-box .txt-red {
	color: #e10000;
	font-weight: bold;
	font-size: 110%;
}
.company-box .txt-red.tel {
	font-size: 160%;
}
.case-box {
	margin-top: 25px;
}
.case-box h2 {
	margin-bottom: 1em;
}
.company-box .border {
	border: 5px solid #eee;
	padding: 10px;
}
.txt-box {
	text-align: left;
}
.important-box .bg {
	background: #fff;
	color: #e10000;
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 5px;
	font-size: 87.5%;
}
.thanks-money {
	font-size: 160%;
}
.hide {
    display: none;
}

.page-thanks .case-box{
	overflow: hidden;
	margin-top: 5%;
}
.page-thanks .case-sec{
	background: #fff;
	padding: 5%;
	margin-top: 10%;
	border-radius: 20px;
}
.page-thanks .case-sec h2{
	margin-top: 0;
	margin-bottom: 5%;
}
.page-thanks h2 {
    text-align: center;
    margin: 8% 0 1em;
    color: #161b56;
    font-size: 3rem;
    line-height: 1.6em;
}
@media screen and (max-width: 1000px) {
.main-content {
	padding: 0 5%;
}
}

@media screen and (min-width: 768px) {
.sec {
	height: 650px !important;
}
}
@media screen and (max-width: 767px) {
/*==================================================
cmn
==================================================*/
body {
	font-size: 15px;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
p {
	margin-bottom: 0.5em;
}
.main-content {
	padding-top: 0;
}
.site-header {
	padding: 15px 0;
	height: 130px;
}
	.site-header p{
		font-size:1.2rem;
	}
.site-header p img {
	width: 160px;
}
.site-header p .txt {
	margin-top: 5px;
}
.site-header .img-box {
	/* width: 120px;
	height: 120px; */
	width: 180px;
	height: auto;
}
.sec {
	/* top: 105px; */
}
.tit01 {
	padding: 25px 10px;
	font-size:120%;
}
.result-txt-box h2 {
	font-size: 100%;
	padding: 10px 0;
}
.result-txt-box {
	font-size: 18px;
}
.result-txt-box .inner {
	padding: 1% 3.5% 2%;
}
.result-txt-box .money {
	margin: 10px 0 5px;
}
.result-txt-box p .txt-red .result-txt {
	font-size: 220%;
	vertical-align: -2px;
	margin: 0 2px;
	letter-spacing: -0.04em;
}
.form-list p {
	font-weight: bold;
	margin: 0 0 5px;
}
.btn {
	max-width: 250px;
	margin: 15px auto 0;
	font-size: 95%;
	height: 60px;
}
.check-box label {
	font-size: 95%;
	height: 60px;
	line-height: 55px;
}
	.select-box select{
		font-size:16px;
	}
	.line-1 li{
		margin-bottom: 5px;
	}
.btn-other {
	margin: 30px auto 0;
	height: 50px;
	max-width: 250px;
	font-size: 87.5%;
}
.foot-box address {
	font-size: 8px;
	line-height: 2em;
}
.submit button, .submit input[type="submit"] {
	padding: 25px 10px;
	font-size: 130%;
	letter-spacing: 0;
}
	.page-thanks {
		padding: 0;
	}
.page-thanks .site-header {
	height: auto !important;
	    margin-left: -5%;
    margin-right: -5%;
}
.page-thanks .txt-l {
	margin-bottom: 1em;
}
	.check-box02 label{
		font-size:90%;
	}
}
@media screen and (max-width: 320px) {
 .site-header .img-box {
 width: 105px;
}
 .tit01 {
 font-size: 120%;
}
 .txt-s {
 font-size:80%;
}
.check-box label {
    height: 40px;
    line-height: 40px;
}
	.line-1 li{
		margin-bottom: 5px;
	}
 .result-txt-box p .txt-red .result-txt {
 font-size: 170%;
 vertical-align: -2px;
}
 .submit button, .submit input[type="submit"] {
 padding: 15px 10px;
}
textarea, input[type=text], input[type=number], input[type=email] {
 height: 40px;
}
 .company-box h2.tit01 {
 font-size:90%;
}
 .important-box dt {
 font-size:110%;
}
 .company-box h3 {
 font-size: 100%;
}
.page-thanks {
 font-size:90%;
	padding: 0;
}
.result-box .point-list li{

	font-size:70%;
}
.result-txt-box h2 {
    font-size: 85%;
}
	.result-box .copy {
    font-size: 85%;
	}
}


/*==================================================
連絡希望　日時指定
==================================================*/
.sec .select-box ul.dateTime {
padding:0 5%;
}
.sec .select-box ul.dateTime li {
margin-bottom:3rem;
}
.sec .select-box ul.dateTime li label {
display:block;
text-align: left;
padding:0 1em;
}
.sec .select-box ul.dateTime li input,
.sec .select-box ul.dateTime li select {
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color:#000;
text-align: center;
padding:1em;
display:block;
width:100%;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 8px;
cursor: pointer;
}

/* カレンダー日付 */
.sec .select-box ul.dateTime li input.date-input {
font-size:2rem;
min-height:20px;
}
.sec .select-box ul.dateTime li input.date-input:focus {
background:#FFF;
}
#date-error {
display:none;
}

/* 時間帯 */
.sec .select-box ul.dateTime li select {
text-overflow: ellipsis;
text-align: center;
}
.sec .select-box ul.dateTime li select:focus {
background:#FFF;
}
.sec .select-box ul.dateTime li:nth-child(2) {
position: relative;
}
.sec .select-box ul.dateTime li:nth-child(2)::after {
content: "";
display:block;
width: 6px;
height:6px;
pointer-events: none;
position: absolute;
right: 16px; top:65%;
border-width: 2px 2px 0 0;
border-style: solid;
border-color: #CCC #CCC transparent transparent;
transform: rotate(135deg);
}