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

html {
	font-size: 62.5%;
}
body {
	background: #e5edf6;
	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: #171c61;
	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: 150px;
	height: 140px;
	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: 350px;
	width: 100%;
	height: 70px;
}
.btn.btn-no {
	background: #888;
	border-bottom: 6px solid #666;
	font-size: 87.5%;
}
.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: #171c61;
	position: relative;
}
.tit-box .count {
	background: #171c61;
	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;
}
.select-box select{
	border: #111 2px solid;
	padding: 15px 10px;
	font-size:16px;
	display: inline-block;
	    border-radius: 0;
	    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;
}
.check-box .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;
}
.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;
}
/*==================================================
診断結果
==================================================*/
.tel-txt a{
	font-size:150%;
	font-weight: bold;
}
.txt-l{
	text-align: left;
}
.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 #171c61;
	border-radius: 10px;
	overflow: hidden;
}
.result-txt-box h2 {
	background: #171c61;
	color: #fff;
	font-size: 120%;
	padding: 20px 0;
	text-align: center;
	line-height: 1.3em;
}
.result-txt-box .num {
	font-weight: bold;
	font-size: 87.5%;
}
.result-txt-box .num .txt {
	font-size: 200%;
	color: #e10000;
	padding-top: 10px;
	display: inline-block;
}
.result-txt-box .num .arrow {
	margin: 0 0.2em;
	font-size: 150%;
	font-weight: normal;
}
.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 #be0009;
	margin: 0 auto 0;
	background: #e10000;
	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 40px;
	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
==================================================*/
.company-box {
    background: #fff;
    border-radius: 10px;
    padding: 5% 3.5%;
    text-align: center;
	margin-bottom: 5%;
}
.thanks.ver02 h3 {
	font-size: 34px;
	color: #1c4e94;
	background: none;
	padding: 0;
	margin: 0;
}
.thanks.site-header{
	text-align: center;
	font-size: 1.4rem;
	    color: #1c4e94;
	height: auto !important;
}
.thanks.ver02 .wait {
	margin: 1em 0 1.5em;
}
.thanks.ver02 .company-box .wait-box p {
	font-weight: bold;
	font-size: 120%;
}
.thanks.ver02 .tel-box dt, .thanks.ver02 .tel-box dd {
	font-weight: bold;
}
.thanks.ver02 .tel-box {
	background: #e5f3f9;
	color: #1c4e94;
	font-size: 115%;
	padding: 25px 5px;
	border: 2px solid #1c4e94;
	border-radius: 10px;
	margin-bottom: 5%;
	margin-top: 5%;
}
.thanks.ver02 .tel-box dt {
	line-height: 1.6em;
}
.thanks.ver02 .tel-box dd {
	font-size: 180%;
	margin-top: 15px;
}
.thanks.ver02 .tel-box a {
	font-weight: bold;
}
.thanks.ver02 .tel-box dd:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../../img/simulator/icon_freetel.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin: -7px 10px 0 0;
}
.txt-box {
	text-align: left;
}
.thanks p {
    line-height: 1.6em;
	font-size: 1.6rem;
}
ul.link {
    text-align: center;
    margin: 1.5em 0 0;
    font-size: 1.4rem;
}
ul.link a {
    margin: 0 0.5em;
}
address{
	font-size: 1.4rem;
	font-style: normal;
}
@media screen and (max-width: 1000px) {
	.page-thanks .wrap{
		padding: 0 5%;
	}
}

@media screen and (min-width: 768px) {
.sec {
	height: 700px !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: 0 5%;
}
.site-header {
	padding: 10px 0;
	height: 130px;
}
.site-header p {
	font-size: 1.2rem;
}
.site-header p img {
	width: 160px;
}
.site-header p .txt {
	margin-top: 8px;
}
.site-header .img-box {
	width: 120px;
	height: 120px;
}
.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;
}
.check-box .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;
}
 .company-sec h2 img {
 width: 160px;
}
	.page-thanks .site-header h1 img{
		width: 160px;
	}
	.page-thanks .wrap{
	padding: 0;
}
	.page-thanks h2 {
    margin: 10% 0 1em;
    font-size: 2.4rem;
	}
	.page-thanks .case-box {
    border-radius: 15px;
    overflow: hidden;
}
	.select-box select {
    padding: 15px 5px;
		height: 50px;
}
	.thanks.ver02 .company-box .wait-box p,.thanks.ver02 .tel-box {
    font-size: 100%;
}
	.thanks.ver02 .tel-box dd {
    font-size: 2.4rem;
}
	.thanks.ver02 .tel-box dd:before {
    width: 40px;
}
	.thanks p {
    line-height: 1.6em;
    font-size: 1.4rem;
}
	address {
    font-size: 1rem;
    font-style: normal;
		line-height: 1.6em;
}
@media screen and (max-width: 320px) {
 .site-header .img-box {
 width: 105px;
}
 .tit01 {
 font-size: 110%;
}
 .txt-s {
 font-size:80%;
}
 .result-txt-box .num {
font-size:80%;
}
 .check-box .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%;
}
	.select-box select {
    padding: 15px 2px;
}
}
