@charset "UTF-8";

/*-----------------------------------

よくある質問Q&A ABS index

-----------------------------------*/
.parent-pageid-113 header {
	border-color: #197f70;
}
#faq_block .anchor{
	/*ネガティブマージン*/
    padding-top: 150px;
    margin-top: -150px;
}
#gel{
	/*ネガティブマージン*/
	padding-top: 90px;
	margin-top: -90px;
}

/* catch_box */
#faq_block .catch_box h5{
	font-size: 20px;
	line-height: 2em;
	font-weight: 700;
	margin-bottom: 1em;
}
#faq_block .qa-list{
	margin-top: 4em;
}


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

	#gel{
		/*ネガティブマージン*/
		padding-top: 110px;
		margin-top: -110px;
	}

}

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

	#gel{
		/*ネガティブマージン*/
		padding-top: 80px;
		margin-top: -80px;
	}
	#faq_block .anchor {
		padding-top: 50px;
		margin-top: -50px;
	}

}

/*-----------------------------------

よくある質問Q&A LATEX index

-----------------------------------*/
.page-id-123 header {
	border-color: #dd6300;
}

/*-----------------------------------

Q&A 共通

-----------------------------------*/
#faq_block h2.category_title{
	font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
	margin-bottom: 1em;
	margin-top: 3em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #b3b3b3;
}
#faq_block p.sub_category_title{
	font-weight: bold;
	font-size: 1.3em;
}
#faq_block p.sub_category_title:not(:first-child){
	margin-top: 1em;
}

#faq_block dl.qa p{
	letter-spacing: 1px;
}
#faq_block dl.qa dt,#faq_block dl.qa dd {
  position: relative;
  border-radius: 10px;
  margin: 20px 0 0;
  padding: 1.5em 30px 1.5em 35px;
	cursor: pointer;
}
#faq_block dl.qa dt img.pict,#faq_block dl.qa dd img.pict {
  position: absolute;
  top: -10px;
  left: -10px;
  margin: 0;
}
#faq_block dl.qa dd{
	border: solid 2px #e54a4a;
	margin-bottom: 40px;
}
#faq_block dl.qa.question_latex dd{
	border: solid 2px #7bb88a;
}
#faq_block dl.qa dt:hover{
	background: #f6f6f6;
}
#faq_block dl.qa dd a{
	font-weight: 700;
	margin-bottom: 0.3em;
	color: #226cc4;
}
#faq_block dl.qa dd a:hover{
	opacity: 0.5;
	text-decoration: underline;
}
#faq_block dl.qa dd a:hover{
	opacity: 0.7;
}
#faq_block dl.qa dd p {
	margin-bottom: 20px;
}
#faq_block dl.qa dd p:last-child {
	margin-bottom: 0;
}

#faq_block dl.qa dd figure{
	margin-top: 20px;
	display: block;
	text-align: center;
}
#faq_block dl.qa dd figure img{
	display: inline-block;
	margin: 0 auto 20px;
}
#faq_block dl.qa dd figure figcaption {
	margin-bottom: 10px;
	font-weight: 700;
}
#faq_block dl.qa dd .scroll {
	overflow: auto;
    white-space: nowrap;
}
#faq_block dl.qa dd table {
	margin-bottom: 20px;
}
#faq_block dl.qa dd table caption {
	font-weight: 700;
	text-align: left;
}
#faq_block dl.qa dd table th,
#faq_block dl.qa dd table td {
	padding: 10px;
	border: 1px solid #000;
}
#faq_block dl.qa dd table th {
	line-height: 1.2;
	vertical-align: middle;
}
#faq_block dl.qa dd ul {
	margin-bottom: 20px;
}
#faq_block dl.qa dd ul li {
	list-style: disc inside;
	margin-bottom: 0;
}

/* 開閉ボ矢印 */
#faq_block .faq_box dl{
	position: relative;
}
#faq_block .faq_box dl::after{
	position: absolute;
	top: 20px;
	right: 18px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(
	135deg
	);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
#faq_block .faq_box dl.open::after{
	transform: rotate(-45deg);
}


/* abs */
.question_abs dt{
  border: solid 2px #197f70;
}
/* latex */
.question_latex dt{
  border: solid 2px #DD6300;
}


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

	#faq_block .catch_box h5{
		font-size: 18px;
	}

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

	/* catch_box */
	#faq_block .catch_box h5{
		font-size: 16px;
	}

}

@media screen and (max-width: 640px) {
	#faq_block dl.qa dd table th,
	#faq_block dl.qa dd table td {
		padding: 5px;
		font-size: 90%;
	}

	/* catch_box */
	#faq_block .catch_box h5{
		margin-bottom: 1em;
		line-height: 1.7em;
	}
	#faq_block .catch_box .text_box p{
		font-size: 12.5px;
	}


	#faq_block dl.qa dt, #faq_block dl.qa dd{
		padding: 1.2em 30px 1.2em 32px;
		margin: 15px 0 0;
	}

	/* category_title */
	#faq_block h2.category_title{
		font-size: 16px;
		margin-top: 2.5em;
	}
	#faq_block p.sub_category_title{
		font-size: 1em;
	}

}


/*-----------------------------------

各回答のスタイル
answer_inner

-----------------------------------*/
#faq_block .answer_inner ul li{
	margin-bottom: 20px;
}
