@charset "UTF-8";

#main-container{
	width: 100%;
	position: relative;
}


/* info ////////////////////////////////////////////// */
.con_info{
	padding: 202px 0 0;
}

.ctgr_ttl{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background: #EAF5FD;
	color: #32a0f0;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: .1em;
	text-align: center;
}

.page_ttl{
	margin: 0 0 50px;
	font-size: 30px;
}

.list_info{
	width: 1000px;
	margin: 0 auto 2.4em;
}
.list_info li{
	margin-bottom: .8em;
	padding-bottom: .8em;
	border-bottom: 1px dotted #ccc;
}
.list_info a{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color:#32a0f0;
	text-decoration: none;
}

.list_info .info_date{
	width: 6em;
}
.list_info .info_ttl{
	width: calc(100% - 18em);
}
.list_info .info_tag{
	width: 10em;
	border: 1px solid #32a0f0;
	text-align: center;
	transform: scale(0.8);
}
.list_info a:hover .info_ttl{
	text-decoration: underline;
}

.btn{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 15em;
	padding: .5em;
	border: 1px solid #32a0f0;
	border-radius: 2em;
	color:#32a0f0;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.btn::after{
	content: "";
	display: block;
	width: .6em;
	height: .6em;
	position: absolute;
	top: .9em;
	right: 1.5em;
	border-top: 1px solid #32a0f0;
	border-right: 1px solid #32a0f0;
	transform: rotate(45deg);
}
.btn:hover{
	background: #f3fbff;
}

.nav_ctgr{
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.nav_ctgr .btn{
	width: 11em;
	margin: 0 .5em;
}
.nav_ctgr .btn.on{
	background: #32a0f0;
	color: #fff;
	pointer-events: none;
}

.pager{
	list-style: none;
	display: flex;
	justify-content: center;
}
.pager li{
	margin: 0 .5em;
}
.pager a{
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #32a0f0;
	border-radius: 20px;
	color: #32a0f0;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
.pager a.prev,
.pager a.next{
}
.pager a.off{
	border-color: #999;
	color: #999;
	pointer-events: none;
}
.pager a:hover{
	background: #f3fbff;
}

.info_header{
	width: 1000px;
	margin: 0 auto;
}
.info_data{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	margin-bottom: 40px;
	/*padding-bottom: 5px;
	border-bottom: 1px solid #32a0f0;*/
}
.info_data .info_date{
	position: relative;
	margin-right: .8em;
	color: #999;
}
.info_data .info_date::before{
	content: "";
	display: inline-block;
	width: 80px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: -90px;
	background: #ccc;
}
.info_data .info_tag{
	padding: .1em .5em;
	border: 1px solid #32a0f0;
	color: #32a0f0;
	font-size: 14px;
	line-height: 1.2;
}

.info_txt{
	max-width: 850px;
	margin: 0 auto 80px;
}
.info_txt h2{
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #98CFF7;
	color: #32A0F0;
	font-size: 20px;
}
.info_txt h3{
	margin-bottom: 20px;
	font-size: 20px;
}
.info_txt h4{
	margin-bottom: 10px;
	font-size: 18px;
}
.info_txt h5{
	margin-bottom: 10px;
	font-size: 16px;
}
.info_txt p{
	margin-bottom: 1.8em;
}
.info_txt ul{
	margin: 0 0 1.8em 1.8em;
	list-style: outside disc;
}
.info_txt ol{
	margin: 0 0 1.8em 1.8em;
	list-style: outside decimal;
}
.info_txt a{
	color: #32a0f0;
}
.info_txt a:hover{
	text-decoration: none;
}
