/* お知らせ一覧 */
.ns_sec01{
	padding: 0 220px;
	margin-bottom: 100px;
}
.ns_sec01 ul,
.ns_sec01 ol{
	margin-left:1.5em;
	list-style-type:disc;
}
.ns_box{
	border-bottom: solid 1px #bfbfbf;
	margin-bottom: 30px;
}
.ns_box a,.news_box{
	display: block;
	padding: 5px 0;
	width: 100%;
	position: relative;
}
.ns_box a:before,.news_box:before{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #00003c;
	position: absolute;
	right: 0;
	left: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	bottom: -1px;
}
.ns_date{
	width: 150px;
}
.ns_ttl{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 22px;
}
.ns_sgl_cont a {
	display: inline-block;
	margin:1em 0;
	font-size:1.2em;
	font-weight:bold;
	color:#00003c;
	width:auto;
}
.pagination{
	width: 200px;
	margin: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.page-numbers{
	display: block;
	padding: 5px 10px;
	margin: 0 10px;
	border: solid 1px #eee;
}
.page-numbers.current{
	background: #eee;
}

@media only screen and (min-width:761px) {
	.ns_box a:hover:before,.news_box:hover:before{
		width: 100%;
		left: 0;
	}
	.pagination a:hover{
		background: #eee;
	}
}
@media only screen and (max-width:760px) {
	.ns_sec01 {
		padding: 0 10px;
	}
	.ns_date {
		width: 120px;
	}
}

/* お知らせ個別 */
.ns_sgl_wrap .ns_box{
	padding-bottom: 30px;
}
.ns_sgl_ttl{
	color: #00003c;
	font-size: 22px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #bfbfbf;
}
.ns_sgl_cont{
	margin-top: 40px;
}
.ns_sgl_cont img{
	max-width: 100%;
}
.post_link{
	margin-top: 30px;
}
.link_ns_acv{
	margin-top: 50px;
	padding-left: 25px;
	position: relative;
	display: block;
}
.link_ns_acv:before{
	content: url(../images/other/arrow_l.png);
	position: absolute;
	left: 0;
	top: -3px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media only screen and (min-width:761px) {
	.post_link a:hover{
		opacity: 0.5;
	}
	.link_ns_acv:hover:before{
		left: -5px;
	}
	.link_ns_acv:hover{
		opacity: 0.5;
	}
}
/* お問い合わせ */
.ct_sec01{
	padding: 0 140px;
	margin-bottom: 100px;
}
.ct_txt{
	text-align: center;
}
.ct_tel{
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 50px;
	color: #00003c;
	text-align: center;
}
.ct_box{
	margin-bottom: 10px;
}
.ct_ttl{
	background: #00003c;
	color: #fff;
	text-align: right;
	width: 160px;
	padding: 20px 10px;
}
.ct_input{
	border: solid 1px #00003c;
	padding: 20px 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ct_input input,.ct_input textarea{
	border: none;
	font-size: 1.2em;
	width: 100%;
}
.ct_check{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
#ct_pp_link{
	display: block;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
}
#ct_pp_link:after{
	content: "▼";
	color: #00003c;
}
#ct_pp_link.open:after{
	content: "▲";
}
.soushin,.modoru{
	border: solid 1px #00003c;
	color: #00003c;
	padding: 20px 0;
	text-align: center;
	width: 260px;
	margin: 30px auto;
	background: #fff;
	display: block;
	cursor: pointer;
	font-size: 16px;
}
.center{
	text-align: center;
}
@media only screen and (min-width:761px) {
	.soushin:hover,.modoru:hover{
		background: #00003c;
		color: #fff;
	}
}
@media only screen and (max-width:760px) {
	.ct_sec01{
		padding: 0 10px;
	}
	.ct_box{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ct_ttl,.ct_input{
		padding: 5px 10px;
		text-align: left;
		width: 100%;
	}
}
/* プライバシーポリシー */
.pp_sec01{
	padding: 0 30px;
	line-height: 2.0em;
	height: 0;
	overflow: hidden;

}
.pp_sec01.open{
	border: solid 1px #00003c;
	height: 200px;
	overflow: scroll;
	display: block;
	padding: 30px;
}
.pp_h2{
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
	color: #00003c;
}
.pp_h3{
	font-size: 24px;
	margin-bottom: 10px;
}
p + .pp_h3,ol + .pp_h3{
	margin-top: 50px;
}
.pp_sec01 ol{
	list-style-type: decimal;
	padding-left: 30px;
	margin-top: 10px;
}
.pp_sec01 ol>ol{
	list-style-type: lower-latin;
}
.pp_sec01 ol + li{
	margin-top: 10px;
}
.pp_sec01 a{
	border-bottom: dotted 1px #00003c;
}
@media only screen and (max-width:760px) {
	.pp_sec01{
		padding: 0 10px;
	}
}
