﻿@charset "UTF-8";


.select_menu{
	margin: 0 0 20px;
	overflow: hidden;
}
.select_menu li{
	float: left;
	width: 32%;
	margin: 0 2% 10px 0;
}
.select_menu li:nth-child(3n){
	margin: 0 0 10px 0;
}
.select_menu li a{
	padding: 0 0 0 1.5em;
	color: #0089D2;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
}
.select_menu li a:hover{
	text-decoration: none;
}
.select_menu li a:before{
	content: "\f107";
	font-family: FontAwesome;
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	background: #0089D2;
	position: absolute;
	top:50%;
	left: 0;
}


.inner{
  counter-reset: chapter;
}

.inner ul{
	margin: 0 0 20px;
	padding: 0 0 5px 0;
	border: 1px solid #0089D2;
	font-size: 20px;
	position: relative;
}


.inner ul:before{
  content: "Q."counter(chapter) ;
  counter-increment: chapter;
  margin: 0 0 0 0;
  padding:0;
	color: #0089D2;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top:15px;
	left: 15px;
}
.inner ul li{
	padding: 0 0 10px 0;
	font-weight: bold;
}

.inner ul li:first-child{
	padding: 15px 50px 10px 60px;
	position: relative;
	cursor: pointer;
}

.inner ul li.open:first-child:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #0089D2;
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	top: 10px;
	right: 25px;
}
.inner ul li.close:first-child:after {
	content: "\f106";
	font-family: FontAwesome;
	color: #0089D2;
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	top: 10px;
	right: 25px;
}


.inner ul li:last-child{
	display: none;
	margin: 0 0 0 40px;
	padding: 10px 30px 20px 30px;
	font-size: 16px;
	font-weight: normal;
	border-top:1px dashed #CCCCCC;
	position: relative;
}
.inner ul li:last-child:before{
	content: "A.";
	color: #0089D2;
	margin: 0 5px 0 0;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top:5px;
	left: 0;
}
.inner ul:nth-of-type(n+10) li:first-child{
	padding: 15px 50px 10px 70px;
}



/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
	
.select_menu{
	margin: 0 0 20px;
	overflow: hidden;
}
.select_menu li{
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}
.select_menu li:nth-child(3n){
	margin: 0 0 10px 0;
}
.select_menu li a{
	padding: 0 0 0 1.5em;
	color: #0089D2;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
}
.select_menu li a:hover{
	text-decoration: none;
}
.select_menu li a:before{
	content: "\f107";
	font-family: FontAwesome;
	width: 1em;
	height: 1em;
	margin: -0.5em 0 0;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	background: #0089D2;
	position: absolute;
	top:50%;
	left: 0;
}


.inner{
  counter-reset: chapter;
}

.inner ul{
	margin: 0 0 20px;
	border: 1px solid #0089D2;
	font-size: 20px;
	position: relative;
}


.inner ul:before{
  content: "Q."counter(chapter) ;
  counter-increment: chapter;
  margin: 0 0 0 0;
  padding:0;
	color: #0089D2;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top:10px;
	left: 10px;
}
.inner ul li{
	padding: 0 0 10px 0;
	font-weight: bold;
}

.inner ul li:first-child{
    padding: 10px 40px 10px 45px;
	font-size: 16px;
}

.inner ul li.open:first-child:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #0089D2;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 25%;
	right: 15px;
}
.inner ul li.close:first-child:after {
	content: "\f106";
	font-family: FontAwesome;
	color: #0089D2;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 25%;
	right: 15px;
}


.inner ul li:last-child{
	display: none;
	margin: 0 40px 0 45px;
	padding: 5px 0 20px 30px;
	font-size: 15px;
	font-weight: normal;
	border-top:1px dashed #CCCCCC;
	position: relative;
}
.inner ul li:last-child:before{
	content: "A.";
	color: #0089D2;
	margin: 0 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top:5px;
	left: 0;
}
.inner ul:nth-of-type(n+10) li:first-child{
    padding: 10px 40px 10px 52px;
}
.inner ul .tel-moji a{
	color: #000;
	text-decoration: none;
	}

}
