@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:700px) {
#faq{
	
}

#faq_top{
	padding-top: 8.46%;
    padding-bottom: 12.3%;
    background-image: url(../images/base_bg.png);
        background-repeat: repeat;
        background-size: 74px auto;
        background-position: center;
}

#faq_top p{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.032em;
}
#faq_menu{
	margin-top: 6.92%;
	border: 8px #FCCF00 solid;
}
#faq_menu_in{
	background-color: #FCCF00;
}
#faq_menu_in_in{
	border-radius: 16px;
	background-color: #FFFFFF;
	padding: 7.69% 6.15%;
	padding-bottom: 4.61%;
}
#faq_menu h2{
	font-size: 21px;
	line-height: 1em;
	font-weight: 800;
	text-align: center;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#faq_menu h2 img{
	display: inline-block;
	width: 12px;
	margin-right: 6px;
}
#faq_menu h2 img:nth-child(3){
	margin-right: 12px;
}
#faq_menu h2 img:nth-child(4){
	margin-left: 10px;
}
#faq_menu ul{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#faq_menu ul li{
	box-sizing: border-box;
	width:100%;
	margin-right: 0;
	margin-bottom:14px;
	background-color: #FF8000;
	text-align: center;
	border-radius: 32px;
	padding: 4px;
	color: #FFF4D6;
	font-size: 17px;
	line-height: 1em;
	font-weight: 600;
}
#faq_menu ul li:nth-child(2n){
	margin-right: 0;
}
#faq_menu ul li:nth-child(2){
	background-color: #3F96E1;
}
#faq_menu ul li:nth-child(3){
	background-color: #1ABC45;
}
#faq_menu ul li:nth-child(4){
	background-color: #E22B14;
}
#faq_menu ul li a{
	box-sizing: border-box;
	display: block;
	border:2px dotted;
	border-radius: 32px;
	padding: 14px 8px;
	background-image: url("../images/pin_l_y.svg"),url("../images/pin_l_b.svg");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: left 16px center,right 14px center;
}
#faq_menu ul li img{
	box-sizing: border-box;
    display: inline-block;
    width: 1.5vw;
    vertical-align: middle;
}
#faq_menu ul li img:nth-child(1){
	margin-right: 3px;
}
#faq_menu ul li img:nth-child(2){
	margin-left: 2px;
}
#faq_main{
	background-image: url(../images/star-b_bg.svg);
        background-repeat: repeat;
        background-size: 24px auto;
        background-position: center;
    padding-top: 8.46%;
    padding-bottom: 5.38%;
}
#faq_main h2{
	line-height: 1em;
    font-weight: 700;
    color: #FFF4D6;
    font-size: 21px;
    text-align: center;
    background-image: url(../images/b-y_dot.svg), url(../images/b-y_dot.svg);
    width: 200px;
    background-repeat: repeat-x;
    background-size: 20px auto;
    background-position: center top, center bottom;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-right: auto;
    margin-left: auto;
	margin-top: 3.84%;
	margin-bottom: 26px;
}
#faq_general{
	padding-top: 128px;
  margin-top: -128px;
	margin-bottom: 32px;
}
#faq_takuhai{
	padding-top: 128px;
  margin-top: -128px;
	margin-bottom: 32px;
}
#faq_visit{
	padding-top: 128px;
  margin-top: -128px;
	margin-bottom: 32px;
}
#faq_other{
	padding-top: 128px;
  margin-top: -128px;
	margin-bottom: 32px;
}
.faq_list {
    padding: 0;
    list-style-type: none;
}
.faq_list li {
    margin-bottom: 22px;
}
.faq_onoff {
display: none;
}
.faq_q_box {
    cursor: pointer;
        padding-top: 20px;
        padding-right: 56px;
        padding-left: 20px;
        padding-bottom: 18px;
        display: flex;
        color: #CE3E28;
        font-weight: 800;
        background-color: #FFF4D6;
        border-radius: 12px;
        font-size: 16px;
        line-height: 1.3em;
        align-items: center;
}
.faq_q {
    background-color: #CE3E28;
        color: #FFFFFF;
        font-size: 15px;
        line-height: 26px;
        display: block;
        width: 26px;
        border-radius: 14px;
        text-align: center;
        margin-right: 16px;
        min-width: 26px;
}
.faq_q_box,
.faq_a_box {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
/*transition: all .5s;*/
}
.faq_q_box::after,.faq_q_box::before {
    content: "";
        position: absolute;
        right: 20px;
        width: 2px;
        height: 1.25em;
        background-color: #D93924;
        transition: all 0.5s;
}
.faq_q_box::after {
transform: rotate(90deg);
}
.faq_a_box {
    max-height: 0;
        overflow: hidden;
        background-color: #FFFFFF;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
}
.faq_a_inner {
    padding: 24px 20px;
        padding-bottom: 26px;
        display: flex
;
        align-items: flex-start;
}
.faq_a {
    background-color: #552E12;
        color: #FFF4D6;
        font-size: 16px;
        line-height: 26px;
        display: block;
        width: 26px;
        border-radius: 14px;
        text-align: center;
        margin-right: 16px;
        min-width: 26px;
}
.faq_a_txt {
}
.faq_a_txt p {
    margin: 0;
        font-size: 0.88em;
        line-height: 1.5em;
}
.faq_onoff:checked + .faq_q_box {
    border-radius: 12px 12px 0px 0px;
}
.faq_onoff:checked + .faq_q_box + .faq_a_box{
    max-height: 500px;
/*    transition: all 2s;*/
}
.faq_onoff:checked + .faq_q_box::before {
transform: rotate(90deg) !important;
}
}