@charset "UTF-8";

#mv {
  background-image: url(../images/mv.jpg);
}
#mv .bscBtn01 a {
	display: block;
	margin: 13px 50px 10px;
}
#mv .bscBtn01 a i.icon-file-pdf {
	font-size: 130%;
	margin-right: 15px;
	display: inline-block;
	margin-bottom: 3px;
}
/*----------------------------------
★index.php
----------------------------------*/
.kugiri{
	margin-top:-100px;
 padding-top:100px;
 }

.faqList h3{
	position: relative;
	font-size: 100%;
	width: 100%;
  background-color: #333333;
	padding: 0.9em;
	color:#fff;
	font-weight: 600;
	margin-top: 1.5em;
	cursor: pointer;
}

.faqList h3:first-of-type{
	margin-top: 0;
}

.faqList p:first-of-type{
	font-size: 111.11%;
}

.faqList h3:before,
.faqList h3:after{
	position: absolute;
	content: "";
	background-color: #ffffff;
	width: 1.056em;
	height: 2px;
	right: 0.9em;
	bottom: 0;
	top: 0;
	margin: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faqList h3:after{
	-webkit-transform: translateY(0) rotate(-90deg);
				transform: translateY(0) rotate(-90deg);
}

.faqList h3.active:after{
	-webkit-transform: translateY(0) rotate(0);
				transform: translateY(0) rotate(0);
}

.faqList ul {
	display: none;
	overflow: hidden;
	width: 100%!important;
	background-color: #f5f5f5;
}

.faqList ul li{
	border-bottom: solid 1px #dedede;
}

.faqList ul li:last-of-type{
	border-bottom: none;
}

.faqList ul li a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:#333;
	display: block;
	text-decoration: none;
	padding: 0.87em;
	line-height:1.6em;
}
.faqList ul li a:hover{
	text-decoration:underline;
	color:#0d8e7a;
}

.faqList ul li span{
	font-family: 'Anton', sans-serif;
	font-size: 111.1%;
	margin-right: 0.2em;
}

.ques{
	background-color: #DEDEDE;
}

.answer h2 + h3{
	margin-top:1.1em;
}
.answer h3{
	font-size:122.22%;
	border-left:solid #eb5e1e 6px;
	margin-top:2em;
	margin-bottom: 1em;
	padding-left: 0.4em;
	line-height: 1.2;
	font-weight: 700;
}

.ques,
.ans{
	width:100%;
	display: table;
}

.ques *,
.ans *{
	vertical-align: middle;
	font-weight: normal;
}

.ans a{
	text-decoration: underline;
	word-break: break-all;
	color: #008486;
}

.ans h5,
.ques span:first-of-type{
	display:table-cell;
	width:2.4em;
	height: 2em;
	font-size:138.88%;
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: #ffffff;
	text-indent: 0.2em;
}

.ques span:first-of-type{
	background-color: #333333;
}

.ans h5{
	background-color: #008486;
}
.ans h6{
	font-size:120%;
	margin-bottom:15px;
}

.ques span:nth-of-type(2),
.ans div{
	display:table-cell;
	padding: 0.85em;
}

.ans div{
	padding: 0.85em;
	background-color: #f5f5f5;
}

.ans div a:hover{
	text-decoration:underline;
}


.ans div > div{
    background-color:#ffffff;
    padding:1em;
    width: 100%;
    display: block;
}


.ans ul li{
	background:url(../../lib/cmn_img/arrow_02.gif.html) no-repeat 0 0.5em;
	padding-left:10px;
	margin-bottom:3px;
	line-height:1.6em;
}

@media only screen and (max-width: 930px){
.ans h5,
.ques span:first-of-type{
	font-size:20px;
}
}

#answer a{
    margin-top: -100px;
    padding-top: 100px;
}

@media only screen and (max-width: 1000px){
    #answer a{
    margin-top: -60px;
    padding-top: 60px;
    }
}

#answer .ans a{
    margin-top: 0px;
    padding-top: 0px;
}

.paper2 {
    line-height: 1.5em;
}

/*----------------------------------
★index.php
----------------------------------*/
/*
@media only screen and (max-width: 800px){
.faqList ul li:nth-child(2n),
.faqList ul li{
	float: none;
	width:100%;
	margin-left:0;
}

.ans h5,
.ques span:first-of-type{
	font-size:20px;
	width:18%;
}
.ans,
h4.ques{
padding:20px 10px;
}
.ans div,
.ques span:nth-of-type(2){
	width:81%;
	font-weight:normal !important;
}

.ans div{
	width:82%;
	margin-left:1%;
}



	
}*/

/*----------------------------------
★detail.php
----------------------------------*/