@charset "utf-8";
article {width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: flex-start; overflow: hidden; position: relative;}
article .inner740{ width: 96%; margin: auto 2% 60px; padding-bottom: 80px; max-width: 740px; display: flex; flex-direction: column; border-bottom: dashed 2px #ddd;}
article h1{ width: 100%; display: block; font-size: 32px; line-height:1.6em; font-weight: 400; margin: 50px 0 20px; }
article .post-type{ display: flex; flex-direction: row; align-items: flex-start; flex-wrap: wrap; margin-bottom: 40px;}
article .post-type p{ display: flex; flex-direction: row; align-items: flex-start; flex-wrap: wrap; line-height: 24px; font-weight: 300; color: #777;}
article .post-type p:nth-child(1){ width: 110px; margin-top: 6px;}
article .post-type p:nth-child(2){ width: calc(100% - 150px);}
article .post-type p a{ font-size: 14px; line-height: 24px; color: #999; word-break: keep-all;}
article .post-type p .category{ display: block; padding:0 2px; border-radius: 2px; border-bottom: solid 3px #ddd;  margin: 2px 8px; font-weight: 300;}
@media screen and (min-width: 701px) {
article .post-type p .category:hover{ color: #000; border-bottom: solid 2px #111;font-weight: 400;}
}
@media screen and (max-width: 800px) {
article { padding: 0 4%;}
}
@media screen and (max-width: 700px) {
article .inner740{ padding-bottom: 60px; margin-bottom:20px;}

article h1{ font-size: 30px; line-height:1.4em; margin: 30px 0; }
article .post-type p{ font-size: 14px; color: #444;}
article .post-type p a{ font-size: 12px; line-height: 24px; color: #555;}
article .post-type p .category{ margin: 0 4px;}
}


/*-------------------
投稿共通デザイン
-------------------*/
article .post-contents img{ border-radius: 14px;}
article .post-contents .bkcolor{ border-bottom: none !important; padding: 0 !important; margin-bottom: 0 !important;}
article .post-contents .bkcolor span{ width: 100%; background: var(--color1); padding: 20px 5%; border-radius: 8px; color: #fff !important;}
article .post-contents h2, 
article .post-contents h3, 
article .post-contents h4, 
article .post-contents h5, 
article .post-contents > ul{ width: 100%; display: flex;}
article .post-contents p, 
article .post-contents > ul li{ width: 100%; display: block;}

/**/
article .post-contents h2{ padding: 30px 2px; border-bottom: solid 3px #333;}
article .post-contents h2, 
article .post-contents h2 span{ font-size: 32px; line-height: 1.3em; font-weight: 600;}
article .post-contents h3{ padding: 30px 2px 10px;}
article .post-contents h3, 
article .post-contents h3 span{ font-size: 24px; line-height: 1.3em; font-weight: 700;}
article .post-contents h4, 
article .post-contents h4 span{ font-size: 20px; line-height: 1.3em; font-weight: 700;}
article .post-contents h2 span, 
article .post-contents h3 span, 
article .post-contents h4 span, 
article .post-contents h5 span{ display: flex; flex-direction: row; justify-content: flex-start; align-items: baseline; flex-wrap: wrap;}
article .post-contents p, 
article .post-contents p > *{ font-size: 18px; line-height: 1.8em; color: #333;}
article .post-contents p a{ display: inline; text-decoration: underline; color: var(--color1); color: #fff; overflow-wrap: anywhere; word-break: normal; line-break: strict; line-height: 1.4em;}
article .post-contents p a:hover{ text-decoration: none; color: var(--link-color-hover);}

article .post-contents > ul li{ margin: 12px 0; font-size: 18px; font-weight: 400; color: #333;}
article .post-contents > ul.list1 li{ padding-left: 1.1em; text-indent: -1.1em;}
article .post-contents > ul.list2 li{ padding-left: 3.3em; text-indent: -3.3em;}
@media screen and (max-width: 700px) {
article .post-contents h2, 
article .post-contents h2 span{ display: flex; justify-content: flex-start; font-size: 1.8rem; line-height: 1.3em; font-weight: 600;}
article .post-contents h3, 
article .post-contents h3 span{ font-size: 1.4rem; line-height: 1.3em; font-weight: 700;}
article .post-contents h4, 
article .post-contents h4 span{ font-size: 1.2rem; line-height: 1.3em; font-weight: 700;}
article .post-contents p, 
article .post-contents p > *, 
article .post-contents > ul li{ font-size: 1rem;}
article .post-contents th, 
article .post-contents td{ font-size: 0.8rem;}
}
/**/
.innerBox{ width: 100%; display: block; padding:20px; border-radius: 4px; background:#EFF9F3;}

.linkBtn{ background:#EEF8F2; display: inline-block !important; text-decoration: none !important; padding: 6px 15px; border-radius: 4px; color: #44a574 !important; margin-top: 15px;}
.linkBtn:hover{ background:#44a574; color: #fff !important;}



/*-----------------------
もくじ
#ez-toc-container
-------------------------*/
.ez-toc-counter nav ul li a::before{ display: none!important;}

article #ez-toc-container{ width: 100%; border:none; margin-bottom: 0;display: block; padding: 20px 60px 30px; background: #f5f5f5; border-radius: 20px;}
article #ez-toc-container .ez-toc-title{ display: block; width: 100%; font-size: 24px; color: #666; font-weight: 700; margin-bottom: 10px;}
article #ez-toc-container .ez-toc-title-toggle{display: none;}
article #ez-toc-container .ez-toc-list, 
article #ez-toc-container .ez-toc-list > li{ width: 100%; display: block;}
article #ez-toc-container .ez-toc-list > li { margin: 5px 0 8px;;}
article #ez-toc-container .ez-toc-list > li > a{ font-size: 14px; color: #666; font-weight: 300;}
article #ez-toc-container .ez-toc-list > li ul{ padding-left: 1em;}
article #ez-toc-container .ez-toc-list > li ul li{ padding-left: 1em; margin: 5px 0; position: relative;}
article #ez-toc-container .ez-toc-list > li ul li::before{ content: "・"; position: absolute; left: -2px; top: 5px; width: 1em; color: #666; line-height: 1em;}
article #ez-toc-container .ez-toc-list > li ul li a{ display: block; font-size: 14px; color: #666; font-weight: 300;}
article #ez-toc-container .ez-toc-list > li a:hover{ color: #000; text-decoration: underline;}
@media screen and (max-width: 800px) {
article #ez-toc-container{ padding: 20px 30px 30px; border-radius: 14px;}
article #ez-toc-container .ez-toc-list > li > a{ color: #444; }
article #ez-toc-container .ez-toc-list > li > a, 
article #ez-toc-container .ez-toc-list > li ul li a{ line-height: 1.2em;}
article #ez-toc-container .ez-toc-list > li ul li{ margin: 10px 0;}
article #ez-toc-container .ez-toc-list > li ul li a{ color: #555;}
}
@media screen and (max-width: 600px) {
article #ez-toc-container{ padding: 20px; border-radius: 12px;}
article #ez-toc-container .ez-toc-title{ font-size: 20px; margin-bottom: 5px;}
article #ez-toc-container .ez-toc-list > li ul, 
article #ez-toc-container .ez-toc-list > li ul li{ padding-left: 10px; margin-left: 0 !important;}
}



/*-----------------------
もくじTable of Contents
#TOC
-------------------------*/
#TOC{ width: 100%; border:none; margin-bottom: 0; display: block; padding: 20px 5% 30px; background: #f5f5f5; border-radius: 20px;}
#TOC .toc_ttl{ display: block; width: 100%; font-size: 24px; color: #666; font-weight: 700; margin-bottom: 10px;}
#TOC .table_of_contents, 
#TOC .table_of_contents > li{ width: 100%; display: flex; flex-direction: column;}
#TOC .table_of_contents > li { margin: 5px 0 8px;}
#TOC .table_of_contents > li > a{ font-size: 14px; color: #444; font-weight: 600;}
#TOC .table_of_contents > li ul{ padding-left: 1em;}
#TOC .table_of_contents > li ul li{ padding-left: 1.2em; margin: 5px 0; position: relative;}
#TOC .table_of_contents > li ul li::before{ content: "・"; position: absolute; left: -2px; top: 5px; width: 1em; color: #666; line-height: 1em;}
#TOC .table_of_contents > li ul li a{ display: block; font-size: 14px; color: #666; font-weight: 400;}
#TOC .table_of_contents > li a:hover{ color: #000; text-decoration: underline;}
@media screen and (max-width: 800px) {
#TOC{ padding: 20px 30px 30px; border-radius: 14px;}
#TOC .table_of_contents > li > a{ color: #444; }
#TOC .table_of_contents > li > a, 
#TOC .table_of_contents > li ul li a{ line-height: 1.2em;}
#TOC .table_of_contents > li ul li{ margin: 10px 0;}
#TOC .table_of_contents > li ul li a{ color: #555;}
}
@media screen and (max-width: 600px) {
#TOC{ padding: 20px; border-radius: 12px;}
#TOC .toc_ttl{ font-size: 20px; margin-bottom: 5px;}
#TOC .table_of_contents > li ul, 
#TOC .table_of_contents > li ul li{ padding-left: 10px; margin-left: 0 !important;}
}

/*-------------
 #post-list-common
---------------*/
#post-list-common{ padding:30px 40px 40px; border: solid 6px #e5e5e5; border-radius: 22px; margin: 70px 0 50px;}
@media screen and (min-width: 751px) {
#post-list-common .post-list5{ width: 46%;}
}
@media screen and (max-width: 750px) {
#post-list-common{ flex-direction: column; padding: 20px 2% 0; border: solid 4px #bbb;}
}

/*-----------------------
下部お問い合わせ
 .cta
-------------------------*/
.cta { display: block; width: 100%; background: var(--color6); border-radius: 2px; padding: 20px 30px 30px; z-index: 1;}
.cta .ttl{ width: 100%; text-align: center; font-size: 18px; margin-bottom: 20px;}
.cta p{ display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
.cta p .colimnBtn{ display: block; width: 210px; padding:14px 5px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,.3); font-size: 16px; line-height: 1.2em; color: #fff; font-weight: 300; text-align: center; background: var(--color1);}
.cta p .colimnBtn span{ font-size: 12px; text-align: center; display: block; line-height: 1.2em; color: #fff; transition: 0.3s;}

.cta p .colimnBtn.signup{ background: var(--sell_color); transition: 0.3s; cursor: pointer;}
.cta p .colimnBtn:hover{ background: var(--color1-border); box-shadow: 0 0 0 rgba(0,0,0,.2);}
.cta p .colimnBtn.signup:hover{ background: var(--color4_2);}

@media screen and (max-width: 800px) {
.cta { padding: 20px 20px 30px;}
.cta p a{ width: 31%; padding:18px 0; border-radius: 4px; font-size: 15px;}
.cta p a span{ font-size: 11px;}
}
@media screen and (max-width: 700px) {
.cta .ttl{ font-size: 16px;}
}
@media screen and (max-width: 650px) {
.cta { padding: 20px ; border-radius: 20px;}
.cta p { display: block;}
.cta p .colimnBtn{ width: 80%; margin: 15px 10%; padding:14px 0;}
}

/*-----------------------
次へ、前へ　#postNav
-------------------------*/
#postNav { position: relative; z-index: 1;}
#postNav > div{}
#postNav > div p, 
#postNav > div .nopage{ height: 80px; display: flex; position: relative;}
#postNav > div p a{ display: flex; flex-direction: column; align-items: center;}
#postNav > div p a span{ font-size: 11px; display: block;}
#postNav > div p a:hover{ opacity: 0.8;}
#postNav > div .nopage, 
#postNav > div .prev, 
#postNav > div .next{ width: 35%;}
#postNav > div .prev a, 
#postNav > div .next a{ display: flex; flex-direction:column; align-items: flex-start; justify-content: center; position: relative; font-weight: 300; color: #111; line-height: 1.2em; border-radius: 4px;}
/**/
#postNav > div .prev a{ padding: 0 25px 0 45px;}
#postNav > div .next a{ padding: 0 45px 0 25px; align-items: flex-end;}
#postNav > div .prev a::before{ content: "前の記事"; font-size: 9px; margin-bottom: 4px; color: #999;}
#postNav > div .next a::before{ content: "次の記事"; font-size: 9px; margin-bottom: 4px; margin-right: 10px; color: #999;}
/**/
#postNav > div .prev a::after{ border-left:solid #000 1px; border-bottom:solid #000 1px; transform:rotate(45deg); left: 20px; transition: 0.4s;}
#postNav > div .next a::after{ border-right:solid #000 1px; border-bottom:solid #000 1px; transform:rotate(-45deg); right: 20px; transition: 0.4s;}
#postNav > div .prev a::after, 
#postNav > div .next a::after{ width: 14px; height: 14px; content: ""; position: absolute; top: 50%; margin-top: -5px; font-weight: 200;}

/**/
#postNav > div .back{ width: 18%;}
#postNav > div .back a{ width: 100%; border: solid 1px #000; display: flex; justify-content: center; align-items: center; align-content: center; border-radius: 4px; color: #555; font-size: 12px; font-weight:500;}
#postNav > div .back::before, 
#postNav > div .back::after{ display: none;}
#postNav > div .back a:hover{ color: #fff; background: var(--color1); border: solid 1px var(--color1); opacity: 1;}

@media screen and (min-width: 701px) {
/*カッコ線*/
#postNav > div p::before, 
#postNav > div p::after{ content: ""; width: 20px; height: calc(100% - 4px); position: absolute; top: 0px; border: solid 1px #ccc; transition: 0.4s; pointer-events: none;}
#postNav > div p::before{ left: 0; border-radius: 10px 0 0 10px; border-right: none;} 
#postNav > div p::after{ right: 0; border-radius: 0 10px 10px 0; border-left: none;}
#postNav > div p:hover::before{ border: solid 2px #000; border-right: none;}
#postNav > div p:hover::after{ border: solid 2px #000; border-left: none;} 
/**/
#postNav > div .prev a:hover::after{ left: 14px;}
#postNav > div .next a:hover::after{ right: 14px;}
}
@media screen and (max-width: 700px) {
#postNav > div{ display: flex; flex-direction: row; justify-content: center;}
#postNav > div p{ justify-content: center; align-items: center; margin: 20px;}

#postNav > div .nopage, 
#postNav > div .prev, 
#postNav > div .next{ width: 70px;}
#postNav > div .prev a, 
#postNav > div .next a{ display: block; height: 80px; border: solid 1px #111;}
#postNav > div .prev a::before, 
#postNav > div .next a::before { width: 100%; line-height: 20px; text-align: center; position: absolute; left: 0; top: 8px; color: #111; margin: 0; font-size: 10px;}
#postNav > div .prev a::after{ left: 50%; margin: 0px 0 0 -5px;}
#postNav > div .next a::after{ right: 50%; margin:0px -5px 0 0;}

#postNav > div .prev a span, 
#postNav > div .next a span{ display: none;}

#postNav > div .back{ width:120px;}
#postNav > div .back a{ line-height: 80px; display: block; color: #222; text-align: center;}

}




/*========================================================================================
modal-gallery
====================================================*/
/**/
.modal-gallery{ display: block; position: relative; z-index: 1001;}
.modal-gallery ul{ display: flex; flex-direction: row; flex-wrap: wrap;}
.modal-gallery ul li { display: block; overflow: hidden; margin:0.1%; background: #000; cursor: pointer; border-radius: 2px;}
.modalon .modal-gallery ul li{ background: none;}
.modal-gallery ul li img{ width: 100%; height: 100%; object-fit:cover; transition: 0.2s; border-radius: 0;}
.modal-gallery ul li:hover img{ opacity: 0.7;}
.modalon .modal-gallery ul li:hover img{ opacity: 1;}
.modal-gallery.img-row1 ul li{ width: 99.8%;}
.modal-gallery.img-row2 ul li{ width: 49.8%;}
.modal-gallery.img-row3 ul li{ width: 33.13%;}
.modal-gallery.img-row4 ul li{ width: 24.8%;}
.modal-gallery.img-row5 ul li{ width: 19.8%;}
.modal-gallery.img-row6 ul li{ width: 16.4%;}
/*　開いた時　*/
.modal-gallery.current{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; display: flex; flex-direction: row; align-content: center; align-items: center; justify-content: center;}
.modal-gallery.current{ z-index: 9999999 !important;}
.modal-gallery.current ul{ width: 80%; height: 80%; display: flex; margin: 10%; align-content: center; align-items: center; justify-content: center; position: relative; z-index: 100 !important;}
.modal-gallery.current ul li{ width: 100% !important; height: 100%; display: none; align-content: center; align-items: center; justify-content: center;}
.modal-gallery.current ul li.viewImg{  display: flex;}
.modal-gallery.current ul li.viewImg img{ width: auto; height: auto; max-height: 100%; max-width: 100%; object-fit:none;}

/*　オーバーレイ　*/
.modal-gallery .modal-gallery-overray{ display: none;}
.modal-gallery.current .modal-gallery-overray.partsON{ display: block; width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 1; background: rgba(0,0,0,.8); transition: 0.2s; cursor: pointer;}
.modalon .modal-gallery .modal-gallery-overray:hover{ background: rgba(0,0,0,.9);}

/*　ボタン　*/
.modal-gallery .modal-btn-close, 
.modal-gallery .modal-btn-next, 
.modal-gallery .modal-btn-prev { display: none;}

.modal-gallery.current .modal-btn-close.partsON, 
.modal-gallery.current .modal-btn-next.partsON, 
.modal-gallery.current .modal-btn-prev.partsON { display: block; cursor: pointer;}

.modal-gallery .modal-btn-close{ width: 80px; height: 80px; position: fixed; right: 15px; top: 15px; border-radius: 6px; border: solid 1px #fff; z-index: 1000000 !important; transition: 0.2s;}
.modal-gallery .modal-btn-close::after, 
.modal-gallery .modal-btn-close::before{ content: ""; width: 50px; height: 2px; background: #fff; left: 15px; top: 48%; position: absolute; transition: 0.2s; cursor: pointer;}
.modal-gallery .modal-btn-close::after{ transform:rotate(45deg);} 
.modal-gallery .modal-btn-close::before{ transform:rotate(-45deg);}

.modal-gallery .modal-btn-close.hover{ background: rgba(255,255,255,.2);}
.modal-gallery .modal-btn-close.hover:hover{ background: rgba(0,0,0,.4);}
.modal-gallery .modal-btn-close.hover::after, 
.modal-gallery .modal-btn-close.hover::before { width: 30px; left: 25px;} 
.modal-gallery-height{}
/**/
.modal-gallery .modal-btn-next, 
.modal-gallery .modal-btn-prev{ width: 40%; height: 80%; position:absolute; top: 10%; z-index: 100 !important; }
.modal-gallery .modal-btn-next{ right: 10%;}
.modal-gallery .modal-btn-prev{ left: 10%;}
.modal-gallery .modal-btn-next::after, 
.modal-gallery .modal-btn-next::before, 
.modal-gallery .modal-btn-prev::after, 
.modal-gallery .modal-btn-prev::before{ width: 30px; height: 2px; content:""; background: #fff; position: absolute; top: 50%; opacity: 0.05; transition: 0.3s; cursor: pointer;}
.modal-gallery .modal-btn-next::after{ right: -35px; transform:rotate(45deg); margin-top: -10px;} 
.modal-gallery .modal-btn-next::before{ right: -35px; transform:rotate(-45deg); margin-top: 10px;} 
.modal-gallery .modal-btn-prev::after{ left: -35px; transform:rotate(-45deg); margin-top: -10px;} 
.modal-gallery .modal-btn-prev::before{ left: -35px; transform:rotate(45deg); margin-top: 10px;}
.modal-gallery .modal-btn-next:hover::after, 
.modal-gallery .modal-btn-next:hover::before{ right: -40px; opacity: 1;}
.modal-gallery .modal-btn-prev:hover::after, 
.modal-gallery .modal-btn-prev:hover::before{ left: -40px; opacity: 1;}


/**/
.tableArea{ width: 100%; max-width: 100%; display: block; overflow-y: auto; overflow-y: hidden;}
.tableArea table{ min-width: 100%; table-layout: fixed; border-collapse:collapse; border-spacing:0; background: #fff;}
.tableArea table th, 
.tableArea table td{ border: solid 1px #aaa; padding:8px 5px; font-size: 14px; text-align: left;}
.tableArea table th{ font-weight: bold;}
.tableArea table td{ font-weight: 400;}
.tableArea table thead{ border: solid 1px #aaa;}
.tableArea table thead *{ font-size: 14px;}
.tableArea table thead tr{}
.tableArea table thead tr th{ text-align: center; background:var(--color1); color: #fff;}
.tableArea table tbody {}
.tableArea table tbody tr{}
.tableArea table thead tr td, 
.tableArea table tbody tr th{ background:var(--color6);}
.tableArea table tbody tr td{ }
.tableArea table tbody tr td span{ display: block; font-size: 11px;}

@media screen and (max-width: 650px) {
.tableArea table th, 
.tableArea table td{ padding:15px 8px; word-break: keep-all; font-size: 12px;}
.tableArea table tbody tr td span{ display: block; font-size: 10px; letter-spacing: 0;}
}


