@charset "utf-8";


/* -----------------------------------------------------------
    ページベース
-------------------------------------------------------------- */
.simulation{
	background: var(--gray);
}

/*-----------head-area-----------*/
.head-area{
	text-align: center;
}
.head-area .logo{
    width: 400px;
    margin: 0 auto;
}

.head-area .logo img {
    width: 100%;
}

.head-area .page-title{
	font-size: 2.8rem;
	line-height: 1.4;
	font-weight: bold;
	/*color: var(--green03);*/
    color: var(--khaki);
	letter-spacing: .1rem;
	margin: 20px 0 0;
    transform: skewX(-10deg);
}
.head-area .page-title span{
	font-size: 1.8rem;
	display: block;
}

/*-----------simulation-area-----------*/
.simulation-area {
	background: #fff;
	padding: 50px 80px 50px 80px;
	width: 900px;
	margin: 40px auto;
	border-radius: 10px;
}

/*-----------スタート画面　index-----------*/
.simulation-area.index {
	padding: 50px 0;
}

.simulation-area.index .speech-bubble {
	background: #f1fff3;
	padding: 30px;
	border-radius: 10px;
	margin: 0 40px;
	position: relative;
	width: 60%;
}

.simulation-area.index .speech-bubble::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -30px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #f1fff3;
	border-right: 0;
}

.simulation-area.index .ill-wrap {
	width: 220px;
	position: relative;
	z-index: 1;
}

.simulation-area.index .ill-wrap img {
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 768px){

	.head-area{
	}
	.head-area .logo{
		width: 100%;
        max-width: 400px;
	}
	.head-area .page-title{
		font-size: min(5.2cqw,2.8rem);
		margin: 20px 0;
        /*background: var(--green);
        padding: 10px;
        color: #fff;*/
	}
	.head-area .page-title span{
		font-size: 1.5rem;
	}

	.simulation-area {
		padding: 20px;
		width: 90%;
		margin: 20px auto;
	}
	.simulation-area.index {
		padding: 20px;
	}
	
}


/* -----------------------------------------------------------
    イントロエリア
-------------------------------------------------------------- */
.simulation-intro {
	padding: 40px 0 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.simulation-intro .basic-txt {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 400;
}
.simulation-intro .basic-txt .s {
	font-size: 1.4rem;
	display: block;
	margin: 10px 0 0;
}

.simulation-intro .start-wrap {
	/*background: #EBEEE5;*/
	padding: 40px;
	width: 90%;
	margin: 0 auto;
}

.simulation-intro .start {
	text-align: center;
}
.simulation-intro .start a {
	min-width: 280px;
	display: inline-block;
	padding: 15px 20px;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 50px;
	border: none;
	color: #fff;
	background: #ff6155;
	box-shadow: 10px 20px 30px rgba(0, 0, 0, .2);
}
.simulation-intro .start a:hover {
	box-shadow: none;
}

.simulation-area.thanks .complete_contents {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.simulation-area.thanks .title {
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    /*transform: skewX(-10deg);*/
    margin: 0 0 30px;
    position: relative;
    display: inline-block;
}

.simulation-area.thanks .title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 1px;
    height: 120%;
    transform: rotate(-30deg);
    background: #333;
}

.simulation-area.thanks .title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 120%;
    transform: rotate(30deg);
    background: #333;
}

.simulation-area.thanks .ill-wrap {
    display: block;
    margin: 0 auto 30px;
    width: 300px;
}

.simulation-area.thanks .txt {
    width: 100%;
}

.simulation-area.thanks .txt.page-top {
    margin: 50px 0 0;
    text-align: center;
}

@media screen and (max-width: 768px){

	.simulation-intro {
		padding: 0 0 10px;
	}
	.simulation-intro .txt-area .basic-txt {
	}
	
	.simulation-intro .start {
		margin: 30px 0 0;
	}
    
    .simulation-area.index .speech-bubble {
        padding: 0;
        margin: 0;
        width: 100%;
        background: transparent;
    }
    
    .simulation-area.index .speech-bubble::after {
        top: initial;
        transform: translateX(-50%);
        right: initial;
        left: 50%;
        bottom: -20px;
        border-top: 20px solid #EBEEE5;
        border-bottom: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        display: none;
    }
    
    .simulation-area.index .ill-wrap {
        display: none;
    }
    
    .simulation-area.thanks .ill-wrap {
        width: 180px;
        display: block;
        margin: 0 auto 20px;
    }
    
    .simulation-area.thanks .title {
        font-size: 2.0rem;
        margin: 20px 0 20px;
    }
    
    .simulation-area.thanks .title::before {
        left: -15px;
    }
    
    .simulation-area.thanks .title::after {
        right: -10px;
    }
	
}

#mainContents a,
#mainContents a:link,
#mainContents a:visited {
	transition: normal;
}
#mainContents a:hover {
	transition: normal;
}


/* -----------------------------------------------------------
    formエリア
-------------------------------------------------------------- */
.result-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
.result-area .txt-area{
	width: calc(100% - 180px);
	color: var(--green);
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.7;
	padding: 20px;
	border: 2px solid var(--green);
	border-radius: 8px;
}
.result-area .img-area{
	width: 150px;
}

.result-area .img-area img {
	object-fit: cover;
	width: 100%;
}


@media screen and (max-width: 768px){
	
	.result-area{
		margin: 10px 0 0;
        position: relative;
	}
	.result-area .txt-area{
		width: 100%;
        padding: 20px 20px 30px;
        margin: 0 0 100px;
	}
	.result-area .img-area{
		width: 100px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
	}
	
	/*form*/
	#form .form_table.wide th {
		padding: 30px 0 15px 0;
	  }
	#form .form_table.wide td {
		padding: 0 0 30px;
	}
	
}

/* -----------------------------------------------------------
    Q3 「その他」
-------------------------------------------------------------- */
#form .other {
	position: relative;
    display: -moz-inline-stack;
    display: block;
    vertical-align: middle;
    zoom: 1;
    border-radius: 6px;
    box-shadow: 0 4px #DCE5ED;
    border: solid 2px #758C37;
    margin-bottom: 23px;
    text-decoration: none;
	cursor: pointer;
}

#form .other span {
    display: table-cell;
    padding: 20px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

#nextQuestionBtn a {
	width: 200px;
	padding: 10px 0;
	cursor: pointer;
	background: #0CB6E4;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	border-radius: 100px !important;
	margin: 10px 0 0 0 ;
}

@media screen and (max-width: 768px){
	#nextQuestionBtn {
		margin: 0 auto;
		
	}
	#nextQuestionBtn a {
		margin: 15px auto;
		
	}
}

/* -----------------------------------------------------------
    ラジオボタンデザイン
-------------------------------------------------------------- */
input[type=radio] {
	display: none; /* ラジオボタンを非表示にする */
}

input[type="radio"] + label::before,
input[type="radio"] + label::after {
	display: none;
}

label.q-label {
	padding: 20px;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 4px #DCE5ED;
	border: solid 2px #00b76a;
	text-decoration: none;
	font-size: 2rem;
	transition: all .2s;
	cursor: pointer;
}

label.q-label:has(input[type="radio"]:checked) {
	background: #00b76a;
	border: solid 2px #00b76a;
	color: #fff;
	transform: translateY(3px);
	box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
	label.q-label:hover {
		transform: translateY(3px);
		box-shadow: none;
	}
}

@media screen and (max-width: 768px){
	
}


/* -----------------------------------------------------------
    ラジオボタンデザイン2
-------------------------------------------------------------- */
.radio-label {
	position: relative;
	min-width: 10%;
	align-items: center;
	display: flex;
	margin: 0 0 10px 0;
}

.radio-label .label-check {
	position: relative;
	display: block;
	padding-left: 35px;
	cursor: pointer;
	transition: .5s;
}

.radio-label .label-check:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 22px;
	height: 22px;
}

.radio-label input[type="radio"]:checked + .label-check::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	display: block;
	margin: auto;
}

.radio-label input[type="radio"]:checked + .label-check:before {
	border-color: var(--red);
}

.radio-label .label-check.round::before {
	border: 1px solid #aaa;
	border-radius: 40px;
}

.radio-label input[type="radio"]:checked + .label-check.round::after {
	width: 14px;
	height: 14px;
	background-color: var(--red);
	border-radius: 40px;
}

/* -----------------------------------------------------------
    checkbox
-------------------------------------------------------------- */
.checkbox_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.checkbox_list.col2 li {
	align-items: flex-start;
	align-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	/*height: 20px;*/
	width: calc( ( 100% - 20px) / 2 );
	background: #f6f6f6;
	border-radius: 8px;
}

.checkbox_list.col2 li label {
	padding: 20px;
	width: 100%;
    transition: all .3s;
}

.checkbox_list.col2 li .plan-name {
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--green);
	margin: 0 0 5px;
	padding-left: 30px;
}

.checkbox_list.col2 li .opp-name {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 30px;
}

.checkbox_list .deco-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	margin: 10px 0 0;
	width: 100%;
}

.checkbox_list .deco {
	background: #fff;
	color: #FF8C27;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
	line-height: 1.4;
	font-size: 1.4rem;
    border: 2px solid #FF8C27;
}

.checkbox_list .deco.half {
	width: calc( ( 100% - 10px ) / 2 );
}

.checkbox_list .deco.gold {
	color: #B9A04E;
    border: 2px solid #B9A04E;
}

input[type="checkbox"] {
	visibility: hidden;
	height: 0;
}

.checkbox_list.col2 li input[type="checkbox"] {
	margin-left: -20px;
}

input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	line-height: 1;
}

.checkbox_list.col2 input[type="checkbox"] + label {
	padding: 20px;
}

.checkbox_list.col2 input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #0f0f0f;
	position: absolute;
	left: 20px;
	top: 38px;
	/*transform: translateY(-50%);*/
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

.checkbox_list.col2.opp input[type="checkbox"] + label:before {
	top: 34px;
}

.checkbox_list.col2.opp input[type="checkbox"] + label::after {
	top: 29px;
}

/*input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	border-color: #c7ae10;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

input[type="checkbox"] + label::after {
	content: "";
    display: block;
    position: absolute;
    border-bottom: 2px solid var(--red);
    border-left: 2px solid var(--red);
    opacity: 0;
    height: 5px;
    width: 12px;
    transform: rotate(-45deg);
    top: 4px;
    left: 3px;
}


input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.checkbox_list.col2 input[type="checkbox"] + label::after {
	content: "";
    display: block;
    position: absolute;
    border-bottom: 2px solid var(--red);
    border-left: 2px solid var(--red);
    opacity: 0;
    height: 5px;
    width: 12px;
    transform: rotate(-45deg);
    top: 32px;
    left: 24px;
}

.checkbox_list.col2 input[type="checkbox"]:checked + label::after {
    opacity: 1;
}


/*input[type="checkbox"]:checked + label {
	color: #c7ae10;
}*/

.checkbox_list li:last-child label {
	margin-bottom: 0;
}

@media (hover: hover) and (pointer: fine) {
    .checkbox_list li label:hover {
        opacity: .7;
    }
}

@media screen and (max-width: 768px){
    .checkbox_list {
        gap: 10px;
    }
    
	.checkbox_list.col2 li {
        width: 100%;
    }
    
    .checkbox_list.col2 input[type="checkbox"] + label {
        padding: 15px;
    }
    
    .checkbox_list.col2 input[type="checkbox"] + label:before {
        top: 29px;
    }
    
    .checkbox_list.col2.opp input[type="checkbox"] + label:before {
        top: 29px;
    }
    
    .checkbox_list.col2 input[type="checkbox"] + label::after {
        top: 24px;
    }
    
    .checkbox_list.col2.opp input[type="checkbox"] + label::after {
        top: 24px;
    }
    
    .checkbox_list.col2 li .plan-name {
        margin: 0 0 0 10px;
        font-size: 1.8rem;
    }
    
    .checkbox_list.col2 li .opp-name {
        font-size: 1.6rem;
        padding-left: 40px;
    }
}


/* -----------------------------------------------------------
    next-btn
-------------------------------------------------------------- */

.next-btn {
	background: transparent;
	border: none;
	display: block;
	margin: 20px auto 0;
	transition: all .2s;
	box-shadow: 0 4px #DCE5ED;
	width: 320px;
	padding: 0;
	border-radius: 5px;
}

.next-btn a {
	display: block;
	width: 100%;
	font-size: 1.7rem;
	padding: 15px;
	font-weight: bold;
	background: #ff6155;
	border: 2px solid #ff6155;
	border-radius: 5px;
	cursor: pointer;
}

.next-btn a {
	color: #fff;
}

@media (hover: hover) and (pointer: fine) {
	.next-btn:hover {
		transform: translateY(3px);
		box-shadow: none;
	}
}

@media screen and (max-width: 768px){
	.next-btn {
        margin: 0 auto;
        width: 100%;
        max-width: 420px;
    }
}


/* -----------------------------------------------------------
   plan-table, plan-catch, plan-kome
-------------------------------------------------------------- */

.plan-table {
	width: 100%;
	--border-color: #ddd;
	border-collapse: collapse;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	overflow: hidden;
}

.plan-table thead th {
	background: var(--green);
	color: #fff;
	text-align: center;
	padding: 10px;
	width: calc( 100% / 3 );
}

.plan-table tbody td {
	text-align: center;
	width: calc( 100% / 3 );
	background: #fff;
	padding: 10px;
}

/*border指定*/
.plan-table thead th:not(:last-child),
.plan-table tbody td:not(:last-child){
	border-right: 1px solid var(--border-color);
}

.plan-catch {
	font-weight: bold;
	margin: 15px 0 10px;
}

.plan-kome {
	font-size: 1.3rem;
	margin: 10px 0 0;
	text-indent: -1.3rem;
	padding: 1.3rem;
}

@media screen and (max-width: 768px){
    .plan-table thead th {
        font-size: 1.5rem;
        line-height: 1.5;
        font-feature-settings: "palt";
        padding: 10px 5px;
    }
    
    .plan-table tbody td {
        font-size: 1.5rem;
        line-height: 1.5;
        font-feature-settings: "palt";
        padding: 10px 5px;
    }
    
    .plan-catch {
        font-size: 1.5rem;
    }
}

/* -----------------------------------------------------------
    form-table
-------------------------------------------------------------- */

.form-table {
	margin: 0;
}

/*バリデーションエラー*/
span.error {
	font-size: 1.5rem;
	color: var(--red);
	font-weight: bold;
	display: block;
	width: 100%;
	line-height: 1.5;
}

#datepicker1-error {
    position: absolute;
    top: 70px;
    left: 0;
}

@media screen and (max-width: 768px){
	.simulation .form-table td {
        padding: 15px 0 30px;
    }
    
    #datepicker1-error {
        position: relative;
        top: initial;
        left: initial;
    }
}

/* -----------------------------------------------------------
    結果確認テーブル
-------------------------------------------------------------- */

.answer-confirmation {
    margin: 20px 0;
    padding: 30px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.answer-confirmation h3 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px;
}

#confirmationTable {
    width: 100%;
    border-collapse: collapse;
}

#confirmationTable th {
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    line-height: 1.5;
    text-align: left;
}

#confirmationTable td {
    padding: 15px;
    border: 1px solid #ddd;
    line-height: 1.5;
    background: #fff;
}

@media screen and (max-width: 768px){
    .answer-confirmation {
        margin: 0 0 20px;
        padding: 20px;
    }
    
	#confirmationTable th {
        padding: 15px;
        width: 100%;
        display: block;
        background-color: var(--green);
        color: #fff;
    }

    #confirmationTable td {
        padding: 15px;
        width: 100%;
        display: block;
    }
}

/* -----------------------------------------------------------
    
-------------------------------------------------------------- */

@media screen and (max-width: 768px){
	
}