@charset "UTF-8";
.index header {
  background: rgba(255, 255, 255, 0);
  border-bottom: none;
  transition: background .75s ease, border .75s ease;
  border-bottom: 1px solid transparent; }
  .index header.is-active, .index header.is-opened {
    background: #fff;
    border-bottom: 1px solid #F2F2F2; }
.index .container {
  padding-top: 0; }

/* index kv ---------------------------------------*/
.indexkv-wrapper {
  background: url(/img/index/bg_kv2.jpg) no-repeat center center;
  background-size: cover; }

.indexkv {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  height: 500px; }

.indexkv-inner {
  max-width: 44.032%;
  position: absolute;
  top: 46%;
  left: 15px;
  transform: translate(0, -50%); }

.indexkv .banner {
  width: 450px;
  max-width: 50%;
  position: absolute;
  bottom: 30px;
  left: 15px; }

/* index importantnews ---------------------------------------*/
.indeximportantnews-accordion {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%; }
  .indeximportantnews-accordion.view {
    border-top: none; }

.indeximportantnews-accordion-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 55px;
  position: relative;
  cursor: pointer; }
  .indeximportantnews-accordion-inner::after {
    content: '';
    background: url(/img/common/icon_plus.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    width: 22px;
    height: 20px;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%); }

.indeximportantnews-accordion.is-open .indeximportantnews-accordion-inner::after {
  background: url(/img/common/icon_minus.png) no-repeat center center; }

.indeximportantnews-accordion-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-right: 0px;
  margin-right: 32px;
  position: relative;
  width: 140px; }
  .view .indeximportantnews-accordion-title {
    color: #fff; }
  .indeximportantnews-accordion-title::before {
    display: block;
    content: '';
    background: #e6e6e6;
    background-size: 100%;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }

.indeximportantnews-accordion-text {
  color: #c90000;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 40px;
  width: calc(100% - 170px); }

.indeximportantnews-accordion-body {
  background: #fff4f4;
  padding: 38px 20px 25px;
  display: none;
  border-bottom: 1px solid #e6e6e6; }

.indeximportantnews-accordion-body-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px; }

.indeximportantnews-accordion-item {
  margin-bottom: 30px; }

.indeximportantnews-accordion-item-text {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 5px; }

.indeximportantnews-accordion-item-link {
  position: relative;
  padding-left: 23px;
  color: #222222;
  display: inline-block; }
  .indeximportantnews-accordion-item-link:hover {
    opacity: 0.7; }
  .indeximportantnews-accordion-item-link::before {
    content: '';
    background: url(/img/common/arrow_submenu.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    left: 0;
    top: 5px; }

.indeximportantnews-accordion-item .icon-pdf::after {
  content: '';
  background: url(/img/common/icon_pdf.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-left: 3px; }
.indeximportantnews-accordion-item .icon-blank::after {
  content: '';
  background: url(/img/common/icon_blank2.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 15px;
  vertical-align: middle;
  margin-left: 3px; }

/* index ironprotection ---------------------------------------*/
.indexironprotection-wrapper {
  margin-bottom: 110px;
  position: relative;
  padding: 260px 20px 0; }
  .indexironprotection-wrapper::before {
    content: "";
    background: url(/img/index/bg_iron.png) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 86%;
    left: 0;
    top: 0; }

.indexironprotection {
  max-width: 1240px;
  margin: 0 auto;
  position: relative; }

.indexironprotection-content {
  background: #fff;
  width: 100%;
  position: relative;
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1);
  padding-bottom: 60px; }

.indexironprotection-title-wrapper {
  position: relative;
  height: 95px; }

.indexironprotection-title {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translate(-50%, -50%);
  max-width: 477px; }

.indexironprotection-title-character {
  position: absolute;
  left: 50%;
  top: -145px;
  width: 200px;
  margin-left: -455px; }

.indexironprotection-inner {
  text-align: center;
  padding: 0 20px; }

.indexironprotection-inner-text {
  font-size: 18px;
  letter-spacing: 1.4px;
  line-height: 1.9; }

.indexironprotection-feature {
  margin: 40px auto 53px;
  width: 76%; }

.indexironprotection-feature-list {
  display: flex;
  justify-content: space-between; }

.indexironprotection-feature-item {
  width: 23.5%; }

.indexironprotection-btn {
  display: block;
  height: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  max-width: 700px;
  margin: 0 auto; }
  .indexironprotection-btn::before, .indexironprotection-btn::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%; }
  .indexironprotection-btn::before {
    background: linear-gradient(90deg, #0081de 0%, #42b1e1 100%); }
  .indexironprotection-btn::after {
    background: linear-gradient(270deg, #0081de 0%, #42b1e1 100%);
    transition: all .25s ease;
    opacity: 0; }
  .indexironprotection-btn:hover::after {
    opacity: 1; }
  .indexironprotection-btn span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    letter-spacing: 0.1em; }

/* index car ---------------------------------------*/
.indexcar-wrapper {
  margin-bottom: 140px;
  position: relative; }
  .indexcar-wrapper::before {
    content: "";
    background: url(/img/index/bg_car.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 84%;
    left: 0;
    top: 0; }

.indexcar {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 120px 20px 0; }

.indexcar-content {
  background: #fff;
  width: 100%;
  padding: 70px 20px;
  position: relative;
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1); }

.indexcar-title-wrapper {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px; }

.indexcar-title {
  width: 580px;
  max-width: 70%;
  margin: 0 auto; }

.indexcar-title-character {
  position: absolute;
  left: -20px;
  top: -105px;
  width: 20%;
  max-width: 270px; }

.indexcar-title-adaptation {
  position: absolute;
  right: -40px;
  top: -90px;
  width: 17%;
  max-width: 210px; }

.indexcar-inner {
  text-align: center; }

.indexcar-inner-text {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 20px; }
  .indexcar-inner-text strong {
    font-size: 23px;
    font-weight: bold; }
  .indexcar-inner-text span {
    font-size: 38px;
    font-weight: bold;
    color: #cc0000; }

.indexcar-inner-announcement {
  margin: 40px 0 20px;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: bold; }

.indexcar-btn-wrapper {
  display: flex;
  width: 78%;
  margin: 0 auto;
  flex-direction: row-reverse; }

.indexcar-btn-container {
  width: 48%;
  margin: 0 auto;
  position: relative; }
  .indexcar-btn-container::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../img/common/icon_blank_white.png) 0 0 no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%); }

.indexcar-btn {
  display: block;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  width: 100%;
  margin: 0 auto; }

.indexcar-btn-wide {
  max-width: 76%;
  font-size: 20px; }

.indexcar-btn {
  /*span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    letter-spacing: 0.1em;
  }*/ }
  .indexcar-btn::before, .indexcar-btn::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%; }
  .indexcar-btn::before {
    background: linear-gradient(90deg, #0081de 0%, #42b1e1 100%); }
  .indexcar-btn::after {
    background: linear-gradient(270deg, #0081de 0%, #42b1e1 100%);
    transition: all .25s ease;
    opacity: 0;
    border: 1px solid; }
  .indexcar-btn:hover::after {
    opacity: 1; }
  .indexcar-btn p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    .indexcar-btn p span {
      display: block; }

/* index news ---------------------------------------*/
.indexnews-wrapper {
  background: #fff;
  padding: 0 20px 100px; }

.indexnews {
  max-width: 1100px;
  margin: 0 auto; }

.indexnews-title-wrapper {
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden; }

.indexnews-title {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  display: block; }
  .indexnews-title::before, .indexnews-title::after {
    position: absolute;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #e6e6e6;
    width: 43%;
    height: 1px;
    top: 50%;
    transform: translate(0, -50%); }
  .indexnews-title::before {
    right: 0px; }
  .indexnews-title::after {
    left: 0px; }

.indexnews-list-wrapper {
  margin-bottom: 35px; }

.indexnews-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0px; }

.indexnews-date {
  width: 120px; }
  .indexnews-date p {
    font-size: 16px;
    letter-spacing: 0px; }

.indexnews-tag {
  width: 110px;
  height: 25px;
  text-align: center; }
  .indexnews-tag p {
    color: #fff;
    font-size: 13px;
    line-height: 25px; }

.tag-notification {
  background: #0666a8; }

.tag-campaign {
  background: #fc4d2d; }

.tag-update {
  background: #4EA94D; }

.indexnews-text {
  width: calc(100% - 280px);
  display: block;
  font-size: 16px;
  letter-spacing: 0.5px; }

.indexnews-pdf {
  overflow: hidden; }
  .indexnews-pdf::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(/img/common/icon_pdf.png) center center no-repeat;
    background-size: 100%;
    width: 17px;
    height: 17px; }

a.indexnews-text:hover {
  opacity: 0.7; }

.indexnews-btn-wrapper {
  text-align: center; }

.indexnews-btn {
  font-size: 18px;
  margin: 0 auto;
  width: 240px;
  height: 45px;
  line-height: 45px;
  display: block;
  border: 1px solid #0666a8;
  color: #0666a8;
  font-weight: bold;
  display: inline-block;
  transition: all .25s ease; }
  .indexnews-btn:hover {
    opacity: 0.7; }

/* index product ---------------------------------------*/
.indexproduct-wrapper {
  background: #e6eff7;
  margin-bottom: 90px;
  padding: 0 20px; }

.indexproduct {
  max-width: 1175px;
  margin: 0 auto;
  padding: 95px 0 100px; }

.indexproduct-title-wrapper {
  text-align: center;
  margin-bottom: 55px; }

.indexproduct-title {
  font-size: 38px;
  font-weight: bold;
  color: #0666a8; }

.indexproduct-content-wrapper {
  display: flex;
  justify-content: space-between; }

.indexproduct-content {
  width: 48%;
  border: 1px solid #bec4cb;
  position: relative;
  padding: 40px; }

.indexproduct-content-title-wrapper {
  width: 240px;
  height: 25px;
  background: #e6eff7;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, 0);
  text-align: center; }

.indexproduct-content-title {
  font-size: 25px;
  font-weight: bold; }

.indexproduct-content-link-wrapper {
  display: flex;
  width: 90%;
  margin: 20px auto 0; }

.indexproduct-content-link {
  max-width: 200px;
  width: 47%;
  background: #fff;
  height: 200px;
  text-align: center;
  padding-top: 40px;
  display: block;
  transition: all .25s ease; }
  .indexproduct-content-link:hover {
    opacity: 0.7; }
  .indexproduct-content-link:first-of-type {
    margin-right: 6%; }
  .indexproduct-content-link img {
    max-width: 60px;
    display: block;
    margin: 0 auto 15px; }

.indexproduct-content:first-of-type .indexproduct-content-link-wrapper .indexproduct-content-link:last-of-type img {
  margin: 0 auto 20px; }
.indexproduct-content:nth-of-type(2) .indexproduct-content-link-wrapper .indexproduct-content-link:first-of-type, .indexproduct-content:nth-of-type(2) .indexproduct-content-link-wrapper .indexproduct-content-link:last-of-type {
  padding-top: 50px; }
.indexproduct-content:nth-of-type(2) .indexproduct-content-link-wrapper .indexproduct-content-link:first-of-type img, .indexproduct-content:nth-of-type(2) .indexproduct-content-link-wrapper .indexproduct-content-link:last-of-type img {
  margin: 0 auto 20px;
  max-width: 55px; }

.indexproduct-content-link-title {
  font-weight: bold;
  font-size: 18px; }

/* index lifestage ---------------------------------------*/
.indexlifestage {
  position: relative;
  height: 390px;
  width: 100%;
  margin-bottom: 230px; }
  .indexlifestage::after, .indexlifestage::before {
    display: block;
    content: '';
    background: #aaa;
    background-size: 100%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0%; }
  .indexlifestage::after {
    left: 50%;
    background-color: #A5C965; }
  .indexlifestage::before {
    right: 50%;
    background-color: #E9A553; }

.indexlifestage-inner {
  background: url("../img/index/bg_lifestage.png") no-repeat center bottom;
  background-size: auto 390px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2; }

.indexlifestage-content {
  position: absolute;
  left: 0;
  top: 330px;
  width: 100%;
  z-index: 5; }

.indexlifestage-content-inner {
  background: #fff;
  max-width: 1200px;
  width: calc(100% - 40px);
  padding: 45px 20px 60px;
  position: relative;
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  text-align: center; }

.indexlifestage-content-title {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 15px;
  line-height: 1.4; }

.indexlifestage-btn-wrapper {
  text-align: center; }

.indexlifestage-btn {
  display: block;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  margin: 0 auto;
  letter-spacing: 0.1em;
  max-width: 700px; }
  .indexlifestage-btn::before, .indexlifestage-btn::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%; }
  .indexlifestage-btn::before {
    background: linear-gradient(90deg, #00b3a1 0%, #1fdace 100%); }
  .indexlifestage-btn::after {
    background: linear-gradient(270deg, #00b3a1 0%, #1fdace 100%);
    transition: all .25s ease;
    opacity: 0; }
  .indexlifestage-btn span {
    display: block;
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    text-align: center;
    z-index: 2; }
  .indexlifestage-btn:hover::after {
    opacity: 1; }

/* small pc */
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .indexironprotection-title-wrapper {
    height: 8vw; }

  .indexironprotection-title-character {
    position: absolute;
    top: -125px;
    width: 20%;
    left: 3%;
    margin-left: 0; } }
@media screen and (max-width: 1200px) and (min-width: 769px) {
  /* index kv ---------------------------------------*/
  .indexkv-wrapper {
    background-image: url(/img/index/bg_kv.jpg); }

  .indexkv-inner {
    max-width: 54.032%; } }
@media screen and (max-width: 768px) {
  .index.menuopen header {
    background: #fff; }

  /* index kv ---------------------------------------*/
  .indexkv-wrapper {
    background: url(/img/index/bg_kv_sp2.jpg) no-repeat center center;
    background-size: cover; }

  .indexkv {
    max-width: 100%;
    height: 140vw; }

  .indexkv-inner {
    max-width: calc(100% - 30px);
    position: absolute;
    top: 64%;
    transform: translate(0, -50%); }

  .indexkv .banner {
    width: calc(100% - 30px);
    text-align: center;
    max-width: 100%; }

  /* index importantnews ---------------------------------------*/
  .indeximportantnews-accordion {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width: 100%; }

  .indeximportantnews-accordion-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 23px 50px 23px 15px;
    display: block;
    align-items: center;
    height: auto;
    position: relative; }
    .indeximportantnews-accordion-inner::after {
      right: 15px; }

  .indeximportantnews-accordion-title {
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 5px; }
    .view .indeximportantnews-accordion-title {
      display: none; }
    .indeximportantnews-accordion-title::before {
      display: none; }

  .indeximportantnews-accordion-text {
    letter-spacing: 0px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 0;
    width: 100%; }

  .indeximportantnews-accordion-body {
    padding: 33px 0 25px; }

  .indeximportantnews-accordion-body-inner {
    max-width: 100%;
    padding: 0 15px; }

  .indeximportantnews-accordion-item {
    margin-bottom: 30px; }

  .indeximportantnews-accordion-item-text {
    margin-bottom: 10px; }

  .indeximportantnews-accordion-item-link {
    padding-right: 20px; }

  .icon-blank {
    padding-right: 0px; }

  .indeximportantnews-accordion-item-link:hover {
    opacity: 1; }
  .indeximportantnews-accordion-item-link::before {
    width: 15px;
    height: 15px; }

  .indeximportantnews-accordion-item .icon-pdf::after {
    width: 17px;
    height: 20px; }
  .indeximportantnews-accordion-item .icon-blank::after {
    display: none; }

  /* index ironprotection ---------------------------------------*/
  .indexironprotection-wrapper {
    margin-bottom: 100px;
    padding: 150px 0px 0; }
    .indexironprotection-wrapper::before {
      background: url(/img/index/bg_iron_sp.png) no-repeat top center;
      background-size: cover;
      height: 90%; }

  .indexironprotection {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-top: 0px; }

  .indexironprotection-content {
    transform: none;
    width: 90%;
    height: auto;
    margin: 0 auto;
    left: 0%;
    top: 0px;
    padding-bottom: 53px;
    position: static; }

  .indexironprotection-title-wrapper {
    height: 65px; }

  .indexironprotection-title {
    top: -20px;
    max-width: 100%;
    width: 265px; }

  .indexironprotection-title-character {
    left: -15px;
    top: 590px;
    width: 125px;
    z-index: 10;
    margin-left: auto; }

  .indexironprotection-inner {
    text-align: left;
    padding: 0 20px; }

  .indexironprotection-inner-text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8; }

  .indexironprotection-feature {
    margin: 25px auto 30px;
    width: 100%;
    max-width: 400px; }

  .indexironprotection-feature-list {
    flex-wrap: wrap; }

  .indexironprotection-feature-item {
    width: 48%;
    margin-bottom: 10px; }

  .indexironprotection-btn {
    height: 100px;
    font-size: 18px;
    line-height: 1.5;
    max-width: 100%;
    white-space: nowrap; }

  /* index car ---------------------------------------*/
  .indexcar-wrapper {
    margin-bottom: 130px;
    padding: 90px 0px 0; }
    .indexcar-wrapper::before {
      background: url(/img/index/bg_car_sp.png) no-repeat center top;
      background-size: cover;
      height: 90%; }

  .indexcar {
    max-width: 100%;
    padding: 0 15px; }

  .indexcar-content {
    background: #fff;
    width: 100%;
    top: 0px;
    padding: 10px 20px 50px; }

  .indexcar-title-wrapper {
    position: static;
    height: auto; }

  .indexcar-title {
    max-width: 320px;
    width: 100%;
    margin: 0 auto; }

  .indexcar-title-character {
    left: auto;
    right: -10px;
    top: auto;
    bottom: -100px;
    width: 140px; }

  .indexcar-title-adaptation {
    right: -5px;
    top: -35px;
    width: 110px; }

  .indexcar-inner {
    text-align: left;
    padding: 0 0px; }

  .indexcar-inner-text {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 30px;
    margin-bottom: 13px; }
    .indexcar-inner-text strong {
      font-size: 19px; }
    .indexcar-inner-text span {
      font-size: 25px; }

  .indexcar-inner-announcement {
    margin: 23px 0 13px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0 5px; }

  .indexcar-btn-wrapper {
    display: block;
    width: 100%; }

  .indexcar-btn-container {
    width: 97%; }
    .indexcar-btn-container:first-of-type {
      margin-bottom: 10px; }
    .indexcar-btn-container::after {
      background: url(../img/common/icon_blank_white2.png) 0 0 no-repeat;
      background-size: 100%;
      width: 15px;
      height: 15px;
      right: 10px; }

  .indexcar-btn {
    display: block;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    width: 100%; }

  .indexcar-btn-wide {
    max-width: 100%;
    font-size: 16px; }

  .indexcar-btn span {
    letter-spacing: 0.1em;
    white-space: nowrap; }

  /* index news ---------------------------------------*/
  .indexnews-wrapper {
    background: #fff;
    padding: 0 0 100px; }

  .indexnews {
    padding: 0 15px; }

  .indexnews-title-wrapper {
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden; }

  .indexnews-title {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    display: block; }
    .indexnews-title::before, .indexnews-title::after {
      position: absolute;
      content: '';
      display: inline-block;
      vertical-align: middle;
      background: #e6e6e6;
      width: 30%;
      height: 1px;
      top: 50%;
      transform: translate(0, -50%); }
    .indexnews-title::before {
      right: 0px; }
    .indexnews-title::after {
      left: 0px; }

  .indexnews-list-wrapper {
    margin-bottom: 40px; }

  .indexnews-item {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0px 25px;
    flex-wrap: wrap; }

  .indexnews-date {
    width: 125px;
    margin-bottom: 10px;
    float: left; }
    .indexnews-date p {
      font-size: 16px;
      letter-spacing: -1px;
      font-weight: bold; }

  .indexnews-tag {
    width: 110px;
    height: 25px;
    margin: 0 0 0 120px; }
    .indexnews-tag p {
      color: #fff;
      font-size: 13px;
      line-height: 25px; }

  .tag-notification {
    background: #0666a8; }

  .tag-campaign {
    background: #fc4d2d; }

  .indexnews-text {
    clear: both;
    width: 100%;
    display: block;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.6; }
    .indexnews-text:hover {
      opacity: 1; }

  .indexnews-btn {
    height: 45px;
    line-height: 45px;
    width: 300px;
    max-width: 100%;
    font-size: 16px; }

  /* index product ---------------------------------------*/
  .indexproduct-wrapper {
    margin-bottom: 60px;
    padding: 0 15px; }

  .indexproduct {
    padding: 80px 0 50px; }

  .indexproduct-title-wrapper {
    margin-bottom: 35px; }

  .indexproduct-content-wrapper {
    display: block; }

  .indexproduct-content {
    width: 100%;
    padding: 35px 20px 30px;
    margin-bottom: 40px; }

  .indexproduct-content-title-wrapper {
    top: -15px;
    width: auto;
    padding: 0 10px;
    white-space: nowrap; }

  .indexproduct-content-title {
    font-size: 22px; }

  .indexproduct-content-link-wrapper {
    width: 100%;
    justify-content: space-between; }

  .indexproduct-content-link {
    max-width: 47%;
    width: 47%;
    height: auto;
    padding: 25px 0 20px;
    display: inline-block; }
    .indexproduct-content-link img {
      max-width: 32px;
      margin: 0 auto 5px; }

  .indexproduct-content:first-of-type .indexproduct-content-link-wrapper .indexproduct-content-link:last-of-type img {
    margin: 0 auto 5px; }
  .indexproduct-content:nth-of-type(2) .indexproduct-content-link-wrapper .indexproduct-content-link:first-of-type, .indexproduct-content:nth-of-type(2) .indexproduct-content-link-wrapper .indexproduct-content-link:last-of-type {
    padding-top: 30px; }
  .indexproduct-content:nth-of-type(2) .indexproduct-content-link-wrapper .indexproduct-content-link:first-of-type img, .indexproduct-content:nth-of-type(2) .indexproduct-content-link-wrapper .indexproduct-content-link:last-of-type img {
    margin: 0 auto 5px;
    max-width: 30px; }

  .indexproduct-content-link-title {
    font-size: 13px; }

  /* index lifestage ---------------------------------------*/
  .indexlifestage {
    height: 150vw;
    margin-bottom: 80px; }
    .indexlifestage::after, .indexlifestage::before {
      display: none; }

  .indexlifestage-inner {
    background: url("../img/index/bg_lifestage_sp.png") no-repeat center top;
    background-size: cover; }

  .indexlifestage-content {
    top: auto;
    bottom: -4vw; }

  .indexlifestage-content-inner {
    width: calc(100% - 30px);
    padding: 40px 20px 30px;
    box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.1); }

  .indexlifestage-content-title {
    font-size: 20px;
    margin-bottom: 15px; }

  .indexlifestage-btn {
    font-size: 17px; } }
/* index modal ---------------------------------------*/
.modaleindex-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .modaleindex-btn-list li {
    width: calc(50% - 10px);
    margin-bottom: 20px; }

.modaleindex-btn {
  margin: 0 auto;
  font-size: 18px;
  width: 100%;
  line-height: 1.1;
  padding: 0px;
  display: block;
  border: 2px solid #0666a8;
  color: #0666a8;
  font-weight: bold;
  display: inline-block;
  transition: all .25s ease;
  position: relative;
  text-align: center;
  border-radius: 10px; }

.modaleindex-btn-image {
  padding: 10px 20px;
  border-bottom: 2px solid #0666a8; }
  .modaleindex-btn-image img {
    width: 385px;
    max-width: 100%; }

.modaleindex-btn p {
  position: relative;
  padding: 12px 15px; }
  .modaleindex-btn p::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../img/common/icon_blank.png") 0 0 no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px; }
  .modaleindex-btn p.link:before {
    background: url("../img/common/arrow_innerlink.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 15px;
    transform: translate(0, -50%) rotate(-90deg); }

@media screen and (max-width: 768px) {
  /* index modal ---------------------------------------*/
  .modaleindex-btn-list {
    display: block; }
    .modaleindex-btn-list li {
      width: 100%;
      margin-bottom: 15px; }

  .modaleindex-btn {
    margin: 0 auto;
    font-size: 18px;
    width: 100%;
    line-height: 1.1;
    display: block;
    border: 2px solid #0666a8;
    color: #0666a8;
    font-weight: bold;
    display: inline-block;
    transition: all .25s ease;
    position: relative;
    text-align: center; }
    .modaleindex-btn p::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      background: url("../img/common/icon_blank.png") 0 0 no-repeat;
      background-size: 100%;
      width: 12px;
      height: 12px; }

  .modaleindex-btn-image img {
    max-width: 100%; }

  #modalupdate .modaleindex-btn {
    font-size: 16px; } }
.footer-bobun {
  background: #F5F5F5;
  padding: 0px 30px 12px; }

.footer-bobun-inner {
  max-width: 1180px;
  margin: 0 auto; }

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff; }

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%); }

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100vh; }

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: scale(50%); }
  to {
    opacity: 1;
    transform: scale(100%); } }
/*========= レイアウトのためのCSS ===============*/
#container {
  width: 100%;
  height: 100vh;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

a {
  color: #333; }

a:hover {
  text-decoration: none; }
