@charset "UTF-8";

/*!
Theme Name: ウラオモテ Ver1.4.2.4
Theme URL: https://zekko-chou.com/ver4/
Description: WEB屋史上最強のPPCテンプレート
Author: WEB屋
Template: cocoon-master
Version: 1.4.2.4.2
*/


/* 全般
---------------------------------------------------------------------- */

body#ver4 {
    color: #333;
}

#ver4 #header-container {
    margin-bottom: 10px;
}

#ver4 .main {
    margin: 0 auto;
    padding: 0 !important;
    background: #fff;
}

#ver4 .content,
#ver4 .entry-content {
    margin-top: 0;
}

#ver4 .entry-content {
    margin-bottom: 0;
}

#ver4 main > article,
.search main > article {
    background: #fff;
    padding: 0 0 20px;
}

#ver4 header {
    padding: 0;
    margin: 0;
}

#ver4 .entry-content,
#ver4 .search .entry-content {
	 padding: 1.5em !important;
	 margin: 0 auto;
}

.全幅 {
    margin-left: calc(-1.5em - 1px);
    margin-right: calc(-1.5em - 1px);
}

/*1023px以下*/
@media screen and (max-width: 1023px){


    #ver4 .entry-content,
    #ver4 .search .entry-content {
         padding: 1.5em 1em !important;
    }
	.全幅 {
		margin-left: -1em;
		margin-right: -1em;
	}

}

footer.article-footer.entry-footer {
    padding: 0 1em;
}

a {
    color: #1967d2;
}

#ver4 h3 + p {
    margin-top: 2em;
}



#ver4 .article ul li,
#ver4 .article ol li {
	line-height: 1.5em;
	padding:0px;
	text-shadow: none;
}

#ver4 .article ul ul,
#ver4 .article ul ol,
#ver4 .article ol ul,
#ver4 .article ol ol {
    margin: 0;
    padding-left: 15px;
}

.single-sample .footer-bottom-content-in {
    display: none;
}

#ver4 .footer-bottom-content a {
    display: block;
}

select {
    background-color: #fff;
}


/* ヘッダーエリア
---------------------------------------------------------------------- */


/*ヘッダー画像*/
a.header-image-pc, a.header-image-sp {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

a.header-image-pc {
	display: block;
}

a.header-image-sp {
	display: none;
}


/*600px以下*/
@media screen and (max-width: 600px){

	a.header-image-pc {
		display: none;
	}
	a.header-image-sp {
		display: block;
	}

}




/* 見出し・ページタイトル
---------------------------------------------------------------------- */

#ver4 .article h1 {
    margin: 0.5em 0 1em;
    position: relative;
    top: 0;
    left: 0;
}
#ver4 .article h1.has-background {
    padding: 1em;
}

#ver4 .article h2 {
  border: none;
}
#ver4 .article h2:not(.has-text-color) {
    color: #fff;
  }

#ver4 .article h2::after {
    border: none;
}
#ver4 .article h2::before {
    display: none;
}

#ver4 .article h3:not(.has-text-color),
#ver4 .article h4:not(.has-text-color),
#ver4 .article h5:not(.has-text-color),
#ver4 .article h6:not(.has-text-color) {
  color: #444;
}

#ver4 .article h2,
#ver4 .article h3,
#ver4 .article h4,
#ver4 .article h5,
#ver4 .article h6 {
  margin: 2.4em 0 1em;
  font-weight: bold;
  box-shadow: none;
}

#ver4 .article h2::before,
#ver4 .article h3::before,
#ver4 .article h4::before,
#ver4 .article h5::before,
#ver4 .article h6::before,
#ver4 .article h2::after,
#ver4 .article h3::after,
#ver4 .article h4::after,
#ver4 .article h5::after,
#ver4 .article h6::after {
  display:none;
}

#ver4 .article h4,
#ver4 .article h5,
#ver4 .article h6 {
  border-left: none;
  border-right: none;
}

#ver4 .article h2 + h3,
#ver4 .article h3 + h4 {
    margin-top: 0 !important;
}


#ver4 .article h2 {
  font-size: 1.5em;
  padding: 25px 12px 25px 12px;
  border-radius: 2px;
  border:none;
}
#ver4 .article h2:not(.has-background) {
    background-color: #f3f4f5;
}

#ver4 .article h3 {
  font-size: 1.2em;
  border-top: none;
  border-right: none;
  border-left: 6px solid #777;
  border-bottom: 2px solid #ccc !important;
  padding: 12px 10px 10px;
}
#ver4 .article h3:not(.has-background) {
    background-color: #f5f8fa;
}

#ver4 .article h4 {
  font-size: 1.1em;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: none;
  padding: 8px 12px;
}
#ver4 .article h5 {
    font-size: 1.1em;
    border-bottom: 2px solid #ccc;
    padding: 5px 12px;
}
#ver4 .article h6 {
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
  padding: 5px 12px 5px 12px;
}

#ver4 .article h2::before,
#ver4 .article h3::before {
    width: 0;
}



/* ページのテーマカラーに合わせた見出し色
-------------------------------------------------- */

/*ブラック*/
#ver4 .c-black .article h2:not(.has-background) {
    background-color: #454C50;
}
#ver4 .c-black .article h2:not(.has-text-color) {
    color: #ffffff;
}
#ver4 .c-black .article h3:not(.has-background),
#ver4 .c-black .article h4:not(.has-background),
#ver4 .c-black .article h5:not(.has-background),
#ver4 .c-black .article h6:not(.has-background) {
    border-color:#454c50;
}
#ver4 .c-black p.見出し::before,
#ver4 .c-black p.is-style-midashi::before {
    border-color: #454c50;
}


/*青*/
#ver4 .c-blue .article h2:not(.has-background) {
    background: #4eb7d9;
}
#ver4 .c-blue .article h2:not(.has-text-color) {
    color: #ffffff;
}
#ver4 .c-blue .article h3:not(.has-background) {
  border-left: 6px solid #4eb7d9;
}
#ver4 .c-blue .article h3:not(.has-background),
#ver4 .c-blue .article h4:not(.has-background),
#ver4 .c-blue .article h5:not(.has-background),
#ver4 .c-blue .article h6:not(.has-background) {
    border-color:#4eb7d9;
}
#ver4 .c-blue .article h4:not(.has-background) {
    background: #edfbff;
}
#ver4 .c-blue p.見出し::before,
#ver4 .c-blue p.is-style-midashi::before {
  border-color: #4eb7d9;
}


/*ピンク*/
#ver4 .c-pink .article h2:not(.has-background) {
    background: #F99292;
}
#ver4 .c-pink .article h2:not(.has-text-color) {
    color: #ffffff;
}
#ver4 .c-pink .article h3:not(.has-background) {
  border-left: 6px solid #F99292;
}
#ver4 .c-pink .article h3:not(.has-background),
#ver4 .c-pink .article h4:not(.has-background),
#ver4 .c-pink .article h5:not(.has-background),
#ver4 .c-pink .article h6:not(.has-background) {
    border-color:#F99292;
}
#ver4 .c-pink .article h4:not(.has-background) {
    background: #fff6f6;
}
#ver4 .c-pink p.見出し::before,
#ver4 .c-pink p.is-style-midashi::before {
  border-color: #F99292;
}


/*緑*/
#ver4 .c-green .article h2:not(.has-background) {
    background: #3abc98;
}
#ver4 .c-green .article h2:not(.has-text-color) {
    color: #ffffff;
}
#ver4 .c-green .article h3:not(.has-background) {
  border-left: 6px solid #3abc98;
}
#ver4 .c-green .article h3:not(.has-background),
#ver4 .c-green .article h4:not(.has-background),
#ver4 .c-green .article h5:not(.has-background),
#ver4 .c-green .article h6:not(.has-background) {
    border-color:#3abc98;
}
#ver4 .c-green .article h4:not(.has-background) {
    background: #f0fffb;
}
#ver4 .c-green p.見出し::before,
#ver4 .c-green p.is-style-midashi::before {
  border-color: #3abc98;
}


/*黄色*/
#ver4 .c-yellow .article h2:not(.has-background) {
    background: #ffc027;
}
#ver4 .c-yellow .article h2:not(.has-text-color) {
    color: #ffffff;
}
#ver4 .c-yellow .article h3:not(.has-background) {
  border-left: 6px solid #ffc027;
}
#ver4 .c-yellow .article h3:not(.has-background),
#ver4 .c-yellow .article h4:not(.has-background),
#ver4 .c-yellow .article h5:not(.has-background),
#ver4 .c-yellow .article h6:not(.has-background) {
    border-color:#ffc027;
}
#ver4 .c-yellow .article h4:not(.has-background) {
    background: #fffaee;
}
#ver4 .c-yellow p.見出し::before,
#ver4 .c-yellow p.is-style-midashi::before {
  border-color: #ffc027;
}


/*ネイビー*/
#ver4 .c-sick .article h2:not(.has-background) {
    background: #235180;
}
#ver4 .c-sick .article h2:not(.has-text-color) {
    color: #ffffff;
}
#ver4 .c-sick .article h3 {
  border-left: 6px solid #235180;
}
#ver4 .c-sick .article h3,
#ver4 .c-sick .article h4,
#ver4 .c-sick .article h5,
#ver4 .c-sick .article h6 {
    border-color:#235180;
}
#ver4 .c-sick .article h4 {
    background: #f7f9fb;
}
#ver4 .c-sick p.見出し::before,
#ver4 .c-sick p.is-style-midashi::before {
  border-color: #235180;
}







/* ページタイトル共通
-------------------------------------------------- */

.page-title {
    margin: 3em 0 2em 0;
    font-weight: bold;
    position: relative;
}

.inner-text2 p {
    margin: 0;
}

/* アンダーライン付き
---------------------------------------- */
.lp-underline-center {
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
}

.lp-underline-center .inner-text2 {
    font-size: 2em;
}

.lp-underline-center::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 5px solid;
  width: 50px;
  margin: 0 auto;
    border-radius: 5px;
}




/*ブラック*/
.inner.c-black {
  color: #555;
}

/*ブルー*/
.inner.c-blue {
  color: #3498db;
}

/*レッド*/
.inner.c-redd {
  color: #f2183c;
}

/*ピンク*/
.inner.c-pink {
  color: #ff6a91;
}

/*グリーン*/
.inner.c-green {
  color: #64bf38;
}

/*イエロー*/
.inner.c-yellow {
  color: #a7a348;
}



/* ストライプ＋上下線
-----------------------------*/
.lp-stripe {
  padding: 10px;
}

/*ブラック*/
.lp-stripe.c-black {
  color: #333;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  background: -webkit-repeating-linear-gradient(-45deg, #f3f4f5, #f3f4f5 3px,#f5f8fa 3px, #f5f8fa 7px);
  background: repeating-linear-gradient(-45deg, #f3f4f5, #f3f4f5 3px,#f5f8fa 3px, #f5f8fa 7px);
}

/*ブルー*/
.lp-stripe.c-blue {
  color: #3498db;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

/*レッド*/
.lp-stripe.c-redd {
  color: #f2183c;
  border-top: solid 2px #f2183c;
  border-bottom: solid 2px #f2183c;
  background: -webkit-repeating-linear-gradient(-45deg, #fff1f3, #fff1f3 3px,#fff8f9 3px, #fff8f9 7px);
  background: repeating-linear-gradient(-45deg, #fff1f3, #fff1f3 3px,#fff8f9 3px, #fff8f9 7px);
}

/*ピンク*/
.lp-stripe.c-pink {
  color: #ff6a91;
  border-top: solid 2px #ff6a91;
  border-bottom: solid 2px #ff6a91;
  background: -webkit-repeating-linear-gradient(-45deg, #fff1f3, #fff1f3 3px,#fff8f9 3px, #fff8f9 7px);
  background: repeating-linear-gradient(-45deg, #fff1f3, #fff1f3 3px,#fff8f9 3px, #fff8f9 7px);
}

/*グリーン*/
.lp-stripe.c-green {
  color: #64bf38;
  border-top: solid 2px #64bf38;
  border-bottom: solid 2px #64bf38;
  background: -webkit-repeating-linear-gradient(-45deg, #eeffe6, #eeffe6 3px,#f6fff2 3px, #f6fff2 7px);
  background: repeating-linear-gradient(-45deg, #eeffe6, #eeffe6 3px,#f6fff2 3px, #f6fff2 7px);
}

/*イエロー*/
.lp-stripe.c-yellow {
  color: #a7a348;
  border-top: solid 2px #a7a348;
  border-bottom: solid 2px #a7a348;
  background: -webkit-repeating-linear-gradient(-45deg, #fff1f3, #fff1f3 3px,#fff8f9 3px, #fff8f9 7px);
  background: repeating-linear-gradient(-45deg, #fffdc9, #fffdc9 3px,#fffff7 3px, #fffff7 7px);
}


/* 両端に線を伸ばす
-----------------------------*/

.lp-bothline {
  color: #444;
  display: flex;
  align-items: center;
}
.lp-bothline::before, .lp-bothline::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #444;
  display: block;
}
.lp-bothline::before {
  margin-right: .4em;
}
.lp-bothline::after {
  margin-left: .4em;
}

.lp-bothline .inner-text1 {
  display: none;
}


/* 吹き出し
---------------------------------------- */

.lp-hukidashi {
  position: relative;
  display: block;
  text-align: center;
  padding: 15px;
  max-width: 100%;
  font-weight: bold;
  background: #FFF;
  border: solid 3px #333;
  box-sizing: border-box;
  border-radius: 3px;
}

.lp-hukidashi::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.lp-hukidashi::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}



/* 斜線アンダーライン
-----------------------------*/

.lp-underline .inner-text2 {
    padding-bottom: 10px;
}

.lp-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
}


/* キャッチコピー付きタイトルボックス
---------------------------------------- */

.campaign-box {
  padding: 6px;
}

.inner {
  background-color: #fff;
  padding: 15px 10px 15px 10px;
  font-weight: bold;
  text-align: center;
}

.inner-text2 {
    font-size: 1.4em;
}

/*ブラック*/
.inner.c-black {
  color: #555;
}

/*ブルー*/
.inner.c-blue {
  color: #3498db;
}

/*レッド*/
.inner.c-redd {
  color: #f2183c;
}

/*ピンク*/
.inner.c-pink {
  color: #ff6a91;
}

/*グリーン*/
.inner.c-green {
  color: #64bf38;
}

/*イエロー*/
.inner.c-yellow {
  color: #a7a348;
}



/* ランキング
-----------------------------*/

.page-title.lp-ranking {
    display: flex;
    align-items: center;
}

.rank_icon {
    margin-right: 10px;
    width: 60px;
}

.lp-ranking .title_wrapper {
    flex: 1;
}

@media screen and (max-width: 768px){

    .inner-text1 {
        font-size: 0.9em !important;
    }

    .inner-text2 {
        font-size: 1.2em !important;
        line-height: 1.4em;
    }

    .page-title.lp-ranking {
        display: block;
    }

    .rank_icon {
        width: 40px;
        margin-right: 5px;
    }

}


/* 斜線部共通色
--------------------------- */

/*ブラック*/
.campaign-box.c-black,
.lp-underline.c-black::after {
  background: -webkit-repeating-linear-gradient(45deg, #666, #666 5px, #ffffff 5px, #ffffff 10px);
  background: repeating-linear-gradient(45deg, #555, #555 5px, #ffffff 5px, #ffffff 10px);

}

/*ブルー*/
.campaign-box.c-blue,
.lp-underline.c-blue::after {
  background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
  background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #c5e3f7 5px, #c5e3f7 10px);

}

/*レッド*/
.campaign-box.c-redd,
.lp-underline.c-redd::after {
  background: -webkit-repeating-linear-gradient(45deg, #f2183c, #f2183c 5px, #ffffff 5px, #ffffff 10px);
  background: repeating-linear-gradient(45deg, #f2183c, #f2183c 5px, #ffe5e9 5px, #ffe5e9 10px);

}

/*ピンク*/
.campaign-box.c-pink,
.lp-underline.c-pink::after {
  background: -webkit-repeating-linear-gradient(45deg, #ff6a91, #ff6a91 5px, #ffe6ec 5px, #ffe6ec 10px);
  background: repeating-linear-gradient(45deg, #ff6a91, #ff6a91 5px, #ffe6ec 5px, #ffe6ec 10px);
}

/*グリーン*/
.campaign-box.c-green,
.lp-underline.c-green::after {
  background: -webkit-repeating-linear-gradient(45deg, #54af28, #54af28 5px, #dfffcf 5px, #dfffcf 10px);
  background: repeating-linear-gradient(45deg, #54af28, #54af28 5px, #dfffcf 5px, #dfffcf 10px);

}

/*イエロー*/
.campaign-box.c-yellow,
.lp-underline.c-yellow::after {
  background: -webkit-repeating-linear-gradient(45deg, #98954d, #98954d 5px, #f5f3c0 5px, #f5f3c0 10px);
  background: repeating-linear-gradient(45deg, #98954d, #98954d 5px, #f5f3c0 5px, #f5f3c0 10px);

}





/* ブロックパーツ
---------------------------------------------------------------------- */

/* 商品・サービス名
--------------------------- */

.item-name {
    font-weight: bold !important;
    font-size: 1.2em !important;
    margin: 0px !important;
    color: #444 !important;
    line-height: 1.4em !important;
}


/* レビュー数
--------------------------- */

.star {
    color: #fddb53;
    font-size: 1.2em;
}

.star10::before,
.editor-styles-wrapper .star10::before {
    font-family: fontawesome;
    content: "\f005\f006\f006\f006\f006" !important;
}
.star15::before,
.editor-styles-wrapper .star15::before {
    font-family: fontawesome;
    content: "\f005\f123\f006\f006\f006" !important;
}
.star20::before,
.editor-styles-wrapper .star20::before {
    font-family: fontawesome;
    content: "\f005\f005\f006\f006\f006" !important;
}
.star25::before,
.editor-styles-wrapper .star25::before {
    font-family: fontawesome;
    content: "\f005\f005\f123\f006\f006" !important;
}
.star30::before,
.editor-styles-wrapper .star30::before {
    font-family: fontawesome;
    content: "\f005\f005\f005\f006\f006" !important;
}
.star35::before,
.editor-styles-wrapper .star35::before {
    font-family: fontawesome;
    content: "\f005\f005\f005\f123\f006" !important;
}
.star40::before,
.editor-styles-wrapper .star40::before {
    font-family: fontawesome;
    content: "\f005\f005\f005\f005\f006" !important;
}
.star45::before,
.editor-styles-wrapper .star45::before {
    font-family: fontawesome;
    content: "\f005\f005\f005\f005\f123" !important;
}
.star50::before,
.editor-styles-wrapper .star50::before {
    font-family: fontawesome;
    content: "\f005\f005\f005\f005\f005" !important;
}

span.star-qty {
    color: #999;
    font-size: 12px;
    font-weight: bold;
}

.rating-star .fa-star-half-o:before {
    content: "\f5c0" !important;
}



/* キャンペーン情報
--------------------------- */

.tab-caption-box.none.campaign {
    padding: 0px 0 20px 0;
}

.tag_list {
    display: flex;
    flex-wrap: wrap;
}

.c-list {
    font-size: 0.9em;
    padding: 0 4px !important;
    margin: 2px !important;
    border-radius: 2px;
    color: #179dd8;
    line-height: 1.8;
}


.c-list.ari {
    background-color: aliceblue;
    border: 1px solid #00b9eb;
}

.c-list.nashi {
    background-color: #f3f4f5;
    border: 1px solid #eee;
    color: #ccc;
}

.c-info-box {
    display: table;
    margin-bottom: 15px;
}

p.c-list {
    font-size: 11px !important;
}


.campaign p {
    margin: 0 5px 5px 0;
    font-size: 0.95em;
}

span.c-name {
    font-size: 12px;
    padding: 1px 9px;
    background-color: #ff9900;
    border-radius: 2px;
    color: #fff;
    vertical-align: text-top;
    display: inline-block;
}

.none span.tab-caption-box-label-text {
    margin: 0 10px 0 0;
}


/* 価格情報
--------------------------- */

ul.price-info {
    list-style-type: none !important;
    padding-left: 0 !important;
}

ul.price-info .price::before {
    content: "￥";
}

span.price.before {
    text-decoration: line-through;
    font-size: 0.8em;
}

span.price.after {
    font-size: 1.3em;
    color: #bd081c;
    font-weight: bold;
    margin-right: 5px;
}

span.unit {
    font-size: 0.6em;
    color: #555;
    font-weight: normal;
    padding-left: 5px;
}

ul.price-info li {
    margin: -5px 0;
}

ul.price-info {
    margin: 10px 0 !important;
}

.search ul.price-info {
    margin: 0 0 0 5px !important;
}

li.price-difference {
    font-size: 0.9em;
}

li.price-ba .label {
    font-size: 0.8em;
}


/* アイコンリスト（ピックアップポイント）
----------------------------------------- */

#ver4 .iconlist-box ul {
    padding-left: calc(1em + 0.4em);
    padding-bottom: 0;
    padding-top: 0;
    text-indent: -0.4em;
}

.左寄せ .iconlist-title {
    text-align: left !important;
}

.point .iconlist-title::before {
    font-family: Fontawesome;
    content: "\f0a4";
    margin: 0 0.2em;
}


ul.osusumepoint {
    list-style: none;
    margin: 0;
}

li.osusume::before {
    font-family: fontawesome;
    content: "\f00c";
    margin-right: 4px;
    color: #e63d53;
    margin-left: calc(-1em + -4px);
}

p.kokogapoint {
    margin: 0;
    font-weight: bold;
    font-size: 1em;
}

p.kokogapoint::before {
    font-family: "fontawesome";
    content: "\f0a4";
    margin-right: 3px;
    font-weight: bold;
    font-size: 15px;
}

#ver4 .iconlist-box.point {
    margin: 0.5em 0;
}

#ver4 .iconlist-box.point ul li {
    margin: 0;
}

.search .iconlist-box ul {
    padding-bottom: 0 !important;
}

/*スマホ表示*/
@media screen and (max-width: 768px){
    #ver4 .iconlist-box.point {
        margin: 1em 0 !important;
    }
    #ver4 .iconlist-box.point ul li {
        margin: 0.2em 0;
    }
}

/*エディタのスタイル*/
.editor-styles-wrapper .iconlist-box.point ul {
    padding-left: 18px !important;
}




/* キャンペーンの告知風バナー
------------------------------- */

/*ボックス全体の設定*/
.campaign-infobox {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -50px;
    margin-top: 3em;
    margin-bottom: 2em;
}

.bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.3);
  padding: 70px 20px 30px 20px;
}

p.campaign.title {
    font-size: 1.8em;
    margin: 0 !important;
    }

p.campaign.subtitle {
    font-size: 1em;
    margin: 0px !important;
}

/*
.campaign .text1,
.campaign .text2 {
    font-weight: bold;
    color: #555;
    margin: 0 !important;
}
*/

.campaign.textBox {
    padding-top: 30px;
    padding-bottom: 20px;
}

.campaign.textBox p {
    margin: 0 0 10px;
}

.campaign-infobox a.afflink-button.btn {
    max-width: 500px;
}

p.campaign.title,
p.campaign.subtitle {
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 0.1em;
    letter-spacing: 0.15em;
}

/*デフォルト*/
.campaign-infobox.bg-normal {
  background-image: url('./img/campaign-bg-1184622.jpg');
}
.campaign-infobox.bg-normal p.campaign.title {
  text-shadow: rgb(73, 183, 245) 3px 0px 0px, rgb(73, 183, 245) 2.83487px 0.981584px 0px, rgb(73, 183, 245) 2.35766px 1.85511px 0px, rgb(73, 183, 245) 1.62091px 2.52441px 0px, rgb(73, 183, 245) 0.705713px 2.91581px 0px, rgb(73, 183, 245) -0.287171px 2.98622px 0px, rgb(73, 183, 245) -1.24844px 2.72789px 0px, rgb(73, 183, 245) -2.07227px 2.16926px 0px, rgb(73, 183, 245) -2.66798px 1.37182px 0px, rgb(73, 183, 245) -2.96998px 0.42336px 0px, rgb(73, 183, 245) -2.94502px -0.571704px 0px, rgb(73, 183, 245) -2.59586px -1.50383px 0px, rgb(73, 183, 245) -1.96093px -2.27041px 0px, rgb(73, 183, 245) -1.11013px -2.78704px 0px, rgb(73, 183, 245) -0.137119px -2.99686px 0px, rgb(73, 183, 245) 0.850987px -2.87677px 0px, rgb(73, 183, 245) 1.74541px -2.43999px 0px, rgb(73, 183, 245) 2.44769px -1.73459px 0px, rgb(73, 183, 245) 2.88051px -0.838247px 0px;
}
.campaign-infobox.bg-normal p.campaign.subtitle {
  text-shadow: rgb(73, 183, 245) 2px 0px 0px, rgb(73, 183, 245) 1.75517px 0.958851px 0px, rgb(73, 183, 245) 1.0806px 1.68294px 0px, rgb(73, 183, 245) 0.141474px 1.99499px 0px, rgb(73, 183, 245) -0.832294px 1.81859px 0px, rgb(73, 183, 245) -1.60229px 1.19694px 0px, rgb(73, 183, 245) -1.97998px 0.28224px 0px, rgb(73, 183, 245) -1.87291px -0.701566px 0px, rgb(73, 183, 245) -1.30729px -1.5136px 0px, rgb(73, 183, 245) -0.421592px -1.95506px 0px, rgb(73, 183, 245) 0.567324px -1.91785px 0px, rgb(73, 183, 245) 1.41734px -1.41108px 0px, rgb(73, 183, 245) 1.92034px -0.558831px 0px;
}


/*ブルー*/
.campaign-infobox.bg-blue {
  background-image: url('./img/campaign-bg-blue.jpg');
}
.campaign-infobox.bg-blue p.campaign.title {
  text-shadow: rgb(73, 183, 245) 3px 0px 0px, rgb(73, 183, 245) 2.83487px 0.981584px 0px, rgb(73, 183, 245) 2.35766px 1.85511px 0px, rgb(73, 183, 245) 1.62091px 2.52441px 0px, rgb(73, 183, 245) 0.705713px 2.91581px 0px, rgb(73, 183, 245) -0.287171px 2.98622px 0px, rgb(73, 183, 245) -1.24844px 2.72789px 0px, rgb(73, 183, 245) -2.07227px 2.16926px 0px, rgb(73, 183, 245) -2.66798px 1.37182px 0px, rgb(73, 183, 245) -2.96998px 0.42336px 0px, rgb(73, 183, 245) -2.94502px -0.571704px 0px, rgb(73, 183, 245) -2.59586px -1.50383px 0px, rgb(73, 183, 245) -1.96093px -2.27041px 0px, rgb(73, 183, 245) -1.11013px -2.78704px 0px, rgb(73, 183, 245) -0.137119px -2.99686px 0px, rgb(73, 183, 245) 0.850987px -2.87677px 0px, rgb(73, 183, 245) 1.74541px -2.43999px 0px, rgb(73, 183, 245) 2.44769px -1.73459px 0px, rgb(73, 183, 245) 2.88051px -0.838247px 0px;
}
.campaign-infobox.bg-blue p.campaign.subtitle{
  text-shadow: rgb(73, 183, 245) 2px 0px 0px, rgb(73, 183, 245) 1.75517px 0.958851px 0px, rgb(73, 183, 245) 1.0806px 1.68294px 0px, rgb(73, 183, 245) 0.141474px 1.99499px 0px, rgb(73, 183, 245) -0.832294px 1.81859px 0px, rgb(73, 183, 245) -1.60229px 1.19694px 0px, rgb(73, 183, 245) -1.97998px 0.28224px 0px, rgb(73, 183, 245) -1.87291px -0.701566px 0px, rgb(73, 183, 245) -1.30729px -1.5136px 0px, rgb(73, 183, 245) -0.421592px -1.95506px 0px, rgb(73, 183, 245) 0.567324px -1.91785px 0px, rgb(73, 183, 245) 1.41734px -1.41108px 0px, rgb(73, 183, 245) 1.92034px -0.558831px 0px;
}


/*オレンジ*/
.campaign-infobox.bg-orange {
  background-image: url('./img/campaign-bg-yellow.jpg');
}
.campaign-infobox.bg-orange p.campaign.title {
  text-shadow: rgb(247, 146, 27) 2px 0px 0px, rgb(247, 146, 27) 1.75517px 0.958851px 0px, rgb(247, 146, 27) 1.0806px 1.68294px 0px, rgb(247, 146, 27) 0.141474px 1.99499px 0px, rgb(247, 146, 27) -0.832294px 1.81859px 0px, rgb(247, 146, 27) -1.60229px 1.19694px 0px, rgb(247, 146, 27) -1.97998px 0.28224px 0px, rgb(247, 146, 27) -1.87291px -0.701566px 0px, rgb(247, 146, 27) -1.30729px -1.5136px 0px, rgb(247, 146, 27) -0.421592px -1.95506px 0px, rgb(247, 146, 27) 0.567324px -1.91785px 0px, rgb(247, 146, 27) 1.41734px -1.41108px 0px, rgb(247, 146, 27) 1.92034px -0.558831px 0px;
}
.campaign-infobox.bg-orange p.campaign.subtitle {
  text-shadow: rgb(247, 146, 27) 2px 0px 0px, rgb(247, 146, 27) 1.75517px 0.958851px 0px, rgb(247, 146, 27) 1.0806px 1.68294px 0px, rgb(247, 146, 27) 0.141474px 1.99499px 0px, rgb(247, 146, 27) -0.832294px 1.81859px 0px, rgb(247, 146, 27) -1.60229px 1.19694px 0px, rgb(247, 146, 27) -1.97998px 0.28224px 0px, rgb(247, 146, 27) -1.87291px -0.701566px 0px, rgb(247, 146, 27) -1.30729px -1.5136px 0px, rgb(247, 146, 27) -0.421592px -1.95506px 0px, rgb(247, 146, 27) 0.567324px -1.91785px 0px, rgb(247, 146, 27) 1.41734px -1.41108px 0px, rgb(247, 146, 27) 1.92034px -0.558831px 0px;
}


/*ピンク*/
.campaign-infobox.bg-pink {
  background-image: url('./img/campaign-bg-pink.jpg');
}
.campaign-infobox.bg-pink p.campaign.title {
  text-shadow: rgb(247, 109, 217) 3px 0px 0px, rgb(247, 109, 217) 2.83487px 0.981584px 0px, rgb(247, 109, 217) 2.35766px 1.85511px 0px, rgb(247, 109, 217) 1.62091px 2.52441px 0px, rgb(247, 109, 217) 0.705713px 2.91581px 0px, rgb(247, 109, 217) -0.287171px 2.98622px 0px, rgb(247, 109, 217) -1.24844px 2.72789px 0px, rgb(247, 109, 217) -2.07227px 2.16926px 0px, rgb(247, 109, 217) -2.66798px 1.37182px 0px, rgb(247, 109, 217) -2.96998px 0.42336px 0px, rgb(247, 109, 217) -2.94502px -0.571704px 0px, rgb(247, 109, 217) -2.59586px -1.50383px 0px, rgb(247, 109, 217) -1.96093px -2.27041px 0px, rgb(247, 109, 217) -1.11013px -2.78704px 0px, rgb(247, 109, 217) -0.137119px -2.99686px 0px, rgb(247, 109, 217) 0.850987px -2.87677px 0px, rgb(247, 109, 217) 1.74541px -2.43999px 0px, rgb(247, 109, 217) 2.44769px -1.73459px 0px, rgb(247, 109, 217) 2.88051px -0.838247px 0px;
}
.campaign-infobox.bg-pink p.campaign.subtitle {
  text-shadow: rgb(247, 109, 217) 2px 0px 0px, rgb(247, 109, 217) 1.75517px 0.958851px 0px, rgb(247, 109, 217) 1.0806px 1.68294px 0px, rgb(247, 109, 217) 0.141474px 1.99499px 0px, rgb(247, 109, 217) -0.832294px 1.81859px 0px, rgb(247, 109, 217) -1.60229px 1.19694px 0px, rgb(247, 109, 217) -1.97998px 0.28224px 0px, rgb(247, 109, 217) -1.87291px -0.701566px 0px, rgb(247, 109, 217) -1.30729px -1.5136px 0px, rgb(247, 109, 217) -0.421592px -1.95506px 0px, rgb(247, 109, 217) 0.567324px -1.91785px 0px, rgb(247, 109, 217) 1.41734px -1.41108px 0px, rgb(247, 109, 217) 1.92034px -0.558831px 0px;
}


/*スマホ表示*/
@media screen and (max-width: 768px){

    .bg-mask {
        padding: 70px 10px 30px 10px;
    }

    .campaign-infobox {
        background-position: center 0px;
    }

    p.campaign.title {
        font-size: 1.1em;
        margin: 0;
    }
    p.campaign.subtitle {
        font-size: 0.9em;
        margin: 0px !important;
    }

    .campaign.textBox p {
        font-size: 0.9em;
    }

    .campaign-infobox.bg-normal p.campaign.title,
    .campaign-infobox.bg-blue p.campaign.title,
    .campaign-infobox.bg-normal p.campaign.subtitle,
    .campaign-infobox.bg-blue p.campaign.subtitle {
    text-shadow:none;
    color: #49b7f5 !important;
    }

    .campaign-infobox.bg-orange p.campaign.title,
    .campaign-infobox.bg-orange p.campaign.subtitle {
    text-shadow:none;
    color: #f7921b !important;
    }

    .campaign-infobox.bg-pink p.campaign.title,
    .campaign-infobox.bg-pink p.campaign.subtitle {
    text-shadow:none;
    color: #f76dd9 !important;
    }

}


/* キャプションタブボックス（ウラオモテVer）
------------------------------------------- */

.tab-caption-box.w90 {
    width: 90%;
    margin: 1.2em auto;
}

@media screen and (max-width: 600px){
.tab-caption-box.w90 {
    width: 100%;
}
}

.none .tab-caption-box-label {
    padding: 0;
    font-size: 1em;
    font-weight:bold;
    background-color: #ffff !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

.none .tab-caption-box-content {
    margin-top: -3px;
    border: 3px solid #ffff !important;
    padding: 0.4em 0;
    border-radius: 8px;
    border-top-left-radius: 0;
}


.c-blue .caption-box:not(.has-border-color) {
  border: 2px solid #4eb7d9;
}
.c-blue .caption-box-label {
  background-color: #4eb7d9;
  color: #fff;
}

.c-sick .caption-box:not(.has-border-color) {
  border: 2px solid #235180;
}
.c-sick .caption-box-label {
  background-color: #235180;
  color: #fff;
}

.c-black .caption-box:not(.has-border-color) {
  border: 2px solid #454c50;
}
.c-black .caption-box-label {
  background-color: #454c50;
  color: #fff;
}

.c-pink .caption-box:not(.has-border-color) {
  border: 2px solid #f99292;
}
.c-pink .caption-box-label {
  background-color: #f99292;
  color: #fff;
}

.c-green .caption-box:not(.has-border-color) {
  border: 2px solid #3abc98;
}
.c-green .caption-box-label {
  background-color: #3abc98;
  color: #fff;
}

.c-yellow .caption-box:not(.has-border-color) {
  border: 2px solid #ffcb4f;
}
.c-yellow .caption-box-label {
  background-color: #ffcb4f;
  color: #fff;
}


/* キャプションタブボックス（Cocoon）
------------------------------------------- */

.cb-red.caption-box {
  border-color: #e60033 !important;
}
.cb-red .caption-box-label {
  background-color: #e60033 !important;
  color: #fff;
}

.cb-pink.caption-box {
  border-color: #e95295 !important;
}
.cb-pink .caption-box-label {
  background-color: #e95295 !important;
  color: #fff;
}

.cb-purple.caption-box {
  border-color: #884898 !important;
}
.cb-purple .caption-box-label {
  background-color: #884898 !important;
  color: #fff;
}

.cb-blue.caption-box {
  border-color: #0095d9 !important;
}
.cb-blue .caption-box-label {
  background-color: #0095d9 !important;
  color: #fff;
}

.cb-green.caption-box {
  border-color: #3eb370 !important;
}
.cb-green .caption-box-label {
  background-color: #3eb370 !important;
  color: #fff;
}

.cb-orange.caption-box {
  border-color: #f39800 !important;
}
.cb-orange .caption-box-label {
  background-color: #f39800 !important;
  color: #fff;
}

.cb-yellow.caption-box {
  border-color: #ffd900 !important;
}
.cb-yellow .caption-box-label {
  background-color: #ffd900 !important;
  color: #fff;
}

.cb-brown.caption-box {
  border-color: #954e2a !important;
}
.cb-brown .caption-box-label {
  background-color: #954e2a !important;
  color: #fff;
}

.cb-grey.caption-box {
  border-color: #949495 !important;
}
.cb-grey .caption-box-label {
  background-color: #949495 !important;
  color: #fff;
}

.cb-black.caption-box {
  border-color: #333 !important;
}
.cb-black .caption-box-label {
  background-color: #333 !important;
  color: #fff;
}

.cb-deep.caption-box {
  border-color: #55295b !important;
}
.cb-deep .caption-box-label {
  background-color: #55295b !important;
  color: #fff;
}

.cb-indigo.caption-box {
  border-color: #1e50a2 !important;
}
.cb-indigo .caption-box-label {
  background-color: #1e50a2 !important;
  color: #fff;
}

.cb-light-blue.caption-box {
  border-color: #2ca9e1 !important;
}
.cb-light-blue .caption-box-label {
  background-color: #2ca9e1 !important;
  color: #fff;
}

.cb-cyan.caption-box {
  border-color: #00a3af !important;
}
.cb-cyan .caption-box-label {
  background-color: #00a3af !important;
  color: #fff;
}

.cb-teal.caption-box {
  border-color: #007b43 !important;
}
.cb-teal .caption-box-label {
  background-color: #007b43 !important;
  color: #fff;
}

.cb-light-green.caption-box {
  border-color: #8bc34a !important;
}
.cb-light-green .caption-box-label {
  background-color: #8bc34a !important;
  color: #fff;
}

.cb-lime.caption-box {
  border-color: #c3d825 !important;
}
.cb-lime .caption-box-label {
  background-color: #c3d825 !important;
  color: #fff;
}

.cb-amber.caption-box {
  border-color: #ffc107 !important;
}
.cb-amber .caption-box-label {
  background-color: #ffc107 !important;
  color: #fff;
}

.cb-deep-orange.caption-box {
  border-color: #ea5506 !important;
}
.cb-deep-orange .caption-box-label {
  background-color: #ea5506 !important;
  color: #fff;
}

.cb-white.caption-box {
  border-color: #fff !important;
}
.cb-white .caption-box-label {
  background-color: #fff !important;
  color: #fff;
}






/* タブ付きボックス
--------------------------- */

.labs .block-box-label {
    display: inline-block;
    position: absolute;
    top: -1.9em;
    left: -2px;
    border-radius: 4px 4px 0 0;
    padding: 0.2em 0.8em 1px !important;
    font-size: 0.95em;
}

.caption-box.block-box.labs {
    position: relative;
    margin-top: calc(2.5em + 1.7em);
    border-radius: 0 4px 4px 4px;
}

.block-box.labs p {
    margin: 0.6em 0 !important;
}

/*ブラック*/
.caption-box.block-box.labs.blackBox {
    border: 2px solid #444;
}
.blackBox .caption-box-label {
    background-color: #444 !important;
    color: #fff;
}

/*グレー*/
.caption-box.block-box.labs.grayBox {
    border: 2px solid #ccc;
}
.grayBox .caption-box-label {
    background-color: #ccc !important;
    color: #fff;
}

/*ブルー*/
.caption-box.block-box.labs.blueBox {
    border: 2px solid #4eb7d9;
}
.blueBox .caption-box-label {
    background-color: #4eb7d9 !important;
    color: #fff;
}

/*ネイビー*/
.caption-box.block-box.labs.navyBox {
    border: 2px solid #235180;
}
.navyBox .caption-box-label {
    background-color: #235180 !important;
    color: #fff;
}

/*グリーン*/
.caption-box.block-box.labs.greenBox {
    border: 2px solid #3abc98;
}
.greenBox .caption-box-label {
    background-color: #3abc98 !important;
    color: #fff;
}

/*イエロー*/
.caption-box.block-box.labs.yellowBox {
    border: 2px solid #ffcb4f;
}
.yellowBox .caption-box-label {
    background-color: #ffcb4f !important;
    color: #fff;
}

/*オレンジ*/
.caption-box.block-box.labs.orangeBox {
    border: 2px solid #f7921b;
}
.orangeBox .caption-box-label {
    background-color: #f7921b !important;
    color: #fff;
}

/*レッド*/
.caption-box.block-box.labs.redBox {
    border: 2px solid #f2183c;
}
.redBox .caption-box-label {
    background-color: #f2183c !important;
    color: #fff;
}

/*ピンク*/
.caption-box.block-box.labs.pinkBox {
    border: 2px solid #f99292;
}
.pinkBox .caption-box-label {
    background-color: #f99292 !important;
    color: #fff;
}






/* タブ付きの見出しボックスをSANGO風にする
---------------------------------------------------------------------- */

.box-like-sango {
    padding:25px 15px 15px;
    background: #f3f4f5;
    border-radius: 2px;
}

.box-like-sango .caption-text {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.box-like-sango .caption-text p {
    display: inline-block;
    margin: 0;
    font-weight: bold;
}

/*600px以下*/
@media screen and (max-width: 600px){
    .box-like-sango .caption-text p {
        font-size: 18px;
    }
}

.box-like-sango p.tabtxt {
    font-size: 22px;
    font-weight: bold;
}

.box-like-sango .boxtxt p {
    margin: 0.5em 0;
    font-size: 1em;
}


.box-like-sango .caption-text::before {
    margin-right: 10px;
    font-size: 45px;
    width: 40px;
    line-height: 40px;
}


.box-like-sango [class*="bg-circle"]::before {
    color: #fff;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px !important;
}


/* ボックスのカラー
-----------------------*/

/*ブラック*/
.box-like-sango.blackBox {
    background-color: #fefefe !important;
}
.box-like-sango.blackBox {
    border: 2px solid #555;
}
.box-like-sango.blackBox .caption-text {
    color: #555 !important;
}

/*グレー*/
.box-like-sango.grayBox {
    background-color: #f3f4f5 !important;
}
.box-like-sango.grayBox .caption-text {
    color: #555 !important;
}
.box-like-sango.grayBox [class*="bg-circle"]::before {
    background-color: #555 !important;
}

/*ブルー*/
.box-like-sango.blueBox {
    background-color: #f3fafe !important;
}
.box-like-sango.blueBox .caption-text {
    color: #49b7f5 !important;
}
.box-like-sango.blueBox [class*="bg-circle"]::before {
    background-color: #49b7f5 !important;
}

/*ネイビー*/
.box-like-sango.navyBox {
    background-color: #deeeff !important;
}
.box-like-sango.navyBox .caption-text {
    color: #1e50a2 !important;
}
.box-like-sango.navyBox [class*="bg-circle"]::before {
    background-color: #1e50a2 !important;
}

/*グリーン*/
.box-like-sango.greenBox {
    background-color: #e0ffed !important;
}
.box-like-sango.greenBox .caption-text {
    color: #38bc70 !important;
}
.box-like-sango.greenBox [class*="bg-circle"]::before {
    background-color: #38bc70 !important;
}

/*イエロー*/
.box-like-sango.yellowBox {
    background-color: #fffaec !important;
}
.box-like-sango.yellowBox .caption-text {
    color: #ffc107 !important;
}
.box-like-sango.yellowBox [class*="bg-circle"]::before {
    background-color: #ffc107 !important;
}

/*オレンジ*/
.box-like-sango.orangeBox {
    background-color: #ffecb6 !important;
}
.box-like-sango.orangeBox .caption-text {
    color: #f7921b !important;
}
.box-like-sango.orangeBox [class*="bg-circle"]::before {
    background-color: #f7921b !important;
}

/*レッド*/
.box-like-sango.redBox {
    background-color: #ffebeb !important;
}
.box-like-sango.redBox .caption-text {
    color: #ff7465 !important;
}
.box-like-sango.redBox [class*="bg-circle"]::before {
    background-color: #ff7465 !important;
}

/*ピンク*/
.box-like-sango.pinkBox {
    background-color: #ffebeb !important;
}
.box-like-sango.pinkBox .caption-text {
    color: #ff8dc1 !important;
}
.box-like-sango.pinkBox [class*="bg-circle"]::before {
    background-color: #ff8dc1 !important;
}


/* ボックスのカラー（ページのテーマカラー）
-----------------------------------------*/

.c-blue .box-like-sango {
  background-color: #f3fafe;
}
.c-blue .box-like-sango .caption-text {
  color: #49b7f5;
}
.c-blue .box-like-sango [class*="bg-circle"]::before {
    background-color: #49b7f5;
}

.c-sick .box-like-sango {
  background-color: #deeeff;
}
.c-sick .box-like-sango .caption-text {
  color: #1e50a2;
}
.c-sick .box-like-sango [class*="bg-circle"]::before {
    background-color: #1e50a2;
}

.c-black .box-like-sango {
  background-color: #f3f4f5;
}
.c-black .box-like-sango .caption-text {
  color: #555;
}
.c-black .box-like-sango [class*="bg-circle"]::before {
    background-color: #555;
}

.c-pink .box-like-sango {
  background-color: #ffebeb;
}
.c-pink .box-like-sango .caption-text {
  color: #ff7465;
}
.c-pink .box-like-sango [class*="bg-circle"]::before {
    background-color: #ff7465;
}

.c-green .box-like-sango {
  background-color: #e0ffed;
}
.c-green .box-like-sango .caption-text {
  color: #38bc70;
}
.c-green .box-like-sango [class*="bg-circle"]::before {
    background-color: #38bc70;
}

.c-yellow .box-like-sango {
  background-color: #fffaec;
}
.c-yellow .box-like-sango .caption-text {
  color: #ffc107;
}
.c-yellow .box-like-sango [class*="bg-circle"]::before {
    background-color: #ffc107;
}


/* 見出しのタイトルを大きくする
------------------------------------ */

.title .tab-caption-box-label {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 2px;
    padding-left: 5px;
    color: #333 !important;
    background: #fff !important;
}
.title .tab-caption-box-label::before {
    color: #2ca9e1;
}
.title.has-key-color-border-color .tab-caption-box-label::before {
    color: #19448e !important;
}
.title.has-red-border-color .tab-caption-box-label::before {
    color: #e60033 !important;
}
.title.has-pink-border-color .tab-caption-box-label::before {
    color: #e95295 !important;
}
.title.has-purple-border-color .tab-caption-box-label::before {
    color: #884898 !important;
}
.title.has-deep-border-color .tab-caption-box-label::before {
    color: #55295b !important;
}
.title.has-indigo-border-color .tab-caption-box-label::before {
    color: #1e50a2 !important;
}
.title.has-blue-border-color .tab-caption-box-label::before {
    color: #0095d9 !important;
}
.title.has-light-blue-border-color .tab-caption-box-label::before {
    color: #2ca9e1 !important;
}
.title.has-cyan-border-color .tab-caption-box-label::before {
    color: #00a3af !important;
}
.title.has-teal-border-color .tab-caption-box-label::before {
    color: #007b43 !important;
}
.title.has-green-border-color .tab-caption-box-label::before {
    color: #3eb370 !important;
}
.title.has-light-green-border-color .tab-caption-box-label::before {
    color: #8bc34a !important;
}
.title.has-lime-border-color .tab-caption-box-label::before {
    color: #c3d825 !important;
}
.title.has-yellow-border-color .tab-caption-box-label::before {
    color: #ffd900 !important;
}
.title.has-amber-border-color .tab-caption-box-label::before {
    color: #ffc107 !important;
}
.title.has-orange-border-color .tab-caption-box-label::before {
    color: #f39800 !important;
}
.title.has-deep-orange-border-color .tab-caption-box-label::before {
    color: #ea5506 !important;
}
.title.has-brown-border-color .tab-caption-box-label::before {
    color: #954e2a !important;
}
.title.has-grey-border-color .tab-caption-box-label::before {
    color: #949495 !important;
}
.title.has-black-border-color .tab-caption-box-label::before {
    color: #333333 !important;
}
.title.has-white-border-color .tab-caption-box-label::before {
    color: #ffffff !important;
}
.title.has-watery-blue-border-color .tab-caption-box-label::before {
    color: #f3fafe !important;
}
.title.has-watery-yellow-border-color .tab-caption-box-label::before {
    color: #fff7cc !important;
}
.title.has-watery-red-border-color .tab-caption-box-label::before {
    color: #fdf2f2 !important;
}
.title.has-watery-green-border-color .tab-caption-box-label::before {
    color: #ebf8f4 !important;
}


/* その他Cocoonのボックスのデザイン調整
--------------------------------------------- */

.tab-caption-box-label {
    padding: 0.2em 0.8em 0.3em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tab-caption-box-content {
    margin-top: -2px;
    border: 2px solid #eee;
    border-radius: 4px;
}

.tab-caption-box-content,
.caption-box-content {
    padding: 1em;
}

.label-box-content {
    padding: 1.5em 1em 1em;
}

.block-box p {
    margin: 0.5em 0;
}

.block-box p:first-child {
    margin-top: 0;
}

.block-box ol, .block-box ul {
    margin: 0;
    padding-left: 1.2em;
}

.block-box p:last-child {
    margin-bottom: 1.2em;
}

.tcb-light-blue .tab-caption-box-label {
  background-color: #4eb7d9;
  color: #fff;
}
.tcb-light-blue .tab-caption-box-content {
  border-color: #4eb7d9;
}




/* カスタムボックス
--------------------------- */

.bg-gray {
    padding: 20px;
    background-color: #f9f9f9;
    color: #999;
}




/* アフィリエイトリンクボタンのデザイン
--------------------------------------- */

.afBtn {
    position: relative;
    display: block;
}

.afBtn img {
    display: none;
}

.afBtn a {
    height: 50px;
    display: block;
    z-index: 1;
    position: relative;
    opacity: 0;
}

.afBtn .text {
    text-align: center;
    color: #fff;
    padding: 11px;
    background-color: #000;
    margin-top: -50px;
    z-index: 1;
    display: block;
    border-radius: 5px;
}

/*URLのみの場合*/
.afBtn .blogcard-wrap {
    margin: 0;
}




/* Cocoonオリジナルボタンのカスタマイズ
 * -------------------------------------------- */

.btn {
    transition: all 0.8s ease;
    opacity: 1;
}

.column-wrap .btn {
    width: 100%;
}

#ver4 a.btn {
    color:#fff;
    margin-bottom: 0;
}
#ver4 .btn-wrap > a {
    color:#fff;
    margin-bottom: 0;
}

a.afflink-button.btn {
    padding: 10px 20px;
    width: 80%;
    opacity: 1;
    margin-bottom: 0;
}




@media screen and (max-width: 600px){

a.afflink-button.btn {
    width: 95%;
}
}

/*レッド*/
.btn-red {
    background-color: #e60033;
    border-bottom: 3px solid #b94d4d !important;
}

/*グリーン*/
.btn-light-green {
  border-bottom: 3px solid #7f8f88 !important;
}

/*イエロー*/
.btn-amber {
  border-bottom: 3px solid rgb(222, 201, 99) !important;
}

/*オレンジ*/
.btn-orange {
  border-bottom: 3px solid rgb(222, 143, 50) !important;
}

/*ディープオレンジ*/
.btn-deep-orange {
  border-bottom: 3px solid #b94d4d !important;
}

/*ピンク*/
.btn-pink {
  border-bottom: 3px solid rgb(178, 90, 159) !important;
}

/*ブルー*/
.btn-blue {
    border-bottom: 3px solid rgb(68, 132, 168) !important;
}

/*シアン*/
.btn-cyan {
    border-bottom: 3px solid rgb(90, 168, 212) !important;
}

/*グレー*/
.btn-gray {
    background-color: #eeeeee;
    color: #555 !important;
    border-bottom: 3px solid #ddd !important;
}


.btn-red, .ranking-item-link a, .btn-wrap.btn-wrap-red > a {
    background: #e60033 !important;
}

.btn-pink, .btn-wrap.btn-wrap-pink > a {
    background: #e95295 !important;
}

.btn-purple, .btn-wrap.btn-wrap-purple > a {
    background: #884898 !important;
}

.btn-deep, .btn-wrap.btn-wrap-deep > a {
    background: #55295b !important;
}

.btn-indigo, .btn-wrap.btn-wrap-indigo > a {
    background: #1e50a2 !important;
}

.btn-blue, .ranking-item-detail a, .btn-wrap.btn-wrap-blue > a {
    background: #0095d9 !important;
}

.btn-light-blue, .btn-wrap.btn-wrap-light-blue > a {
    background: #2ca9e1 !important;
}

.btn-cyan, .btn-wrap.btn-wrap-cyan > a {
    background: #00a3af !important;
}

.btn-teal, .btn-wrap.btn-wrap-teal > a {
    background: #007b43 !important;
}

.btn-green, .btn-wrap.btn-wrap-green > a {
    background: #3eb370 !important;
}

.btn-light-green, .btn-wrap.btn-wrap-light-green > a {
    background: #8bc34a !important;
}

.btn-lime, .btn-wrap.btn-wrap-lime > a {
    background: #c3d825 !important;
}

.btn-yellow, .btn-wrap.btn-wrap-yellow > a {
    background: #ffd900 !important;
}

.btn-amber, .btn-wrap.btn-wrap-amber > a {
    background: #ffc107 !important;
}

.btn-orange, .btn-wrap.btn-wrap-orange > a {
    background: #f39800 !important;
}

.btn-deep-orange, .btn-wrap.btn-wrap-deep-orange > a {
    background: #ea5506 !important;
}

.btn-brown, .btn-wrap.btn-wrap-brown > a {
    background: #954e2a !important;
}

.btn-grey, .btn-wrap.btn-wrap-grey > a {
    background-color: #eeeeee;
    color: #555 !important;
    border-bottom: 3px solid #ddd !important;
}

.btn-blue-grey, .btn-wrap.btn-wrap-blue-grey > a {
    background: #607d8b !important;
}

.btn-black, .btn-wrap.btn-wrap-black > a {
    background: #333 !important;
}


/* フッターエリアのアフィリンク
---------------------------------- */

.affilink-button-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
}

.affilink-button-footer a.afflink-button.btn {
    width: 100%;
    border-bottom: 0px solid !important;
    border-radius: 0px;
    padding: 20px 10px;
    font-size: 18px;
}

.affilink-button-footer .button-block {
    margin: 0;
}

.affilink-button-footer.content p {
    margin: 0;
    line-height: 1.2em !important;
}

.affilink-button-footer .micro-top {
    margin: 0;
    padding-top: 5px;
    color: #000;
}

.spFooterBtn {
    display: none;
}


@media screen and (max-width: 768px) {
    .affilink-button-footer a.afflink-button.btn {
          padding: 15px 10px;
      }
      .spFooterBtn {
          display: block;
      }
  }


/* テキスト付きアフィリエイトリンクボタン
-------------------------------------------- */
.affilink-button2 {
    padding: 40px 10px;
    text-align: center;
}

.affilink-button2 span {
    margin: 0 10px 0 0;
}

.affilink-button2 a {
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
}

.affilink-button2 a:hover {
    opacity: 0.9;
    transition: 0.8s;
}

.affilink-button2 a::before {
    content: "\f138";
    padding-right: 5px;
    font-family: "fontawesome";
}


/*スマホ*/
@media screen and (max-width: 768px){
  .affilink-button2 span {
    display: block;
    margin: 0 0 20px 0;
  }
}



/* サイトロゴ（ブロックエディター版）
----------------------------------- */

.like_logo {
    margin: 0;
}

.logoTxt {
    text-align: center;
    font-size: 40px;
    margin: 0px -36px 0;
    font-family: Righteous;
    font-weight: bold;
    background-color: white;
    /*border-bottom: 5px solid #EFF1F5;*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
    .logoTxt {
      margin: 0px -10px 0;
    }
}
/*600px以下*/
@media screen and (max-width: 600px){
    .logoTxt {
        /*font-size: 24px !important;*/
    }
    .like_logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/*エディタースタイル*/
.editor-styles-wrapper .logoTxt {
    margin: 0px -36px;
}


/* クチコミ
--------------------------------------- */

.smile {
    font-size: 2em;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: normal;
}

.kuchikomi-title {
    display: flex;
    align-items: center;
    font-size: 1.05em;
    font-weight: bold;
    line-height: 1em;
    margin: 5px 0 10px 0;
}

.kuchikomi {
    border: 3px solid;
    padding: 20px;
    margin: 15px 0;
}
.kuchikomi p {
    margin: 0.8em 0;
    font-size: 15px;
}

.kuchikomi img {
    padding: 0.5em 0;
}

.kuchikomi.good {
    border-color: #ffe4ec;
    background-color: #fffafc;
}

.kuchikomi-title.good {
    color: #f6779e;
}

.kuchikomi.bad {
    border-color: #c3e3ff;
    background-color: #f9fcff;
}

.kuchikomi-title.bad {
    color: #72bdff;
}

.fal::before {
    font-family: "Font Awesome 5 Free";
}


.kuchikomi.simple {
    border-color: #f1f1f1;
    background-color: #fff;
}

.kuchikomi.simple .kuchikomi-title {
    color: #333;
}

.kuchikomi.simple i {
    display: none;
}

.kuchikomi-title img {
    margin-right: 10px;
}

.kuchikomi_title_wrapper .star {
    font-size: 0.9em;
}

.kuchikomi_title_wrapper .title {
    margin: 5px 0;
}



@media screen and (max-width: 600px){

    .smile {
        font-size: 35px;
        vertical-align: middle;
        margin-right: 10px;
        font-weight: normal;
    }

    .kuchikomi {
        padding: 10px;
    }

}


/* テキストクリック型のアコーディオン
--------------------------------------- */

.accordion_title.hidden {
    display: none;
}

.accordion_title {
    color: #1967d2;
    cursor: pointer;
    font-size: 0.9em;
}

.accordion_title::before {
    content: "\f107";
    font-family: fontawesome;
    margin-right: 5px;
}


/* Ｑ＆Ａ
--------------------------------------- */

.質問,
.回答 {
  position: relative;
  margin-left: 55px;
}

.質問::before,
.回答::before {
    font-size: 1.5em;
    border-radius: 50%;
    vertical-align: baseline;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    font-family: arial;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1.4em;
    box-sizing: content-box;
    position: absolute;
    left: -55px;
    top: -11px;
}

.質問::before {
    content: "Q";
    background-color: #8cbeef;
    color: #fff;
}

.回答::before {
    content: "A";
    background-color: #f17a7a;
    color: #fff;
}

p.質問 +p.回答 {
    margin-top: -1em;
}




/* ランキング
-------------------------------------------- */

.rankingWrapper {
    margin: 2em 0 4em;
}

.ranking-box > div::before,
.ranking--box > div::before {
    content: "";
    background-image: url('./img/rank4.jpg');
    width: 50px;
    display: inline-block;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.ranking-box > div:nth-of-type(1)::before,
.ranking--box > div:nth-of-type(1)::before {
    background-image: url('./img/rank1.jpg');
}

.ranking-box > div:nth-of-type(2)::before,
.ranking--box > div:nth-of-type(2)::before {
    background-image: url('./img/rank2.jpg');
}

.ranking-box > div:nth-of-type(3)::before,
.ranking--box > div:nth-of-type(3)::before {
    background-image: url('./img/rank3.jpg');
}

.r_title {
    margin-left: 65px;
    margin-bottom: 1em;
    font-size: 1.4em;
    padding-top: 10px;
    font-weight: bold;
    color: #444;
    width: calc(100% - 65px) !important;
    line-height: 1.2em;
}

.ranking .cmpTermsHeader {
    margin-right: 0px;
}

.ranking .sortingGroups .terms {
    margin-right: 0px;
}

.ranking .cmpTermsHeader button {
    padding: 10px 5px;
}

.r_contents {
    margin: 1em 0 2.5em;
}

.ranking-box .ranking-item-rating.rating-star {
    width: 100%;
    background: none;
    max-width: 100%;
    text-align: inherit;
    padding: 0;
    font-size: 1em;
}
.ranking-box .ranking-item-rating.rating-star::before {
    content: "";
}

.ranking-box ul {
    padding-left: 20px;
}

.ranking .sortingGroups {
    position: relative;
}

.ranking .sortingGroups::after {
    border-bottom: 2px solid #4eb7d9;
    content: "";
    width: 100%;
    position: absolute;
    top: 39px;
}

.ranking .sortingGroups::after {
    border-bottom: 2px solid #555;
}
/*ブラック*/
.c-black .ranking .sortingGroups::after {
    border-bottom: 2px solid #454c50;
}
/*青*/
.c-blue .ranking .sortingGroups::after {
    border-bottom: 2px solid #4eb7d9;
}
/*ピンク*/
.c-pink .ranking .sortingGroups::after {
    border-bottom: 2px solid #ffc679;
}
/*緑*/
.c-green .ranking .sortingGroups::after {
    border-bottom: 2px solid #FFF44B;
}
/*黄色*/
.c-yellow .ranking .sortingGroups::after {
    border-bottom: 2px solid #2D9FDB;
}
/*ネイビー*/
.c-sick .ranking .sortingGroups::after {
    border-bottom: 2px solid #f7dd1b;
}

@media screen and (max-width: 768px){

    .ranking-box > div::before {
        width: 40px;
    }

    .ranking-box > div::before,
    .ranking--box > div::before {
        width: 40px;
    }

    .r_title {
        margin-left: 45px;
        font-size: 1.2em;
        width: calc(100% - 45px) !important;
    }

    .ranking .sortingGroups {
      width: 100%;
    }

    .cmpTermsHeader .terms {
      padding:0;
      margin: 2px 0;
    }

    .ranking .sortingGroups::after {
        border-bottom: none !important;
    }

    .ranking-box .column-wrap > div {
        padding: 0;
    }

    .ranking-box .column-wrap > .column-left {
        margin-bottom: 0.5em ;
    }

}


/* ランキング（フレックスブロック内）Ver1.3.0
-------------------------------------------- */

.v4_flex_blocks {
    padding: 0 10px;
    position: relative;
}

.v4_flex_blocks.frame {
    border: 1px solid #e8e8e8;
    position: relative;
}

.v4_flex_blocks.label.frame {
    overflow: hidden;
}

.v4_flex_blocks h3.title {
    margin: 0 !important;
}

.v4_flex_blocks.frame .labels {
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    left: -40px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 155px;
    z-index: 1;
    border: 1px solid #e8e8e8;
}

.flex_wrapper.column2 {
    display: flex;
    justify-content: center;
}

.flex_wrapper.column2 .btn_wrapper {
    width: 100%;
}
.btn_wrapper a.afflink-button.btn {
    width: 95%;
}

.v4_flex_blocks .title_wrapper,
.page-title.lp-ranking {
    margin: 1em 0 0;
    padding: 5px;
}

.sticky-title .page-title.lp-ranking {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fffffff2;
    transition: 0.3s;
}

.v4_flex_blocks .page-title.lp-ranking .inner-text2 {
    flex: 1;
}

/*Sticky*/
.stickem-container {
    position: relative;
}

.stickem {
    transition: 0.3s;
}

.stickit {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0 !important;
    padding: 5px 15px !important;
    z-index: 1;
    background: #fffffff2;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.sticky-title .stickem-container .page-title.stickit {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.stickit-end {
    bottom: 0;
    position: absolute;
}

@media screen and (max-width: 600px) {
    .flex_wrapper.column2 {
        flex-direction: column;
    }
    .flex_wrapper.column2 .left,
    .flex_wrapper.column2 .right {
        width:100% !important;
    }
    .flex_wrapper.column2 .btn_wrapper .button-block {
        margin: 5px 0;
    }
}

.ranking_title {
    margin-left: 85px;
    font-size: 1.5em;
    padding-top: 16px;
    font-weight: bold;
    color: #444;
}

.ranking_title::before {
    content: "";
    width: 50px;
    display: inline-block;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 12px;
}
.ranking_title.first::before {
    background-image: url(./img/rank1.jpg);
}
.ranking_title.second::before {
    background-image: url(./img/rank2.jpg);
}
.ranking_title.third::before {
    background-image: url(./img/rank3.jpg);
}
.ranking_title.none::before {
    background-image: url(./img/rank4.jpg);
}


p.flex_text {
    margin: 0;
}


/* シンプルな比較表（テーブル）
-------------------------------------------- */

table.mce-item-table {
    margin: 20px 0;
    background: #fff;
    font-size: 15px;
}
table.mce-item-table p {
    margin: 0.5em 0;
}
table.mce-item-table tr td {
    background: #fff;
}

@media screen and (max-width: 834px) {
    table th,
    table td {
        padding: 5px;
        font-size: 1em;
    }
}

.hikaku_table table {
    width: calc(100% - 1px);
    /*display: contents; ver1.2.2*/
    display: table;
}

.hikaku_table table tr {
    background-color: rgba(255, 255, 255, 0) !important;
}

.hikaku_table p {
    margin: 0.5em 0;
}

/*1列目を固定する*/
.first_line_fixed table tr > td:first-child,
.first_line_fixed table thead tr > th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
}

/*
.first_line_fixed table tr > td:first-of-type::before,
.first_line_fixed table thead tr > th:first-of-type::before {
    content : "" ;
    position : absolute ;
    top : -1px ;
    left : -1px ;
    width : 100% ;
    height : 100% ;
    border : 1px solid #ccc ;
}
*/

.first_line_fixed.first_row_image table thead tr > th:first-of-type::before {
    border-right-width: 0px;
    border-left-width: 0px;
}
.first_line_fixed table tr > td:first-of-type {
    background: #fff;
}
.first_line_fixed table thead tr > th:first-of-type {
    background: #eee;
}

/*1行目を画像にする*/
.first_row_image table thead th {
    border: none !important;
    background-color: #fff !important;
}

.hikaku_table .scrollable-table th,
.hikaku_table .scrollable-table td {
    padding: 10px;
    white-space: normal;
}

/*1列目のテキストを縦書きにする*/
.verticalText table tr > td:first-of-type,
.verticalText table thead tr > th:first-of-type {
    white-space: normal;
}



/* その他のブロックパーツ
-------------------------------------------- */

/*ラベル＋リンク*/
.label-link span {
    padding: 2px 8px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    border-radius: 4px;
}

/*なんちゃってパンくず*/
.n_pankuz, .n_date {
    font-size: 0.9em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    margin: 0;
}

/*なんちゃって記事作成日*/
.n_date {
    text-align: right;
}
.n_date::before {
    content: "\f021";
    font-family: fontawesome;
    margin-right: 6px;
    color: #eeac00;
}

/*公式サイト以外の取り扱いなし*/
.n_service {
    border: 1px solid #ee4257 !important;
    background: #fdf2f2;
}
.n_service p {
    font-size: 0.9em !important;
    margin: 1em !important;
}


/*タイムライン（Cocoon）*/
.timeline-item-content {
    padding: 1.2em 1.4em .8em;
}
.timeline-item-snippet {
    padding: 15px 0;
}


/*タイムライン（オリジナル/KadenceBlockバージョン）*/
.タイムライン {
    margin: 0 !important;
}
.タイムライン .kt-inside-inner-col {
    margin-top: 1.1em;
}
.タイムライン .wp-block-kadence-column.inner-column-1 {
    border-right: 3px solid #ccc;
    position: relative;
}
.タイムライン .wp-block-kadence-column.inner-column-1::after {
    width: 12px;
    height: 12px;
    content: "";
    background: #0095d9;
    position: absolute;
    top: 24px;
    right: -7px;
    border-radius: 50%;
}
.insert-page .タイムライン h2, .insert-page .タイムライン h3,
.entry-content .タイムライン h2, .entry-content .タイムライン h3 {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
}

/*ブロック：テーブルその1*/
table.bp_table1 caption {
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
}

/*ブログカード（Cocoon）*/
.blogcard-snippet p {
    margin: 5px 0;
    font-size: 15px;
}

.blogcard::before {
    padding: .5em 0.7em;
}

@media screen and (max-width: 768px){

    .タイムライン .wp-block-kadence-column.inner-column-1::after {
        display: none;
    }
    .タイムライン .wp-block-kadence-column.inner-column-1 {
        border-right: 0px solid #ccc;
    }
}

/*アイコンリスト（Cocoon）*/

#ver4 .wp-block-cocoon-blocks-iconlist-box ul {
    padding-bottom: 0;
}





/* 関連アイテムのデザイン
---------------------------------------------------------------------- */

.filter-box.single-s {
    display: block;
}

.cmp-table {
    display: flex;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    font-size: 0.9em;
}

/*600px以下*/
@media screen and (max-width: 600px){
    .cmp-table {
        font-size: 0.9em;
        overflow-x: scroll;
    }
}

.filter-box.related {
    display: block;
}
.related .mix,.related .gap {
    width: 100%;
    display: block;
}

.related-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.related-item .column-wrap {
    margin: 15px 0;
}

.related-item .column-left {
    text-align: center;
}

@media screen and (max-width: 768px){

.related-item > div {
    width: 100%;
}
.box-right {
    padding-left: 0px !important;
}

}

.related .item-name {
    font-size: 1.5em;
}

.box-left {
    flex-basis: 20%;
    text-align: center;
}
.box-right {
    padding-left: 15px;
}

.box-under {
    padding-top: 10px;
}

.box-title {
    flex-basis: 100%;
}

.item-discription {
    margin: 10px 0 20px 0;
    width:100%;
}
.item-discription .inner {
  border-top: 2px solid #454c50;
  margin-top: 0px;
  padding: 10px;
  background-color: #f9fbfc;
  font-weight: normal;
  text-align: inherit;
}
.item-discription .inner p {
    margin: 0.3em 0;
}
.item-discription .label {
    background-color: #454c50;
    color: #fff;
    padding: 5px 10px 3px;
    border-radius: 5px 5px 0px 0px;
    font-size: 0.9em;
    border-bottom: 1px solid #454c50;
}

.item-discription p > br {
    display: none;
}

.item-link {
    text-align: center;
    display: flex;
    justify-content: flex-start;
}

a.related {
  /*flex-grow: 1;*/
  margin: 0 5px;
  font-size: 14px;
  padding: 6px 5px;
}

.related .btn {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    font-size: 1em;
    display: block;
}

.linkBtn a {
    margin: 0 10px !important;
}
.linkBtn {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

p.item_description {
    font-size: 0.95em;
    line-height: 1.4;
    margin: 0.5em 0;
}

.filter-box2 .caption-box.block-box {
    font-size: 0.9em;
    line-height: 1.4;
}
.filter-box2 p.item_description {
    font-size: 0.85em;
}

/*600px以下*/
@media screen and (max-width: 600px){

  .linkBtn a {
      margin: 2px auto !important;
  }
  .linkBtn {
      display: block;
      padding-bottom: 20px;
  }
  .related .btn {
      width: 100%;
  }

}


/*テーブル内で使う場合*/
table.item-table {
    margin: 0;
    text-align: center;
    font-size: 13px;
}

table.item-table th, table.item-table td {
    border: 1px solid #eee;
    padding: 3px;
}

table.item-table th {
    color: #555;
}

/*追加コンテンツ*/
.addContents {
    padding: 30px 0 20px;
}





/* 比較表のデザイン
---------------------------------------------------------------------- */

/* 全体の設定
------------------------------- */

.cmp-box {
  display: -webkit-box;
  display: -moz-box;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch
}

.cmp-box .mix,
.cmp-box .gap {
    display: block;
    vertical-align: top;
}


/* 絞り込み＆並び替え条件
------------------------------- */

.cmpTermsHeader {
    border: 0;
}

.cmpTermsHeader .terms {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px 12px;
}

.cmpTermsHeader .terms label {
    width: 100%;
}

.controls.cmp {
    float: none;
    margin: 0 0 30px 0;
    display: flex;
    font-size: 0.8em;
    position: relative;
}

.cmpTermsHeader {
    border: 0;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.cmpTermsHeader .terms {
    flex-wrap: nowrap;
    padding: 0;
}

.sortingGroups .terms,
.narowwingGroups .terms {
    padding: 0;
    margin-right: 10px;
    flex: 5;
}

.sortingGroups .terms {
    display: flex;
    flex-wrap: nowrap;
}

.narowwingGroups .terms {
    display: inline-block;
    padding-top: 2px;
}

.cmpTermsHeader .label {
    padding: 5px;
    border-radius: 0;
    font-weight: bold;
    flex: 1;
    margin-right: 5px;
    background-color: #dddddd;
    display: flex;
    align-items: center;
}

.cmpTermsHeader .terms label {
    width: 100%;
    vertical-align: sub;
    margin: 3px;
}

.narowwingGroups,
.sortingGroups {
    display: flex;
    align-items: stretch;
    font-size: 0.9em;
    margin-bottom: 2px;
    width:100%;
}

.cmpTermsHeader button.reset {
    margin-top: 0;
}

button.sort::before {
    /* content:""; */
    border: 2px solid #6c7781;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 12px;
    margin: -3px 4px 0px 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 12px;
    min-width: 12px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}

.sort.mixitup-control-active::before {
    background-color:#f2183c;
    border: 2px solid #f2183c;
}

/*ラベルのアイコン*/
.cmpTermsHeader .narowwingGroups .label::before {
    content: "\f0b0";
    font-family: "fontawesome";
    margin: 0 4px 0 2px;
    font-size: 1.1em;
}
.cmpTermsHeader .sortingGroups .label::before {
    content: "\f0dc";
    font-family: "fontawesome";
    margin: 0 4px 0 2px;
    font-size: 1.1em;
}

/*ボタン*/
.cmpTermsHeader button {
    border: 2px solid white;
    padding: 5px;
    margin: 0px auto;
    display: block;
    width: 100%;
    font-size: 1em;
    /* margin-top: 3px; */
    border-radius: 2px;
}

.cmpTermsHeader button.reset {
    margin-top: 5px;
    font-size: 0.9em;
}

.controls.cmp button.reset {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 5px;
    height: 40px;
    font-size: 0.9em;
}


/*関連アイテム*/
.cmpTermsHeader.related {
    margin-top: -18px;
    margin-bottom: 10px;
}
.cmpTermsHeader.related.yoko {
    margin-top: -7px;
    margin-bottom: 10px;
}
.cmpTermsHeader.related.yoko select {
    padding: 5px 5px 7px 5px;
}

.cmpTermsHeader.related .label {
  flex: 1;
  font-weight: normal;
  border-radius: 4px;
}

.cmpTermsHeader.related .terms {
  flex: 4;
}

/*SP*/

@media screen and (max-width: 768px){
    .controls.cmp {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .cmpTermsHeader {
        display: block;
    }
    .narowwingGroups {
        width:50%;
        float:left;
    }
    .narowwingGroups,
    .sortingGroups {
        display: inline-block;
        width: 50%;
    }
    .cmpTermsHeader .terms {
        padding: 0;
        flex-flow: column;
        font-size: 1em;
        text-align: center;
        margin: 2px 0 2px 0px;
    }
    .cmpTermsHeader .terms label,
    .cmpTermsHeader .terms button {
        margin: 0px;
    }

    input[type=checkbox] + span {
        padding: 3px 8px;
        width: 100%;
        display: block;
        border: 2px solid #fff;
        background: #f0f0f1;
    }
    input[type=checkbox]:checked + span {
        font-weight: bold;
    }
    .cmpTermsHeader button {
        padding: 3px 8px;
    }
    .cmpTermsHeader input[type=checkbox],
    .cmpTermsHeader input[type=radio] {
        display: none !important;
    }
    .cmpTermsHeader .label {
        margin-right:0;
    }
    .controls.cmp button.reset {
        margin-top: 2px;
        width: 90%;
        padding: 2px;
        margin: 0 auto;
        display: block;
    }
    .narowwingGroups .terms {
        display: flex;
    }
}

/* カラー設定はページ内検索のところにある */


/* アイテム
------------------------------- */

/*セル内の改行を無効にする*/
.cmp-item>div:not(.point):not(.item-link) {
    white-space: normal;
    overflow: hidden;
}

/*ボーダー*/
.cmp-item>div:not(.image) {
    border-top: 1px solid #ddd;
}

.cmp-item>div:last-of-type {
    border-bottom: 1px solid #ddd;
}

.cmp-item.descripiton > div:not(.image):not(.link) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
}

.cmp-item.mix > div:not(.image) {
    border-right: 1px solid #ddd;
    background: #fff;
}

/*行の背景色*/
.cmp-item:not(.this) > div:nth-of-type(2n):not(.image):not(.link) {
    background:#f6f6f6;
}

.cmp-item.this > div:nth-of-type(2n):not(.image) {
    background:#ffffde;
}

.cmp-item.this > div:nth-of-type(2n+1):not(.image) {
    background:#ffe;
}

/*見出し列*/
.cmp-item.descripiton {
    font-size: 1em;
    font-weight: bold;
    display: table;
}

@media screen and (max-width: 600px){

    .cmp-item.descripiton.gap.verticalText .terms {
        white-space: normal;
        overflow: auto;
    }

}

.cmp-item.descripiton .image {
    height: 150px;
}

.cmp-item:not(.descripiton) .terms {
    display: flex;
	align-items: center;
    justify-content: center;
}
.cmp-item.descripiton .terms {
    display: flex;
    align-items: center;
    line-height: 1em;
}
.cmp-item.mix .terms {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;/*v1.2.0*/
}


/*画像*/
.cmp-item img {
    max-height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    padding: 5px;
}
.cmp-item .image {
    text-align: center;
    height: 150px;
    position: relative;
}

/*◯Ｘ記号 Ver1.3.1*/
.cmp-item .mark {
    display: inherit;
}
.cmp-item .mark img {
    position: relative;
}

/*商品名*/
.cmp-item .name {
    /*height: 3.6em !important;*/
    height: 3.6em; /*ver1.2.0*/
    font-weight: bold;
    white-space: normal !important;
    display: flex;
	align-items: center;
}
.cmp-item .name:not(.terms) {
    justify-content: center;
}

/*レビュー数*/
.cmp-item .star {
    font-size: 1em;
    padding: 0;
}

/*価格*/
.cmp-box .before, .in .before {
    text-decoration: line-through;
}
.cmp-box .after {
    font-weight: bold;
    color: #d10e24;
}

/*オススメポイント*/
.cmp-item .point {
    height: 150px;
    overflow: hidden;
}
.cmp-item .point:hover {
    overflow-y: scroll;
}
.cmp-item.descripiton .point:hover {
    overflow-y: hidden;
}

.cmp-item ul.osusumepoint {
    font-size: 0.9em;
    line-height: 1.5em;
}

.cmp-box p.kokogapoint {
    display: none;
}

.cmp-item.descripiton > div {
    padding: 3px 10px !important;
    text-align: left !important;
}

.cmp-item>div:not(.image) {
    padding: 3px 5px;
    font-size: 0.9em;
    height: 30px;
}

.cmp-item > div:not(.point) {
    text-align: center;
}

/*リンクボタン*/
.cmp-box .item-link {
    display: block;
}

.cmp-item .btn {
    width: 90%;
    margin: 5px auto;
    display: block;
    padding: 5px;
}

.cmp-box .item-link a {
    width: 100%;
    margin: 0 0 3px 0;
    padding: 2px 5px;
    font-size: 13px;
}

.cmp-item.descripiton .item-link::after {
    content: "";
    height: 64px;
}

@media screen and (max-width: 480px){
.cmp-item.descripiton .item-link::after {
    height: 66px;
}
}



/* カラムのブレイクポイント
-----------------------------*/

/* 2 Columns */
.cmp-box .mix,
.cmp-box .gap {
        width: 220px;
}

/* 3 Columns */
@media screen and (min-width: 541px) {
.cmp-box .mix,
.cmp-box .gap {
        width: 220px;
    }
}

/* 4 Columns */
@media screen and (min-width: 961px) {
.cmp-box .mix,
.cmp-box .gap {
        width: 220px;
    }
}

/* 5 Columns */
@media screen and (min-width: 1281px) {
.cmp-box .mix,
.cmp-box .gap {
        width: 220px;
    }
}


/* フィールド内で改行する場合
-----------------------------*/

/*比較表のPタグを改行できるようにする*/
.cmp-item.mix .terms > p {
    margin:0;
}
/*比較表のpタグの余白を無くす*/
.related span.value > p {
    margin:0;
}

/*
関連アイテムの比較表の中に記号を表示する
-----------------------------------------------*/

span.mark {
    display: block;
}

/*Ver1.2.3.2*/
span.mark img {
    height: 40px;
    margin: 5px 0 0;
}

/*◯の場合*/
span.丸::before {
    font-size: 50px;
    color: #49b7f5;
    text-stroke: 4px #49b7f5;
    -webkit-text-stroke: 4px #49b7f5;
    content: "○";
    display: contents;
    line-height: 60px;
}

/*◎の場合*/
span.二重丸::before {
    color: #49b7f5;
    text-stroke: 1px #49b7f5;
    -webkit-text-stroke: 1px #49b7f5;
    font-weight: bold;
    font-size: 70px;
    content: "◎";
    display: contents;
    line-height: 60px;
}

/*480px以下*/
@media screen and (max-width: 480px){

/*◎の場合*/
span.二重丸::before {
    text-stroke: 2px #49b7f5;
    -webkit-text-stroke: 2px #49b7f5;
    font-size: 55px;
    line-height: 60px;
}

}

/*△の場合*/
span.三角::before {
    font-size: 50px;
    text-stroke: 4px #ffc107;
    -webkit-text-stroke: 4px #ffc107;
    content: "△";
    display: contents;
    line-height: 60px;
}

/*Ｘの場合*/
span.バツ::before {
    font-size: 47px;
    text-stroke: 4px #e60033;
    -webkit-text-stroke: 4px #ff99b0;
    content: "✕";
    display: contents;
    line-height: 60px;
}




/* ページ内絞り込み検索条件
------------------------------------------------------------------ */

form.controls.myfilter {
    margin-top: 0;
    margin-bottom: 0;
}

.mask {
    height: 100%;
    display: block;
    padding-top: 50px;
    background-color: rgba(255,255,255,0.3);
    padding-bottom: 50px;
    margin: 0 -10px;
}

fieldset.narrowing-terms {
    border: 0;
}

.narrowing-terms .row {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.narrowing-terms .row > div {
    margin: 0 5px 5px 0;
}

.narrowing-terms .label {
    flex: 1;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 10px !important;
}

.narrowing-terms .label span {
    font-size: 0.7em;
}

.narrowing-terms .terms {
    flex: 2;
    display: flex;
    justify-content: space-between;
}

.narrowing-terms .value {
    flex: 1;
    text-align: center;
    border-radius: 5px;
}

.narrowing-terms .terms.checkbox2 {
    display: flex;
    flex-wrap: wrap;
}

.narrowing-terms .terms.checkbox2 .value {
    flex-basis: 40%;
    text-align: left;
    margin: 2px 5px 2px 0;
    align-items: center;
    padding: 5px 10px;
}

.narrowing-terms .terms:not(.checkbox2) span {
    display: block;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
}

.narrowing-terms .terms.checkbox2 span {
    padding-left: 0px;
}

.narrowing-terms .terms:not(.checkbox2) input {
    display: none;
}


/*セレクトボックス*/
.narrowing-terms .terms select {
    margin-right: 5px;
}


/* 絞り込み検索BOXのテーマカラー
------------------------------- */

/*ブルー
-------------*/
/*ラベル*/
.narrowing-terms .label.s_blue,
.c-blue .cmpTermsHeader .label {
    background-color: #4eb7d9;
    color: #fff;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_blue,
.narrowing-terms .terms.checkbox2 .value.s_blue,
.c-blue .cmpTermsHeader .sort {
    background-color: rgba(195, 238, 252, 0.8);
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_blue {
    background-color: #ffcb4f;
    color: #fff;
    border: 2px solid #ffcb4f;
    padding: 3px 8px;
    font-weight:bold;
}
.c-blue .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #4eb7d9;
    color: #fff;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 768px){

    .c-blue .cmpTermsHeader input[type=checkbox] + span {
        background: #cff1fc;
    }
    .c-blue .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #fff;
        background: #4eb7d9;
    }

}

/*グリーン
-------------*/
/*ラベル*/
.narrowing-terms .label.s_green,
.c-green .cmpTermsHeader .label {
    background-color: #3abc98;
    color: #fff;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_green,
.narrowing-terms .terms.checkbox2 .value.s_green,
.c-green .cmpTermsHeader .sort {
    background-color: rgba(188, 245, 230, 0.9);
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_green {
    background-color: #FFF44B;
    color: #3abc98;
    border: 2px solid #FFF44B;
    padding: 3px 8px;
    font-weight:bold;
}
.c-green .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #FFF44B;
    color: #3abc98;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 768px){

    .c-green .cmpTermsHeader input[type=checkbox] + span {
        background: rgba(188, 245, 230, 0.9);
    }
    .c-green .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #3abc98;
        background: #FFF44B;
    }

}


/*ピンク
-------------*/
/*ラベル*/
.narrowing-terms .label.s_pink,
.c-pink .cmpTermsHeader .label {
    background-color: #F99292;
    color: #fff;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_pink,
.narrowing-terms .terms.checkbox2 .value.s_pink,
.c-pink .cmpTermsHeader .sort {
    background-color: rgba(255, 230, 196, 0.9);
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_pink {
    background-color: #ffc679;
    color: #fff;
    border: 2px solid #ffc679;
    padding: 3px 8px;
    font-weight:bold;
}
.c-pink .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #ffc679;
    color: #fff;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 768px){

    .c-pink .cmpTermsHeader input[type=checkbox] + span {
        background: rgba(255, 230, 196, 0.9);
    }
    .c-pink .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #fff;
        background: #ffc679;
    }

}


/*イエロー
-------------*/
/*ラベル*/
.narrowing-terms .label.s_yellow,
.c-yellow .cmpTermsHeader .label {
    background-color: #ffcb4f;
    color: #fff;
    /* text-shadow: rgb(237, 175, 26) 1px 0px 0px, rgb(237, 175, 26) 0.540302px 0.841471px 0px, rgb(237, 175, 26) -0.416147px 0.909297px 0px, rgb(237, 175, 26) -0.989992px 0.14112px 0px, rgb(237, 175, 26) -0.653644px -0.756802px 0px, rgb(237, 175, 26) 0.283662px -0.958924px 0px, rgb(237, 175, 26) 0.96017px -0.279415px 0px; */
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_yellow,
.narrowing-terms .terms.checkbox2 .value.s_yellow,
.c-yellow .cmpTermsHeader .sort {
    background-color: rgba(255, 238, 198, 0.9);
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_yellow {
    background-color: #2D9FDB;
    color: #fff;
    border: 2px solid #2D9FDB;
    padding: 3px 8px;
    font-weight:bold;
}
.c-yellow .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #2D9FDB;
    color: #fff;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 768px){

    .c-yellow .cmpTermsHeader input[type=checkbox] + span {
        background: rgba(255, 238, 198, 0.9);
    }
    .c-yellow .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #fff;
        background: #2D9FDB;
    }

}


/*ブラック
-------------*/
/*ラベル*/
.narrowing-terms .label.s_black,
.c-black .cmpTermsHeader .label {
    background-color: #454C50;
    color: #fff;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_black,
.narrowing-terms .terms.checkbox2 .value.s_black,
.c-black .cmpTermsHeader .sort {
    background-color: rgba(239, 239, 239, 0.9);
    color: #454C50;
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_black {
    background-color: #454C50;
    color: #fff;
    border: 2px solid #454C50;
    padding: 3px 8px;
    font-weight:bold;
}
.c-black .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #454C50;
    color: #fff;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 768px){

    .c-black .cmpTermsHeader input[type=checkbox] + span {
        background: rgba(239, 239, 239, 0.9);
    }
    .c-black .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #fff;
        background: #454C50;
    }

}


/*ネイビー
-------------*/
/*ラベル*/
.narrowing-terms .label.s_sick,
.c-sick .cmpTermsHeader .label {
    background-color: #235180;
    color: #fff;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_sick,
.narrowing-terms .terms.checkbox2 .value.s_sick,
.c-sick .cmpTermsHeader .sort {
    background-color: rgba(56, 56, 56, 0.8);
    color: #fff;
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_sick {
    background-color: #f7dd1b;
    color: #235180;
    border: 2px solid #f7dd1b;
    padding: 3px 8px;
    font-weight:bold;
}
.c-sick .cmpTermsHeader .sort.mixitup-control-active{
    background-color: #f7dd1b;
    color: #235180;
    font-weight: bold;
}

/*モバイル時にチェックボックスをラベル化*/
@media screen and (max-width: 768px){

    .c-sick .cmpTermsHeader input[type=checkbox] + span {
        background: rgba(56, 56, 56, 0.8);
        color: #fff;
    }
    .c-sick .cmpTermsHeader input[type=checkbox]:checked + span {
        font-weight: bold;
        color: #235180;
        background: #f7dd1b;
    }

}


/*カスタム
-------------*/
/*ラベル*/
.narrowing-terms .label.s_custom {
    background-color: #ffffff;
    color: #333;
}

/*選択肢（通常）*/
.narrowing-terms .terms:not(.checkbox2) span.s_custom,
.narrowing-terms .terms.checkbox2 .value.s_custom {
    background-color: rgba(255, 255, 255, 0.3);
}

/*選択肢（チェックされた時）*/
.terms:not(.checkbox2) input:checked + span.s_custom {
    background-color: #ffffff;
    color: #333;
    border: 2px solid #ffffff;
    padding: 3px 8px;
    font-weight:bold;
}


/*SP*/
@media screen and (max-width: 768px){

}


/*検索＆リセットボタン*/
.seachBtn {
    width: 50%;
    display: grid;
    margin: 0 auto 5px;
}

button.reset {
    margin-top: 15px;
}


/*並び替え*/
.sort-box {
    display: flex;
    justify-content: space-around;
    text-align: center;
    border-radius: 4px;
    flex-wrap: wrap;
    align-items: flex-end;
    background-color: #eee;
}

.related .sort-box.table.other {
    margin-top: -12px;
    border-radius: 0 0 4px 4px;
}

.sort-box:not(.table) .sortLabel {
    flex: 1 calc(100% / 10);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9em;
}

.sortLabel button {
    border: none;
    background: none;
    font-size: 1.5em;
    margin: 0 5px;
    color: inherit;
}

.sortBtn {
    margin: -10px 0 -3px 0px;
}


/*768px未満の時に検索条件を隠す Ver1.4.1*/

.controls.cmp input#expds {
    display: none;
}
.expd_wrapper {
    width: 100%;
    display: flex;
}

@media screen and (max-width: 768px){

    .expd_wrapper {
        display: block;
    }

}


/*テーブルに転用 4列で折り返しバージョン（Ver1.2.1～）*/

table.flexBox {
    font-size: 0.8em;
}

.flexBox tbody {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid;
    border-radius: 2px;
}

.flexBox tr {
    display: flex;
    flex-direction: column;
    flex: 1 calc(100% / 4);
    text-align: center;
    border: 1px solid;
}

@media screen and (max-width: 600px){
    .flexBox tr {
        flex: 1 calc(100% / 2);
    }
}

.flexBox th,.flexBox td {
    border: none;
    padding: 5px;
}

.flexBox th {
    font-weight: normal;
}

.flexBox td {
    background: #fff;
    height: 100%;
    white-space: normal;
}

.flexBox p {
    margin: 0;
}

.in {
    display: flex; /*ver1.4.1*/
    height: 100%;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.in span.value {
    margin: 0;
    color: inherit;
    padding: 0;
    height: auto;
    line-height: inherit;
}

.related-item > .caption-box + .scrollable-table,
.flexBox + .flexBox.other {
    margin-top: -22px;
}

table.flexBox span.mark img {
    height: 32px;
}

.c-blue .flexBox th {
    background-color: #4eb7d9;
    color: #fff;
}
.c-blue .flexBox tbody,
.c-blue .flexBox tr {
    border-color:#4eb7d9;
}

.c-sick .flexBox th {
    background-color: #235180;
    color: #fff;
}
.c-sick .flexBox tbody,
.c-sick .flexBox tr {
    border-color:#235180;
}

.c-black .flexBox th {
    background-color: #454c50;
    color: #fff;
}
.c-black .flexBox tbody,
.c-black .flexBox tr {
    border-color:#454c50;
}

.c-pink .flexBox th {
    background-color: #f99292;
    color: #fff;
}
.c-pink .flexBox tbody,
.c-pink .flexBox tr {
    border-color:#f99292;
}

.c-green .flexBox th {
    background-color: #3abc98;
    color: #fff;
}
.c-green .flexBox tbody,
.c-green .flexBox tr {
    border-color:#3abc98;
}

.c-yellow .flexBox th {
    background-color: #ffcb4f;
    color: #fff;
}
.c-yellow .flexBox tbody,
.c-yellow .flexBox tr {
    border-color:#ffcb4f;
}


/*文字揃え（Ver1.3.0～）*/

.flexBox.t_align_left .in {
    justify-content: flex-start;
    text-align: left;
}

.flexBox.v_align_top .in {
    align-items: flex-start;
}


/*テーブルに転用　2列バージョン（Ver1.3.0～）*/

.flexBox.row2 {
    display: flex;
}

.flexBox.row2 tbody {
    border-top: 1px solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    width: 100%;
}

.flexBox.row2 tr {
    flex: none;
    flex-direction: row;
    width: 50%;
    margin-top: -1px;
}

.flexBox.row2 th {
    width: 35%;
    white-space: normal;
    text-align: left;
}

.flexBox.row2 td {
    width: 65%;
    white-space: normal;
}

@media screen and (max-width: 600px) {

    .flexBox.row2 tr {
        width: 100%;
    }

}


/*テーブルに転用　1列バージョン（Ver1.3.0～）*/

.flexBox.row1 tr {
    flex: 1;
}

@media screen and (max-width: 600px) {

    .flexBox.row1 tr {
        flex: none;
        flex-direction: row;
        width: 100%;
    }
    .flexBox.row1 th {
        width: 35%;
        text-align: left;
        white-space: normal;
    }
    .flexBox.row1 td {
        width: 65%;
        white-space: normal;
    }

}




/*テーブルに転用（～Ver1.2.0）*/

.cmpTermsHeader.related.yoko .narowwingGroups {
    font-size: 0.9em;
}

.sort-box.table .sortLabel {
    flex: 1 calc(100% / 4);
    padding-top: 0;
}
.table .sort-box.table .sortLabel {
    flex: 1 calc(100% / 10);
    padding-top: 0;
}
.table .sort-box.table .sortLabel.name {
    flex: 10;
    text-align: left;
}

.sort-box.table {
    flex-wrap: wrap;
    padding-left: 2px;
    width: 100%;
}
.table .sort-box.table {
    align-items: center;
}
.table.gap .sort-box.table {
    align-items: flex-end;
    padding-bottom: 5px;
    padding-top: 5px;
}
.table.mix .sort-box.table {
  background-color: inherit;
  border-bottom: 2px solid #454c50;
  border-radius: 0px;
}
.table .sort-box.table {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.related .sortBtn {
    margin: 0;
}
.related-item.table.gap .sortBtn {
    font-size: 0.8em;
    margin: -5px 0;
}
.sortBtn.hidden {
    opacity: 0;
}

.sort-box.table .sortLabel > span {
    font-size: 0.9em;
    line-height: 1.8;
}

.sort-box.table .sortLabel > span.label {
    display: none;
}

.related span.value {
    background-color: #fff;
    color: #454c50;
    display: block;
    margin: 2px 2px 2px 0;
    padding: 5px 3px;
    height: 32px;
    overflow-y: hidden;
    line-height: 1.6;
}

.related .sort-box {
    margin-bottom: 10px;
}

.caption-box.block-box + .sort-box.table {
    margin-top: -1.4em;
    border-radius: 0 0 4px 4px;
}

@media screen and (max-width: 768px){

    .sort-box.table .sortLabel {
        flex: 1 calc(100% / 2);
        padding-top: 0;
    }

    .sort-box .sortLabel {
        flex: 1 calc(100% / 5);
    }
    .related .narowwingGroups {
        width: 100%;
        margin-top: 4px;
    }
    .related .narowwingGroups .terms {
        padding-top: 5px;
    }
}


/*並び替え用のアイコン*/
button.asc::before {
    content: "\f0d8";
}

button.desc::before {
    content: "\f0d7";
}

button.asc::before,
button.desc::before {
    font-family: "fontawesome";
    font-size: 1.3em;
    margin: 0 3px;
}

.sortBtn .mixitup-control-active {
    font-weight: inherit;
    border: inherit;
}


/* 並び替えテーブルのテーマカラー
------------------------------- */


/*ブルー
-------------*/
.sort-box.s_blue,
.c-blue .sort-box {
    background-color: #4eb7d9;
    color: #fff;
}

.sort-box.s_blue .sortBtn .mixitup-control-active,
.c-blue .sort-box .sortBtn .mixitup-control-active {
    color: #fff200;
}


/*グリーン
-------------*/
.sort-box.s_green,
.c-green .sort-box {
    background-color: #3abc98;
    color: #fff;
}

.sort-box.s_green .sortBtn .mixitup-control-active,
.c-green .sort-box .sortBtn .mixitup-control-active {
    color: #FFF44B;
}


/*ピンク
-------------*/
.sort-box.s_pink,
.c-pink .sort-box {
    background-color: #F99292;
    color: #fff;
}

.sort-box.s_pink .sortBtn .mixitup-control-active,
.c-pink .sort-box .sortBtn .mixitup-control-active {
    color: #ffc679;
}


/*イエロー
-------------*/
.sort-box.s_yellow,
.c-yellow .sort-box {
    background-color: #ffcb4f;
    color: #fff;
}

.sort-box.s_yellow .sortBtn .mixitup-control-active,
.c-yellow .sort-box .sortBtn .mixitup-control-active {
    color: #2D9FDB;
}


/*ブラック
-------------*/
.sort-box.s_black,
.c-black .sort-box {
    background-color: #454C50;
    color: #fff;
}

.sort-box.s_black .sortBtn .mixitup-control-active,
.c-black .sort-box .sortBtn .mixitup-control-active {
    color: #f2183c;
}


/*シック
-------------*/
.sort-box.s_sick,
.c-sick .sort-box {
    background-color: #235180;
    color: #fff;
}

.sort-box.s_sick .sortBtn .mixitup-control-active,
.c-sick .sort-box .sortBtn .mixitup-control-active {
    color: #f7dd1b;
}



/*カスタム
-------------*/
.sort-box.s_custom {
    background-color: #ffffff;
    color: #333;
}

.sort-box.s_custom .sortBtn .mixitup-control-active {
    color: #f7dd1b;
}


/* 絞り込み＆並び替えの対象
----------------------------- */

.filter-box.myfilter {
    display: block;
}


/* Grid Breakpoints
----------------------------- */

/* 2 Columns */
    .myfilter .mix, .myfilter .gap {
    width: 100%;
}

/* 3 Columns */
@media screen and (min-width: 541px) {
    .myfilter .mix, .myfilter .gap {
    width: 100%;
    }
}

/* 4 Columns */
@media screen and (min-width: 961px) {
    .myfilter .mix, .myfilter .gap {
    width: 100%;
    }
}

/* 5 Columns */
@media screen and (min-width: 1281px) {
    .myfilter .mix, .myfilter .gap {
        width: 100%;
    }
}


.filter-box3 {
    position: relative;
    min-height: 150px;
    margin-top: 2em !important;
}

.failedMsg {
    display: none;
    opacity: 0;
    text-align: center;
    background-color: #f8fcff;
    padding: 70px 10px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mixitup-container-failed .failedMsg {
    display: block;
    opacity: 1;
    transition: 200ms;
}

.mixitup-container-failed .cmp-item.descripiton {
    opacity: 0;
	transition: 500ms;
}








/* サイト内検索（FE Advanced Search）
---------------------------------------------------------------------- */


.entry-content .search-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.entry-content .feas-searchform-title {
    flex-basis: 200px;
    font-size: 0.95em;
    background-color: #5bc0de;
    border: none;
    padding: 5px 8px;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
}
@media screen and (max-width: 768px){
    .entry-content .feas-searchform-title {
        flex-basis: 100%;
        margin: 5px 0 5px;
    }
}

.entry-content .feas-terms {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding: 0px 3px;
}

.entry-content .search-item label {
    display: flex;
    flex: 1 calc(100% / 5);
    padding: 0;
    margin: 3px;
}

.entry-content .search-item span {
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2em;
    padding: 5px;
}

.entry-content .search-item select,.entry-content .search-item input {
    flex: 1;
    font-size: 0.9em;
    margin: 1px 3px;
}

.entry-content .feas-submit-button {
    font-size: 1em;
    padding: 5px 10px;
}

.search-form-title {
    border-bottom: 2px solid #67c2ef;
}

.search-form-title span {
    background: #67c2ef;
    color: #fff;
    padding: 5px 10px 3px 10px;
    font-size: 0.9em;
}

.search-box_label {
    font-weight: bold;
}

.search-item {
  opacity: 1;
  height: auto;
  transition:0.2s;
}

.search-item.is-hide,
.search-item.is-hide>div,
.search-item.is-hide>label {
  opacity: 0;
  height: 0;
  padding: 0;
  display: block;
}

.search-form {
    padding-bottom: 0px;
    display: flex;
    border-bottom: 2px solid #67c2ef;
    margin:0;
}

input.select + span {
    font-size: 12px;
    text-align: center;
    background-color: aliceblue;
    margin: 0 3px 0px 0;
    border-bottom: 2px solid #fff;
}

input.select:checked + span {
  background-color: #67c2ef;
  color:#fff;
  border-bottom: 2px solid #67c2ef;
}

span.selectname {
    padding: 4px 7px 2px 7px;
}

.search-item {
    display: table;
    padding: 2px 5px;
    width: 100%;
}

.feas-searchform-title {
    /* width: 140px; */
    font-size: 0.9em;
    padding: 2px 0;
    border-bottom: 1px solid #ccc;
    /* margin-right: 5px; */
    font-weight: bold;
    color: #555;
}

.feas-searchform-title.no-border {
    border-bottom: none;
}

.search-item label {
    padding: 5px 0px 5px 5px;
    display: inline-block;
}

.main .feas-submit-button {
    margin-top: 5px !important;
    background-color: #eee !important;
    border: 0 !important;
    color: #777;
    font-weight: bold;
    border-bottom: 2px solid #ccc !important;
    width: 75% !important;
    display: block;
    margin: 0 auto 10px !important;
    border-radius: 4px;
    font-size: 1em !important;
    padding: 10px !important;
}

.textwidget .feas-submit-button {
    margin-top: 10px !important;
}

.search-item span {
    background-color: #f5f8fa;
    padding: 3px 7px;
    border-radius: 4px;
    font-size: 0.9em;
    border: 1px solid #eee;
}

.search-item input:checked + span {
    background-color: #67c2ef;
    color: #fff;
    border: 1px solid #67c2ef;
}

.main .search-item input[type="radio"],
.main .search-item input[type="checkbox"] {
    display: none !important;
}

.search-item option {
    padding: 1px 0px 1px 4px;
}

.search-item input {
    font-size: 0.9em;
    padding: 8px;
}

input.feas-reset {
    display: block;
    border: none;
    margin: 5px auto 0;
    background: none;
    color: #949495;
    font-size: 0.8em;
    font-weight: bold;
}

/*サイドバーにのみ適用*/
.widget-sidebar .search-item input[type="radio"],
.widget-sidebar .search-item input[type="checkbox"] {
    display: inline-block;
}

.widget-sidebar .search-item span {
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid #fff;
    display: initial;
}

.widget-sidebar .search-item input:checked + span {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    border: 0px solid #fff;
}

.search .entry-card,
.search .related-entry-card{
    display: block;
    padding: 0;
}

.search h2 {
    font-size: 1.3em;
    color: #555;
}

.itemDescription {
    font-size: 0.85em;
    line-height: 1.4em;
    color: #949495;
    margin: 8px 0 5px;
}

.itemDescription p {
    margin: 0;
}

.search .a-wrap:hover {
    transform: none;
}

.entry-card-top {
    display: flex;
    margin-bottom: 10px;
}

.entry-card-left {
    flex: 1;
    margin-right: 1em;
}

.entry-card-right {
    flex: 2;
}

.entry-card-left img {
    /*max-width: 320px;*/
}

.search .addContents {
    padding: 0;
}

.search h1#archive-title,
.archive h1#archive-title {
    margin: 0 0 0.5em;
    font-size: 1.3em;
}

.search .a-wrap {
    margin-bottom: 0.8em;
    box-shadow: none;
    border: none;
    padding: 1em 0;
}
.search .a-wrap:hover {
    background-color: #fff;
}

.search .main .widget,
.search .main .list {
    margin: 0;
    padding: 0;
}

.search .main {
    /* padding-top: 0; */
    margin-top: 0;
    background-color: #fff;
}


.search-no-results form.controls.cmp {
    display: none;
}


/*600px以下*/
@media screen and (max-width: 600px){
    .entry-card-top {
        display: block;
        margin-bottom: 10px;
    }
    .entry-card-left {
        width: 100%;
        text-align:center;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .search .a-wrap {
        padding: 35px 0;
    }
    .entry-content .search-item label {
        display: flex;
        flex: 1 calc(100% / 1);
        padding: 0;
        margin: 0;
    }
    .feas-submit-button {
        width: 95% !important;
    }
    .search-item input:checked + span {
        margin: 1px 0;
    }
}





/* Kadence Block
---------------------------------------------------------------------- */

/*768px以下*/
@media screen and (max-width: 768px){

    .kt-mobile-layout-row.kt-v-gutter-default > .wp-block-kadence-column {
        margin-bottom: 15px !important;
    }
    .kt-mobile-layout-row:not(.kt-v-gutter-none) > .wp-block-kadence-column:last-child {
        margin-bottom: 15px !important;
    }

}

.kt-tabs-layout-vtabs>.kt-tabs-title-list {
    width: 25% !important;
}


.スマホで見た時 {
    width: 365px;
    height: 600px;
    overflow-y: scroll;
    border: 15px solid #333;
    border-radius: 15px;
}

h5.kt-blocks-info-box-title {
    border: none !important;
    margin: 0 !important;
    font-size: 1em !important;
}


/* Cocoon風タブボックス（テキストエディタ版）
------------------------------------------------------- */
/* タイトル */
.title-simple {
	position: absolute;
	top: -1.8em !important;
	left: -2px !important;
	font-size: 0.9em !important;
	font-weight: bold;
	display: inline-block;
	padding: 0.2em 1em 0;
	border-radius: 5px 5px 0 0 !important;
	color: #ffffff;
	background: #666;
}
/* BOX */
.box-simple {
	position: relative;
	border-radius: 0 5px 5px;
	padding: 1.5em 1em 0.5em;
	margin: 2.5em 0 2em;
	border: 2px solid #666;
	border-radius: 0px 2px 2px 2px !important;
}
/* スマホ以外481px以上 */
@media screen and (min-width: 481px) {
	.box-simple {
		margin: 3em 1em 2em;
	}
}
/* ここまでCocoon風 */


/* シンプルタブボックス
----------------------------------- */

/* タイトル */
.box-title {
	position: absolute;
	top: -1em;
	left: 1em;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	padding: 0.2em 0.8em 0;
	border-radius: 5px;
}
/* BOX */
.title-box {
	position: relative;
	border-radius: 5px;
	padding: 1em;
	margin: 2.5em 0 2em;
}
/* スマホ以外481px以上 */
@media screen and (min-width: 481px) {
	.title-box {
		margin: 2.5em 0;
	}
}
/* gray */
.title-gray {
	color: #666;
	background: #fff;
}
.box-gray {
	border: #dfe3e5 2px solid;
}
/* pink */
.title-pink {
	color: #f278a4;
	background: #fff;
}
.box-pink {
	border: #ffcbde 2px solid;
}
/* blue */
.title-blue {
	color: #0095d9;
	background: #fff;
}
.box-blue {
	border: #98d0e9 2px solid;
}
/* yellow */
.title-yellow {
	color: #f39800;
	background: #fff;
}
.box-yellow {
	border: #ffc107 2px solid;
}
/* green */
.title-green {
	color: #4CAF50;
	background: #fff;
}
.box-green {
	border: #9dd9a0 1px solid;
}

.title-box p {
    margin: 0.3em 0;
}




/* 各種入力フォームのデザイン
---------------------------------------------------------------------- */

#ver4 form {
    margin: 5px 0;
    /*margin: 5px 0 !important;*/
}

#ver4 .search-edit,
#ver4 input[type="text"],
#ver4 input[type="password"],
#ver4 input[type="date"],
#ver4 input[type="datetime"],
#ver4 input[type="email"],
#ver4 input[type="number"]:not(.components-range-control__number),
#ver4 input[type="search"],
#ver4 input[type="tel"],
#ver4 input[type="time"],
#ver4 input[type="url"],
#ver4 textarea,
#ver4 select {padding: 5px;border: 1px solid #ccc;border-radius: 4px;font-size: 0.9em;width: 100%; color: #333;}

#ver4 input[type='submit'],
#bbp_reply_submit,
#ver4 .bp-login-widget-register-link a {
padding:4px;
width: 100%;
margin: 0;
cursor: pointer;
}

#ver4 input[type=checkbox],
#ver4 input[type=radio] {
    border: 2px solid #6c7781;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -3px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
    margin-right: 0;
}

#ver4 input[type=radio] {
    border-radius: 8px;
}

#ver4 input[type=checkbox]:checked,
#ver4 input[type=radio]:checked {
    background: #f2183c;
    border: 2px solid #f2183c;
}

.toc input[type=checkbox]:checked {
    display: none;
}


/* セレクトボックス
--------------------------- */
.select-box {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 5px;
	text-align: center;
}
.select-box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
	flex: 1;
	margin: 1px 5px;
}
.select-box::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.select-box select {
	padding: 0.5em;
	color: #666666;
}

.widget-sidebar .select-box {
    margin: 0;
}



/* スマホ用サイドバー
---------------------------------------------------------------------- */

#sp_sidebar #sidebar {
    display: block !important;
}

#sp_sidebar.menu_bar {
    width: 100%;
    position: absolute;
    top: 1vh;
    z-index: 999;
}

#sp_sidebar.menu_bar a {
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    color: #000;
}

#sp_sidebar label[for="menu_bar01"] {
    display: block;
    margin: 0;
    line-height: 1;
    color: #333;
    background: transparent;
    cursor :pointer;
    position: relative;
    height: 40px;
}

#sp_sidebar label[for="menu_bar01"]::before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free","fontawesome";
    position: absolute;
    font-size: 2em;
    right: 3vw;
    top: 0;
}

#sp_sidebar label[for="menu_bar01"]::after {
    /*content: "MENU";*/
    position: absolute;
    right: calc(3vw + -1px);
    top: 30px;
    font-size: 9px;
    font-weight: bold;
}

#sp_sidebar input.accordion {
    display: none;
}

#sp_sidebar.menu_bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sp_sidebar.menu_bar li.acd {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked + #links01 li.acd {
    height: 600px;
    opacity: 1;
    background: rgba(255,255,255,0.95);
    overflow-y: scroll;
}

#sp_sidebar .widget_toc {
    display: none;
}








/* Table of Contents（TOC/目次）
---------------------------------------------------------------------- */

/*メインコンテンツ内*/

.toc-list.open {
    padding: 0;
}

.toc + h2 {
    margin-top: 0;
}

.toc-content {
    padding: 10px 10px 5px 10px;
}

.toc ul li ul {
    padding-left: 2px !important;
}

.toc ul li > a {
    font-weight: bold;
}

.toc ul li ul a {
    font-weight: normal;
}

.toc,
.blogcard-wrap {
    width: 100%;
}

.toc-checkbox {
    display: none !important;
}

.toc + h2 {
    margin-top: -1em !important;
}

/*サイドバー*/

#sidebar > .widget {
    margin-bottom: 5px;
}
#sidebar .toc-list.open {
    padding: 0;
}

.toc-widget-box .toc-content {
    overflow-y: auto;
    max-height: 80vh !important;
}

.toc ul li ul {
    margin: 0;
}

#sidebar .toc-content {
    padding: 0;
}

#sidebar ul.toc-list.open {
    margin: 0;
}

h3.widget-sidebar-scroll-title::before {
    content: "\f0ca";
    font-family: fontawesome;
    margin: 0 5px;
}



/* 見出し固定のテーブル
---------------------------------------------------------------------- */

.table {
    overflow-x: scroll;
    text-align: center;
}

.table img {
    height: 150px;
    width: auto;
}

.table th {
    background-color: #fff !important;
}

td.fixed {
    position: relative;
    padding: 0 !important;
}

td.fixed div {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: block;
    padding: 10px;
    background: aliceblue; /*固定ヘッダーの背景色*/
    text-align: center;
}

/*画面幅が1024px以上の時は固定ヘッダーの幅を固定する*/
@media (max-width: 600px){
    td.fixed div {
    	width: 100vw; /*コンテンツの幅に合わせる*/
    }
    .hikaku_table table {
    	table-layout: fixed;
	}
}

.table a.btn {
    width: 100%;
}




/* その他
---------------------------------------------------------------------- */

.scrollable-table {
    overflow-y: hidden !important;
}

.scrollable-table table {
    margin-bottom: 0;
}

figure.wp-block-table table {
    width: 100%;
}

/*偶数行の背景が透明になっていたので追加で背景色を指定*/
table tr:nth-of-type(2n) {
    background-color: #fff;
}

pre,pre code {
    font-family: meiryo !important;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free","fontawesome";
}

.column-wrap > div {
    padding: 0 0.3em;
}

/*サイドバー*/
aside {
    background: #fff;
    padding: 1em;
}

.sidebar_list figure {
    width: 90px !important;
}

.sidebar_list .widget-entry-card-content {
    margin-left: 95px;
    font-size: 0.9em;
}

.sidebar_list a {
    padding: 0 !important;
}

span.post__edit {
    font-size: 0.9em;
    text-align: center;
    display: block;
    margin: 10px 0;
}

span.post__edit a {
    display: block;
    line-height: 1.6em;
}

.非表示,
.display-none {
    display: none !important;
}

img.emoji {
    vertical-align: baseline;
    margin-left: 3px;
    width: 0.9em;
    height: 0.9em;
}

.余白なし {
    margin: 0 !important;
    padding: 0 !important;
}

.枠線なし {
    border: none !important;
}






/*動画の最大幅を指定する*/
.video-container,
.instagram-container,
.facebook-container {
  max-width: 100%;
  margin: 30px 0;
}

/*トグルボックス（Cocoon）*/
.toggle-checkbox {
    display: none !important;
}

/*検索案内*/
.search-form.block-box {
    border-bottom: 0px !important;
}
.search-form div.sform {
    padding: 6px !important;
    margin-left: 0;
}
div[data-type="cocoon-blocks/search-box"] .search-form {
    border-bottom: 0 !important;
}



/*スペーサー*/
hr.wp-block-separator {
    border: 2px solid;
    color: #f3f4f5;
}
hr.wp-block-separator.is-style-wide {
    border: 1px solid;
    color: #f3f4f5;
}

/*バッジ*/
.badge, .ref, .reffer, .sankou {
    /*background-color: #f39800;*/
    margin-right: 6px;
}


.speech-wrap > p:first-child {
    margin-top: 1.2em;
}


.speech-balloon {
    font-size: 0.95em;
    padding: 1em !important;
}
.speech-balloon p {
    margin: 0.5em 0 !important;
}

mark {
    background-color: #ffff0075;
    font-weight: bold;
    color: inherit;
}

/*ページネーション*/
.pagination-next {
    margin-bottom: 0 !important;
}
.pagination {
    margin-top: 10px !important;
}

/*フッター*/
.footer-bottom-content-in {
    display: flex;
    justify-content: center;
    font-size: 0.9em;
}

.footer-bottom {
    padding-bottom: 42px;
}

a.footer_a {
    margin: 0 5px;
    text-decoration: none;
    color: #333;
}

@media screen and (max-width: 1023px) {

    .footer-bottom-content-in {
        flex-direction: column;
    }

}

.related-item .scrollable-table.scroll-hint {
    margin-bottom: 1.5em;
}

/*テキストリンク Ver1.4.2.3*/
a.textlink {
    font-weight: bold;
}


/*マイクロバルーン*/
.micro-balloon:after, .micro-balloon:before {
    top: calc(100% - 0px);
}
.micro-bottom.micro-balloon:after, .micro-bottom.micro-balloon:before {
    bottom: calc(100% - 0px);
}


/* カスタムブロックスタイル
---------------------------------------------------------------------- */

/*見出し*/

.小見出し,
.is-style-komidashi { 
    margin-bottom: 0 !important;
    font-weight: bold !important;
}

.見出し,
.is-style-midashi {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold !important;
  margin: 2.4em auto 1em auto !important;
  line-height: 1.2em !important;
}

.見出し:before,
.is-style-midashi:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 5px solid;
  width: 50px;
  margin: 0 auto;
  border-radius: 5px;
}

.editor-block-list__block .見出し,
.editor-block-list__block .is-style-midashi {
  font-size: 2em;
  margin-bottom: 2em !important;
}

@media screen and (max-width: 768px){

    .見出し, .is-style-midashi {
        position: relative;
        padding-bottom: 0;
        text-align: left;
        font-size: 1.4em;
        font-weight: bold !important;
        margin: 2.4em auto 1em auto !important;
        padding-left: 20px;
    }
    .見出し:before, .is-style-midashi:before {
        top: 0;
        border-left: 8px solid;
        border-radius: 0;
        border-bottom: 0;
        width: 0;
        margin: 0;
    }

}


/*画像の枠*/
.画像枠 img,
.is-style-waku img {
    border: 1px solid #ccc !important;;
}
.wp-block-image a {
    line-height: 0;
    display: block;
}

/*テーブルヘッダー*/
table.is-style-hd tr:nth-of-type(1) {
    background-color: #ededed !important;
    font-weight: bold !important;
}

/*リストに枠をつける*/
ul.waku,
ol.waku,
p.waku {
    border: 2px solid #eee !important;
    padding: 1em 2em;
}

/*リストの記号を非表示にする*/
ul.記号なし {
    list-style: none;
    padding-left: 0px;
}






/* お問い合わせフォーム（Contact Form7）
---------------------------------------------------------------------- */

.wpcf7 table {
  font-size: 0.9em;
}

.wpcf7 table tr,
.wpcf7 table th,
.wpcf7 table td {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
}

.wpcf7 table input[type="text"],
.wpcf7 table input[type="password"],
.wpcf7 table input[type="date"],
.wpcf7 table input[type="datetime"],
.wpcf7 table input[type="email"],
.wpcf7 table input[type="number"],
.wpcf7 table input[type="search"],
.wpcf7 table input[type="tel"],
.wpcf7 table input[type="time"],
.wpcf7 table input[type="url"],
.wpcf7 table input[type="submit"],
.wpcf7 table textarea,
.wpcf7 table select {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1em;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
}

input.wpcf7-submit[type="submit"] {
  background: #e0e0e0;
  font-weight: bold;
  border-radius: 5px;
  border-bottom: 3px solid #c7c7c7;
}



/* レスポンシブデザイン用のメディアクエリ
---------------------------------------------------------------------- */

/*1240px以下*/
@media screen and (max-width: 1240px){

    #wpadminbar .ab-top-secondary {
        display: none !important;
    }

}

/*1030px以下*/
@media screen and (max-width: 1030px){

}

/*768px以下*/
@media screen and (max-width: 768px){

}

/*600px以下*/
@media screen and (max-width: 600px){

    .スマホで改行しない br, .sns-share {
        display: none;
    }
    .cmp-item .terms > br,
    .campaign.textBox p > br {
		display: block;
    }

    main>article {
    padding: 0 !important;
    }

}

/*480px以下*/
@media screen and (max-width: 480px){

    .timeline > li.timeline-item {
        overflow: visible;
        border-left: 0px solid;
    }

}