/* ==========================================================

title : 刀剣ワールド 弓一覧検索
scope : 刀剣ワールド 弓一覧検索

memo：

last modify : 2022/04/01 WEB2TCI-22274_igarashi 「その他」枠追加

2019/03/28 TCI福岡_abe 弓一覧検索／詳細ページ_新規作成

========================================================== */

/* ------------------------------------ */
/* ▼ main_box */
/* ------------------------------------ */
.main_img {
  border: none;
}

/* ------------------------------------ */
/* ▼鞆 摂津国住吉社蔵鞆写し 個別対応 */
/* ------------------------------------ */

.tomo_wrap:after {
  border-bottom: 2px solid #9A7F49;
  content:'';
  display: block;
}

.tomo_wrap .title_h3_type02 {
  margin: 30px auto 20px;
}

@media (min-width: 768px) {
  .tomo_wrap:after {
    margin: 0 40px 20px;
  }
  .tomo_wrap .title_h3_type02:before,
  .tomo_wrap .title_h3_type02:after {
    width: 110px;
  }
  .tomo_wrap .main_img {
    margin: 0 auto 20px;
    width: 420px;
  }
}

@media (max-width: 767px) {
  .tomo_wrap:after {
    margin: 0 0 20px;
  }
  .tomo_wrap .main_img {
    margin-bottom: 20px;
  }
}

/* ------------------------------------ */
/* ▼ その他 枠*/
/* ------------------------------------ */
.info_area .box_other {
  font-size: 17px;
  margin: 0 auto;
  max-width: 820px;
}
.info_area .box_other table {
  border: 2px solid #b28e5f;
}
.info_area .box_other th {
  background: url('../../common/image/bg-ttl06.png');
  background-size: cover;
  text-align: center;
}
.info_area .box_other tr {
  border-bottom: 1px solid #b28e5f;
}

@media screen and (min-width: 768px) {
  .info_area .box_other {
    margin-top: 35px;
  }
  .info_area .box_other th {
    height: 0;
    padding: 5px;
    line-height: 1.6;
  }

  .info_area .box_other td {
    background: #fff;
    color: #000;
    line-height: 24px;
    padding: 25px;
    text-align: left;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .info_area .info_box {
    margin-bottom: 20px;
  }
  .info_area .box_other {
    margin: 20px 10px 0;
  }
  .info_area .box_other th,
  .info_area .box_other td
   {
    font-size: 15px;
    padding: .5em .8em .5em 1.2em;
  }
}

/* ボタンデザイン */
.top-link {
  max-width: 1000px;
  margin: 16px auto 15px;
  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/detail/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;
  }
}