@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/
/*------ header logo -----*/
.header--logo img{
	width:auto;
}
/* サイドバーボタン */
.sidebar-button:hover {
    border-radius: 28px;
}

/* サイドバー検索窓 */
.sidebar-product--search {
    display: none;
    position: relative;
}
_::-webkit-full-page-media, _:future, :root .sidebar-product--search {
    display: none;
    position: relative;
}
.sidebar-product--search---form {
    border: 1px solid #b8bcc0;
    border-radius: 3px;
}
.sidebar-product--search---textarea {
    width: 85% !important;
    border: none !important;
}

@media screen and (min-width: 960px) {
    .sidebar-product--search {
        display: block;
    }
}

/* ヘッダー検索窓 */
.product-search {
    position: relative;
}
_::-webkit-full-page-media, _:future, :root .product-search {
    position: relative;
}
.product-search--form {
    border: 1px solid #b8bcc0;
    border-radius: 3px;
}
.product-search--textarea {
    width: 70% !important;
    border: none !important;
}
.product-search--submit {
    position: absolute !important;
    right: 0;
    top: 0;
    width: 30%;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}
_::-webkit-full-page-media, _:future, :root .product-search--submit {
    position: absolute !important;
}

@media screen and (min-width: 900) {
    .product-search--textarea {
        width: 85% !important;
    }
    .product-search--submit {
        width: 15%;
    }
}

/* フッター検索窓 */
.footer-product--search {
    position: relative;
}
_::-webkit-full-page-media, _:future, :root .footer-product--search {
    position: relative;
}
.footer-product--search---textarea {
    width: 90% !important;
    padding-right: 50px !important;
    border: none !important;
}
.footer-product--search---submit {
    right: 9% !important;
}

/* 右下追従バナー設置 */
.banner {
  width: 260px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

.banner__inner {
  width: auto;
}

.banner__image {
  width: 260px;
  max-width: 80vw;
  height: auto;
  display: block;
}
.banner__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #222;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 26px;
  text-align: center;
  margin-left: auto;
  display: block;
  z-index:10000;
}
.banner--contract-test {
  bottom: 20px;
  left: 20px;
}
.banner--rental {
  bottom: 20px;
  left: 20px;
}
.banner--outlet {
  bottom: 20px;
  left: 20px;
}
.banner2 {
  bottom: 300px;
}
@media screen and (max-width: 768px) {
  .banner {
	 width: 140px;
    right: 10px;
    bottom: 10px;
  }
	.banner2 {
	  bottom: 170px;
	}
  .banner__image {
    width: 140px;
  }
  .banner--contract-test {
	 bottom: 330px;
	  left: auto;
	  right: 10px;
	}
	.banner--rental {
	  bottom: 330px;
	  left: auto;
	  right: 10px;
	}
	.banner--outlet {
	 bottom: 330px;
	  left: auto;
	  right: 10px;
	}
}

.l-header {
	position: fixed !important;
    top: 0;
    width: 100vw;
    background-color: #fff;
}

/* 監修者情報実装_20251219 */
/*author box*/
.author-section {
	border: 2px solid #1A3D8A; /* 枠線の色 */
	padding: 0 18px 18px 18px;
	margin: 100px auto;
	background-color: #FFF;
}

.author-header {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	border-bottom: solid 4px #2B3E56;

}
.author-content {
	display: flex;
  justify-content: center;
  align-items: center;
}

.author-left {
	margin-right: 20px;
	flex: 0 0 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.author-image {
	width: 120px;
	height: 120px;
}

.author-right {
	flex: 1;
}

.author-text {
	font-size: 14px;
	line-height: 1.5;
}

.author-footer {
	font-size: 16px;
	font-weight: bold;
	margin-top: 26px;
	text-align: left;
}

.author-section::before{
	padding: 10px 24px;
	content: "この記事の監修者"; /* 枠上のタイトルです。ご自由に調整を。*/
	background-color: #1A3D8A;
	color: #fff;
	font-size: 16px;
	z-index: 1;
	top: -26px;
	left: -20px;
	position: relative;
}
.line_heig{
	line-height: 1.5;
	font-size: 14px;
}
.line_heig2{
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 10px;
}
.itir{
	color: cornflowerblue;
}

@media screen and (max-width: 769px) {
.author-image {
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
	}
.line_heig{
	line-height: 1.5;
	font-size: 12px;
}
.line_heig2{
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 10px;
}
.author-left {
	margin-bottom: 24px;
}
.author-content {
	display: block;
}

}
/*/author box*/
 /* 関連製品 */
.no_product .yarpp {
	display: none;
}
.yarpp-related {
	margin-top: 90px !important;
	margin-bottom: 30px !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 10px 5px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail:not(:last-child) {
	margin-bottom: 2% !important;
}
.yarpp-thumbnail-default, .yarpp-thumbnail-title, .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	display: block !important;
}
.yarpp-thumbnail > img {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width: 100% !important;
	margin: 0 !important;
}
@media screen and (min-width: 600px) {
	.yarpp-thumbnails-horizontal {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-wrap:wrap;
		align-items: stretch;
	}.yarpp-thumbnails-horizontal > a.yarpp-thumbnail{
		width:calc(96% / 5)!important;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width: 49% !important;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail:not(:last-child) {
		margin-right: 2% !important;
	}
}
@media screen and (min-width: 960px) {
	.yarpp-related {
		margin-top: 120px !important;
		margin-bottom: 60px !important;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width: 32% !important;
		padding: 15px 5px;
	}.yarpp-thumbnails-horizontal .yarpp-thumbnail:not(:last-child) {
		margin-bottom: 2% !important;
		margin-right: 1% !important;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail:nth-child(n+6) {
		margin-bottom: 0 !important;
		
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail:nth-child(5),
	.yarpp-thumbnails-horizontal .yarpp-thumbnail:nth-child(10) {
		margin-right: 0 !important;
	}
	
	
	
}
/* 関連記事管理内包物 css*/
.rel-post-list-title{
	margin-bottom:1rem;
}
.rel-post-list{
	display:flex;
	list-style:none;
	padding:0;
	margin:0!important;
	list-style-type:none!important;
	width:100%;
	margin-left:0!important;
}
.rel-post-list .rel-post-item:not(:last-child){
	margin-right: 1%;
}
.article-body ul.rel-post-list li.rel-post-item{
	width:calc( 100% / 5);
	position: inherit!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.rel-post-list .rel-post-item a{
	border:1px solid hsla(0, 0%, 50%, .1);
	padding:15px 5px;
	display:block;
	height:100%;
	text-decoration:none;
}
.rel-post-list .rel-post-item span.rel-post-text{
	font-size:14px!important;
	font-weight:bold!important;
	color:#004e8e!important;
    line-height: 1.4em;
    max-height: 4.2em;
    overflow: hidden;
	display:inline-block;
}

@media screen and (max-width: 600px) {
	.article-body ul.rel-post-list li.rel-post-item{
		width:100%;
	}
	
.rel-post-list .rel-post-item:not(:last-child){
	margin-right: 0;
	margin-bottom: 1rem;
}
	.rel-post-list{
		flex-wrap:wrap;
	}
	.rel-post-img-wrapper{
		text-align:center;
	}
}
/*productカテゴリ(子カテゴリも含む)の記事の最下部に製品カテゴリ一覧追加*/
.product_single_catlist{
	margin-bottom:3rem;
}.product_single_catlist h3{
	margin-bottom:1rem;
}
.product_single_catlist ul.product-all-descendants{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	padding:0;
	margin:0;
	list-style:none;
	margin-left:0!important;
}
.product_single_catlist ul.product-all-descendants li{
	width:calc((100% - 30px) / 3);
	margin-bottom:0!important;
	margin-top:0!important;
}
.product_single_catlist ul.product-all-descendants li a{
	font-size:14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border: 1px solid #004e8e;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product_single_catlist ul.product-all-descendants li a:hover{
	border-radius: 30px;
}

@media screen and (max-width: 600px) {
	
.product_single_catlist ul.product-all-descendants li{
	width:100%;
}
}

/* CF7関連スタイル */
/* reCAPTCHAメッセージ */
@media screen and ( min-width: 768px ) {
	.recaptcha-notice {
		text-align:center;	
	}
}

/* 共通見た目：利用規約 + 通常チェックボックス */
.wpcf7-acceptance .wpcf7-list-item,
.cf7-check-list .wpcf7-list-item {
  display: block;
  margin: 0 0 8px 0;
}

.wpcf7-acceptance label,
.cf7-check-list .wpcf7-list-item label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"],
.cf7-check-list input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0;
}

.wpcf7-acceptance input[type="checkbox"]:focus + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before,
.cf7-check-list input[type="checkbox"]:focus + .wpcf7-list-item-label::before,
.cf7-check-list input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid #333;
  outline-offset: 2px;
}

.wpcf7-acceptance .wpcf7-list-item-label::before,
.cf7-check-list .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e0e0e0;
}

.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.cf7-check-list input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 6px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
