@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Poppins');

/* content */
.secContentArea {
	padding: 50px 0 0;
}

/* faqList */
.faqList dt,
.faqList dd {
	position: relative;
	padding: 0 0 0 40px;
	letter-spacing: 0.5px;
}
.faqList dt {
	margin-bottom: 15px;
	color: #1d2088;
	font-size: 1.7rem;
	font-weight: bold;
}
.faqList dd {
	margin-bottom: 50px;
	padding-bottom: 42px;
	border-bottom: 1px solid #c0ccfe;
}
.faqList dd:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.faqList dt:before,
.faqList dd:before {
	position: absolute;
	top: -4px;
	left: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 3.2rem;
	line-height: 1;
}
.faqList dt:before {
	content: "Q";
	font-weight: normal;
}
.faqList dd:before {
	content: "A";
	color: #ff306b;
}
.boxBtn {
	margin: 38px 0 8px;
	padding-right: 40px;
}
.liBtn {
	margin-left: -10px;
	margin-top: -10px;
}
.liBtn li {
	float: left;
	width: calc(50% - 10px);
	margin-left: 10px;
	margin-top: 10px;
}
.liBtn li:nth-child(odd) {
	text-align: right;
}
.liBtn li:nth-child(even) {
	text-align: left;
}

/* related */
.boxRelatedLinkWrap {
	padding: 30px 0 30px;
}

/* sp向けスタイル */
@media screen and (max-width: 767px) {

	/* content */
	.secContentArea {
		padding: 30px 0 0;
	}

	/* nav */
	.faqPage .gnav > li:nth-child(4) > a:after {
		right: 15px;
		left: auto;
		bottom: auto;
		width: 8px;
		height: 8px;
		background: transparent;
	}

	/* faqList */
	.faqList dt,
	.faqList dd {

		padding: 0 0 0 30px;
		letter-spacing: 0;
	}
	.faqList dt {
		margin-bottom: 8px;
		padding-top: 2px;
		font-size: 1.4rem;
		line-height: 1.42;
	}
	.faqList dd {
		margin-bottom: 22px;
		padding-bottom: 23px;
		font-size: 1.3rem;
		line-height: 1.35;
	}
	.faqList dt:before,
	.faqList dd:before {
		top: 0px;
		left: 0;
		font-size: 1.9rem;
	}
	.boxBtn {
		margin: 23px 0 8px;
		padding-right: 30px;
	}
	.liBtn {
		margin-left: 0;
		margin-top: 0;
	}
	.liBtn li {
		float: none;
		width: auto;
		margin-left: 0;
		text-align: center!important;
	}

	/* related */
	.boxRelatedLinkWrap {
		padding: 15px 0 10px;
	}

}

/* ボタン　オーバーライド */
.btnSkin02{
  background: #191465;
  min-width: 260px;
}
.btnSkin02:hover {
  background-color: #fff;
  color: #191465;
}

.btnSkin02:visited {
  background-color: #191465;
  color: #fff;
}

.btnSkin02:visited:hover {
  background-color: #fff;
  color: #191465;
}

@media screen and (max-width: 767px) {
	.btnSkin02 {
		min-width: 260px;
	}
}

/* マージン調整用 */
.mt10 {
	margin-top: 10px;
}

/* footer　attention */
.attentionWrap {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.attentionWrap {
		text-align: left;
	}
}
