/* CSS Document */
.pc_hide{
	display: none!important;
}
#main_img{
	width: 100vw;
	height: 315px;
	background-image: url("img/main_img.jpg");
	background-size: cover;
	background-position: center;
}
#main_img p{
	font-size: 39px;
	line-height: 220px;
	padding-top: 95px;
	color: white;
	text-align: center;
}
.sidebar_cont{
	margin: 15px auto 65px;

}
.sidebar_inner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cat_box,.archive_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cat_box{
	width: 290px;
	margin-right: 15px;
}
.archive_box{
	width: 275px;
	margin-left: 15px;
}
.sidebar_inner select{
	width: 200px;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	border: 1px solid #B3B3B3;
	background-image: url("img/arrow.png");
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: center right 10px;
   	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}
.sidebar_inner select::-ms-expand {
    display: none;
}
.cat_text{
	font-size: 19px;
}
/*-------*/
.listnews{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #333333;
}
.listnews li{
	width: 21%;
	margin-right: 5.33%;
	margin-bottom: 80px;
}
.listnews li:nth-child(4),.listnews li:nth-child(8),.listnews li:nth-child(12){
	margin-right: 0;
}
/*---*/

.listnews dl{
	padding: 10px 0 17px;
}
.listnews dt{
	float: left;
	font-size: 1.4rem;
	line-height: 21px;
	margin-right: 12px;
}
.listnews dd{
	overflow: hidden;
}
.listnews dd span{
	display: block;
	max-width: 150px;
	text-align: center;
	color: #fff;
	background: #603813;
	line-height: 21px;
	font-size: 1.5rem;
}
.listnews .title{
	font-size: 1.5rem;
	line-height: 1.73;
}
/*pager*/
#pager_container{
	border-top:1px solid #919191;
	max-width: 1100px;
	margin: auto;
	padding:50px 0;
}
.wp-pagenavi{
	overflow:hidden;
	text-align:center;

}

.wp-pagenavi span,
.wp-pagenavi a{
	display:inline-block;
	overflow:hidden;
	padding:0px !important;
	background-color:#DADADA;
	color:#fff;
	text-decoration:none;
	border:none;
	line-height:50px;
	width:50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-left:5px;
	margin-right:5px;
}
.wp-pagenavi a.previouspostslink{
	background-color:white;
	color:black;
	text-decoration:none;
	border:none;
	line-height:50px;
	width:100px;
}
.wp-pagenavi a.nextpostslink{
	background-color:white;
	color:black;
	text-decoration:none;
	border:none;
	line-height:50px;
	width:100px;
}

.wp-pagenavi span.current{
	background-color:#424242;
}


/*------------SINGLE----*/
.title_cont{
	padding:30px 45px 20px;
	border-bottom: 1px solid #575757;
}
.infor_line{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}
.date{
	font-size: 14px;
	margin-right: 10px;
}
.cate a{
	font-size: 15px;
	display: block;
	color: white;
	width: 148px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	background-color: #603813;
}
.title_line{
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-size: 19px;

}
.contents_cont{
	padding: 30px 45px 75px;
}
.form_title{
	color: #603813;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	border-bottom: 2px solid #603813;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.form_subtitle{
	text-align: center;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
form.form{
	padding: 0 50px 40px;
}
.form table{
	width: 100%;
}
.form table tr{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.form table th{
	width: 26%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.form table td{
	width: 66.5%;
	margin-right: 5%;
	text-align: left;
}
.inputname{
	font-size:18px;
	font-weight: 400;
	display: block;
	margin-right: 15px;
	font-family: source-han-serif-japanese, serif;
}
.must{
	display: block;width: 50px;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	text-align: center;
	background-color: #BC272D;
	color: white;
}
.any{
	display: block;width: 50px;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	text-align: center;
	background-color: #666666;
	color: white;
}
input.textinput{
	border: 0.5px solid black;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
}
select.inputselect{
	border: 0.5px solid black;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	padding-left: 10px;
	background-image: url("img/arrow.png");
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: center right 10px;
   	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}
.full{
	width: 100% !important;
}
.half{
	width: 50% !important;
}
.sixty{
	width: 60% !important;
}
.forty{
	width: 40% !important;
}
.quarter{
	width: 25% !important;
}
.ten{
	width: 10% !important;
}
.btnsubmit{
	text-align: center;
	padding: 40px 0;
	margin: 0 auto;
	border-bottom: 1px solid #717171;
}
.btnsubmit input{
	width: 189px;
	height: 53px;
	color: white;
	text-align: center;
	background-color: #535353;
	font-size: 18px;
}
.goback{
	margin: 0 auto 40px;
	text-align: center;
}
.goback a{
	width: 150px;
	height: 62px;
	border: 1px solid #717171;
	text-align: center;
	line-height: 62px;
	display: block;
	margin: auto;
	text-decoration: none;
}
.goback a:hover{
	background-color: #717171;
	color: white;
}
.categ a{
	color: white;
}