@charset "UTF-8";
/* CSS Document */
article .flow li {
    list-style-position: outside;
    list-style-type: disc;
    list-style: outside;
	margin-left: 30px;
}
.movie_wrap {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
}
 
.movie_wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* アコーディオン
-------------------------------------------------------*/
.query {
background: #f3f3f3;
border-radius: 4px;
border:solid 1px transparent;
padding: 10px;
margin-bottom: 10px;
}
.answer {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
}


@media screen and (max-width: 735px) {/*iPhone6Plus sideways*/
.faq_wrap h3 {
    float: none;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 20px;
}
#sigFaq section.faq_wrap .faq_list { float: none; width:100%; padding-left: 0; border-left: none; }
}

 

/*=======================================================
 IE6,7,8 のみに適用
 =======================================================*/
.oldie { }
