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

/*===================================================
	よくあるご質問　FAQ
====================================================*/

.faq_box {
width: 100%;
height: auto;
position: relative;
padding: 0 30px;
float: left;
margin-bottom: 30px;
}

.faq_box .ques {
width: 100%;
height: auto;
position: relative;
padding: 20px 20px 20px 70px;
float: left;
background-color: #ebf5f8;
border-radius: 10px;
background-image: url(../images/faq_q.png);
background-repeat: no-repeat;
background-position: left 15px top 12px;
background-size: 40px 40px;
font-size: 18px;
font-weight: bold;
text-align: left;
}

.faq_box .ans {
width: 100%;
height: auto;
position: relative;
padding: 20px 20px 20px 70px;
float: left;
background-image: url(../images/faq_a.png);
background-repeat: no-repeat;
background-position: left 15px top 12px;
background-size: 40px 40px;
font-size: 16px;
text-align: left;
line-height: 160%;
}

.faq_sep {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
}

.faq_sep img {
width: 100%;
height: auto;
}

/*--PC用　1000px以上　のスタイル END--*/
/* ================================================================================================== */
/* Tablet用　1000px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 1000px) {



}/*--Tablet用　1000px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　768px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 768px) {

.faq_box {
width: 100%;
height: auto;
position: relative;
padding: 0 0px;
float: left;
margin-bottom: 20px;
}

.faq_box .ques {
width: 100%;
height: auto;
position: relative;
padding: 15px 20px 15px 55px;
float: left;
background-color: #ebf5f8;
border-radius: 10px;
background-image: url(../images/faq_q.png);
background-repeat: no-repeat;
background-position: left 15px top 10px;
background-size: 32px 32px;
font-size: 16px;
font-weight: bold;
text-align: left;
}

.faq_box .ans {
width: 100%;
height: auto;
position: relative;
padding: 20px 20px 20px 55px;
float: left;
background-image: url(../images/faq_a.png);
background-repeat: no-repeat;
background-position: left 15px top 15px;
background-size: 32px 32px;
font-size: 14px;
text-align: left;
line-height: 160%;
}

.faq_sep {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
}

.faq_sep img {
width: 100%;
height: auto;
}


}/*--SP用　768px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　640px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 640px) {


}/*--SP用　640px以下　専用のスタイル END--*/
