@charset "UTF-8";
/* ================================
 *
 * 共通
 *
 * ================================ */
/*  style
 *---------------------------------------------------------- */
/*  icon
 *---------------------------------------------------------- */
.icon_box {
  overflow: hidden;
  text-align: inherit;
}

.section_index .icon_box {
  max-height: 20px;
}

.icon,
.category {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 5px;
  color: #fff;
  font-family: source-han-sans-japanese, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 11px;
  vertical-align: top;
}

.new {
  position: relative;
}

.new:after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e72a13;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 53px;
  text-align: center;
  content: "NEW";
}

@media screen and (max-width: 740px) {
  .new:after {
    top: 5px;
    left: 5px;
    width: 44px;
    height: 44px;
    font-size: 12px;
    line-height: 45px;
  }
}

/*  Pager
*---------------------------------------------------------- */
.pager li.next a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  transition-duration: 200ms;
}

.pager li.before a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right: 5px solid #fff;
  content: "";
  transition-duration: 200ms;
}

.pager {
  z-index: 1;
  position: relative;
  margin-top: 30px;
  clear: both;
  text-align: center;
}

.pager li.next, section .pager li.before {
  display: inline-block;
  position: relative;
  width: 239px;
  height: 37px;
  margin: 0 10px 30px;
  float: none;
  text-align: center;
}

.pager li.next a, section .pager li.before a {
  display: block;
  background: #000;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
}

.next_btn {
  clear: both;
}

.next_btn p a {
  display: block;
  position: relative;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 740px) {
  .pager {
    margin-top: 1%;
  }
  .pager li.next, section .pager li.before {
    margin-bottom: 13%;
  }
}

/*  Archive
*---------------------------------------------------------- */
.side_tit {
  width: 100%;
  padding: 15px 0 10px;
  background: #000;
  color: #fff;
  text-align: center;
}

.archive {
  margin-bottom: 30px;
}

.archive a {
  text-decoration: none;
}

.archive .nextback {
  position: relative;
  height: 34px;
  padding: 0;
  background: #e0e0e0;
  text-align: center;
}

.archive .nextback .back, .archive .nextback .next {
  width: 30%;
}

.archive .nextback .back {
  float: left;
}

.archive .nextback .next {
  float: right;
}

.archive .nextback .back a, .archive .nextback .next a {
  display: block;
  position: relative;
  width: 100%;
  height: 34px;
  padding: 0;
  color: #000;
  letter-spacing: 1.0px;
  line-height: 34px;
}

.archive .nextback .back a {
  padding-left: 5px;
}

.archive .nextback .next a {
  padding-right: 8px;
}

.archive .nextback .back a:hover, .archive .nextback .next a:hover {
  text-decoration: none;
}

.archive .nextback .back a span, .archive .nextback .next a span {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

.archive .nextback .back a span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -5px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-right: 5px solid #000;
  content: "";
  transition-duration: 200ms;
}

.archive .nextback .next a span:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 5px solid #000;
  content: "";
  transition-duration: 200ms;
}

.archive .nextback p.yearbox {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 34px;
  margin-left: -25%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 36px;
  text-align: center;
}

.archive ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  padding: 9px 15px 8px 15px;
  border-bottom: 1px dotted #000;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.archive ul li a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 5px solid #000;
  content: "";
  transition-duration: 200ms;
}

@media screen and (max-width: 740px) {
  .archive {
    margin-bottom: 10%;
  }
  .archive:last-child {
    margin-bottom: 0;
  }
}

.main_system {
  /* ================================
 *
 * 共通
 *
 * ================================ */
  /*---------------------------------------------------
 詳細 おすすめ吐き出し
---------------------------------------------------*/
  /*---------------------------------------------------
 インデックス おすすめ吐き出し
---------------------------------------------------*/
  /*-------------------------------------------
インデックス section_other_list
-------------------------------------------*/
  /*-------------------------------------------
詳細 section_detail
-------------------------------------------*/
  /*-------------------------------------------
詳細 section_other_article
-------------------------------------------*/
  /*--------------------------------------------
SP horizontal
---------------------------------------------*/
  /*--------------------------------------------
  2pc. サイドナビ z-index:3333
---------------------------------------------*/
  /*--------------------------------------------
3pc. カテゴリーナビ z-index:2222
---------------------------------------------*/
  /*--------------------------------------------
  独自実装
---------------------------------------------*/
}

@media print, screen and (min-width: 741px) {
  .main_system .section_index,
  .main_system .section_detail {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 740px) {
  .main_system .section_index,
  .main_system .section_detail {
    padding: 0 5%;
  }
}

.main_system .section_detail .section_rec {
  position: relative;
  width: 910px;
  margin: 0 auto;
}

.main_system .section_detail .section_rec .tit_rec {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  text-align: center;
}

.main_system .section_detail .section_rec .ph {
  width: 43%;
  height: 0;
  padding-bottom: 29%;
  float: left;
}

.main_system .section_detail .section_rec .info_box {
  width: 55%;
  float: right;
  text-align: left;
}

.main_system .section_detail .section_rec .icon_box {
  max-height: 20px;
  margin-top: 5px;
}

.main_system .section_detail .section_rec .tit {
  max-width: 70%;
  max-height: 26px;
  overflow: hidden;
  font-size: 15px;
}

.main_system .section_detail .section_rec .txt {
  max-height: 100px;
  margin-top: 5px;
  overflow: hidden;
}

.main_system .section_detail .section_rec .btn_more02 {
  margin-top: 10px;
}

@media screen and (max-width: 740px) {
  .main_system .section_detail .section_rec {
    width: 100%;
  }
  .main_system .section_detail .section_rec .ph {
    width: 39%;
  }
  .main_system .section_detail .section_rec .info_box {
    width: 58%;
  }
  .main_system .section_detail .section_rec .btn_more02 {
    margin-top: 7px;
    font-size: 11px;
    text-align: right;
  }
}

.main_system .section_rank {
  margin: 0 auto 100px;
}

.main_system .section_rank .box {
  position: relative;
  width: 100%;
  height: 160px;
  border: 1px solid #ccc;
  background: #fff;
}

.main_system .section_rank .box:after {
  display: block;
  z-index: 99;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #000;
  content: "";
  transition-duration: 200ms;
}

.main_system .section_rank .box:first-child {
  position: relative;
  height: 27vw;
  max-height: 353px;
  margin-bottom: 21px;
}

.main_system .section_rank .box:first-child .ph {
  width: 40%;
  max-width: 485px;
  height: 24.5vw;
  max-height: 320px;
  overflow: hidden;
}

.main_system .section_rank .box:first-child .tit {
  max-height: 86px;
  margin-top: 15px;
}

.main_system .section_rank .box:first-child .txt_box:after {
  right: 10px;
  bottom: 14px;
}

.main_system .section_rank .box:nth-child(2), .main_system .section_rank .box:nth-child(3) {
  width: 49%;
  max-width: 540px;
  height: auto;
}

.main_system .section_rank .box:nth-child(2) .info_box, .main_system .section_rank .box:nth-child(3) .info_box {
  width: calc(100% - 43%);
}

.main_system .section_rank .box:nth-child(2) .ph, .main_system .section_rank .box:nth-child(3) .ph {
  width: 43%;
  height: 13vw;
  max-height: 130px;
}

@media screen and (max-width: 480px) {
  .main_system .section_rank .box:nth-child(2) .ph, .main_system .section_rank .box:nth-child(3) .ph {
    /* for sp Device Only */
    width: 100%;
  }
}

.main_system .section_rank .box:nth-child(2) {
  float: left;
}

.main_system .section_rank .box:nth-child(2) .tit {
  max-height: 43px;
}

.main_system .section_rank .box:nth-child(2) .date {
  margin-top: 5px;
  margin-bottom: 0;
}

.main_system .section_rank .box:nth-child(3) {
  float: right;
}

.main_system .section_rank .box:nth-child(3) .tit {
  max-height: 43px;
}

.main_system .section_rank .box:nth-child(3) .date {
  margin-top: 5px;
  margin-bottom: 0;
}

.main_system .section_rank .box a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 14px;
}

.main_system .section_rank .box .ph {
  display: block;
  position: relative;
  width: 195px;
  height: 130px;
  float: left;
  overflow: hidden;
}

.main_system .section_rank .box .info_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 500px);
  padding: 30px;
  transform: translateY(-50%);
  text-align: left;
}

.main_system .section_rank .box .date {
  margin-bottom: 10px;
  font-size: 14px;
}

.main_system .section_rank .box .plice {
  font-size: 16px;
}

.main_system .section_rank .box .icon_box {
  max-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
}

.main_system .section_rank .box .tit {
  overflow: hidden;
  font-size: 16px;
}

.main_system .section_rank .box .caption {
  max-height: 100px;
  margin-top: 7px;
  overflow: hidden;
}

.main_system .section_rank .box:first-child .txt_box {
  width: calc(100% - 505px);
}

.main_system .section_rank .box:nth-child(2) .txt_box,
.main_system .section_rank .box:nth-child(3) .txt_box {
  position: relative;
  width: calc(100% - 210px);
  height: 100%;
  float: right;
}

.main_system .section_rank .box:nth-child(2) .caption,
.main_system .section_rank .box:nth-child(3) .caption {
  display: none;
}

.main_system .section_rank .box:first-child .tit {
  box-sizing: border-box;
  max-height: 120px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
}

.main_system .section_rank .box:first-child .txt {
  max-height: 100px;
  overflow: hidden;
}

.main_system .section_rank .box:first-child .txt_box .btn_more02 {
  display: block;
}

.main_system .section_rank .box .tit {
  max-height: 72px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
}

.main_system .section_rank .box .txt_box .btn_more02 {
  display: none;
  margin-top: 40px;
  float: right;
}

.main_system .section_rank .inner {
  margin-bottom: 50px;
}

.main_system .section_rank .box:nth-child(2) .txt,
.main_system .section_rank .box:nth-child(3) .txt {
  height: 60px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 13px;
}

.main_system .section_rank .box:nth-child(2) .tit,
.main_system .section_rank .box:nth-child(3) .tit {
  max-height: 70px;
  margin-top: 8px;
  overflow: hidden;
  font-size: 16px;
}

.main_system .main_fair .section_rank .box:nth-child(2) .txt,
.main_system .main_fair .section_rank .box:nth-child(3) .txt {
  display: none;
}

@media screen and (max-width: 740px) {
  .main_system .section_rank {
    margin: 0 auto 10%;
  }
  .main_system .section_rank .box {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
    border: none;
    text-align: left;
  }
  .main_system .section_rank .box:first-child {
    width: 100%;
    height: auto;
  }
  .main_system .section_rank .box:first-child .ph {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 66%;
  }
  .main_system .section_rank .box:first-child .tit {
    max-height: 86px;
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 15px;
    line-height: 1.5;
  }
  .main_system .section_rank .box:nth-child(2),
  .main_system .section_rank .box:nth-child(3) {
    width: 48%;
  }
  .main_system .section_rank .box:nth-child(2) .tit,
  .main_system .section_rank .box:nth-child(3) .tit {
    max-height: 52px;
  }
  .main_system .section_rank .box a {
    padding: 0;
  }
  .main_system .section_rank .box .ph {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    float: none;
  }
  .main_system .section_rank .box .info_box {
    position: inherit;
    top: inherit;
    right: inherit;
    width: auto;
    margin-top: 13px;
    padding: 0;
    float: none;
    transform: inherit;
  }
  .main_system .section_rank .box:nth-child(2) .info_box,
  .main_system .section_rank .box:nth-child(3) .info_box {
    width: auto;
  }
  .main_system .section_rank .box:after {
    display: none;
  }
  .main_system .section_rank .box .icon_box {
    max-height: 20px;
  }
}

.main_system .section_other_list {
  margin: 0 auto 30px;
  padding-top: 0;
  background: transparent;
}

.main_system .section_other_list .news_inner {
  width: 90% !important;
  margin: 0 auto;
}

.main_system .section_other_list h3 {
  margin: 0 auto 32px;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", serif;
  font-size: 30px;
  letter-spacing: 1.0px;
  line-height: 1.2;
  text-align: center;
}

.main_system .section_other_list .catch {
  display: block;
  font-size: 14px;
  text-align: center;
}

.main_system .section_other_list .box .info_box {
  width: calc(100% - 205px);
  float: right;
  text-align: left;
}

.main_system .section_other_list .box .tit {
  max-width: 70%;
  max-height: 26px;
  margin-top: 8px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .main_system .section_other_list .box .tit {
    /* for sp Device Only */
    max-width: 100%;
    max-height: 46px;
  }
}

.main_system .section_other_list .box .txt {
  height: 40px;
  overflow: hidden;
  font-size: 13px;
}

.main_system .section_other_list .box .ph {
  position: relative;
  width: 195px;
  height: 130px;
  float: left;
  overflow: hidden;
}

.main_system .section_other_list .box .txt_box {
  position: relative;
  width: calc(100% - 210px);
  float: right;
  text-align: left;
}

.main_system .section_other_list .box .plice {
  font-size: 16px;
}

@media screen and (max-width: 740px) {
  .main_system .section_other_list.section_news .news__inner__list li a {
    margin-bottom: 0;
  }
  .main_system .section_other_list h3 {
    margin-bottom: 6%;
    font-size: 24px;
  }
  .main_system .section_other_list .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    margin-left: 0;
    cursor: pointer;
  }
  .main_system .section_other_list .box .ph {
    width: 100%;
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 66%;
    float: none;
  }
  .main_system .section_other_list .box .info_box {
    width: auto;
    margin-top: 13px;
    float: none;
  }
}

.main_system .section_detail {
  margin: 50px auto 0;
}

.main_system .section_detail .inner {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.main_system .section_detail .ph {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_system .section_detail .ph img {
  width: 100%;
}

.main_system .section_detail .cnt_box {
  margin-bottom: 60px;
}

.main_system .section_detail .inner.main_box,
.main_system .section_detail .inner.main_box div,
.main_system .section_detail .inner.main_box ul {
  transform: none;
  opacity: 1.0;
}

.main_system .section_detail .main_box {
  width: 100%;
  margin-bottom: 40px;
}

.main_system .section_detail .main_box .ph {
  position: relative;
  width: 920px;
  height: 0;
  margin: 0 auto 30px;
  padding-bottom: 60%;
  line-height: 0;
}

.main_system .section_detail .main_box .ph.new::after {
  width: 60px;
  height: 60px;
  line-height: 61px;
}

.main_system .section_detail .main_box .tbl_txt dt {
  display: inline-block;
  padding: 3px 30px;
  background: #1f1f1f;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

.main_system .section_detail .main_box .tbl_txt dd {
  display: inline-block;
  max-width: 33%;
  margin-left: 15px;
  padding-right: 30px;
  font-size: 14px;
  line-height: inherit;
  text-align: left;
}

.main_system .section_detail .unit {
  text-align: center;
}

.main_system .section_detail .unit .cnt_box {
  padding: 20px;
}

.main_system .section_detail .unit .icon_box {
  margin-bottom: 12px;
}

.main_system .section_detail .unit .tit {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.6;
}

.main_system .section_detail .unit .date {
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}

.main_system .section_detail .unit .sub_tit {
  margin-bottom: 18px;
  font-size: 15px;
  text-align: center;
}

.main_system .section_detail .unit .caption {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.main_system .section_detail .unit .tbl_txt {
  margin: 20px auto 30px;
  border-collapse: collapse;
}

.main_system .section_detail .unit .tbl_txt dt {
  display: inline-block;
  padding: 3px 30px;
  background: #000;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

.main_system .section_detail .unit .tbl_txt dt.empty {
  display: none;
}

.main_system .section_detail .unit .tbl_txt dd {
  display: inline-block;
  max-width: 33%;
  margin-left: 15px;
  padding-right: 30px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
}

.main_system .section_detail .unit .tbl_txt dd:last-child {
  padding-right: 0;
}

.main_system .section_detail .unit .price {
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.main_system .section_detail .unit .price span {
  display: block;
  font-size: 13px;
}

.main_system .section_detail .unit .txt {
  margin-bottom: 50px;
}

.main_system .section_detail .unit .txt img {
  margin: 10px 0;
}

.main_system .section_detail .unit .unit_faq {
  text-align: left;
}

.main_system .section_detail .unit .unit_faq dt {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.main_system .included_box {
  margin-top: 50px;
}

.main_system .included_box .tit {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}

.main_system .included_box .data {
  margin-bottom: 65px;
}

.main_system .included_box .data table {
  width: 100%;
  margin-bottom: 8px;
  border-collapse: collapse;
}

.main_system .included_box .data tbody tr {
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}

.main_system .included_box .data tbody tr:first-child {
  border-top: 1px rgba(0, 0, 0, 0.08) solid;
}

.main_system .included_box .data th,
.main_system .included_box .data td {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.main_system .included_box .data th {
  padding: 10px 6px;
  background: #f7f2ee;
  letter-spacing: 1px;
}

.main_system .included_box .data th:nth-child(1) {
  width: 30%;
  border-right: 1px solid #fff;
}

.main_system .included_box .data th:nth-child(2) {
  width: 70%;
}

.main_system .included_box .data td {
  padding: 10px 6px;
  vertical-align: middle;
}

.main_system .included_box .data td.data {
  padding: 13px 20px;
  text-align: left;
}

.main_system .included_box .data .note {
  width: 35%;
}

.main_system .included_box .data .ex dt,
.main_system .included_box .data .ex dd {
  float: left;
  font-size: 12px;
  font-weight: normal;
}

.main_system .included_box .data .ex dt:after {
  content: ": ";
}

.main_system .included_box .data .ex dd {
  margin-right: 2em;
}

.main_system .value_box {
  margin-top: 40px;
  padding: 20px;
  background: #f7f2ee;
}

.main_system .value_box .tit {
  margin: 0px 0 15px;
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000 !important;
  font-size: 16px;
  text-align: center;
}

.main_system .section_detail .section_btn {
  margin-top: 70px;
}

@media screen and (max-width: 740px) {
  .main_system .section_detail {
    width: 100%;
  }
  .main_system .section_detail .main_box {
    margin-bottom: 6%;
  }
  .main_system .section_detail .main_box .unit {
    margin-bottom: 0;
    padding: 0;
  }
  .main_system .section_detail .main_box .unit .icon_box {
    margin-bottom: 7px;
  }
  .main_system .section_detail .main_box .unit .ph.new::after {
    width: 42px;
    height: 42px;
    line-height: 43px;
  }
  .main_system .section_detail .main_box .ph {
    width: 100%;
    margin-bottom: 4%;
    padding-bottom: 67%;
    float: none;
  }
  .main_system .section_detail .main_box .txt_box {
    width: 100%;
    float: none;
  }
  .main_system .section_detail .main_box .tbl_txt {
    margin: 5% auto;
    text-align: left;
  }
  .main_system .section_detail .main_box .tbl_txt dt {
    width: 36%;
    padding: 6px;
    line-height: 1;
  }
  .main_system .section_detail .main_box .tbl_txt dd {
    width: 58%;
    max-width: 100%;
    margin-bottom: 4%;
    margin-left: 10px;
    padding-right: 0;
  }
  .main_system .section_detail .cnt_box {
    margin-bottom: 11%;
  }
  .main_system .section_detail .inner.detail,
  .main_system .section_detail .inner.detail div,
  .main_system .section_detail .inner.detail ul {
    transform: none;
    opacity: 1.0;
  }
  .main_system .included_box .data {
    margin-bottom: 0;
  }
  .main_system .included_box .tit {
    margin-bottom: 12px;
    font-size: 17px;
  }
  .main_system .value_box {
    margin-top: 10%;
  }
  .main_system .section_btn {
    width: 100%;
  }
  .main_system .section_btn li {
    width: 100%;
  }
  .main_system .section_btn li:first-child {
    margin-bottom: 10px;
  }
  .main_system .section_btn .btn a span {
    font-size: 14px;
  }
  .main_system .section_detail .section_btn {
    margin-top: 5%;
  }
}

.main_system .section_other_article {
  margin: 90px auto 30px;
}

.main_system .section_other_article h3 {
  margin: 0 auto 32px;
  font-size: 26px;
  letter-spacing: 1.0px;
  line-height: 1.2;
  text-align: center;
}

.main_system .section_other_article h3 span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.0;
}

.main_system .section_other_article .catch {
  display: block;
  font-size: 14px;
  text-align: center;
}

.main_system .section_other_article .box {
  width: 440px;
  margin-right: 10px;
  margin-bottom: 22px;
  margin-left: 10px;
  float: left;
  border: solid 1px #ccc;
}

.main_system .section_other_article .box:nth-child(2n) {
  margin-right: 0;
}

.main_system .section_other_article .box a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 14px;
}

.main_system .section_other_article .box .info_box {
  width: calc(100% - 205px);
  float: right;
  text-align: left;
}

.main_system .section_other_article .box .tit {
  max-height: 50px;
  margin-top: 8px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 16px;
}

.main_system .section_other_article .box .txt {
  height: 40px;
  overflow: hidden;
  font-size: 13px;
}

.main_system .section_other_article .box .ph {
  position: relative;
  width: 195px;
  height: 130px;
  float: left;
  overflow: hidden;
}

.main_system .section_other_article .box .txt_box {
  position: relative;
  width: calc(100% - 210px);
  float: right;
  text-align: left;
}

.main_system .out_of_range {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 740px) {
  .main_system .section_other_article {
    margin: 13% auto 7%;
  }
  .main_system .section_other_article h3 {
    margin-bottom: 6%;
    font-size: 17px;
  }
  .main_system .section_other_article .box {
    width: 100%;
    margin-right: 4%;
    margin-bottom: 15px;
    margin-left: 0;
    cursor: pointer;
  }
  .main_system .section_other_article .box a {
    padding: 8px;
  }
  .main_system .section_other_article .box .ph {
    width: 39%;
    height: 0;
    margin-bottom: 0;
    padding-bottom: 26%;
    float: left;
  }
  .main_system .section_other_article .box .info_box {
    width: 58%;
    margin-top: 0;
    float: right;
  }
  .main_system .section_other_article .box .tit {
    margin-top: 0;
  }
  .main_system .section_other_article .icon_box {
    max-height: 20px;
  }
  .main_system .out_of_range {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .main_system .main_report .horizontal li:first-child,
  .main_system .main_fair .horizontal li:first-child {
    width: 100%;
  }
  .main_system .main_report .horizontal li:nth-child(2n),
  .main_system .main_fair .horizontal li:nth-child(2n) {
    border-right: 1px solid #fff;
  }
  .main_system .main_report .horizontal li:nth-child(odd),
  .main_system .main_fair .horizontal li:nth-child(odd) {
    border-right: none;
  }
  .main_system .main_report .horizontal li.active a::after,
  .main_system .main_fair .horizontal li.active a::after {
    display: none;
  }
}

.main_system .side-nav {
  *zoom: 1;
  z-index: 3333;
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  transform: translateX(-300px);
  background: #fff;
  transition: all 400ms ease;
}

.main_system .side-nav:after {
  display: table;
  clear: both;
  content: "";
}

.main_system .side-nav:before {
  display: table;
  content: "";
}

.main_system .side-nav-open {
  position: relative;
  width: 70px;
  float: right;
}

.main_system .side-nav-cts {
  box-sizing: border-box;
  display: table-cell;
  width: 300px;
  padding: 70px 0 70px 70px;
  vertical-align: middle;
}

.main_system .side-nav-cts nav {
  display: inline-block;
}

.main_system #snav-triger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.main_system #snav-triger span {
  display: block;
  position: absolute;
  top: 31px;
  right: 7px;
  left: 26px;
  width: 19px;
  height: 2px;
  background-color: #262626;
  transition: background 0 0.3s;
}

.main_system #snav-triger span:before, .main_system #snav-triger span:after {
  display: block;
  position: absolute;
  left: 0;
  width: 19px;
  height: 2px;
  background-color: #262626;
  content: "";
}

.main_system #snav-triger span:before {
  top: -7px;
}

.main_system #snav-triger span:after {
  bottom: -7px;
}

.main_system #snav-triger span:before, .main_system #snav-triger span:after {
  transition-delay: 0.3s, 0;
  transition-duration: 0.3s, 0.3s;
}

.main_system #snav-triger span:before {
  transition-property: top, transform;
}

.main_system #snav-triger span:after {
  transition-property: bottom, transform;
}

.main_system #snav-triger.active span {
  background: none;
}

.main_system #snav-triger.active span:before {
  top: 0;
  transform: rotate(45deg);
}

.main_system #snav-triger.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.main_system #snav-triger.active span:before, .main_system #snav-triger.active span:after {
  background-color: #262626;
  transition-delay: 0, 0.3s;
}

.main_system .nav-main {
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1em;
}

.main_system .nav-main li {
  margin-bottom: 20px;
  line-height: 1.4em;
}

.main_system .nav-main li a {
  display: inline-block;
  position: relative;
  color: #262626;
  text-decoration: none;
  transition: .3s;
}

.main_system .nav-main li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #262626;
  content: '';
  transition: .3s;
}

.main_system .nav-main li a:hover:after {
  width: 100%;
}

.main_system .nav-sub {
  font-size: 13px;
  line-height: 1em;
}

.main_system .nav-sub li {
  margin-bottom: 20px;
}

.main_system .nav-sub li a {
  color: #a1a1a1;
  text-decoration: none;
  transition: all 400ms ease;
}

.main_system .nav-sub li a:hover {
  color: #262626;
}

.main_system .nav-sub-link {
  margin-top: 40px;
  padding-bottom: 40px;
}

.main_system .nav-sns {
  font-size: 0;
}

.main_system .nav-sns li {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  margin-right: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.main_system .nav-sns li a {
  color: #262626;
}

.main_system .cate-nav {
  *zoom: 1;
  z-index: 2222;
  position: fixed;
  top: 0;
  right: 0;
  width: 670px;
  transform: translateX(600px);
  background: #fff;
  transition: all 400ms ease;
}

.main_system .cate-nav:after {
  display: table;
  clear: both;
  content: "";
}

.main_system .cate-nav:before {
  display: table;
  content: "";
}

.main_system .cate-nav-open {
  position: relative;
  width: 70px;
  float: left;
}

.main_system .cate-nav-cts {
  box-sizing: border-box;
  display: table-cell;
  width: 600px;
  padding: 70px 70px 70px 0;
  vertical-align: middle;
}

.main_system .cate-nav-cts nav {
  display: inline-block;
}

.main_system .cate-nav-cts nav h4 {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.main_system .cate-nav-cts nav p {
  margin-bottom: 10px;
}

.main_system #cate-triger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  transform: rotate(90deg);
  text-align: center;
  cursor: pointer;
}

.main_system #cate-triger div {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 70px;
  text-align: center;
  transition: all 400ms ease;
}

.main_system #cate-triger span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  position: absolute;
  top: 34px;
  right: 7px;
  left: 22px;
  width: 19px;
  height: 2px;
  transform: scale(0);
  transform: rotate(-90deg);
  background: none;
  opacity: 0;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: background 0 0.3s;
}

.main_system #cate-triger span:before, .main_system #cate-triger span:after {
  display: block;
  position: absolute;
  left: 0;
  width: 19px;
  height: 2px;
  background-color: #262626;
  content: "";
  transition: all 400ms ease;
}

.main_system #cate-triger span:before {
  top: 0;
  transform: rotate(45deg);
}

.main_system #cate-triger span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.main_system #cate-triger span:before, .main_system #cate-triger span:after {
  transition-delay: 0.3s, 0;
  transition-duration: 0.3s, 0.3s;
}

.main_system #cate-triger span:before {
  transition-property: top, transform;
}

.main_system #cate-triger span:after {
  transition-property: bottom, transform;
}

.main_system #cate-triger.active div {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 0;
  opacity: 0;
}

.main_system #cate-triger.active span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: block;
  position: absolute;
  top: 34px;
  right: 7px;
  left: 22px;
  width: 19px;
  height: 1px;
  transform: scale(1);
  transform: rotate(0deg);
  background: none;
  opacity: 1;
}

.main_system #cate-triger.active span:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.main_system #cate-triger.active span:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.main_system #cate-triger.active span:before, .main_system #cate-triger.active span:after {
  background-color: #262626;
  transition-delay: 0, 0.3s;
}

.main_system .nav-item {
  margin-bottom: 40px;
  font-size: 0;
  line-height: 1em;
}

.main_system .nav-item li {
  *zoom: 1;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  display: inline-block;
  width: 33.33%;
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
  margin-bottom: 20px;
  padding: 0 10px 0 0;
  font-size: 15px;
  line-height: 1.4em;
  vertical-align: top;
}

.main_system .nav-item li a {
  color: #a1a1a1;
  text-decoration: none;
  transition: all 400ms ease;
}

.main_system .nav-item li a:hover {
  color: #262626;
}

.main_system .nav-item li a img {
  margin-right: 10px;
  vertical-align: middle;
}

.main_system .nav-idol {
  margin-bottom: 40px;
  font-size: 0;
  line-height: 1em;
}

.main_system .nav-idol li {
  *zoom: 1;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  display: inline-block;
  width: 33.33%;
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
  margin-bottom: 20px;
  padding: 0 10px 0 0;
  font-size: 15px;
  line-height: 1.4em;
  vertical-align: top;
}

.main_system .nav-idol li a {
  color: #a1a1a1;
  text-decoration: none;
  transition: all 400ms ease;
}

.main_system .nav-idol li a:hover {
  color: #262626;
}

.main_system .nav-idol li a img {
  margin-right: 10px;
  vertical-align: middle;
}

.main_system .form_menu {
  width: 910px;
  margin: 0 auto 30px;
}

.main_system .form_menu .reserve_time {
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px dotted #2d2d2d;
  border-bottom: 1px dotted #2d2d2d;
  font-size: 16px;
  text-align: center;
}

.main_system .form_menu .reserve_time .tit_form {
  display: inline-block;
  margin-right: 10px;
}

.main_system .form_menu .reserve_time .select_box {
  display: inline-block;
}

.main_system .form_menu .reserve_time .select_box select {
  height: 40px;
  background: #f4f1ec;
}

.main_system .form_menu .btn_reserve {
  position: relative;
  width: 500px;
  margin: 0 auto;
}

.main_system .form_menu .btn_reserve::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 3px solid transparent;
  border-left: 5px solid #271d00;
  content: "";
  transition-duration: 200ms;
}

.main_system .form_menu .btn_reserve input {
  -webkit-appearance: none;
  width: 100%;
  padding: 18px 0;
  border: none;
  border-radius: 0;
  background: #e72a13;
  color: #fff;
  font-size: 16px;
}

.main_system .form_menu .btn_reserve:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  transition-duration: 200ms;
}

.main_system .page .container {
  margin: 60px auto 0;
}

.main_system .page .container .section_detail {
  margin-bottom: 100px;
}

@media screen and (max-width: 760px) {
  .main_system {
    /* for sp Device Only */
  }
  .main_system .page .container {
    margin: 10% auto;
  }
  .main_system .page .container .section_detail {
    margin-top: 10%;
    margin-bottom: 15%;
  }
}

.main_system .btn_more {
  position: relative;
  width: 250px;
  margin: 0 auto;
  text-align: center;
}

.main_system .btn_more a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 760px) {
  .main_system {
    /* for sp Device Only */
  }
  .main_system .btn_more {
    margin: 0 auto 15%;
  }
}

.main_system .view {
  margin-bottom: 20px;
}

.main_system .main_news,
.main_system .main_blog {
  /*  Main
*---------------------------------------------------------- */
  /*  Side
*---------------------------------------------------------- */
  /*  Main と Side　iPad
*---------------------------------------------------------- */
  /* for sp iPad */
  /*  Main と Side　SPonly
*---------------------------------------------------------- */
  /* news_box
--------------------------------------------------*/
  /* for pc */
  /* section_detail
--------------------------------------------------*/
}

@media print, screen and (min-width: 741px) {
  .main_system .main_news .main,
  .main_system .main_blog .main {
    width: 78%;
    max-width: 850px;
    float: left;
  }
}

.main_system .main_news aside.side,
.main_system .main_blog aside.side {
  width: 20%;
  max-width: 200px;
  float: right;
}

@media screen and (max-width: 979px) {
  .main_system .main_news .main,
  .main_system .main_blog .main {
    width: 100%;
    float: none;
  }
  .main_system .main_news aside.side,
  .main_system .main_blog aside.side {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }
  .main_system .main_news aside.side .archive,
  .main_system .main_blog aside.side .archive {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  .main_system .main_news,
  .main_system .main_blog {
    /* for sp Device Only */
  }
  .main_system .main_news aside.side,
  .main_system .main_blog aside.side {
    display: block;
    width: 100%;
  }
  .main_system .main_news aside.side .archive,
  .main_system .main_blog aside.side .archive {
    width: 100%;
  }
}

.main_system .main_news .section_other_list h3,
.main_system .main_blog .section_other_list h3 {
  padding: 12px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
}

@media screen and (max-width: 760px) {
  .main_system .main_news,
  .main_system .main_blog {
    /* for sp Device Only */
  }
  .main_system .main_news .section_rank .box .date,
  .main_system .main_blog .section_rank .box .date {
    margin-top: 10px;
  }
}

.main_system .main_news .section_other_list .news_list.column_01 .box,
.main_system .main_blog .section_other_list .news_list.column_01 .box {
  width: 100%;
  padding-bottom: 10px;
  border: none;
}

.main_system .main_news .section_other_list .news_list.column_01 .box a[href$="pdf"] .news__titile span,
.main_system .main_blog .section_other_list .news_list.column_01 .box a[href$="pdf"] .news__titile span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.main_system .main_news .section_other_list .news_list.column_01 .box a[href$="pdf"] .news__titile span::after,
.main_system .main_blog .section_other_list .news_list.column_01 .box a[href$="pdf"] .news__titile span::after {
  display: inline-block;
  visibility: visible;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 22px;
  margin: auto;
  margin-left: 10px;
  background: url(../investor/img/pdf.png) no-repeat top center;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 740px) {
  .main_system .main_news .section_other_list .news_list .box,
  .main_system .main_blog .section_other_list .news_list .box {
    width: 48%;
  }
  .main_system .main_news .section_other_list .news_list .box .info_box,
  .main_system .main_blog .section_other_list .news_list .box .info_box {
    width: auto;
    float: none;
  }
  .main_system .main_news .section_news,
  .main_system .main_blog .section_news {
    padding: 0%;
  }
}

@media screen and (min-width: 761px) {
  .main_system .main_news .section_other_list .news_list.column_03 .box,
  .main_system .main_blog .section_other_list .news_list.column_03 .box {
    width: 32%;
    margin: 0 auto 40px;
    margin-right: 2%;
  }
  .main_system .main_news .section_other_list .news_list.column_03 .box .ph.ph_sys,
  .main_system .main_blog .section_other_list .news_list.column_03 .box .ph.ph_sys {
    width: 100%;
    height: 190px;
    margin-bottom: 5px;
    float: none;
  }
  .main_system .main_news .section_other_list .news_list.column_03 .box .info_box,
  .main_system .main_blog .section_other_list .news_list.column_03 .box .info_box {
    width: 100%;
    float: none;
  }
  .main_system .main_news .section_other_list .news_list.column_03 .box:nth-child(3n),
  .main_system .main_blog .section_other_list .news_list.column_03 .box:nth-child(3n) {
    margin-right: 0;
  }
  .main_system .main_news .section_other_list .news_list.column_03 .box:nth-child(3n+1),
  .main_system .main_blog .section_other_list .news_list.column_03 .box:nth-child(3n+1) {
    clear: both;
  }
}

.main_system .main_news .section_detail .main_box .txt_box,
.main_system .main_blog .section_detail .main_box .txt_box {
  padding-bottom: 20px;
  border-bottom: solid 1px #131313;
}

@media print, screen and (min-width: 741px) {
  .main_system .main_news .section_detail .main_box .unit,
  .main_system .main_blog .section_detail .main_box .unit {
    margin-bottom: 0;
    padding: 0;
  }
  .main_system .main_news .section_detail .main_box .tit_area,
  .main_system .main_blog .section_detail .main_box .tit_area {
    display: flex;
    align-items: center;
  }
  .main_system .main_news .section_detail .main_box .news-content__categoryes,
  .main_system .main_blog .section_detail .main_box .news-content__categoryes {
    text-align: left;
  }
  .main_system .main_news .section_detail .main_box .ph,
  .main_system .main_blog .section_detail .main_box .ph {
    width: 500px;
    height: 0;
    margin-bottom: 0;
    padding-bottom: 30%;
  }
  .main_system .main_news .section_detail .inner.detail,
  .main_system .main_blog .section_detail .inner.detail {
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #000;
  }
}

.main_system .main_news .section_detail .pdf_box,
.main_system .main_blog .section_detail .pdf_box {
  margin-bottom: 60px;
}

@media print, screen and (max-width: 760px) {
  .main_system .main_news .section_detail .pdf_box,
  .main_system .main_blog .section_detail .pdf_box {
    margin-bottom: 11%;
  }
}

.main_system .main_news .section_detail .pdf_box .tit,
.main_system .main_blog .section_detail .pdf_box .tit {
  display: inline-block;
  vertical-align: middle;
}

.main_system .main_news .section_detail .pdf_box .tit span,
.main_system .main_blog .section_detail .pdf_box .tit span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  text-decoration: underline;
}

.main_system .main_news .section_detail .pdf_box .tit span::after,
.main_system .main_blog .section_detail .pdf_box .tit span::after {
  display: inline-block;
  visibility: visible;
  z-index: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 22px;
  margin: auto;
  /* margin-left: 10px; */
  background: url(../investor/img/pdf.png) no-repeat top center;
  background-size: 100% auto;
  content: "";
}

@media print, screen and (max-width: 760px) {
  .main_system .main_news .section_detail .pdf_box .tit,
  .main_system .main_blog .section_detail .pdf_box .tit {
    max-width: 73%;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.main_system .main_news .section_detail .pdf_box .tit a,
.main_system .main_blog .section_detail .pdf_box .tit a {
  text-decoration: underline;
}

.main_system .main_news .section_detail .pdf_box .size,
.main_system .main_blog .section_detail .pdf_box .size {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}

@media print, screen and (max-width: 760px) {
  .main_system .main_news .section_detail .pdf_box .size,
  .main_system .main_blog .section_detail .pdf_box .size {
    padding-left: 1%;
    font-size: 1.4rem;
  }
}

.main_system .main_news .section_detail .pdf_box .text,
.main_system .main_blog .section_detail .pdf_box .text {
  margin-top: 5px;
  font-size: 1.4rem;
}

.system_article {
  /*
YUI 3.5.0 (build 5089)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
}

.system_article html {
  background: #fff;
  color: #000;
}

.system_article body,
.system_article div,
.system_article dl,
.system_article dt,
.system_article dd,
.system_article ul,
.system_article ol,
.system_article li,
.system_article h1,
.system_article h2,
.system_article h3,
.system_article h4,
.system_article h5,
.system_article h6,
.system_article pre,
.system_article code,
.system_article form,
.system_article fieldset,
.system_article legend,
.system_article input,
.system_article textarea,
.system_article p,
.system_article blockquote,
.system_article th,
.system_article td {
  margin: 0;
  padding: 0;
}

.system_article table {
  border-collapse: collapse;
  border-spacing: 0;
}

.system_article fieldset,
.system_article img {
  border: 0;
}

.system_article address,
.system_article caption,
.system_article cite,
.system_article code,
.system_article dfn,
.system_article em,
.system_article strong,
.system_article th,
.system_article var {
  font-style: normal;
  font-weight: normal;
}

.system_article ol,
.system_article ul {
  list-style: none;
}

.system_article caption,
.system_article th {
  text-align: left;
}

.system_article h1,
.system_article h2,
.system_article h3,
.system_article h4,
.system_article h5,
.system_article h6 {
  font-size: 100%;
  font-weight: normal;
}

.system_article q:before,
.system_article q:after {
  content: "";
}

.system_article abbr,
.system_article acronym {
  border: 0;
  font-feature-settings: normal;
  font-variant: normal;
}

.system_article sup {
  vertical-align: text-top;
}

.system_article sub {
  vertical-align: text-bottom;
}

.system_article input,
.system_article textarea,
.system_article select {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.system_article input,
.system_article textarea,
.system_article select {
  *font-size: 100%;
}

.system_article legend {
  color: #000;
}

.system_article #yui3-css-stamp.cssreset {
  display: none;
}

.system_article main,
.system_article aside {
  display: block;
}

.system_article p {
  min-height: 1.4em;
  margin-bottom: .6em !important;
  color: #000;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
}

.system_article p::after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}

.system_article ul {
  margin-bottom: .6em !important;
  padding-left: 1.5em !important;
  color: #000;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  list-style: disc !important;
}

.system_article ol {
  margin-bottom: .6em !important;
  padding-left: 1.5em !important;
  color: #000;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  list-style: decimal !important;
}

.system_article a {
  color: #0D5283;
  text-decoration: underline !important;
}

.system_article a:hover {
  text-decoration: none !important;
}

.system_article a:active {
  text-decoration: underline !important;
}

.system_article .aligncenter {
  display: block !important;
  margin: 0 auto !important;
  clear: both !important;
}

.system_article img.aligncenter {
  display: block !important;
  margin: 0 auto !important;
  clear: both !important;
}

.system_article .alignleft {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  clear: both;
}

.system_article .alignright {
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
  clear: both;
}

.system_article .wp-caption-text {
  text-align: center;
}

.system_article strong,
.system_article em {
  font-weight: bold !important;
}

.system_article h1 {
  margin: 2.4em 0 1.2em;
  clear: both;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
}

.system_article h1:first-child {
  margin-top: 0;
}

.system_article h2 {
  margin: 2em 0 1em;
  clear: both;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
}

.system_article h2:first-child {
  margin-top: 0;
}

.system_article h3 {
  margin: 1.6em 0 .8em;
  clear: both;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}

.system_article h3:first-child {
  margin-top: 0;
}

.system_article table {
  max-width: 100%;
  margin: 1em 0 1.4em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}

.system_article th {
  padding: .4em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: .9em;
  text-align: center;
}

.system_article td {
  padding: .4em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: .9em;
}

.system_article img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}

.system_article iframe {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 740px) {
  .system_article iframe {
    width: auto;
  }
}

.system_article video {
  max-width: 100%;
}

.system_article .photo01,
.system_article .photo02 {
  margin-bottom: 20px;
}

.system_article .photo01 img {
  display: block;
  width: 100%;
  height: auto;
}

.system_article .photo02 {
  *zoom: 1;
}

.system_article .photo02:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  font-size: 0;
  content: " ";
}

.system_article .photo02 li {
  width: 49%;
  overflow: hidden;
}

.system_article .photo02 li:first-child {
  float: left;
}

.system_article .photo02 li:last-child {
  float: right;
}

.system_article .photo02 li img {
  display: block;
  height: auto;
}

.system_article .unit_faq {
  margin-bottom: 50px;
}

.system_article .unit_faq dt,
.system_article .unit_faq dd {
  font-size: 14px;
  line-height: 2em;
}

.system_article .unit_faq dt {
  font-size: 15px;
  font-weight: bold;
}

.system_article .unit_faq dd:last-child {
  margin-bottom: 0;
}

.system_article .unit_data table {
  width: 100%;
  border-top: 1px #ccc solid;
  border-collapse: collapse;
}

.system_article .unit_data tr {
  border-bottom: 1px #ccc solid;
}

.system_article .unit_data td {
  padding: 16px 0;
  font-size: 13px;
}

.system_article .unit_data th {
  width: 240px;
  padding: 16px;
  background: #f7f2ee;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.system_article .unit_data td {
  padding: 16px 32px;
}

.system_article::after {
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  content: "";
}

.ph.ph_sys {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.ph.ph_sys img {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
/*# sourceMappingURL=system.css.map */
