/*
Theme Name : meiyusangyo
*/


/*--------------------------
フロント側
---------------------------*/
.wp-block-media-text{
	margin: 4% 0;
}

.md_bread li a{
	display: inline-block;
}

.l_newsnaiyo ul,
.l_newsnaiyo ol{
	margin-left: 40px;
}

.l_newsnaiyo ul li{
	list-style: disc;
}

.l_newsnaiyo ol li{
	list-style: decimal;
}

.l_news img{
	width: 100%;
	height: auto;
}

.l_news a{
	display: block;
}

figure.wp-block-media-text__media a img:hover{
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.70;
}

.wp-block-quote{
	font-style: italic;
	border-left: none !important;
	margin: 0 0 28px;
	padding: 1em;
	background: #f1f1f1;
}

p.is_btnreturn{
	text-align: center;
	margin-top: 80px;
}

p.is_btnreturn a{
	color: #fff;
	font-size: 150%;
	text-align: center;
	text-decoration: none;
	background: #004093;
	padding: 5px 80px;
	display: inline-block;
}

p.is_btnreturn a img{
	width: 20px;
	margin-left: 10px;
}

.t_yearlist{
	color: #008cd2;
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 10px;
}

.is_yearlist{
	display: flex;
	flex-wrap: wrap;
}

.is_yearlist li a{
	text-decoration: none;
	white-space: nowrap;
	background: #e6e9eb;
	margin: 0 20px 20px 0;
	padding: 5px 20px;
}

.is_yearlist li a:hover{
	color: #fff;
	background: #008cd2;
}



@media screen and (max-width:767px){
	p.is_btnreturn a{
		font-size: 100%;
		width: 92%;
		padding: 10px 4%;
	}
	
	p.is_btnreturn a img{
		width: 12px;
	}
	
	.is_yearlist{
		justify-content: space-between;
	}
	
	.is_yearlist li{
		width: 31%;
	}
	
	.is_yearlist li a{
		text-align: center;
		margin: 0 0 9% 0;
	}
}


/*---------------------
ページャー
---------------------*/
.pagination{
	clear: both;
	padding: 20px 0 80px 0;
	position: relative;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
}
.pagination-box{
	display: inline-block;
}
.pagination span, .pagination a{
	display: block;
	float: left;
	margin: 2px 4px 2px 4px;
	padding: 10px 14px 10px 14px;
	text-decoration: none;
	width: auto;
	color: #008cd2;
	background: #cce8f6;
}
.pagination span.page-of{
	background: none;
	color: #80919a;
}
.pagination a:hover{
	color: #fff;
	background: #008cd2;
}
.pagination .current{
	padding: 10px 14px 10px 14px;
	color: #fff;
	background: #008cd2;
}

.pagination span, .pagination a i{
    padding-right: 0;
}

.pagination a.is_pegeer{
	color: #80919a;
	background: none;
}

.pagination a.is_pegeer2{
	padding-right: 40px;
}

.pagination a.is_pegeer3{
	padding-left: 40px;
}

@media screen and (max-width:767px){
	.pagination a.is_pegeer2{
		padding-left: 0;
		padding-right: 20px;
	}
	
	.pagination a.is_pegeer3{
		padding-left: 20px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 413px) {
	.pagination span.page-of{
		display: none;
	}
	
	.pagination span, .pagination a{
		margin: 4px;
		padding: 10px 14px 10px 14px;
	}
	.pagination .current{
		padding: 10px 14px 10px 14px;
	}
	
}


/*--------------------------
管理画面
---------------------------*/
body.block-editor-page .editor-post-title__input,
.wp-block * {
	color: #333;
	font-size: 16px;
	font-family: 'Noto Sans JP', 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3',Helvetica,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic', Osaka,sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

body.block-editor-page .wp-block{
	width: 96% !important;
    max-width: 1000px !important;
}

body.block-editor-page .editor-post-title__block textarea{
	color: #fff;
	font-size: 140%;
	line-height: 125%;
	margin-bottom: 40px;
	padding: 8px 25px 12px 25px;
    border-radius: 40px;
	background: #25b1ea;
	background: -moz-linear-gradient(top,  #25b1ea 1%, #5ec0ed 36%, #026bb8 99%);
	background: -webkit-linear-gradient(top,  #25b1ea 1%,#5ec0ed 36%,#026bb8 99%);
	background: linear-gradient(to bottom,  #25b1ea 1%,#5ec0ed 36%,#026bb8 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25b1ea', endColorstr='#026bb8',GradientType=0 );
}

.is_recruit .is_cont h3, .l_news .is_cont h3, .editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6{
	color: #fff !important;
	font-size: 100% !important;
	background: #82939c;
	margin: 80px 0 10px 0;
	padding: 0 15px;
}

.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6{
	margin: 80px 0 10px 0 !important;
	padding: 5px 30px 7px 30px !important;
}

