/*
Theme Name: businesspress-child
Version: 1.0.0
Template: businesspress
*/


/* === 共通 === */

body {
	color: #444;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 18px;
	line-height: 1.6;
	word-wrap: break-word;
}
body:lang(ja) {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8;
}

a{
	text-decoration:none;
}



.site-content{
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
	padding-left: 20px;
	padding-right: 20px;
}

.top-bar-content,
.main-header-content,
.featured-entry-content,
.home-header-content,
.jumbotron-content,
.container-content,
.footer-widget-content,
.site-bottom-content
 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

.site-header {
	border-bottom: solid 1px #eee;
	margin-bottom: 0rem;
}

/* メニューの説明 */
.menu-item-description{
	display: block;
	font-size:11px;
	line-height:18px;
	text-align:center;
	color: #888;
}

.main-navigation {
        font-size: 90%;
        line-height: 30px;
}
@media screen and (min-width:981px){
  .main-navigation div.menu > ul > li, .main-navigation ul.menu > li {
        text-align: center;
  }
}	
@media screen and (max-width:980px){
  .menu-item-description{
	text-align:left;
  }
}


/* === PC === */
body {
	font-size: 17px;
}
body:lang(ja) {
	font-size: 15px;
}

/* navi */
.main-navigation{
	font-size: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
	color: #546a7b;
	font-weight: 600;
}
.main-navigation a:hover {
	color: #62929e;
}
.main-navigation div.menu > ul > li, .main-navigation ul.menu > li {
	text-align: left;
}
.site-header{
	border:none;
}

/* top slider テキスト位置 */
.slider_text{
	margin-left:-280px;
}

/* パンくず位置調整 */
div#breadcrumb {
	margin:0;/*余白*/
	font-size: 80%;/*文字サイズ*/
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
div#breadcrumb  ul{
	margin:5px 20px;
}
div#breadcrumb  ul li{
	display:inline;/*横並びにする*/
	line-height:20px;/*行間*/
}

/* === オリジナル見出し === */
/* oriTitle1 */
.oriTitle_1{
	border-bottom: solid 3px #c6c5b9;
	position: relative;
	font-size:25px;
	color:#676767;
	padding:0 0 10px 0;
}
.oriTitle_1::after{
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px #62929e;
	bottom: -3px;
	width: 20%;
}
/* oriTitle2 下二重線 */
.oriTitle_2{
	border-bottom:double 5px #c6c5b9;
	position: relative;
	font-size:25px;
	color:#676767;
	padding:0 0 10px 0;
}
/* oriTitle3 左側にライン */
.oriTitle_3{
	padding:0 0 0 10px;
	border-left: 7px solid #62929e;
	color:#676767;
	font-size:25px;
}
/* oriTitle4 左側にライン＋バック背景 */
.oriTitle_4{
	padding:0 0 0 10px;
	border-left: 7px solid #62929e;
	color:#676767;
	font-size:25px;
	background:#e9e9e9;
}
/* oriTitle_5 */
.oriTitle_5{
	margin-top: 50px;
	margin-bottom: 0;
	font-size: 18px;
	color: #444;
	border-top: solid 3px #62929e;
	border-bottom: solid 1px #bababa;
	padding: 10px 3%;
}

/* oriHeadline_1 大きいかぎかっこ*/
.oriHeadline{
	text-align: center;
}
p.oriHeadline_1{
	position:relative;
	display: inline-block;

	margin:100px 0 0 0;
	font-size:42px;
}
p.oriHeadline_1::before, p.oriHeadline_1::after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
}

p.oriHeadline_1::before {
	border-left: solid 3px #eee;
	border-top: solid 3px #eee;
	top: -10px;
	left: -50px;
}

p.oriHeadline_1::after {
	border-right: solid 3px #eee;
	border-bottom: solid 3px #eee;
	bottom: -10px;
	right: -50px;
}

/* === オリジナルボタン === */
/* oriButton_1 左寄せ */
.oriButton_1,
.oriButton_2{
	color:#62929e;
}
.oriButton_1{
	width: 100%;
}
.oriButton_1 a:hover,
.oriButton_2 a:hover{
	background-color: #62929e!important;
	transition:0.5s;
	color:#ffffff!important;
}
.oriButton_1 a,
.oriButton_2 a{
	width:100%;
	border: solid 2px #62929e;
	padding: 15px 30px;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	color:#4473a3;
}
.oriButton_1 a::before,
.oriButton_2 a::before {
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content: "\f138";
	margin-right:10px;
}
/* oriButton_2 中央寄せ */
.oriButton_2{
	width:50%;
}
.oriButton_2 a{
	text-align: center;
}
.oriButton_2 a::after {
	margin-left:10px;
}

/* === キャプション位置 === */
.caption_center{
	text-align: center;
}



/* top news */
.wp-container-5 .top_news_bg{
	background:#eee;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 30px 0 20px 0;
}
.top_news{
	width:900px;
	margin:0 auto;
}
.top_news .wp-block-latest-posts{
	border-top: solid 1px #eee;
	list-style: none;
	margin-left: 0;
	padding-top: 0;
}
.top_news .wp-block-latest-posts__post-date{
	float:left;
	padding:0 20px 0 10px;
	width:20%;
}
.top_news .wp-block-latest-posts li{
	border-bottom: solid 1px #dedede;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	width:100%;
}
.top_news .wp-block-latest-posts li a{
	float: right;
	width: 75%;
}


/* top topi */
.top_topi{
	
}
.top_topi img.wp-post-image{
	height: 150px;
	object-fit: cover;
	border-radius: 5px;
}
/* Chromeのみ横幅指定 */
_:lang(x)::-internal-media-controls-overlay-cast-button, .top_topi img.wp-post-image {
	width:266px !important;
}

/* top annai */
.top_annai{
	border-top: solid 1px #fff;
}
.top_annai_img, .top_annai_img2{
	overflow: hidden;
	margin-bottom:5px;
	border-radius: 2px;
}
.top_annai_img{
	height:200px;
}
.top_annai_img2{
	height:150px;
}
.top_annai_img img, .top_annai_img2 img{
	width:100%;
	object-fit: cover;
	border-radius: 2px !important;
	transition-duration: 0.5s; /*変化の時間*/
}
.top_annai_img img{
	height:100%;
}
.top_annai_img2 img{
	height: 150px;
}
.top_annai_img img:hover, .top_annai_img2 img:hover{
	transform: scale(1.1,1.1); /*画像の拡大*/
	cursor: pointer; /*カーソルをポインターにする*/
}
/* Latest Posts */
.wp-block-latest-posts {
    border-top: none;
    list-style: none;
    margin-left: 0;
    padding-top: 1em;
}
.wp-block-latest-posts li {
	border-bottom: solid 1px #eee;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.wp-block-latest-posts a {
	text-decoration: none;
}
.wp-block-latest-posts__post-date {
	margin-top: 0.3em;
}

/* contactUs */
.contUs{
	background-image:url("http://zentoku.cosuzuki.com/wp-content/uploads/2022/06/1920_24.jpg");
	background-size:100%;
	background-color:rgba(0,0,0,0.3) ;
	background-position:center;
	float:left;
	width:100%;
	color:#fff;
}
.contUsColor{
	background-color:rgba(0,0,0,0.5);
	padding:80px 0;
	float:left;
	width:100%;
}
h2.contUsH2{
	text-align: center;
	margin:0;
	padding:0;
	font-weight:300;
	color:#fff;
}
.contUsIn{
	width:1000px;
	margin:30px auto 50px;
	text-align: center;
}
.contUsInn{
	width:44%;
	float:left;
	padding:3%;
}
span.contUscate{
	display: block;
}
	/* ↑の両端に線 */
	span.contUscate {
	    display: flex;
	    align-items: center;
	}
	span.contUscate:before,
	span.contUscate:after {
	    content: "";
	    height: 1px;
	    flex-grow: 1;
	    background-color: #fff;
	}
	span.contUscate:before {
	    margin-right: 1rem;
	}
	span.contUscate:after {
	    margin-left: 1rem;
	}
	/* end */
span.contUsTel{
	display: block;
}
a.contUsTel{
	display: block;
	font-size:30px;
	text-decoration:none;
	color:#fff;
	margin-top: 15px;
}
a.contUsMail{
	display: block;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 100px;
	margin-top: 10px;
}
a.contUsMail:hover{
	background:rgba(98, 146, 158, 0.5);
	transition:0.5s;
	color: #fff
}

/* location */
.location{
	width:100%;
	float:left;
	padding: 70px 0 0 0;
}
.locationIn{
	width:800px;
	margin:0 auto;
}
.lpcationInn{
	width:320px;
	float:left;
}
.lpcationInnadd{
	width:440px;
	padding:0 0 0 40px;	
}
.lpcationInn img{
	width:100%;
}

/* フッターのコピーライト */
.site-credit {
    display:none !important;
}
.site-info{
	clear: none;
	float: none;
	margin-top: 3px;
	text-align: center;
}
.site-bottom{
    padding-bottom:10px;
}

/* フッターにサイトマップを表示 */
h2.f_SiteMapTitle{
	width:1000px;
	margin:50px auto;
	display: flex;
	align-items: center;
	font-size:15px;
	color:#747474;
}
h2.f_SiteMapTitle:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #747474;
	margin-left: 1rem;
}
.f_SiteMap{
	width:100%;
	float:left;
	padding-bottom:50px;
	margin-bottom:25px;
	border-bottom:solid 2px #eee; 
}
.f_SiteMapIn{
	width:1000px;
	margin:0 auto;
	padding:0 0 0 100px;
}
.f_SiteMap ul{
	margin:0;
}
.f_SiteMap li{
	list-style:none;
}
.f_SiteMapIn ul li.f_SiteMapInn{
	list-style:none;
	width:25%;
	float:left;
	margin:0;
}
.f_SiteMapIn ul li.f_SiteMapInn span{
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	font-weight: 600;
}

/* Back to Top */
.back-to-top {
    background: rgba(0, 0, 0, 0.1);
}
.back-to-top:hover {
	background: #62929e;
}
.back-to-top:before {
    color: #fff;
}
	

/* === メールフォームカスタマイズ === */
table.table-res-form{
	width:800px;
	margin:0 auto;
}
table.table-res-form tr{
	border-top: solid 1px #eee;
}
table.table-res-form th{
	background:#ffffff;
	font-weight: 100;
	padding: 0 30px 0 0;
}
table.table-res-form th, table.table-res-form td{
	border: none;
	padding: 30px 0;
}
table.table-res-form .wpcf7-text,table.table-res-form .wpcf7-textarea{
	width:100%;
	padding: 20px;
	background: #f2f7f7;
	border: none;
	border-radius: 3px;
}
table.table-res-form .wpcf7-select{
	color: #797979;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	border: none;
	background-color: #f2f7f7;
	height: 70px;
	padding: 0 16px;
	font-size: 1rem;	
} 
table.table-res-form .wpcf7-submit{
	width:100%;
	padding: 50px;
	font-size: 20px;
	margin-top: 30px;
	background:#777777;
}

/* === カテゴリ記事リストページ（サイドバーを下げて調整） === */
body.category-news .sidebar-area,
body.category-activity .sidebar-area
{
	margin-top: 330px;
}

body.category-news .hentry,
body.category-activity .hentry
{
	margin-bottom: 4rem;
	border-bottom: dashed 1px #444;
	padding-bottom: 4rem;
}

/* === サイドバー === */
.sidebar-area .wp-block-latest-posts__post-title{
	font-weight: bold;
}
.sidebar-area h2.oriTitle_1{
	font-size:20px;
}
.sidebar-area ul.wp-block-latest-posts__list li{
	width: 94%;
	margin: 10px auto;
	padding: 10px 3% 20px;
}
/* サイドバー下 */
ul.oriSidebar_1 .wp-block-latest-posts__post-excerpt{
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 0;
}
ul.oriSidebar_1 .wp-block-latest-posts__featured-image img{
	border-radius: 5px;
}


/* === 記事個別ページ調整 === */
.post-template-default .ori_entry-header{
	margin-top:30px;
	padding-bottom: 30px;
}
.post-template-default .ori_entry-header .post-thumbnail{
	width:100%;
	height:400px;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.post-template-default .ori_entry-header .post-thumbnail img{
	height: 100%;
	width: 100%;
	vertical-align: bottom;
	object-fit: cover;
}
.post-template-default .ori_entry-header .entry-title{
	/*
	border-block: #c6c5b9 double 4px;
	padding: 10px;
	*/
}

.post-template-default .posted-on{
	display: block;
	text-align: right;
	font-size: 90%;
}
.post-template-default .tags-links{
	color: #999;
	font-size: 80%;
	margin-top: 0;
	text-align: right;	
}

/* === リンク集 === */
.LinkLibraryCat ul li{
	list-style: none;
}
.LinkLibraryCat ul{
	margin:0;
    display:flex;
    flex-wrap:wrap;
}
li.oriLInk_list{
	margin: 1%;
	padding: 2%;
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
li.oriLInk_list .oriLink_list_title{
	display: block;
	margin-top: 20px;
}
li.oriLInk_list .oriLink_list_title a{
	font-size:14px;
	color:#666;
}
li.oriLInk_list .oriLink_list_title a:after{
	font-family: "Font Awesome 6 Free";
	content: "\f08e";
	margin-left:10px;
}

/* リンク集・事業者サイト */
li.oriLink_list_site{
	width: 19%;
}

li.oriLink_list_shop .oriLink_list_come p{
	margin:0;
}

/* リンク集・協会 */
@media screen and (min-width:981px){
	li.oriLink_list_asso{
		width:100%;
		display: block;
	}
	li.oriLink_list_asso a.track_this_link{
			padding: 0 5% 0 0;
			display: block;
			width: 35%;
			height:100%;
			float: left;
	}
	li.oriLink_list_asso .oriLink_list_title{
		margin-top:0;
	}
	li.oriLink_list_asso .oriLink_list_title a{
		display: block;
		width: 55%;
		font-size:30px;
		margin-bottom: 30px;
	}
	li.oriLink_list_asso .oriLink_list_come p{
		font-size: 16px;
		padding: 0 5% 0 0;
	}
}

/* リンク集・個人店 */
li.oriLink_list_shop{
	width: 27%;
}

/* リンク集・個人店2 */
@media screen and (min-width:981px){
	li.oriLink_list_shop2{
		width:100%;
		box-shadow:none;
		border-bottom: 2px dotted #b0b0b0;
		padding: 2% 2% 4% 2%;
	}
	li.oriLink_list_shop2 a.track_this_link{
			padding: 0 5% 0 0;
			display: block;
			width: 25%;
			height:100%;
			float: left;
	}
	li.oriLink_list_shop2 a.track_this_link img{
		border: solid 1px #ebebeb;
		padding: 5px;
		border-radius: 2px;
	}
	li.oriLink_list_shop2 .oriLink_list_title{
		margin-top:0;
	}
	li.oriLink_list_shop2 .oriLink_list_title a{
		display: block;
		width: 65%;
		font-size:30px;
		margin-bottom: 30px;
	}
	li.oriLink_list_shop2 .oriLink_list_come p{
		font-size: 16px;
		padding: 0 5% 0 0;
	}
}

/* 関連団体サイト */
li.oriLink_list_related{
	list-style:none;
	width: 23%;
	float: left;
	margin: 1%;
}


/* 記事内のページ送り */
.post-navigation .nav-links{
	
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next
{
	width:48%;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	margin-top:100px;
}
.post-navigation .nav-links .nav-previous{
	padding:40px 2% 40px 0;
	float:right;
	text-align: right;
}
.post-navigation .nav-links .nav-next{
	padding:40px 0 40px 2%;
	float:left;
	text-align:left;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a
{
	display: block;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover{

}


.post-navigation .nav-links .nav-next .post-nav-title:before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content: "\f100";
	margin-right:10px;
}
.post-navigation .nav-links .nav-previous .post-nav-title:after{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content: "\f101";
	margin-left:10px;
}


/* === PCのみ表示 === */
.only_pc
{
	display: block;
}
.only_sp
{
	display: none;
}


/* =============================================================================================================================================================================================================== */
/* === SP === */
/* =============================================================================================================================================================================================================== */

@media only screen and (max-width:700px) {
	/* header logo */
	.main-header{
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.top-bar-content, .main-header-content, .featured-entry-content, .home-header-content, .jumbotron-content, .container-content, .footer-widget-content, .site-bottom-content{
		max-width: 92%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.site-branding{
		padding-right: 0;
	}
	
	/* top slider テキスト位置 */
	.slider_text{
		margin-left:0;
	}
	
	/* トップニュース */
	.wp-container-5 .top_news{
		width:100%;
	}
	.wp-container-5 .top_news_bg{
		background: #fff;
		padding: 30px 0 0 0;
	}
	.top_news .wp-block-latest-posts__post-date{
		width: 94%;
		padding: 0 3%;
		font-size:12px;
	}
	.top_news .wp-block-latest-posts li a{
		float:left;
		width: 94%;
		padding: 0 3%;
	}
	.top_news .wp-block-latest-posts{
		border-top: solid 1px #dedede;
		padding-top: 10px;
	}
	

	/* トップトピックス */
	ul.top_topi{
		margin:0;
	}
	.wp-block-latest-posts.is-grid li{
		margin:0 0 30px 0;
		border-bottom: dashed 1px #aaa;
	}

	/* トップ案内 */
	.top_annai_img{
		height:150px;
	}
	
	/* 問い合わせ */
	.contUs{
		background-size:auto;
		background-position:center;
	}
	.contUsIn{
		width:100%;
	}
	.contUsInn{
		width: 86%;
		padding: 20px 7%;
	}
	a.contUsMail{
		font-size: 16px;
		margin-top: 25px;
	}
	
	/* 所在地 */
	.location{
		width: 90%;
		padding: 30px 5%;
	}
	.locationIn{
		width:100%;
	}
	.lpcationInn{
		width:100%;
	}
	.lpcationInn img{
		width:80%;
	}
	.lpcationInnadd{
		width: 95%;
		padding: 20px 0 0 5%;
		font-size: 13px;
	}
	
	/* サイトマップ */
	h2.f_SiteMapTitle{
		width:90%;
		margin: 20px auto;
	}
	.f_SiteMapIn{
		width: 90%;
		padding: 0;
	}
	.f_SiteMap ul{
		margin:0 0 20px 0;
	}
	.f_SiteMap li{
		font-size: 13px;
		padding: 0 0 0 4%;
		width: 96%;
	}
	.f_SiteMapIn ul li.f_SiteMapInn{
		width:96%;
		padding: 0 2%;
	}
	.f_SiteMap{
		padding-bottom: 0;
	}

	
	
	
	/* === スマホナビ === */
	/* 三の下にMENU */
	.drawer-hamburger:after{
		display: block;
		content:"MENU";
		width:50px;
		margin-top:15px;
		margin-left:-15px;
		font-size:8px;
		color:#999;
	}
	.drawer-navigation .dropdown-toggle:after{
		content: "\f055";
		color:#62929e;
	}
	.drawer-navigation .dropdown-toggle.toggled-on:after{
		content: "\f056";
		color:#62929e;
	}
	.drawer-navigation-content{
		padding: 60px 20px;
	}
	.main-navigation div.menu > ul > li, .main-navigation ul.menu > li{
		border-bottom:solid 1px #d1d1d1;
	}
	.drawer-navigation ul li li{
		border-top:solid 1px #d1d1d1;
	}
	.drawer-navigation a:before{
		content: "\f138";
		color:#b0c9d0;
		font-size:14px;
	}
	
	/* スライダーの高さ調整 */
	/*
	div#n2-ss-5 .n2-ss-slider-2
	{
		height:200px !important;
	}
	.n2-ss-slide{
		width:100% !important;
		height:200px !important;	
	}
	.n2-ss-slider .n2-ss-slide-background-image{
		height:200px !important;
	}
	*/
	
	/* === トップニュース === */
	.top_news ul.wp-block-latest-posts__list li a{
		font-weight:bold;
	}


	/* === リンク集系 === */
	/* リンク集・事業者サイト */
	li.oriLink_list_site{
		display: block;
		width: 70%;
		margin: 0 auto 20px;
		padding: 20px;
	}

	/* リンク集・協会 */
	li.oriLink_list_asso{
		display: block;
		width: 90%;
		margin: 0 auto 20px;
		padding: 20px;
	}
	li.oriLink_list_asso .oriLink_list_title a{
		font-size:25px;
	}
	li.oriLink_list_asso .oriLink_list_come p{
		font-size: 14px;
		padding: 5px 0 10px 0;
		margin:0;
	}
	
	/* リンク集・個人店 */
	li.oriLink_list_shop{
		display: block;
		width: 100%;
		margin:0 0 20px 0;
		padding: 0;
	}
	li.oriLink_list_shop a.track_this_link{
		padding: 0 5% 0 0;
		display: block;
		width: 35%;
		height:100%;
		float: left;
	}
	li.oriLink_list_shop .oriLink_list_title{
		margin-top:10px;
	}
	li.oriLink_list_shop .oriLink_list_title a{
		display: block;
		width: 55%;
	}
	li.oriLink_list_shop a.track_this_link img{
		height: 100%;
		width: 100%;
		vertical-align: bottom;
		object-fit: cover;
	}
	li.oriLink_list_shop .oriLink_list_come p{
		font-size: 12px;
		padding: 5px 5% 10px 0;
	}
	
	/* 関連団体サイト */
	li.oriLink_list_related{
		list-style:none;
		width: 46%;
		float: left;
		margin: 2%;
	}
	
	/* === メールフォームカスタマイズ === */
	table.table-res-form{
		width:100%;;
	}
	table.table-res-form tr{
		border-top: solid 1px #eee;
		padding: 7% 2%;
		display: inline-block;
	}
	table.table-res-form th, table.table-res-form td{
		border: none;
		width:100%;
		float:left;
	}
	table.table-res-form th{
		padding: 10px 0;;
	}
	table.table-res-form td{
		padding: 0;
	}
	
	table.table-res-form .wpcf7-text,table.table-res-form .wpcf7-textarea{
		width:100%;
		padding: 15px;
		background: #f2f7f7;
		border: none;
		border-radius: 3px;
	}
	table.table-res-form .wpcf7-select{
		height: 51px;
		font-size:14px;
	} 
	table.table-res-form .wpcf7-submit{
	padding: 25px;
	font-size: 17px;
	margin-top: 0px;
	}
	
	/* === 記事ページ === */
	body.category-news .site-content,
	body.category-activity .site-content
	{
		background: #eee;
	}
	body.category-news .site-content header.page-header,
	body.category-activity .site-content header.page-header
	{
		margin-bottom: 3rem;
	}
	/* 記事一覧ナビ */
	body.category-news .nav-links a,
	body.category-activity .nav-links a
	{
		background: #fff;
	}
	
	.topi_list{
		
	}
	.topi_list .post-list .post-thumbnail{
		margin-bottom: 0rem;
	}
	.topi_list .post-list .post-thumbnail img{
		border-radius: 3px 3px 0 0;
	}
	.topi_list .post-list{
		box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
		width: 100%;
		margin: 0 auto;
		background: #fff;
		border-radius: 3px;
	}
	.topi_list .post-list .hentry{
		border-bottom: none;
		padding-bottom: 2rem;
		margin-bottom: 3rem;
		background: #fff;
		border-radius: 3px;
	}
	.topi_list .post-list .post-list-content{
		padding: 2rem 2rem 0 2rem;
	}
	.topi_list .post-list header.entry-header{
		border-bottom:dashed 1px #cbcbcb;
	}
	.topi_list .post-list header.entry-header .cat-links{
		font-size: 80%;
		margin-bottom: 4px;
	}
	.topi_list .post-list .entry-meta{
		font-size: 80%;
	}
	
	.post-template-default .ori_entry-header .post-thumbnail{
		height: 200px;
margin-left: 0;
margin-right: 0;
	}
	.post-template-default .ori_entry-header .post-thumbnail img{
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		max-width: none;
	}
	.post-template-default .ori_entry-header .entry-title{
		border: none;
		padding: 0;
	}
	
	/* サイドバー（下） */
	.sidebar-area{
		border: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	.post-template-default .ori_entry-header aside.widget{
		margin-bottom: 2rem;
	}

	/* サイドバー */
	body.category-news .sidebar-area, body.category-activity .sidebar-area{
		margin-top: 0;
	}
	.sidebar-area{
		background: #fff;
		padding: 0 20px;
		margin: 0 -20px;
	}
	.sidebar-area .wp-block-latest-posts__post-title{
		font-weight: bold;
	}
	.sidebar-area h2.oriTitle_1{
		font-size:20px;
	}
	
	/* スマホスライダー文字調整 */
	.slider_text_in .n2-ss-text{
		font-size: 150% !important;
	}
	/* スライダー */
	h2{
		margin-top: 2em;
	}

/* 記事内のページ送り */
.post-navigation .nav-links{
	margin-top:100px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next
{
	width:96%;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}
.post-navigation .nav-links .nav-previous{
	padding:20px 2%;
	float:left;
	text-align: right;
	margin-top:0;
	margin-bottom:0;
}
.post-navigation .nav-links .nav-next{
	padding: 20px 2%;
	float:left;
	text-align:left;
	margin-top:0;
	margin-top: -1px;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a
{
	display: block;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover{

}


.post-navigation .nav-links .nav-next .post-nav-title:before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content: "\f100";
	margin-right:10px;
}
.post-navigation .nav-links .nav-previous .post-nav-title:after{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content: "\f101";
	margin-left:10px;
}











/* === オリジナル見出し === */
/* oriTitle1 */
.oriTitle_1{
	border-bottom: solid 3px #c6c5b9;
	position: relative;
	font-size:25px;
	color:#676767;
	padding:0 0 10px 0;
}
.oriTitle_1::after{
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px #62929e;
	bottom: -3px;
	width: 20%;
}
	/* oriTitle2 下二重線 */
	.oriTitle_2{
		font-size:20px;
		text-align: left;
	}
	
/* oriTitle3 左側にライン */
.oriTitle_3{
	padding:0 0 0 10px;
	border-left: 7px solid #62929e;
	color:#676767;
	font-size:25px;
}
/* oriTitle4 左側にライン＋バック背景 */
.oriTitle_4{
	padding:0 0 0 10px;
	border-left: 7px solid #62929e;
	color:#676767;
	font-size:25px;
	background:#e9e9e9;
}
/* oriTitle_5 */
.oriTitle_5{
	margin-top: 50px;
	margin-bottom: 0;
	font-size: 18px;
	color: #444;
	border-top: solid 3px #62929e;
	border-bottom: solid 1px #bababa;
	padding: 10px 3%;
}

/* oriHeadline_1 大きいかぎかっこ*/
.oriHeadline{
	text-align: left;
}
p.oriHeadline_1{
	position:none;
	left: 0px;
	margin:0;
	font-size: 30px !important;
	text-align: left;
	background: linear-gradient(to top, #e4edf0 0% 50%, rgba(0,0,0,0) 50% 100%);
	display: inline;
	padding: 0 1px 10px;
	top: 30px;
}
p.oriHeadline_1::before, p.oriHeadline_1::after {
	content: '';
	width: 0;
	height: 0;
	position: none;
}

p.oriHeadline_1::before {
	border-left: none;
	border-top: none;
	top: 0;
	left: 0;
}

p.oriHeadline_1::after {
	border-right: none;
	border-bottom: none;
	bottom: 0;
	right: 0;
}

/* === オリジナルボタン === */
/* oriButton_1 左寄せ */
.oriButton_1,
.oriButton_2{
	color:#62929e;
}
.oriButton_1{
	width: 90%;
	padding:0 5%;
}
.oriButton_1 a:hover,
.oriButton_2 a:hover{
	background-color: #62929e!important;
	transition:0.5s;
	color:#ffffff!important;
}
.oriButton_1 a,
.oriButton_2 a{
	width:100%;
	border: solid 2px #62929e;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	color:#4473a3;
	font-size:16px;
}
.oriButton_1 a::before,
.oriButton_2 a::before {
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content: "\f138";
	margin-right:10px;
}
/* oriButton_2 中央寄せ */
.oriButton_2{
	width:90%;
}
.oriButton_2 a{
	text-align: center;
}
.oriButton_2 a::after {
	margin-left:10px;
}




	/* スマホのみ表示 */
	.only_pc
	{
		display: none;
	}
	.only_sp
	{
		display: block;
	}

}







