@charset "UTF-8";

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

	headline

-----------------------------------*/
#headline {
	background: #E1F3FF;
}
#headline .contents_inner {
	height: min(300px,22.06vw);
	background: url(../img/common/headline.png) no-repeat calc(100% - min(84px,6.17vw)) center/32.28%;
	display: flex;
	align-items: center;
}
#headline h1 {
	font-size: min(4.8rem,3.53vw);
	font-weight: 700;
	color: #0463C5;
}
#headline h1 br {
	display: none;
}
@media screen and (max-width: 640px) {
	#headline .contents_inner {
		height: 347px;
		padding-bottom: 174px;
		background: url(../img/common/headline.png) no-repeat center calc(100% - 30px)/240px;
	}
	#headline h1 {
		font-size: 3.2rem;
		line-height: 1.31;
	}
	#headline h1 br {
		display: inline;
	}
}
/*-----------------------------------

	common

-----------------------------------*/
#contents > * {
	margin-bottom: 100px;
}
#contents .inner {
    line-height: 1.77;
    letter-spacing: 0.01em;
	counter-reset: nolist;	
}
#contents .inner:not(:last-child) {
    margin-bottom: 70px;
}
#contents .inner > *:not(:last-child,h3) {
    margin-bottom: 35px;
}
#contents .inner p {
    white-space: pre-line;
}
#contents h2 {
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.28;
	color: #0463C5;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
}
#contents h2::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #0563C5;
	background: linear-gradient(90deg, rgba(5, 99, 197, 1) 0%, rgba(5, 99, 197, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
#contents h3 {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #0463C5;
	padding-bottom: 40px;
}
#contents h4 {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.4;
	color: #0463C5;
	padding-left: 25px;
	border-left: 5px solid #0463C5;
	margin-bottom: 40px;
}
#contents h5 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.77;
	color: #0563C5;
	padding-bottom: 30px;
}
#contents .bold {
	font-weight: 700;
}
#contents table.tbl {
	width: 100%;
}
#contents table.tbl th {
	border: 1px solid #0563C5;
	background: #E1F3FF;
	color: #0563C5;
	font-weight: 700;
	text-align: left;
	padding: 20px;
	width: 23.53%;
}
#contents table.tbl td {
	border: 1px solid #0563C5;
	padding: 20px;
	width: 76.47%;
}
#contents a {
	color: #0563C5;
	text-decoration: underline;
	width: fit-content;
}
#contents a::after {
	content: "";
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
#contents a.anchor::after {
	background: url(../img/common/icon_anchor.svg) no-repeat center center/13px;
}
#contents a.link::after {
	background: url(../img/common/icon_link.svg) no-repeat center center/16px;
}

#contents a.pdf::after {
	background: url(../img/common/icon_pdf.svg) no-repeat center center/17px;
}
#contents a.linkbtn {
	width: 320px;
    border: 1px solid #0563C5;
    border-radius: 5px;
    text-align: center;
    padding: 15px 20px 15px 0;
    font-weight: 700;
    line-height: 1.33;
    color: #0563C5;
    text-decoration: none;
    margin: 0 auto;
	background: #FFF url(../img/common/icon_btn_arrow.svg) no-repeat calc(100% - 20px) center/8px;
}
#contents ul.list li {
	padding-left: 1em;
	text-indent: -1em;
}
#contents ul.list li::before {
	content: "・";
	color: #0563C5;
	font-weight: 700;
}
#contents ul.nolist li {
	padding-left: 1.3em;
	text-indent: -1.3em;
	counter-increment: nolist;
    white-space: pre-line;
	margin-bottom: 5px;
}
#contents ul.nolist > li::before {
	content: "("counter(nolist)")";
	color: #0563C5;
	font-weight: 700;
}
#contents ul.nolist > li > ul.innerList {
	counter-reset: nolist;
	white-space: initial;
}
#contents ul.nolist > li > ul.innerList > li {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
#contents ul.nolist > li > ul.innerList > li::before {
	content: "<"counter(nolist)">";
	font-weight: 700;
}
@media screen and (max-width: 840px) {
	#contents h2 {
		font-size: 3.6rem;
	}
	#contents h3 {
		font-size: 3.0rem;
	}
	#contents h4 {
		font-size: 2.6rem;
	}
	#contents h5 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 640px) {
	#contents > * {
		margin-bottom: 55px;
	}
	#contents .inner:not(:last-child) {
        margin-bottom: 50px;
    }
    #contents .inner > *:not(:last-child,h3) {
        margin-bottom: 20px;
    }

	#contents h2 {
		font-size: 2.4rem;
		line-height: 1.67;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	#contents h3 {
		font-size: 2.4rem;
		padding-bottom: 30px;
	}
	#contents h4 {
		font-size: 2.0rem;
		padding-left: 12px;
		border-left: 3px solid #0463C5;
		margin-bottom: 30px;
	}
	#contents h5 {
		font-size: 1.8rem;
		padding-bottom: 25px;
	}
		#contents table.tbl {
		border-bottom: 1px solid #0563C5;
	}
	#contents table.tbl th {
		display: block;
		width: 100%;
		padding: 15px;
		border-bottom: none;
	}
	#contents table.tbl td {
		display: block;
		width: 100%;
		padding: 15px;
		border-bottom: none;
	}
	#contents a.linkbtn {
		width: 280px;
	}

}