@charset "UTF-8";
/* CSS Document */

/*	Overwrite for Press
------------------------------*/

/* base */
.e-a-btn.__active {
  background: #cc0000;
}
.e-a-btn.__active .__elem {
  color: #ffffff !important;
}
.e-a-btn.__active .__ico {
  color: #ffffff;
}

.e-pulldown__year {
  max-width: 212px;
}
@media screen and (max-width: 767.499px) and (min-width: 320px) {
  .e-pulldown__year {
    max-width: 110px;
  }
  .c-news-list__item__link__contents__head__category .__elem {
    white-space: normal;
  }
}

.e-pulldown__month_default.__disabled {
  opacity: .4;
}

/* entry-body (old style) */
.entry-body * {
  word-wrap: break-word;
}
.entry-body img {
  max-width: 100%;
  height: auto !important;
}
.entry-body p {
  margin-top: 16px;
}
.entry-body .text_box {
  margin-bottom: 40px;
}
.entry-body .col-box .col1 {
  margin-bottom: 40px;
}
.entry-body .col-box .col1 p {
  text-align: center;
}
.entry-body .col-box .col1 p > span,
.entry-body .col-box .col2 p > span,
.entry-body .col-box .col3 p > span,
.entry-body .box_typeL .pic > span,
.entry-body .box_typeR .pic > span {
  display: block;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1;
  color: #333333;
}
.entry-body .box_typeL .pic > span,
.entry-body .box_typeR .pic > span {
  margin-top: 12px;
  text-align: center;
}
.entry-body .col-box .col2,
.entry-body .col-box .col3 {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-around;
}
.entry-body .col-box .col2 li {
  max-width: 48%;
}
.entry-body .col-box .col3 li {
  max-width: 32%;
}
.entry-body .box_typeL,
.entry-body .box_typeR {
  margin-bottom: 40px;
  display: flex;
}
.entry-body .box_typeL .pic {
  order: 1;
  margin-right: 20px;
  text-align: center;
  width: 50%;
}
.entry-body .box_typeL .text_pack {
  order: 2;
  width: 50%;
}
.entry-body .box_typeR .pic {
  order: 2;
  margin-left: 20px;
  text-align: center;
  width: 50%;
}
.entry-body .box_typeR .text_pack {
  order: 1;
  width: 50%;
}
.entry-body .table_box {
  margin-bottom: 40px;
}
.entry-body .table_box .table_header {
  display: table;
  vertical-align: middle;
  width: 100%;
  line-height: 1;
  padding-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid #dfe2e5;
  color: #686f7a;
}

.entry-body .table_box .table_header h4 {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.entry-body .table_box .table_header span {
  font-size: 12px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.entry-body .table_box table {
  width: 100%;
  font-size: 14px;
}

.entry-body .table_box.border table {
  border-top: 1px solid #dfe2e5;
  border-bottom: 1px solid #dfe2e5;
}

.entry-body .table_box table tr th {
  padding: 14px 20px 14px 20px;
  margin: 0;
  text-align: left;
  vertical-align: text-top;
  font-weight: bold;
  color: #686f7a;
  line-height: 1.5;
}

.entry-body .table_box table tr td {
  padding: 14px 20px 14px 20px;
  text-align: left;
  vertical-align: text-top;
  line-height: 1.5;
}

.entry-body .table_box table tr:nth-child(even) {
  background-color: #f5f5f6;
}

.entry-body .table_box p.footnote {
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
}

.entry-body .table_box .txtB {
  font-weight: bold;
  color: #222;
}

.entry-body .table_box .txtGry {
  color: #686f7a;
}

.entry-body .table_box .txtC333 {
  color: #333;
}

.entry-body .table_box_typeB {
  border-top: 1px solid #c0c4cd;
  padding-top: 32px;
  margin-bottom: 80px;
}

.entry-body .table_box_typeB .table_header {
  display: table;
  vertical-align: middle;
  width: 100%;
  line-height: 1;
  margin-bottom: 32px;
  color: #686f7a;
}

.entry-body .table_box_typeB .table_header h4 {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.entry-body .table_box_typeB .table_header span {
  font-size: 12px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.entry-body .table_box_typeB table {
  width: 100%;
  border-top: 1px solid #c0c4cd;
  border-bottom: 1px solid #c0c4cd;
  font-size: 14px;
}

.entry-body .table_box_typeB table tr th {
  padding: 0 0 0 20px;
  margin: 0;
  text-align: left;
  vertical-align: text-top;
  font-weight: bold;
  line-height: 40px;
  color: #686f7a;
}

.entry-body .table_box_typeB table tr td {
  line-height: 40px;
  padding: 0 0 0 20px;
  text-align: left;
  vertical-align: text-top;
}

.entry-body .table_box_typeB table tr:nth-child(even) {
  background-color: #f5f5f6;
}

.entry-body .table_box_typeB p {
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
}

.entry-body .table_box_typeB .txtB {
  font-weight: bold;
}

.entry-body .table_box_typeB .txtGry {
  color: #686f7a;
}

.entry-body .table_box_typeB .txtC222 {
  color: #222;
}

.entry-body .table_box_typeB .txtC333 {
  color: #333;
}

.entry-body .table_box_typeC {
  border-top: 1px solid #c0c4cd;
  padding-top: 32px;
  margin-bottom: 80px;
}

.entry-body .table_box_typeC .table_header {
  display: table;
  vertical-align: middle;
  width: 100%;
  line-height: 1;
  margin-bottom: 32px;
  color: #686f7a;
}

.entry-body .table_box_typeC .table_header h4 {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #686f7a;
}

.entry-body .table_box_typeC .table_header span {
  font-size: 12px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.entry-body .table_box_typeC table {
  width: 100%;
  border-top: 1px solid #c0c4cd;
  border-bottom: 1px solid #c0c4cd;
  font-size: 14px;
}

.entry-body .table_box_typeC table tr th {
  padding: 14px 0 14px 20px;
  margin: 0;
  text-align: left;
  vertical-align: text-top;
  font-weight: bold;
}

.entry-body .table_box_typeC table tr td {
  padding: 14px 0 14px 20px;
  text-align: left;
  vertical-align: text-top;
}

.entry-body .table_box_typeC table tr:nth-child(even) {
  background-color: #f5f5f6;
}

.entry-body .table_box_typeC p {
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
}

.entry-body .table_box_typeC .txtB {
  font-weight: bold;
}

.entry-body .table_box_typeC .txtGry {
  color: #686f7a;
}

.entry-body .table_box_typeC .txtC222 {
  color: #222;
}

.entry-body .table_box_typeC .txtC333 {
  color: #333;
}

.entry-body .table_box_typeD {
  border-top: 1px solid #c0c4cd;
  padding-top: 32px;
  margin-bottom: 80px;
}

.entry-body .table_box_typeD .table_header {
  display: table;
  vertical-align: middle;
  width: 100%;
  line-height: 1;
  margin-bottom: 32px;
  color: #686f7a;
}

.entry-body .table_box_typeD .table_header h4 {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.entry-body .table_box_typeD .table_header span {
  font-size: 12px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.entry-body .table_box_typeD table {
  width: 100%;
  border-top: 1px solid #c0c4cd;
  border-bottom: 1px solid #c0c4cd;
  font-size: 14px;
}

.entry-body .table_box_typeD table tr th {
  padding: 14px 0 14px 20px;
  margin: 0;
  text-align: left;
  vertical-align: text-top;
  font-weight: bold;
  color: #686f7a;
}

.entry-body .table_box_typeD table tr td {
  padding: 14px 0 14px 20px;
  text-align: left;
  vertical-align: text-top;
}

.entry-body .table_box_typeD table tr:nth-child(even) {
  background-color: #f5f5f6;
}

.entry-body .table_box_typeD p {
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
}

.entry-body .table_box_typeD .txtB {
  font-weight: bold;
}

.entry-body .table_box_typeD .txtGry {
  color: #686f7a;
}

.entry-body .table_box_typeD .txtC222 {
  color: #222;
}

.entry-body .table_box_typeD .txtC333 {
  color: #333;
}


.entry-body  table {
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #dfe2e5;
  border-bottom: 1px solid #dfe2e5;
}

.entry-body  table tr th {
  padding: 14px 20px 14px 20px;
  margin: 0;
  text-align: left;
  vertical-align: text-top;
  font-weight: bold;
  color: #686f7a;
  line-height: 1.5;
}

.entry-body  table tr td {
  padding: 14px 20px 14px 20px;
  text-align: left;
  vertical-align: text-top;
  line-height: 1.5;
}

.mig * {
  max-width: 100%;
}
.mig table {
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* modal (/ja/detail/css/style_p.cssから移植 ここから)  */
.l-modal{display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;}
.l-modal.is-active{display: block}
.l-modal__overlay{/*overflow: scroll;*/position: relative;width: 100%;height: 100%;min-height: 935px;background: rgba(47,54,65,0.70);transition: 450ms all 225ms ease;}
.l-modal__overlay.is-active{z-index: 1;opacity: 1}
.l-modal__content{position: absolute;top: 2rem;left: 50%;width: 100%;max-width: 880px;margin: 4rem auto 8rem -440px;background: #f3f5f6;-webkit-animation: fadeIn 250ms cubic-bezier(.4,0,.2,1);animation: fadeIn 250ms cubic-bezier(.4,0,.2,1);box-shadow: 0 0 8px 0 rgba(0,0,0,0.5),1.5px 3px .5px .5px rgba(0,0,0,0.05);}
.l-modal__close{overflow: hidden;text-indent: 100%;white-space: nowrap;position: absolute;top: 0;right: -5.5rem;width: 3.6rem;height: 3.6rem;background: url("/ja/common/img/icon_close_001.png") left top no-repeat}
.l-modal__header{display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;height: 12rem;padding-left: calc(80 / 880 * 100%);font-size: 1.8rem;line-height: 3.2rem;letter-spacing: .02em;color: #222}
.l-modal__reguration{height: 8.7rem;overflow: scroll;padding: 1.2rem 3rem;background: #fff;overflow-x: auto;}
.l-modal__reguration p{font-size: 1.2rem;line-height: 2.2rem;letter-spacing: .02em;color: #222}
.l-modal__text{padding: 4rem 8rem 4rem 8rem}
.l-modal__agree{width: 174px;margin:30px auto 30px auto}
.l-modal.is-active {
  z-index: 1000;
  overflow: auto !important;
  /*background: rgba(47,54,65,0.55);*/
}
.l-modal__header {
  height: 120px;
  padding-left: 80px;
  padding-right: 80px;
  font-family: inherit;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: normal;
}
.l-modal__content {
  top: 30px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.l-modal__reguration p {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: normal;
  color: #222;
}
.l-modal__close {
  /*background: url(/ja/common/img/icon_close_001_sp.png) no-repeat left top;*/
  width: 57px;
  height: 57px;
  right: -77px;
}
.l-modal {
  z-index: 10000;
}
/* modal (/ja/detail/css/style_p.cssから移植 ここまで)  */

/* modal (/ja/detail/css/style_2.cssから移植)  */
@media screen and (max-width: 767.499px) {
    /*モーダルカスタマイズ用CSS*/
    .l-modal__content {
      top: 0;
      margin-top: 0 !important;
  }

  .l-modal__content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      margin: 0;
      background: #f3f5f6;
      -webkit-animation: fadeIn 250ms cubic-bezier(.4,0,.2,1);
      animation: fadeIn 250ms cubic-bezier(.4,0,.2,1);
  }

  .l-modal__header {
      height:87.5px;
      padding-left: 0;
      padding: 20px 70px 20px 16px;
      font-family: inherit;
      font-size: 18px;
      line-height:1.7;
      letter-spacing: normal;
  }

  .l-modal__text {
      padding: 32px 16px;
  }

  .l-modal__reguration {
      height: 70px;
      overflow: scroll;
      padding: 12px 16px;
      background: #fff;
  }

  .c-btn--action:before, .c-btn--plus:before, .c-btn--download:before {
      width: 56px;
      height: 56px;
  }

  .c-btn--action, .c-btn--plus, .c-btn--download {
      height: 56px;
      font-size: 16px;
      line-height: 56px;
  }

  .l-modal__close {
      top: 5%;
      right: 5%;
      width: 28px;
      height: 28px;
      background: url(/ja/common/img/icon_close_001_sp.png) no-repeat left top;
      background-size: cover;
  }
}
/* modal (/ja/detail/css/style_2.cssから移植 ここまで)  */

.l-modal__img img {
  max-width: 100%;
  max-height: 100%;
}
.l-modal__header {
  height: 80px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #E6E6E6;
}

.l-modal__agree{
  margin: 20px auto;
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
}



.modal_checkbox {
  position: relative;
}

.modal_checkbox input[type="checkbox"] + span::before {
  border-color: #00acc1;
}

.modal_checkbox span {
  display: inline-block;
  padding-left: 20px;
}
.modal_checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.modal_checkbox input[type="checkbox"] + span::before,
.modal_checkbox input[type="checkbox"] + span::after {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.modal_checkbox input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: #fff;
  width: 16px;
  height: 16px;
  border: 2px #8a8a8a solid;
  border-radius: 2px;
}
.modal_checkbox input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 2px 5px;
  width: 6px;
  height: 9px;
}
.modal_checkbox input[type="checkbox"]:checked + span::before {
  background-color: #ec4e4a;
  border: 2px #ec4e4a solid;
}
.modal_checkbox input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-modal ._no-link_.e-a-btn-arrow {
  pointer-events: none;
}
.l-modal ._no-link_.e-a-btn-arrow:hover {
  background: #fff;
}
.l-modal ._no-link_.e-a-btn-arrow .e-a-btn-arrow__txt {
  text-decoration: line-through;
}
.l-modal ._no-link_.e-a-btn-arrow:hover .__elem {
  color: #cc0000 !important;
}


.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}