@charset "utf-8";
/* CSS Document */

.under_visual {
	background: url(../img/visual.png)no-repeat center center;
    background-size: cover;
	text-align: center;
	padding: 150px 0 90px;
}

.pege_name {
	font-size: 260%;
	font-weight: bold;
    padding: 0 0 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ee7d32;
	display: inline-block;
}

.page_name_en {
	font-size: 100%;
	font-weight: bold;
}

.main {
    max-width: 1000px;
	width: 100%;
    margin: auto;
    padding: 30px 0;
}

/* ==========================
==========　メイン　===========
============================= */

.ap_txt {
    font-size: 140%;
    width: 90%;
    max-width: 760px;
    margin: 0 auto 22px;
}

.ap_green {
	color:#3bb03b;
}


.qa_select ul {
	overflow: hidden;
}
.qa_select ul li {
    float: left;
    width: 95%;
    max-width: 233px;
    padding: 14px 34px;
    margin: 10px 45px 20px 0;
	transition-duration: 0.3s;
}

.qa_select .select01 {
	background: #ee7d32;
	border: 1px solid #ee7d32;
}
.qa_select .select02 {
	background: #2caae9;
	border: 1px solid #2caae9;
}
.qa_select .select03 {
	background: #3bb03b;
	margin-right: 0px;
	border: 1px solid #3bb03b;
}

.qa_select ul li.select01:hover{
	transition-duration: 0.3s;
	background: #fff;
	color: #ee7d32;
	border: 1px solid #ee7d32;
}

.qa_select ul li.select02:hover{
	transition-duration: 0.3s;
	background: #fff;
	color: #2caae9;
	border: 1px solid #2caae9;
}

.qa_select ul li.select03:hover{
	transition-duration: 0.3s;
	background: #fff;
	color: #3bb03b;
	border: 1px solid #3bb03b;
}



.qa_select ul li {
	font-size: 150%;
	color: #fff;
}
.qa_select .select01 p {
	background: url(../img/q01_img00.png)no-repeat right center;
}
.qa_select .select02 p {
	background: url(../img/q02_img00.png)no-repeat right center;
}
.qa_select .select03 p {
	background: url(../img/q03_img00.png)no-repeat right center;
}

.child {
    display: none;
}

.qa01 .menu:after {
    content:url(../img/q01_img03.png);
}
.qa02 .menu:after {
    content:url(../img/q02_img03.png);
}
.qa03 .menu:after {
    content:url(../img/q03_img03.png);
}


.menu:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    font-size: 14px;
	height: 27px;
    font-weight: bold;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
 
.menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



.qa_box {
    max-width: 900px;
    width: 95%;
    margin: auto;
    padding: 30px 0;
}

.toggle.menu {
    position: relative;
    font-size: 120%;
    font-weight: bold;
    padding: 20px 45px 20px 55px;
}

.qa01 .toggle.menu {
	background: url(../img/q01_img01.png)no-repeat left center;
	border-bottom: dashed 2px #EE7D32;
}

.qa02 .toggle.menu {
	background: url(../img/q02_img01.png)no-repeat left center;
	border-bottom: dashed 2px #2caae9;
}

.qa03 .toggle.menu {
	background: url(../img/q03_img01.png)no-repeat left center;
	border-bottom: dashed 2px #3bb03b;
}

ul.inner.child {
    margin: 10px 0;
    background: #eeedef;
    padding: 15px;
}

ul.inner.child li {
	padding: 7px 0 0 50px;
	min-height: 30px;
}

.qa01 ul.inner.child li {
	background: url(../img/q01_img02.png)no-repeat left top;
}

.qa02 ul.inner.child li {
	background: url(../img/q02_img02.png)no-repeat left top;
}

.qa03 ul.inner.child li {
	background: url(../img/q03_img02.png)no-repeat left top;
}

.genre_title {
    font-size: 150%;
    padding: 15px 40px;
	color: #fff;
}

.qa01 .genre_title {
	background: #ee7d32;
}
.qa02 .genre_title {
	background: #2caae9;
}
.qa03 .genre_title {
	background: #3bb03b;
}

div#qa_link01,
div#qa_link02,
div#qa_link03 {
    padding-top: 130px;
    margin-top: -100px;
}

/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.ap_txt {
		font-size: 120%;
	}
	
	.qa_select ul li {
		float: none;
		margin: 15px auto!important;
	}
	
	div#qa_link01,
	div#qa_link02,
	div#qa_link03 {
	    padding-top: 80px;
	    margin-top: -50px;
	}

}

/* 390pxより小さい場合 */
@media screen and ( max-width: 390px ){

}



