.chart_body{
	position: relative;
}

.chart-item-member{
	display:none;
	position:absolute;
	top:0%;
	left:0%;
}

.chart-item-default{
	display:block;
	position:absolute;
	top:0%;
	left:0%;

}

.chart-item{
	padding: 60px 20px 0;
	width: 100%;
}

.answer-item{
	display: none;
	padding: 20px;
	background: #fff;
	border-radius: 11px;
	box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}

.label-txt{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.label-txt span{
	width: 49%;
	background-color: #ffc8c8;
	border-radius: 5px;
	font-weight: bold;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;
	background-image: url(../img/icon-check.svg);
	background-size: 11px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 5px center;
	word-break: break-all;
}


.mitsumori{}
.mitsumori .sub{
	font-weight: bold;
	background-color: #1c92c7;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.include{
	margin-top: 10px;
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}

.rst-caution{
text-align: left;
	margin-top: 10px;
	border-radius: 5px;
	color: #1c92c7;
	background-color: #edf8ff;
	padding: 10px;
	font-size: 12px;
}
.rst-img{
	margin-top: 20px;
}

.rst-time{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.rst-time .item{
	width: 49%;
	border: 1px solid #f0f0f0;
	background-color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px;
	font-size: 14px;
	color: #333;
}
.rst-time .item span{
	color: #EE8787;
	font-size: 24px;
	font-weight: bold;
}

#inq{
	background-color: #FFEAE0;
	padding: 20px;
	margin-top: 20px;
	text-align: left;
}

#inq input[type="text"],
#inq select,
#inq input[type="number"],
#inq input[type="tel"]{
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	font-size: 16px;

}
#inq input[type="date"]{
	display: inline-block;
	width: 200px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	font-size: 16px;
}
#inq textarea{
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
#inq #ct_reg {
	text-align: center;
	display: block;
	background: #FF7579;
	border-radius: 8px;
	color: #fff;
	font-size:16px;
	font-weight: bold;
	padding: 15px 0;
	width: 100%;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	margin-top: 10px;
	cursor: pointer;
	border-bottom: 5px solid #b84c00;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
#inq .fm-ttl{
	font-weight: bold;
}
#inq .fm-sub{
	font-size: 13px;
	margin-top: 10px;
}

.to-init{
	margin-top: 20px;
	font-size: 12px;
}

#price{
	font-weight: bold;
	font-size: 30px;
	color: #2ba9e1;
}
#price b{
	font-weight: bold;
}
#price span{
	font-size: 18px;
}
.sub_price{
	font-weight: bold;
}

.q-img{
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	margin: 0 5px 15px;
}

.sub-ttl{
	text-align: left;
	display: block;
	font-size: 10px;
	margin-top: 10px;
}

.area-caution{
	text-align: left;
	color: #e85151;
	display: none;
	font-size: 12px;
	margin-top: 10px;
}
.form-error {
	display: none;
}
.form-error span{
	display: block;
	margin-top: 5px;
	color: red;
	font-size: 13px;

}


.modal-open{
	display: inline-block;
	margin: 10px;
	text-align: left;
}

.modal-open a{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	color: #333;
}
.modal{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.modal:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0.7;
	top: 0;
	left: 0;
}
.modal-wrapper{
	width: 90%;
	max-width: 400px;
	min-width: 300px;
	height: 100%;
	max-height: 350px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal-contents{
	text-align: left;
	overflow: auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
.modal-content{
	margin: 25px;
}
.modal-close{
	position: absolute;
	top: 5px;
	right: 10px;
	text-decoration: none;
}
.modal-content b{
	font-weight: bold;
}
.table{
	width: 100%;
	border-collapse: collapse;
}
.table th,
.table td{
	font-size: 13px;
	padding: 20px;
	border: 1px solid #ccc;
}
.table th{
	background-color: #efefef;
}
.main-contents__inner{
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.q-tag{
	text-align: center;
	width: 100%;
}
.q-tag label{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

.q-tag label input[type='checkbox']{
	margin-right: 10px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}
.q-tag + .btn{
	margin-top: 40px;
}

.q-tag select{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}

.complete-main{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}
.complete-main .ttl{
	font-weight: bold;
	font-size: 20px;
}
.complete-main .txt{
	margin-top: 20px;
}
.complete-main .console{
	margin-top: 10px;
	font-size: 13px;
	color: #2aabd2;
}

.quote-answer__list.col-2 .q-btn{
	width: 49%;
}
.quote-answer__list.col-3 .q-btn{
	width: 33%;
}
.quote-answer__list.col-4 .q-btn{
	width: 24%;
}

@media screen and (min-width: 600px){
	.quote-answer__list.col-sm-2 .q-btn{
		width: 49%;
	}
	.quote-answer__list.col-sm-3 .q-btn{
		width: 33%;
	}
	.quote-answer__list.col-sm-4 .q-btn{
		width: 24%;
	}
}

.q-tag input[type="number"],
.q-tag input[type="text"]
{
	text-align: center;
	width: 100px;
	padding: 10px;
	border-radius: 5px;
	display: inline-block;
	margin: 0 20px;
	transform: scale(1.2);
	font-size: 20px;
	border: 2px solid #eee;
}