@charset "UTF-8";

/* ================================================================== */

/* Article CSS

===================================================================== */

.a-site_contents             { background-color: #f0f0f0; }
.a-site_contents .site_frame { color: #000; }

.a-site_contents .site_frame img { max-width: 100%; }

.a-site_contents .site_frame { padding-top: 0 !important; margin-top: 0 !important; }
.a-site_contents .column     { padding:  24px 0 0 0 !important; }

.a-site_contents .site_frame .a-main { position: relative; }

@media(min-width:890px) {
  .a-site_contents .site_frame,
  .a-site_contents .site_frame .a-main { width: 890px !important; margin-left: auto; margin-right: auto; }
}
@media(max-width:889px) {
  .a-site_contents .site_frame { width: calc(100% - 40px); margin-left: 20px; margin-right: 20px; }
  .a-site_contents .site_frame .a-main { width: 100%; }
}


/* SNSボタン非表示補正 for SP */
@media(max-width:641px) {
  .wat-header-01 { padding-bottom: 20px; }
  .wat-header-sp { display: none; }
}

/* ------------------------------------------------------------------ */
/* ttl body 共通
--------------------------------------------------------------------- */

.capFont {
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin-top: 8px;
  font-family: "Verdana", sans-serif !important;
  color: #666;
}

/* ------------------------------------------------------------------ */
/* タイトル周り
--------------------------------------------------------------------- */

/* タイトル周り 共通 */
.article-ttl { margin-top: -24px; } /* BiND .colmn補正 */

.article-ttl-ft {
  display: flex;
  justify-content: space-between;
  gap: 16px 8px;
}
.article-ttl-ft .capFont {
  margin-top: 0 !important;
  line-height: 1;
}
.article-ttl-ft .h-btn-area {
  display: flex;
  justify-content: flex-end;
}
.article-ttl-ft .h-btn-area > div + div {
  margin-left: 12px;
}
@media(max-width:641px) {
  .article-ttl-ft             { flex-wrap: wrap; }
  .article-ttl-ft .h-btn-area { width: 67%; }
}

.article-cat {
  position: relative;
  font-weight: bold;
  line-height: 1;
}
.article-cat span {
  position: relative;
  padding-right: .5em;
  background-color: #f0f0f0;
  z-index: 1;
}
.article-cat:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  content: '';
  z-index: 0;
}

@media(min-width:890px) {
  .article-cat {
    margin-bottom: 28px;
    font-size: 18px;
  }
}
@media(max-width:889px) {
  .article-cat {
    margin-bottom: 18px;
    font-size: 13px;
  }
}

/* タイトル周り 2 -- 画像＝記事幅 */

.article-mv-02 img { width: 100%; }

@media(min-width:890px) {
  .article-mv-02 .article-ttl { margin-bottom: 24px; }
  .article-mv-02 .capFont { display: block; margin-top: 10px; }
}
@media(max-width:889px) {
  .article-mv-02 .article-ttl { margin-bottom: 20px; }
  .article-mv-02 .capFont { display: block; margin-top: 10px; }
}

/* ------------------------------------------------------------------ */
/* sns
--------------------------------------------------------------------- */

/* 記事下SNSボタン SPのみ表示 */
.article-btm-sns { text-align: center; }
.article-btm-sns a { display: inline-block; }
.article-btm-sns a:not(:last-child){ border-right: 1px solid #C8C8C8; }
.article-btm-sns a:not(:first-child){ border-left: 1px solid #fff; }
.article-btm-sns img { width:60px; height: 60px; }
@media(min-width:1121px) {
  .article-btm-sns { display: none; }
}


/* 固定SNSボタン */
.article-fix-sns { z-index: 5; }

@media(min-width:1141px) {
  .article-fix-sns img[src$='.svg']{ width:72px; height: 72px; }
  .article-fix-sns { padding: 20px 40px 20px 20px; display: flex; }
  .article-fix-sns.is-fixed  { position: fixed; top: 50%; left: calc(50% - 445px); transform: translate(-100%, -50%); }
  .article-fix-sns.is-bottom { position: absolute; bottom: 0; left: 0; transform: translate(-100%, 0); }
  .article-fix-sns.is-top    { position: absolute; top: 0; left: 0; transform: translate(-100%, 0); }

  .article-fix-sns-inner a { display: block; }
  .article-fix-sns a:nth-of-type(1), .article-fix-sns a:nth-of-type(2){ border-bottom: 1px solid #C8C8C8; }
  .article-fix-sns a:nth-of-type(2), .article-fix-sns a:nth-of-type(3){ border-top: 1px solid #fff; }
  
  .article-fix-sns-indicator { width: 5px; height: 220px; }
  .article-fix-sns-indicator span { display: block; width: 100%; height: 0%; background-color: #b2b2b2; }
  
  .article-fix-sns .btn-sns-top { display: none; }
}
@media(max-width:1140px) {
  .article-fix-sns img[src$='.svg']{ width:52px; height: 52px; opacity: 1; }
  .article-fix-sns { position: fixed; bottom: 0; left: 0; width: 100%; height: 52px; display: flex; background-color: #F0F0F0; box-shadow: 0 -3px 6px rgba(0,0,0,0.1); }
  
  .article-fix-sns a { display: block; }
  .article-fix-sns a:not(:last-child){ border-right: 1px solid #C8C8C8; }
  .article-fix-sns a:not(:first-child){ border-left: 1px solid #fff; }

  .article-fix-sns-inner,
  .article-fix-sns-inner .c-body { width: 100%; }
  .article-fix-sns-inner .c-body { display: flex; justify-content: space-between; }
  .article-fix-sns .btn-sns-top  { width:52px; height: 52px; margin-left: auto; display: flex; justify-content: center; align-items: center; }
  .article-fix-sns .btn-sns-top img { width: 12px; transform: rotate(180deg); }
}

/* ------------------------------------------------------------------ */
/* 記事横記事横ナビゲーション
--------------------------------------------------------------------- */

.article-nav { position: absolute; top: 50%; right: 0; transform: translate(100%, -50%); padding: 20px 0 20px 40px; }
.article-nav .c-hr { margin: 16px 0; }

.article-nav-top { line-height: 1; }

.article-nav-list   { font-weight: bold; }
.article-nav-list a { display: inline-block; padding: 6px 0; }

.article-nav-about * { vertical-align: baseline; }
.article-nav-about   { margin: 8px 0 -8px; }
.article-nav-about span    { font-size: 125%; }
.article-nav-about img     { width: 100px; max-width: 60%; margin-left: .5em; }
.article-nav-about .c-img  { display: inline; }
.article-nav-about a       { opacity: 1; transition: .4s; display: block; }
.article-nav-about a:hover { opacity: .6; transition: .4s; }

@media(max-width:1320px) {
  .article-nav { display: none; }
}

/* ------------------------------------------------------------------ */
/*タグ表示
--------------------------------------------------------------------- */
/* #kizuna_tags { display: none; } */
.kizuna_tags                     { margin: 12px 0 -12px; }
.kizuna_tags .bd-taglink-tags    { display: flex; flex-wrap: wrap; gap: 8px; }
.kizuna_tags .bd-taglink-tags li { display: block; background-color: #fff; margin: 0; padding: 0; border-radius: 500px; }
.kizuna_tags .bd-taglink-tags a  { display: block; padding: 4px 16px; font-size: 14px; font-weight: bold; text-align: center; }

@media(max-width:889px) {
  .kizuna_tags                     { margin: 0 0 -24px; }
  .kizuna_tags .bd-taglink-tags li { background-color: #fff; }
  .kizuna_tags .bd-taglink-tags a  { padding: 4px 12px; font-size: 10px; }
}

/* ------------------------------------------------------------------ */
/* module
--------------------------------------------------------------------- */

/* article-body */

.article-body {
  font-family: georgia, "times new roman", times, serif;
}

.article-body a          { color: #B20000; }
.article-body a.link-url { word-break: break-all; }
.article-body img { width: 100%; }

@media(min-width:890px) {
  .article-body {
    font-size: 18px;
    line-height: 32px;
  }
}
@media(max-width:889px) {
  .article-body {
    font-size: 16px;
    line-height: 27px;
  }
}

/* article-navi */

.article-navi2 {
  text-align: center;
}

.article-navi {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.article-navi > div {
  width: 48%;
  text-align: center;
}
.article-navi a,
.article-navi2 a {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
}

.prev   { text-align: left !important; }
.next   { text-align: right !important; }

.article-navi2 a::before,
.prev a::before,
.next a::before {
  position: absolute;
  display: block;
  top: 50%;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  content: '';
}
.prev a::before {
  left: 8%;
  background: url(../image2/icon-arr-05.png) 0 0 no-repeat;
  background-size: cover;
}
.article-navi2 a::before,
.next a::before {
  right: 8%;
  background: url(../image2/icon-arr-02.png) 0 0 no-repeat;
  background-size: cover;
}

@media(min-width:642px) {
  .article-navi p  { min-width: 115px; }
  .article-navi a  { font-size: 24px; padding: 1.2rem 4rem; }
  .article-navi2   { padding-top: 24px; }
  .article-navi2 a { font-size: 24px; margin: 0 12px; padding: 1.2rem 4rem; }
}
@media(max-width:641px) {
  .article-navi a,
  .article-navi2 a { font-size: 18px; padding: 1rem 2rem; }
  .article-navi2 a { display: block; width: 80%; margin: 0 auto; }
  .article-navi2 a + .article-navi2 a { margin-bottom: 16px; }
}

/* layoutBox - %指定などその他のレイアウトは下部に記載 */

.layoutL-2   { float: left; margin: 10px 3.225% 20px 0; }
.layout4-1-2 { width: 22.65625%; }
.layout2-1-2 { width: 48%; }

.layoutR { float: right; margin: 0 0 20px 30px; }
.layoutL { float: left;  margin: 0 30px 20px 0; }

  .layoutBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .layout2-1,
  .layout4-2 { width: 48%; }
  .layout3-1 { width: 31%; }
  .layout3-2 { width: 65.5%; }
  .layout4-1 { width: 22.65625%; }
  .layout4-3 { width: 74.19354838709677%; }
  .layout5-1 { width: 19.3%; }
  .layout5-2 { width: 38.6%; }
  .layout5-3 { width: 57.9%; }
  .layout5-4 { width: 77.2%; }
  .layout6-1 { width: 15.5%; }
  .layout6-2 { width: 31%; }
  .layout6-3 { width: 46.5%; }
  .layout6-4 { width: 62%; }
  .layout6-5 { width: 77.5%; }
  .layout2-1c { width: 48.387%; margin: 0 25.8065%; }
  .layout3-1c { width: 65.592%; margin: 0 34.4085%; }
  .layout3-2c { width: 65.592%; margin: 0 17.204%; }
  .layout4-3c { width: 74.19354838709677%; margin: 0 16.015625%; }
  .layoutfl:not(:last-child) { margin-right: 3.5%; }
  .layoutBox > [class *= 'layout'] { float: none; }

@media(max-width: 641px) {
  .layoutBox { display: block; }

  /* 回り込み維持 */
  .layoutR.is-kp, .layoutL.is-kp { max-width: 45%; }
  .layoutR:not(.is-kp), .layoutL:not(.is-kp) { float: none; margin: 0; }

  [class *= 'layout2']:not(:last-child), [class *= 'layout3']:not(:last-child),
  [class *= 'layout4']:not(:last-child), [class *= 'layout5']:not(:last-child),
  [class *= 'layout6']:not(:last-child), .layoutfl:not(:last-child) { margin-bottom: 20px; }

  /* 横並び維持 */
  .layoutBox.is-kp2 { display: flex; }
  .layoutBox.is-kp2 > div { margin-bottom: 0 }
  :not(.is-kp2) > [class *= 'layout2'], :not(.is-kp2) > [class *= 'layout3'],
  :not(.is-kp2) > [class *= 'layout4'], :not(.is-kp2) > [class *= 'layout5'],
  :not(.is-kp2) > [class *= 'layout6'] { width: 100%; }

  /* 2個並び */
  .layoutBox.is-kp { display: flex; flex-wrap: wrap; }
  .layoutBox.is-kp .layout2-1,
  .layoutBox.is-kp .layout4-1,
  .layoutBox.is-kp .layout3-1 { width: 48%; margin-bottom: 0; }
  .layoutBox.is-kp .layout2-1:nth-child(2n),
  .layoutBox.is-kp .layout4-1:nth-child(2n),
  .layoutBox.is-kp .layout3-1:nth-child(2n) { margin-left: 4%; }
  .layoutBox.is-kp .layout2-1:nth-child(n+3),
  .layoutBox.is-kp .layout4-1:nth-child(n+3),
  .layoutBox.is-kp .layout3-1:nth-child(n+3){ margin-top: 20px; }

}

@media(min-width: 642px) {
}
 
@media(max-width: 641px) {
}

/* contentBox */
.contentBox, .contentBox2, .contentBox3 {
  background-color: #fff;
  border-top: 4px solid #000;
  padding: 1.6em;
}
.contentBox, .contentBox2 {
  font-size: 82%;
  line-height: 1.8em;
}

/* other */

.decoLineBox {
  padding: 15px;
  border: 1px solid #000;
}

/* JET */

.link-jet { display: flex; align-items: center; }

@media(min-width: 642px) {
  .link-jet     {}
  .link-jet-img { margin-right: 24px; }
  .link-jet-txt {}
}
@media(max-width: 641px) {
  .link-jet     { flex-direction: column; }
  .link-jet-img { margin-bottom: 15px;}
  .link-jet-txt { text-align: center; }
}

/* ------------------------------------------------------------------ */
/* BiND module
--------------------------------------------------------------------- */

.c-page_title, .c-title, .c-large_headline, .c-small_headline { font-weight: bold; }

.c-note {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif !important;
}

.article-img .c-lead {
  font-family: georgia, "times new roman", times, serif;
}

.article-body .c-lead { font-style: italic; }
.article-body .c-lead .d-italic { font-style: normal; }

.capFont .d-small_font { font-size: 70%; }

@media(min-width:890px) {
  .c-page_title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .c-title {
    margin-bottom: 20px;
  }
  .c-large_headline {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .c-small_headline {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
  }
  .c-lead {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .capFont                   { font-size: 13px; }
  .capFont .c-large_headline { margin-top: 8px; margin-bottom: 16px; }
  .capFont .c-small_headline { margin-top: 8px; margin-bottom: 10px; }
}

@media(max-width:889px) {
  .c-page_title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .c-title {
    margin-bottom: 12px;
  }
  .c-large_headline {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .c-small_headline {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .c-lead {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .capFont                   { font-size: 12px; line-height: 17px; }
  .capFont .c-large_headline { margin-top: 8px; margin-bottom: 6px; }
  .capFont .c-small_headline { margin-top: 8px; margin-bottom: 4px; }
}

/* ------------------------------------------------------------------ */
/* その他のレイアウト
--------------------------------------------------------------------- */

.layoutBoxDisbl { display: block; }
.layoutBoxDisbl img { width: 100%; }
.layoutBoxFlex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.layoutBoxFlexReverse {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction : row-reverse;
}
.layoutBoxFlexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layoutBoxFlex_item-10 { width: 10%; }
.layoutBoxFlex_item-20 { width: 20%; }
.layoutBoxFlex_item-30 { width: 30%; }
.layoutBoxFlex_item-40 { width: 40%; }
.layoutBoxFlex_item-50 { width: 50%; }
.layoutBoxFlex_item-60 { width: 60%; }
.layoutBoxFlex_item-70 { width: 70%; }
.layoutBoxFlex_item-80 { width: 80%; }
.layoutBoxFlex_item-90 { width: 90%; }
.layoutBoxFlex_item-14 { width: 14%; }
.layoutBoxFlex_item-86 { width: 86%; }

[class *= 'layoutBoxFlex_item'] .layoutL { margin: 0; }
[class *= 'layoutBoxFlex_item'] .layoutL img { margin: 8px 5px 5px 0; }

@media(min-width:642px) {
  .layoutBoxFlexCenter > div:not(:first-child) { margin-left: 4%; }
}
@media(max-width:641px) {
  .layoutBoxFlex,
  .layoutBoxFlexReverse,
  .layoutBoxFlexCenter {
    display: block;
  }
  .layoutBoxFlex.is-kp,
  .layoutBoxFlexReverse.is-kp,
  .layoutBoxFlexCenter.is-kp {
    display: flex;
  }
  :not(.is-kp) > .layoutBoxFlex_item-14,
  :not(.is-kp) > .layoutBoxFlex_item-86,
  :not(.is-kp) > .layoutBoxFlex_item-10,
  :not(.is-kp) > .layoutBoxFlex_item-20,
  :not(.is-kp) > .layoutBoxFlex_item-30,
  :not(.is-kp) > .layoutBoxFlex_item-40,
  :not(.is-kp) > .layoutBoxFlex_item-50,
  :not(.is-kp) > .layoutBoxFlex_item-60,
  :not(.is-kp) > .layoutBoxFlex_item-70,
  :not(.is-kp) > .layoutBoxFlex_item-80,
  :not(.is-kp) > .layoutBoxFlex_item-90 {
    width: 100%;
  }
}

/*Utility---------------------------------------------*/

.u-mr20 {
  margin-right: 20px;
}
.u-mb20 {
  margin-bottom: 20px;
}

