.about-index-heading1-link-list__type:after {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: relative;
  border-top: 2px solid #0070bd;
  border-right: 2px solid #0070bd;
  vertical-align: middle;
  content: "";
}

.cmn-campaign-card .cmn-campaign-card__type .cmn-campaign-card__title:after,
.about-index-heading1-link-list__type:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cmn-campaign-card .cmn-campaign-card__type .cmn-campaign-card__title:after,
.about-index-heading1-link-list__type:after {
  margin-left: 7px;
}

/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
/* ----- about-index-heading1 ----- */
.about-index-heading1 {
  background-color: #e5f0f8;
}

.about-index-heading1__head {
  z-index: 0;
  position: relative;
}

.about-index-heading1__head:after {
  z-index: -1;
  position: absolute;
  content: "";
}

.about-index-heading1__title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.4;
}

.about-index-heading1__subtitle {
  font-weight: bold;
}

.about-index-heading1__frame {
  border-top: 1px solid #b6cddc;
}

/* ----- about-index-heading1-column ----- */
.about-index-heading1-column {
  display: flex;
}

.about-index-heading1-column> :nth-child(odd) {
  margin-left: 0 !important;
}

/* ----- about-index-heading1-list-wrap ----- */
.about-index-heading1-list-wrap>*:first-child,
.about-index-heading1-list-wrap>section:first-child>*:first-child,
.about-index-heading1-list-wrap>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.about-index-heading1-link-list {
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
}

.about-index-heading1-link-list>*:first-child,
.about-index-heading1-link-list>section:first-child>*:first-child,
.about-index-heading1-link-list>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.about-index-heading1-link-list>*:last-child {
  margin-bottom: 0 !important;
}

.about-index-heading1-link-list>li {
  position: relative;
  color: #000;
  list-style: none;
}

.about-index-heading1-link-list>li>[class*="__type"] {
  display: inline-block;
  position: relative;
}

.about-index-heading1-link-list__type:after {
  margin-left: 8px;
}

/* ----- about-index-heading1-figure ----- */
.about-index-heading1-figure {
  margin: 0;
}

.about-index-heading1-figure__frame {
  display: inline-block;
  position: relative;
}

/* ----- about-index-box ----- */
.about-index-box-wrap {
  display: flex;
}

.about-index-box {
  width: 100%;
}

.about-index-box__head>*:first-child,
.about-index-box__head>section:first-child>*:first-child,
.about-index-box__head>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.about-index-box__head>*:last-child {
  margin-bottom: 0 !important;
}

.about-index-box__body>*:first-child,
.about-index-box__body>section:first-child>*:first-child,
.about-index-box__body>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.about-index-box__body>*:last-child {
  margin-bottom: 0 !important;
}

.about-index-box__head+.about-index-box__body {
  padding-top: 0;
}

.about-index-box__title {
  line-height: 1.6;
  text-align: center;
}

.about-index-box__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.type01 {
  background-color: #f9f9f9;
}

.type02 {
  position: relative;
  background-color: #e5f0f8;
}

.type02:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #0070bd;
  content: "";
}

/* ----- about-index-notice ----- */
.about-index-notice-wrap {
  border: 1px solid #ddd;
  background-color: #fff;
}

.about-index-notice {
  display: flex;
}

.about-index-notice__head {
  display: flex;
}

.about-index-notice__title {
  line-height: 1.4;
}

/* ------------------------------------------------------
 * Print
------------------------------------------------------ */

@media print,
screen and (min-width: 768px) {
  .about-index-heading1-link-list__type:after{
    width: 8px;
    height: 8px;
  }

  .product-nav__card__title:after {
    width: 8px;
    height: 8px;
  }

  .cmn-campaign-card .cmn-campaign-card__type .cmn-campaign-card__title:after,
  .about-index-heading1-link-list__type:after {
    top: -2px;
  }
  .about-index-heading1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0;
  }

  .about-index-heading1__inner {
    display: flex;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 40px 0 0;
  }

  .about-index-heading1__head {
    margin: 30px 0 56px 30px;
  }

  .about-index-heading1__head:after {
    bottom: -27.5%;
    left: 91.5%;
    width: 614px;
    height: 544px;
    background: url(/about/img/index_im01.png) no-repeat;
    background-size: contain;
  }

  .about-index-heading1__title {
    font-size: 4.8rem;
  }

  .about-index-heading1__subtitle {
    margin-top: 16px;
    font-size: 2.0rem;
    line-height: 2.4;
  }

  .about-index-heading1__color {
    background: linear-gradient(transparent 20%, #ffff54 0%);
  }

  .about-index-heading1__frame {
    display: flex;
    align-items: center;
    margin-top: 66px;
  }

  .about-index-heading1-column {
    flex-flow: row wrap;
    margin-top: 30px;
  }

  .about-index-heading1-column__item {
    margin-left: 20px;
  }

  .about-index-heading1-column> :nth-child(-n+2) {
    margin-top: 0 !important;
  }

  .about-index-heading1-list-wrap {
    margin: 30px 0 0 30px;
  }

  .about-index-heading1-link-list>li {
    font-size: 1.6rem;
  }

  .about-index-heading1-link-list>li>[class*="__type"]:hover {
    color: #0070bd;
    text-decoration: underline;
  }

  .about-index-heading1-link-list__type:after {
    top: -1px;
    width: 8px;
    height: 8px;
  }

  .about-index-heading1-figure__frame:hover {
    opacity: 0.7;
  }

  .about-index-box+* {
    margin-left: 36px;
  }

  .about-index-box__head {
    margin: 0 0 1.2em;
    padding: 1.6em 1.8em 0;
  }

  .about-index-box__body {
    padding: 1.6em 1.8em;
  }

  .about-index-box__title {
    font-size: 2.0rem;
    font-weight: 700;
  }

  .about-index-box__text {
    margin-top: 30px;
    text-align: center;
  }

  .type02:before {
    top: 44%;
    left: -26px;
    border-width: 19px 0 19px 19px;
  }

  .about-index-notice-wrap {
    margin-top: 38px;
    padding: 26px 30px;
  }

  .about-index-notice__body {
    margin: 4px 0 0 60px;
  }

  .about-index-notice__image+.about-index-notice__image {
    margin-left: 6px;
  }

  .about-index-notice__title {
    font-size: 2.0rem;
    font-weight: 700;
  }

  .about-index-notice__text {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-index-heading1-link-list__type:after {
    width: 8px;
    height: 8px;
  }

  .product-nav__card__title:after {
    width: 8px;
    height: 8px;
  }

  .cmn-campaign-card .cmn-campaign-card__type .cmn-campaign-card__title:after,
  .about-index-heading1-link-list__type:after {
    top: -1px;
  }

   .footer-copyright {
    margin-top: 20px;
  }
  .about-index-heading1 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .Main__head .about-index-heading1 {
    margin-right: 0;
    margin-left: 0;
  }

  .about-index-heading1__inner {
    padding: 1.4em 30px 1.65em;
  }

  .about-index-heading1__head {
    margin-top: 247px;
  }

  .about-index-heading1__head:after {
    bottom: 100%;
    left: 5%;
    width: 314px;
    height: 247px;
    background: url(/about/img/index_im01_sp.png) no-repeat;
    background-size: contain;
  }

  .about-index-heading1__title {
    font-size: 2.1rem;
    text-align: center;
  }

  .about-index-heading1__subtitle {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
  }

  .about-index-heading1__color {
    background: linear-gradient(transparent 50%, #ffff54 0%);
  }

  .about-index-heading1__frame {
    margin-top: 25px;
  }

  .about-index-heading1-column {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
  }

  .about-index-heading1-column__item {
    margin-left: 17px;
  }

  .about-index-heading1-list-wrap {
    margin-top: 10px;
    text-align: center;
  }

  .about-index-heading1-link-list>li {
    font-size: 1.4rem;
  }

  .about-index-heading1-link-list__type:after {
    top: -2px;
  }

  .about-index-box-wrap {
    flex-flow: column;
  }

  .about-index-box {
    padding: 1.2em 15px 1.0em;
  }

  .about-index-box__head {
    margin: 0 0 0.35em;
  }

  .about-index-box__body {
    display: flex;
    align-items: center;
  }

  .about-index-box__title {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .about-index-box__image {
    width: 29.2%;
  }

  .about-index-box__text {
    margin: 0 0 0 12px;
  }

  .type02 {
    margin-top: 35px;
  }

  .type02:before {
    -webkit-transform: rotate(-45deg);
    top: -39%;
    left: 45%;
    transform: rotate(-45deg);
    border-width: 27px 27px 0 27px;
  }

  .about-index-notice-wrap {
    margin-top: 18px;
    padding: 1.2em 22px 1.0em;
  }

  .about-index-notice {
    flex-flow: column-reverse;
  }

  .about-index-notice__head {
    flex-flow: wrap;
    justify-content: center;
    margin-top: 10px;
  }

  .about-index-notice__image {
    width: 100%;
  }

  .about-index-notice__title {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .about-index-notice__text {
    margin-top: 10px;
  }

  .type03 {
    width: 116px;
    margin: 5px 0 0 0;
  }

  .type04 {
    width: 118px;
    margin: 5px 0 0 7px;
  }
}

@media print,
screen and (min-width: 1260px) {
  body.is-liquid {
    min-width: auto !important;
  }

  body.is-liquid .Main__content {
    max-width: 100% !important;
  }
}

@media print {
  body {
    page: print-width;
    width: 1260px !important;
    margin: 0 auto !important;
  }

  body[data-browser^="ie"] {
    zoom: 1.9 !important;
    -webkit-transform: scale(0.45) !important;
    -webkit-transform-origin: 0 0 !important;
    transform: scale(0.45) !important;
    transform-origin: 0 0 !important;
  }

  body[data-browser="chrome"] {
    zoom: .85;
  }

  .heading1 {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .heading1--center {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1259.98px) {
  .heading1 {
    width: calc(100% + (30px * 2));
    margin-right: -30px;
    margin-left: -30px;
  }

  .Main__head .heading1 {
    margin-right: 0;
    margin-left: 0;
  }

  .Main__head .heading1__inner {
    margin: 0;
  }

  .heading1--center {
    width: calc(100% + (30px * 2));
    margin-right: -30px;
    margin-left: -30px;
  }

  .Main__head .heading1--center {
    margin-right: 0;
    margin-left: 0;
  }

  .Main__head .heading1--center__inner {
    margin: 0;
  }

  .about-index-heading1 {
    width: calc(100% + (30px * 2));
    margin-right: -30px;
    margin-left: -30px;
  }

  .Main__head .about-index-heading1 {
    margin-right: 0;
    margin-left: 0;
  }

  .Main__head .about-index-heading1__inner {
    margin: 0;
  }
}
