@charset "UTF-8";
/* CSS Document */
header{
	background: #F6F6F6;
}
.main_cnt{
	position: relative;
}
.main_cnt{
	padding: 39px 0px 24px;
}
.main_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}
.main_head .logo{
	width: 291px;
}
.main_head .note{
	text-align: right;
}
.main_head .note p{
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
}
.main_head .note p span{
	color: #EB0A1E;
}

.info .info_ttl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.info .info_ttl p{
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 18px */
}
.info .info_ttl a{
	position: relative;
}
.info .info_ttl a::before{
	content: "";
	width: 18px;
	height: 18px;
	background: url("../img/index/list.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-24px,-50%);
}
.info .info_list{
	overflow-y: scroll;
	height: 100px;
	margin-bottom: 32px;
}
.info .info_list a{
	position: relative;
}
.info .info_list a::after{
	content: "";
	width: 8px;
	height: 12px;
	background: url("../img/common/arrow.svg");
	background-size: 100%;
	position: absolute;
	top:50%;
	right: 0;
	transform: translate(0,-50%);
}
.info .info_list a dl{
	display: flex;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: solid 1px #D9D9D9;
}
.info .info_list a dl dt{
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 18px */
}
.info .info_list a dl dd{
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 18px */
}

.contentsBox{
	margin-bottom: 24px;
}
.contentsBox > ol{
	display: flex;
}
.contentsBox > ol > li{
	background-color: transparent;
    display: inline-block;
    vertical-align: top;
    padding-top: 158px;
    max-width: 326px;
    width: calc((100% - 20px) / 3);
    margin: 0 10px 40px 0;
}
.contentsBox > ol > li:last-child {
    margin: 0 0 40px 0;
}
.contentsBox > ol > li:nth-child(1) {
    background: url("../img/index/img1.png") 0 0 no-repeat;
	background-size: 100%;
}
.contentsBox > ol > li:nth-child(2) {
    background: url("../img/index/img2.png") 0 0 no-repeat;
	background-size: 100%;
}
.contentsBox > ol > li:nth-child(3) {
    background: url("../img/index/img3.png") 0 0 no-repeat;
	background-size: 100%;
}
.contentsBox > ol > li > div {
    background-color: #fff;
    text-align: left;
    margin: 0 auto;
    padding:16px 16px 20px;
    max-width: 275px;
    width: 100%;
    min-height: 100%;
    position: relative;
	box-shadow: 10px 5px 14px #D9D9D9;
}
.contentsBox > ol > li > div::before {
    content: "";
    background-color: #000;
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
}
.contentsBox ol > li > div > p {
    font-size: 1.7rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
	margin-bottom: 15px;
}
.contentsBox ol > li > div > p span {
    font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 18px */
    display: block;
    margin-bottom: 6px;
}
.contentsBox .page > p{
	position: relative;
	display: block;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size:1.3rem;
	font-style: normal;
	font-weight: 600;
	position: relative;
}
.contentsBox .page > p::before{
	content: "";
	width: 8px;
	height: 12px;
	background: url("../img/common/arrow.svg");
	position: absolute;
	top: 2px;
	left: 0;
	transform: translate(0,0);
}
.contentsBox .page > p::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #D9D9D9;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.contentsBox .page:last-child p::after{
	display: none;
}
.contentsBox .page > a >p{
	font-size:1.3rem;
	font-style: normal;
	font-weight: 600;
	position: relative;
	margin: 0;
}
.contentsBox .page li{
	margin-left: 15px;
}
.contentsBox .page li p{
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 16.8px */
	margin: 0;
	text-indent: -12px;
	margin-left: 12px;
	margin-bottom: 8px;
}
p.old_link{
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 19.5px */
	color: #1E1E1E;
	text-decoration: underline;
	text-align: center;
}

footer{
	background: #3A3A3A;
	padding: 24px 0px 32px;
	text-align: left;
	/*position: fixed;
	bottom: 0;
	width: calc(100% - 240px);*/
}
footer .footer{
	width: 1000px;
	margin: 0 auto;
}
footer .footer p{
	color: #fff;
}
footer .footer > p{
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 22.5px */
	letter-spacing: 0.6px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
footer .footer > p::before{
	content: "";
	width: 8px;
	height: 23px;
	background: #666666;
	position: absolute;
	top: 0;
	left: 0;
}
footer .footer .f_list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap:20px;
	margin-bottom: 26px;
}
footer .footer .f_list p{
	width: calc(100%/4 - 35px);
	padding-bottom: 16px;
	border-bottom: solid 1px #666666;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 15px;
}
footer .footer .f_list p a{
	color: #fff;
}
footer .footer .f_list p::before{
	content: "";
	width: 8px;
	height: 11px;
	background: url("../img/common/arrow.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-110%);
}
footer .footer .f_btn{
	width: 270px;
	margin: 0 auto;
	padding: 8px 16px;
	text-align: center;
	border:solid 1px #fff;
}
footer .footer .f_btn p{
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 21px */
	letter-spacing: 0.56px;
	text-align: center;
}
footer .footer .f_btn p:last-child{
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 18px */
}


/*info*/
#info .info{
	margin-bottom: 32px;
}
#info .info .info_list{
	height: auto;
	overflow-y: auto;
}
#info .page_nation{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 41px;
}
#info .page_nation .no{
	display: flex;
	padding: 0px 16px;
	gap:16px;
}
#info .page_nation .no a{
	padding: 3px 9px;
	border: solid 1px #666666;
}
#info .page_nation .no a p{
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 21px */
	letter-spacing: 0.56px;
}
#info .page_nation .no a.active{
	background: #000000;
	border: none;
}
#info .page_nation .no a.active p{
	color: #fff;
}
#info .page_nation a.prev,#info .page_nation a.next{
	position: relative;
}
#info .page_nation a.prev p,#info .page_nation a.next p{
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 21px */
	letter-spacing: 0.56px;
	color: #666666;
}
#info .page_nation a.prev::before{
	content: "";
	width: 8px;
	height: 12px;
	background: url("../img/common/arrow2.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-15px,-60%) rotate(180deg);
}
#info .page_nation a.next::before{
	content: "";
	width: 8px;
	height: 12px;
	background: url("../img/common/arrow2.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(15px,-60%);
}
#info .btn1{
	margin: 0 auto;
}