@charset("UTF-8");

main{
	background:url(../images/info-bg.png) no-repeat;
	background-position:center top;
	background-size:cover;
}

.sub-page-main-visual {
    margin-bottom: 0;
}
.bread-crumb{
	padding-bottom:90px;
}
.news-list .thumb{
	width:378px;
}
.news-list .thumb a,.news-list .thumb img{
	display:block;
	width:100%;
}
.news-list .txt{
	width:calc(100% - 378px);
	padding:0 13px 0 34px;
}
.date{
	color:#0071BC;
	line-height:1.1;
	padding-bottom:20px;
}
.post-title{
	line-height:1.5;
	padding-bottom:5px;
}
.post-txt,.post{
	line-height:1.571;
	word-break:break-all;
}
.txt .btn01{
	width:100%;
	display:block;
	margin-top:20px;
	font-size:22px;
}
.news-list li{
	padding-top:40px;
	padding-bottom:70px;
	border-top:1px dashed #0071BC;
}

.p-txt01 {
    font-size: 21px;
    line-height: 1.8;
    padding-top: 5px;
    padding-bottom: 18px;
}
.post-area .btn01{
	width:220px;
	margin:auto;
	display:block;
	margin-top:40px;
}
.post-area{
	padding-bottom:70px;
}
.post-area .date{
	padding-bottom:10px;
}
.post-area .post-title{
	margin-bottom:40px;
}
.post-area .post p{
	padding-bottom:0.7em;
}
.post-area .post img{
	max-width:100%;
	height:auto;
}
.houkoku-cat{
	background: #50A0D9;
    color: #fff;
    line-height: 2;
    border-radius: 26px;
    padding: 3px 10px;
    margin-top: -20px;
	margin-bottom: 20px;
	width: 250px;
	text-align: center;
}
.pdf li{
	width: 35%;
	text-align: center;
	background: #0071BC;
	line-height: 4em;
	margin-right: 5%;
	margin-bottom: 1em;
}
.pdf li a{
	display: block;
	color: #fff;
	font-size: 18px;
}

@media screen and (max-width:767px){
.bread-crumb{
	padding-bottom:8vw;
}
.news-list .thumb{
	width:100%;
	float:none;
}
.news-list .txt{
	width:100%;
	float:none;
	padding:0;
	padding-top:4vw;
}
.date{
	color:#0071BC;
	line-height:1.1;
	padding-bottom:0.5em;
}
.post-title{
	line-height:1.5;
	padding-bottom:0.2em;
}
.txt .btn01{
	width:100%;
	display:block;
	margin-top:1em;
	font-size:4.5vw;
}
.news-list li{
	padding-top:8vw;
	padding-bottom:8vw;
}

.p-txt01 {
    font-size: 3.75vw;
    line-height: 1.8;
    padding-top: 2vw;
    padding-bottom: 4.5vw;
}


.post-area .post-title {
    margin-bottom: 4vw;
}
.post-area .btn01{
	margin-top:4vw;
}
.post-area {
    padding-bottom: 10vw;
}
.pdf li{
	width: 45%;
}
.pdf li a{
	font-size: 3.75vw;
}
.post-area .btn01{
	width:100%;
	margin-top:0;
}
}