
.flex{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap;}

#result-tab{margin: 0 auto 20px auto;}

#result-tab li{
width: calc(12.8% - 8px);
border: solid 1px #8be7d9;
cursor:pointer;
color: #8be7d9;
padding: 5px;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
background: #fff;
margin: 0.3%;
}

#result-tab li:hover{
background: #2acfb6 !important;
background: -moz-linear-gradient(top,  #2acfb6 0%, #35c6ea 100%) !important;
background: -webkit-linear-gradient(top,  #2acfb6 0%,#35c6ea 100%) !important;
background: linear-gradient(to bottom,  #2acfb6 0%,#35c6ea 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2acfb6', endColorstr='#35c6ea',GradientType=0 ) !important;
border: solid 1px #8be7d9;
color: #fff !important;
}

li.select-tab {
background: #2acfb6 !important;
background: -moz-linear-gradient(top,  #2acfb6 0%, #35c6ea 100%) !important;
background: -webkit-linear-gradient(top,  #2acfb6 0%,#35c6ea 100%) !important;
background: linear-gradient(to bottom,  #2acfb6 0%,#35c6ea 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2acfb6', endColorstr='#35c6ea',GradientType=0 ) !important;
border: solid 1px #8be7d9;
color: #fff !important;

}



.contnon { display: none;}



.result-tab-cont-wrap{}


.q-cont{
background: #fff;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
color: #3a8479;
font-weight: 600;
padding: 10px 0;
margin-bottom: 15px;

}


.a-cont{
background: #fff;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
padding: 5% 0;
margin-bottom: 15px;

}




dl.result-data{ width: 90%; margin: 5px auto; display: -webkit-flex; display: flex; border-bottom: dotted 2px #ccc;}
dl.result-data dt{ width: 80%; text-align: left; font-weight: normal; font-size: 16px;}
dl.result-data dd{ -webkit-flex: 1; flex: 1; font-size: 16px; text-align: right;}


dl.result-data-no1{ width: 90%; margin: 0 auto; display: -webkit-flex; display: flex; color: #fbb52e;}
dl.result-data-no1 dt{ width: 80%; text-align: left;}
dl.result-data-no1 dd{ -webkit-flex: 1; flex: 1;  text-align: right;}




dl.talk1{ width: 100%; margin: 5% auto;}
dl.talk1 dt{ float: left; width: 120px; font-weight: normal; text-align: left;}
dl.talk1 dd{ float: left; width: calc(90% - 120px); font-size: 16px; text-align: left;}

dl.talk2{ width: 100%; margin: 5% auto;}
dl.talk2 dt{ width: 90px; float: right; font-weight: normal; text-align: right; margin-left: 20px;}
dl.talk2 dd{ width: calc(90% - 90px); float: right; font-size: 16px; text-align: left;}


.arrow_box {
	width: calc(100% - 32px);
	position: relative;
	background: #fff;
	/* border: 4px solid #c2e1f5; */
	padding: 3% 5%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 20px;
	margin-top: -20px;
}
/*
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 26px;
	margin-top: -26px;
}
*/


.arrow_box2 {
	width: calc(100% - 32px);
	position: relative;
	background: #fff;
	/* border: 4px solid #c2e1f5; */
	padding: 3% 5%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.arrow_box2:after, .arrow_box2:before {
	left: 100%;
	top: 50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 20px;
	margin-top: -20px;
}
/*
.arrow_box2:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 26px;
	margin-top: -26px;
}
*/

/*
*/

@media screen and (max-width: 720px) {
.arrow_box { font-size: 14px; width: 100%;}
.arrow_box2 { font-size: 14px; width: 100%; right: 0;}





	}



.ac_com {
	position: relative;
	overflow: hidden;
	width: 80%;
	margin: 5% auto 0 auto;
	color: #fff;
}
.ac_com input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.ac_com label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #38d1b9;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
	width: 75%;
	margin: 0 auto;
}
.ac_com .ac_com-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
}
.ac_com .ac_com-content p {
	margin: 1em;
	font-size: 20px;
	text-align:left;
}

@media screen and (max-width: 720px) {
.ac_com .ac_com-content p {
	font-size: 1.0em;
}


.ac_com { width: 95%; }
.ac_com label {text-align: left;}


	}


/* :checked */
.ac_com input:checked ~ .ac_com-content {
	max-height: 20em;
}
/* Icon */
.ac_com label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.ac_com input[type=checkbox] + label::after {
	content: '▼';
}
.ac_com input[type=checkbox]:checked + label::after {
	transform: rotate(180deg);
}

/*
*/


.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}



