@charset "utf-8";

#firsttime .wrap {
	padding: 10px 0 50px;
}

#firsttime .wrap h2 img {
	width: 612px;
	max-width: 100%;
	vertical-align: bottom;
}

#firsttime .wrap .description {
	text-align: center;
	font-size: 18px;
	line-height: 1.67;
	font-weight: normal;
	margin-bottom: 1em;
}
#firsttime .wrap .description .sp {
	display: none;
}

#firsttime .wrap .pc {
	display: block;
}
#firsttime .wrap .sp {
	display: none;
}

#firsttime .wrap .q-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#firsttime .wrap .q-list li {
	text-align: center;
	width: 240px;
	padding: 20px;
	background-color: #E8F6EE;
	position: relative;
	border-radius: 10px 10px 0 0;
}
#firsttime .wrap .q-list li .bg-green {
	display: inline-block;
	background-color: #2AA765;
	color: #fff;
	font-weight: bold;
	width: 130px;
	font-size: 14px;
	line-height: 2.14;
	border-radius: 1.07em;
	margin-bottom: 5px;
}
#firsttime .wrap .q-list li .lr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: left;
	margin-bottom: 5px;
}
#firsttime .wrap .q-list li .lr .thumb {
	width: 56px;
}
#firsttime .wrap .q-list li .lr h4 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	font-size: 14px;
	padding-top: .9em;
	padding-left: 1em;
	line-height: 1.5;
}
#firsttime .wrap .q-list li p {
	font-size: 14px;
	line-height: 2;
	text-align: center;
	margin-bottom: 0;
	border-bottom: 1px solid #2aa765;
	border-top: 1px solid #2aa765;
}
#firsttime .wrap .q-list li p:first-of-type {
	border-bottom: none;
	margin-top: 20px;
}
#firsttime .wrap .q-list li p span {
	background: linear-gradient(transparent 90%, #b9b9b9 0%);
	padding-bottom: .2em;
}
#firsttime .wrap .q-list li i {
	color: #2AA765;
	font-size: 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	-o-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}

#firsttime .wrap .a-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#firsttime .wrap .a-list li {
	text-align: center;
	padding: 20px;
	width: 240px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0 0 10px 10px;
}

#firsttime .wrap .a-list li .bg-yellow {
	display: inline-block;
	background-color: #FEFF3A;
	color: #000;
	font-weight: bold;
	width: 85px;
	font-size: 14px;
	line-height: 2.14;
	border-radius: 1.07em;
	margin-bottom: 10px;
}
#firsttime .wrap .a-list li .lr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: left;
	margin-bottom: 5px;
}
#firsttime .wrap .a-list li .lr .thumb {
	width: 56px;
}
#firsttime .wrap .a-list li .lr .thumb img {
	padding-top: 6px;
}
#firsttime .wrap .a-list li .lr h4 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	font-size: 14px;
	color: #2AA765;
	padding-right: 1em;
	line-height: 1.6;
	min-height: 6.4em;
}
#firsttime .wrap .a-list li .lr h4 span {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #FEFF3A 0%);
	padding-bottom: .15em;
}
#firsttime .wrap .a-list li p {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}

#firsttime .btns-wrap {
	padding: 20px 0 0;
}
#firsttime .btns-wrap ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#firsttime .btns-wrap ul li {
	width: 320px;
}
#firsttime .btns-wrap ul li a {
	display: block;
	width: 100%;
	border: 3px solid #2AA765;
	border-radius: 10px;
	color: #2AA765;
	text-align: center;
	font-size: 18px;
	line-height: 3;
	font-weight: bold;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#firsttime .btns-wrap ul li a:hover {
	color: #fff;
	background:#2AA765;
}

.trouble__title--dot{
	position: relative;
    font-style: normal;
	color: #2aa765;
	font-weight: bold;
    -webkit-text-emphasis: circle #2aa765;
    text-emphasis: circle #2aa765;
}


@media screen and (max-width: 640px) {
	#firsttime .wrap {
		padding: 0px 15px;
	}
	#firsttime .wrap h2 img {
		width: 306px;
		max-width: 100%;
		vertical-align: bottom;
	}

	#firsttime .wrap .description {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 1em;
	}
	#firsttime .wrap .description .sp {
		display: block;
	}
	#firsttime .wrap .pc {
		display: none;
	}
	#firsttime .wrap .sp {
		display: block;
	}
	#firsttime .wrap .sp ul li {
		width: 100%;
		border-radius: 5px;
		margin-bottom: 15px;
		padding: 15px 25px;
	}
	#firsttime .wrap .sp ul li .lr {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	#firsttime .wrap .sp ul li .lr.q {
		border-bottom: 2px dotted #b9b9b9;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#firsttime .wrap .sp ul li .lr .thumb {
		width: 50px;
	}
	#firsttime .wrap .sp ul li .lr h4 {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
		font-size: 16px;
		font-weight: bold;
	}
	#firsttime .wrap .sp ul li .lr.q h4 {
		line-height: 1.4;
		padding-top: .25em;
		padding-left: 1em;
	}
	#firsttime .wrap .sp ul li .lr.a h4 {
		color: #2AA765;
		line-height: 1.4;
		padding-top: .1em;
		padding-right: 1em;
	}
	#firsttime .wrap .sp ul li .lr.a h4 span {
		font-weight: bold;
		background: linear-gradient(transparent 60%, #FEFF3A 0%);
		padding-bottom: .15em;
	}

	#firsttime .wrap .sp ul li:nth-child(odd) {
		background-color: #E8F6EE;
	}
	#firsttime .wrap .sp ul li:nth-child(even) {
		border: 1px solid #e5e5e5;
	}
	#firsttime .btns-wrap {
		padding: 0;
	}
	#firsttime .btns-wrap ul {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#firsttime .btns-wrap ul li {
		width: 100%;
	}
	#firsttime .btns-wrap ul li a {
		display: block;
		width: 100%;
		border: 2px solid #2AA765;
		border-radius: 4px;
		color: #2AA765;
		text-align: center;
		font-size: 14px;
		line-height: 3;
		font-weight: bold;
		margin-bottom: .5em;
	}
}
