@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, .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; }

/*========= CSS ===============*/
.indexproduct-content.left {
  width: 100%;
  border: none;
  padding: 0; }

.indexproduct-content.right {
  width: 21%;
  border: none;
  position: relative;
  padding: 0; }

.indexproduct-content-link {
  padding: 20px;
  max-width: 300px;
  margin: 20px; }

.left .indexproduct-content-link-wrapper {
  justify-content: space-between; }

.left .indexproduct-content-link {
  width: calc(100% / 3); }

.right .indexproduct-content-link {
  width: 80%; }

@media screen and (max-width: 768px) {
  .indexproduct-content.left, .indexproduct-content.right {
    width: 100%; }

  .left .indexproduct-content-link-wrapper,
  .right .indexproduct-content-link-wrapper {
    flex-wrap: wrap;
    justify-content: center; }

  .left .indexproduct-content-link {
    width: 80%; }

  .right .indexproduct-content-link {
    width: 80%; } }
/*========= MainVisualのためのCSS ===============*/
:root {
  interpolate-size: allow-keywords; }

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

img {
  max-width: 100%;
  height: auto; }

.index .container {
  padding-top: 100px;
  overflow: hidden; }

.home-first-wapper {
  padding: 0 0 20px;
  background: #e5e5e5 url("../img/newtop/bg_pc.png") no-repeat center top;
  background-size: 100% auto; }

.home-first {
  max-width: 1600px;
  height: 740px;
  margin: auto;
  /*margin-top: 60px;
  padding-top: 20px;*/ }

.home-first-car .text-title {
  color: #D94662; }
.home-first-car .body {
  background-color: #ed8699; }

.home-first-body .text-title {
  color: #0071C1; }
.home-first-body .body {
  background-color: #6da7d5; }

.column-item .text-title {
  text-align: center;
  font-weight: bold;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center; }
  .column-item .text-title p {
    line-height: 1.2; }
.column-item .title {
  width: 100%;
  padding: 0em 2em;
  margin: auto;
  position: relative;
  text-align: center; }
  .column-item .title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: 0;
    /*border-radius: 0 20px 0 0;*/ }
  .column-item .title img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 400px; }
.column-item.home-first-car .title:before {
  background-color: #ed8699; }
.column-item.home-first-body .title:before {
  background-color: #6da7d5; }
.column-item.home-first-car .body .slide {
  order: 2; }
.column-item.home-first-car .body ul {
  order: 1; }
.column-item .body {
  padding: 0em 1em 1.5em;
  position: relative; }
  .column-item .body .slide {
    position: relative; }
  .column-item .body ul {
    display: flex;
    flex-wrap: wrap; }
    .column-item .body ul li {
      margin-top: 10px; }
      .column-item .body ul li p {
        line-height: 1; }
.column-item.home-first-car .slide:after {
  background-image: url("../img/newtop/icon_onlyone.png");
  animation-delay: 2s;
  opacity: 0; }
.column-item.home-first-body .slide:after {
  background-image: url("../img/newtop/icon_allin.png");
  animation-delay: 5s;
  opacity: 0; }
.firstEnd .column-item.home-first-car .slide:after {
  content: none; }
.firstEnd .column-item.home-first-body .slide:after {
  content: none; }

a.homebtn {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 10px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 100%; }
  .home-first-car a.homebtn {
    background-color: #D94662; }
  .home-first-body a.homebtn {
    background-color: #0071C1; }
  a.homebtn:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box; }
  a.homebtn:hover {
    opacity: 0.7; }

.home-first-logo {
  padding: 1em;
  width: 80%;
  max-width: 800px;
  margin: auto; }
  .home-first-logo .logo {
    position: relative; }
    .home-first-logo .logo:before {
      content: "";
      position: absolute;
      top: 0;
      left: -300px;
      width: 300px;
      height: 160px;
      background: url("../img/newtop/fukidashiLeft.png") no-repeat center center;
      background-size: contain; }
    .home-first-logo .logo:after {
      content: "";
      position: absolute;
      top: 0;
      right: -300px;
      width: 300px;
      height: 160px;
      background: url("../img/newtop/fukidashiRight.png") no-repeat center center;
      background-size: contain; }
    .home-first-logo .logo img {
      width: 100%; }

.slideinTop {
  transition: all 2s ease 0s; }

.body-slide {
  position: relative; }
  .body-slide .age {
    display: block;
    position: absolute;
    width: 9%;
    height: 9%;
    bottom: 11%; }
    .body-slide .age.age25 {
      left: 13%; }
    .body-slide .age.age25-w {
      left: 23%; }
    .body-slide .age.age35 {
      left: 44.5%; }
    .body-slide .age.age35-w {
      left: 54.5%; }
    .body-slide .age.age45 {
      left: 75.8%; }
    .body-slide .age.age45-w {
      left: 85.8%; }
    .body-slide .age a {
      border-radius: 50%; }
  .body-slide .bg {
    position: absolute;
    left: 0;
    top: 0; }
    .body-slide .bg.bg00 {
      animation: bodybg 2s 1;
      animation-delay: 5s;
      animation-fill-mode: forwards; }

@keyframes bodybg {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes slide-arrow {
  0% {
    opacity: 0;
    transform: translate(-200px, 0); }
  50% {
    opacity: 0;
    transform: translate(-200px, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.home-first {
  transition: height 1s; }

/*PCのみ*/
@media screen and (min-width: 768px) {
  .home-first-logo {
    width: 100%;
    display: flex;
    align-items: baseline;
    transition: width 2s ease 0s;
    justify-content: center; }
    .home-first-logo .logo {
      width: 320px;
      max-width: 40vw; }
      .home-first-logo .logo:before, .home-first-logo .logo:after {
        transition: all 1s ease 0s;
        width: 200px;
        height: 180px;
        background-position: top center; }
      .home-first-logo .logo:before {
        left: -210px; }
      .home-first-logo .logo:after {
        right: -210px; }

  .column {
    position: relative; }

  .column-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition-property: all;
    transition-duration: 3s; }
    .column-item .body {
      display: flex; }
    .column-item .slide {
      width: 75%;
      position: relative; }
      .column-item .slide:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 90% auto;
        z-index: 1;
        animation: slide-arrow 1s ease;
        animation-fill-mode: forwards; }
    .column-item ul {
      flex-direction: column;
      flex: 1; }
      .column-item ul li {
        width: 100%;
        flex: 1; }
        .column-item ul li + li {
          margin-top: 15px; }
        .column-item ul li a {
          display: flex;
          height: 100%;
          align-items: center;
          padding-right: 30px; }
    .column-item.home-first-body ul {
      margin-left: 15px; }
    .column-item.home-first-car ul {
      margin-right: 15px; }

  /*初回アニメーションの間だけの設定*/
  .firstSet {
    /*&.home-first {width: 800px;}*/ }
    .firstSet .home-first-logo {
      opacity: 0; }

  .opacity-0 {
    opacity: 0; }

  .slideinTop {
    position: relative;
    animation: slideinTop 2s 1;
    animation-fill-mode: forwards; }

  @keyframes slideinTop {
    0% {
      transform: translateY(300px) scale(0.8);
      opacity: 0; }
    20% {
      transform: translateY(300px) scale(1.4);
      opacity: 1; }
    30% {
      transform: translateY(300px) scale(1.4); }
    60% {
      transform: translateY(0) scale(1);
      opacity: 1; }
    100% {
      transform: translateY(0) scale(1);
      opacity: 1; } }
  .home-first-logo .logo:before {
    animation: slideinTopbefore 2.5s 1;
    z-index: 1;
    animation-fill-mode: forwards; }

  @keyframes slideinTopbefore {
    0% {
      opacity: 0; }
    50% {
      opacity: 0; }
    80% {
      opacity: 1; } }
  .home-first-logo .logo:after {
    animation: slideinTopafter 2.5s 1;
    z-index: 1;
    animation-fill-mode: forwards; }

  @keyframes slideinTopafter {
    0% {
      opacity: 0; }
    50% {
      opacity: 0; }
    80% {
      opacity: 1; } }
  .logo.fuki1:before {
    animation: fuki1 0.5s 1;
    animation-delay: 0.5s; }

  @keyframes fuki1 {
    0% {
      transform: rotate(0deg); }
    50% {
      transform: rotate(-5deg) scale(1.1); }
    100% {
      transform: rotate(0deg) scale(1); } }
  @keyframes fuki2 {
    0% {
      transform: rotate(0deg); }
    50% {
      transform: rotate(5deg) scale(1.1); }
    100% {
      transform: rotate(0deg) scale(1); } }
  .logo.fuki2:after {
    animation: fuki2 0.5s 1;
    animation-delay: 0.6s; }

  /*.titleEnd { animation: titleEnd 1s 1;animation-fill-mode:forwards;}
  @keyframes titleEnd {
  	0% { transform:scale(0.7);}
  	100% {transform:scale(0.8);}
  }*/
  .home-first-car.slideinLeft {
    animation: slideinLeft 0.5s 1;
    animation-fill-mode: forwards; }

  @keyframes slideinLeft {
    0% {
      transform: translateX(-400px);
      opacity: 0; }
    100% {
      transform: translateX(0);
      opacity: 1; } }
  .home-first-car.slideinLeftRe {
    animation: slideinLeftRe 1s 1;
    animation-delay: 1s;
    animation-fill-mode: forwards; }

  @keyframes slideinLeftRe {
    0% {
      transform: translateX(0); }
    90% {
      transform: translateX(-1400px); }
    100% {
      opacity: 0; } }
  .home-first-body.beforeSlide {
    transform: translateX(1400px);
    opacity: 0; }

  .home-first-body.slideinRight {
    animation: slideinRight 1s 1;
    animation-fill-mode: forwards;
    animation-delay: 1s; }

  @keyframes slideinRight {
    0% {
      transform: translateX(1400px);
      opacity: 0; }
    90% {
      transform: translateX(0);
      opacity: 1; }
    100% {
      opacity: 1; } }
  .firstEnd .column-item.home-first-car {
    animation: slideinLeftEnd 1.2s 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }

  @keyframes slideinLeftEnd {
    0% {
      transform: translateX(-1400px);
      width: 50%; }
    100% {
      transform: translateX(0px);
      width: 50%; } }
  .firstEnd .column-item.home-first-body {
    animation: slideinRightEnd 1s 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }

  @keyframes slideinRightEnd {
    0% {
      left: 0;
      width: 50%; }
    100% {
      left: 50%;
      width: 50%; } } }
@media screen and (min-width: 768px) {
  .home-first-area {
    margin-top: -20px; } }
@media screen and (min-width: 1600px) {
  .home-first {
    height: 700px; }
    .home-first.firstSet {
      width: 800px; } }
@media screen and (max-width: 1599px) {
  .home-first {
    height: 46vw; }
    .home-first.firstSet {
      width: 800px;
      height: 700px; } }
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-first.firstSet {
    width: 52vw;
    height: 46vw; }

  .home-first {
    height: 44vw; }

  .column-item .slide {
    width: 70%; }

  .home-first-area {
    margin-top: -30px; }

  @keyframes titleEnd {
    0% {
      transform: scale(0.7); }
    100% {
      transform: scale(0.6); } }
  /*.logo-wapper { margin-top: -20px;}*/ }
@media screen and (max-width: 1199px) {
  .home-first.firstSet {
    width: 80vw;
    height: 70vw; }

  .home-first {
    height: 75vw; }

  .column-item .text-title p {
    font-size: 1.4vw; }

  .pcbk {
    display: none; } }
@media screen and (max-width: 999px) {
  .home-first.firstSet {
    height: 86vw; }

  .home-first {
    height: 86vw; } }
@media screen and (max-width: 767px) {
  .home-first.firstSet {
    width: 100%;
    height: auto; }

  .home-first {
    height: auto; } }
@media screen and (max-width: 1300px) {
  .column-item .body {
    padding: 0em 1em 1em; }
    .column-item .body ul li p {
      font-size: 0.9em; }
  .column-item.home-first-car ul {
    margin-right: 10px; }
  .column-item.home-first-body ul {
    margin-left: 10px; } }
@media screen and (max-width: 1199px) {
  .firstEnd .column-item .body {
    display: block; }
  .firstEnd .column-item .slide {
    width: 100%; }
  .firstEnd .column-item ul {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0; }
    .firstEnd .column-item ul li {
      width: calc((100% - 5px) /2);
      flex: none;
      margin-top: 10px;
      min-height: 4.1em; }
      .firstEnd .column-item ul li:nth-child(even) {
        margin-left: 5px; } }
@media screen and (min-width: 1400px) {
  .column-item .slide {
    width: 78%; } }
@media screen and (min-width: 1200px) {
  .column-item .body ul li:first-child {
    margin-top: 0; } }
/*SPのみ*/
@media screen and (max-width: 767px) {
  .index .container {
    padding-top: 60px; }

  .home-first-wapper {
    padding: 0 10px 20px; }

  .home-first {
    height: auto;
    position: relative; }

  .home-first-logo:before, .home-first-logo:after {
    content: none; }

  .firstSet .home-first-area {
    padding-top: calc(100vh - 65px);
    animation: slideinArea 6s 1;
    animation-fill-mode: forwards; }

  .column-item ul li {
    min-height: 0 !important; }

  .firstEnd .column-item ul li {
    min-height: 0; }

  @keyframes slideinArea {
    0% {
      padding-top: calc(100vh - 65px); }
    70% {
      padding-top: calc(100vh - 65px); }
    100% {
      padding-top: 0; } }
  .slideinTop {
    width: 100%;
    height: calc(100vh - 65px);
    position: absolute;
    top: 0;
    left: 0;
    animation: slideinTopsp 6s 1;
    animation-fill-mode: forwards;
    z-index: 100; }
    .slideinTop .logo-wapper {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translate(0, -50%);
      animation: slideinToplogo 6s 1;
      animation-fill-mode: forwards;
      display: flex;
      justify-content: center; }
      .slideinTop .logo-wapper .logo {
        width: 380px;
        max-width: 80%; }

  @keyframes slideinTopsp {
    0% {
      height: calc(100vh - 65px); }
    70% {
      height: calc(100vh - 65px); }
    100% {
      height: 0; } }
  @keyframes slideinToplogo {
    0% {
      top: 50%;
      opacity: 0;
      transform: translate(0, -50%); }
    20% {
      opacity: 1; }
    70% {
      top: 50%;
      opacity: 1; }
    100% {
      top: -400px;
      opacity: 0; } }
  .home-first-logo .logo:before {
    animation: beforesp 6s 1;
    z-index: 1;
    top: -180px;
    width: 100%;
    height: 160px;
    left: 0;
    animation-fill-mode: forwards; }

  .home-first-logo .logo:after {
    z-index: 1;
    top: auto;
    bottom: -180px;
    width: 100%;
    height: 160px;
    right: 0;
    animation: aftersp 6s 1;
    animation-fill-mode: forwards; }

  @keyframes beforesp {
    0% {
      opacity: 0; }
    30% {
      opacity: 1;
      transform: rotate(0deg) scale(1); }
    33% {
      transform: rotate(-5deg) scale(1.1); }
    36% {
      transform: rotate(0deg) scale(1); }
    70% {
      opacity: 1; }
    80% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes aftersp {
    0% {
      opacity: 0; }
    30% {
      opacity: 1;
      transform: rotate(0deg) scale(1); }
    50% {
      transform: rotate(0deg) scale(1); }
    53% {
      transform: rotate(5deg) scale(1.1); }
    56% {
      transform: rotate(0deg) scale(1); }
    70% {
      opacity: 1; }
    90% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  .column-item .text-title {
    height: auto;
    padding: 1em 0 0.5em; }
    .column-item .text-title p {
      font-size: 4.5vw; }
  .column-item + .column-item {
    margin-top: 20px; }
  .column-item ul {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0; }
    .column-item ul li {
      width: calc((100% - 5px) /2); }
      .column-item ul li:nth-child(even) {
        margin-left: 5px; }

  .swiper-pagination {
    bottom: 1px !important; }

  .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important; }

  .slideinLeft.sparrow .slide,
  .slideinRight.sparrow .slide {
    position: relative; }
    .slideinLeft.sparrow .slide:after,
    .slideinRight.sparrow .slide:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 90% auto;
      z-index: 1;
      animation: slide-arrow 1s ease;
      animation-fill-mode: forwards; } }
@media screen and (max-width: 599px) {
  .column-item.home-first-car ul {
    margin-right: 0; }
  .column-item.home-first-body ul {
    margin-left: 0; }
  .column-item .body ul {
    flex-direction: column;
    margin-top: 6px; }
    .column-item .body ul li {
      width: 100%;
      margin-top: 6px; }
      .column-item .body ul li a {
        /*height:40px;
        display:flex;
        align-items: center;*/ }
      .column-item .body ul li:nth-child(even) {
        margin-left: 0px; }

  a.homebtn {
    padding: 12px; }

  #modalupdate .modalpoint {
    font-size: 4.8vw; }

  #modalupdate .modal {
    padding-top: 40px; }

  .title-block {
    font-size: 5vw; } }
/* キラキラ　*/
.shiny-btn2 {
  position: relative;
  overflow: hidden;
  display: block; }

.shiny-btn2::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny2;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  margin: 0 !important; }

@keyframes shiny2 {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  25% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  50% {
    transform: scale(50) rotate(25deg);
    opacity: 0; }
  100% {
    transform: scale(0) rotate(25deg);
    opacity: 0; } }
.age25 .shiny-btn2::after {
  animation-delay: 1s; }

.age25-w .shiny-btn2::after {
  animation-delay: 1s; }

.age35 .shiny-btn2::after {
  animation-delay: 3s; }

.age35-w .shiny-btn2::after {
  animation-delay: 3s; }

.age45 .shiny-btn2::after {
  animation-delay: 5s; }

.age45-w .shiny-btn2::after {
  animation-delay: 5s; }

.modal {
  position: relative; }

.modalpoint {
  position: absolute;
  background-color: #0666a8;
  color: #fff;
  padding: 0em 1.5em;
  border-radius: 0 1em 0 1em;
  top: 0.4em;
  left: 10px;
  /*transform: rotate(-10deg);*/
  font-size: 1.44em; }
  .modalpoint:before, .modalpoint:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 0.2em;
    height: 0.2em;
    border-radius: 0.1em; }
  .modalpoint:before {
    top: 0.3em;
    left: 0.3em; }
  .modalpoint:after {
    bottom: 0.3em;
    right: 0.3em; }
  .modalpoint.red {
    background-color: #cc0000; }

.allinonerisk-list > li a {
  font-size: 18px; }
