@charset "UTF-8";

.simulationlink__title {
  margin-bottom: 10px;
}

.simulationlink__button:hover {
  opacity: 0.85;
}

.about-footerpagelink {
  background: #e5e5e5;
  padding: 40px 0;
}

.about-footerpagelink h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.about-footerpagelink .inner_narrow {
  box-sizing: border-box;
}

.about-footerpagelink + .about-footernaviglobal {
  border-top: 1px solid #ffffff;
  box-shadow: 0 -1px 0 #d0d0d0;
}

.about-footerpagelink__link > li {
  margin: 0 0 5px;
}

.about-footerpagelink__link > li a {
  background: url(/img/icon_arrow_anchor_blue.svg) left center no-repeat;
  background-size: 0.7em;
  padding-left: 1em;
  margin-top: 10px;
  color: #1e50a2;
}

.about-footerpagelink__link > li a:hover {
  text-decoration: underline;
}

.about-footernaviglobal {
  background: #e5e5e5;
}

.about-footernaviglobal h3 {
  font-size: 16px;
  margin: 0 0 10px;
}

.about-footernaviglobal .inner_narrow {
  box-sizing: border-box;
}

.about-footernaviglobal__list {
  display: flex;
  justify-content: space-between;
}

.about-footernaviglobal__list > li a:hover {
  opacity: 0.85;
}

.about-footer__heading {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

#about-footer + .footer-global {
  margin-top: 0;
}

.about-register {
  background-color: #f6f6f6;
  padding: 30px 0;
}

.about-register h2 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}

.about-register .inner_narrow {
  box-sizing: border-box;
}

.about-register__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-register__list li {
  display: flex;
  margin-top: 20px;
}

.about-register__list li > div:first-child {
  width: 30px;
  margin-right: 12px;
}

.about-register__list li > div:last-child {
  flex: 1;
}

.about-register__list li img {
  width: 30px;
}

.about-register__list h3 {
  font-size: 14px;
}

.about-register__list p {
  font-size: 14px;
}

.about-register__buttons {
  margin-top: 20px;
}

.about-register__buttons ul {
  display: flex;
  justify-content: space-between;
}

.about-register__buttons li {
  width: 48%;
}

.about-register__buttons a {
  display: block;
  padding: 8px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.about-register__buttons a:hover {
  opacity: 0.7;
}

.about-register__buttons__register {
  background-color: #ad0003;
  border: 2px solid #ad0003;
  color: #fff;
}

.about-register__buttons__login {
  background-color: #fff;
  border: 2px solid #ad0003;
  color: #ad0003;
}

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

.about-register__banner img:hover {
  opacity: 0.85;
}

@font-face {
  src: url("/assets/font/AM-JP-UDShinGoNTPr6N-Reg.woff") format("woff"), url("/assets/font/AM-JP-UDShinGoNTPr6N-Reg.otf") format("opentype");
  font-family: 'AM-JP-UDShinGoNTPr6N';
  font-display: swap;
  font-weight: 100 300;
}

@font-face {
  src: url("/assets/font/AM-JP-UDShinGoNTPr6N-Light.woff") format("woff"), url("/assets/font/AM-JP-UDShinGoNTPr6N-Light.otf") format("opentype");
  font-family: 'AM-JP-UDShinGoNTPr6N';
  font-display: swap;
  font-weight: 400 600;
}

@font-face {
  src: url("/assets/font/AM-JP-UDShinGoNTPr6N-DeBold.woff") format("woff"), url("/assets/font/AM-JP-UDShinGoNTPr6N-DeBold.otf") format("opentype");
  font-family: 'AM-JP-UDShinGoNTPr6N';
  font-display: swap;
  font-weight: 700 900;
}

.bx-tooltip {
  display: inline-block;
  position: relative;
}

.bx-tooltip.-smart-speaker .bx-tooltip__wrap {
  max-width: 380px;
  background-color: #ffffff;
  border: solid 1px #767676;
  color: #16160e;
  padding: 24px 8px 16px;
}

.bx-tooltip.-smart-speaker .bx-tooltip__arrow::before {
  background-color: #ffffff;
  border: solid #767676;
  border-width: 0 1px 1px 0;
}

.bx-tooltip.-smart-speaker .bx-tooltip__arrow::after {
  background-color: #ffffff;
}

.bx-tooltip.-smart-speaker .bx-tooltip__close {
  top: 0;
  line-height: 2;
}

.bx-tooltip.-smart-speaker .bx-tooltip__image > figcaption {
  font-size: 14px;
  border-bottom: solid 4px #fec92f;
  overflow: hidden;
  margin-bottom: 8px;
}

.bx-tooltip.-smart-speaker .bx-tooltip__image > figcaption > span {
  position: relative;
  display: inline-block;
  background-color: #fec92f;
  border-radius: 4px 0 0 0;
  vertical-align: bottom;
  padding: 4px 16px 0;
}

.bx-tooltip.-smart-speaker .bx-tooltip__image > figcaption > span::before {
  content: '';
  position: absolute;
  top: 15px;
  right: -20px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
          transform: rotate(45deg) skew(15deg, 15deg);
  background-color: #fec92f;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text {
  font-size: 16px;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text.-you, .bx-tooltip.-smart-speaker .bx-tooltip__text.-machine {
  display: flex;
  align-items: center;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text.-you .bx-tooltip__text-image, .bx-tooltip.-smart-speaker .bx-tooltip__text.-machine .bx-tooltip__text-image {
  display: block;
  flex-shrink: 0;
  text-align: center;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text.-you .bx-tooltip__text-balloon, .bx-tooltip.-smart-speaker .bx-tooltip__text.-machine .bx-tooltip__text-balloon {
  font-family: 'AM-JP-UDShinGoNTPr6N', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  position: relative;
  display: block;
  padding: 8px;
  flex-grow: 1;
  flex-basis: 100%;
  border: solid 1px #767676;
  border-radius: 6px;
  font-size: 14px;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text.-you .bx-tooltip__text-balloon::before, .bx-tooltip.-smart-speaker .bx-tooltip__text.-machine .bx-tooltip__text-balloon::before {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
  border: solid #767676;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text.-you .bx-tooltip__text-image {
  margin-right: 16px;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text.-you .bx-tooltip__text-balloon {
  padding-left: 16px;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text.-you .bx-tooltip__text-balloon::before {
  left: -11px;
  border-width: 0 0 1px 1px;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text.-machine {
  flex-direction: row-reverse;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text.-machine .bx-tooltip__text-image {
  margin-left: 16px;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text.-machine .bx-tooltip__text-balloon {
  padding-right: 16px;
}

.bx-tooltip.-smart-speaker .bx-tooltip__text.-machine .bx-tooltip__text-balloon::before {
  right: -11px;
  border-width: 1px 1px 0 0;
}

.bx-tooltip.-kift .bx-tooltip__img {
  width: 136px;
  margin: 0 auto;
  min-width: 136px;
}

.bx-tooltip.-kift .bx-tooltip__wrap {
  background-color: #ffffff;
  padding: 0;
  color: #16160e;
}

.bx-tooltip.-kift .bx-tooltip__link:hover, .bx-tooltip.-kift .bx-tooltip__link:focus, .bx-tooltip.-kift .bx-tooltip__link:active {
  background-color: transparent;
  color: #6b6b6b;
}

.bx-tooltip.-kift .bx-tooltip__top {
  padding: 24px 32px 16px 24px;
}

.bx-tooltip.-kift .bx-tooltip__bottom {
  padding: 32px 16px 16px;
  background-color: #fffade;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: normal;
}

.bx-tooltip.-kift .bx-tooltip__bottom .bold {
  display: inline-block;
  width: 136px;
  margin: 0 16px 0 0;
  font-weight: bold;
}

.bx-tooltip.-kift .bx-tooltip__arrow::before, .bx-tooltip.-kift .bx-tooltip__arrow::after {
  background-color: #ffffff;
}

.bx-tooltip.-kift .bx-tooltip__close {
  color: #6b6b6b;
}

.bx-tooltip.-kift .bx-tooltip__close:hover, .bx-tooltip.-kift .bx-tooltip__close:focus, .bx-tooltip.-kift .bx-tooltip__close:active {
  color: #6b6b6b;
  background-color: transparent;
}

.bx-tooltip.-kift .i-arrow {
  font-weight: normal;
  display: inline;
}

.bx-tooltip.-kift .i-arrow:hover, .bx-tooltip.-kift .i-arrow:focus, .bx-tooltip.-kift .i-arrow:active {
  background-color: transparent;
}

.bx-tooltip__link {
  color: #6b6b6b;
  display: inline-block;
  position: relative;
}

.bx-tooltip__link:hover, .bx-tooltip__link:focus, .bx-tooltip__link:active {
  opacity: 0.6;
}

.bx-tooltip__link .icn-help {
  display: inline-block;
  width: 1em;
}

.bx-tooltip__wrap {
  color: #ffffff;
  width: calc(100vw - 40px);
  max-width: 370px;
  background-color: #6b6b6b;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 30px 16px 20px;
  position: absolute;
  left: 0;
  bottom: 38px;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}

.bx-tooltip__wrap.is-active {
  display: block;
}

.bx-tooltip__wrap[tabindex]:focus {
  outline: none;
}

.bx-tooltip__wrap .txt-link.-bottom {
  margin-top: 4px;
  text-align: center;
}

.bx-tooltip__wrap .txt-link.-bottom a {
  color: #fff;
  text-decoration: underline;
}

.bx-tooltip__inner2 {
  display: flex;
}

.bx-tooltip__img-area {
  width: 33%;
  margin-right: 16px;
}

.bx-tooltip__arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
}

.bx-tooltip__arrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  background-color: #6b6b6b;
}

.bx-tooltip__arrow::after {
  content: '';
  position: absolute;
  top: -16px;
  left: -20px;
  display: block;
  width: 40px;
  height: 16px;
  background-color: #6b6b6b;
}

.bx-tooltip__text {
  font-size: 12px;
  line-height: 1.7;
  white-space: normal;
  font-weight: normal;
  text-align: left;
}

.bx-tooltip__text:not(:first-child) {
  margin-top: 10px;
}

.bx-tooltip__text a {
  color: #ffffff;
  text-decoration: underline;
}

.bx-tooltip__text a:hover, .bx-tooltip__text a:focus, .bx-tooltip__text a:active {
  color: #ffffff;
  text-decoration: none;
}

.bx-tooltip__close {
  font-size: 16px;
  position: absolute;
  top: 11px;
  right: 11px;
  color: #c8c8c8;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.bx-tooltip__close::before {
  content: '';
  font-family: 'iconfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.about .mark-annotation {
  font-size: 12px;
  vertical-align: super;
  margin-right: 4px;
}

.about .textlink-left {
  padding-bottom: 8px;
}

.about .textlink-left > a {
  background: url(/img/icon_arrow_anchor_blue.svg) left center no-repeat;
  background-size: 0.7em;
  padding-left: 1em;
  color: #1e50a2;
}

.about .textlink-left > a:hover {
  text-decoration: underline;
}

.about .text-note {
  color: #6b6b6b;
}

.about .button-normal {
  background: #ffffff fff;
  color: #ad0003;
  border: 2px solid #ad0003;
  border-radius: 4px;
  padding: 15px 0;
  display: block;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.about-index .inner,
.about-index .inner_narrow {
  box-sizing: border-box;
}

.about-index .main h1 {
  text-align: center;
}

.about-index .navi {
  background: #f6f6f6;
}

.about-index .navi ol {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.about-index .navi a:hover {
  opacity: 0.85;
}

.about-index .lead {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}

.about-index .ttl-h3__text-small {
  font-weight: normal;
  display: block;
  margin-top: 6px;
}

.about-index .about-area-point {
  background: #ffffff;
  border: 1px solid #767676;
  border-radius: 10px;
  padding: 30px 20px;
}

.about-index .about-area-point .col-title {
  text-align: center;
}

.about-index .about-area-point .col-title .icon {
  margin-bottom: 20px;
}

.about-index .about-area-point .col-title .icon img {
  width: 121px;
}

.about-index .about-area-point .col-title .title {
  font-size: 20px;
}

.about-index .about-area-point .col-text {
  text-align: left;
}

.about-index .section-01 {
  background: #f6f6f6;
  padding: 0 0 50px;
}

.about-index .section-01 .text {
  margin-top: 16px;
}

.about-index .section-01 .text-note {
  margin: 16px 0 8px;
}

.about-index .section-01 .image {
  text-align: center;
  display: block;
}

.about-index .section-02 {
  padding: 50px 0;
}

.about-index .section-02 h3 {
  margin-bottom: 20px;
  text-align: center;
}

.about-index .section-03 {
  background: #f6f6f6;
  padding: 50px 0;
}

.about-index .section-03 table {
  font-size: 14px;
  border-collapse: separate;
  table-layout: fixed;
}

.about-index .section-03 table th {
  background: #c8c8c8;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.about-index .section-03 table td {
  background: #ffffff;
  vertical-align: middle;
}

.about-index .section-03 table thead td {
  background: none;
}

.about-index .section-03 table .head {
  color: #ffffff;
}

.about-index .section-03 table .head th:nth-child(1) {
  background: transparent;
}

.about-index .section-03 table .head th:nth-child(2) {
  background: #87bc74;
}

.about-index .section-03 table .head th:nth-child(3) {
  background: #60b3cc;
}

.about-index .section-03 table .image {
  margin: 10px 0 0;
}

.about-index .section-03 table .image .text-note {
  text-align: center;
  margin-top: 8px;
}

.about-index .section-03 .about-area-point {
  margin: 35px 0 0;
}

.about-index .section-03 .about-area-point .text-note {
  margin: 10px 0 0;
}

.about-index .section-04 {
  padding: 50px 0;
}

.about-index .section-04 ol > li {
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  overflow: hidden;
}

.about-index .section-04 ol > li + li {
  margin-top: 30px;
}

.about-index .section-04 ol > li h3 {
  background: #c8c8c8;
  padding: 10px 13px;
}

.about-index .section-04 ol > li h3 span {
  background: #16160e;
  color: #ffffff;
  padding: 2px 15px;
  display: inline-block;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 16px;
}

.about-index .section-04 .simulationlink {
  margin: 20px auto 0;
}

.about-index .section-04 .about-area-point {
  margin: 30px 0 0;
}

.about-index .section-04 .about-link-simulation-registration > .about-area {
  border: 1px solid #e5e5e5;
}

.about-index .section-detail {
  background: #f6f6f6;
  padding: 50px 0;
}

.about-index .section-detail ul {
  margin-top: 20px;
}

.about-index .section-detail ul li {
  background: #ffffff;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}

.about-index .section-detail ul li.-finalreturn {
  margin-bottom: 40px;
  border-color: #87bc74;
}

.about-index .section-detail ul li.-finalreturn h3 {
  background: #87bc74;
}

.about-index .section-detail ul li.-onestop {
  border-color: #60b3cc;
}

.about-index .section-detail ul li.-onestop h3 {
  background: #60b3cc;
}

.about-index .section-detail ul li h3 {
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}

.about-index .section-detail ul li .box {
  margin: 0 24px;
  padding: 30px 0;
}

.about-index .section-detail ul li .box + .box {
  border-top: 1px dotted #c8c8c8;
}

.about-index .section-detail ul li .image {
  text-align: center;
  margin: 8px 0 0;
  display: block;
}

.about-index .section-check {
  padding: 50px 0;
}

.about-index [data-modal-id='finalreturn'] .modal-content-title,
.about-index [data-modal-id='onestop'] .modal-content-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-list__check > li {
  display: flex;
}

.about-list__check > li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 2px;
  background: url(/assets/images/pages/about/index/icon-check.svg) no-repeat;
  background-size: 20px 20px;
  flex: 0 0 20px;
}

.about-list__check > li + li {
  margin-top: 8px;
}

.about-list__check .bx-tooltip {
  top: -1px;
}

.about-list__check .about-list__check-link-balloon {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}

.about-list__check .about-list__check-link-balloon:hover {
  opacity: 0.8;
}

.about-list__check .about-list__check-link-balloon:hover + .bx-tooltip .bx-tooltip__link {
  opacity: 0.8;
}

.about-appeal-choice {
  border: 2px solid #e5e5e5;
  margin: 24px 0 16px;
  padding: 32px 16px 16px;
  position: relative;
  border-radius: 10px;
}

.about-appeal-choice .about-appeal-choice__title {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about-appeal-choice .about-appeal-choice__title > span {
  display: inline-block;
  background: #fce39b;
  border-radius: 15px;
  padding: 4px 16px;
}

.about-area {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}

.about-link-simulation-registration {
  margin-top: 32px;
}

.section-case {
  padding: 50px 0;
}

.section-case .about-link-simulation-registration > .about-area {
  border: 1px solid #e5e5e5;
}

.about-case-list {
  margin-bottom: 32px;
}

.about-case-list > li {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  overflow: hidden;
}

.about-case-list > li + li {
  margin: 20px 0 0;
}

.about-case-list > li.is-close .about-case-list__content {
  display: none;
}

.about-case-list > li.is-close .about-case-list__title::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.about-case-list .about-case-list__title {
  background-color: #f6f6f6;
  display: flex;
  position: relative;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.about-case-list .about-case-list__title::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-left: 3px solid #767676;
  border-top: 3px solid #767676;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.about-case-list .about-case-list__title-image img {
  border-radius: 100%;
}

.about-case-list .about-case-list__label > span {
  background: #16160e;
  color: #ffffff;
  font-weight: bold;
  padding: 0 8px;
  border-radius: 15px;
  display: inline-block;
}

.about-case-list .about-case-list__profile {
  display: flex;
  padding: 16px;
  background: #f6f6f6;
  border-top: 1px solid #e5e5e5;
}

.about-case-list .about-case-list__profile dl {
  display: flex;
  margin-right: 16px;
}

.about-case-list .about-case-list__profile dt {
  font-weight: bold;
  margin-right: 0.15em;
}

.about-case-list .about-case-list__amount {
  display: flex;
  align-items: baseline;
  font-size: 14px;
}

.about-case-list .about-case-list__amount .text {
  font-weight: bold;
}

.about-case-list .about-case-list__amount .text span {
  font-size: 24px;
  color: #ad0003;
  margin-left: 4px;
}

.about-case-list .about-case-list__goods {
  padding: 20px 16px;
  border-top: 1px dotted #e5e5e5;
}

.about-case-list .about-case-list__goods .about-case-list__goods-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.about-case-list .about-case-list__goods .about-case-list__goods-title span {
  display: inline-block;
}

.about-case-list .about-case-list__goods .about-case-list__goods-title span::before, .about-case-list .about-case-list__goods .about-case-list__goods-title span::after {
  display: inline-block;
  content: '\002F';
}

.about-case-list .about-case-list__goods .about-case-list__goods-title span::before {
  margin-right: 6px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.about-case-list .about-case-list__goods .about-case-list__goods-title span::after {
  margin-left: 6px;
}

.about-case-list .about-case-list__goods .about-case-list__goods-comment {
  margin-bottom: 16px;
  background: #fff8e3;
  padding: 8px 16px;
  border-radius: 10px;
  position: relative;
}

.about-case-list .about-case-list__goods .about-case-list__goods-info dt {
  float: left;
  clear: both;
  margin-right: 8px;
}

.about-case-list .about-case-list__goods .about-case-list__goods-info .-emphasis {
  color: #ad0003;
  font-weight: bold;
}

.about-case-recommend {
  border-top: 1px solid #e5e5e5;
  padding: 20px 16px;
}

.about-case-recommend .about-case-recommend__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.about-case-recommend .about-case-recommend__title span {
  display: inline-block;
}

.about-case-recommend .about-case-recommend__title span::before, .about-case-recommend .about-case-recommend__title span::after {
  display: inline-block;
  content: '\002F';
}

.about-case-recommend .about-case-recommend__title span::before {
  margin-right: 6px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.about-case-recommend .about-case-recommend__title span::after {
  margin-left: 6px;
}

.about-case-recommend .about-case-recommend-area {
  display: flex;
}

.about-case-recommend .about-case-recommend-image {
  margin-right: 16px;
}

.about-video-modal {
  margin-bottom: 32px;
  text-align: center;
  cursor: pointer;
}

.about-video-modal:hover {
  opacity: 0.8;
}

.about-video-modal .about-video-modal__button {
  position: relative;
  border: 1px solid #c8c8c8;
  display: block;
  padding: 10px;
  display: flex;
  align-items: center;
}

.about-video-modal .about-video-modal__button > picture > img {
  margin-right: 14px;
}

.about-video-modal .about-video-modal__button > p {
  color: #1e50a2;
  text-align: left;
}

.about-video-modal .about-video-modal__button-text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
}

.about-video-modal .about-video-modal__button-text-sub {
  display: block;
}

.about-video-modal .about-video-modal__button-time {
  display: block;
  font-size: 14px;
}

.about-video-player {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.about-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.about-video-player .about-video-player__button {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
}

.about-video-player .about-video-player__button.-playing {
  display: none;
}

.about-new {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-new .about-new__badge {
  flex: 0 0 60px;
  height: 22px;
  display: inline-block;
  background: #fce39b;
  margin-right: 10px;
  border: 1px solid #16160e;
  border-radius: 12px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  font-size: 12px;
}

.about-search {
  margin-top: 32px;
  background: #fff8e3;
}

.about-search h3 {
  text-align: center;
  margin-bottom: 8px;
}

.about-search .search-window {
  background: #fff8e3;
  padding: 30px 0;
  border-radius: 10px;
  width: auto;
  position: relative;
  overflow: inherit;
}

.about-search .search-window__wrap {
  border: 2px solid #c8c8c8;
  border-radius: 10px;
  overflow: hidden;
}

.about-search .search-window__wrap.-open {
  border-radius: 10px 10px 0 0;
  border-bottom-width: 1px;
}

.about-search .search-window__input {
  height: 46px;
  padding-right: 64px;
}

.about-search .search-window__button {
  background-color: #ad0003;
  background-image: url(/assets/images/pages/about/index/icon-search-white.svg);
  width: 50px;
  height: 34px;
  top: 6px;
  right: 6px;
  border-radius: 10px;
}

.about-search .search-window__button > span {
  opacity: 0;
}

.about-search .search-window__button:hover {
  opacity: 0.85;
}

.about-search .autocomplete {
  box-sizing: border-box;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .simulationlink {
    display: flex;
    justify-content: center;
  }
  .simulationlink__box {
    flex: 1;
  }
  .simulationlink__box:nth-child(1) {
    padding-right: 20px;
  }
  .simulationlink__box:nth-child(2) {
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
  }
  .simulationlink__title,
  .simulationlink__button {
    max-width: 440px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .about-footerpagelink .inner_narrow {
    display: flex;
  }
  .about-footerpagelink__box:not(:first-child) {
    border-left: 1px solid #ffffff;
    box-shadow: -1px 0 0 #d0d0d0;
    padding-left: 30px;
    margin-left: 30px;
  }
  .about-footerpagelink__link > li a {
    font-size: 14px;
  }
  .about-footernaviglobal {
    padding: 40px 0;
  }
  .about-footernaviglobal__list > li {
    flex: 0 0 175px;
  }
  .about-register {
    padding: 60px 0;
  }
  .about-register h2 {
    font-size: 18px;
  }
  .about-register__list li {
    width: 48%;
  }
  .about-register__buttons {
    padding: 0 70px;
  }
  .about-register__banner {
    margin-top: 24px;
  }
  .bx-tooltip.-smart-speaker p {
    font-size: 14px;
  }
  .bx-tooltip.-smart-speaker .bx-tooltip__text.-machine .bx-tooltip__text-image {
    width: 110px;
  }
  .bx-tooltip.-kift .bx-tooltip__wrap {
    max-width: 528px;
  }
  .bx-tooltip.-kift .bx-tooltip__text {
    margin: 0 0 0 16px;
  }
  .bx-tooltip.-kift .bx-tooltip__top {
    display: flex;
    align-items: flex-start;
  }
  .bx-tooltip.-kift .bx-tooltip__bottom {
    padding: 24px 32px 24px 24px;
  }
  .bx-tooltip.-kift .bx-tooltip__bottom li + li {
    margin-top: 16px;
  }
  .bx-tooltip.-kift .bx-tooltip__arrow::before, .bx-tooltip.-kift .bx-tooltip__arrow::after {
    background-color: #fffade;
  }
  .bx-tooltip__wrap {
    padding: 37px 23px;
    cursor: default;
  }
  .bx-tooltip__wrap .txt-link.-bottom {
    font-size: 14px;
  }
  .bx-tooltip__text {
    font-size: 14px;
  }
  .about .text-note {
    font-size: 14px;
  }
  .about-index .navi ol {
    top: -50px;
  }
  .about-index .lead {
    text-align: center;
  }
  .about-index .ttl-h3__text-small {
    font-size: 16px;
  }
  .about-index .about-area-point {
    display: flex;
    align-items: center;
  }
  .about-index .about-area-point .col-title {
    flex: 1;
  }
  .about-index .about-area-point .col-text {
    flex: 1;
  }
  .about-index .btn-normal.-width-auto,
  .about-index .btn-positive.-width-auto {
    width: auto;
    min-width: 244px;
  }
  .about-index .section-01 .text {
    text-align: center;
  }
  .about-index .section-02 .about-appeal__list {
    display: flex;
    justify-content: space-between;
  }
  .about-index .section-02 .about-appeal__list > li {
    flex: 0 0 31%;
  }
  .about-index .section-02 .about-appeal__list-text {
    height: 200px;
  }
  .about-index .section-03 .section-03-video-wrapper {
    display: flex;
    justify-content: center;
  }
  .about-index .section-03 table {
    text-align: center;
    border-spacing: 10px;
    margin: 20px -10px 0;
    width: calc(100% + 20px);
  }
  .about-index .section-03 table td {
    padding: 20px;
  }
  .about-index .section-03 table .head {
    font-size: 18px;
  }
  .about-index .section-03 table .head th {
    padding: 16px;
  }
  .about-index .section-03 table .head th:nth-child(1) {
    width: 180px;
  }
  .about-index .section-03 table .image {
    text-align: center;
  }
  .about-index .section-04 ol > li h3 {
    text-align: center;
  }
  .about-index .section-04 .box {
    padding: 24px;
    text-align: center;
  }
  .about-index .section-04 .simulationlink {
    width: 910px;
  }
  .about-index .section-detail .lead + p {
    text-align: center;
  }
  .about-list__check.-center > li {
    justify-content: center;
  }
  .about-area {
    padding: 40px 20px;
  }
  .about-link-simulation-registration {
    display: flex;
    justify-content: center;
  }
  .about-link-simulation-registration > .about-area {
    flex: 1 1 50%;
  }
  .about-link-simulation-registration > .about-area + .about-area {
    margin-left: 24px;
  }
  .about-case-list {
    margin-bottom: 48px;
  }
  .about-case-list .about-case-list__title {
    padding: 8px 60px 8px 16px;
    align-items: center;
  }
  .about-case-list .about-case-list__title::before {
    right: 20px;
  }
  .about-case-list .about-case-list__title > div {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .about-case-list .about-case-list__title-image {
    flex: 0 0 100px;
    margin-right: 16px;
  }
  .about-case-list .about-case-list__label {
    font-size: 14px;
  }
  .about-case-list .about-case-list__label > span {
    margin-bottom: 8px;
  }
  .about-case-list .about-case-list__goods .about-case-list__goods-comment {
    text-align: center;
  }
  .about-case-list .about-case-list__goods .about-case-list__goods-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .about-case-list .about-case-list__goods .about-case-list__goods-image {
    width: 400px;
    height: auto;
  }
  .about-case-list .about-case-list__goods .about-case-list__goods-info {
    width: 180px;
    margin-left: 8px;
  }
  .about-case-recommend .about-case-recommend-image {
    flex: 0 0 100px;
  }
  .about-video-modal.-section03 {
    padding-right: 20px;
  }
  .about-video-modal .about-video-modal__button {
    width: 460px;
    margin: 0 auto;
  }
  .about-video-modal .about-video-modal__button > picture > img {
    width: 180px;
  }
  .about-video-modal .about-video-modal__button-text-sub {
    font-size: 14px;
  }
  .about-video-text {
    width: 796px;
    margin: 0 auto;
  }
  .about-video-player {
    width: 796px;
    padding-bottom: 45%;
    margin: 0 auto;
  }
  .about-new .about-new__badge {
    height: 25px;
    border-radius: 14px;
    line-height: 25px;
  }
  .about-area-flex {
    display: flex;
    justify-content: center;
  }
  .about-area-flex > .about-area {
    flex: 1 1 50%;
  }
  .about-area-flex > .about-area + .about-area {
    margin-left: 24px;
  }
  .about-search .search-window {
    max-width: 450px;
    margin: 0 auto;
  }
  .about-search .autocomplete {
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .simulationlink__box {
    max-width: 440px;
  }
  .simulationlink__box:nth-child(1) {
    padding-bottom: 20px;
  }
  .simulationlink__box:nth-child(2) {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
  }
  .about-footerpagelink .inner_narrow {
    padding: 0 13px;
  }
  .about-footerpagelink__box:not(:first-child) {
    margin-top: 20px;
  }
  .about-footerpagelink__link > li a {
    font-size: 12px;
  }
  .about-footernaviglobal {
    padding: 30px 0;
  }
  .about-footernaviglobal .inner_narrow {
    padding: 0 13px;
  }
  .about-footernaviglobal__list {
    flex-wrap: wrap;
    max-width: 375px;
  }
  .about-footernaviglobal__list > li {
    flex: 0 1 48%;
    margin-bottom: 15px;
  }
  .about-register .inner_narrow {
    padding: 0 13px;
  }
  .about-register__list ul {
    flex-direction: column;
  }
  .about-register__banner {
    margin: 24px 16px 0;
  }
  .about-register__banner img {
    width: 100%;
  }
  .bx-tooltip.-smart-speaker .bx-tooltip__text.-you .bx-tooltip__text-image, .bx-tooltip.-smart-speaker .bx-tooltip__text.-machine .bx-tooltip__text-image {
    width: 60px;
  }
  .bx-tooltip__wrap .txt-link.-bottom {
    font-size: 12px;
  }
  .about .text-note {
    font-size: 12px;
  }
  .about-index .inner,
  .about-index .inner_narrow {
    padding: 0 13px;
  }
  .about-index .navi ol {
    flex-wrap: wrap;
    top: -30px;
  }
  .about-index .navi ol > li {
    flex: 0 0 calc(50% - 5px);
  }
  .about-index .ttl-h3__text-small {
    font-size: 14px;
  }
  .about-index .about-area-point .col-title {
    margin: 0 0 20px;
  }
  .about-index .section-02 .about-appeal__list > li + li {
    margin: 30px 0 0;
  }
  .about-index .section-02 .about-appeal__list .i-arrow {
    font-size: 16px;
  }
  .about-index .section-03 table {
    border-spacing: 5px;
    margin: 20px -5px 0;
    width: calc(100% + 10px);
  }
  .about-index .section-03 table td {
    padding: 10px;
    vertical-align: top;
  }
  .about-index .section-03 table .head {
    font-size: 14px;
  }
  .about-index .section-03 table .head th {
    padding: 10px;
  }
  .about-index .section-03 table .head th:nth-child(1) {
    width: 60px;
  }
  .about-index .section-03 table .modal-box {
    position: relative;
  }
  .about-index .section-03 table .modal-box .icon-expansion {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .about-index .section-04 ol > li h3 {
    display: flex;
  }
  .about-index .section-04 ol > li h3 span {
    flex: none;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .about-index .section-04 .box {
    padding: 20px;
  }
  .about-list__check > li {
    font-size: 14px;
  }
  .about-area {
    padding: 20px;
  }
  .about-link-simulation-registration > .about-area + .about-area {
    margin-top: 16px;
  }
  .about-case-list .about-case-list__title {
    padding: 8px 32px 8px 8px;
  }
  .about-case-list .about-case-list__title::before {
    right: 12px;
    border-width: 2px;
  }
  .about-case-list .about-case-list__title-image {
    flex: 0 0 70px;
    margin-right: 8px;
    margin-top: 26px;
  }
  .about-case-list .about-case-list__label {
    position: absolute;
    top: 10px;
    left: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    width: 70px;
    text-align: center;
  }
  .about-case-list .about-case-list__profile {
    font-size: 14px;
    flex-wrap: wrap;
  }
  .about-case-list .about-case-list__profile dt {
    flex-shrink: 0;
  }
  .about-case-list .about-case-list__amount {
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .about-case-list .about-case-list__goods .about-case-list__goods-info {
    font-size: 14px;
    margin-top: 16px;
  }
  .about-case-recommend .about-case-recommend-image {
    flex: 0 0 70px;
  }
  .about-video-modal.-section03 {
    margin-bottom: 16px;
  }
  .about-video-modal .about-video-modal__button > picture > img {
    width: 120px;
  }
  .about-video-modal .about-video-modal__button-text {
    font-size: 16px;
    letter-spacing: 0;
  }
  .about-video-modal .about-video-modal__button-text-sub {
    font-size: 12px;
  }
  .about-video-player {
    width: 100%;
    padding-bottom: 56.25%;
  }
  .about-area-flex > .about-area + .about-area {
    margin-top: 16px;
  }
  .about-search {
    padding: 0 13px;
  }
  .about-search .autocomplete {
    width: 100%;
  }
}
