@charset "UTF-8";

/* =========================================================================
   記事詳細コンテンツ用 集約CSS (.entry-content スコープ限定)
   ・.detail_cnt および .cam_main を .entry-content に統合・置換
   ・File 1 (styles.css) のメディアクエリ規約 (768px / 1100px) に統一
   ・org_parts.css 由来の h3, h4 装飾デザインを組み込み反映
========================================================================= */

/* --- 基本レイアウト --- */
.entry-content .padded-wrap {
  width: auto;
  margin-right: 15px;
  margin-left: 15px;
}
.entry-content .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* --- ボックス要素共通設定 --- */
.entry-content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* --- 見出し装飾 (h3, h4) --- */

/* h3：基本スタイル */
.entry-content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #082F8F;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px), print {
  .entry-content h3 {
    font-size: 2.4rem;
    margin-top: 35px;
    margin-bottom: 25px;
  }
}

/* h3：背景塗りつぶしタイプ (シングルページ・パーツ用) */
.entry-content h3.bg-title,
.entry-content .parts_area h3 {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.3;
  background-color: #082F8F;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 15px 20px;
}
@media screen and (min-width: 768px), print {
  .entry-content h3.bg-title,
  .entry-content .parts_area h3 {
    font-size: 2.4rem;
    padding: 23px 29px 21px 29px;
    margin-top: 45px;
    margin-bottom: 30px;
  }
}

/* h3：左太線＋外枠タイプ (.innertxt-title) */
.entry-content .innertxt-title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px;
  display: block;
  margin: 10px 0;
  color: #082F8F;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #082F8F;
  border-left: 7px solid #082F8F;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.entry-content .innertxt-title::before {
  content: none;
}
@media screen and (min-width: 768px), print {
  .entry-content .innertxt-title {
    font-size: 1.7rem;
    padding: 18px;
  }
}

/* h4・.txt-sub：下線付き見出しタイプ */
.entry-content h4,
.entry-content .txt-sub {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #082F8F;
  border-bottom: 2px solid #082F8F;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  display: block;
  letter-spacing: 0.05em;
}
.entry-content h4.txt-sub {
  margin-top: 25px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px), print {
  .entry-content h4,
  .entry-content .txt-sub {
    font-size: 2.0rem;
    margin-top: 35px;
    margin-bottom: 25px;
  }
}

/* h5 */
.entry-content h5 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 25px;
}
@media screen and (min-width: 768px), print {
  .entry-content h5 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}

/* --- レスポンシブ画像 --- */
.entry-content .img-responsive,
.entry-content .thumbnail > img,
.entry-content .thumbnail a > img,
.entry-content .carousel-inner > .item > img,
.entry-content .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry-content .wrap img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.entry-content img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
.entry-content p img {
  margin: 0;
  height: auto;
}

/* --- リスト・段落 --- */
.entry-content p {
  font-size: 1.6rem;
  line-height: 1.7;
}
.entry-content ul,
.entry-content ol {
  font-size: 1.6rem;
  padding-left: 1.5em;
}

/* --- 日付とカテゴリ表示 (.detail_head周辺) --- */
.entry-content .detail_head {
  display: flex;
  align-items: center;
}
.entry-content .detail_date {
  font-size: 1.4rem;
  color: rgba(0, 0, 20, 0.6);
}
.entry-content .guide_cate {
  margin-left: 10px;
}
.entry-content .cate_list {
  display: flex;
  flex-wrap: wrap;
}
.entry-content .guide_cate li {
  width: auto;
  min-width: 119px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.entry-content .cate_list .usefull a,
.entry-content .cate_list .usefull span {
  color: #fff;
  background-color: #F57474;
  border-color: #F57474;
}
.entry-content .guide_cate li a,
.entry-content .guide_cate li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  font-size: 1rem;
  font-weight: bold;
}

/* --- サブタイトル・文字装飾パーツ --- */
.entry-content .txt-sub-bgblue {
  margin-top: 20px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  background: #082F8F;
  display: block;
}
.entry-content .txt-red,
.entry-content .txt-red a {
  color: #c00;
}
.entry-content .grid-top-link,
.entry-content .grid-item-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #082F8F;
  border: none;
  padding: 0;
  margin: 10px 0;
}

/* --- 囲み枠 (wbox / gbox / gry_box) --- */
.entry-content .gbox,
.entry-content .wbox {
  width: auto;
  margin: 0 0 15px 0;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.entry-content .wbox {
  border: 1px solid #dddddd;
  background: #fff;
}
.entry-content .gbox {
  background: inherit;
  color: #082F8F;
  display: block;
  padding: 15px 20px;
  border-top: 2px solid #082F8F;
  border-bottom: 2px solid #082F8F;
}
.entry-content .gry_box {
  background-color: #EEEEEE;
  padding: 35px 35px 30px;
}
@media screen and (max-width: 767.98px) {
  .entry-content .gry_box {
    padding: 1.5em 1.5em 1em;
  }
}

/* --- ボタンパーツ --- */
.entry-content .btn-lg,
.entry-content .btn-group-lg > .btn {
  display: inline-block;
  text-decoration: none !important;
  height: auto;
  width: auto;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.entry-content .btn-primary {
  color: #ffffff;
  background-color: #082F8F;
}
.entry-content .btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /* white-space: nowrap; */
  user-select: none;
}
.entry-content .btn-primary:hover {
  background-color: #61A3C5;
  color: #ffffff;
  text-decoration: none;
}

/* --- SNSシェア・ボタン配置 --- */
.entry-content .cam_sns,
.entry-content .share {
  margin: 35px 0 100px;
}
@media screen and (max-width: 767.98px) {
  .entry-content .cam_sns,
  .entry-content .share {
    margin-bottom: 50px;
  }
}
.entry-content .cam_sns + .btn,
.entry-content .share + .btn {
  width: 500px;
  max-width: 100%;
  padding: 0;
  height: 50px;
  display: block;
}
.entry-content .share + .btn a,
.entry-content .cam_sns + .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #082F8F;
  color: #fff;
  border-radius: 5px;
  text-decoration: none !important;
}

/* --- 汎用ユーティリティ --- */
.entry-content .mb0 { margin-bottom: 0; }
.entry-content .mb10 { margin-bottom: 10px !important; }
.entry-content .mb20 { margin-bottom: 20px; }
.entry-content .mb30 { margin-bottom: 30px; }
.entry-content .mb40 { margin-bottom: 40px; }
.entry-content .mb50 { margin-bottom: 50px; }
.entry-content .mt10 { margin-top: 10px; }
.entry-content .mt20 { margin-top: 20px; }

/* --- リンクアイコン --- */
.entry-content .link,
.entry-content .modal,
.entry-content .pdf,
.entry-content .other,
.entry-content .link_arrow {
  text-decoration: none !important;
}
.entry-content .link::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  background-image: url("../images/common/icn_link.png");
  width: 10px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* --- グリッド (col-*) : 768px, 1100px 基準に統一 --- */
.entry-content .row {
  margin-left: -10px;
  margin-right: -10px;
}
.entry-content .row::before,
.entry-content .row::after {
  content: " ";
  display: table;
}
.entry-content .row::after {
  clear: both;
}
.entry-content [class^="col-"],
.entry-content [class*=" col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

/* スマホ基本 */
.entry-content .col-xs-12 { width: 100%; }
.entry-content .col-xs-6  { width: 50%; }

/* タブレット (768px以上) */
@media screen and (min-width: 768px), print {
  .entry-content .col-sm-12 { width: 100%; }
  .entry-content .col-sm-6  { width: 50%; }
  .entry-content .col-sm-4  { width: 33.33333333%; }
  .entry-content .col-sm-3  { width: 25%; }
}

/* PC (1100px以上) */
@media screen and (min-width: 1100px), print {
  .entry-content {
    width: 65%;
    max-width: 800px;
  }
  .entry-content .col-md-12,
  .entry-content .col-lg-12 { width: 100%; }
  .entry-content .col-md-6,
  .entry-content .col-lg-6  { width: 50%; }
  .entry-content .col-md-4,
  .entry-content .col-lg-4  { width: 33.33333333%; }
  .entry-content .col-md-3,
  .entry-content .col-lg-3  { width: 25%; }
}

/* --- テーブル装飾 --- */
.entry-content .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.entry-content .tbl_org {
  width: 100%;
  border-collapse: collapse;
}
.entry-content .tbl_org th,
.entry-content .tbl_org td {
  padding: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  background-color: #fff;
}
.entry-content .tbl_org .th01 {
  background-color: #E6E6E6;
}
.entry-content .tbl_org .th02 {
  background-color: rgba(230, 230, 230, 0.5);
}

/* --- スライダー調整 --- */
.entry-content .manga-slide .slick-prev, 
.entry-content .manga-slide .slick-next {
  top: 104%;
}

/* 特定のclass,imgを含まないaタグだけに適用 */
.entry-content a:not(.link-button, .btn, :has(img)) {
  color: #00A3E2;
  text-decoration: underline;
}

.entry-content ul.bottomNavi,
.entry-content .box-content .wp-pagenavi {
  width: 100%;
  margin: 20px 0;
  padding-left: 0;
  text-align: center;
  border-radius: 4px;
}
.entry-content ul.bottomNavi li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  list-style: none;
  font-weight: bold;
}
.entry-content ul.bottomNavi li::before {
  content: none;
}
.entry-content ul.bottomNavi li > a,
.entry-content ul.bottomNavi li > span,
.entry-content .box-content .wp-pagenavi span,
.entry-content .box-content .wp-pagenavi a {
  font-size: 0.929em;
  font-weight: bold;
  line-height: 1.42857143;
  position: relative;
  float: left;
  padding: 6px 12px;
  transition: background-color 0.5s;
  text-decoration: none;
  color: #082F8F;
  border: 1px solid #00a2e1;
  background-color: transparent;
}
.entry-content ul.bottomNavi li > a:hover,
.entry-content ul.bottomNavi li > a:focus,
.entry-content ul.bottomNavi li > span:hover,
.entry-content ul.bottomNavi li > span:focus,
.entry-content .box-content .wp-pagenavi span:hover,
.entry-content .box-content .wp-pagenavi span:focus,
.entry-content .box-content .wp-pagenavi a:hover,
.entry-content .box-content .wp-pagenavi a:focus {
  background-color: #d8eff8;
}
.entry-content ul.bottomNavi li:first-child > a,
.entry-content ul.bottomNavi li:last-child > a,
.entry-content ul.bottomNavi li:first-child > span,
.entry-content ul.bottomNavi li:last-child > span {
  margin-left: 0;
}
.entry-content ul.bottomNavi li.prev a,
.entry-content ul.bottomNavi li.next a {
  font-weight: bold;
  padding-left: 0;
  transition: color 0.5s;
  border: none;
}
.entry-content ul.bottomNavi li.prev a:hover,
.entry-content ul.bottomNavi li.prev a:focus,
.entry-content ul.bottomNavi li.next a:hover,
.entry-content ul.bottomNavi li.next a:focus {
  border: none;
  background-color: transparent;
}
.entry-content ul.bottomNavi li.next a {
  padding-right: 0;
  padding-left: 12px;
}
.entry-content ul.bottomNavi > .on > span,
.entry-content ul.bottomNavi > .on > a,
.entry-content ul.bottomNavi > .on > a:hover,
.entry-content ul.bottomNavi > .on > span:hover,
.entry-content ul.bottomNavi > .on > a:focus,
.entry-content ul.bottomNavi > .on > span:focus,
.entry-content .box-content .wp-pagenavi span.current {
  z-index: 2;
  cursor: default;
  color: #00a2e1;
  border-color: #00a2e1;
  background-color: #bae2f2;
}
.entry-content #topics_body p {
  margin-bottom: 1em;
}
.entry-content .org_img_flex {
  display: flex;
  margin-bottom: 1em;
}
.entry-content .org_img_flex .box {
  width: 100%;
  margin: 0 15px 0 0;
}
.entry-content .org_img_flex .box:last-of-type {
  margin-right: 0;
}
.entry-content .org_img_flex .box img {
  width: 100%;
  height: auto;
}
.entry-content .news-detail {
  display: block;
}
.entry-content .news-detail__body {
  margin-top: 1em;
}