@charset "utf-8";
/******************************
 * faq
 ******************************/
#low-faq-main {
    margin-top: 10px;
    margin-right: 140px;
    margin-bottom: 30px;
    margin-left: 140px;
    padding: 0;
}

.faq-title-02 {
	margin:10px 0 0 20px;	/*マージン*/
    text-align: left;
	padding:5px 0px 5px 0px;	
	font-size:1.0rem;			/*フォントサイズ130%;*/
	background-color:#063;	
	/*border-left: 20px solid #0068b7;*/
	/*border-bottom: 2px solid #0068b7;*/
	color:#fff;			/*文字色*/
     /*font-weight: bold;*/
 /*text-shadow: #000 2px 2px 2px;*/
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
}



.faq-accordion {
	position: relative;
	overflow: hidden;
	/*width: 100%;*/
	/*margin: 0 auto;*/
	margin:5px 0 5px 40px;
	/*padding:0 40px 0 5px;*/
	color: #ffffff;
}
.faq-accordion input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.faq-accordion label {
	/*font-weight: bold;*/
	line-height: 1.8;
	position: relative;
	display: block;
	padding: 5px 40px 10px 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #0068b7;/*#0068b7*/
}
.faq-accordion .faq-accordion-content {
	overflow: hidden;
	max-height: 0;5i8
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000;
	background: #fff;/*#cde#9cf*/
}
.faq-accordion .faq-accordion-content p {
	margin: 1em;
}
/* :checked */
.faq-accordion input:checked ~ .faq-accordion-content {
	max-height: 20em;
}
/* Icon */
.faq-accordion 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;
}
.faq-accordion input[type=checkbox] + label::after {
	content: '▼';
	/*content:url(../img/v2.png);*/
}
.faq-accordion input[type=checkbox]:checked + label::after {
	/*transform: rotate(315deg);*/
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); 
}


.faq-accordion-content a:hover{
  color: #f63;
  font-weight:bold;
}
@media screen and (max-width:1000px){
#low-faq-main {
    margin-right: 30px;
    margin-left: 40px;
}
}

@media screen and (max-width:641px){
#low-faq-main {
    margin-right: 5px;
    margin-left: 15px;
}
.faq-title-02 {
	font-size:80%;
}
.faq-accordion {
	font-size:80%;
}
}
@media screen and (max-width:480px){
#low-faq-main {
    margin-right: 2px;
    margin-left: 5px;
}

}
