@charset "UTF-8";
/* ----------------------------------------
 * title
 * ------------------------------------- */
.common-title,.common-title-other {
  min-width: 1280px;
  height: 280px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .common-title,
    .common-title-other {
      min-width: 0;
      height: 140px; } }
  .common-title .contents__std,
  .common-title-other .contents__std {
    display: block;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .common-title .contents__std,
      .common-title-other .contents__std {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .common-title .contents__std > div,
    .common-title-other .contents__std > div {
      position: relative;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .common-title .contents__std > div,
        .common-title-other .contents__std > div {
          height: auto; } }
  .common-title .common-title__hd,
  .common-title-other .common-title__hd {
    margin-bottom: 20px;
    padding-top: 80px; }
    @media only screen and (max-width: 767px) {
      .common-title .common-title__hd,
      .common-title-other .common-title__hd {
        margin-bottom: 11px;
        padding-top: 0; } }
    .common-title .common-title__hd span,
    .common-title-other .common-title__hd span {
      display: block;
      background-position: left top;
      background-repeat: no-repeat;
      text-indent: -9999px; }
      @media only screen and (max-width: 767px) {
        .common-title .common-title__hd span,
        .common-title-other .common-title__hd span {
          background-size: 100%; } }
  .common-title .common-title__subhd,
  .common-title-other .common-title__subhd {
    color: #fff;
    font-family: NotoSans, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-style: italic;
    font-size: 20px; }
    @media only screen and (max-width: 767px) {
    .common-title .common-title__subhd,
    .common-title-other .common-title__subhd{
        font-size: 12px; } }
  .common-title .common-title__lead,
  .common-title-other .common-title__lead {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 64px;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .common-title .common-title__lead,
      .common-title-other .common-title__lead {
        position: static;
        margin-top: 13px; } }

.common-title-other {
  height: auto;
}


.common-title__individual {
  height: 280px;
  background-image: url(/img/renewal/individual/title_individual_img.jpg); }
  @media only screen and (max-width: 767px) {
    .common-title__individual {
      height: 320px;
      background-image: url(/img/renewal/individual/title_individual_img_sp.jpg); } }
  .common-title__individual .common-title__hd span {
    width: 561px;
    height: 51px;
    background-image: url(/img/renewal/individual/title_individual_hd.png); }
    @media only screen and (max-width: 767px) {
      .common-title__individual .common-title__hd span {
        width: 338px;
        height: 31px;
        background-image: url(/img/renewal/individual/title_individual_hd_sp.png); } }
    @media only screen and (max-width: 375px) {
      .common-title__individual .common-title__hd span {
        width: 100%;
        height: 0;
        padding-bottom: 9.1716%; } }

.common-title__individual .contents__std {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}@media only screen and (max-width: 767px) {
  .common-title__individual .contents__std {
  flex-direction: column;
} }

.common-title__individual .contents__std .common-title-hdbox{
  width: 50%;
}@media only screen and (max-width: 767px) {
  .common-title__individual .contents__std .common-title-hdbox{
  width: 100%;
} }

.common-title__individual .contents__std .common-feature-info-2 {
  width: 50%;
  padding-top: 27px; }
  @media only screen and (max-width: 767px) {
    .common-title__individual .contents__std .common-feature-info-2 {
      width: 100%;
      padding-top: 17px; } }
  .common-feature-info-2 .common-feature-info__ttl {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .common-feature-info-2 .common-feature-info__ttl {
        text-align: left;
        font-size: 16px; } }
  .common-feature-info-2 .btn__type-2 {
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .common-feature-info-2 .btn__type-2 {
        margin-top: 25px; } }

.common-title__individual .contents__std .common-feature-info-2 .btn__type-01,
.common-title__individual .contents__std .common-feature-info-2 .btn__type-02,
.common-title__individual .contents__std .common-feature-info-2 .btn__type-03 {
  width: 80%;
  border: 1px solid #fff;
  margin: 10px auto 0 auto;
}@media only screen and (max-width: 767px) {
  .common-title__individual .contents__std .common-feature-info-2 .btn__type-01,
.common-title__individual .contents__std .common-feature-info-2 .btn__type-02,
.common-title__individual .contents__std .common-feature-info-2 .btn__type-03 {
  width: 100%;
} }

.common-title__individual .contents__std .common-feature-info-2 .btn__type-01 a,
.common-title__individual .contents__std .common-feature-info-2 .btn__type-02 a,
.common-title__individual .contents__std .common-feature-info-2 .btn__type-03 a {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding-top: 20px;
  transition: all 300ms 0s ease;
}@media only screen and (max-width: 767px) {
  .common-title__individual .contents__std .common-feature-info-2 .btn__type-01 a,
.common-title__individual .contents__std .common-feature-info-2 .btn__type-02 a,
.common-title__individual .contents__std .common-feature-info-2 .btn__type-03 a {
  display: block;
  width: 100%;
  height: 50px;
  padding-top: 15px;
}
}


@media only screen and (min-width: 768px){
  .common-title__individual .contents__std .common-feature-info-2 .btn__type-01 a:hover,
  .common-title__individual .contents__std .common-feature-info-2 .btn__type-02 a:hover,
  .common-title__individual .contents__std .common-feature-info-2 .btn__type-03 a:hover {
    background-color: #fff;
    color: #0d448b;
  }
}

.common-title__catalog {
  background-image: url(/img/renewal/catalog/title_catalog_img.jpg); }
  @media only screen and (max-width: 767px) {
    .common-title__catalog {
      background-image: url(/img/renewal/catalog/title_catalog_img_sp.jpg); } }
  .common-title__catalog .common-title__hd span {
    width: 215px;
    height: 63px;
    background-image: url(/img/renewal/catalog/title_catalog_hd.png); }
    @media only screen and (max-width: 767px) {
      .common-title__catalog .common-title__hd span {
        width: 130px;
        height: 39px;
        background-image: url(/img/renewal/catalog/title_catalog_hd_sp.png); } }

.common-title__event-report {
  background-image: url(/img/renewal/event-report/title_event_report_img.jpg); }
  @media only screen and (max-width: 767px) {
    .common-title__event-report {
      background-image: url(/img/renewal/event-report/title_event_report_img_sp.jpg); } }
  @media only screen and (max-width: 767px) {
    .common-title__event-report .common-title__hd {
      margin-bottom: 2px; } }
  .common-title__event-report .common-title__hd span {
    width: 376px;
    height: 61px;
    background-image: url(/img/renewal/event-report/title_event_report_hd.png); }
    @media only screen and (max-width: 767px) {
      .common-title__event-report .common-title__hd span {
        width: 222px;
        height: 37px;
        background-image: url(/img/renewal/event-report/title_event_report_hd_sp.png); } }

.common-title__event-information {
  background-image: url(/img/renewal/event-info/title_event_infomation_img.jpg); }
  @media only screen and (max-width: 767px) {
    .common-title__event-information {
      background-image: url(/img/renewal/event-info/title_event_infomation_img_sp.jpg); } }
  @media only screen and (max-width: 767px) {
    .common-title__event-information .common-title__hd {
      margin-bottom: 2px; } }
  .common-title__event-information .common-title__hd span {
    width: 376px;
    height: 61px;
    background-image: url(/img/renewal/event-info/title_event_infomation_hd.png); }
    @media only screen and (max-width: 767px) {
      .common-title__event-information .common-title__hd span {
        width: 94px;
        height: 30px;
        background-image: url(/img/renewal/event-info/title_event_infomation_hd_sp.png);
        }
        .common-title__event-information .common-title__subhd {
          margin-top: 10px;} }


.common-title__special {
  background-image: url(/img/renewal/special/title_special_img.jpg); }
  @media only screen and (max-width: 767px) {
    .common-title__special {
      background-image: url(/img/renewal/special/title_special_img_sp.jpg); } }
  @media only screen and (max-width: 767px) {
    .common-title__special .common-title__hd {
      margin-bottom: 2px; } }
  .common-title__special .common-title__hd span {
    width: 241px;
    height: 58px;
    background-image: url(/img/renewal/special/title_special_hd.png); }
    @media only screen and (max-width: 767px) {
      .common-title__special .common-title__hd span {
        width: 120px;
        height: 29px;
        background-image: url(/img/renewal/special/title_special_hd_sp.png);
        }
        .common-title__special .common-title__subhd {
          margin-top: 10px;} }
  .common-title__special .common-title__lead {
    margin-top: 32px;
  }
  @media only screen and (max-width: 767px) {
  .common-title__special .common-title__lead {
    margin-top: 10px;
  } }

.common-title__knowledge {
  background-image: url(/img/renewal/knowledge/title_knowledge_img.jpg); }
  @media only screen and (max-width: 767px) {
    .common-title__knowledge {
      background-image: url(/img/renewal/knowledge/title_knowledge_img_sp.jpg); } }
  @media only screen and (max-width: 767px) {
    .common-title__knowledge .common-title__hd {
      margin-bottom: 2px; } }
  .common-title__knowledge .common-title__hd span {
    width: 611px;
    height: 59px;
    background-image: url(/img/renewal/knowledge/title_knowledge_hd.png); }
    @media only screen and (max-width: 767px) {
      .common-title__knowledge .common-title__hd span {
        width: 305px;
        height: 29px;
        background-image: url(/img/renewal/knowledge/title_knowledge_hd_sp.png);
        }
        .common-title__knowledge .common-title__subhd {
          margin-top: 10px;} }
  .common-title__knowledge .common-title__lead {
    margin-top: 32px;
  }
  @media only screen and (max-width: 767px) {
  .common-title__knowledge .common-title__lead {
    margin-top: 10px;
  } }


/* ----------------------------------------
 * column
 * ------------------------------------- */
.common-column-nav-block {
  min-width: 1280px;
  height: 56px; }
  @media only screen and (max-width: 767px) {
    .common-column-nav-block {
      min-width: 0;
      height: auto; } }
  .common-column-nav-block > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .common-column-nav-block > div {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .common-column-nav-block .common-column__select-language-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .common-column-nav-block .common-column__select-language-block {
        width: 100%;
        margin-bottom: 6px; } }
  .common-column-nav-block .common-column__select-language {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .common-column-nav-block .common-column__select-language dt {
      margin-right: 8px;
      padding-top: 21px;
      color: #6f86a4;
      font-size: 10px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .common-column-nav-block .common-column__select-language dt {
          padding-top: 13px; } }
  .common-column-nav-block .common-column__select-language__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .common-column-nav-block .common-column__select-language__nav a {
      position: relative;
      display: block;
      padding: 21px 18px 17px 18px;
      font-size: 13px; }
      @media only screen and (max-width: 767px) {
        .common-column-nav-block .common-column__select-language__nav a {
          padding: 11px 12px 7px 12px; } }
    .common-column-nav-block .common-column__select-language__nav a:before {
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 1px;
      background-color: #0d448b; }
    @media only screen and (min-width: 899px) {
      .common-column-nav-block .common-column__select-language__nav a:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1); } }
    .common-column-nav-block .common-column__select-language__nav .is-current {
      color: #0d448b;
      font-weight: bold; }
    .common-column-nav-block .common-column__select-language__nav .is-current:before {
      -webkit-transform: scale(1);
      transform: scale(1); }
  .common-column-nav-block .common-column__bucknumber-block {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .common-column-nav-block .common-column__bucknumber-block {
        width: 100%; } }
  .common-column-nav-block .common-column__backnumber__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .common-column-nav-block .common-column__backnumber__nav a {
      position: relative;
      display: block;
      padding: 21px 15px 13px 15px;
      font-size: 15px; }
      @media only screen and (max-width: 767px) {
        .common-column-nav-block .common-column__backnumber__nav a {
          padding: 11px 12px 6px 12px;
          font-size: 14px; } }
    .common-column-nav-block .common-column__backnumber__nav a:before {
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 1px;
      background-color: #0d448b; }
    @media only screen and (min-width: 899px) {
      .common-column-nav-block .common-column__backnumber__nav a:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1); } }
    .common-column-nav-block .common-column__backnumber__nav .is-current {
      color: #0d448b;
      font-weight: bold; }
    .common-column-nav-block .common-column__backnumber__nav .is-current:before {
      -webkit-transform: scale(1);
      transform: scale(1); }

.mac.ff .common-column-nav-block .common-column__select-language__nav a:before,
.mac.ff .common-column-nav-block .common-column__backnumber__nav a:before {
  bottom: 1px; }

.common-column-page-nav-block {
  margin-top: 55px; }
    @media only screen and (max-width: 767px) {
      .common-column-page-nav-block {
        margin-top: 30px;  } }
  .common-column-page-nav-block .common-column-page-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .common-column-page-nav-block .common-column-page-nav li {
      margin-left: 4px;
      margin-right: 4px; }
    .common-column-page-nav-block .common-column-page-nav a {
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      display: block;
      width: 40px;
      height: 40px;
      padding-top: 10px;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fff; }
      @media only screen and (min-width: 899px) {
        .common-column-page-nav-block .common-column-page-nav a:hover {
          background-color: #eaf2f9; } }
    .common-column-page-nav-block .common-column-page-nav .is-current {
      background-color: #0d448b;
      color: #fff; }
      @media only screen and (min-width: 899px) {
        .common-column-page-nav-block .common-column-page-nav .is-current:hover {
          background-color: #0d448b; } }
    .common-column-page-nav-block .common-column-page-nav .previouspostslink,
    .common-column-page-nav-block .common-column-page-nav .nextpostslink {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 8px 14px; }
    .common-column-page-nav-block .common-column-page-nav .previouspostslink {
      background-image: url(/img/renewal/common/icn_arrow_left_blue.png); }
    .common-column-page-nav-block .common-column-page-nav .nextpostslink {
      background-image: url(/img/renewal/common/icn_arrow_right_blue.png); }
    .common-column-page-nav-block .common-column-page-nav .is-dot {
      padding-top: 10px;
      font-size: 13px; }

/* ----------------------------------------
 * knowledge/
 * ------------------------------------- */

.common-knowledge-nav-block {
  min-width: 1280px; }
  @media only screen and (max-width: 767px) {
    .common-knowledge-nav-block {
      min-width: 0;
      height: auto; } }

.common-knowledge-nav-block .before-link-block {
  border-bottom: 1px solid #f1f3f5;
}

.common-knowledge-nav-block .before-link-block ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}@media only screen and (max-width: 767px) {
  .common-knowledge-nav-block .before-link-block ul {
    display: block;
  }
}

.common-knowledge-nav-block .before-link-block ul li {
  font-size: 14px;
}

.common-knowledge-nav-block .before-link-block ul li a {
  background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
  background-position: right center;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  padding: 14px 24px 12px 0px;
  font-weight: bold;
  display: block;
  color: #00438e;
  transition: all 300ms 0s ease;
}@media only screen and (max-width: 767px) {
  .common-knowledge-nav-block .before-link-block ul li a {
    padding-left: 4%;
    padding-right: 4%;
    background-position: 96% center;
  }
}
@media only screen and (min-width: 899px) {
.common-knowledge-nav-block .before-link-block ul li a:hover {
  opacity: 0.75;
}
}

.common-knowledge-nav-block .knowledge-category-link-block {}

@media only screen and (min-width: 768px) {
  .common-knowledge-nav-block .knowledge-category-link-block .current-block {
    display: none;
} }

@media only screen and (max-width: 767px) {
  .common-knowledge-nav-block .knowledge-category-link-block .current-block a {
    font-size: 14px;
    line-height: 1.0;
    color: #02428d;
    font-weight: bold;
    padding: 16px 0px;
    display: block;
    position: relative;
    cursor: pointer;
  }

  .common-knowledge-nav-block .knowledge-category-link-block .current-block a:after {
    transition: all 300ms 0s ease;
    position: absolute;
    content: "";
    display: block;
    right: 0px;
    top: 16px;
    width: 8px;
    height: 14px;
    background-image: url(../../img/renewal/common/icn_arrow_right_blue.png);
    background-size: 8px 14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .common-knowledge-nav-block .knowledge-category-link-block .current-block a.is-open:after{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.common-knowledge-nav-block .knowledge-category-link-block ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .common-knowledge-nav-block .knowledge-category-link-block ul{
    display:none;
    /*
    overflow: hidden;
    height: 0px;
    transition: all 300ms 0s ease;
    */
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul.is-open{
    height: 255px;
  }

}

.common-knowledge-nav-block .knowledge-category-link-block ul li {
  width: calc(100% / 5) ;
  box-sizing: border-box;
  border-left: 1px solid #f1f3f5;

}@media only screen and (max-width: 767px) {
  .common-knowledge-nav-block .knowledge-category-link-block ul li {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #f1f3f5;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li:last-child {
    margin-bottom: 24px;
  }
}

.common-knowledge-nav-block .knowledge-category-link-block ul li a {
  display: block;
  text-align: center;
  padding: 16px 0px 15px;
  box-sizing: border-box;
  position: relative;
}@media only screen and (max-width: 767px) {
  .common-knowledge-nav-block .knowledge-category-link-block ul li a {
    text-align: left;
    font-size: 14px;
    line-height: 1.0;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li a:after {
    position: absolute;
    content: "";
    display: block;
    right: 0px;
    top: 16px;
    width: 8px;
    height: 14px;
    background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
    background-size: 8px 14px;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li a.is-current:after,
  .common-knowledge-nav-block .knowledge-category-link-block ul li a.disabled:after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .common-knowledge-nav-block .knowledge-category-link-block ul li a:before,
  .common-knowledge-nav-block .knowledge-category-link-block ul li a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background-color: #00438e;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li a:before {
    left: 50%;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li a:after {
    right: 50%;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li a,
  .common-knowledge-nav-block .knowledge-category-link-block ul li a:before,
  .common-knowledge-nav-block .knowledge-category-link-block ul li a:after {
    transition: all 300ms 0s ease;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li a:hover {
    color: #00438e;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li a:hover:before,
  .common-knowledge-nav-block .knowledge-category-link-block ul li a:hover:after {
    width: 50%;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li a.disabled:hover {
    font-weight: normal;
    color: #51515b;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li a.disabled:before,
  .common-knowledge-nav-block .knowledge-category-link-block ul li a.disabled:after{
    width: 0%;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li a.is-current:before,
  .common-knowledge-nav-block .knowledge-category-link-block ul li a.is-current:after {
    width: 50%;
  }

  .common-knowledge-nav-block .knowledge-category-link-block ul li:last-child {
    border-right: 1px solid #f1f3f5;
  }
}


.common-knowledge-nav-block .knowledge-category-link-block ul li a.is-current {
  font-weight: bold;
  color: #00438e;
}

/* 20190819 */
.common-knowledge-nav-block .knowledge-category-link-block ul li a {
	display:flex;
	height:100%;
	font-size:15px;
	align-items:center;
	justify-content: center;
}
.common-knowledge-nav-block .knowledge-category-link-block ul li.knowledgeCategory_list_item_type a {
	display:block;
}
.common-knowledge-nav-block .knowledge-category-link-block ul li.knowledgeCategory_list_item_type {
	align-items:flex-start;
}
.common-knowledge-nav-block .knowledge-category-link-block ul li.knowledgeCategory_list_item_type div {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	margin:0 -2px -2px 0;
	padding:0 20px;
}
.common-knowledge-nav-block .knowledge-category-link-block ul li.knowledgeCategory_list_item_type span {
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	padding:2px 6px;
	margin:0 2px 2px 0;
	background-color:#00438e;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
@media only screen and (max-width: 767px) {
	.common-knowledge-nav-block .knowledge-category-link-block ul li a {
		display:block;
		position:relative;
	}
	.common-knowledge-nav-block .knowledge-category-link-block ul li.knowledgeCategory_list_item_type div {
		justify-content:flex-start;
		padding:0;
		margin:5px 0 0;
	}

	.common-knowledge-nav-block .knowledge-category-link-block ul li.knowledgeCategory_list_item a.is-current:after,
	.common-knowledge-nav-block .knowledge-category-link-block ul li a:after {
		transition: all 300ms 0s ease;
		position: absolute;
		content: "";
		display: block;
		right: 0px;
		top: 0;
		bottom:0;
		margin:auto;
		width: 8px;
		height: 14px;
		background-image: url(../../img/renewal/common/icn_arrow_right_blue.png);
		background-size: 8px 14px;
	}
}



.common-knowledge-nav-block .knowledge-category-link-block ul li a.disabled {
  opacity: 0.5;
  cursor: default;
  position: static;
}

.common-knowledge-nav-block .knowledge-subcategory-block {
  border-top: 1px solid #f1f3f5;
}

.common-knowledge-nav-block .knowledge-subcategory-block dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 0px;
}@media only screen and (max-width: 767px) {
  .common-knowledge-nav-block .knowledge-subcategory-block dl {
    padding: 8px 0px;
  }
}

.common-knowledge-nav-block .knowledge-subcategory-block dl dt {
    font-size: 10px;
    color: #6f86a4;
    margin-right: 8px;
}@media only screen and (max-width: 767px) {
  .common-knowledge-nav-block .knowledge-subcategory-block dl dt {
    width: 100%;
    margin-bottom: 4px;
  }
}

.common-knowledge-nav-block .knowledge-subcategory-block dl dd a.is-normal{
    line-height: 1.3;
    font-size: 13px;
    background-color: #d3dbe5;
    border-radius: 3px;
    padding: 10px 24px;
    margin: 0px 4px;
    display: block;
    cursor: pointer;
    transition: all 300ms 0s ease;
}@media only screen and (max-width: 767px) {
  .common-knowledge-nav-block .knowledge-subcategory-block dl dd a.is-normal{
    margin: 4px 8px 4px 0px;
    padding: 10px 16px;
  }
}@media only screen and (min-width: 768px) {
  .common-knowledge-nav-block .knowledge-subcategory-block dl dd a.is-normal:hover{
    color: #00438e;
    background-color: #e3eaf4;
  }
}

.common-knowledge-nav-block .knowledge-subcategory-block dl dd a.is-active {
  line-height: 1.3;
  font-size: 13px;
  border-radius: 3px;
  padding: 10px 24px;
  margin: 0px 4px;
  display: block;
  cursor: pointer;
  color: #fff;
  background-color: #00438e;
  font-weight: bold;
}@media only screen and (max-width: 767px) {
  .common-knowledge-nav-block .knowledge-subcategory-block dl dd a.is-active {
    margin: 4px 8px 4px 0px;
    padding: 10px 16px;
  }
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

.is-animated {
  animation: .3s zoom-in;
}

/* ----------------------------------------
 * contents
 * ------------------------------------- */
.lower-container {
  min-width: 1280px; }
  @media only screen and (max-width: 767px) {
    .lower-container {
      min-width: 0; } }

  .lower-container .section-lv1 {
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      .lower-container .section-lv1 {
        margin-bottom: 50px; } }
  .lower-container .section-lv1:last-child {
    margin-bottom: 0; }

  .lower-container .hd-lv2 {
    margin-bottom: 40px;
    color: #323246;
    font-size: 26px;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .lower-container .hd-lv2 {
        margin-bottom: 25px;
        font-size: 21px; } }

  .lower-container .icn-external__type-1 {
    position: relative;
    display: inline-block;
    padding-right: 17px; }
  .lower-container .icn-external__type-1:after {
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    width: 12px;
    height: 9px;
    margin-top: -2px;
    background-image: url(/img/renewal/common/icn_external_blue.png);
    background-size: 12px 9px; }
  .lower-container .btn__type-std, .lower-container .btn__type-add-icn, .lower-container .btn__type-long {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .lower-container .btn__type-std, .lower-container .btn__type-add-icn, .lower-container .btn__type-long {
        margin-top: 40px; } }
    .lower-container .btn__type-std a, .lower-container .btn__type-add-icn a, .lower-container .btn__type-long a {
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      overflow: hidden;
      position: relative;
      display: block;
      width: 350px;
      height: 60px;
      padding-top: 17px;
      border: 1px solid #0d448b;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      color: #0d448b;
      font-size: 16px; }
      @media only screen and (min-width: 899px) {
        .lower-container .btn__type-std a:hover, .lower-container .btn__type-add-icn a:hover, .lower-container .btn__type-long a:hover {
          color: #fff; } }
      @media only screen and (max-width: 767px) {
        .lower-container .btn__type-std a, .lower-container .btn__type-add-icn a, .lower-container .btn__type-long a {
          width: 240px;
          height: 40px;
          padding-top: 10px;
          font-size: 13px; } }
    .lower-container .btn__type-std a:before, .lower-container .btn__type-add-icn a:before, .lower-container .btn__type-long a:before {
      transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), right 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
      -webkit-transform: translate3d(-101%, 0, 0);
      transform: translate3d(-101%, 0, 0);
      content: "";
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #0d448b; }
    @media only screen and (min-width: 899px) {
      .lower-container .btn__type-std a:hover:before, .lower-container .btn__type-add-icn a:hover:before, .lower-container .btn__type-long a:hover:before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    .lower-container .btn__type-std a:after, .lower-container .btn__type-add-icn a:after, .lower-container .btn__type-long a:after {
      -webkit-transition: 0.4s ease 0s;
      transition: 0.4s ease 0s;
      content: "";
      position: absolute;
      display: block;
      background-position: left top;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      top: 50%;
      right: 18px;
      width: 8px;
      height: 14px;
      background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
      background-size: 8px 14px; }
      @media only screen and (max-width: 767px) {
        .lower-container .btn__type-std a:after, .lower-container .btn__type-add-icn a:after, .lower-container .btn__type-long a:after {
          right: 10px;
          width: 6px;
          height: 11px;
          background-size: 6px 11px; } }
    @media only screen and (min-width: 899px) {
      .lower-container .btn__type-std a:hover:after, .lower-container .btn__type-add-icn a:hover:after, .lower-container .btn__type-long a:hover:after {
        background-image: url(/img/renewal/common/icn_arrow_right_white.png); } }
    .lower-container .btn__type-std span, .lower-container .btn__type-add-icn span, .lower-container .btn__type-long span {
      z-index: 2;
      position: relative;
      display: block; }
  .lower-container .btn__type-add-icn a {
    width: 390px;
    height: 80px;
    padding-top: 27px; }
    @media only screen and (max-width: 767px) {
      .lower-container .btn__type-add-icn a {
        width: 240px;
        height: 40px;
        padding-top: 10px; } }
  .lower-container .btn__type-add-icn span:before {
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
    @media only screen and (max-width: 767px) {
      .lower-container .btn__type-add-icn span:before {
        display: none; } }
  @media only screen and (min-width: 899px) {
    .lower-container .btn__type-search-store a:hover span:before {
      background-image: url(/img/renewal/common/icn_search_store_white.png); } }
  .lower-container .btn__type-search-store span:before {
    left: 22px;
    width: 54px;
    height: 42px;
    background-image: url(/img/renewal/common/icn_search_store_blue.png);
    background-size: 54px 42px; }
  .lower-container .btn__type-long a {
    width: 390px; }
    @media only screen and (max-width: 767px) {
      .lower-container .btn__type-long a {
        width: 240px; } }

.common-feature-info {
  padding-top: 60px;
  border-top: 1px solid #e6e7e7; }
  @media only screen and (max-width: 767px) {
    .common-feature-info {
      padding-top: 40px; } }
  .common-feature-info .common-feature-info__ttl {
    text-align: center;
    color: #323246;
    font-size: 26px;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .common-feature-info .common-feature-info__ttl {
        font-size: 21px; } }
  .common-feature-info .btn__type-2 {
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .common-feature-info .btn__type-2 {
        margin-top: 25px; } }

.lower-container-type-std {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .lower-container-type-std {
      padding-top: 30px;
      padding-bottom: 40px; } }

.lower-container-type-gray {
  padding-top: 55px;
  padding-bottom: 60px;
  background-color: #f1f3f5; }
  @media only screen and (max-width: 767px) {
    .lower-container-type-gray {
      padding-top: 25px;
      padding-bottom: 40px; } }

.lower-contents-type-column {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .lower-contents-type-column {
      padding-left: 4%;
      padding-right: 4%; } }
  .lower-contents-type-column > div {
    padding: 55px 5.1% 55px 5.1%;
    background-color: #fff; }
    @media only screen and (max-width: 767px) {
      .lower-contents-type-column > div {
        padding: 25px 4% 25px 4%; } }


.lower-contents-type-spacial {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .lower-contents-type-spacial {
      margin-left: 4%;
      margin-right: 4%; } }
  .lower-contents-type-spacial > div { }
    @media only screen and (max-width: 767px) {
      .lower-contents-type-spacial > div { } }

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover svg {
  opacity: 0.4; }

.flickity-prev-next-button[disabled]:hover svg {
  fill: #8e8e8e; }

.flickity-prev-next-button:focus {
  outline: none; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: -60px; }

.flickity-prev-next-button.next {
  right: -60px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  fill: #0d448b; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -44px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .flickity-page-dots {
      bottom: -30px; } }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .flickity-page-dots .dot {
      -webkit-box-shadow: 0px 0px 10px 10px rgba(159, 186, 209, 0.2);
      -moz-box-shadow: 0px 0px 10px 10px rgba(159, 186, 209, 0.2);
      -ms-box-shadow: 0px 0px 10px 10px rgba(159, 186, 209, 0.2);
      -o-box-shadow: 0px 0px 10px 10px rgba(159, 186, 209, 0.2);
      box-shadow: 0px 0px 10px 10px rgba(159, 186, 209, 0.2); } }

.flickity-page-dots .dot.is-selected {
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  background-color: transparent; }
  @media only screen and (max-width: 767px) {
    .flickity-page-dots .dot.is-selected {
      top: 2px;
      width: 15px;
      height: 15px; } }

/* ----------------------------------------
 * home
 * ------------------------------------- */
.home-container {
  overflow: hidden;
  min-width: 1280px;
  background-image: url(/img/renewal/home/bg_skew.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
  margin: -14px 0 14px; }
  @media only screen and (max-width: 767px) {
    .home-container {
      min-width: 0;
      background-image: url(/img/renewal/home/bg_skew_sp.png); } }

/**
 * vi
 **/
.g-vi {
  position: relative;
  min-width: 1280px;
  height: 800px;
  margin-bottom: 150px; }
  @media only screen and (max-width: 767px) {
    .g-vi {
      min-width: 0;
      height: 0;
      margin-bottom: 77px;
      padding-top: 55px;
      padding-bottom: 74.6666%; } }
  .g-vi .vi__slide {
    -webkit-transition: 1s ease 0s;
    transition: 1s ease 0s;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .g-vi .vi__slide > a {
      display: block;
      width: 100%;
      height: 100%; }
  .g-vi .vi__slide.pre {
    z-index: 3;
    opacity: 0; }
  .g-vi .vi__slide.current {
    z-index: 2;
    opacity: 1; }
  .g-vi .vi__slide-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .g-vi .vi__slide-bg {
        top: 55px;
        height: 0;
        padding-bottom: 74.6666%; } }
  .g-vi .vi__nav {
    z-index: 5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 37px;
    left: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .g-vi .vi__nav {
        bottom: -32px; } }
    .g-vi .vi__nav > div {
      margin-right: 10px; }
    .g-vi .vi__nav > div:last-child {
      margin-right: 0; }
    .g-vi .vi__nav a {
      transition: none;
      -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
      -ms-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
      display: block;
      width: 12px;
      height: 12px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 50px;
      background-color: rgba(255, 255, 255, 0.7);
      text-indent: -9999px; }
      @media only screen and (max-width: 767px) {
        .g-vi .vi__nav a {
          -webkit-box-shadow: 0px 0px 10px 10px rgba(159, 186, 209, 0.1);
          -moz-box-shadow: 0px 0px 10px 10px rgba(159, 186, 209, 0.1);
          -ms-box-shadow: 0px 0px 10px 10px rgba(159, 186, 209, 0.1);
          -o-box-shadow: 0px 0px 10px 10px rgba(159, 186, 209, 0.1);
          box-shadow: 0px 0px 10px 10px rgba(159, 186, 209, 0.1);
          background-color: rgba(159, 186, 209, 0.7); } }
    .g-vi .vi__nav .on {
      cursor: default;
      position: relative;
      top: -3px;
      width: 18px;
      height: 18px;
      border: 3px solid #fff;
      background-color: transparent; }
      @media only screen and (max-width: 767px) {
        .g-vi .vi__nav .on {
          top: -2px;
          width: 15px;
          height: 15px;
          border: 3px solid #72a3cb; } }
  .g-vi .vi__slide-1 > a,
  .g-vi .vi__slide-2 > a,
  .g-vi .vi__slide-3 > a,
  .g-vi .vi__slide-4 > a,
  .g-vi .vi__slide-5 > a,
  .g-vi .vi__slide-6 > a,
  .g-vi .vi__slide-7 > a,
  .g-vi .vi__slide-8 > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

 .g-vi .vi__slide-1 .vi__slide-bg {
    background-image: url(https://www.asahiglassplaza.net/wpf/wp-content/uploads/2019/10/1015.jpg); }
    @media only screen and (max-width: 767px) {
      .g-vi .vi__slide-1 .vi__slide-bg {
        background-image: url(https://www.asahiglassplaza.net/wpf/wp-content/uploads/2019/10/1016.jpg); } }


  .g-vi .vi__slide-7 .vi__slide-bg {
    background-image: url(https://www.asahiglassplaza.net/wpf/wp-content/themes/original/img/renewal/home/vi_slide7_cover_img.jpg); }
    @media only screen and (max-width: 767px) {
      .g-vi .vi__slide-7 .vi__slide-bg {
        background-image: url(https://www.asahiglassplaza.net/wpf/wp-content/themes/original/img/renewal/home/vi_slide7_cover_img.jpg); } }


  .g-vi .vi__slide-2 .vi__slide-bg {
    background-image: url(/img/renewal/home/vi_slide1_cover_img.jpg); }
    @media only screen and (max-width: 767px) {
      .g-vi .vi__slide-2 .vi__slide-bg {
        background-image: url(/img/renewal/home/vi_slide1_cover_img_sp.jpg); } }
  .g-vi .vi__slide-3 .vi__slide-bg {
    background-image: url(/img/renewal/home/vi_slide2_cover_img.jpg); }
    @media only screen and (max-width: 767px) {
      .g-vi .vi__slide-3 .vi__slide-bg {
        background-image: url(/img/renewal/home/vi_slide2_cover_img_sp.jpg); } }
  .g-vi .vi__slide-4 .vi__slide-bg {
    background-image: url(/img/renewal/home/vi_slide3_cover_img.jpg); }
    @media only screen and (max-width: 767px) {
      .g-vi .vi__slide-4 .vi__slide-bg {
        background-image: url(/img/renewal/home/vi_slide3_cover_img_sp.jpg); } }
  .g-vi .vi__slide-5 .vi__slide-bg {
    background-image: url(/img/renewal/home/vi_slide4_cover_img.jpg); }
    @media only screen and (max-width: 767px) {
      .g-vi .vi__slide-5 .vi__slide-bg {
        background-image: url(/img/renewal/home/vi_slide4_cover_img_sp.jpg); } }
  .g-vi .vi__slide-6 .vi__slide-bg {
    background-image: url(/img/renewal/home/vi_slide5_cover_img.jpg); }
    @media only screen and (max-width: 767px) {
      .g-vi .vi__slide-6 .vi__slide-bg {
        background-image: url(/img/renewal/home/vi_slide5_cover_img_sp.jpg); } }

 .g-vi .vi__slide-8 .vi__slide-bg {
    background-image: url(/img/renewal/home/vi_slide6_cover_img.jpg); }
    @media only screen and (max-width: 767px) {
      .g-vi .vi__slide-8 .vi__slide-bg {
        background-image: url(/img/renewal/home/vi_slide6_cover_img.jpg); } }

/**
 * 汎用
 **/
.home-section {
  margin-bottom: 157px; }
  @media only screen and (max-width: 767px) {
    .home-section {
      margin-bottom: 55px;
      padding-bottom: 40px; } }
  .home-section .home__hd {
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    position: relative;
    top: -25px; }
    @media only screen and (max-width: 767px) {
      .home-section .home__hd {
        top: -15px; } }
  .home-section .home__hd-en {
    display: block;
    margin-bottom: 22px;
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9999px; }
    @media only screen and (max-width: 767px) {
      .home-section .home__hd-en {
        margin-bottom: 16px; } }
  .home-section .home__hd-jp {
    color: #0d448b;
    font-family: NotoSans, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .home-section .home__hd-jp {
        font-size: 13px; } }
  .home-section .home-btn-1 {
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    position: relative;
    bottom: -32px; }
    @media only screen and (max-width: 767px) {
      .home-section .home-btn-1 {
        position: static;
        padding-left: 14%;
        padding-right: 14%; } }
    .home-section .home-btn-1 a {
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      overflow: hidden;
      position: relative;
      display: block;
      width: 350px;
      height: 62px;
      padding: 18px 18px 0 18px;
      border: 1px solid #0d448b;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #0d448b;
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .home-section .home-btn-1 a {
          width: 100%;
          height: 43px;
          padding: 12px 10px 0 10px;
          text-align: center;
          font-size: 13px; } }
      @media only screen and (min-width: 899px) {
        .home-section .home-btn-1 a:hover {
          color: #fff; } }
    .home-section .home-btn-1 a:before {
      transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), right 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      content: "";
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #0d448b; }
    @media only screen and (min-width: 899px) {
      .home-section .home-btn-1 a:hover:before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    .home-section .home-btn-1 a:after {
      -webkit-transition: 0.4s ease 0s;
      transition: 0.4s ease 0s;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      position: absolute;
      display: block;
      background-position: left top;
      background-repeat: no-repeat;
      z-index: 2;
      top: 50%;
      right: 18px;
      width: 8px;
      height: 14px;
      background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
      background-size: 8px 14px; }
      @media only screen and (max-width: 767px) {
        .home-section .home-btn-1 a:after {
          width: 6px;
          height: 10px;
          background-size: 6px 10px;
          right: 10px; } }
    @media only screen and (min-width: 899px) {
      .home-section .home-btn-1 a:hover:after {
        background-image: url(/img/renewal/common/icn_arrow_right_white.png); } }
    .home-section .home-btn-1 span {
      z-index: 2;
      position: relative;
      display: block; }

.home-section__type-1 {
  position: relative; }
  .home-section__type-1 .contents__std {
    z-index: 2;
    position: relative; }
  .home-section__type-1 .home__hd {
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .home-section__type-1 .home__hd {
        margin-bottom: 3px; } }
  .home-section__type-1 .home-btn-1 {
    margin-top: 38px; }
    @media only screen and (max-width: 767px) {
      .home-section__type-1 .home-btn-1 {
        margin-top: 20px; } }

.home-section__type-2 .contents__std {
  z-index: 2;
  position: relative; }

.home-section__type-2 .home__hd {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .home-section__type-2 .home__hd {
      margin-bottom: 20px; } }
.home-section__type-2 .home__hd__ld {
  color: #0d448b;
  font-family: NotoSans, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  font-style: italic; }
  @media only screen and (max-width: 767px) {
    .home-section__type-2 .home__hd__ld {
      margin-top: 20px;
    font-size: 14px;
    line-height: 1.3; } }

.home-section.is-active .home__hd, .home-section.is-active .home-btn-1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/**
 * product.
 **/
.home-product {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .home-product {
      background-image: url(/img/renewal/home/product_cover_img_sp.jpg);
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; } }
  .home-product .home__hd-en {
    width: 225px;
    height: 50px;
    background-image: url(/img/renewal/home/product_hd.png); }
    @media only screen and (max-width: 767px) {
      .home-product .home__hd-en {
        width: 149px;
        height: 33px;
        background-image: url(/img/renewal/home/product_hd_sp.png);
        background-size: 149px 33px; } }
  .home-product .home-product__column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 10%; }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__column {
        margin-left: 0;
        margin-bottom: 20px; } }
  .home-product .home-product__list {
    width: 32%;
    margin-right: 2%; }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__list {
        width: 47%;
        margin-right: 6%; } }
    .home-product .home-product__list a {
      display: block; }
      @media only screen and (min-width: 899px) {
        .home-product .home-product__list a:hover .home-product__roll-img {
          visibility: visible;
          opacity: 1; }
        .home-product .home-product__list a:hover .home-product__btn__txt-1,
        .home-product .home-product__list a:hover .home-product__btn__txt-2 {
          color: #fff; }
        .home-product .home-product__list a:hover .home-product__btn:after {
          background-image: url(/img/renewal/common/icn_arrow_right_white.png); }
        .home-product .home-product__list a:hover .home-product__btn:before {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); } }
  .home-product .home-product__list:nth-child(3n) {
    margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__list:nth-child(3n) {
        margin-right: 6%; } }
  @media only screen and (max-width: 767px) {
    .home-product .home-product__list:nth-child(2n) {
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .home-product .home-product__list:nth-child(n+3) {
      margin-top: 15px; } }
  .home-product .home-product__list:nth-child(n+4) {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__list:nth-child(n+4) {
        margin-top: 15px; } }
  .home-product .home-product__img {
    -webkit-transition: 0.4s ease 0.6s;
    transition: 0.4s ease 0.6s;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    width: 100%; }
    .home-product .home-product__img > img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .home-product .home-product__roll-img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 20px;
    border: 4px solid #d3dade;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .home-product .home-product__roll-img > div {
    }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__roll-img {
        display: none; } }
  .home-product .home-product__roll-img__img {
    margin-bottom: 18px;
    text-align: center; }
  .home-product .home-product__img__effect {
    -webkit-transition: 1s cubic-bezier(0.48, 0.18, 0, 0.98) 0.6s;
    transition: 1s cubic-bezier(0.48, 0.18, 0, 0.98) 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eaf2f9; }
  .home-product .home-product__btn {
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    overflow: hidden;
    position: relative;
    margin-top: -30px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, 0.95); }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__btn {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        background-color: #fff; } }
    .home-product .home-product__btn > span {
      z-index: 2;
      position: relative;
      display: block;
      height: 60px;
      padding: 11px 18px 10px 18px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .home-product .home-product__btn > span {
          height: auto;
          padding: 5px 8px 5px 8px; } }
  .home-product .home-product__btn:before {
    transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), right 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0d448b; }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__btn:before {
        display: none; } }
  .home-product .home-product__btn:after {
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 14px;
    background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
    background-size: 8px 14px; }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__btn:after {
        right: 7px;
        width: 6px;
        height: 10px;
        background-size: 6px 10px; } }
  .home-product .home-product__btn__txt-1 {
    display: block;
    color: #8b5d0d;
    font-size: 12px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__btn__txt-1 {
        font-size: 10px; } }
  .home-product .home-product__btn__txt-2 {
    color: #0d448b;
    font-size: 16px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__btn__txt-2 {
        font-size: 12px; } }
  .home-product .home-product__bg-1-block {
    -webkit-transition: 1s ease-out 0s;
    transition: 1s ease-out 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 86%;
    height: 700px; }
    @media only screen and (max-width: 1399px) {
      .home-product .home-product__bg-1-block {
        height: 650px; } }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__bg-1-block {
        display: none; } }
  .home-product .home-product__bg-1 {
    -webkit-transition: 0.9s ease 0s;
    transition: 0.9s ease 0s;
    -webkit-transform: translate3d(-70px, 0, 0);
    transform: translate3d(-70px, 0, 0);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/renewal/home/product_cover_img.jpg);
    background-position: center center;
    background-repeat: no-repat;
    background-size: cover; }
  .home-product .home-product__bg-1__cover {
    -webkit-transition: 1s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
    transition: 1s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .home-product .home-product__bg-2 {
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 700px;
    background-color: rgba(228, 237, 248, 0.7); }
    @media only screen and (max-width: 1549px) {
      .home-product .home-product__bg-2 {
        width: 92%; } }
    @media only screen and (max-width: 1449px) {
      .home-product .home-product__bg-2 {
        width: 94%; } }
    @media only screen and (max-width: 1399px) {
      .home-product .home-product__bg-2 {
        width: 92%;
        height: 80%; } }
    @media only screen and (max-width: 767px) {
      .home-product .home-product__bg-2 {
        display: none; } }

.home-product.is-active .home-btn-1, .home-product.is-active .home-product__btn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.home-product.is-active .home-product__img {
  opacity: 1; }

.home-product.is-active .home-product__img__effect {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.home-product.is-active .home-product__bg-1-block {
  opacity: 1; }

.home-product.is-active .home-product__bg-1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.home-product.is-active .home-product__bg-1__cover {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.home-product.is-active .home-product__bg-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/**
 * information
 **/
.home-information {
  position: relative;
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .home-information {
      margin-bottom: 40px;
      padding-bottom: 65px;
      background-image: url(/img/renewal/home/information_cover_img_sp.jpg);
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; } }
  .home-information .home__hd-en {
    width: 306px;
    height: 50px;
    background-image: url(/img/renewal/home/information_hd.png); }
    @media only screen and (max-width: 767px) {
      .home-information .home__hd-en {
        width: 202px;
        height: 33px;
        background-image: url(/img/renewal/home/information_hd_sp.png);
        background-size: 202px 33px; } }
  .home-information .home-information__column {
    margin-right: 10%; }
    @media only screen and (max-width: 767px) {
      .home-information .home-information__column {
        margin-right: 0; } }
  .home-information .home-information__list {
    width: 32%;
    margin-right: 2%;
    float: left; }
    @media only screen and (max-width: 767px) {
      .home-information .home-information__list {
        width: 65%;
        margin-right: 5%; } }
    .home-information .home-information__list a {
      display: block;
      width: 100%;
      height: 100%; }
      @media only screen and (min-width: 899px) {
        .home-information .home-information__list a:hover .home-information__body > div {
          background-color: #e3ecf1; } }
  .home-information .home-information__body {
    opacity: 0;
    z-index: 2;
    position: relative;
    margin-top: -30px;
    margin-left: 20px;
    margin-right: 20px;
    max-height:300px;
  }
    @media only screen and (max-width: 767px) {
      .home-information .home-information__body {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 18px;
        padding-bottom: 8px;
        background-color: #fff; } }
        @media only screen and (min-width: 768px) {
          .home-information .home-information__body {
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); } }
    .home-information .home-information__body > div {
      -webkit-transition: 0.4s ease 0s;
       transition: 0.4s ease 0s;
      width: 100%;
      height: 100%;
      padding: 28px 6% 14px 6%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: rgba(255, 255, 255, 0.95); }
      @media only screen and (max-width: 767px) {
        .home-information .home-information__body > div {
        width: 100%;
        height: 100%;
        padding: 0px 6% 10px 6%; } }
      @media only screen and (min-width: 768px) {
        .home-information .home-information__body > div {
      -webkit-transition: 0.4s ease 0s;
       transition: 0.4s ease 0s; } }
  .home-information .home-information__label {
    position: absolute;
    top: -14px;
    left: 20px;
    padding: 6px 15px 4px 15px;
    background-color: #e15068;
    color: #fff;
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      .home-information .home-information__label {
        top: -10px;
        left: 15px;
        padding: 3px 10px 2px 10px;
        font-size: 10px; } }
  .home-information .home-information__img {
    -webkit-transition: 0.4s ease 0.6s;
    transition: 0.4s ease 0.6s;
    opacity: 0;
    overflow: hidden;
    position: relative; }
    .home-information .home-information__img img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .home-information .home-information__img__effect {
    -webkit-transition: 1s cubic-bezier(0.48, 0.18, 0, 0.98) 0.6s;
    transition: 1s cubic-bezier(0.48, 0.18, 0, 0.98) 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eaf2f9; }
  .home-information .home-information__category {
    margin-bottom: 2px;
    color: #8b5d0d; }
    @media only screen and (max-width: 767px) {
      .home-information .home-information__category {
        font-size: 10px; } }
  .home-information .home-information__ttl {
    margin-top: -3px;
    margin-bottom: 4px;
    line-height: 1.3;
    color: #0d448b;
    font-weight: bold;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .home-information .home-information__ttl {
        font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .home-information .home-information__txt {
      font-size: 12px; } }
  .home-information .home-information__bg-1-block {
    -webkit-transition: 1s ease-out 0s;
    transition: 1s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 86%;
    height: 750px; }
    @media only screen and (max-width: 767px) {
      .home-information .home-information__bg-1-block {
        display: none; } }
  .home-information .home-information__bg-1 {
    -webkit-transition: 0.9s ease 0s;
    transition: 0.9s ease 0s;
    -webkit-transform: translate3d(70px, 0, 0);
    transform: translate3d(70px, 0, 0);
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/renewal/home/information_cover_img.jpg);
    background-position: center center;
    background-repeat: no-repat;
    background-size: cover; }
  .home-information .home-information__bg-1__cover {
    -webkit-transition: 1s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
    transition: 1s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .home-information .home-information__bg-2 {
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 0;
    width: 92%;
    height: 540px;
    background-color: rgba(228, 237, 248, 0.7); }
    @media only screen and (max-width: 1549px) {
      .home-information .home-information__bg-2 {
        width: 94%; } }
    @media only screen and (max-width: 1449px) {
      .home-information .home-information__bg-2 {
        width: 96%; } }
    @media only screen and (max-width: 1399px) {
      .home-information .home-information__bg-2 {
        width: 92%;
        height: 100%; } }
    @media only screen and (max-width: 767px) {
      .home-information .home-information__bg-2 {
        display: none; } }

.home-information.is-active .home-information__body {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.home-information.is-active .home-information__img {
  opacity: 1; }

.home-information.is-active .home-information__img__effect {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.home-information.is-active .home-information__bg-1-block {
  visibility: visible;
  opacity: 1; }

.home-information.is-active .home-information__bg-1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.home-information.is-active .home-information__bg-1__cover {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.home-information.is-active .home-information__bg-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/**
 * news
 **/
.home-news .home__hd-en {
  width: 160px;
  height: 50px;
  background-image: url(/img/renewal/home/news_hd.png); }
  @media only screen and (max-width: 767px) {
    .home-news .home__hd-en {
      width: 106px;
      height: 33px;
      background-image: url(/img/renewal/home/news_hd_sp.png);
      background-size: 106px 33px; } }

.home-news .home-news__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 38px; }
  @media only screen and (max-width: 767px) {
    .home-news .home-news__column {
      margin-top: 13px; } }

.home-news .home-news__list {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  width: 23.5%;
  margin-right: 2%;
  background-color: #fff;
  max-height: 170px;
 }
  @media only screen and (max-width: 767px) {
    .home-news .home-news__list {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px;
      max-height: 126px; } }
  .home-news .home-news__list a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 28px 6% 14px 6%; }
    @media only screen and (max-width: 767px) {
      .home-news .home-news__list a {
        padding: 18px 4% 10px 4%; } }
    @media only screen and (min-width: 899px) {
      .home-news .home-news__list a.home-news__list-link-ovr:hover {
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); } }

.home-news .home-news__list:nth-child(4n) {
  margin-right: 0; }

@media only screen and (max-width: 767px) {
  .home-news .home-news__list:last-child {
    margin-bottom: 0; } }

.home-news .home-news__list:nth-of-type(1) {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s; }

.home-news .home-news__list:nth-of-type(2) {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s; }

.home-news .home-news__list:nth-of-type(3) {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s; }

.home-news .home-news__list:nth-of-type(4) {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s; }

.home-news .home-news__label {
  position: absolute;
  top: -14px;
  left: 20px;
  padding: 6px 15px 4px 15px;
  color: #fff;
  font-size: 13px; }
  @media only screen and (max-width: 767px) {
    .home-news .home-news__label {
      top: -10px;
      left: 15px;
      padding: 3px 10px 2px 10px;
      font-size: 10px; } }

.home-news .home-news__label-media {
  background-color: #8b76b6; }

.home-news .home-news__label-info {
  background-color: #b67682; }

.home-news .home-news__label-event {
  background-color: #d1b740; }

.home-news .home-news__label-product {
  background-color: #4fa6b0; }

.home-news .home-news__label-catalog {
  background-color: #62ad82; }

.home-news .home-news__label-oshirase {
  background-color: #ac8e67; }

.home-news .home-news__list-link-ovr .home-news__txt {
    border-bottom: 1px solid #e5eaf0;
}

.home-news .home-news__txt {
  margin-bottom: 11px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5eaf0; }

.home-news .home-news__date {
  color: #bcbcc5; }

.home-news .home-news__bg {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 225, 239, 0.6); }

.home-news.is-active .home-news__list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.home-news.is-active .home-news__bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/**
 * event.
 **/
.home-event {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .home-event {
      margin-bottom: 40px; } }
  .home-event .home__hd-en {
    width: 156px;
    height: 50px;
    background-image: url(/img/renewal/home/event_hd.png); }
    @media only screen and (max-width: 767px) {
      .home-event .home__hd-en {
        width: 104px;
        height: 33px;
        background-image: url(/img/renewal/home/event_hd_sp.png);
        background-size: 104px 33px; } }
  .home-event .home-event__column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home-event .home-event__list {
    overflow: hidden;
    position: relative;
    width: 49%;
    margin-right: 2%; }
    @media only screen and (max-width: 767px) {
      .home-event .home-event__list {
        width: 100%;
        margin-right: 0; } }
    .home-event .home-event__list a {
      -webkit-transition: 0.4s ease 0s;
      transition: 0.4s ease 0s;
      display: block;
      height: 100%; }
      @media only screen and (max-width: 1399px) {
        .home-event .home-event__list a {
          padding: 15px 4% 15px 4%; } }
      @media only screen and (min-width: 899px) {
        .home-event .home-event__list a:hover .home-event__img img {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
        .home-event .home-event__list a:hover .home-event__info__ttl,
        .home-event .home-event__list a:hover .home-event__info__date,
        .home-event .home-event__list a:hover .home-event__info__list dd {
          opacity: 0.5; } }
  .home-event .home-event__list-bg {
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .home-event .home-event__list:nth-child(2n) {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .home-event .home-event__list ~ .home-event__list {
      margin-top: 15px; } }
  .home-event .home-event__list:nth-child(n+3) {
    margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      .home-event .home-event__list:nth-child(n+3) {
        margin-top: 15px; } }
  .home-event .home-event__img {
    -webkit-transition: 0.4s ease 0.6s;
    transition: 0.4s ease 0.6s;
    opacity: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 21%;
    float: left; }
    .home-event .home-event__img img {
      -webkit-transition: 0.3s ease 0s;
      transition: 0.3s ease 0s;
      max-width: 100%;
      width: 100%;
      height: auto; }
  .home-event .home-event__img__effect {
    -webkit-transition: 1s cubic-bezier(0.48, 0.18, 0, 0.98) 0.6s;
    transition: 1s cubic-bezier(0.48, 0.18, 0, 0.98) 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eaf2f9; }
  .home-event .home-event__info {
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    width: 71%;
    float: right;
    margin-left: 4%;
    margin-right: 4%;
    padding-top: 22px; }
    @media only screen and (max-width: 1399px) {
      .home-event .home-event__info {
        width: 75%;
        margin-right: 0;
        padding-top: 5px; } }
  .home-event .home-event__info__list dt {
    margin-bottom: 8px; }
    @media only screen and (max-width: 767px) {
      .home-event .home-event__info__list dt {
        margin-bottom: 5px; } }
  .home-event .home-event__info__list dd {
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s; }
  .home-event .home-event__info__ttl {
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    margin-right: 12px;
    color: #323246;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .home-event .home-event__info__ttl {
        font-size: 13px; } }
  .home-event .home-event__info__date {
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    color: #6f86a4; }
    @media only screen and (max-width: 767px) {
      .home-event .home-event__info__date {
        font-size: 12px; } }
  .home-event .home-event__bg {
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(215, 225, 239, 0.6); }

.home-event.is-active .home-event__img {
  opacity: 1; }

.home-event.is-active .home-event__info {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.home-event.is-active .home-event__img__effect {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.home-event.is-active .home-event__list-bg, .home-event.is-active .home-event__bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/**
 * relation link
 **/
.home-relation-link {
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  padding-top: 58px;
  padding-bottom: 60px;
  background-color: rgba(215, 225, 239, 0.7); }
  @media only screen and (max-width: 767px) {
    .home-relation-link {
      padding-top: 20px;
      padding-bottom: 40px; } }
  .home-relation-link .home-relation-link__hd {
    margin-bottom: 28px;
    color: #1f3f68;
    font-size: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .home-relation-link .home-relation-link__hd {
        margin-bottom: 18px;
        font-size: 15px; } }
  .home-relation-link .home-relation-link__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home-relation-link .home-relation-link__list li {
      width: 30%;
      margin-right: 5%; }
      @media only screen and (max-width: 767px) {
        .home-relation-link .home-relation-link__list li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 15px; } }
    .home-relation-link .home-relation-link__list li:last-child {
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        .home-relation-link .home-relation-link__list li:last-child {
          margin-bottom: 0; } }
    .home-relation-link .home-relation-link__list a {
      display: block;
      width: 100%;
      height: 80px;
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      text-indent: -9999px; }
      @media only screen and (min-width: 899px) {
        .home-relation-link .home-relation-link__list a:hover {
          -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); } }
    .home-relation-link .home-relation-link__list .home-relation-link__iimado a {
      background-image: url(/img/renewal/home/relation-link_img_iimado_site.png); }
      @media only screen and (max-width: 767px) {
        .home-relation-link .home-relation-link__list .home-relation-link__iimado a {
          background-image: url(/img/renewal/home/relation-link_img_iimado_site_sp.png);
          background-size: 260px 44px; } }
    .home-relation-link .home-relation-link__list .home-relation-link__agc-studio a {
      background-image: url(/img/renewal/home/relation-link_img_agc_studio.png); }
      @media only screen and (max-width: 767px) {
        .home-relation-link .home-relation-link__list .home-relation-link__agc-studio a {
          background-image: url(/img/renewal/home/relation-link_img_agc_studio_sp.png);
          background-size: 231px 39px; } }
    .home-relation-link .home-relation-link__list .home-relation-link__agc a {
      background-image: url(/img/renewal/home/relation-link_img_agc.png); }
      @media only screen and (max-width: 767px) {
        .home-relation-link .home-relation-link__list .home-relation-link__agc a {
          background-image: url(/img/renewal/home/relation-link_img_agc_sp.png);
          background-size: 98px 34px; } }

.home-relation-link.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* ----------------------------------------
 * index
 * ------------------------------------- */

.lower-container .individual-section {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e6e7e7;
 }@media only screen and (max-width: 767px) {
  .lower-container .individual-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e7e7;
  }
}

 .lower-container .individual-section:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
 }

  .lower-container .individual-section .hd-lv2 {
    margin-bottom: 20px;
    color: #323246;
    font-size: 26px;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .lower-container .individual-section .hd-lv2 {
        margin-bottom: 10px;
        font-size: 21px; } }

  .lower-container .individual-section .hd-lv2-ld {
    margin-bottom: 40px;
    color: #323246;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .lower-container .individual-section .hd-lv2-ld {
        margin-bottom: 25px;
        font-size: 13px; } }

@media only screen and (max-width: 767px) {
  .lower-container .individual-section .btn__type-std {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .lower-container .individual-section .btn__type-add-icn {
    margin-top: 25px;
  }
}

.lower-container .individual-section .btn__type-add-icn a {
  width: 960px;
}

.individual-column3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .individual-column3 .individual-column3__list {
    width: 30%;
    margin-right: 5%; }
    @media only screen and (max-width: 767px) {
      .individual-column3 .individual-column3__list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 17px; } }
    .individual-column3 .individual-column3__list > a {
      display: block; }
      @media only screen and (min-width: 899px) {
        .individual-column3 .individual-column3__list > a:hover .individual-column3__inner {
          opacity: 0.6; }
        .individual-column3 .individual-column3__list > a:hover .individual-column3__img img {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); } }
  .individual-column3 .individual-column3__list:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .individual-column3 .individual-column3__list:last-child {
      margin-bottom: 0; } }
  .individual-column3 .individual-column3__inner {
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    position: relative; }
  .individual-column3 .individual-column3__inner:after {
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    right: 8px;
    width: 8px;
    height: 14px;
    background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
    background-size: 8px 14px; }
    @media only screen and (max-width: 767px) {
      .individual-column3 .individual-column3__inner:after {
        width: 6px;
        height: 11px;
        background-size: 6px 11px; } }
  .individual-column3 .individual-column3__inner-type-1:after {
    top: 13px; }
    @media only screen and (max-width: 767px) {
      .individual-column3 .individual-column3__inner-type-1:after {
        top: 9px; } }
  .individual-column3 .individual-column3__inner-type-2:after {
    top: 5px; }
    @media only screen and (max-width: 767px) {
      .individual-column3 .individual-column3__inner-type-2:after {
        top: 4px; } }
  .individual-column3 .individual-column3__img {
    overflow: hidden;
    margin-bottom: 11px; }
    @media only screen and (max-width: 767px) {
      .individual-column3 .individual-column3__img {
        margin-bottom: 8px; } }
    .individual-column3 .individual-column3__img img {
      -webkit-transition: 0.6s ease 0s;
      transition: 0.6s ease 0s;
      max-width: 100%;
      width: 100%;
      height: auto; }
  .individual-column3 .individual-column3__subttl {
    color: #8b5d0d;
    font-size: 12px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .individual-column3 .individual-column3__subttl {
        font-size: 10px; } }
  .individual-column3 .individual-column3__ttl {
    margin-bottom: 7px;
    color: #0d448b;
    font-size: 16px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .individual-column3 .individual-column3__ttl span {
        margin-bottom: 1px;
        font-size: 14px; } }
  .individual-column3 .individual-column3__ttl span {
    font-size: 12px;
    color: #aaa;
    }@media only screen and (max-width: 767px) {
      .individual-column3 .individual-column3__ttl span {
        font-size: 10px; } }

/* ----------------------------------------
 * index
 * ------------------------------------- */
.catalog-lead {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .catalog-lead {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -10px;
      margin-bottom: 30px; } }
  .catalog-lead .catalog-lead__img {
    width: 88px;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .catalog-lead .catalog-lead__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 13px; } }
    .catalog-lead .catalog-lead__img a {
      display: inline-block; }
      @media only screen and (min-width: 899px) {
        .catalog-lead .catalog-lead__img a:hover {
          opacity: 0.7; } }
    .catalog-lead .catalog-lead__img img {
      width: 88px;
      height: 31px; }
      @media only screen and (max-width: 767px) {
        .catalog-lead .catalog-lead__img img {
          width: 72px;
          height: 25px; } }
  .catalog-lead .catalog-lead__txt {
    width: 100%;
    line-height: 1.8;
    color: #71717c;
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .catalog-lead .catalog-lead__txt {
        line-height: 1.5;
        font-size: 11px; } }




  .lower-container .catalog-navi-type .catalog-navi {
    margin-bottom: 70px;
    border-top: 2px solid #0d448b;
  }@media only screen and (max-width: 767px) {
    .lower-container .catalog-navi-type .catalog-navi {
      margin-bottom: 40px;
  } }

  .lower-container .catalog-navi-type .catalog-navi ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e6e7e7;
    border-top: 0px solid #e6e7e7;
  }@media only screen and (max-width: 767px) {
    .lower-container .catalog-navi-type .catalog-navi ul {
      border-left: 1px solid #e6e7e7;
      border-right: none;
      border-bottom: none;
  } }

  .lower-container .catalog-navi-type .catalog-navi ul li {
    width: calc(100% / 8);
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #e6e7e7;
  }@media only screen and (max-width: 767px) {
    .lower-container .catalog-navi-type .catalog-navi ul li {
      width: calc(100% / 3);
      border-bottom: 1px solid #e6e7e7;
  } }

  .lower-container .catalog-navi-type .catalog-navi ul li:last-child {
    border-right: none;
  }@media only screen and (max-width: 767px) {
    .lower-container .catalog-navi-type .catalog-navi ul li:last-child {
      border-right: 1px solid #e6e7e7;
  } }

  .lower-container .catalog-navi-type .catalog-navi ul li a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 18px 0 16px 0;
    transition: all 300ms 0s ease;
  }
  @media only screen and (min-width: 768px) {
    .lower-container .catalog-navi-type .catalog-navi ul li a:hover {
    color: #fff;
    background-color: #0d448b;
  } }

@media only screen and (max-width: 767px) {
  .lower-container .catalog-navi-type .catalog-navi ul li:nth-child(4) a {
    padding: 12px 0 9px 0;
    line-height: 1.3;
  } }

.catalog-section {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .catalog-section {
      margin-bottom: 40px; } }
  .catalog-section .hd__catalog-cap {
    font-size: 20px; }
    @media only screen and (max-width: 767px) {
      .catalog-section .hd__catalog-cap {
        font-size: 16px; } }

.catalog-section:last-child {
  margin-bottom: 0; }




  .lower-container .catalog-section .hd-lv2 {
    margin-bottom: 20px;
    color: #323246;
    font-size: 26px;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .lower-container .catalog-section .hd-lv2 {
        margin-bottom: 10px;
        font-size: 21px; } }

  .lower-container .catalog-section .hd-lv3 {
    margin-bottom: 40px;
    color: #323246;
    font-size: 26px;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .lower-container .catalog-section .hd-lv3 {
        margin-bottom: 25px;
        font-size: 21px; } }

  .lower-container .catalog-section .hd-lv2-ld {
    margin-bottom: 40px;
    color: #323246;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .lower-container .catalog-section .hd-lv2-ld {
        margin-bottom: 25px;
        font-size: 13px; } }



.catalog-root-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .catalog-root-column .catalog-root-list-3 {
    width: 74.5%; }
    @media only screen and (max-width: 767px) {
      .catalog-root-column .catalog-root-list-3 {
        width: 100%; } }
  .catalog-root-column .catalog-root-list-2 {
    width: 49%; }
    @media only screen and (max-width: 767px) {
      .catalog-root-column .catalog-root-list-2 {
        width: 100%; } }
  .catalog-root-column .catalog-root-list-1 {
    width: 23%; }
    @media only screen and (max-width: 767px) {
      .catalog-root-column .catalog-root-list-1 {
        width: 100%; } }

.catalog-root-column__type-1 .catalog-root-list-3 {
  margin-right: 2.5%; }
  @media only screen and (max-width: 767px) {
    .catalog-root-column__type-1 .catalog-root-list-3 {
      margin-right: 0;
      margin-bottom: 40px; } }

.catalog-root-column__type-2 .catalog-root-list-2 {
  margin-right: 2%; }
  @media only screen and (max-width: 767px) {
    .catalog-root-column__type-2 .catalog-root-list-2 {
      margin-right: 0;
      margin-bottom: 40px; } }

.catalog-root-column__type-2 .catalog-root-list-2:last-child {
  margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .catalog-root-column__type-2 .catalog-root-list-2:last-child {
      margin-bottom: 0; } }

.catalog-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .catalog-column .catalog-column__list a {
    display: block; }
    @media only screen and (min-width: 899px) {
      .catalog-column .catalog-column__list a:hover .catalog-column__roll-img span {
        -webkit-transform: translateX(-50%) translateY(-50%) translate(0, 0) scale(1);
        transform: translateX(-50%) translateY(-50%) translate(0, 0) scale(1);
        opacity: 1; }
      .catalog-column .catalog-column__list a:hover .catalog-column__roll-img:before {
        visibility: visible;
        opacity: 1; }
      .catalog-column .catalog-column__list a:hover .catalog-column__inner {
        opacity: 0.6; } }
  .catalog-column .catalog-column4__list {
    width: 23%;
    margin-right: 2.6666%; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column4__list {
        width: 47%;
        margin-right: 6%; } }
  .catalog-column .catalog-column4__list:nth-child(4n) {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .catalog-column .catalog-column4__list:nth-child(2n) {
      margin-right: 0; } }
  .catalog-column .catalog-column4__list:nth-child(n+5) {
    margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column4__list:nth-child(n+5) {
        margin-top: 17px; } }
  @media only screen and (max-width: 767px) {
    .catalog-column .catalog-column4__list:nth-child(n+3) {
      margin-top: 17px; } }
  .catalog-column .catalog-column3__list {
    width: 31%;
    margin-right: 3.5%; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column3__list {
        width: 47%;
        margin-right: 6%; } }
  .catalog-column .catalog-column3__list:nth-child(3n) {
    margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column3__list:nth-child(3n) {
        margin-right: 6%; } }
  @media only screen and (max-width: 767px) {
    .catalog-column .catalog-column3__list:nth-child(2n) {
      margin-right: 0; } }
  .catalog-column .catalog-column3__list:nth-child(n+4) {
    margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column3__list:nth-child(n+4) {
        margin-top: 17px; } }
  @media only screen and (max-width: 767px) {
    .catalog-column .catalog-column3__list:nth-child(n+3) {
      margin-top: 17px; } }
  .catalog-column .catalog-column2__list {
    width: 48%;
    margin-right: 4%; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column2__list {
        width: 47%;
        margin-right: 6%; } }
  .catalog-column .catalog-column2__list:nth-child(2n) {
    margin-right: 0; }
  .catalog-column .catalog-column2__list:nth-child(n+3) {
    margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column2__list:nth-child(n+3) {
        margin-top: 17px; } }
  .catalog-column .catalog-column1__list {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column1__list {
        width: 47%;
        margin-right: 6%; } }
  @media only screen and (max-width: 767px) {
    .catalog-column .catalog-column1__list:nth-child(2n) {
      margin-right: 0; } }
  .catalog-column .catalog-column1__list:nth-child(n+2) {
    margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column1__list:nth-child(n+2) {
        margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .catalog-column .catalog-column1__list:nth-child(n+3) {
      margin-top: 17px; } }
  .catalog-column .catalog-column__img-block {
    position: relative;
    margin-bottom: 8px; }
    .catalog-column .catalog-column__img-block img {
      -webkit-box-shadow: 0px 0px 9px 0px rgba(56, 64, 64, 0.1);
      -moz-box-shadow: 0px 0px 9px 0px rgba(56, 64, 64, 0.1);
      -ms-box-shadow: 0px 0px 9px 0px rgba(56, 64, 64, 0.1);
      -o-box-shadow: 0px 0px 9px 0px rgba(56, 64, 64, 0.1);
      box-shadow: 0px 0px 9px 0px rgba(56, 64, 64, 0.1); }
    .catalog-column .catalog-column__img-block .catalog__long-height {
      width: 100px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .catalog-column .catalog-column__img-block .catalog__long-height {
          width: 58px; } }
    .catalog-column .catalog-column__img-block .catalog__long-width {
      width: 140px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .catalog-column .catalog-column__img-block .catalog__long-width {
          width: 78px; } }
    .catalog-column .catalog-column__img-block .catalog__mid-width {
      width: 116px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .catalog-column .catalog-column__img-block .catalog__mid-width {
          width: 65px; } }
  .catalog-column .catalog-column__img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 163px;
    border: 1px solid #e6e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column__img {
        height: 97px; } }
  .catalog-column .catalog-column__roll-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .catalog-column .catalog-column__roll-img span {
      -webkit-transition: 0.3s ease 0s;
      transition: 0.3s ease 0s;
      opacity: 0;
      z-index: 2;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%) translate(0, 15px) scale(1.1);
      transform: translateX(-50%) translateY(-50%) translate(0, 15px) scale(1.1);
      top: 50%;
      left: 50%;
      margin-top: 30px;
      -webkit-text-shadow: 0px 0px 9px rgba(56, 64, 64, 0.1);
      -moz-text-shadow: 0px 0px 9px rgba(56, 64, 64, 0.1);
      -ms-text-shadow: 0px 0px 9px rgba(56, 64, 64, 0.1);
      -o-text-shadow: 0px 0px 9px rgba(56, 64, 64, 0.1);
      text-shadow: 0px 0px 9px rgba(56, 64, 64, 0.1);
      color: #fff; }
    .catalog-column .catalog-column__roll-img span:before {
      content: "";
      position: absolute;
      display: block;
      background-position: left top;
      background-repeat: no-repeat;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      top: -60px;
      left: 50%;
      width: 61px;
      height: 58px;
      background-image: url(/img/renewal/catalog/catalog_roll_img.png); }
  .catalog-column .catalog-column__roll-img:before {
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    visibility: hidden;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e6e7e7;
    background-color: rgba(203, 216, 232, 0.8); }
  .catalog-column .catalog-column__inner {
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    position: relative; }
  .catalog-column .catalog-column__inner:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 14px;
    background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
    background-size: 8px 14px; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column__inner:after {
        right: 4px;
        width: 6px;
        height: 11px;
        background-size: 6px 11px; } }
  .catalog-column .catalog-column__subttl, .catalog-column .catalog-column__date {
    color: #8b5d0d;
    font-size: 11px; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column__subttl, .catalog-column .catalog-column__date {
        font-size: 10px; } }
  .catalog-column .catalog-column__ttl {
    padding-right: 25px;
    color: #0d448b;
    font-size: 14px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .catalog-column .catalog-column__ttl {
        padding-right: 20px;
        font-size: 12px;
        line-height: 1.4; } }

/* ----------------------------------------
 * index
 * ------------------------------------- */
.event-report-index__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .event-report-index__column .event-report-index__list {
    position: relative;
    width: 30%;
    margin-right: 5%; }
    @media only screen and (max-width: 767px) {
      .event-report-index__column .event-report-index__list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px; } }
    @media only screen and (min-width: 899px) {
      .event-report-index__column .event-report-index__list a:hover .event-report-index__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .event-report-index__column .event-report-index__list a:hover .event-report-index__btn-block:before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .event-report-index__column .event-report-index__list a:hover .event-report-index__btn-block:after {
        background-image: url(/img/renewal/common/icn_arrow_right_white.png); }
      .event-report-index__column .event-report-index__list a:hover .event-report-index__btn-block__maintxt,
      .event-report-index__column .event-report-index__list a:hover .event-report-index__btn-block__subtxt {
        color: #fff; }
      .event-report-index__column .event-report-index__list a:hover .event-report-index__btn-block__maintxt.icn-external__type-1:after {
        background-image: url(/img/renewal/common/icn_external_white.png); } }
  .event-report-index__column .event-report-index__list:nth-child(3n) {
    margin-right: 0; }
  .event-report-index__column .event-report-index__list:nth-child(n+4) {
    margin-top: 55px; }
    @media only screen and (max-width: 767px) {
      .event-report-index__column .event-report-index__list:nth-child(n+4) {
        margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .event-report-index__column .event-report-index__list:last-child {
      margin-bottom: 0; } }
  .event-report-index__column .event-report-index__label {
    z-index: 2;
    position: absolute;
    top: -14px;
    right: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 11px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .event-report-index__column .event-report-index__label {
        font-size: 10px; } }
  .event-report-index__column .event-report-index__label:after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 14px 0px; }
  .event-report-index__column .event-report-index__label-external {
    background-image: url(/img/renewal/event-report/event_report_icn_external.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 39px 39px; }
  .event-report-index__column .event-report-index__label-seminar {
    background-color: #0d448b; }
  .event-report-index__column .event-report-index__label-seminar:after {
    border-color: transparent transparent #07326a transparent; }
  .event-report-index__column .event-report-index__label-kenchiku {
    background-color: #2c6247; }
  .event-report-index__column .event-report-index__label-kenchiku:after {
    border-color: transparent transparent #0f3b25 transparent; }
  .event-report-index__column .event-report-index__label-kikakuten {
    background-color: #e33d58; }
  .event-report-index__column .event-report-index__label-kikakuten:after {
    border-color: transparent transparent #9c1b30 transparent; }
  .event-report-index__column .event-report-index__label-other {
    background-color: #818330; }
  .event-report-index__column .event-report-index__label-other:after {
    border-color: transparent transparent #4c4d1a transparent; }
  .event-report-index__column .event-report-index__img {
    overflow: hidden; }
    .event-report-index__column .event-report-index__img img {
      -webkit-transition: 0.6s ease 0s;
      transition: 0.6s ease 0s;
      max-width: 100%;
      width: 100%;
      height: auto; }
  .event-report-index__column .event-report-index__list__body {
    padding: 11px 4.3% 12px 4.3%;
    border-bottom: 1px solid #f1f3f5;
    background-color: #fff; }
  .event-report-index__column .event-report-index__subttl {
    margin-bottom: 2px;
    line-height: 1.3;
    color: #8b5d0d;
    font-size: 12px; }
  .event-report-index__column .event-report-index__ttl {
    margin-bottom: 5px;
    line-height: 1.3;
    color: #0d448b;
    font-size: 16px;
    font-weight: bold; }
  .event-report-index__column .event-report-index__txt {
    margin-bottom: 7px;
    font-size: 14px; }
  .event-report-index__column .event-report-index__date {
    text-align: right;
    color: #6f86a4;
    font-size: 14px;
    font-weight: bold; }
  .event-report-index__column .event-report-index__btn-block {
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 1.4;
    background-color: #fff; }
    .event-report-index__column .event-report-index__btn-block > div {
      z-index: 2;
      position: relative; }
  @media only screen and (min-width: 899px) {
    .event-report-index__column .event-report-index__btn-block:before {
      transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), right 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      content: "";
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #0d448b; } }
  .event-report-index__column .event-report-index__btn-block:after {
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    z-index: 2;
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    width: 8px;
    height: 14px;
    background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
    background-size: 8px 14px; }
  .event-report-index__column .event-report-index__btn-block__maintxt.icn-external__type-1:after {
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s; }
  .event-report-index__column .event-report-index__btn-block__maintxt {
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    color: #0d448b;
    font-size: 13px; }
  .event-report-index__column .event-report-index__btn-block__subtxt {
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    text-align: center;
    color: #0d448b;
    font-size: 10px; }

/* ----------------------------------------
 * lower
 * ------------------------------------- */
.event-report-lower {
  color: #323246; }
  .event-report-lower .event-report-lower__section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e7e7; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower__section {
        margin-bottom: 25px;
        padding-bottom: 25px; } }
  .event-report-lower .event-report-lower__section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .event-report-lower .event-report-lower__txt-type-std {
    margin-bottom: 25px;
    line-height: 1.8;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower__txt-type-std {
        margin-bottom: 13px;
        line-height: 1.5;
        font-size: 13px; } }
  .event-report-lower .event-report-lower__txt-type-std:last-child {
    margin-bottom: 0; }
  .event-report-lower .event-report-lower__column-type-img-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower__column-type-img-left {
        margin-bottom: 13px; } }
  .event-report-lower .event-report-lower__column-type-img-left:last-child {
    margin-bottom: 0; }
  .event-report-lower .event-report-lower__column-type-img-left__img {
    width: 48%;
    margin-right: 4%; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower__column-type-img-left__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 13px; } }
    .event-report-lower .event-report-lower__column-type-img-left__img img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .event-report-lower .event-report-lower__column-type-img-left__info {
    width: 48%;
    margin-top: -7px; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower__column-type-img-left__info {
        width: 100%;
        margin-top: 0; } }
  .event-report-lower .event-report-lower__column-type-thumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower__column-type-thumb {
        margin-bottom: 20px; } }
  .event-report-lower .event-report-lower__column-type-thumb__list {
    width: 31%;
    margin-right: 3.5%; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower__column-type-thumb__list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px; } }
    .event-report-lower .event-report-lower__column-type-thumb__list img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .event-report-lower .event-report-lower__column-type-thumb__list:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .event-report-lower .event-report-lower__column-type-thumb__list:last-child {
      margin-bottom: 0; } }
  .event-report-lower .event-report-lower-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #0d448b; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-head {
        margin-bottom: 20px;
        padding-bottom: 12px; } }
  .event-report-lower .event-report-lower-head__inner {
    width: 80%;
    margin-right: 5%; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-head__inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4px; } }
  .event-report-lower .event-report-lower-head__subtxt {
    margin-bottom: 5px;
    color: #8b5d0d;
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-head__subtxt {
        margin-bottom: 3px;
        font-size: 10px; } }
  .event-report-lower .event-report-lower-head__hd {
    line-height: 1.3;
    font-size: 22px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-head__hd {
        font-size: 16px; } }
  .event-report-lower .event-report-lower-head__date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 15%;
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-head__date {
        width: 100%;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        font-size: 10px; } }
  .event-report-lower .event-report-lower-intro {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-intro {
        margin-bottom: 20px; } }
  .event-report-lower .event-report-lower-intro__hd {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-intro__hd {
        margin-bottom: 13px;
        font-size: 13px; } }
  .event-report-lower .event-report-lower-intro__column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-intro__column {
        margin-top: 15px; } }
  .event-report-lower .event-report-lower-intro__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
    margin-right: 6%; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-intro__list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px; } }
  .event-report-lower .event-report-lower-intro__list:nth-child(2n) {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .event-report-lower .event-report-lower-intro__list:last-child {
      margin-bottom: 0; } }
  .event-report-lower .event-report-lower-intro__img {
    width: 36%;
    margin-right: 5%; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-intro__img {
        width: 47%;
        margin-right: 6%; } }
    .event-report-lower .event-report-lower-intro__img img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .event-report-lower .event-report-lower-intro__info {
    width: 59%; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-intro__info {
        width: 47%; } }
  .event-report-lower .event-report-lower-intro__info__subtxt {
    font-size: 11px; }
  .event-report-lower .event-report-lower-intro__info__name {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold; }
  .event-report-lower .event-report-lower-intro__info__list li {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 11px; }
  .event-report-lower .event-report-lower-intro__info__list li:last-child {
    margin-bottom: 0; }
  .event-report-lower .event-report-lower-article {
    padding: 40px 3.3% 40px 3.3%;
    border: 1px solid #e6e7e7; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-article {
        padding: 20px 4.8% 20px 4.8%; } }
  .event-report-lower .event-report-lower-article__hd {
    position: relative;
    margin-bottom: 30px;
    padding-left: 80px;
    font-size: 16px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-article__hd {
        margin-bottom: 13px;
        padding-left: 0;
        padding-top: 12px;
        font-size: 13px; } }
  .event-report-lower .event-report-lower-article__hd:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 60px;
    height: 1px;
    background-color: #0d448b; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-article__hd:before {
        top: 0;
        width: 20px; } }
  .event-report-lower .event-report-lower-faq {
    margin-bottom: 35px;
    padding-left: 3.4%;
    border-left: 2px solid #7088b1; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-faq {
        margin-bottom: 20px;
        padding-left: 5.3%; } }
  .event-report-lower .event-report-lower-faq__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-faq__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 3px; } }
  .event-report-lower .event-report-lower-faq__list:last-child {
    margin-bottom: 0; }
  .event-report-lower .event-report-lower-faq__ttl {
    margin-right: 30px;
    font-size: 24px;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-faq__ttl {
        margin-right: 0;
        margin-bottom: 5px; } }
  .event-report-lower .event-report-lower-faq__question-ttl {
    color: #1b4f92; }
  .event-report-lower .event-report-lower-faq__answer-ttl {
    color: #e33d58; }
  .event-report-lower .event-report-lower-faq__txt {
    line-height: 1.8;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .event-report-lower .event-report-lower-faq__txt {
        line-height: 1.5;
        font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .event-report-lower .btn__type-long a {
      width: 100%; } }

/* ----------------------------------------
 * lower
 * ------------------------------------- */
.event-information-lower {
  color: #323246; }
  .event-information-lower .event-information-lower__section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e7e7; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower__section {
        margin-bottom: 25px;
        padding-bottom: 25px; } }
  .event-information-lower .event-information-lower__section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

  .event-information-lower .event-information-lower__section_02 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e7e7; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower__section_02 {
        margin-bottom: 25px;
        padding-bottom: 25px; } }
  .event-information-lower .event-information-lower__txt-type-std {
    margin-bottom: 25px;
    line-height: 1.8;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower__txt-type-std {
        margin-bottom: 13px;
        line-height: 1.5;
        font-size: 13px; } }
  .event-information-lower .event-information-lower__txt-type-std a {
    color: #0d448b;
    text-decoration: underline;
  }
  .event-information-lower .event-information-lower__txt-type-std a:hover {
    text-decoration: none;
  }
  .event-information-lower .event-information-lower__txt-type-std:last-child {
    margin-bottom: 0; }
  .event-information-lower .event-information-lower__column-type-img-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower__column-type-img-left {
        margin-bottom: 13px; } }
  .event-information-lower .event-information-lower__column-type-img-left:last-child {
    margin-bottom: 0; }
  .event-information-lower .event-information-lower__column-type-img-left__img {
    width: 48%;
    margin-right: 4%; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower__column-type-img-left__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 13px; } }
    .event-information-lower .event-information-lower__column-type-img-left__img img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .event-information-lower .event-information-lower__column-type-img-left__info {
    width: 48%;
    margin-top: -7px; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower__column-type-img-left__info {
        width: 100%;
        margin-top: 0; } }
  .event-information-lower .event-information-lower__column-type-thumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower__column-type-thumb {
        margin-bottom: 20px; } }
  .event-information-lower .event-information-lower__column-type-thumb__list {
    width: 31%;
    margin-right: 3.5%; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower__column-type-thumb__list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px; } }
    .event-information-lower .event-information-lower__column-type-thumb__list img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .event-information-lower .event-information-lower__column-type-thumb__list:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .event-information-lower .event-information-lower__column-type-thumb__list:last-child {
      margin-bottom: 0; } }
  .event-information-lower .event-information-lower-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #0d448b; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-head {
        margin-bottom: 20px;
        padding-bottom: 12px; } }
  .event-information-lower .event-information-lower-head__inner {
    width: 80%;
    margin-right: 5%; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-head__inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4px; } }
  .event-information-lower .event-information-lower-head__subtxt {
    margin-bottom: 5px;
    color: #8b5d0d;
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-head__subtxt {
        margin-bottom: 3px;
        font-size: 10px; } }
  .event-information-lower .event-information-lower-head__hd {
    line-height: 1.3;
    font-size: 22px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-head__hd {
        font-size: 16px; } }
  .event-information-lower .event-information-lower-head__date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 15%;
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-head__date {
        width: 100%;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        font-size: 10px; } }
  .event-information-lower .event-information-lower-intro {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-intro {
        margin-bottom: 20px; } }
  .event-information-lower .event-information-lower-intro__hd {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-intro__hd {
        margin-bottom: 13px;
        font-size: 13px; } }
  .event-information-lower .event-information-lower-intro__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 25px;}
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-intro__wrap {
        margin-top: 15px; } }
    .event-information-lower-intro__wrap:last-child {
      margin-bottom: 0px;
    }
  .event-information-lower .event-information-lower-intro__list {
    width: 47%;
    margin-right: 6%; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-intro__list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px; } }
  .event-information-lower .event-information-lower-intro__list:nth-child(2n) {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .event-information-lower .event-information-lower-intro__list:last-child {
      margin-bottom: 0; } }
  .event-information-lower .event-information-lower-intro__img {}
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-intro__img {} }
    .event-information-lower .event-information-lower-intro__img img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .event-information-lower .event-information-lower-intro__info {
    width: 59%; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-intro__info {
        width: 47%; } }
  .event-information-lower .event-information-lower-intro__info__subtxt {
    font-size: 11px; }
  .event-information-lower .event-information-lower-intro__info__name {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold; }
  .event-information-lower .event-information-lower-intro__info__list li {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 11px; }
  .event-information-lower .event-information-lower-intro__info__list li:last-child {
    margin-bottom: 0; }
  .event-information-lower .event-information-lower-article {
    padding: 40px 3.3% 40px 3.3%;
    border: 1px solid #e6e7e7; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-article {
        padding: 20px 4.8% 20px 4.8%; } }
  .event-information-lower .event-information-lower-article__hd {
    position: relative;
    margin-bottom: 30px;
    padding-left: 80px;
    font-size: 16px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-article__hd {
        margin-bottom: 13px;
        padding-left: 0;
        padding-top: 12px;
        font-size: 13px; } }
  .event-information-lower .event-information-lower-article__hd:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 60px;
    height: 1px;
    background-color: #0d448b; }
    @media only screen and (max-width: 767px) {
      .event-information-lower .event-information-lower-article__hd:before {
        top: 0;
        width: 20px; } }
  @media only screen and (max-width: 767px) {
    .event-information-lower .btn__type-long a {
      width: 100%; } }

/* ----------------------------------------
 * column index
 * ------------------------------------- */
.lower-contaienr-type-column .contents__std {
  max-width: 1168px; }
  @media only screen and (max-width: 1399px) {
    .lower-contaienr-type-column .contents__std {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .lower-contaienr-type-column .contents__std {
      padding-left: 4%;
      padding-right: 4%; } }

.common-title__column {
  background-image: url(/img/renewal/column/title_column_img.jpg); }
  @media only screen and (max-width: 767px) {
    .common-title__column {
      background-image: url(/img/renewal/column/title_column_img_sp.jpg); } }
  .common-title__column .contents__std {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .common-title__column .contents__std {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start; } }
    .common-title__column .contents__std > div {
      width: auto;
      height: auto; }
  .common-title__column .common-title__column__hd {
    position: relative;
    margin-bottom: 65px; }
    @media only screen and (max-width: 767px) {
      .common-title__column .common-title__column__hd {
        margin-bottom: 12px; } }
    .common-title__column .common-title__column__hd span {
      display: block;
      width: 595px;
      height: 43px;
      background-image: url(/img/renewal/column/title_column_hd.png);
      background-position: left top;
      background-repeat: no-repeat;
      text-indent: -9999px; }
      @media only screen and (max-width: 767px) {
        .common-title__column .common-title__column__hd span {
          width: 100%;
          height: 22px;
          background-image: url(/img/renewal/column/title_column_hd_sp.png);
          background-size: 100%; } }
  .common-title__column .common-title__column__hd:after {
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -35px;
    left: 50%;
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff; }
    @media only screen and (max-width: 767px) {
      .common-title__column .common-title__column__hd:after {
        display: none; } }
  .common-title__column .common-title__column__lead {
    text-align: center;
    line-height: 1.8;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .common-title__column .common-title__column__lead {
        text-align: left;
        line-height: 1.5; } }

.common-title__column-index {
  height: 430px; }
  @media only screen and (max-width: 767px) {
    .common-title__column-index {
      height: 215px; } }

.common-column-nav__column > div {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .common-column-nav__column > div {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start; } }

.common-column-nav__column .common-column__bucknumber-block {
  width: auto; }
  @media only screen and (max-width: 767px) {
    .common-column-nav__column .common-column__bucknumber-block {
      width: 100%; } }

.column-feature__list {
  position: relative;
  height: 480px;
  margin-bottom: 55px; }
  @media only screen and (max-width: 767px) {
    .column-feature__list {
      height: auto;
      margin-bottom: 15px; } }
  .column-feature__list .column-feature__img {
    position: absolute;
    top: 0;
    max-width: 960px; }
    @media only screen and (max-width: 767px) {
      .column-feature__list .column-feature__img {
        position: static; } }
    .column-feature__list .column-feature__img img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .column-feature__list .column-feature__info {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 420px;
    background-color: #fff; }
    @media only screen and (max-width: 767px) {
      .column-feature__list .column-feature__info {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%; } }
    .column-feature__list .column-feature__info > div {
      padding: 27px 7.1% 30px 7.1%; }
      @media only screen and (max-width: 767px) {
        .column-feature__list .column-feature__info > div {
          padding: 12px 4.3% 15px 4.3%; } }
  .column-feature__list .column-feature__info__head {
    position: relative;
    margin-bottom: 14px; }
    @media only screen and (max-width: 767px) {
      .column-feature__list .column-feature__info__head {
        margin-bottom: 7px; } }
  .column-feature__list .column-feature__info__num {
    margin-bottom: 4px;
    color: #8b5d0d;
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      .column-feature__list .column-feature__info__num {
        font-size: 12px; } }
  .column-feature__list .column-feature__info__ttl {
    margin-bottom: 2px;
    line-height: 1.3;
    color: #0d448b;
    font-size: 22px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .column-feature__list .column-feature__info__ttl {
        font-size: 16px; } }
  .column-feature__list .column-feature__info__head-name {
    font-size: 12px; }
  .column-feature__list .column-feature__info__date {
    position: absolute;
    top: 0;
    right: 0;
    color: #bcbcc5;
    font-size: 13px;
    font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .column-feature__list .column-feature__info__main-txt {
      font-size: 14px; } }
  .column-feature__list .column-feature__info__body-name {
    margin-top: 12px;
    text-align: right;
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .column-feature__list .column-feature__info__body-name {
        margin-top: 4px; } }
  .column-feature__list .btn__type-std, .column-feature__list .lower-container .btn__type-add-icn, .lower-container .column-feature__list .btn__type-add-icn, .column-feature__list .lower-container .btn__type-long, .lower-container .column-feature__list .btn__type-long {
    margin-top: 22px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 767px) {
      .column-feature__list .btn__type-std, .column-feature__list .lower-container .btn__type-add-icn, .lower-container .column-feature__list .btn__type-add-icn, .column-feature__list .lower-container .btn__type-long, .lower-container .column-feature__list .btn__type-long {
        margin-top: 17px; } }
    .column-feature__list .btn__type-std a, .column-feature__list .lower-container .btn__type-add-icn a, .lower-container .column-feature__list .btn__type-add-icn a, .column-feature__list .lower-container .btn__type-long a, .lower-container .column-feature__list .btn__type-long a {
      width: 100%;
      height: 42px;
      padding-top: 11px;
      font-size: 13px; }

.column-feature__list:last-child {
  margin-bottom: 0; }

.column-feature__type-img-left .column-feature__img {
  left: 0; }

.column-feature__type-img-left .column-feature__info {
  right: 0; }

.column-feature__type-img-right .column-feature__img {
  right: 0; }

.column-feature__type-img-right .column-feature__info {
  left: 0; }

/* ----------------------------------------
 * column lower
 * ------------------------------------- */
.common-title__column-lower {
  height: 280px;
  background-position: center top; }
  @media only screen and (max-width: 767px) {
    .common-title__column-lower {
      height: 140px; } }

.lower-contents-type-column__hd {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px; }
  @media only screen and (max-width: 767px) {
    .lower-contents-type-column__hd {
      margin-bottom: 25px; } }

.column-lower-feature .column-feature__img {
  left: 0; }

.column-lower-feature .column-feature__info {
  position: absolute;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  right: 0; }
  @media only screen and (max-width: 767px) {
    .column-lower-feature .column-feature__info {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%; } }

.lower-contents-type-column-2 {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .lower-contents-type-column-2 {
      padding-left: 4%;
      padding-right: 4%; } }

.column-lower__txt-block {
  margin-bottom: 55px;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .column-lower__txt-block {
      margin-bottom: 15px; } }
  .column-lower__txt-block > div {
    padding: 55px 55px 50px 55px; }
    @media only screen and (max-width: 767px) {
      .column-lower__txt-block > div {
        padding: 35px 4.3% 20px 4.3%; } }

.column-lower__interview-section {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .column-lower__interview-section {
      margin-bottom: 25px; } }

.column-lower__interview-section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

  .column-lower__interview-section .right_img {
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;}
    @media only screen and (max-width: 767px) {
      .column-lower__interview-section .right_img {
        width: 45%;
        margin-left: 12px;
        margin-bottom: 12px; } }

  .column-lower__interview-section .left_img {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;}
    @media only screen and (max-width: 767px) {
      .column-lower__interview-section .left_img {
        width: 45%;
        margin-right: 12px;
        margin-bottom: 12px; } }

  .column-lower__interview-section .column-lower__interview__ttl {
    position: relative;
    margin-bottom: 20px;
    padding-left: 75px;
    color: #323246;
    font-size: 16px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .column-lower__interview-section .column-lower__interview__ttl {
        margin-bottom: 15px;
        padding-left: 0;
        font-size: 13px; } }
  .column-lower__interview-section .column-lower__interview__ttl:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 60px;
    height: 1px;
    background-color: #0d448b; }
    @media only screen and (max-width: 767px) {
      .column-lower__interview-section .column-lower__interview__ttl:before {
        top: -10px;
        width: 20px; } }
  .column-lower__interview-section .column-lower__interview__txt {
    line-height: 1.8;
    color: #323246;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .column-lower__interview-section .column-lower__interview__txt {
        line-height: 1.5;
        font-size: 13px; } }
    .column-lower__interview-section .column-lower__interview__txt span {
      font-weight: bold; }

.column-lower__img-block {
  margin-bottom: 55px; }
  @media only screen and (max-width: 767px) {
    .column-lower__img-block {
      margin-bottom: 15px; } }
  .column-lower__img-block .column-lower__img__img img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .column-lower__img-block .column-lower__img__txt {
    padding: 14px 15px 12px 15px;
    line-height: 1.3;
    background-color: #fff;
    color: #828d9a;
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .column-lower__img-block .column-lower__img__txt {
        padding: 7px 2% 5px 2%;
        font-size: 11px; } }

.column-lower__column-type-2 {
  margin-bottom: 55px; }
  @media only screen and (max-width: 767px) {
    .column-lower__column-type-2 {
      margin-bottom: 15px; } }
  .column-lower__column-type-2 .column-lower__column-type-2__left {
    width: 48.5%;
    float: left; }
    @media only screen and (max-width: 767px) {
      .column-lower__column-type-2 .column-lower__column-type-2__left {
        width: 100%;
        float: none;
        margin-bottom: 15px !important; } }
  .column-lower__column-type-2 .column-lower__column-type-2__right {
    width: 48.5%;
    float: right; }
    @media only screen and (max-width: 767px) {
      .column-lower__column-type-2 .column-lower__column-type-2__right {
        width: 100%;
        float: none; } }
  .column-lower__column-type-2 .column-lower__txt-block, .column-lower__column-type-2 .column-lower__img-block {
    margin-bottom: 0; }

.column-lower__column-type-3 {
  margin-bottom: 55px; }
  @media only screen and (max-width: 767px) {
    .column-lower__column-type-3 {
      margin-bottom: 15px; } }
  .column-lower__column-type-3 .column-lower__column-type-3__left {
    width: 39.458%;
    float: left; }
    @media only screen and (max-width: 767px) {
      .column-lower__column-type-3 .column-lower__column-type-3__left {
        width: 100%;
        float: none; } }
  .column-lower__column-type-3 .column-lower__column-type-3__right {
    width: 57.835%;
    float: right; }
    @media only screen and (max-width: 767px) {
      .column-lower__column-type-3 .column-lower__column-type-3__right {
        width: 100%;
        float: none;
        margin-bottom: 15px !important; } }
  .column-lower__column-type-3 .column-lower__txt-block, .column-lower__column-type-3 .column-lower__img-block {
    margin-bottom: 0; }

.column-lower__interview-section:last-child {
  margin-bottom: 0; }

.column-lower__profile-block {
  padding: 55px 55px 50px 55px;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .column-lower__profile-block {
      padding: 35px 4.3% 20px 4.3%; } }
  .column-lower__profile-block .column-lower__profile__head {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e6e7e7; }
    @media only screen and (max-width: 767px) {
      .column-lower__profile-block .column-lower__profile__head {
        margin-bottom: 18px;
        padding-bottom: 16px; } }
    .column-lower__profile-block .column-lower__profile__head .column-lower__profile__main-txt:first-child {
      margin-top: 12px; }
    .column-lower__profile-block .column-lower__profile__head .column-lower__profile__main-txt {
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        .column-lower__profile-block .column-lower__profile__head .column-lower__profile__main-txt {
          margin-top: 13px; }
          .column-lower__profile-block .column-lower__profile__head .column-lower__profile__main-txt:first-child {
          margin-top: 0; } }
    .column-lower__profile-block .column-lower__profile__head .column-lower__profile__main-txt .sub_tx {
      font-size: 12px;
      color: #828d9a;
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        .column-lower__profile-block .column-lower__profile__head .column-lower__profile__main-txt .sub_tx {
          font-size: 11px;
          margin-top: 12px; } }
  .column-lower__profile-block .column-lower__profile__body {
    padding-bottom: 28px;
    border-bottom: 1px solid #e6e7e7; }
    @media only screen and (max-width: 767px) {
      .column-lower__profile-block .column-lower__profile__body {
        padding-bottom: 16px; } }
  .column-lower__profile-block .column-lower__profile__img {
    width: 17%;
    float: left; }
    @media only screen and (max-width: 767px) {
      .column-lower__profile-block .column-lower__profile__img {
        width: 30%;
        margin-right: 4.8%;
        margin-bottom: 10px; } }
    .column-lower__profile-block .column-lower__profile__img img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .column-lower__profile-block .column-lower__profile__info {
    width: 80%;
    float: right; }
    @media only screen and (max-width: 767px) {
      .column-lower__profile-block .column-lower__profile__info {
        width: 100%;
        float: none; } }
  .column-lower__profile-block .column-lower__profile__main-txt dt, .column-lower__profile-block .column-lower__profile__main-txt dd {
    color: #323246;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .column-lower__profile-block .column-lower__profile__main-txt dt, .column-lower__profile-block .column-lower__profile__main-txt dd {
        font-size: 13px; } }
  .column-lower__profile-block .column-lower__profile__main-txt dt {
    margin-bottom: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .column-lower__profile-block .column-lower__profile__main-txt dt {
        margin-bottom: 14px; } }
  .column-lower__profile-block .column-lower__profile__main-txt dd {
    line-height: 1.8; }
    @media only screen and (max-width: 767px) {
      .column-lower__profile-block .column-lower__profile__main-txt dd {
        line-height: 1.5; } }
  .column-lower__profile-block .column-lower__profile__sub-txt {
    margin-bottom: 3px;
    color: #323246;
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .column-lower__profile-block .column-lower__profile__sub-txt {
        font-size: 11px; } }

.column-lower__profile-block .btn__other-article {
    margin-top: 35px;
}
@media only screen and (max-width: 767px){
  .column-lower__profile-block .btn__other-article {
    margin-top: 15px;
  }
}

.column-lower__profile-block .btn__other-article:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

@media only screen and (max-width: 767px){
  .column-lower__profile-block .btn__other-article p {
    text-align: center;
  }
}

.column-lower__profile-block .btn__other-article .btn__other-article__num {
    margin-bottom: 1px;
    color: #8b5d0d;
    font-size: 13px;
}@media only screen and (max-width: 767px){
  .column-lower__profile-block .btn__other-article .btn__other-article__num {
    margin-bottom: 0px;
    color: #8b5d0d;
    font-size: 10px;
} }

.column-lower__profile-block .btn__other-article .btn__other-article__ttl {
    margin-bottom: 1px;
    line-height: 1.3;
    color: #0d448b;
    font-size: 16px;
    font-weight: bold;
}@media only screen and (max-width: 767px){
  .column-lower__profile-block .btn__other-article .btn__other-article__ttl {
    margin-bottom: 0px;
    font-size: 14px;
} }

.column-lower__profile-block .btn__other-article .btn__other-article__head-name {
    font-size: 12px;
}@media only screen and (max-width: 767px){
  .column-lower__profile-block .btn__other-article .btn__other-article__head-name {
    font-size: 11px;
} }

.column-lower__profile-block .btn__other-article .next-article {
  width: 50%;
  text-align: right;
  float: right;
  padding-bottom: 35px;
}@media only screen and (max-width: 767px){
  .column-lower__profile-block .btn__other-article .next-article {
    width: 100%;
    float: none;
    padding-bottom: 15px;
  }
}

.column-lower__profile-block .btn__other-article a {
  transition: all 300ms 0s ease;
}

@media only screen and (min-width: 768px){
  .column-lower__profile-block .btn__other-article a:hover {
    opacity: 0.65;
  }
}

.column-lower__profile-block .btn__other-article .next-article a {
  display: inline-block;
  padding-right: 20px;
  background-position: right center;
  background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
  background-size: 8px 14px;
  background-repeat: no-repeat;
}@media only screen and (max-width: 767px){
  .column-lower__profile-block .btn__other-article .next-article a {
    display: block;
    padding: 0;
}}

.column-lower__profile-block .btn__other-article .prev-article {
  width: 50%;
  float: left;
  padding-bottom: 35px;
}@media only screen and (max-width: 767px){
  .column-lower__profile-block .btn__other-article .prev-article {
    width: 100%;
    float: none;
    padding-bottom: 15px;
  }
}

.column-lower__profile-block .btn__other-article .prev-article a {
  display: inline-block;
  padding-left: 20px;
  background-position: left center;
  background-image: url(/img/renewal/common/icn_arrow_left_blue.png);
  background-size: 8px 14px;
  background-repeat: no-repeat;
}@media only screen and (max-width: 767px){
  .column-lower__profile-block .btn__other-article .prev-article a {
    display: block;
    padding: 0;
}}

  .column-lower__profile-block .btn__type-long {
    clear: both;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .column-lower__profile-block .btn__type-long {
        margin-top: 10px; } }
    @media only screen and (max-width: 767px) {
      .column-lower__profile-block .btn__type-long a {
        width: 100%; } }


/* ----------------------------------------
 * special index
 * ------------------------------------- */
.special-index__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .special-index__column .special-index__list {
    width: 30%;
    margin-right: 5%; }
    .special-index__column .special-index__list .special-index__img {
      position: relative;
    }
    @media only screen and (max-width: 767px) {
      .special-index__column .special-index__list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px; } }
    @media only screen and (min-width: 899px) {
      .special-index__column .special-index__list a:hover .special-index__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .special-index__column .special-index__list a:hover .special-index__btn-block:before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .special-index__column .special-index__list a:hover .special-index__btn-block:after {
        background-image: url(/img/renewal/common/icn_arrow_right_white.png); }
      .special-index__column .special-index__list a:hover .special-index__btn-block__maintxt,
      .special-index__column .special-index__list a:hover .special-index__btn-block__subtxt {
        color: #fff; }
      .special-index__column .special-index__list a:hover .special-index__btn-block__maintxt.icn-external__type-1:after {
        background-image: url(/img/renewal/common/icn_external_white.png); } }
  .special-index__column .special-index__list:nth-child(3n) {
    margin-right: 0; }
  .special-index__column .special-index__list:nth-child(n+4) {
    margin-top: 55px; }
    @media only screen and (max-width: 767px) {
      .special-index__column .special-index__list:nth-child(n+4) {
        margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .special-index__column .special-index__list:last-child {
      margin-bottom: 0; } }
  .special-index__column .special-index__label {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 6px 12px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .special-index__column .special-index__label {
        font-size: 10px; } }
  .special-index__column .special-index__label-special {
    background-color: #0d448b; }
  .special-index__column .special-index__img {
    overflow: hidden; }
    .special-index__column .special-index__img img {
      -webkit-transition: 0.6s ease 0s;
      transition: 0.6s ease 0s;
      max-width: 100%;
      width: 100%;
      height: auto; }
  .special-index__column .special-index__list__body {
    padding: 11px 4.3% 12px 4.3%;
    border-bottom: 1px solid #f1f3f5;
    background-color: #fff; }
  .special-index__column .special-index__ttl {
    margin-bottom: 5px;
    line-height: 1.3;
    color: #0d448b;
    font-size: 16px;
    font-weight: bold; }
  .special-index__column .special-index__type {
    margin-bottom: 7px;
    font-size: 12px; }
  .special-index__column .special-index__btn-block {
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 1.4;
    background-color: #fff; }
    .special-index__column .special-index__btn-block > div {
      z-index: 2;
      position: relative; }
  @media only screen and (min-width: 899px) {
    .special-index__column .special-index__btn-block:before {
      transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), right 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      content: "";
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #0d448b; } }
  .special-index__column .special-index__btn-block:after {
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    z-index: 2;
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    width: 8px;
    height: 14px;
    background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
    background-size: 8px 14px; }
  .special-index__column .special-index__btn-block__maintxt .icn-external__type-1:after {
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s; }
  .special-index__column .special-index__btn-block__maintxt {
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    color: #0d448b;
    font-size: 13px; }
  .special-index__column .special-index__btn-block__subtxt {
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    text-align: center;
    color: #0d448b;
    font-size: 10px; }


/* ----------------------------------------
 * special lower
 * ------------------------------------- */
.special-lower-hero {
  width: 100%;
}

.special-lower-hero .special-lower-hero__inner {
  position: relative;
}@media only screen and (max-width: 767px) {
  .special-lower-hero .special-lower-hero__inner {
  position: static; } }

.special-lower-hero .special-lower-hero__inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.special-lower-hero .special-lower-hero__inner .special-lower-hero__ttl {
  padding: 32px 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
}@media only screen and (max-width: 767px) {
  .special-lower-hero .special-lower-hero__inner .special-lower-hero__ttl {
  padding: 16px;
  position: static;
  border-bottom: 1px solid #e6e7e7; } }

.special-lower-hero .special-lower-hero__inner .special-lower-hero__ttl .special-lower-hero__ttl-label-special {
    background-color: #0d448b;
    padding: 6px 12px;
    font-size: 13px;
    display: inline-block;
}@media only screen and (max-width: 767px) {
  .special-lower-hero .special-lower-hero__inner .special-lower-hero__ttl .special-lower-hero__ttl-label-special {
  padding: 6px 10px;
  font-size: 13px; } }

.special-lower-hero .special-lower-hero__inner .special-lower-hero__ttl .special-lower-hero__ttl-type {
    padding: 6px 12px;
    display: inline-block;
    font-size: 13px;
}@media only screen and (max-width: 767px) {
  .special-lower-hero .special-lower-hero__inner .special-lower-hero__ttl .special-lower-hero__ttl-type {
  padding: 6px 10px;
  color: #51515b; } }

.special-lower-hero .special-lower-hero__inner .special-lower-hero__ttl .special-lower-hero__ttl-hd {
    font-size: 22px;
    margin-top: 14px;
    line-height: 1.46;
    font-weight: bold;
}@media only screen and (max-width: 767px) {
  .special-lower-hero .special-lower-hero__inner .special-lower-hero__ttl .special-lower-hero__ttl-hd {
    font-size: 16px;
    margin-top: 9px;
    color: #0d448b; } }

.special-lower-resolve {
  width: 100%;
  background-color: #ebeff5;
  position: relative;
  padding: 20px 0px;
}@media only screen and (max-width: 767px) {
  .special-lower-resolve {
    padding: 12px 0px; } }

.special-lower-resolve:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 0px;
  display: block;
  background-image: url(/img/renewal/special/special_resolve_obj_arrow_img.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 31px 18px;
  height: 18px;
  width: 100%;
}@media only screen and (max-width: 767px) {
  .special-lower-resolve:after {
    font-size: 16px;
    bottom: -10px;
    background-size: 20px 11px;
    height: 11px; } }

.special-lower-resolve .special-lower-resolve_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #0d448b;
}@media only screen and (max-width: 767px) {
  .special-lower-resolve .special-lower-resolve_ttl {
    font-size: 18px; } }

.special-lower {
  color: #323246;
  padding: 55px 5.1% 55px 5.1%;
 }@media only screen and (max-width: 767px) {
    .special-lower {
      padding: 25px 4% 25px 4%; } }

  .special-lower .special-lower-intro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8px;
   }@media only screen and (max-width: 767px) {
      .special-lower .special-lower-intro {
        display:block;
        padding-bottom: 0px; } }

  .special-lower .special-lower-intro__hd {
    width: 110px;
    position: relative;
    background-color: #ebeff5;
  }@media only screen and (max-width: 767px) {
    .special-lower .special-lower-intro__hd {
      position: static;
      width: 100%;
    } }

  .special-lower .special-lower-intro__hd .special-lower-intro__hd-txt {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }@media only screen and (max-width: 767px) {
    .special-lower .special-lower-intro__hd .special-lower-intro__hd-txt {
      font-size: 13px;
      position: static;
      padding: 12px 16px;
      transform: translateY(0%) translateX(0%);
      -webkit- transform: translateY(0%) translateX(0%);
      text-align: left;
    } }

  .special-lower .special-lower-intro__txt {
    width: calc(100% - 110px);
    background-color: #fafafa;
  }@media only screen and (max-width: 767px) {
    .special-lower .special-lower-intro__txt {
      width: 100%;
    } }

  .special-lower .special-lower-intro__txt .special-lower-intro__txt-type-std {
    font-size: 16px;
    line-height: 1.4;
    padding: 24px 32px;
  }@media only screen and (max-width: 767px) {
    .special-lower .special-lower-intro__txt .special-lower-intro__txt-type-std {
      font-size: 13px;
      line-height: 1.4;
      padding: 12px 16px;
    } }

  .special-lower .special-lower__section {
    margin-top: 48px; }
    @media only screen and (max-width: 767px) {
      .special-lower .special-lower__section {
        margin-top: 16px; } }

  .special-lower .special-lower__section .special-lower__section-hd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e7e7;
  }@media only screen and (max-width: 767px) {
      .special-lower .special-lower__section .special-lower__section-hd {
        display: inline-block;
        padding-bottom: 12px; } }

  .special-lower .special-lower__section .special-lower__section-hd-num {
    border: 1px solid #e40303;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 12px;
    box-sizing: border-box;
    color: #e40303;
  }@media only screen and (max-width: 767px) {
      .special-lower .special-lower__section .special-lower__section-hd-num {
    display: inline-block;
    font-size: 11px;
    padding: 4px 6px; } }

  .special-lower .special-lower__section .special-lower__section-hd-txt {}

  .special-lower .special-lower__section .special-lower__section-hd-txt .special-lower__section-hd-txt-type-std {
    padding-left: 14px;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 2px;
    font-weight: bold;
    color: #0d448b;
  }@media only screen and (max-width: 767px) {
    .special-lower .special-lower__section .special-lower__section-hd-txt .special-lower__section-hd-txt-type-std {
    padding-left: 0px;
    font-size: 15px;
    padding-top: 8px;
    } }

  .special-lower .special-lower__txt-type-std {
    margin-top: 31px;
    line-height: 1.8;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .special-lower .special-lower__txt-type-std {
        margin-top: 14px;
        line-height: 1.5;
        font-size: 13px; } }

  .special-lower .special-lower__point {
    border: 4px solid #cad2dd;
    background-color: #fafafa;
    padding: 32px;
    margin-top: 48px;
  }@media only screen and (max-width: 767px) {
      .special-lower .special-lower__point {
        border: 2px solid #cad2dd;
        padding: 20px 16px;
        margin-top: 16px;} }

  .resolve .special-lower__point {
    margin-top: 0px;
  }

  .special-lower .special-lower__point-hd {
    border-bottom: 1px solid #cad2dd;
    padding-bottom: 19px;
  }@media only screen and (max-width: 767px) {
      .special-lower .special-lower__point-hd {
        padding-bottom: 13px;
        } }

  .special-lower .special-lower__point-hd .special-lower__point-hd-type-std {
    font-weight: bold;
    font-size: 16px;
    color: #0d448b;
  }@media only screen and (max-width: 767px) {
      .special-lower .special-lower__point-hd .special-lower__point-hd-type-std {
        font-size: 13px;
        } }

  .special-lower .special-lower__point-list {
    margin-top: 10px;
  }@media only screen and (max-width: 767px) {
      .special-lower .special-lower__point-list {
        margin-top: 4px;
        } }

  .special-lower .special-lower__point-list .special-lower__point-list-txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 8px;
  }@media only screen and (max-width: 767px) {
      .special-lower .special-lower__point-list .special-lower__point-list-txt  {
        padding-top: 4px;
        } }

  .special-lower .special-lower__point-list .special-lower__point-list-txt .special-lower__point-list-num {
    font-size: 16px;
    font-weight: bold;
    color: #0d448b;
    display: block;
  }@media only screen and (max-width: 767px) {
      .special-lower .special-lower__point-list .special-lower__point-list-txt .special-lower__point-list-num {
        font-size: 13px;
        width: 16px;
        } }

  .special-lower .special-lower__point-list .special-lower__point-list-txt .special-lower__point-list-type-std {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    display: block;
  }@media only screen and (max-width: 767px) {
      .special-lower .special-lower__point-list .special-lower__point-list-txt .special-lower__point-list-type-std{
        font-size: 13px;
        padding-left: 2px;
        width: calc(100% - 16px);
        box-sizing: border-box;
        } }

  .special-lower .next-btn {
    padding-bottom: 56px;
    border-bottom: 1px solid #e6e7e7;
  }@media only screen and (max-width: 767px) {
      .special-lower .next-btn{
          padding-bottom: 28px;
        } }

  .special-lower .next-btn__type-std{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 56px; }
    @media only screen and (max-width: 767px) {
      .special-lower .next-btn__type-std{
        margin-top: 28px; } }
    .special-lower .next-btn__type-std a {
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      overflow: hidden;
      position: relative;
      display: block;
      width: 810px;
      height: 80px;
      padding-top: 24px;
      border: 2px solid #0d448b;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      color: #0d448b;
      font-size: 18px;
      font-weight: bold; }
      @media only screen and (min-width: 899px) {
        .special-lower .next-btn__type-std a:hover {
          width: 810px;
          height: 80px;
          color: #fff; } }
      @media only screen and (max-width: 767px) {
        .special-lower .next-btn__type-std a {
          width: 100%;
          height: 62px;
          padding-top: 18px;
          font-size: 15px;
          border: 2px solid #0d448b; } }
    .special-lower .next-btn__type-std a:before {
      transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), right 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
      -webkit-transform: translate3d(-101%, 0, 0);
      transform: translate3d(-101%, 0, 0);
      content: "";
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #0d448b; }
    @media only screen and (min-width: 899px) {
      .special-lower .next-btn__type-std a:hover:before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    .special-lower .next-btn__type-std a:after {
      -webkit-transition: 0.4s ease 0s;
      transition: 0.4s ease 0s;
      content: "";
      position: absolute;
      display: block;
      background-position: left top;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      top: 50%;
      right: 18px;
      width: 8px;
      height: 14px;
      background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
      background-size: 8px 14px; }
      @media only screen and (min-width: 899px) {
      .special-lower .next-btn__type-std a:hover:after {
        background-image: url(/img/renewal/common/icn_arrow_right_white.png); } }
    .special-lower .next-btn__type-std span {
      z-index: 2;
      position: relative;
      display: block; }

  @media only screen and (max-width: 767px) {
    .special-lower .btn__type-long {
      margin-top: 28px; }
    .special-lower .btn__type-long a {
      width: 100%; } }

/* ----------------------------------------
 * knowledge index
 * ------------------------------------- */
.knowledge-index__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -55px;
   }@media only screen and (max-width: 767px) {
    .knowledge-index__column {
      margin-top: 0px;
    }
   }
  .knowledge-index__column .knowledge-index__list {
    width: 30%;
    margin: 55px calc(10% / 6) 0; }
    @media only screen and (max-width: 767px) {
      .knowledge-index__column .knowledge-index__list {
        margin-top: 0; } }
    .knowledge-index__column .knowledge-index__list .knowledge-index__img {
      position: relative;
    }
    @media only screen and (max-width: 767px) {
      .knowledge-index__column .knowledge-index__list {
        width: 100%;
        margin: 0px 0px 25px 0px;} }
    @media only screen and (min-width: 899px) {
      .knowledge-index__column .knowledge-index__list a:hover .knowledge-index__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .knowledge-index__column .knowledge-index__list a:hover .knowledge-index__btn-block:before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .knowledge-index__column .knowledge-index__list a:hover .knowledge-index__btn-block:after {
        background-image: url(/img/renewal/common/icn_arrow_right_white.png); }
      .knowledge-index__column .knowledge-index__list a:hover .knowledge-index__btn-block__maintxt,
      .knowledge-index__column .knowledge-index__list a:hover .knowledge-index__btn-block__subtxt {
        color: #fff; }
      .knowledge-index__column .knowledge-index__list a:hover .knowledge-index__btn-block__maintxt.icn-external__type-1:after {
        background-image: url(/img/renewal/common/icn_external_white.png); } }
  @media only screen and (max-width: 767px) {
    .knowledge-index__column .knowledge-index__list:last-child {
      margin-bottom: 0; } }
  .knowledge-index__column .knowledge-index__img {
    overflow: hidden; }
    .knowledge-index__column .knowledge-index__img img {
      -webkit-transition: 0.6s ease 0s;
      transition: 0.6s ease 0s;
      max-width: 100%;
      width: 100%;
      height: auto; }
  .knowledge-index__column .knowledge-index__list__body {
    padding: 15px 4.3% 12px 4.3%;
    border-bottom: 1px solid #f1f3f5;
    background-color: #fff; }
  .knowledge-index__column .knowledge-index__category {
    margin-bottom: 3px;
    line-height: 1.3;
    color: #8b5d0d;
    font-size: 13px;
  }
  .knowledge-index__column .knowledge-index__subttl {
    font-size: 12px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .knowledge-index__column .knowledge-index__ttl {
    margin-bottom: 12px;
    line-height: 1.3;
    color: #0d448b;
    font-size: 16px;
    font-weight: bold; }
  .knowledge-index__column .knowledge-index__subcategory {
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 7px;
    font-size: 12px;
    background-color: #00438e;
    color: #fff;
    border-radius: 3px;
    padding: 9px 16px;
     }
  .knowledge-index__column .knowledge-index__btn-block {
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 1.4;
    background-color: #fff; }
    .knowledge-index__column .knowledge-index__btn-block > div {
      z-index: 2;
      position: relative; }
  @media only screen and (min-width: 899px) {
    .knowledge-index__column .knowledge-index__btn-block:before {
      transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), right 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
      -webkit-transform: translate3d(-101%, 0, 0);
      transform: translate3d(-101%, 0, 0);
      content: "";
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #0d448b; } }
  .knowledge-index__column .knowledge-index__btn-block:after {
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    z-index: 2;
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    width: 8px;
    height: 14px;
    background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
    background-size: 8px 14px; }
  .knowledge-index__column .knowledge-index__btn-block__maintxt .icn-external__type-1:after {
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s; }
  .knowledge-index__column .knowledge-index__btn-block__maintxt {
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    color: #0d448b;
    font-size: 13px; }
  .knowledge-index__column .knowledge-index__btn-block__subtxt {
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    text-align: center;
    color: #0d448b;
    font-size: 10px; }

  .knowledge-index__column .knowledge-index__profile-block{
    max-width: 1024px;
    width: 100%;
    background-color: #fff;
    padding: 32px;
    box-sizing: border-box;
    margin: 56px auto 0px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .knowledge-index__column .knowledge-index__profile-block .knowledge-index__img{
    width: 26%;
    margin-right: 2%; }
  .knowledge-index__column .knowledge-index__profile-block .knowledge-index__txt{
    width: 72%;
    margin-top: 7%;
  }@media only screen and (max-width: 767px) {
    .knowledge-index__column .knowledge-index__profile-block{
      display: block;
      margin-top: 0px;
    }
    .knowledge-index__column .knowledge-index__profile-block .knowledge-index__img,
    .knowledge-index__column .knowledge-index__profile-block .knowledge-index__txt{
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-right: 0;
    }
    .knowledge-index__column .knowledge-index__profile-block .knowledge-index__txt{
      margin-top: 4%;
    }
   }

  .knowledge-index__column .knowledge-index__profile-block h2 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .knowledge-index__column .knowledge-index__profile-block p {
    font-size: 14px;
    line-height: 1.3;
  }

  .knowledge-index__column .knowledge-index__profile-block p:first-of-type{
    margin-bottom: 8px;
  }

/* ----------------------------------------
 * knowledge lower
 * ------------------------------------- */


 .knowledge-lower {
  color: #323246; }

  .knowledge-lower .knowledge-lower-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #0d448b; }
    @media only screen and (max-width: 767px) {
      .knowledge-lower .knowledge-lower-head {
        margin-bottom: 20px;
        padding-bottom: 16px; } }
  .knowledge-lower .knowledge-lower-head__categorytxt {
    margin-bottom: 3px;
    color: #8b5d0d;
    line-height: 1.3;
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      .knowledge-lower .knowledge-lower-head__categorytxt {
        margin-bottom: 3px;
        font-size: 13px; } }
  .knowledge-lower .knowledge-lower-head__subhd {
    margin-bottom: 2px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .knowledge-lower .knowledge-lower-head__subhd {
        margin-bottom: 2px;
        font-size: 11px;
        line-height: 1.3; }
         }
  .knowledge-lower .knowledge-lower-head__hd {
    line-height: 1.3;
    font-size: 22px;
    font-weight: bold;
    color: #00428d; }
    @media only screen and (max-width: 767px) {
      .knowledge-lower .knowledge-lower-head__hd {
        font-size: 18px; } }


  .knowledge-lower .knowledge-lower__subcategory {
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 7px;
    font-size: 12px;
    color: #fff;
    background-color: #00438e;
    border-radius: 3px;
    padding: 9px 16px;
    margin-bottom: 26px;
  }@media only screen and (max-width: 767px) {
    .knowledge-lower .knowledge-lower__subcategory {
      margin-bottom: 16px;
    }
   }

  .knowledge-lower .knowledge-lower__section {
    margin-bottom: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #e6e7e7; }
    @media only screen and (max-width: 767px) {
      .knowledge-lower .knowledge-lower__section {
        margin-bottom: 25px;
        padding-bottom: 25px; } }
  .knowledge-lower .knowledge-lower__txt-type-std {
    margin-bottom: 26px; }
    @media only screen and (max-width: 767px) {
      .knowledge-lower .knowledge-lower__txt-type-std {
        margin-bottom: 13px; } }
  .knowledge-lower .knowledge-lower__txt-type-std:last-child {
    margin-bottom: 0; }

  .knowledge-lower .knowledge-lower_section-hd {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 26px;
    line-height: 1.3;
  }@media only screen and (max-width: 767px) {
    .knowledge-lower .knowledge-lower_section-hd {
      font-size: 15px;
      margin-bottom: 16px;
    }
  }

  .knowledge-lower .knowledge-lower_section-sub-hd {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.3;
  }@media only screen and (max-width: 767px) {
    .knowledge-lower .knowledge-lower_section-sub-hd {
      font-size: 14px;
      margin-bottom: 6px;
    }
  }

  .knowledge-lower .knowledge-lower_section-txt {
    font-size: 16px;
    margin-bottom: 26px;
    line-height: 1.8;
  }@media only screen and (max-width: 767px) {
    .knowledge-lower .knowledge-lower_section-txt {
      font-size: 13px;
      line-height: 1.6;
      margin-bottom: 16px;
    }
  }

  .knowledge-lower .knowledge-lower__txt-type-std .knowledge-lower_section-txt:last-child {
    margin-bottom: 0;
  }

  .figure-right {
    width: 420px;
    margin: 0 0 24px 24px;
    float: right;
  }@media only screen and (max-width: 767px) {
    .figure-right {
      width: 40%;
      margin: 0 0 16px 16px;
    }
  }

  .figure-center {
    width: 600px;
    margin: 0 auto 26px;
  }@media only screen and (max-width: 767px) {
    .figure-center {
      width: 100%;
      margin: 0 auto 16px;
    }
  }


  p.figure-hd {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
  }@media only screen and (max-width: 767px) {
    p.figure-hd {
      font-size: 13px;
      margin-bottom: 4px;
    }
  }

  p.figure-img {
    text-align: center;
    padding: 32px;
    width: 100%;
    box-sizing: border-box;
    border:1px solid #e6e7e7;
    margin-bottom: 8px;
  }@media only screen and (max-width: 767px) {
    p.figure-img {
      padding: 8px;
    }
  }

  p.figure-img img.side_size {
    width: 100%;
  }

  @media only screen and (max-width: 767px) {
    p.figure-img img.length_size {
      width: 40%;
    }
  }

  p.figure-caption {
    font-size: 14px;
  }@media only screen and (max-width: 767px) {
    p.figure-caption {
    font-size: 13px;
    }
  }

  .knowledge-lower .img_center {
    text-align: center;
  }@media only screen and (max-width: 767px) {
    .knowledge-lower .img_center img {
      width: 100%;
    }
  }

  .knowledge-lower .img_right {
    margin-left: 24px;
    margin-bottom: 26px;
    float: right;
  }@media only screen and (max-width: 767px) {
    .knowledge-lower .img_right {
      margin-left: 16px;
      margin-bottom: 16px;
      width: 30%;
    }
  }

  .knowledge-lower .img_clear:after {
    content: "";
    clear: both;
    display: block;
  }
@media only screen and (max-width: 767px) {
  .knowledge-lower .btn__type-long {
    margin-top: 0px;
  }
}

.lower-contaienr-type-column .contents__std {
  max-width: 1168px; }
  @media only screen and (max-width: 1399px) {
    .lower-contaienr-type-column .contents__std {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .lower-contaienr-type-column .contents__std {
      padding-left: 4%;
      padding-right: 4%; } }


/* ----------------------------------------
 * sunbalance lower
 * ------------------------------------- */

.common-title__sunbalance {
  background-image: url(/img/renewal/sunbalance/title_sunbalance_img.jpg); }
  @media only screen and (max-width: 767px) {
    .common-title__sunbalance {
      background-image: url(/img/renewal/sunbalance/title_sunbalance_img_sp.jpg); } }
  .common-title__sunbalance .contents__std {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .common-title__sunbalance .contents__std > div {
      width: auto;
      height: auto; }
  .common-title__sunbalance .common-title__sunbalance__hd {
    position: relative;
    margin-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      .common-title__sunbalance .common-title__sunbalance__hd {
        margin-bottom: 0px; } }
    .common-title__sunbalance .common-title__sunbalance__hd span {
      display: block;
      width: 469px;
      height: 205px;
      background-image: url(/img/renewal/sunbalance/title_sunbalance_hd.png);
      background-position: left top;
      background-repeat: no-repeat;
      text-indent: -9999px; }
      @media only screen and (max-width: 767px) {
        .common-title__sunbalance .common-title__sunbalance__hd span {
          width: 238px;
          height: 104px;
          background-image: url(/img/renewal/sunbalance/title_sunbalance_hd_sp.png);
          background-size: 100%; } }

.common-title__sunbalance-index {
  height: 430px; }
  @media only screen and (max-width: 767px) {
    .common-title__sunbalance-index {
      height: 215px; } }

.lower-contaienr-type-sunbalance .contents__std {
  max-width: 1168px; }
  @media only screen and (max-width: 1399px) {
    .lower-contaienr-type-sunbalance .contents__std {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .lower-contaienr-type-sunbalance .contents__std {
      padding-left: 4%;
      padding-right: 4%; } }

.lower-contaienr-type-sunbalance .contents-section {
  padding: 40px 40px 40px 40px;
  background-color: #eaf2f9;
  color: #323246;
  margin-bottom: 40px;
} @media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section {
  padding: 16px;
  margin-bottom: 16px;
} }

.lower-contaienr-type-sunbalance .contents-section h2 {
  border-bottom: 1px solid #b2c6d8;
  font-size: 22px;
  padding-bottom: 22px;
  font-weight: bold;
  margin-bottom: 40px;
} @media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section h2 {
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

.lower-contaienr-type-sunbalance .contents-section p.section01-txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
} @media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section p.section01-txt {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 16px;
  }
}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column,
.lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
} @media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section .contents-section-column,
  .lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 {
    display: block;
  }
}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column2__list {
  width: calc( calc(100% - 24px) / 2);
  background-color: #fff;
  padding: 16px;
} @media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column2__list {
    width: 100%;
    margin-bottom: 16px;
  }

  .lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column2__list:last-child {
    margin-bottom: 0px;
  }
}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column2__list p.section02-txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
} @media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column2__list p.section02-txt {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.contents-section-column2__list .contents-section-column2__list-inner01,
.contents-section-column2__list .contents-section-column2__list-inner02 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
} @media only screen and (max-width: 767px) {
  .contents-section-column2__list .contents-section-column2__list-inner01,
  .contents-section-column2__list .contents-section-column2__list-inner02 {
    display: block;
  }
}

.contents-section-column2__list .contents-section-column2__list-inner02 {
  padding: 20px 16px 20px;
}

.contents-section-column2__list .contents-section-column2__list-inner01 .contents-section-column2__list-inner01-obj {
  width: calc( calc(100% - 20px) / 2);
} @media only screen and (max-width: 767px) {
  .contents-section-column2__list .contents-section-column2__list-inner01 .contents-section-column2__list-inner01-obj {
    width: 100%;
  }
}

.contents-section-column2__list .contents-section-column2__list-inner01 .contents-section-column2__list-inner01-obj h4 {
  font-weight: bold;
} @media only screen and (max-width: 767px) {
  .contents-section-column2__list .contents-section-column2__list-inner01 .contents-section-column2__list-inner01-obj h4 {
    margin-top: 16px;
  }
}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column2__list p.section02-txt-02 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 12px;
} @media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column2__list p.section02-txt-02 {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 8px;;
  }
}

span.contents-section-column__list-txsize-pt01 {font-size: 18px;}
@media only screen and (max-width: 767px) {
  span.contents-section-column__list-txsize-pt01 {font-size: 14px;}
}

span.contents-section-column__list-txsize-pt02 {font-size: 24px;}
@media only screen and (max-width: 767px) {
  span.contents-section-column__list-txsize-pt02 {font-size: 20px;}
}

span.contents-section-column__list-txsize-pt03 {font-size: 36px;}
@media only screen and (max-width: 767px) {
  span.contents-section-column__list-txsize-pt03 {font-size: 32px;}
}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column2__list img {
  width: 100%;
}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 .contents-section-column2__list {
  width: calc( calc(100% - 24px) / 2);
  background-color: #fff;
}@media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 .contents-section-column2__list {
    width: 100%;
    margin-bottom: 16px;
  }

  .lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 .contents-section-column2__list:last-child {
    width: 100%;
    margin-bottom: 0px;
  }
}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 .contents-section-column2__list:nth-child(3),
.lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 .contents-section-column2__list:nth-child(4){
  margin-top: 24px;
}@media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 .contents-section-column2__list:nth-child(3),
  .lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 .contents-section-column2__list:nth-child(4){
    margin-top: 0px;
  }
}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 .contents-section-column2__list h3.list_title {
  color: #fff;
  font-size: 24px;
  padding: 20px 16px;
  background-color: #77a3ca;
  font-weight: bold;
}@media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section .contents-section-column-02 .contents-section-column2__list h3.list_title {
    font-size: 18px;
    padding: 12px;
  }
}

.contents-section-column2__list .contents-section-column2__list-inner02 .contents-section-column2__list-inner02-obj {
  width: calc( calc(100% - 10px) / 2);
}@media only screen and (max-width: 767px) {
  .contents-section-column2__list .contents-section-column2__list-inner02 .contents-section-column2__list-inner02-obj {
    width: 100%;
  }
}

.contents-section-column2__list .contents-section-column2__list-inner02 .contents-section-column2__list-inner02-obj img {
  width: 100%;
}@media only screen and (max-width: 767px) {
  .contents-section-column2__list .contents-section-column2__list-inner02 .contents-section-column2__list-inner02-obj img {
    margin-bottom: 16px;
  }
}

.contents-section-column2__list .contents-section-column2__list-inner02 .contents-section-column2__list-inner02-obj h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 14px;
}@media only screen and (max-width: 767px) {
  .contents-section-column2__list .contents-section-column2__list-inner02 .contents-section-column2__list-inner02-obj h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column3__list {
  width: calc( calc(100% - 32px) / 3);
  background-color: #fff;
  padding: 16px;
} @media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column3__list {
    width: 100%;
    margin-bottom: 16px
  }

  .lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column3__list:last-child {
    width: 100%;
    margin-bottom: 0px
  }
}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column3__list h3 {
  font-size: 16px;
  margin-bottom: 16px;
} @media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column3__list h3 {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

span.contents-section-column__list-txcolor01 {color: #8b5d0d;}
span.contents-section-column__list-txcolor02 {color: #0d448b; font-weight: bold;}
span.contents-section-column__list-txsize-s {font-size: 12px;}
@media only screen and (max-width: 767px) {
    span.contents-section-column__list-txsize-s {font-size: 11px;}
}
span.contents-section-column__list-txsize-l {font-size: 16px;}
@media only screen and (max-width: 767px) {
    span.contents-section-column__list-txsize-l {font-size: 14px;}
}
span.contents-section-column__list-txblock {display: block;}
span.contents-section-column__list-txblock-mb4 {margin-bottom: 4px;}
span.contents-section-column__list-txblock {display: block; margin-bottom: 3px;}

.lower-contaienr-type-sunbalance .contents-section .contents-section-column .contents-section-column3__list img {
  width: 100%;
}

.lower-contaienr-type-sunbalance .btn__type-std a {
  width: 392px;
} @media only screen and (max-width: 767px) {
  .lower-contaienr-type-sunbalance .btn__type-std{
    margin-top: 28px;
  }
  .lower-contaienr-type-sunbalance .btn__type-std a {
    width: 100%;
  }
}

.category-Area {
  width: 100%;
  border-top: 1px solid #f1f3f5;
  margin-top: 80px;
  padding-top: 80px;
} @media only screen and (max-width: 767px) {
  .category-Area {
    margin-top: 28px;
    padding-top: 28px;
  }
}

.category-Area h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
} @media only screen and (max-width: 767px) {
  .category-Area h2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.category-Area-column6 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .category-Area-column6 .category-Area-column6__list {
    width: calc(calc(100% - 80px) / 6);
    margin-bottom: 8px; }
    @media only screen and (max-width: 767px) {
      .category-Area-column6 .category-Area-column6__list {
        width: calc(calc(100% - 18px) / 2);
        margin-right: 0;
        margin-bottom: 8px; }

      .category-Area-column6 .category-Area-column6__list:nth-last-child(2),
      .category-Area-column6 .category-Area-column6__list:last-child {
        margin-bottom: 0px;
      }
      }
    .category-Area-column6 .category-Area-column6__list > a {
      display: block; }
      @media only screen and (min-width: 899px) {
        .category-Area-column6 .category-Area-column6__list > a:hover .category-Area-column6__inner {
          opacity: 0.6; }
        .category-Area-column6 .category-Area-column6__list > a:hover .category-Area-column6__img img {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); } }
  @media only screen and (max-width: 767px) {
    .category-Area-column6 .category-Area-column6__list:last-child {
      margin-bottom: 0; } }
  .category-Area-column6 .category-Area-column6__inner {
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    position: relative; }
  .category-Area-column6 .category-Area-column6__inner:after {
    content: "";
    position: absolute;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    right: 0px;
    width: 8px;
    height: 14px;
    background-image: url(/img/renewal/common/icn_arrow_right_blue.png);
    background-size: 8px 14px; }
    @media only screen and (max-width: 767px) {
      .category-Area-column6 .category-Area-column6__inner:after {
        width: 6px;
        height: 11px;
        background-size: 6px 11px; } }
  .category-Area-column6 .category-Area-column6__inner-type-1:after {
    top: 3px; }
    @media only screen and (max-width: 767px) {
      .category-Area-column6 .category-Area-column6__inner-type-1:after {
        top: 5px; } }
  .category-Area-column6 .category-Area-column6__inner-type-2:after {
    top: 5px; }
    @media only screen and (max-width: 767px) {
      .category-Area-column6 .category-Area-column6__inner-type-2:after {
        top: 4px; } }
  .category-Area-column6 .category-Area-column6__img {
    overflow: hidden;
    margin-bottom: 8px; }
    @media only screen and (max-width: 767px) {
      .category-Area-column6 .category-Area-column6__img {
        margin-bottom: 8px; } }
    .category-Area-column6 .category-Area-column6__img img {
      -webkit-transition: 0.6s ease 0s;
      transition: 0.6s ease 0s;
      max-width: 100%;
      width: 100%;
      height: auto; }
  .category-Area-column6 .category-Area-column6__ttl {
    margin-bottom: 7px;
    color: #0d448b;
    font-size: 14px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .category-Area-column6 .category-Area-column6__ttl span {
        margin-bottom: 1px;
        font-size: 14px; } }
  .category-Area-column6 .category-Area-column6__ttl span {
    font-size: 12px;
    color: #aaa;
    }@media only screen and (max-width: 767px) {
      .category-Area-column6 .category-Area-column6__ttl span {
        font-size: 10px; } }

