@charset "UTF-8";
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}







/*marginとpaddingを初期化*/
img,
dl,
dd,
dt,
#header-name h1,
#subnavi-menu,
.module-box ul {
	margin: 0;
	padding: 0;
}




/*見出しの文字サイズの基本設定*/
h1 {
	font-size: 3em; /* 48px */
	line-height: 1;	/* 48px */
	margin-bottom: 0.5em;	/* 24px */
}
h2 {
	font-size: 2.25em; /* 36px */
	line-height: 1.3333;	/* 48px */
	margin-bottom: 0.6667em;	/* 24px */
}
h3 {
	font-size: 1.5em; /* 24px */
	line-height: 1.25;	/* 30px */
	margin-bottom: 1em;	/* 24px */
}
h4,h5,h6 {
	font-size: 1em; /* 16px */
	line-height: 1.125;	/* 18px */
	margin-bottom: 1.5em;	/* 24px */
}

/*テキストの設定*/
.text-emphasis {
	color: #f00;
	font-weight: bold;
}


/*リンク部分の下線*/
.hvr-td-none a,	/*専用class*/
.hvr-td-underline a,	/*専用class*/
#header-name a,
nav li a,
.breadcrumbs a,
.wp-pagenavi a,
.img-view a,
.post-title a,
#products-content li a,
#items-list a,
.morelink-1 a,
.morelink-2 a,
#question-list li a,
.products-list a,
#postnavi a,
.page .entry-header-2 a,
.module-set a,
.module-more-link a,
#footer-module-right li a,
#footer-module-left h2 a {
	color: #666;
	text-decoration: none;
}
.hvr-td-underline a:hover,	/*専用class*/
#header-name a:hover,
.breadcrumbs a:hover,
.post-title a:hover,
.post-info span a:hover,
#products-content li a:hover,
#items-list a:hover,
.morelink-1 a:hover,
.morelink-2 a:hover,
#question-list li a:hover,
.products-list a:hover,
#postnavi a:hover,
.module-more-link a:hover,
#footer-module-right li a:hover,
#footer-module-left h2 a:hover {
	text-decoration: underline;
	/*background: #9FC;*/
}
a.link-block {
    display: block;
}



/*箇条書きマークを消す設定*/
.ls-none,	/*専用class*/
nav ul,
.tab,
#products-content,
#question-list,
.module-set ul,
#footer-module-right ul {
	list-style: none;
	padding: 0;
}

/*画像の設定*/
.pagebody .entry img,	/*aoca2017時代の記述*/
.pagebody .entry-section img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 1em;
}
a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}
.frame-circle img {
	border-radius: 50%;
}




/*パンくずリスト*/
#breadcrumbs-area {
	background: #ecf6ee;
	padding: 0.75em;
}
.breadcrumbs {
	font-size: 0.85em;
}

/*PageNavi部分*/
.wp-pagenavi {
	margin-bottom: 3em;
	text-align: center;
}
.wp-pagenavi a,
.pages,
.current {
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.75em;
	border: 1px solid #308F40;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
}
.current {
	color: #fff;
	background: #308F40;
}


/*右寄せ・左寄せ・中央寄せの設定*/
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 1em;
}
.alignright {
	float: right;
	margin-left: 1em;
}
.floatnone {
	float: none;
}


/*Google Mapのレスポンシブ化*/
#google-maps {
    position: relative;
    padding: 40%;
    height: 0;
    overflow: hidden;
}
#google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*YouTube動画のレスポンシブ化*/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;    /*9:16=x:100*/
    margin-bottom: 2rem;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}




/*ヘッダー部分*/
header {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
    width: 100%;
    background: rgba(255,255,255,.8);
    transition: .5s;
}
header.obscure {
	top: -100px;
}
#header-inner {
	padding-left: 10px;
	padding-right: 10px;
}
#header-name {
	margin-bottom: 1em;
}
#header-name h1 a {
	font-size: 0.5em;
	font-weight: normal;
	color: #308F40;
}
#header-name p {
	font-size: 0.8em;
}





/*グローバルナビ部分2022*/
.menu-trigger,
.menu-trigger span,
.menu-trigger p {
    display: inline-block;
    transition: all .4s;
    cursor: pointer;
}
.menu-trigger {
    position: relative;
    width: 3em;
    height: 3em;
    background: transparent;
    border: 0;
    z-index: 4;
    margin-top: 1em;
}
.menu-trigger span {
    position: absolute;
    background: rgba(48,143,64,1.0);
    width: 3em;
    height: 0.25em;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-trigger span:nth-of-type(1) {
    top: 0.5em;
}
.menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0.5em;
}
.menu-trigger.active span:nth-of-type(1) {
	/*background: #fff;*/
    -webkit-transform: translateY(0.9em) rotate(-45deg);
    transform: translateY(0.9em) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2),
.menu-trigger.active p {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	/*background: #fff;*/
    -webkit-transform: translateY(-0.9em) rotate(45deg);
    transform: translateY(-0.9em) rotate(45deg);
}
.menu-trigger p {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
}
#gnavi {
    display: none;
    position: fixed;
    top: 0;
    background: rgba(48,143,64,.8);
    width: 100%;
    height: 100%;
    z-index: 3;
}
#menu-gnavi {
    margin-top: 4em;
    padding: 2em;
}
#menu-gnavi li {
    border-bottom: 1px solid #fff;
}
#menu-gnavi li a {
    display: block;
    text-align: center;
	text-decoration: none;
    color: #fff;
    padding: 1em 0;
}
#menu-gnavi li a:hover {
    background: rgba(255,255,255,.4);
    transition: .6s;
}





/*背景エリア*/
.bg-area-1 {
	background: url(../img/bg_001.png);
	padding: 1em 1em 0.25em;
}



/*タイトル部分*/
.entry-header-1,
.module-header-2 {
	position: relative;
	font-weight: normal;
	color: #308F40;
}
.entry-header-1 span,
.module-header-2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background: #fff;
	text-align: left;
}
.entry-header-1::before,
.module-header-2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg,transparent,#a3bfa8 20%,#a3bfa8 80%,transparent);
	background: linear-gradient(-45deg,transparent,#a3bfa8 20%,#a3bfa8 80%,tranparent);
}
.entry-header-1 {
	font-size: 1.75em;
	letter-spacing: 0.25em;
}

.entry-header-2 {
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
}
.entry-header-2 i {
	color: #308F40;
	margin-right: 0.5em;
}
#recommend .entry-header-2 {
    font-size: 1.75em;
}

.entry-header-3 {
	color: #000;
	text-align: center;
	font-size: 1.5em;
}
.entry-header-3 i {
	color: #308F40;
	font-size: 1.6em;
	margin-right: 0.25em;
}
#recommend .entry-header-3,
#recommend .entry-header-3 i {
    font-size: 1em;
}
#recommend .entry-header-3 {
    color: #666;
}


.entry-header-4 {
	color: #000;
	font-size: 1.75em;
	font-weight: normal;
}

.entry-header-5 {
	position: relative;
	font-size: 1.75em;
	padding: 1em 1em 0.25em;
	border-bottom: 1px solid #308F40;
}
.entry-header-5::after {
	position: absolute;
	top: 1.45em;
	left: 0.25em;
	z-index: 2;
	content: '';
	width: 0.4em;
	height: 0.4em;
	background: #308F40;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.entry-header-6 {
	font-size: 1.25em;
	margin: 1.5em 0 0.5em;
}
.entry-header-6::before {
	content: '\f046';
	font-family: FontAwesome;
	color: #308F40;
	margin-right: 0.2em;
}
.entry-header-7 {
	font-size: 2em;
	font-weight: normal;
	color: #000;
	padding: 1em 0.25em 0.25em;
	margin-bottom: 1em;
	border-bottom: 3px solid #308F40;
}

/*もっと見るリンク１*/
.morelink-1,
.morelink-1 span,
.morelink-1::before,
.morelink-1::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.morelink-1 span,
.morelink-1::before,
.morelink-1::after {
	display: block;
	position: absolute;
}
.morelink-1::before,
.morelink-1::after {
	z-index: -1;
	content: '';
}
.morelink-1,.morelink-1 span {
	width: 9em;
	height: 3em;
}
.morelink-1 {
	position: relative;
	-webkit-perspective: 5em;
	perspective: 5em;
	margin: auto;
}
.morelink-1 span {
	border: 1px solid #308F40;
	border-radius: 5px;
	text-align: center;
	line-height: 3em;
}
.morelink-1 span:nth-child(1),
.morelink-1 span:nth-child(2) {
	-webkit-transform-origin: 50% 50% -1.5em;
	-moz-transform-origin: 50% 50% -1.5em;
	transform-origin: 50% 50% -1.5em;
}
.morelink-1 span:nth-child(1) {
	background-color: #308F40;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.morelink-1 span:nth-child(2) {
	background-color: #fff;
	color: #308F40;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.morelink-1:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.morelink-1:hover span:nth-child(2) {
	background-color: #308F40;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.morelink-1 i {
	margin-left: 0.25em;
}

/*もっと見るリンク２＆３*/
.morelink-2,
.morelink-3 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.morelink-2:before,
.morelink-3:before {
	position: absolute;
	top: 0.25em;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.morelink-2 {
	padding-right: 2.2em;
}
.morelink-2:before {
	content: "\f138";
	right: 1em;
}
.morelink-2:hover:before,
.morelink-2:focus:before,
.morelink-2:active:before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
.morelink-3 {
	padding-left: 2.2em;
}
.morelink-3:before {
	content: "\f137";
	left: 1em;
}
.morelink-3:hover:before,
.morelink-3:focus:before,
.morelink-3:active:before {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}


/*wp-block-quote*/
.wp-block-quote{
    margin: 0 0 1em 0;
    padding: 0.75em;
    background-color: #ecf6ee;
}
.wp-block-quote cite:before{
	/* position: absolute; */
    top: 0;
    left: 0;
    color: rgba(19,174,103,1.0);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f075";
	padding-right: 0.25em;
}



/*サイドバー部分*/
.module-set {
	border-radius: 20px;
	/*background: #F93;*/
	margin-bottom: 3em;
}
.module-header-1 {
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	color: #308F40;
	margin: 0;
	padding: 0.75em;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
.module-header-2 {
	font-size: 1em;
	margin-bottom: 0.75em;
}
.module-set ul {
	background: #ecf6ee;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
.module-set ul li {
	text-align: center;
	font-size: 1.2em;
	margin: 0 1em;
	padding: 1em 0;
}
.module-set ul li+li {
	border-top: 1px solid rgba(48,143,64,0.3);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}




/*フッター部分*/
footer {
	border-top: 5px solid #308F40;
	padding: 1em 0 0;
}
#footer-module-right ul {
	margin-top: 2em;
}
#menu-footer-navi {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 2em;
}
address {
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
}
#footer-module-left h2 img {
	width: 30%;
	margin-right: 0.5em;
}
#footer-module-left h2 a {
	font-size: 0.5em;
	font-weight: normal;
	color: #308F40;
}
#copyright {
	background: #ecf6ee;
	margin-top: 1em;
	padding: 1em;
}
#copyright p {
	font-size: 10px;
	margin: 0;
}


/*テーブルの設定*/
.entry-table-1,
.entry-table-1 th,
.entry-table-1 td,
.entry-table-2,
.entry-table-2 th,
.entry-table-2 td {
	border: 1px solid #308f40;
}
.entry-table-1 th,
.entry-table-1 td,
.entry-table-2 th,
.entry-table-2 td {
	padding: 0.5em;
}
.entry-table-1,
.entry-table-2 {
	width: 85%;
	margin: auto;
	border-collapse: collapse;
}
.entry-table-1 th {
	width: 25%;
	background: #cbebd0;
	font-weight: normal;
}
.entry-table-1 td {
	width: 75%;
}
.entry-table-2 th {
	background: #cbebd0;
	font-weight: normal;
}
#products-details th,
#products-details td {
	padding: 0.5em;
}
#products-details {
	width: 85%;
	margin: auto;
}
#products-details th {
	width: 25%;
	background: #cbebd0;
	border-bottom: 4px solid #fff;
	border-left: 3px solid #308f40;
	font-weight: normal;
}
#products-details td {
	width: 75%;
	border-bottom: 1px solid #cbebd0;
}
#products-details span {
	color: #f00;
	font-size: 0.75em;
	margin-left: 1em;
}



/*トップページ*/

/*お知らせ記事一覧*/
#news-list .morelink-1,
#topics-list .morelink-1 {
	margin: -2.5em auto 5em;
}
.img-view {
	position: relative;
	text-align: center;
	border: 10px solid #fff;
	overflow: hidden;
	transition: all 0.2s linear;
}
.img-view .img-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(0,0,0,0.4);
	transition: all 0.4s ease-in-out;
}
.img-view:hover .img-mask {
	opacity: 1;
	border-radius: 5px;
}
.img-view img {
	display: block;
	position: relative;
	width: auto;
	height: auto;
}
.img-view:hover img {
	transform: scale(1.1);
	transition: all 0.2s ease-in-out;
}
.img-view a.img-link {
	display: inline-block;
	margin-top: 30%;
	padding: 0.5em 1em;
	color: #fff;
	text-transform: uppercase;
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.img-view:hover a.img-link {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.2s;
}
.post-info,.post-title {
	padding: 0 15px;
}
.post-info {
	font-size: 0.85em;
	margin-bottom: 0;
}
.post-info span a {
	margin-left: 1em;
	color: #0071BE;
	text-decoration: none;
}
.post-title a {
	font-size: 0.65em;
	font-weight: normal;
	color: #000;
}


.badge {
	position: absolute;
	z-index: 3;
	top: -10px;
	left: -10px;
	width: 160px;
	height: 160px;
	padding-top: 25px;
	border-radius: 80px;
	background: #0071BE;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 5px #aaa;
	-ms-transform: scale(0.5);
	-ms-transform-origin: left top;
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: left top;
	transform: scale(0.5);
}
.badge p {
	font-size: 2em;
}
.badge i {
	display: block;
	font-size: 3em;
}
h3.topics {
	position: relative;
	padding: 0.75em 1em;
	margin-top: -70px;
	margin-bottom: 35px;
	background: #ecf6ee;
}
h3.topics::before,
h3.topics::after {
	position: absolute;
	content: '';
	border-style: solid;
	border-color: transparent;
	border-width: 0 10px 10px 0;
}
h3.topics::before {
	top: 100%;
	left: 0;
	border-right-color: #308F40;
}
h3.topics::after {
	top: -10px;
	right: 0;
	border-bottom-color: #308F40;
}
h3.topics a {
	font-size: 0.75em;
	font-weight: normal;
	color: #308F40;
}
.post-excerpt {
	padding: 0 10px;
}



/*おすすめ製品の読み込み部分*/
#recommend {
	background: rgba(48,143,64,.3);
	padding: 2em 1em 0;
}
#recommend .entry-section,
#recommend ul {
	margin-bottom: 0;
}




/*製品一覧のタブメニュー*/
.tab {
	margin-bottom: 0;
}
.tab li {
	background: #ccc;
	float: left;
	padding: 0.5em 1em;
	margin-right: 0.25em;
}
.tab li:hover {
	cursor: pointer;
}
.tab li.select {
	background: #eee;
}
#products-content li {
	background: #eee;
	padding: 2em 1em 2em;
}
.hide {
	display: none;
}

/*CSSのみで作るタブメニュー*/
.tab-label {
	background: #ccc;
	margin-right: 0.25em;
	text-align: center;
	padding: 1em 0.5em;
	order: -1;
	flex: 1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: .3s;
}
.tab-label:hover {
	background: #999;
}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: #eee;
}
.tab-switch:checked+.tab-label {
/*	border-top: 1px solid #4F3200;
	border-right: 1px solid #4F3200;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #4F3200;
*/	background: #eee;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 2em 0;
	opacity: 1;
	transition: .5s opacity;
}
.tab-switch {
	display: none;
}









/*よくある質問*/
#question-list li {
	padding: 1em;
}
#question-list li+li {
	border-top: 1px dotted #aaa;
}
#question-list li i {
	font-size: 1.5em;
	color: #308F40;
	margin-right: 0.25em;
}
#question-pickup .morelink-2 {
	margin-left: 2em;
}
.question-template-default article h2 {
	font-size: 1.75em;
	font-weight: normal;
	color: #000;
	margin: 1.5em 0 0.5em;
	padding: 1em 0.25em 0.25em;
	border-bottom: 1px solid #308F40;
}
.question-template-default article h2::before {
	content: '\f059';
	font-family: FontAwesome;
	color: #308F40;
	margin-right: 0.2em;
}


/*個別記事ページ*/
.single #banner img {
	width: 100%;
}
#entry-info-area {
	margin: -2em 0 2em;
}
.single article p,
.single article li {
	font-size: 1.125em;
	line-height: 1.5em;
}
.single article img {
	margin-bottom: 1.5em;
}
#postnavi {
	margin-top: 2em;
	padding: 2em 0;
	border-top: 1px solid rgba(48,143,64,0.3);
}


/*製品一覧ページ*/
.products-list {
	margin-bottom: 0;
}
.products-list+.products-list {
	border-top: 1px solid #ccc;
	padding-top: 2em;
}
#items-list .entry-box img {
	margin-bottom: 2em;
}

/*製品詳細ページ*/
.info-list-1 {
	width: 90%;
	margin: auto;
}
.info-list-1+.info-list-1 {
	margin-top: 1px;
}
.info-list-1 dt,
.info-list-1 dd {
	float:  left;
	padding:  0.75em 0.5em;
}
.info-list-1 dt {
	width: 30%;
	background: #ECF6EE;
	border-left: 3px solid #2B903C;
}
.info-list-1 dd {
	width: 70%;
	margin-left: 0;
	border-bottom: 1px solid rgba(48,143,64,0.3);
}


/*AOVA magazine個別記事ページ*/
.magazine-menu {
	margin-bottom: 1.75em;
	padding-left: 1em;
	padding-right: 1em;
}
.magazine-menu dt {
	color: #308F40;
}
.magazine-menu dd {
	margin-left: 0;
	font-size: 1.5em;
}


/*固定ページ*/
.page-child .entry img {
	margin-bottom: 2em;
}
.page article p,
.page article ul {
	font-size: 1.125em;
	line-height: 1.5em;
	margin-bottom: 2em;
}




/*申し込みフォーム*/
.contact-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.contact-block dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.contact-block dl+dl {
/*	margin-top: 2em;*/
}
.contact-block dt,
.contact-block dd {
	margin: 0;
	padding: 0.25em;
}
.contact-block dt {
    color: rgba(48,143,64,.7);
}
.contact-block p {
	text-align: center;
/*	margin: 2em 0;*/
}
.contact-block input[type="text"],
.contact-block input[type="email"],
.contact-block textarea,
.contact-block input[type="submit"] {
    width: 100%;
}
.contact-block p input {
	padding: 0.25em 1em;
/*	background: #fff;*/
}
.contact-block input[type="submit"] {
    background: rgba(48,143,64,1.0);
    border: none;
    color: #fff;
    padding: 0.5em;
}
.contact-block input[type="submit"]:hover {
    background: rgba(48,143,64,.7);
    transition: .3s;
}
.flexible-form-text {
    margin-bottom: 2em;
}
span.required {
	color: #f00;
	font-size: 0.75em;
	margin-left: 1em;
}






/*代表者挨拶ページ*/
.page-template-tpl_message .entry {
	display: flow-root;
}
.page-template-tpl_message .entry figure{
	float: left;
	width: 30%;
    margin-left: 0;
	margin-right: 2em;
	margin-bottom: 1em;
}
.page-template-tpl_message .entry article {
	float: none;
}


/*プライバシーポリシー*/
.page-id-19 dl {
	margin-bottom: 2em;
}
.page-id-19 dl dt {
	font-weight: bold;
}
.page-id-19 dl dd {
	margin-left: 0;
}


/*メルマガ登録用ボタン*/
#mail-register{
	position: fixed;
    z-index: 10;
    left: 1em;
    bottom: -1em;
    background: #fff;
    border: none;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 3em;
    width: 14em;
    height: 4em;
    background-color: #308f40;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
}

#mail-register a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#mail-register i{
	padding-left: 0.4em;
}

/*	#####	600px以上	#####	*/
@media(min-width: 600px) {

html {
	font-size: 100%;
}


/*ヘッダー部分*/



/*グローバルナビ部分*/
/*#subnavi-menu li {
	margin-top: 0.75em;
}*/


/*お知らせ記事一覧*/
.badge p {
	font-size: 1.5em;
}
h3.topics {
	margin-top: -4em;
	margin-bottom: 2em;
}






}


/*	#####	767px以下	#####	*/
@media(max-width: 767px) {

    /*スマホ・タブレットでは非表示*/
    .sp-none {
        display: none;
    }
    
    
    /*サイドバー部分*/
    #module-banner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .module-banner-list {
        width: 49%;
        margin-bottom: 1em;
    }




}



/*	#####	768px以上	#####	*/
@media(min-width: 768px) {

    /*PCでは非表示*/
    .pc-none {
        display: none;
    }
    /*背景エリア*/
    .bg-area-2 {
        background: url(../img/bg_001.png);
        padding: 1em 1em 0.25em;
    }


    /*ヘッダー部分*/
    #header-name {
		/*width: 25%;*/
        text-align: center;
    }
    #header-name h1 {
        font-size: 1.75em;
        margin-top: 0.25em;
    }



    /*/*グローバルナビ部分*/
    /*#menubtn {
        display: none;
    }
    #menu-gnavi {
        display: block !important;
        text-align: center;
    }
    #menu-gnavi li {
        display: inline-block;
        margin: 1em 0;
        position: relative;
        z-index: 1;
    }
    #menu-gnavi li a {
        font-size: 0.85em;
        padding: 0.25em 1.15em;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    #menu-gnavi li a:hover {
        letter-spacing: 0.2em;
    }

    #menu-gnavi li i {
        font-size: 1.5em;
    }
    #menu-gnavi li ul.sub-menu {
        display: none;
        position: absolute;
        top: 35px;
        left: 0;
        margin: 0;
    }
    #menu-gnavi li:hover ul.sub-menu {
        display: block;
    }
    #menu-gnavi li ul.sub-menu li {
        float: none;
    }
    #menu-gnavi li ul.sub-menu li a {
        width: 80px;
        border: 1px solid #4D535B;
        border-top: none;
        padding-left: 1em;
        padding-bottom: 0.5em;
        background: #272D33;
        text-align: left;
        color: #A5AFB8;
    }
    #menu-gnavi li ul.sub-menu li a:hover {
        color: #fff;
    }
    */

    
    /*サイドバー部分*/
    #module-banner li+li {
        margin-top: 1em;
    }



    /*トップページ*/
    #products-slider {
        max-width: 800px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }


    /*製品一覧のタブメニュー*/
    .tab li {
        padding-left: 3em;
        padding-right: 3em;
    }



    /*よくある質問*/
    #question-pickup .entry-header-3 {
        margin-bottom: 2em;
    }
    #question-pickup p {
        font-size: 0.8em;
        color: #000;
    }
    #question-pickup p+p {
        margin-top: 2em;
    }







    /*製品一覧ページ*/
    .products-list .entry-box-two-thirds .entry-box-three {
        padding-top: 1em;
    }
    .products-list .entry-header-3 {
        margin-bottom: 2em;
    }
    .products-list p {
        font-size: 0.8em;
        color: #000;
    }
    .products-list p+p {
        margin-top: 2em;
    }



    /*製品個別ページ*/


    /*ニュース一覧ページ*/




}



/*	#####	1189px以下	#####	*/
@media(max-width: 1189px) {

/*お知らせ記事一覧*/
#topics-list {
	width: 95%;
	margin: auto;
}



}





/*	#####	1190px以上	#####	*/
@media(min-width: 1190px) {

/*グローバルナビ部分*/
#menu-gnavi li a {
	font-size: 1em;
}

/*バナー部分*/
#banner img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*サイドバー部分*/
.module-header-2 {
	font-size: 1.25em;
}


}