@charset "UTF-8";
/* ==========================================================

title : 主な江戸100藩（家紋）
scope : 主な江戸100藩（家紋）/各藩の個別ページ

memo：

last modify : 2021/04/19 tanaka WEB2TCI-20134 （先行着手：コーディング）【刀剣ワールド】主な江戸100藩（家紋）／各藩の個別ページ制作


========================================================== */
/* ------------------------------------ */
/* ▼ 共通処理上書き */
/* ------------------------------------ */
.cmn_h3_01 {
  padding: 0;
  text-align: left;
}

/* ------------------------------------ */
/* ▼ tips/detail 
    tips/css/detail.cssの上書きの際は .edo-domain100-detail を振る
/* ------------------------------------ */

.edo-domain100-detail .tipsh_detail_content__main {
  margin-bottom: 10px;
}

/* ------------------------------------ */
/* ▼ title */
/* ------------------------------------ */
.title_h4,
.edo-domain100-detail .anchor h2 {
  background: url(../../tips/image/h2_bkg.jpg);
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.52px;
  line-height: 27px;
  margin: 50px 0 30px;
  padding: 10px 15px 9px 30px;
  position: relative;
}

.title_h4 span,
.edo-domain100-detail .anchor h2 span {
  display: block;
  padding: 5px 0 3px;
  position: relative;
}

.title_h4 span:before,
.edo-domain100-detail .anchor h2 span:before {
  background: #fff;
  content: "";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 4px;
}

.title_h4 {
  margin: 60px 0 30px;
}

@media (max-width:767px) {
  .edo-domain100-detail .anchor h2 span:before {
    left: -11px;
    width: 3px;
  }
  .edo-domain100-detail .anchor h2 span:after {
    left: -6px;
    width: 3px;
  }
}
@media (min-width: 768px) {
  .domain_desc01_wrap {
    margin-right: 20px;
  }
}

/* ------------------------------------ */
/* ▼ section */
/* ------------------------------------ */
.domain_section_inner {
  background: none;
}
.domain_section_inner.d_area {
  padding: 30px 36px 20px;
}

/* ------------------------------------ */
/* ▼ domain description01 */
/* ------------------------------------ */
.domain_desc01_familycrest {
  float: left;
  max-width: 180px;
  width: 22.5%
}

.domain_desc01_table_wrap {
  float: left;
  max-width: 600px;
  margin-left: 2%;
  width: 75.5%;
}

@media (max-width: 767px) {
  .domain_desc01_familycrest {
    float: none;
    max-width: 240px;
    margin: 0 auto;
    width: 100%
  }
  .domain_desc01_table_wrap {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ domain description02 */
/* ------------------------------------ */
.box__detail p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .domain_desc02_wrap {
    padding: 0;
  }
}

/* ボタンデザイン */
.top-link {
  max-width: 1000px;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  padding-left: 10px;
}
.top-link:hover {
  opacity: .7;
}
.top-link-text {
  font-size: 16px;
  line-height: 1.37px;
  letter-spacing: .06em;
  display: flex;
  background: url('../../image_cmn/botton/btn-top-link.png') repeat center/ 100% 100%;
  align-items: center;
  padding: 0.3em 2.2em 0.3em 0.55em;
  position: relative;
  color: #fff!important;
  border-radius: 25px;
  border: 2px solid #39270d;
  line-height: 1.2;
}
.top-link-text::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 100%;
  background-color: #b91f1f;
  position: absolute;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.top-link-text::after {
  content: '';
  background: url('../image/ico-back-arrow.png') no-repeat center / contain;
  width: 16px;
  height: 13px;
  position: absolute;
  right: 5px;
}
@media (max-width: 767px) {
  .top-link-text {
    font-size: 14px;
    border: 1px solid #39270d;
  }
}