@charset "utf-8";
/* faq.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* グローバルメニュー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_faq {
	border-bottom-color: #796caf !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* FAQ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq_list {
	margin-bottom: 50px;
}

/* -- 質問 ----------------------------------------------- */
.box_Q {
	margin-bottom: 20px;
}
.box_Q h3 {
	font-size: 30px;
	line-height: 1.6em;
	font-weight: 800;
	color: #503F9A;
	padding-left: 70px;
	position: relative;
}
.box_Q h3 span {
	font-family: "Roboto", sans-serif;
	color: #274b66;
	font-size: 40px;
	border: 5px solid #274b66;
	border-radius: 50px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	background-color: #f7f091;
	font-weight: 700;
	position: absolute;
	left: 0px;
	top: -5px;
}

/* -- 答え ----------------------------------------------- */
.box_A {
	margin-left: 180px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border: 2px solid #000000;
	border-radius: 20px;
	position: relative;
}
.box_A p {
	font-weight: 600;
}
.box_A p a {
	color: #0072b4;
}

/* 吹き出し */
.fukidashi {
	width: 114px;
	position: absolute;
	left: -114px;
	top: 0px;
}
.fukidashi img {
	width: 100%;
	height: auto;
}






/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* グローバルメニュー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_faq {
	border-bottom-color: #FFFFFF !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* FAQ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq_list {
	margin-bottom: 40px;
}

/* -- 質問 ----------------------------------------------- */
.box_Q {
	margin-bottom: 20px;
}
.box_Q h3 {
	font-size: 22px;
	line-height: 1.4em;
	padding-left: 60px;
	position: relative;
}
.box_Q h3 span {
	font-size: 32px;
	border-width: 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: -10px;
}

/* -- 答え ----------------------------------------------- */
.box_A {
	margin-left: 70px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* 吹き出し */
.fukidashi {
	width: 70px;
	left: -70px;
}


}

