@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------blog */

.container{
	background: url("../images/bg_white.png") repeat top / 120px auto;
}

/*----------------------------------------------------breadcrumbs*/
.cont_100{
	width: 100%;
	
	margin-bottom: 20px;
	color: #603813;
	padding: 3px 0 3px 10px;
	box-sizing: border-box;
	
}

#breadcrumb{
	font-size: 11px;
	padding: 0 0;
	
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	
	
	
}

#breadcrumb ul{
	position: relative;
	
}

#breadcrumb li{
	position: relative;
	display: inline;
	padding: 0 30px 0 0;
	
}

#breadcrumb li a{
	color: #603813;
}

#breadcrumb li:after{
	position: absolute;
	top: -5px;
	right: 10px;
	content:">";
	line-height: 20px;
	height: 20px;
	vertical-align: top;
}

#breadcrumb li:last-child:after{
	display: none;
}

/*----------------------------------------------------sidebar*/

#searchform{
	position: relative;
	margin-top: 20px;
	width: 95%;
	margin: 20px auto;
}
	#s{
		padding: 6px 0% 6px 5%;
		width: 100%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; 
		font-size: 10px;
		box-sizing: border-box;
	}
	#searchsubmit{
		position: absolute;
		top: 5px;
		right: 10px;
		width: 15px;
		height: 15px;
		border: none;
		background: url(../images/search.svg) no-repeat 0 0;
	}

.widget h2,.side_h2{
	font-size: 16px;
	font-weight: 500;	
	padding: 7px 0 10px 7px;
	color: #603813;
	border-bottom: 2px #603813 solid;
	margin-top: 20px;
}


.widget ul{
	
	line-height: 3.0;
	list-style-position: outside;
	
	
	
}

.widget ul li,#side_li li{
	
	line-height: 1.5;
	border-bottom: dotted 1px #ddd;
	padding: 5px 0 5px 0 ;
	font-size: 12px;
	
	height: auto;
	
}

.widget ul li a,
.widget ul li a:link, .widget ul li a:active, .widget ul li a:visited,
#side_li li a,
#side_li li a:link, #side_li li a:active, #side_li li a:visited{
	color: #333;
	
}

.widget ul li a,
.widget ul li a:link, .widget ul li a:active, .widget ul li a:visited{
	vertical-align: top;
	display: inline-block;
}




#side{
	width: 320px;
	padding: 15px;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
	float: right;
	border-radius: 10px;
	
}

#side_li li{
	height: 70px;
	padding: 10px 0 0 100px ;
	position: relative;
	line-height: 1.5;
}


#side_li li span{
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 90px;
	height: 60px;
	overflow: hidden;
	margin-right: 10px;
}

.widget ul li img{
	width: 90px;
	height: 60px;
	padding: 5px 0;
}

.mailmaga input[type="email"]
{
	height: 35px;
	width: 95%;
	text-indent: 10px;
	outline: none;
	margin: 0 auto;
	display: block;
}

.mailmaga .wpcf7-submit{
	background-color: #000081;
    padding: 5px 0 4px;
    color: #fff;
    text-align: center;
    transition: .3s ease;
    cursor: pointer;
    border: none;
	width: 150px;
	margin: 10px 0 10px 5px;
	font-size: 13px;
}

.toc_container{
	margin: 20px 0;
}
.post-meta{
	margin-bottom: 20px;
}

.head_blog {
	font-size: 30px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
	
	clear: both;
	color: #603813;
}


.blog_box_outer{
	max-width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	padding: 0 10px;
	
}

.blog_right{
	width: calc(100% - 380px);
	display: inline-block;
	float: left;
	line-height: 1.5;
}

.blog_right p{
	font-family:Verdana, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, 游ゴシック体, sans-serif;

	color: #333;
}


.blog_right a{
	color: #754C24;}


.blog_box img{
	padding-bottom: 10px;
	
	
}

.blog_box p{
	margin: 10px 0;
}

.blog_box h1{
	font-size: 25px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 8px 0 8px 10px;
	line-height: 1.5;
	background-color: #754C24;
	color: #fff;
	border-radius: 10px;
	
}

.blog_box h2{
	font-size: 2.5rem;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 8px 0 8px 10px;
	line-height: 1.5;
	color: #754C24;
	border-bottom: 2px solid #754C24;
	clear: both;
	
}

.blog_box h3{
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 1.5;
	border-left: 10px #7AB74D solid;
}

.wp_rp_content{
	margin-top: 30px;
	width: 100%;
	border: 2px solid #c1272d;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
}



.blog_box li{
	list-style: circle;
	list-style-position: outside;
	margin-left: 20px;
}

blockquote {
    background-color: #fff;
    border: 1px solid #FFE8C5;
    margin: 1em 0;
    padding: 10px 1.2em;
    position: relative;
	border-radius: 10px;
}

strong{
	font-size: 1.2;
	font-weight: bold;
}

.alignright{
	text-align: right;
}

.post{
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border: #8cc63f 1px solid;
	border: none;
background-color: rgba(255,255,255,.5);
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
	
}

.ph_article{
	width: 150px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

.ph_article img{
	width: 110%;
	height: auto;
}

.text_article{
	float: left;
	font-size: 14px;
	
	
}

.icon_category a{
	font-size: 10px;
    color: #fff;
    border-radius: 10px;
    padding: 4px 10px;
    background-color: #7AB74D;
    margin: 0 30px 0 10px;

}



/* -------------------------------------------------------------pager */	



.pagination{
	height: 100px;
	margin: 50px auto 0;
	text-align: center;
	
}

.page-numbers li{
	display: inline-block;
	width: 45px;
	text-align: center;
	background-color: #B8E795;
	color: #fff;
	height: 45px;
	vertical-align: top;
	line-height: 45px;
	font-size: 12px;
	border-radius: 50%;
	
}
a.page-numbers{
    color:#555;
	 background-color:#f5f5f5;
	height: 45px;
	line-height: 45px;
	width: 45px;
	font-size: 12px;
	display: inline-block;
	border-radius: 50%;
	
}


a.page-numbers:hover{
     color:#eeeeee;
    background-color:#5FAB26;
}

a.page-numbers.next,
a.page-numbers.prev{
	font-size: 12px;
	line-height: 45px;
	display: inline-block;
	
    
}
.pagination .current{
	font-size: 12px;
	background-color: #5FAB26;
	color: #fff;
	height: 45px;
	line-height: 45px;
	width: 45px;
	display: inline-block;
	border-radius: 50%;
}

/* -------------------------------------------------------------kyuujin */
.condition01 li{
	color: #009245;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #009245;
	border-radius: 5px;
	
}

.kyujin_box{
	line-height: 1.8;
}

.kyujin_box h2{
	font-size: 2.5rem;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 8px 0 8px 10px;
	line-height: 1.5;
	color: #754C24;
}

a.entry_btn{
	display: block;
	color: #fff;
	background-color: #f7931e;
	padding: 10px 0;
	font-size: 20px;
	margin: 30px auto;
	max-width: 700px;
	text-align: center;
	border-radius: 10px;
}
a.entry_btn:hover{
	transform:scale(1.02,1.02);
}

.table_kyujin{
	max-width: 900px;
	display:flex;
  flex-wrap: wrap;
	width: 96%;
	font-size: 14px;
	 border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 50px;
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
}




.table_kyujin dt{
	width: 30%;	
	padding: 15px 0 15px 40px;
	 
	box-sizing: border-box;
	font-weight: bold;
	background-color: rgba(255,255,255,.5);
	color: #fff;
	border-bottom: #7EB337 1px solid;
	display: table-cell;
	vertical-align: middle;
	background-color: #8cc63f;
	
}

.table_kyujin dt.pbp,.table_kyujin dd.pbp{
	border-bottom: none;
	
}


.table_kyujin dd{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	width: 70%;
	border-left: 1px solid #8cc63f;
  
	box-sizing: border-box;
	background-color: rgba(255,255,255,.5);
	background-color: #fff;
	border-bottom: #D3E5BB 1px solid;
	vertical-align: middle;
	
}


.table_kyujin02{
line-height: 1.8;	
}




.table_kyujin02 dt{
	display: inline-block;
	font-weight: bold;
	color: #067B3D;
	
	
}

.table_kyujin02 dd::after{
	content: ",";
}



.table_kyujin02 dd{
	display: inline-block;
}

.table_kyujin02 dd br{
	display: none;
}

.article_title a{
	font-size: 20px;
	font-weight: bold;
	color: #754C24;
	margin-bottom: 10px;
	display: block;
}



.view_box{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	
}


a.view{
	display: block;
	width: 48%;
	text-align: center;
	background-color: #f7931e;
	color: #fff;
	margin-right: 0;
	margin-left: auto;
	padding: 15px 0;
	border-radius: 10px;
	
	
}


a.view0{
	display: block;
	width: 48%;
	text-align: center;
	background-color: #8cc63f;
	color: #fff;
	margin-right: auto;
	margin-left: 0;
	padding: 15px 0;
	border-radius: 10px;
	
	
}
a.view0:hover,a.view:hover{
	transform:scale(1.02,1.02);
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}





@media screen and (max-width: 992px) {

#side{
	width: 100%;
	padding: 10px;
	display: block;
	float: none;
	box-sizing: border-box;
}
	.blog_right{
	width: 100%;
	display: inline-block;
	float: none;
}
	
}

@media screen and (max-width: 767px) {
	
	.ph_article{
	width: 100%;
	height: auto;
	float: none;
		max-width: 400px;
		margin: 0 auto 10px;
}

.ph_article img{
	width: 100%;
	height: auto;
}

.text_article{
	float: none;
	
	margin-left: 0;
}
	
	
	.cont_100{
	
	margin-bottom: 0;
		
		
}
	
	.view_box{
	display: block;
	justify-content: space-between;
	margin-top: 30px;
	
}
	
	a.view{
	display: block;
	width: 100%;
	
}


a.view0{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	
}


	
}

/*  ----------------------------------------------------------------------------------------------------End blog */
/* -------------------------------------------------------------new.php */
.news_li {
	font-size: 14px;
	max-width: 900px;
	padding: 0 10px;
	margin: 30px auto 60px;
	overflow: hidden;
	
}

.news_li li{
	padding: 15px;
	background: url("../images/dott_x.png") repeat-x bottom / 8px auto;
	line-height: 1.5;
}

.news_li li a{
	color: #42210B;
}


.cate{
	width: 100px;
}



@media screen and (max-width: 767px) {
	.b_d_c{
		display: block;
		margin-bottom: 10px;
	}

}

@media only screen and (max-width: 480px){
	.news{
		padding: 10px;
	}
	
	#new{
	margin-bottom:10px;
}
	.icon_new a {
	font-size: 9px;
	padding: 2px 3px;
	
	
}
	.text_news{
	margin-top: 5px;
	font-size: 14px;
	
}
	.ph_news{
	width: 100px;
	
}

	
}




