.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: 70px 90px;
	width: 100%;
}

@media screen and (max-width: 758px) {
	.chart-item {
		padding: 16px;
	}
}

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

.label-txt{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.label-txt span{
	width: 49%;
	background-color: #000;
	color: #fff;
	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;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.label-txt span {
		width: 100%;
	}
}

#mitsumori {
	text-align: center;
}

.mitsumori .sub{
	font-weight: bold;
	background-color: #ffc000;
	color: #000;
	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: #dc0000;
	font-size: 12px;
}
.rst-img{
	margin-top: 20px;
}

.rst-time{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	border-radius: 20px;
	overflow: hidden;
	border: solid 3px #ffc000;
	background-color: #fff;
}

.rst-time .item{
	width: 50%;
	padding: 10px;
	font-size: 14px;
}

.rst-time .item:last-child {
	background-color: #fff7c1;
}
.rst-time .item span{
	color: #de0000;
	font-size: 24px;
	font-weight: bold;
}

#inq{
	background-color: #ffd200;
	padding: 20px;
	margin-top: 20px;
}

#inq input[type="text"],
#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 #ct_reg {
	background-image: linear-gradient(to top, #158d3d, #1dc215);
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.88);
	border: solid 2px #2e590e;
	font-weight: bold;
	font-size: 1.1rem;
	padding: 0.2em .5em;
	width: 100%;
	transition: transform .5s, box-shadow .5s;
	font-size: 2.4rem;
	border-radius: 20px;
}
#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: #dc0000;
}
#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;
}
@media screen and (max-width: 500px){

}
