@charset "UTF-8";
/* CSS Document */



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

  archive

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

/*-------------------------
 　お知らせ　
-------------------------*/

#page_news .page_header{
	background-image: url("../img/news/header_bg.jpg")
}

.news_list_wrap{
	margin: 3em auto;
	max-width: 1200px;
}
.news_list{
	padding: 1em 1.5em;
	border-bottom: solid 1px #ccc;
	justify-content: flex-start;
	align-items: center;
}
.date{
	font-size: 14px;
    display: block;
    line-height: 1;
	margin-right: 1em;
}
.cat{
	background: var(--main-color);
	color: #fff;
	font-size: 13px;
	padding: .5em 1em;
	line-height: 1;
	margin-right: 1.5em;
	display: inline-block
}
.news_list a{
	display: block;
	width: 100%;
	color: #000
}
.news_list a:hover{
	color: var(--main-color);
	text-decoration: underline
}

.info_list{
	border-bottom: solid 1px #ccc;
	padding: .8em;
	justify-content: flex-start;
	align-items: center
}


.info_list a{
	color: #000;
}
.info_list a:hover{
	text-decoration: underline;
}
.date{
	color: var(--main-color);
	display: inline-block;
	margin-right:100px
}

.cat{
	background: var(--main-color);
	color: #fff;
	font-size: 13px;
	padding: .5em 1.5em;
	line-height: 1;
	margin-right: 50px;
	display: inline-block;
	width: 100px;
	text-align: center;
}

.cat_emergency{
	background: red;
}


@media (min-width:668px){
	.news_list a{
		display: inline-block;
		width: auto;
	}
}

#news .btn_wrap{
	text-align: center;
}

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

   pager 

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

.pager{text-align: center;padding: 2em 0}
.pager span.current,
.pager a.page-numbers{
	display: inline-block;
    background: var(--main-color);
    text-align: center;
    border-radius: 50%;
    margin-right: .5em;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.pager a.prev,
.pager a.next{
	background: none!important;
	color: #000!important
}

.pager a.page-numbers{
	background: none;
    color: #303030;
	text-decoration: none
}
.pager a.page-numbers:hover{
	opacity: .8
}


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

   single 

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

/*-------------------------
 　お知らせ 
-------------------------*/

.content{
	max-width: 1200px;
	margin: 0 auto;
}
.content_title{
	margin: 2em auto;
}
.content_title h2{
	font-size: 1.8em;
	letter-spacing: 1px;
	margin: .5em 0;
	font-weight: bold;
}
.content_title .date{
	display: inline-block;
}

#single_news .date{
	margin-right: 0
}
#single_news .cat{
	margin-top: 1em;
	margin-right: 0;
}



/* user content */

.content_wrap{
	margin: 5em auto;
}

.content_wrap{
	
}
.content_wrap h1,
.content_wrap h2,
.content_wrap h3,
.content_wrap h4{
	font-weight: bold;
	line-height: 1.6em;
	margin: 2em auto 1em
}

.content_wrap h1{
	font-size: 1.8em;
	font-weight: bold;
	color: var(--main-color);
	border-left: solid 5px var(--main-color);
	padding-left: .5em;
}
.content_wrap h2{
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: solid 1px #ccc;
	padding-bottom: .5em;
	color: var(--main-color)
}
.content_wrap h3{
	font-weight: bold;
	font-size: 1.2em;
	color: var(--sub-color)
}
.content_wrap img{
	max-width: 100%;
	height: auto;
	margin: 1em auto;
	vertical-align: bottom
}

.content_wrap p{
	line-height: 2;
	font-weight: 400;
	margin-bottom: 1.2em
}

.content_wrap table{
	border: solid 1px #ccc;
	width: 100%;
	margin: .5em auto;
}
.content_wrap table tr:first-of-type{
	background: #eee;
	font-weight: bold;
	text-align: center;
}

.content_wrap ul,
.content_wrap ol{
	padding-left: 1em;
}
.content_wrap ul li{
	list-style: disc
}
.content_wrap ol li{
	list-style: decimal
}




















