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

/*
Theme Name: original

*/

/*ページャー関連*/
.ichiran{
text-align:right;	
float:left;
}

.ichiran a{
	display:block;
	background-color:#999999;
	padding:0px;
	text-align:center;
	width:120px;
	color:#fff;
	text-decoration:none;
	font-size:12px;padding: 10px !important;
	line-height:1;
	
}

.prenex{
float:right;
}
.prenex a{
	display:block;
	background-color:#999999;
	padding:0px;
	text-align:center;
	width:120px;
	color:#fff;
	text-decoration:none;
	margin-bottom:3px;
	font-size:12px;
	line-height:1;
	padding:10px;padding: 10px !important;
}
.ichiran a:hover,.prenex a:hover{
text-decoration:underline;	
	line-height:1;
	padding:10px;
}

.pager {
	margin: 10px 0 10px;
	padding: 10px 10px 10px;
	overflow: hidden; 
	position: relative; 
	zoom:1;
}

.page-numbers {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 5px;
	background: #ffffff;
	vertical-align: middle;
border:1px solid #999999;
color:#999999;
text-decoration:none !important;
}

a:hover.page-numbers {
	background-color:#999999;
	color:#ffffff;
}

.pager .current{

	background-color: #999999 !important;
color:#ffffff;
}

.b_box,.pager{
	margin:auto;
	padding:50px 0px 100px;
}

#side h3 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
}


.blog-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: min(90%,1200px);
	margin: auto;
}




#mainbox{
	width:70%;
}

#side{
	width:25%;
}

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



#mainbox{
	width:100%;
}

#side{
	width:100%;
}
}

/*サイド調整
***********************************/
#side h3{
	font-size:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
#side li{
	margin-bottom:10px;
}
#side ul{
	margin-bottom:20px;
}

/*リスト・リンク・マーカー
***********************************/
.wp-detail ul li{
	list-style-type:disc;
	margin-left:1em;
}

.wp-detail a{
color:#1e78e8;
text-decoration: underline;

}


/*見出し調整
***********************************/

.b_tit{
	font-size:27px !important;
	color: #3551a1 !important;
	border-bottom:3px double #3551a1 !important;
	text-align:left !important;
	padding:0px 0px 5px !important;
	margin-bottom:10px !important;
	margin-top:20px !important;
	font-weight:normal !important;
	height:auto !important;

}

.wp-detail h2{
	font-size:24px !important;
	color: #3551a1 !important;
	border-bottom:3px double #3551a1 !important;
	text-align:left !important;
	padding:0px 0px 5px !important;
	margin-bottom:10px !important;
	margin-top:20px !important;
	font-weight:normal !important;
	height:auto !important;
}
.wp-detail h3{
	font-size:20px !important;
	color: #3551a1 !important;
	text-align:left !important;
	border-bottom:1px solid #3551a1 !important;
	font-weight:normal !important;
	padding:0px 0px 5px !important;
	margin-bottom:10px !important;
	margin-top:20px !important;
	height:auto !important;
}
.wp-detail h4{
	font-size:18px !important;
	color: #3551a1 !important;
	border-bottom:1px dashed #3551a1 !important;
	text-align:left !important;
	font-weight:normal !important;
	padding:0px 0px 5px !important;
	margin-bottom:10px !important;
	margin-top:20px !important;
	height:auto !important;
}



#n_blog a::before {
	width:100% !important;
	opacity: 1;
}


@media screen and (max-width:768px){
	
	
	.b_tit{
		font-size:22px !important;
		
	}
	
	.wp-detail h2{
		font-size:20px !important;
		
	}
	.wp-detail h3{
		font-size:18px !important;
	}
	.wp-detail h4{
		font-size:17px !important;
	}
	}
	
	
	

	.e_date{
		text-align: right;
	}



/*フォーム*/

.form_wrap{
	width: min(96%,1024px);
	margin: auto;
}

.form_wrap dl{
	display:flex ;
	justify-content: start;
	flex-wrap: wrap;
}

.form_wrap dl dt{
	width: 30%;
	padding:0.5em;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.form_wrap dl dd{
	width: 70%;
	padding:0.5em;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.form_wrap input,
.form_wrap select,
.form_wrap textarea{
	border: 1px solid #eee;
	padding:0.5em;
	width: 100%;
}

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

.form_wrap dl dt{
	width: 95%;
	margin: auto;
}
.form_wrap dl dd{
	width: 95%;
	margin: auto auto 1em;
	border: none;
}
}

.privacy{
	height: 400px;
	overflow-y: scroll;
	padding:1em;
	background-color: #f5f4f4;
	padding: 1em;
	margin-top:3em;
}

.privacy h3{
	font-size: 1.2em;
	text-align: center;
}

.privacy h4{
	font-size:1.1em;
	margin:2em 0 1em;
}


.f_btn input{
	margin: auto;
	display: inline-block;
	padding:0.5em;
	background-color: #efefef;
	width: min(100%,150px);
}

.f_btn{
	text-align: center;
	padding: 1em;
}

.f_btn p{
	width: 100%;
}


.f_btn p br{
	display: none;
}
.check input{
	width: auto !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;

}

.check{
	text-align: center;
	margin:2em 0px;
}

.wpcf7-spinner{display: block !important;width: 100% !important;}

select {
-webkit-appearance: auto !important;
appearance:auto !important;
}



.wpcf7-spinner{
	display:none !important;
	visibility:hidden !important;
}


@media only screen and (max-width: 768px) {		
	.sp_none{	
		display: none !important;
	}	
}		
		
@media only screen and (min-width: 769px) {		
	.pc_none{	
		display: none !important;
	}	
}	