@charset "UTF-8";
/* ===========================
news_detail_text.scss
=========================== */
.breadcrumb {
  width: 1046px;
  margin: 0 auto;
  padding: 0;
}

.breadcrumb ol li {
  line-height: 2;
}

.news_detail #contents .news_wrap {
  width: 100%;
  max-width: 1100px;
  font-size: 1.6rem;
  line-height: 1.714;
  margin: 0 auto 40px;
  text-align: justify;
}

.news_detail #contents .news_wrap .ttl_news_detail {
  font-size: 2.4rem;
  text-align: center;
}

.news_detail #contents .news_wrap .ttl_news_detail > span {
  display: block;
  margin-bottom: .2em;
  line-height: 1.5;
}

.news_detail #contents .news_wrap h1 {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  padding: 10px 0;
  line-height: 1.4;
}

.news_detail #contents .news_wrap h2 {
  font-size: 2.2rem;
  line-height: 1.4;
}

.news_detail #contents .news_wrap h3 {
  line-height: 1.4;
}

.news_detail #contents .news_wrap .day_date {
  font-size: 1rem;
  text-align: right;
  margin-bottom: 20px;
  line-height: 1.4;
}

.news_detail #contents .news_wrap .top_btn_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news_detail #contents .news_wrap .top_btn_blk > div {
  margin-left: 10px;
  margin-bottom: 40px;
}

.news_detail #contents .news_wrap .top_btn_blk > div a {
  font-size: 1.2rem;
  line-height: 14px;
  padding: 6px 20px;
  height: auto;
  min-width: 0;
}

.news_detail #contents .news_wrap .bottom_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1046px;
  margin: 0 auto;
}

.news_detail #contents .news_wrap .bottom_btn > div {
  margin-left: 10px;
}

.news_detail #contents .news_wrap .bottom_btn > div a {
  font-size: 1.2rem;
  line-height: 14px;
  padding: 6px 20px;
  height: auto;
  min-width: 0;
}

.news_detail #contents .news_wrap .news_description {
  max-width: 800px;
  margin: 0 auto 60px;
  /* ---------------------------------
        共通
        --------------------------------- */
  /* ---------------------------------
        画像なしパターン
        --------------------------------- */
  /* ---------------------------------
        契約選手パターン
        --------------------------------- */
  /* ---------------------------------
        製品パターン
        --------------------------------- */
}

.news_detail #contents .news_wrap .news_description .red {
  color: #f00;
}

.news_detail #contents .news_wrap .news_description .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.news_detail #contents .news_wrap .news_description a {
  text-decoration: underline;
}

.news_detail #contents .news_wrap .news_description p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.news_detail #contents .news_wrap .news_description .tel_link {
  pointer-events: none;
  text-decoration: none;
}

.news_detail #contents .news_wrap .news_description .btn {
  margin-bottom: 30px;
}

.news_detail #contents .news_wrap .news_description .btn a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #000;
  padding: 10px 20px;
  text-decoration: none;
}

.news_detail #contents .news_wrap .news_description .btn a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.news_detail #contents .news_wrap .news_description .tar {
  text-align: right;
}

.news_detail #contents .news_wrap .news_description .pro_data {
  margin-bottom: 60px;
}

.news_detail #contents .news_wrap .news_description .pro_data dl {
  margin-bottom: 7px;
}

.news_detail #contents .news_wrap .news_description .pro_data dt,
.news_detail #contents .news_wrap .news_description .pro_data dd {
  display: inline-block;
  font-size: 1.4rem;
}

.news_detail #contents .news_wrap .news_description .co_warp h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  border-top: none;
  border-bottom: 1px dotted #000000;
}

.news_detail #contents .news_wrap .news_description .co_warp .co_title {
  margin-bottom: 20px;
}

.news_detail #contents .news_wrap .news_description .co_warp .movie_wrap iframe {
  width: 560px;
  height: 315px;
  margin: 0 auto 30px;
  display: block;
}

.news_detail #contents .news_wrap .news_description .co_warp .company_wrap,
.news_detail #contents .news_wrap .news_description .co_warp .contact_wrap {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.news_detail #contents .news_wrap .news_description .co_warp .company_wrap dt,
.news_detail #contents .news_wrap .news_description .co_warp .contact_wrap dt {
  font-weight: bold;
  line-height: 1.8;
}

.news_detail #contents .news_wrap .news_description .co_warp .company_wrap dd,
.news_detail #contents .news_wrap .news_description .co_warp .contact_wrap dd {
  line-height: 1.8;
}

.news_detail #contents .news_wrap .news_description .co_warp .company_wrap dd.mail, .news_detail #contents .news_wrap .news_description .co_warp .company_wrap dd.tel, .news_detail #contents .news_wrap .news_description .co_warp .company_wrap dd.fax,
.news_detail #contents .news_wrap .news_description .co_warp .contact_wrap dd.mail,
.news_detail #contents .news_wrap .news_description .co_warp .contact_wrap dd.tel,
.news_detail #contents .news_wrap .news_description .co_warp .contact_wrap dd.fax {
  display: inline-block;
  margin-right: 1em;
}

.news_detail #contents .news_wrap .news_description .co_warp p {
  font-size: 1.4rem;
}

.news_detail #contents .news_wrap .news_description .txt_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 2em;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000000;
}

.news_detail #contents .news_wrap .news_description .list_ttl {
  margin-bottom: 1em;
}

.news_detail #contents .news_wrap .news_description .list_num {
  margin-bottom: 2em;
  margin-left: 1.5em;
}

.news_detail #contents .news_wrap .news_description .list_num > li {
  text-align: justify;
  list-style-type: decimal;
  margin-bottom: 1em;
}

.news_detail #contents .news_wrap .news_description .list_disc {
  margin-bottom: 2em;
  margin-left: 1.5em;
}

.news_detail #contents .news_wrap .news_description .list_disc > li {
  text-align: justify;
  list-style-type: disc;
  margin-bottom: 1em;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .data_table {
  display: table;
  margin-bottom: 60px;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .data_table .cell {
  display: table-cell;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .data_table .cell_1 {
  width: 40%;
  vertical-align: top;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .data_table .cell_1 img {
  width: 100%;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .data_table .cell_2 {
  padding-left: 30px;
  padding-right: 0px;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .data_table .cell_2 ul {
  font-size: 1.4rem;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .data_table .cell_2 p {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .data_table .cell_2 p strong {
  font-size: 1.8rem;
  font-weight: bold;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap {
  width: 100%;
  margin: auto auto 60px;
  clear: both;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .fv_pro {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .favorite {
  margin: 15px 0 60px;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .favorite dt {
  width: 36%;
  float: left;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .favorite dt img {
  width: 100%;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .favorite dd {
  width: 60%;
  float: right;
}

.news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .favorite dd p {
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 1.4rem;
}

.news_detail #contents .news_wrap .news_description .main_image {
  margin-bottom: 32px;
}

.news_detail #contents .news_wrap .news_description .main_image figure figcaption {
  text-align: center;
  font-size: 1.2rem;
  padding-top: 12px;
}

.news_detail #contents .news_wrap .news_description .box_flex_none {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news_detail #contents .news_wrap .news_description .box_flex_none.row_2 .image_list_flex {
  width: calc(100% / 2 - 8px);
}

.news_detail #contents .news_wrap .news_description .box_flex_none.row_3 .image_list_flex {
  width: calc(100% / 3 - 8px);
}

.news_detail #contents .news_wrap .news_description .box_flex_none .image_list_flex figure {
  margin-bottom: 32px;
}

.news_detail #contents .news_wrap .news_description .box_flex_none .image_list_flex figure figcaption {
  text-align: center;
  font-size: 1.2rem;
  padding-top: 12px;
}

.news_detail #contents .news_wrap .news_description .type_list {
  margin-bottom: 2em;
}

.news_detail #contents .news_wrap .news_description .type_list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.news_detail #contents .news_wrap .news_description .type_list li::before {
  content: "＊";
}

.news_detail #contents .news_wrap .news_description .product_spec_ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.news_detail #contents .news_wrap .news_description .product_spec_wrap {
  margin-bottom: 30px;
}

.news_detail #contents .news_wrap .news_description .product_spec_wrap li {
  list-style: square outside;
  margin: 0 20px 20px;
}

.news_detail #contents .news_wrap .news_description .product_spec_wrap .caution {
  margin-bottom: 0;
}

.news_detail #contents .news_wrap .news_description .table_section {
  margin: 20px auto 60px;
  font-size: 1.4rem;
}

.news_detail #contents .news_wrap .news_description .table_section table {
  max-width: 750px;
  border-collapse: collapse;
  text-align: left;
  margin: auto auto 10px;
}

.news_detail #contents .news_wrap .news_description .table_section table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.news_detail #contents .news_wrap .news_description .table_section table tbody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.news_detail #contents .news_wrap .news_description .table_section table tbody tr th {
  font-weight: normal;
  text-align: left;
  width: 20%;
}

.news_detail #contents .news_wrap .news_description .table_section table tbody tr th,
.news_detail #contents .news_wrap .news_description .table_section table tbody tr td {
  padding: 0.5em 1em;
}

.news_detail #contents .news_wrap .news_description .ns_section dt {
  text-align: center;
  font-size: 2.5rem;
  margin: 40px 0;
}

.news_detail #contents .news_wrap .news_description .ns_section dd h3 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.news_detail #contents .news_wrap .news_description .ns_section dd h3 span {
  background-color: #ffffff;
  padding: 0px 12px;
}

.news_detail #contents .news_wrap .news_description .ns_section dd h3::before {
  content: "";
  position: absolute;
  border-top: 2px dotted #000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  z-index: -1;
}

.news_detail #contents .news_wrap .news_description .ns_section .magnet_description dd {
  margin-bottom: 60px;
}

.news_detail #contents .news_wrap .news_description .ns_section .magnet_description dd ul {
  max-width: 80%;
  margin: auto;
}

.news_detail #contents .news_wrap .news_description .ns_section .magnet_description dd ul li {
  list-style: disc outside;
  margin-bottom: 20px;
}

/* =================================================
TB
================================================= */
@media only screen and (max-width: 1220px) and (min-width: 751px) {
  .breadcrumb {
    width: 94%;
    margin: 0 auto;
  }
  .news_detail #contents .news_wrap {
    width: 94%;
    margin: 0 auto 30px;
  }
  .news_detail #contents .news_wrap h1 {
    margin-bottom: 40px;
  }
}

/* =================================================
SP
================================================= */
@media only screen and (max-width: 750px) {
  .breadcrumb {
    width: 100%;
  }
  .news_detail #contents .contents_wrap {
    padding: 0 5.33333vw;
    display: block;
    margin-bottom: 17.33333vw;
  }
  .news_detail #contents .news_wrap {
    width: 100%;
    margin: 0 auto 8.8vw;
    border-top: none;
    padding-top: 5.33333vw;
  }
  .news_detail #contents .news_wrap .ttl_news_detail {
    font-size: 2.2rem;
    text-align: justify;
  }
  .news_detail #contents .news_wrap .ttl_news_detail > span {
    display: block;
    margin-bottom: .2em;
    line-height: 1.5;
  }
  .news_detail #contents .news_wrap h1 {
    margin-bottom: 8vw;
    font-size: 5.33333vw;
    padding: 2.66667vw 0;
    text-align: justify;
  }
  .news_detail #contents .news_wrap .day_date {
    font-size: 1.2rem;
    margin-bottom: 5.33333vw;
  }
  .news_detail #contents .news_wrap .top_btn_blk > div {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .news_detail #contents .news_wrap .bottom_btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news_detail #contents .news_wrap .bottom_btn > div {
    margin-left: 0;
    width: 60%;
  }
  .news_detail #contents .news_wrap .bottom_btn > div a {
    width: 100%;
  }
  .news_detail #contents .news_wrap .bottom_btn .news_list_btn {
    margin-top: 2.66667vw;
  }
  .news_detail #contents .news_wrap .news_description {
    max-width: 100%;
    margin: 0 0 8vw;
    /* ---------------------------------
          共通
          --------------------------------- */
    /* ---------------------------------
          画像なしパターン
          --------------------------------- */
    /* ---------------------------------
          契約選手パターン
          --------------------------------- */
    /* ---------------------------------
          製品パターン
          --------------------------------- */
  }
  .news_detail #contents .news_wrap .news_description p {
    margin-bottom: 5.33333vw;
  }
  .news_detail #contents .news_wrap .news_description .tel_link {
    pointer-events: auto;
    text-decoration: underline;
  }
  .news_detail #contents .news_wrap .news_description .btn {
    margin-bottom: 5.33333vw;
  }
  .news_detail #contents .news_wrap .news_description .pro_data {
    margin-bottom: 8vw;
  }
  .news_detail #contents .news_wrap .news_description .pro_data dt,
  .news_detail #contents .news_wrap .news_description .pro_data dd {
    display: block;
    word-break: break-all;
  }
  .news_detail #contents .news_wrap .news_description .co_warp .movie_wrap iframe {
    width: 74.66667vw;
    height: 42vw;
  }
  .news_detail #contents .news_wrap .news_description .co_warp .company_wrap,
  .news_detail #contents .news_wrap .news_description .co_warp .contact_wrap {
    margin-bottom: 5.33333vw;
  }
  .news_detail #contents .news_wrap .news_description .co_warp .contact_wrap dd.mail,
  .news_detail #contents .news_wrap .news_description .co_warp .contact_wrap dd.tel,
  .news_detail #contents .news_wrap .news_description .co_warp .contact_wrap dd.fax {
    display: block;
  }
  .news_detail #contents .news_wrap .news_description .txt_ttl {
    padding-bottom: 2.66667vw;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .data_table {
    display: block;
    margin-bottom: 8vw;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .data_table .cell {
    display: block;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .data_table .cell_1 {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .data_table .cell_1 img {
    width: 100%;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .data_table .cell_2 {
    width: 100%;
    padding-left: 0;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap {
    width: 100%;
    margin: 0;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .fv_title {
    font-size: 1.8rem;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .favorite {
    margin-bottom: 8vw;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .favorite dt {
    width: 100%;
    float: none;
    margin-bottom: 2.66667vw;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .favorite dt img {
    width: 100%;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .favorite dd {
    width: 100%;
    float: none;
  }
  .news_detail #contents .news_wrap .news_description .athlete_sec .favorite_wrap .favorite dd p {
    margin-bottom: 5.33333vw;
  }
  .news_detail #contents .news_wrap .news_description .main_image {
    margin-bottom: 8vw;
  }
  .news_detail #contents .news_wrap .news_description .main_image figure figcaption {
    padding-top: 2.66667vw;
  }
  .news_detail #contents .news_wrap .news_description .box_flex_none.row_2 .image_list_flex {
    width: 100%;
  }
  .news_detail #contents .news_wrap .news_description .box_flex_none.row_3 .image_list_flex {
    width: 100%;
  }
  .news_detail #contents .news_wrap .news_description .box_flex_none .image_list_flex figure figcaption {
    padding-top: 2.66667vw;
  }
  .news_detail #contents .news_wrap .news_description .product_spec_wrap .caution {
    margin-bottom: 5px;
  }
  .news_detail #contents .news_wrap .news_description .table_section table {
    max-width: 100%;
  }
  .news_detail #contents .news_wrap .news_description .table_section table tbody tr th {
    width: 30%;
  }
  .news_detail #contents .news_wrap .news_description .ns_section dt {
    font-size: 2rem;
    margin: 8vw 0;
  }
  .news_detail #contents .news_wrap .news_description .ns_section dd h3 {
    position: static;
    font-size: 1.8rem;
  }
  .news_detail #contents .news_wrap .news_description .ns_section dd h3::before {
    content: none;
  }
  .news_detail #contents .news_wrap .news_description .ns_section .magnet_description dd {
    margin-bottom: 8vw;
  }
  .news_detail #contents .news_wrap .news_description .ns_section .magnet_description dd ul {
    max-width: 90%;
  }
  .news_detail #contents .news_wrap .news_description .ns_section .magnet_description dd ul li {
    margin-bottom: 2.66667vw;
  }
}
/*# sourceMappingURL=../map/news_detail/style.css.map */
