@charset "UTF-8";
.l-contents-mv__backImage {
	opacity: .7;
}
.main-box + .main-box {
	margin-top: 80px;
}
.ttl-topic {
	color: #1e2c5b;
	font-size: 2.8rem;
	font-weight: 500;
    text-align: center;
}
.ttl-topic.line {
	font-size: 2rem;
    display: block;
    margin: 0 0 10px 0;
	position: relative;
}
.ttl-topic.line::before {
	content: '';
    width: 42%;
    height: 1px;
    background: #1e2c5b;
    position: absolute;
    top: 50%;
    left: 0;
}
.ttl-topic.line::after {
	content: '';
    width: 42%;
    height: 1px;
    background: #1e2c5b;
    position: absolute;
    top: 50%;
    right: 0;
}
.c-text strong {
	font-weight: bold;
    color: #1e2c5b;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(210, 213, 222, .3) 50%);
    font-size: 1.15em;
}
.pf-flex {
    display: flex;
}
.pf-img {
	width: 18%;
}
.pf-box {
	margin-left: 5%;
	width: 77%;
}
.pf-name {
	font-size: 3rem;
	margin: 10px 0;
	font-weight: 500;
}
.pf-link {
	margin-top: 20px;
}
.ttl-box {
	color: #FFF;
	background-color: #017acd;
	min-width: 19rem;
    padding: 0.6rem;
    text-align: center;
    display: inline-block;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.content {
	margin-top: 40px;
}
.ttl-tx {
	font-size: 1.8rem;
	color: #1e2c5b;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.ttl-tx::before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background-color: #1e2c5b;
	left: 0;
    top: 7px;
}
.content-box {
	background-color: #f3f7fa;
	padding: 40px;
	margin-top: 40px;
}
.content-box .ttl-tx:nth-of-type(n+2) {
	margin-top: 40px;
}
.content-column {
	display: flex;
	justify-content: space-between;
}
.content-column.odd {
	flex-direction: row-reverse;
}
.img {
	width: 37%;
}
.content-tx {
	width: 60%;
}
.list-primary.list-emphasis.add, .no-count {
	background: transparent;
}
.ordered-list {
    background: transparent;
}
.faq-list li + li {
	margin-top: 20px;
}
.faq-q {
	font-size: 1.8rem;
    color: #1e2c5b;
    font-weight: 500;
}
.faq-q .q-tx {
	font-size: 2.5rem;
	margin-right: 10px;
}
.faq-a .a-tx {
	font-size: 2.5rem;
	color: #8e001b;
    font-weight: 500;
	margin-right: 10px;
}
@media screen and (max-width: 767px){
	.l_toc {
		padding: 20px 25px;
	}
	.ttl-topic {
		font-size: 2.4rem;
	}
	.ttl-topic.line::before,.ttl-topic.line::after {
		width: 32%;
	}
	.pf-img {
		width: 25%;
	}
	.pf-box {
		margin-left: 5%;
		width: 70%;
	}
	.pf-name {
		font-size: 2.4rem;
	}
	.content-box {
		padding: 20px;
	}
	.content-box .ttl-tx:nth-of-type(n+2) {
		margin-top: 20px;
	}
	.content-column {
		display: block;
	}
	.img,.content-tx {
		width: 100%;
	}
	.content-tx {
		margin-top: 20px;
	}
}