
.c-copyright {
	text-align: center;
	background-color: #8ebe48;
}

.c-copyright a {
color: #fff;
}

.c-entry__header {
display: none;
}


/*セクションの英単語*/
.has-text-align-left.section {
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: 2.75em;
}

/*セクションの「会社概要」など*/
h3 .item {
	margin-left: 50px;
	font-size: 18px;
	font-family: serif;
}

/*セクションの下線を緑に*/
.has-text-align-left.section{
	position: relative;
	overflow: hidden;
	padding: .3rem .3rem 0rem .3rem;
}
.has-text-align-left.section::before,
.has-text-align-left.section::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.has-text-align-left.section:before{
	border-bottom: 2px solid #8ebe48;
	width: 100%;
}
.has-text-align-left.section:after{
	border-bottom: 2px solid #f5f5f5;
	width: 100%;
}

/*MESSAGE*/
.has-text-align-left.message {
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: 2.75em;
}

/*代表挨拶*/
h3 .item {
	margin-left: 50px;
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic ProN";
}

.message_font {
	font-family: serif;
}



/*キャプション右寄せ*/
figcaption {
	text-align: right;
}

/*表の枠の色*/
.c-responsive-table>table td, .c-responsive-table>table th, .p-entry-content>table td, .p-entry-content>table th, .textwidget>table td, .textwidget>table th, .wp-block-table td, .wp-block-table th {
	border: 1px solid #eee6;
}

/*筆文字*/
.wp-block-image img, img.aligncenter, img.alignleft, img.alignnone, img.alignright {
	box-shadow: 0 0 0 0 rgba(0,0,0,.1), 0 0px 0px 0 rgba(0,0,0,.1);
}

/*明和スチールタイトル*/
.blue-title {
	font-size: 72px;
    font-family: auto;
    font-weight: 800;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color)  {
	color: #77a8bc;
}

/*明和セクションの下線を緑に*/
.has-text-align-left.meiwa{
	position: relative;
	overflow: hidden;
	padding: .3rem .3rem 0rem .3rem;
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: 2.75em;
}
.has-text-align-left.meiwa::before,
.has-text-align-left.meiwa::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.has-text-align-left.meiwa:before{
	border-bottom: 2px solid #77a8bc;
	width: 100%;
}
.has-text-align-left.meiwa:after{
	border-bottom: 2px solid #f5f5f5;
	width: 100%;
}

/*表の中の文字の余白*/
.c-responsive-table>table td, .c-responsive-table>table th, .p-entry-content>table td, .p-entry-content>table th, .textwidget>table td, .textwidget>table th, .wp-block-table td, .wp-block-table th {
	padding: .0rem .5rem;
}

/*表のストライプの色*/
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #f3f4f56e;
}

/*メニューのロゴの大きさ*/
.c-site-branding .custom-logo, .wpaw-site-branding .custom-logo {
	
}

/*メニューの文字の大きさ*/
.p-global-nav .c-navbar__item>a {
font-size: .8768rem;
}

/*Contact Form 7カスタマイズ*/
.wpcf7-textarea, textarea.wpcf7-text {
	width: 97.2%;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:359px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}
}

@media (max-width: 519px){
		.wpcf7-text, .wpcf7-textarea {
		width: 100%;
	}
}

/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#a5a3a3;
 color:#fff;
 border-radius:0px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#8ebe48;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#8ebe48;
 border:2px solid #8ebe48;
}
/*左側の文字の上下中央*/
.post_content .td_to_th_ tbody td:first-child, .post_content tbody th {
	vertical-align: middle;
}
/*入力側の枠の色変更*/
button, input, select, textarea {
	background-color: #fff;
	border: 0px solid;
	border-radius: 0px;
}

/*入力項目左寄せ*/
th {
	text-align: left;
}

/*お問い合わせの下線*/
.p-entry-content>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .textwidget>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	margin-top: 0.33696rem;
}

/*ヘッダー下の余白*/
.l-contents {
	margin-top: -50px;
}

/*ダウンロードボタン*/
.wp-block-file .wp-block-file__button {
background: #ffffff;
	color: #4C4C4C;
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
	background: #dedede;
	color: #fff;
}


/*表内の文言 上に揃える*/
.c-responsive-table>table td, .c-responsive-table>table th, .p-entry-content>table td, .p-entry-content>table th, .textwidget>table td, .textwidget>table th, .wp-block-table td, .wp-block-table th {
	    vertical-align: top;
}

/*トップページ　ギャラリーの下の各写真の文字との余白*/
.p-entry-content>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .textwidget>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .wp-block-column>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .wp-block-group__inner-container>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .wp-block-media-text__content>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	margin-top: calc(var(--_space, .75rem)*1*var(--_margin-scale, 1));
}

/*インフォメーションの行の高さ*/
div.whatsnew a {
	padding: 3px 0;
}

/*トップ画像の矢印*/
div#n2-ss-2 .n2-style-278a2e603ee3f421393ae80735a7a68d-heading
{
	padding: 20px 20px 20px 20px;
}

.wp-block-image img {
	margin-bottom: 16px;
}

.wp-block-column:not(:first-child) {
	margin-left: calc(var(--_space, 1rem)*1*var(--_margin-scale, 1));
}


/*トップ画像の下のコンテンツの左右余白*/
[data-has-sidebar=false] .c-entry__content>.alignfull, [data-has-sidebar=false] .c-entry__content [class*=smb-]>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] .custom-html-widget>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] [class*=widget_inc2734_wp_awesome_widgets_]>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] [class*=widget_inc2734_wp_awesome_widgets_]>.c-container>.alignfull  {
	margin: 0 -92px;
}

.blue-title {
	margin-left: 80px;
}

/*スマホ用フッターアイコン*/
.svg-inline--fa {
    font-size: 1.6rem;
}






/*ブレークポイント 1024px未満 タブレット*/
@media (max-width: 1024px) {
	/*トップ画像の高さ調整*/
div#n2-ss-2 .n2-ss-slider-2 .n2-ow {

}
	/*コンテンツ6つの調整（左端の余白）*/	
	[data-has-sidebar=false] .c-entry__content>.alignfull, [data-has-sidebar=false] .c-entry__content [class*=smb-]>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] .custom-html-widget>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] [class*=widget_inc2734_wp_awesome_widgets_]>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] [class*=widget_inc2734_wp_awesome_widgets_]>.c-container>.alignfull {
		padding: 0 80px;
	}
	
	.wp-block-column:not(:first-child) {
margin-left: calc(var(--_space, 0rem)*1*var(--_margin-scale, 1));align-content
	}
	
	.wp-block-column:not(:only-child) {
		margin:0 8px;
		
	}
	
	.wp-block-column:not(:first-child) {
margin: auto;
	}
	
	/*トップページ　ギャラリーの下の各写真の文字との余白*/
.p-entry-content>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .textwidget>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .wp-block-column>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .wp-block-group__inner-container>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .wp-block-media-text__content>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	margin-top: calc(var(--_space, 0rem)*1*var(--_margin-scale, 1));
}
	
	.wp-block-columns {
		display: block;
	}
	
	.p-entry-content>h3, .textwidget>h3, .wp-block-column>h3, .wp-block-cover__inner-container>h3, .wp-block-group__inner-container>h3, .wp-block-latest-posts__post-full-content>h3, .wp-block-media-text__content>h3 {
margin-top: calc(var(--_space, 0rem)*1.75*var(--_margin-scale, 1));
	}

	 .pc { display: none !important; }
  .ipad { display: block !important; }
	.pc { display: none !important; }
	
	.top_con_flex {
		display: flex;
		text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
	}
	
	.con_flex {
		display: flex;
		margin-bottom: 8px;
	}
	
	/*トップページの6つのコンテンツの左右調整*/
	.con_left {
	margin-right: 10px;
}

.con_right {
	margin-left: 10px;
}
	

	
	

}

/*ブレークポイント 520px未満 スマホ*/
@media (max-width: 519px) {
	/*ファーストビューの高さ調整*/
div#n2-ss-2 .n2-ss-slider-2 .n2-ow {

}
	
/* 各コンテンツの左右余白 */	
[data-has-sidebar=false] .c-entry__content>.alignfull, [data-has-sidebar=false] .c-entry__content [class*=smb-]>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] .custom-html-widget>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] [class*=widget_inc2734_wp_awesome_widgets_]>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] [class*=widget_inc2734_wp_awesome_widgets_]>.c-container>.alignfull {
		margin: 0 0px;
	padding: 0px;
	}
	
	.wp-block-column:not(:only-child) {
		margin: 0 0px;
	}
	



/* 各タイトル（例MESSAGE代表挨拶） */
.has-text-align-left.section {
margin-bottom: 0.3rem;
	font-size: 2em;
	padding: .3rem .3rem 0rem .0rem;
}

	
	/* 代表挨拶文言の左横スペース調整 */
	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	.wp-block-column:not(:first-child) {
		margin-top: 0;
	}
	
/* 明和ページの各タイトル */
	.has-text-align-left.meiwa {
		font-size: 2em;
		margin-bottom: 0.3rem;
		padding: .3rem .3rem 0rem .0rem;
	}
	
	p.sp.blue-title {
	margin-top: calc(var(--_space, 0rem)*1*var(--_margin-scale, 1))
	}	
	
.blue-title {
		margin-left: 0px;
	font-size: 2rem;
	text-align: right;
	line-height: 36px;
	margin-right: 8px; 
	margin-top: 0rem;
	
	}
	

	
	[data-has-sidebar=false] .c-entry__content>.alignfull, [data-has-sidebar=false] .c-entry__content [class*=smb-]>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] .custom-html-widget>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] [class*=widget_inc2734_wp_awesome_widgets_]>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] [class*=widget_inc2734_wp_awesome_widgets_]>.c-container>.alignfull {
}
	
	
	

	
	
/* 表の調整 */

	
	tr {
		display: block;
	}
	
	td {
		display: block;
	}
	
	.date-bold {
		font-weight: bold;
	}
	
/*工場案内ページ機械の詳細*/	
.detail_line {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #8ebe48;/*左線*/
	font-weight: bold;
    font-size: 14px;
    
	margin-left: 18px;
	line-height: 18px;
	
}
	
	.detail_machine {
		font-size: 24px;
    color: #8ebe48;
	line-height: 25px;
		margin-left: 18px;
	}
	
	.detail_txt {
		font-size: 16px;
		color: #8ebe48;
		line-height: 18px;
		margin-left: 18px;
		padding-top: 4px;
    padding-bottom: 5px;
	}
	
	.txt_gas {
		font-size: 16px;
		color: #8ebe48;
		
		margin-left: 3px;
		
		font-weight: bold;
	}
	
	img .wp-image-nc03 {
		margin-bottom: 10px;
	}
	
	.flex {
		display: flex;
}
	
	.wp-block-image {
		margin-bottom: -12px;
	}
	
	.wp-block-cover, .wp-block-cover-image {
		min-height: 0px;
    height: 160px;
	}
	
	.wpcf7-text, .wpcf7-textarea {
		max-width: 96%;
	}
	
/*トップページの6つのコンテンツの左右調整*/
	.con_left {
	margin-right: 10px;
}

.con_right {
	margin-left: 10px;
}
	
	

}

@media screen and (min-width: 679px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* pcで見たときは"pc"のclassがついた画像が表示される */

@media only screen and (max-width:1025px) {
.pc { display: block !important; }
.ipad { display: none !important; }
.sp { display: none !important; }
	
	.c-entry__body .c-entry__content .p-entry-content .top_con_flex .pc .display_pc {
		display: none;
	}
	

}

/* pcで見たときは"pc"のclassがついた画像が表示される */
@media only screen and (min-width: 1024px) {
	.pc { display: block !important; }
	.ipad { display: none !important; }
  .sp { display: none !important; }
}



}
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 519px) {
  .pc { display: none !important; }
	.ipad { display: none !important; }
  .sp { display: block !important; }
	
}

/* ipadで見たときは"ipad"のclassがついた画像が表示される */
@media only screen and (max-width: 1023px) {
  .pc { display: none !important; }
	.ipad { display: block !important; }
  .sp { display: none!important; }
	.display_top {
		display: none;
	}
	
	
}

/* トップ画像の上に現れたセクション */
.l-contents__full-container .l-contents__inner [data-is-content-widget-area=true]:first-child {
	display: none;
}

/* メニューバーの余白調整 */
.p-global-nav .c-navbar__item>a {
	padding: calc(var(--_space, 1.2rem)*.6);
}

.p-global-nav .c-navbar__item>a {
	padding: .5rem;
}


[data-has-sidebar=false] .c-entry__content>.alignfull, [data-has-sidebar=false] .c-entry__content [class*=smb-]>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] .custom-html-widget>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] [class*=widget_inc2734_wp_awesome_widgets_]>.alignfull, [data-has-sidebar=false] [data-is-content-widget-area=true] [class*=widget_inc2734_wp_awesome_widgets_]>.c-container>.alignfull {
margin: 0px;
}



div.whatsnew {
	margin: 0 auto;
}

.p-footer-sub-nav {
	border-top: none;
}

.wp-block-group__inner-container {
	margin-left: 16px;
    margin-right: 16px;
}

/* 会社情報ページ 各項目詳細の左右余白 */
.wp-block-table {
	padding-left: 6px;
    padding-right: 6px;
}

/* コピーライト直前のメニュー位置 */
ol, ul {
	padding-left: 0em;
}


