@charset "UTF-8";
.main-wrap .main-section:first-child {
  margin-top: 0;
}

.main-wrap .main-section:first-child .title-xl:first-child {
  margin-top: 0;
}

.icon.icon-3xl {
  width: 24rem;
  height: 18rem;
}

@media screen and (max-width: 375px) {
  .icon.icon-3xl {
    width: 13.3rem;
    height: 10rem;
  }
}

.icon.icon-2xl {
  width: 18rem;
  height: 12rem;
}

@media screen and (max-width: 375px) {
  .icon.icon-2xl {
    width: 10rem;
    height: 6.5rem;
  }
}

.icon.icon-xl {
  width: 17rem;
  height: 17rem;
}

@media screen and (max-width: 375px) {
  .icon.icon-xl {
    width: 12rem;
    height: 12rem;
  }
}

.icon.icon-lg {
  width: 14rem;
  height: 14rem;
}

@media screen and (max-width: 375px) {
  .icon.icon-lg {
    width: 8rem;
    height: 8rem;
  }
}

.icon.icon-md {
  width: 10rem;
  height: 10rem;
}

@media screen and (max-width: 375px) {
  .icon.icon-md {
    width: 7rem;
    height: 7rem;
  }
}

.icon.icon-sm {
  width: 6rem;
  height: 6rem;
}

@media screen and (max-width: 375px) {
  .icon.icon-sm {
    width: 6rem;
    height: 6rem;
  }
}

.icon.icon-xs {
  width: 5rem;
  height: 5rem;
}

@media screen and (max-width: 375px) {
  .icon.icon-xs {
    width: 4rem;
    height: 4rem;
  }
}

.icon.icon-2xs {
  width: 4rem;
  height: 4rem;
}

@media screen and (max-width: 375px) {
  .icon.icon-2xs {
    width: 3rem;
    height: 3rem;
  }
}

.icon.icon-3xs {
  width: 3rem;
  height: 3rem;
}

@media screen and (max-width: 375px) {
  .icon.icon-3xs {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.icon.icon-4xs {
  width: 2.6rem;
  height: 2.6rem;
}

@media screen and (max-width: 375px) {
  .icon.icon-4xs {
    width: 2rem;
    height: 2rem;
  }
}

.icon.icon-5xs {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-warning {
  width: 5rem;
}

.icon-shield {
  width: 3rem;
}

.icon-img {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.stepflow-square {
  counter-reset: stepflowSquareCounter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: 10.8rem;
  margin-bottom: -6.8rem;
}

.stepflow-square .item {
  counter-increment: stepflowSquareCounter;
  position: relative;
  width: calc(50% - 1rem);
  margin-right: 2rem;
  margin-bottom: 6.8rem;
}

@media screen and (max-width: 767px) {
  .stepflow-square .item {
    width: 100%;
    margin-right: 0;
  }
}

.stepflow-square .item:nth-child(even) {
  margin-right: 0;
}

.stepflow-square .item .item-no {
  padding-top: 1.5rem;
  position: absolute;
  top: -4.8rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: #014694;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.stepflow-square .item .item-no::after {
  position: absolute;
  content: counter(stepflowSquareCounter);
  top: 3.2rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 4rem;
}

.stepflow-square .item .item-no.item-num-only::after {
  -webkit-transform: translate(50%, -25%);
          transform: translate(50%, -25%);
}

.stepflow-square .item .item-wrapper {
  width: 100%;
  background-color: #e9eff6;
  padding-top: 4.7rem;
  padding-bottom: 4rem;
  height: 100%;
}

.stepflow-square .item .item-wrapper .item-title {
  text-align: center;
  line-height: 2.8rem;
  font-size: 2.1rem;
  padding: 0 4rem;
  font-weight: bold;
  color: #014694;
}

.stepflow-square .item .item-wrapper .item-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 2rem 12.8rem;
}

.stepflow-square .item .item-wrapper .item-block {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.4rem;
  text-align: left;
  margin: 0 8rem 0rem 8rem;
}

.stepflow-horizontal {
  counter-reset: stepflowHorizontalCounter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4.8rem;
}

.stepflow-horizontal .item {
  counter-increment: stepflowHorizontalCounter;
  position: relative;
  margin-right: 2rem;
  width: 100%;
}

.stepflow-horizontal .item:last-child {
  margin-right: 0rem;
  margin-bottom: 0;
}

.stepflow-horizontal .item .item-no {
  padding-top: 1.5rem;
  position: absolute;
  top: -4.8rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: #014694;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.stepflow-horizontal .item .item-no::after {
  position: absolute;
  content: counter(stepflowHorizontalCounter);
  top: 3.2rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 4rem;
}

.stepflow-horizontal .item .item-no.item-no-title::after {
  position: absolute;
  content: counter(stepflowHorizontalCounter);
  right: 50%;
  top: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 4rem;
  line-height: 8rem;
}

.stepflow-horizontal .item .item-wrapper {
  width: 100%;
  background-color: #e9eff6;
  padding-top: 6rem;
  padding-bottom: 2rem;
  height: 100%;
}

.stepflow-horizontal .item .item-wrapper .item-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 5.5rem 1rem;
}

.stepflow-horizontal .item .item-wrapper .item-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stepflow-horizontal .item .item-wrapper .item-detail .item-title {
  text-align: center;
  line-height: 2.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #014694;
  margin: 0rem 2rem;
}

.stepflow-horizontal .item .item-wrapper .item-detail .item-block {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.4rem;
  text-align: left;
  margin: 1rem 2rem 0rem 2rem;
}

.stepflow-vertical {
  counter-reset: stepflowVerticalCounter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 6rem;
}

.stepflow-vertical-0 {
  counter-reset: stepflowVerticalCounter0;
}

.stepflow-vertical .item {
  counter-increment: stepflowVerticalCounter;
  position: relative;
  padding-top: 4rem;
  width: 100%;
}

.stepflow-vertical .item:first-child {
  padding-top: 0;
}

.stepflow-vertical .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.stepflow-vertical .item:last-child .item-block {
  border-bottom: none;
  padding-bottom: 0;
}

.stepflow-vertical .item-0:nth-of-type(1) {
  counter-reset: stepflowVerticalCounter0;
}

.stepflow-vertical .item-0:not(:nth-of-type(1)) {
  counter-increment: stepflowVerticalCounter0;
}

.stepflow-vertical .item .item-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.stepflow-vertical .item .item-wrapper::before {
  content: '';
  display: inline-block;
  width: 0.6rem;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0.7rem;
}

.stepflow-vertical .item .item-wrapper.point.item-wrapper::before {
  content: none;
}

.stepflow-vertical .item .item-wrapper .item-dot {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #014694;
  margin-right: 5rem;
  position: relative;
  z-index: 1;
}

.stepflow-vertical .item .item-wrapper .item-dot::after {
  position: absolute;
  left: 3.2rem;
  top: 1rem;
  content: '';
  width: 2rem;
  height: 2rem;
  border-top: dashed 2px #ccc;
}

.stepflow-vertical .item .item-wrapper .item-no {
  position: relative;
  padding-top: 1rem;
  background-color: #014694;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.stepflow-vertical .item .item-wrapper .item-no::after {
  position: absolute;
  content: counter(stepflowVerticalCounter);
  padding-top: 2.4rem;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 1.9rem;
}

.stepflow-vertical .item .item-wrapper .item-no.point {
  font-size: 1rem;
}

.stepflow-vertical .item .item-wrapper .item-no-0::after {
  content: counter(stepflowVerticalCounter0);
}

.stepflow-vertical .item .item-wrapper .item-title {
  width: 100%;
  line-height: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #014694;
  margin-left: 1rem;
}

.stepflow-vertical .item .item-wrapper .item-img {
  margin-left: 2.6rem;
  display: block;
  height: auto;
  width: 4.6rem;
}

.stepflow-vertical .item .item-wrapper.-border-no::before {
  display: none;
}

.stepflow-vertical .item *::-ms-backdrop,
.stepflow-vertical .item .item-wrapper {
  height: auto;
}

.stepflow-vertical .item .item-block {
  font-size: 1.8rem;
  color: #333;
  line-height: 3rem;
  text-align: left;
  margin-top: 2rem;
  margin-left: 7rem;
  padding-bottom: 4rem;
  border-bottom: 0.2rem solid #f2f2f2;
}

.stepflow-vertical .item .item-block::before {
  content: '';
  display: inline-block;
  width: 0.6rem;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0.7rem;
}

.stepflow-vertical .item .item-block.-border-no {
  margin-left: 0;
}

.stepflow-vertical .item .item-block.-border-no::before {
  display: none;
}

.stepflow-vertical .item .point.item-block::before {
  content: none;
}

.breadcrumb {
  max-width: 1180px;
  width: calc(100% - 30px);
  margin: 2rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb.-top {
  margin-top: 2rem;
  margin-bottom: 8rem;
}

.breadcrumb.-btm {
  margin-top: 8rem;
  margin-bottom: 2rem;
}

.breadcrumb-item {
  font-size: 1.4rem;
  line-height: 2;
}

.breadcrumb-item.-link {
  color: #014694;
}

.breadcrumb-item.-link:hover {
  text-decoration: underline;
}

.breadcrumb-arrow {
  margin: 0 10px;
  color: #666;
  position: relative;
}

.breadcrumb-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.txt-main-title {
  color: #014694;
  font-size: 3.1rem;
  font-weight: bold;
  border-left: 5px solid #014694;
  padding-left: 1rem;
  margin-top: 4rem;
}

.txt-lg {
  font-size: 2.4rem;
  color: #333;
}

.txt-normal {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #333;
}

.txt-normal .link-item {
  font-size: inherit;
}

.txt-normal .link-item.-blank::after {
  left: 0;
  width: 2rem;
  height: 2rem;
}

.txt-sm {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.67;
  color: #333;
}

.txt-xs {
  margin-top: 2rem;
  font-size: 1.2rem;
  color: #333;
}

.txt-big {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.txt-comment {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: normal;
  position: relative;
  padding-left: 1.5rem;
  color: #333;
}

.txt-comment .link-item {
  font-size: inherit;
}

.txt-comment::before {
  position: absolute;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: '※';
  top: 0;
}

.txt-comment.-nobefore::before {
  content: none;
}

.txt-attention {
  padding: 2rem 4rem;
  background-color: #f2f2f2;
}

.txt-tel-num {
  display: block;
  font-size: 3.1rem;
  font-weight: bold;
  color: #014694;
  position: relative;
  padding-left: 4rem;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  margin-top: 1.6rem;
}

.txt-tel-num::before {
  content: '';
  background-image: url(/img/icon_tel.png);
  position: absolute;
  width: 2.9rem;
  height: 2.9rem;
  left: 0;
  background-size: cover;
}

.txt-fax-num {
  font-size: 3.1rem;
  font-weight: bold;
  color: #014694;
  position: relative;
  padding-left: 4rem;
}

.txt-fax-num::before {
  content: '';
  background-image: url(/img/icon_fax.png);
  position: absolute;
  width: 2.9rem;
  height: 2.9rem;
  left: 0;
  background-size: cover;
}

.btn-group {
  margin-top: calc(2rem * -1);
}

.btn-common {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  color: #014694;
  border: solid 2px #014694;
  border-radius: 5px;
  max-width: 38rem;
  margin-top: 2rem;
  text-align: center;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.9rem 4rem 1.9rem 1.3rem;
}

.btn-common span {
  color: inherit;
}

@media screen and (max-width: 375px) {
  .btn-common {
    min-height: 5rem;
    font-size: 1.6rem;
  }
}

.btn-common .btn-text-smtext {
  font-size: 1.4rem;
}

@media screen and (max-width: 375px) {
  .btn-common .btn-text-smtext {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.btn-common.-free {
  max-width: 100%;
}

.btn-common.-red {
  border-color: #e6001a;
  background: #e6001a;
  color: #fff;
}

.btn-common.-red.-blank::after {
  background-image: url(/img/icon_externallink_white.svg);
}

.btn-common.-red.-blank:hover::after {
  background-image: url(/img/icon_externallink_red.svg);
}

@media screen and (max-width: 375px) {
  .btn-common.-red {
    min-height: 6rem;
    min-width: 16.5rem;
    font-size: 1.6rem;
  }
}

.btn-common.-red:hover {
  background: #fff;
  color: #e6001a;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.btn-common.-red:hover::after {
  border-top-color: #e6001a;
  border-right-color: #e6001a;
}

.btn-common.-red::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-common.-active, .btn-common.-blue {
  border-color: #014694;
  background: #014694;
  color: #fff;
}

.btn-common.-active.-blank::after, .btn-common.-blue.-blank::after {
  background-image: url(/img/icon_externallink_white.svg);
}

.btn-common.-active.-blank:hover::after, .btn-common.-blue.-blank:hover::after {
  background-image: url(/img/icon_externallink_blue.svg);
}

@media screen and (max-width: 375px) {
  .btn-common.-active, .btn-common.-blue {
    min-height: 6rem;
    min-width: 16.5rem;
    font-size: 1.6rem;
  }
}

.btn-common.-active.-nohover, .btn-common.-blue.-nohover {
  background: #014694 !important;
  color: #fff !important;
}

.btn-common.-active:hover, .btn-common.-blue:hover {
  background: #fff;
  color: #014694;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.btn-common.-active:hover::after, .btn-common.-blue:hover::after {
  border-top-color: #014694;
  border-right-color: #014694;
}

.btn-common.-active::after, .btn-common.-blue::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-common.-add::before {
  content: '';
  position: absolute;
  top: 0;
  right: 2.2rem;
  bottom: 0;
  margin: auto;
  width: 0.2rem;
  height: 1.6rem;
  background: #014694;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.btn-common.-add::after {
  content: '';
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  width: 1.6rem;
  height: 0.2rem;
  background: #014694;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.btn-common.-add:hover::before, .btn-common.-add:hover::after {
  background: #fff;
}

.btn-common.-orange {
  border-color: #e56b00;
  background: #e56b00;
  color: #fff;
}

@media screen and (max-width: 375px) {
  .btn-common.-orange {
    min-height: 6rem;
    min-width: 16.5rem;
    font-size: 1.6rem;
  }
}

.btn-common.-orange:hover {
  background: #fff;
  color: #e56b00;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.btn-common.-orange:hover::after {
  border-top-color: #e56b00;
  border-right-color: #e56b00;
}

.btn-common.-orange::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-common.-lite {
  max-width: 58rem;
  border-color: #e9eff6;
}

.btn-common.-lite:hover {
  color: #014694;
  background-color: #e9eff6;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.btn-common.-lite:hover::after {
  border-top-color: #014694;
  border-right-color: #014694;
}

.btn-common.-lite.-blank {
  padding-right: 4rem;
}

.btn-common.-lite.-blank:hover::after {
  background-image: url(/img/icon_externallink.svg);
}

.btn-common.-flat {
  padding: 3rem 3rem 3rem 2rem;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: none;
  border-radius: 0;
  text-align: left;
}

.btn-common.-flat .infoball {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 2rem;
  line-height: 6rem;
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
}

.btn-common.-flat:hover .infoball {
  background-color: #fff;
  color: #014694;
}

.btn-common.-close {
  padding-right: 0;
  text-align: center;
}

.btn-common.-close::before {
  content: '';
  background: url(/img/close.png) center no-repeat;
  position: absolute;
  font-size: 2.2rem;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  left: 28%;
  top: auto;
}

.btn-common.-close::after {
  border: none;
}

.btn-common.-close:hover::after {
  border: none;
}

.btn-common::after {
  content: '';
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border: 0px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.btn-common:hover {
  background: #014694;
  color: #fff;
}

.btn-common:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.btn-common.-imgbtn {
  padding: 1rem 1.5rem;
  height: auto;
}

.btn-common.-imgbtn.-md {
  height: 12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 2.5rem;
  border: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.btn-common.-imgbtn.-md .btn-imgblock-img {
  width: 10rem;
}

.btn-common.-imgbtn.-md .btn-imgblock-icon {
  min-width: 6rem;
  min-height: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 2.8rem;
  background: #014694;
  margin-right: 2rem;
}

.btn-common.-imgbtn.-md .btn-txt {
  font-size: 1.8rem;
}

.btn-common.-sm {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  width: 10rem;
}

@media screen and (max-width: 375px) {
  .btn-common.-sm {
    height: 4rem;
    width: 16.5rem;
    font-weight: bold;
    font-size: 1.6rem;
  }
}

.btn-common.-lg {
  height: 12rem;
  font-size: 2.4rem;
  width: 58rem;
}

.btn-common.-lg::after {
  content: '';
  border: 0px;
}

@media screen and (max-width: 375px) {
  .btn-common.-lg {
    height: 6rem;
    font-size: 1.6rem;
  }
}

.btn-common.-lg span {
  font-size: 18px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.btn-common.-blank::after {
  content: '';
  background-image: url(/img/icon_externallink.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
  width: 2.6rem;
  height: 2.6rem;
  border: none;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.btn-common.-blank:hover::after {
  background-image: url(/img/icon_externallink_white.svg);
}

.btn-common.-pdf::after {
  content: '';
  background-image: url(/img/icon_pdf.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
  width: 2.6rem;
  height: 2.6rem;
  border: none;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.btn-common.-disable {
  background-color: #f2f2f2;
  color: #999;
  cursor: default;
  border: none;
}

.btn-common.-disable::after {
  content: none;
}

.btn-common.-disable:hover {
  background-color: #f2f2f2;
  color: #999;
}

.btn-common.-disable:hover::after {
  content: none;
}

.btn-common.-gray {
  color: #999;
  border: solid 2px #e9eff6;
  padding: 1.9rem;
}

.btn-common.-gray::after {
  content: none;
}

.btn-common.-gray:hover {
  background-color: #f2f2f2;
  color: #999;
}

.btn-common.-gray:hover::after {
  content: none;
}

.btn-common.-table-use {
  width: 24rem;
  height: 4rem !important;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  font-size: 1.6rem;
}

.btn-common.-freeblock {
  width: auto !important;
  height: auto !important;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 1.4rem;
  padding: 0.6rem !important;
  min-height: auto !important;
  text-align: center;
}

.btn-common.-freeblock::after {
  content: none;
}

.btn-common.-noafter::after {
  content: none;
}

.btn-lite {
  padding: 20px 0;
  border-radius: 5px;
  border: solid 2px #e9eff6;
}

.btn-imgblock-img {
  width: 14rem;
}

.title-xxl {
  color: #014694;
  font-size: 4rem;
  font-weight: bold;
}

.title-xl {
  color: #014694;
  font-size: 3.1rem;
  font-weight: bold;
  border-left: 5px solid #014694;
  padding-left: 1rem;
  margin-top: 8rem;
}

.title-bg {
  font-size: 2.4rem;
  font-weight: bold;
  color: #014694;
}

.title-md {
  color: #333;
  font-size: 2.1rem;
  font-weight: bold;
}

.title-underline {
  font-size: 21px;
  font-weight: bold;
  color: #014694;
  line-height: 1.33;
  min-height: 58px;
  padding-bottom: 5px;
  border-bottom: 1px solid #014694;
}

.title-link {
  color: #014694;
}

.title-link:hover {
  text-decoration: underline;
}

.link-box {
  margin-top: 2rem;
}

.link-anchor-box {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.link-text {
  margin-top: 1rem;
  padding-left: 2.2rem;
}

.link-text.-item-inline {
  padding-left: 0;
}

.link-text-nonelink:hover {
  text-decoration: underline;
}

.link-ques {
  padding-left: 5.5rem;
}

.link-item {
  position: relative;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #014694;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
}

.link-item:hover {
  text-decoration: underline;
}

.link-item::before {
  content: '';
  position: absolute;
  margin-right: 1.3rem;
  width: 0.9rem;
  height: 0.9rem;
  border: 0px;
  top: 0.3rem;
  left: -2.2rem;
  margin: auto;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.link-item.-nobefore::before {
  display: none;
}

.link-item.-after-min::after {
  left: 3px;
  width: 1.8rem !important;
  height: 1.8rem !important;
}

.link-item.-after-15::after {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.link-item.-blank::before {
  top: 0.6rem;
}

.link-item.-blank::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  bottom: 0;
  left: 3px;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
  border: none;
  background-image: url(/img/icon_externallink.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.link-item.-blank.-xs::after {
  width: 1.2rem;
  height: 1.2rem;
  left: -1px;
}

.link-item.-blank.-inlist {
  font-size: 1.8rem;
  line-height: 1.8;
}

.link-item.-blank.-inlist.-blank::after {
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.link-item.-pdf::before {
  top: 1.5rem;
}

.link-item.-pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  bottom: 0;
  left: 3px;
  width: 2.6rem;
  height: 2.6rem;
  margin: auto;
  border: none;
  background-image: url(/img/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.link-item.-pdf.-xs::after {
  width: 1.2rem;
  height: 1.2rem;
}

.link-item.-word::before {
  top: 1.5rem;
}

.link-item.-word::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  bottom: 0;
  left: 3px;
  width: 2.6rem;
  height: 2.6rem;
  margin: auto;
  border: none;
  background-image: url(/img/word.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.link-item.-anchor::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: -2rem;
  top: -0.3rem;
  margin: 0.5rem 1.3rem 0.3rem 0;
}

.link-item.-anchor.-open::before {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 0rem;
}

.link-item.-inline {
  display: inline;
}

.link-item.-inline::before {
  content: none;
}

.link-item.-question {
  position: relative;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.56;
}

.link-item.-question::before {
  content: '';
  position: absolute;
  background-image: url(/img/icon_FAQ.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: initial;
  bottom: auto;
  top: -1rem;
  left: -4.5rem;
  width: 4rem;
  height: 4rem;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.link-item.-exc::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  bottom: 0;
  left: 3px;
  width: 2.6rem;
  height: 2.6rem;
  margin: auto;
  border: none;
  background-image: url(/img/icon_excel.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.link-item.-exc::before {
  top: 1.6rem;
}

.link-item.-current {
  color: #333;
}

.link-item.-current:hover {
  text-decoration: none;
}

.link-inline {
  font-size: 1.8rem;
  line-height: 1.67;
  color: #014694;
  text-decoration: underline;
}

.link-inline:hover {
  text-decoration: none;
}

.link-inline.-blank::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.3rem;
  left: 3px;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.5rem;
  border: none;
  background-image: url(/img/icon_externallink.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.link-inline.-pdf::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.5rem;
  border: none;
  background-image: url(/img/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.link-inline.-xs {
  font-size: 1.2rem;
}

.link-inline.-xs.-blank::after {
  width: 1.2rem;
  height: 1.2rem;
}

.banner-fullsize {
  width: 100%;
  position: relative;
  height: 32rem;
}

.banner-textwrapper {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
}

.banner-title {
  font-weight: bold;
  text-shadow: 0 0 1rem rgba(5, 33, 64, 0.6);
  font-size: 4rem;
}

.banner-desc {
  text-shadow: 0 0 1rem rgba(5, 33, 64, 0.6);
  font-size: 1.8rem;
  line-height: 1.67;
  margin-top: 2rem;
  color: #fff;
}

.banner-img {
  width: 100%;
  height: 32rem;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-img-free {
  width: 100%;
  margin: 0 auto;
}

.mainpart .banner-fullsize {
  margin-top: 2rem;
}

.box-common {
  margin-top: 8rem;
  padding: 4rem;
  background-color: #f2f2f2;
}

.box-common .btn-common {
  text-align: center;
}

.box-common .title-xl {
  margin-top: 0;
  margin-bottom: 0;
}

.box-common.-sm {
  margin-top: 2rem;
  padding: 2rem;
}

.box-common.-blue {
  background-color: #e9eff6;
}

.box-common.-gray {
  background-color: #ccc;
}

.box-common.-border {
  background-color: #fff;
  border: 1px solid #ccc;
}

.box-common.-white {
  background-color: #fff;
}

.box-common .box-separate {
  margin-top: 0;
}

.box-common.-adobe {
  padding: 2.65rem 4rem 2.3rem 3.5rem;
}

.box-separate {
  margin-top: 2rem;
}

.box-lined {
  border-top: 2px solid #ccc;
  padding: 1rem;
}

.box-lined-wrap {
  margin-top: 8rem;
}

.box-lined.-last {
  border-bottom: 2px solid #ccc;
}

.box-fullsize {
  width: 100%;
  padding: 4rem 0;
  background-color: #f2f2f2;
  margin-top: 8rem;
}

.contact-content-md .w-100 {
  width: auto !important;
}

.card-border {
  border-radius: 5px;
  border: solid 2px #e9eff6;
  background-color: #fff;
  padding: 2rem 4rem;
}

.card-wrap {
  border-radius: 5px;
  border: solid 2px #e9eff6;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: block;
  height: 100%;
}

.card-wrap:hover {
  background: #e9eff6;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.card-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border: 0px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.card-wrap.no-anker {
  cursor: default;
}

.card-wrap.no-anker a {
  cursor: default;
}

.card-wrap.no-anker:hover {
  background: none;
}

.card-wrap.no-anker::after {
  display: none;
}

.card-wrap .card-title {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #014694;
}

.card-wrap.-blank .card-title::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  bottom: 0;
  left: 3px;
  width: 2.6rem;
  height: 2.6rem;
  margin: auto;
  border: none;
  background-image: url(/img/icon_externallink.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.card-content {
  color: #333;
  padding: 4rem;
}

.card-content.-block {
  display: block;
}

.card-img-wrap {
  text-align: center;
  margin-bottom: 2rem;
}

.card-img-wrap img {
  height: 100%;
}

.card-nb-wrap {
  margin-top: 2rem;
}

.card-nb .card-img-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cards-block {
  margin-top: 4rem;
}

.cards-nb {
  margin-top: 4rem;
}

.slider-wrap {
  margin: 8rem auto 0;
  padding-bottom: 3rem;
}

.slider-wrap.slider-one-img .slick-slide {
  margin-right: 0.1rem;
}

.slider-wrap .slick-slide {
  font-size: 1.6rem;
}

.slider-wrap .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
}

.slider-wrap .slick-dots li {
  margin-right: 0;
}

.slider-wrap .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #e9eff6;
  border-radius: 50%;
}

.slider-wrap .slick-dots li button::before {
  content: '';
  top: 20px;
}

.slider-wrap .slick-dots li.slick-active button {
  background: #014694;
}

.slider-wrap .next {
  position: absolute;
  bottom: -32px;
  margin: auto;
  width: 12px;
  height: 12px;
  z-index: 1;
  cursor: pointer;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 1rem;
  left: calc(50% + 10rem);
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.slider-wrap .next:hover {
  left: calc(50% + 10.5rem);
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.slider-wrap .prev {
  position: absolute;
  bottom: -32px;
  margin: auto;
  width: 12px;
  height: 12px;
  z-index: 1;
  cursor: pointer;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  bottom: 1rem;
  right: calc(50% + 10rem);
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.slider-wrap .prev:hover {
  right: calc(50% + 10.5rem);
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.slider-item {
  width: 38rem;
  margin-right: 2rem;
  color: #333;
}

.slider-item img {
  margin-bottom: 1rem;
}

.slider-item-sm {
  width: auto;
  max-width: 28rem;
  margin-right: 2rem;
  color: #333;
}

.slider-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider-item-wrap img {
  width: auto;
  height: auto;
}

.slider-item-wrap span {
  display: block;
  width: 100%;
}

.slick-slide img {
  width: 100%;
}

.anchor-tab-wrap {
  margin-top: 8rem;
  min-height: 7rem;
  border: 1px solid #f2f2f2;
  margin-left: 0;
  max-width: 118rem;
}

.anchor-tab-wrap.-two-lines {
  min-height: 16.7rem;
}

.anchor-tab-wrap.-bg {
  height: 12.4rem;
}

.anchorTab-mebukari .anchor-tab-wrap.-bg {
  height: auto;
}

.anchorTab-mebukari .anchor-tab-wrap.-bg .anchor-tab-item {
  padding-bottom: 4rem;
}

.anchor-tab-wrap.-bg .anchor-tab-item::before {
  position: absolute;
  bottom: 2rem;
  margin: auto;
  width: 12px;
  height: 12px;
  z-index: 1;
  cursor: pointer;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.anchor-tab-wrap.-bg .anchor-tab-item:hover::before {
  position: absolute;
  bottom: 1.5rem;
  margin: auto;
  width: 12px;
  height: 12px;
  z-index: 1;
  cursor: pointer;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.anchor-tab-next {
  margin-top: -0.1rem;
}

.anchor-tab-item {
  position: relative;
  padding-top: 1.8rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.anchor-tab-item::before {
  content: '';
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  bottom: 1.1rem;
  margin: auto;
  width: 12px;
  height: 12px;
  z-index: 1;
  cursor: pointer;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 0;
  left: 0;
}

.anchor-tab-item:last-child {
  border-right: none;
}

.anchor-tab-item:last-child::after {
  border: none;
}

.anchor-tab-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border-right: 0.2rem solid #f2f2f2;
  height: calc(100% - 2rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.anchor-tab-item:active::before, .anchor-tab-item:hover::before {
  bottom: 0.6rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.anchor-tab-item:active .anchor-tab-title, .anchor-tab-item:hover .anchor-tab-title {
  color: #014694;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.anchor-tab-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  display: block;
  margin-bottom: 3rem;
}

.anchor-tab-subtext {
  margin-top: 1rem;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  color: #333;
}

/* ==============
tableBlk
============== */
.table-caption {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  text-align: left;
}

.table-blk {
  width: 100%;
  margin-top: 4rem;
}

.table-blk th {
  text-align: center;
}

.table-blk thead th {
  background-color: #014694;
}

.table-blk.-lite thead th {
  background-color: #e9eff6;
  color: #333;
}

.table-blk th,
.table-blk td {
  border: 1px solid #ccc;
  padding: 1rem;
  font-size: 1.8rem;
  line-height: 1.67;
}

.table-blk th .list-common-item,
.table-blk td .list-common-item {
  font-size: inherit;
}

.table-blk th .list-common-item.-dot,
.table-blk td .list-common-item.-dot {
  padding-left: 1.5rem;
}

.table-blk th .list-common-item.-dot::before,
.table-blk td .list-common-item.-dot::before {
  left: 0.4rem;
}

.table-blk th .link-item,
.table-blk td .link-item {
  font-size: inherit;
}

.table-blk th.-w-37,
.table-blk td.-w-37 {
  width: 37%;
}

.table-blk th {
  color: #fff;
  font-weight: bold;
}

.table-blk tbody th {
  color: #333;
  text-align: left;
}

.table-blk tbody th.bg-dkblue {
  color: #fff;
  background: #014694;
}

.table-strape {
  width: 100%;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.6rem;
  position: relative;
}

.table-strape .table-strape-head.fixed {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  max-width: 118rem;
  width: 100%;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
}

.table-strape .table-strape-body.fixed {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  max-width: 118rem;
  width: 100%;
}

.table-strape tr {
  background-color: #fff;
}

.table-strape tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-strape tr:last-child {
  border-bottom: 1px solid #ccc;
}

.table-strape th {
  padding: 1rem;
}

.table-strape td {
  border-top: 0.1rem solid #ccc;
  padding: 2rem 1rem;
}

.table-strape .link-item.-inline {
  margin-left: 0;
}

.table-strape .tag-rect {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.3rem;
}

.table-light-head {
  background-color: #e9eff6 !important;
  color: #333 !important;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border-right: 0.1rem solid #fff;
}

.table-light-head.-last {
  border-right: none;
}

.table-light-head.-border-white {
  border-top: 0.1rem solid #fff;
}

.tag-round {
  display: inline-block;
  padding: 0.3rem 1.2rem;
  border-radius: 20px;
  font-size: 1.8rem;
}

.tag-round.-red {
  background: #e6001a;
  color: #fff;
}

.tag-round-qmark {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1.2rem;
  border-radius: 50%;
  background-color: #014694;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: lighter;
  margin: 0.5rem auto 0;
  cursor: pointer;
}

.tag-rect {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  min-width: 8rem;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.tag-rect.-red {
  background: #e6001a;
  color: #fff;
}

.tag-rect.-dkblue {
  background: #014694;
  color: #fff;
}

.tag-rect.-sm {
  min-width: auto;
  padding: 0 1rem;
  font-size: 1.4rem;
}

.tag-chip {
  display: inline-block;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #000;
  padding: 0 0.5rem;
  margin: 0 0.3rem;
}

.top-head-wrap {
  padding: 6rem 0;
  background-color: #e9eff6;
}

.top-head-main {
  max-width: 118rem;
}

/* ==============
sideMenu
============== */
.sideMenu {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 40px;
}

.sideMenu-title {
  font-size: 21px;
  font-weight: bold;
  color: #014694;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.sideMenu-head-link {
  color: #014694;
}

.sideMenu-head-link:hover {
  text-decoration: underline;
}

.sideMenu-head {
  font-weight: bold;
}

.sideMenu-head.open {
  font-weight: bold;
}

.sideMenu-head.open.arrow::after {
  top: 1px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.sideMenu-sub {
  display: none;
  padding-left: 25px;
}

.sideMenu-sub.show {
  display: block;
}

.sideMenu .sideMenu-item {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.sideMenu .sideMenu-item:hover {
  text-decoration: underline;
}

.sideMenu .sideMenu-item.active {
  font-weight: bold;
}

.sideMenu-single[data-cid='cid4'] .sideMenu-item.active {
  color: #014694;
}

.sideMenu .arrow {
  position: relative;
  padding-left: 2.5rem;
}

.sideMenu .arrow::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.sideMenu .arrow.open {
  font-weight: bold;
}

.sideMenu .arrow.open::after {
  top: 1px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.sideMenu .no-arrow {
  position: relative;
  padding-left: 2.5rem;
}

.sideMenu-title.arrow::after {
  top: -14px;
}

.sideMenu .dot {
  position: relative;
  padding-left: 25px;
}

.sideMenu .dot::after {
  content: '・';
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  border: none;
}

.sideMenu .dot.active {
  font-weight: bold;
  color: #014694;
}

.sideMenu .dot:hover {
  font-weight: bold;
  color: #014694;
}

/* ==============
sideBanner
============== */
.sideBanner {
  text-align: center;
  padding: 2rem 2rem 3.6rem;
  background-color: #f2f2f2;
}

.sideBanner-title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #014694;
}

.sideBanner-sub {
  font-size: 1.6rem;
  margin: 1rem 0 2rem;
  font-weight: bold;
  color: #333;
}

.qa-list {
  margin-top: 3rem;
  margin-left: 5rem;
}

.qa-item {
  margin-bottom: 3.5rem;
}

.qa-link {
  position: relative;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: #333;
  text-decoration: none !important;
}

.qa-link::before {
  content: '';
  position: absolute;
  background-image: url(/img/icon_FAQ.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  top: -5rem;
  left: -5.2rem;
  width: 4rem;
  height: 4rem;
}

.qa-link:active {
  text-decoration: underline !important;
}

.form-control {
  position: relative;
  width: 100%;
  max-width: 78rem;
  height: 6rem;
}

.form-control.-sm {
  width: 32rem;
}

.form-control.-tablever {
  height: 4rem;
}

.form-control .form-input {
  border: solid 1px #ccc;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  padding: 0 6rem 0 2rem;
}

.form-control .form-input-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 5rem;
  height: 5rem;
  margin: auto;
  background-image: url(/img/icon_search-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.form-control .form-input-noicon {
  border: solid 1px #ccc;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  padding: 0 0.5rem;
}

.video-iframe-wrap {
  margin-top: 2rem;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dialog-bubble {
  padding: 2rem;
  border: solid 2px #e9eff6;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}

.dialog-bubble-img {
  width: 10.7rem;
}

.dialog-bubble.lg {
  width: 100%;
}

.dialog-bubble.sm {
  width: 26rem;
}

.dialog-bubble.auto {
  width: auto;
}

.dialog-bubble::before {
  position: absolute;
  display: block;
  content: '';
  top: 2rem;
  left: -13px;
  width: 0;
  height: 0;
  border-width: 9.5px 13px 9.5px 0;
  border-color: transparent #e9eff6 transparent transparent;
}

.dialog-bubble::after {
  position: absolute;
  display: block;
  content: '';
  top: 2.3rem;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 10px 6.5px 0;
  border-color: transparent #fff transparent transparent;
}

.dialog-bubble.-opposite::before {
  left: calc(100% + 1px);
  border-width: 9.5px 0 9.5px 13px;
  border-color: transparent transparent transparent #e9eff6;
}

.dialog-bubble.-opposite::after {
  left: calc(100% - 2px);
  top: 2.2rem;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
}

.dialog-bubble.-reverse {
  float: right;
}

.dialog-bubble.-reverse::before {
  left: auto;
  right: 2rem;
}

.dialog-bubble.-reverse::after {
  left: auto;
  right: 2rem;
}

.dialog-bubble.-left::before {
  top: 4.2rem;
  bottom: 0;
  left: -2.5rem;
  border-bottom: solid 1.6rem #e9eff6;
  border-left: solid 2rem transparent;
}

.dialog-bubble.-left::after {
  top: 4.1rem;
  left: -1.8rem;
  border-bottom: solid 1.8rem #fff;
  border-left: solid 1.8rem transparent;
}

.dialog-bubble-toshin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
  background: #fff;
}

.dialog-bubble-toshin::before {
  left: auto;
  right: 100%;
  bottom: 50%;
  display: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dialog-bubble-toshin::after {
  left: auto;
  right: 100%;
  bottom: 50%;
  border-top: solid 1rem transparent;
  border-bottom: solid 1rem transparent;
  border-right: solid 1.4rem white;
  border-left: solid 1.4rem transparent;
}

.common-accordion-wrap {
  margin-top: 4rem;
  background: #fff;
  border: solid 1px #014694;
}

.common-accordion-wrap.info {
  border: solid 1px #014694;
  color: #014694;
}

.common-accordion-wrap.info .common-accordion-span {
  color: #014694;
  margin-left: 1.7rem;
  margin-right: 3.5rem;
}

.common-accordion-wrap.info .common-accordion-header::after {
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
}

.common-accordion-wrap.warning {
  border: solid 1px #e6001a;
  color: #e6001a;
}

.common-accordion-wrap.warning .common-accordion-span {
  color: #e6001a;
}

.common-accordion-wrap.warning .common-accordion-header::after {
  border-top: solid 2px #e6001a;
  border-right: solid 2px #e6001a;
}

.common-accordion-header {
  height: 6rem;
  max-height: 6rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5rem 0;
  cursor: pointer;
}

.common-accordion-header:hover .common-accordion-span {
  opacity: 0.6;
}

.common-accordion-header::after {
  content: '';
  position: absolute;
  top: 0.3rem;
  bottom: 0;
  margin: auto;
  right: 2.5rem;
  width: 1rem;
  height: 1rem;
  border: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.common-accordion-header.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.common-accordion-inner {
  display: none;
  padding: 2rem;
}

.common-accordion-inner ul {
  padding-left: 2rem;
}

.common-accordion-inner li {
  padding-bottom: 2rem;
}

.common-accordion-inner li .common-accordion-inner-icon {
  position: relative;
  font-size: 1.8rem;
  color: #333;
}

.common-accordion-inner li .common-accordion-inner-icon:hover {
  text-decoration: underline;
}

.common-accordion-inner-icon::after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  right: -2.8rem;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(/img/icon_externallink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.common-accordion-inner-pdf::after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  right: -2.8rem;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(/img/pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.common-tab-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.common-tab-title.fixed {
  position: fixed;
  top: 0;
  max-width: 118rem;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  z-index: 11;
}

.common-tab-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  line-height: 1.67;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-bottom: solid 2px #014694;
  cursor: pointer;
  padding: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 5rem;
}

.common-tab-item:hover {
  background: #e9eff6;
  color: #014694;
}

.common-tab-item.active {
  background: #014694;
  color: #fff;
}

.common-tab-content {
  display: none;
}

.common-tab-content.active {
  display: block;
}

.common-tab-content .anchor-tab-wrap {
  margin-top: 4rem;
}

.infoball {
  background-color: #014694;
  border-radius: 50%;
  color: #fff;
}

.infoball.-sm {
  width: 5rem;
  height: 5rem;
}

.infoball.-md {
  width: 6rem;
  height: 6rem;
}

.infoball.-lg {
  width: 8rem;
  height: 8rem;
}

.centerVideoBox {
  width: 100rem;
  margin: 0 auto;
}

.list-common {
  margin-top: 2rem;
  counter-reset: css-counter1 0;
}

.list-common.-second {
  counter-reset: css-counter1 1 css-counter2 1 css-counter3 1;
}

.list-common.-third {
  counter-reset: css-counter1 2 css-counter2 2 css-counter3 2;
}

.list-common.-fourth {
  counter-reset: css-counter1 3 css-counter2 3 css-counter3 3;
}

.list-common.-fifth {
  counter-reset: css-counter1 4 css-counter2 4 css-counter3 4;
}

.list-common.-sixth {
  counter-reset: css-counter1 5 css-counter2 5 css-counter3 5;
}

.list-common.-seventh {
  counter-reset: css-counter1 6 css-counter2 6 css-counter3 6;
}

.list-common.-eighth {
  counter-reset: css-counter1 7 css-counter2 7 css-counter3 7;
}

.list-common.-nineth {
  counter-reset: css-counter1 8 css-counter2 8 css-counter3 8;
}

.list-common.-tenth {
  counter-reset: css-counter1 9 css-counter2 9 css-counter3 9;
}

.list-common.-eleventh {
  counter-reset: css-counter1 10 css-counter2 10 css-counter3 10;
}

.list-common.-twelfth {
  counter-reset: css-counter1 11 css-counter2 11 css-counter3 11;
}

.list-common.-thirteenth {
  counter-reset: css-counter1 12 css-counter2 12 css-counter3 12;
}

.list-common.-fourteenth {
  counter-reset: css-counter1 13 css-counter2 13 css-counter3 13;
}

.list-common.-fifteenth {
  counter-reset: css-counter1 14 css-counter2 14 css-counter3 149;
}

.list-common.-sixteenth {
  counter-reset: css-counter1 15 css-counter2 15 css-counter3 15;
}

.list-common.-seventeenth {
  counter-reset: css-counter1 16 css-counter2 16 css-counter3 16;
}

.list-common.-eighteenth {
  counter-reset: css-counter1 17 css-counter2 17 css-counter3 17;
}

.list-common.-nineteenth {
  counter-reset: css-counter1 18 css-counter2 18 css-counter3 18;
}

.list-common.-twentieth {
  counter-reset: css-counter1 19 css-counter2 19 css-counter3 19;
}

.list-common .list-common {
  margin-top: 0;
}

.list-common-item {
  line-height: 1.8;
  color: #333;
  margin-top: 0.5rem;
}

.list-common-item .link-item {
  line-height: inherit;
  font-size: inherit;
}

.list-common-item .link-item::before {
  top: 1rem;
}

.list-common-item.-dot {
  position: relative;
  padding-left: 3rem;
}

.list-common-item.-dot.fs-12 {
  padding-left: 2rem;
}

.list-common-item.-dot::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #333;
  content: '';
}

.list-common-item.-dot.-bg-white::before {
  background-color: #fff;
}

.list-common-item.-none {
  position: relative;
  padding-left: 3rem;
}

.list-common-item.-none.fs-12 {
  padding-left: 2rem;
}

.list-common-item.-none::before {
  content: none;
}

.list-common-item.-none.-bg-white::before {
  background-color: #fff;
}

.list-common-item.-dot-lg {
  position: relative;
  padding-left: 3rem;
}

.list-common-item.-dot-lg.fs-12 {
  padding-left: 2rem;
}

.list-common-item.-dot-lg::before {
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #333;
  content: '';
}

.list-common-item.-dot-lg.-bg-blue::before {
  background-color: #014694;
}

.list-common-item.-num {
  position: relative;
  padding-left: 5rem;
  counter-increment: css-counter1 1;
}

.list-common-item.-num::before {
  position: absolute;
  left: 0;
  width: 7rem;
  content: "（" counter(css-counter1) "）";
}

.list-common-item.-num-02 {
  position: relative;
  padding-left: 3rem;
  counter-increment: css-counter2 1;
}

.list-common-item.-num-02.fs-12 {
  padding-left: 2rem;
}

.list-common-item.-num-02::before {
  position: absolute;
  left: 0;
  width: 4rem;
  content: counter(css-counter2) ".";
}

.list-common-item.-num-03 {
  position: relative;
  padding-left: 6.5rem;
  counter-increment: css-counter3 1;
}

.list-common-item.-num-03.fs-12 {
  padding-left: 5rem;
}

.list-common-item.-num-03::before {
  position: absolute;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: "（注" counter(css-counter3) "）";
}

.list-common-item.-num-03.-xs {
  font-size: 1.2rem;
}

.list-common-item.-num-04 {
  padding-left: 2.3rem;
  text-indent: -2.3rem;
}

.list-common-item.-comment {
  position: relative;
  padding-left: 3rem;
  counter-increment: css-counter3 1;
}

.list-common-item.-comment.fs-12 {
  padding-left: 1.5rem;
}

.list-common-item.-comment::before {
  position: absolute;
  left: 0.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: '※';
}

.list-common-item.-comment-num {
  position: relative;
  padding-left: 4rem;
  counter-increment: css-counter3 1;
}

.list-common-item.-comment-num::before {
  position: absolute;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: "※" counter(css-counter3);
}

.list-common-item.-num-05 {
  line-height: 1.5;
  padding-left: 3rem;
  position: relative;
  counter-increment: css-counter3 1;
}

.list-common-item.-num-05::before {
  content: counter(css-counter3);
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.2rem;
  width: 2.2rem;
  color: #333;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.list-common-item.-check {
  position: relative;
  padding-left: 0.5rem;
  margin-left: 3rem;
}

.list-common-item.-check::before {
  content: '';
  background: url(/img/check.png) no-repeat center;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: -2.7rem;
  top: 0.5rem;
}

.list-common-item.-circle-bold {
  position: relative;
  padding-left: 0.5rem;
  margin-left: 3rem;
}

.list-common-item.-circle-bold::before {
  content: '';
  background: url(/img/circle.svg) no-repeat center;
  background-size: contain;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: -2.7rem;
  top: 0.5rem;
}

.list-common-item.-triangle-bold {
  position: relative;
  padding-left: 0.5rem;
  margin-left: 3rem;
}

.list-common-item.-triangle-bold::before {
  content: '';
  background: url(/img/triangle.svg) no-repeat center;
  background-size: contain;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: -2.7rem;
  top: 0.5rem;
}

.list-common-item.-qlist {
  position: relative;
  padding-left: 1.5rem;
  margin-left: 3rem;
}

.list-common-item.-qlist::before {
  content: 'Q';
  position: absolute;
  left: -2.7rem;
  top: -2rem;
  font-size: 4rem;
  color: #014694;
  font-weight: bold;
}

.list-common-item.-qlist-num {
  text-indent: -4rem;
  padding-left: 2rem;
  margin-left: 7rem;
}

.list-common-item.-alist {
  position: relative;
  padding-left: 1.5rem;
  margin-left: 3rem;
  margin-top: 2rem;
}

.list-common-item.-alist::before {
  content: 'A';
  position: absolute;
  left: -2.7rem;
  top: -2rem;
  font-size: 4rem;
  color: #e6001a;
  font-weight: bold;
}

.list-common-item.-circle {
  position: relative;
  padding-left: 3rem;
}

.list-common-item.-circle.fs-12 {
  padding-left: 2rem;
}

.list-common-item.-circle::before {
  position: absolute;
  left: 0;
  content: '○';
}

.list-common-item.-circle2 {
  position: relative;
  padding-left: 3rem;
}

.list-common-item.-circle2.fs-12 {
  padding-left: 2rem;
}

.list-common-item.-circle2::before {
  position: absolute;
  left: 0;
  content: '◎';
}

.list-common-item.-diamond {
  position: relative;
  padding-left: 3rem;
}

.list-common-item.-diamond.fs-12 {
  padding-left: 2rem;
}

.list-common-item.-diamond::before {
  position: absolute;
  left: 0;
  content: '◆';
}

.list-common-item.-box {
  position: relative;
  padding-left: 3rem;
}

.list-common-item.-box::before {
  position: absolute;
  left: 0;
  content: '■';
}

.list-common-item.-decimal0, .list-common-item.-decimal1, .list-common-item.-decimal2, .list-common-item.-decimal3, .list-common-item.-decimal4, .list-common-item.-lower-alpha0, .list-common-item.-lower-alpha1, .list-common-item.-lower-alpha2, .list-common-item.-lower-alpha3, .list-common-item.-lower-alpha4, .list-common-item.-upper-alpha0, .list-common-item.-upper-alpha1, .list-common-item.-upper-alpha2, .list-common-item.-upper-alpha3, .list-common-item.-upper-alpha4, .list-common-item.-lower-roman0, .list-common-item.-lower-roman1, .list-common-item.-lower-roman2, .list-common-item.-lower-roman3, .list-common-item.-lower-roman4, .list-common-item.-upper-roman0, .list-common-item.-upper-roman1, .list-common-item.-upper-roman2, .list-common-item.-upper-roman3, .list-common-item.-upper-roman4, .list-common-item.-hiragana0, .list-common-item.-hiragana1, .list-common-item.-hiragana2, .list-common-item.-hiragana3, .list-common-item.-hiragana4, .list-common-item.-katakana0, .list-common-item.-katakana1, .list-common-item.-katakana2, .list-common-item.-katakana3, .list-common-item.-katakana4, .list-common-item.-hiragana-iroha0, .list-common-item.-hiragana-iroha1, .list-common-item.-hiragana-iroha2, .list-common-item.-hiragana-iroha3, .list-common-item.-hiragana-iroha4, .list-common-item.-katakana-iroha0, .list-common-item.-katakana-iroha1, .list-common-item.-katakana-iroha2, .list-common-item.-katakana-iroha3, .list-common-item.-katakana-iroha4, .list-common-item.-comment-decimal0, .list-common-item.-comment-decimal1, .list-common-item.-comment-decimal2, .list-common-item.-comment-decimal5, .list-common-item.-caution2, .list-common-item.-caution-decimal2, .list-common-item.-example6, .list-common-item.-arrow-right0, .list-common-item.-arrow-bottom0, .list-common-item.-arrow-left0, .list-common-item.-arrow-top0 {
  position: relative;
  padding-left: 3.5rem;
}

.list-common-item.-decimal0::before, .list-common-item.-decimal1::before, .list-common-item.-decimal2::before, .list-common-item.-decimal3::before, .list-common-item.-decimal4::before, .list-common-item.-lower-alpha0::before, .list-common-item.-lower-alpha1::before, .list-common-item.-lower-alpha2::before, .list-common-item.-lower-alpha3::before, .list-common-item.-lower-alpha4::before, .list-common-item.-upper-alpha0::before, .list-common-item.-upper-alpha1::before, .list-common-item.-upper-alpha2::before, .list-common-item.-upper-alpha3::before, .list-common-item.-upper-alpha4::before, .list-common-item.-lower-roman0::before, .list-common-item.-lower-roman1::before, .list-common-item.-lower-roman2::before, .list-common-item.-lower-roman3::before, .list-common-item.-lower-roman4::before, .list-common-item.-upper-roman0::before, .list-common-item.-upper-roman1::before, .list-common-item.-upper-roman2::before, .list-common-item.-upper-roman3::before, .list-common-item.-upper-roman4::before, .list-common-item.-hiragana0::before, .list-common-item.-hiragana1::before, .list-common-item.-hiragana2::before, .list-common-item.-hiragana3::before, .list-common-item.-hiragana4::before, .list-common-item.-katakana0::before, .list-common-item.-katakana1::before, .list-common-item.-katakana2::before, .list-common-item.-katakana3::before, .list-common-item.-katakana4::before, .list-common-item.-hiragana-iroha0::before, .list-common-item.-hiragana-iroha1::before, .list-common-item.-hiragana-iroha2::before, .list-common-item.-hiragana-iroha3::before, .list-common-item.-hiragana-iroha4::before, .list-common-item.-katakana-iroha0::before, .list-common-item.-katakana-iroha1::before, .list-common-item.-katakana-iroha2::before, .list-common-item.-katakana-iroha3::before, .list-common-item.-katakana-iroha4::before, .list-common-item.-comment-decimal0::before, .list-common-item.-comment-decimal1::before, .list-common-item.-comment-decimal2::before, .list-common-item.-comment-decimal5::before, .list-common-item.-caution2::before, .list-common-item.-caution-decimal2::before, .list-common-item.-example6::before, .list-common-item.-arrow-right0::before, .list-common-item.-arrow-bottom0::before, .list-common-item.-arrow-left0::before, .list-common-item.-arrow-top0::before {
  content: "" counter(css-counter1) "";
  counter-increment: css-counter1;
  position: absolute;
  left: 0;
  width: 3.5rem;
}

.list-common-item.-decimal1::before {
  content: "" counter(css-counter1) ".";
}

.list-common-item.-decimal2 {
  padding-left: 4rem;
}

.list-common-item.-decimal2::before {
  content: "(" counter(css-counter1) ")";
  width: 4rem;
}

.list-common-item.-decimal3::before {
  content: "(" counter(css-counter1) "";
}

.list-common-item.-decimal4::before {
  content: "" counter(css-counter1) ")";
}

.list-common-item.-lower-alpha0::before {
  content: "" counter(css-counter1, lower-alpha) "";
}

.list-common-item.-lower-alpha1::before {
  content: "" counter(css-counter1, lower-alpha) ".";
}

.list-common-item.-lower-alpha2 {
  padding-left: 4rem;
}

.list-common-item.-lower-alpha2::before {
  content: "(" counter(css-counter1, lower-alpha) ")";
  width: 4rem;
}

.list-common-item.-lower-alpha3::before {
  position: absolute;
  left: 0;
  content: "(" counter(css-counter1, lower-alpha) "";
}

.list-common-item.-lower-alpha4::before {
  content: "" counter(css-counter1, lower-alpha) ")";
}

.list-common-item.-upper-alpha0::before {
  content: "" counter(css-counter1, upper-alpha) "";
}

.list-common-item.-upper-alpha1::before {
  content: "" counter(css-counter1, upper-alpha) ".";
}

.list-common-item.-upper-alpha2 {
  padding-left: 4rem;
}

.list-common-item.-upper-alpha2::before {
  content: "(" counter(css-counter1, upper-alpha) ")";
  width: 4rem;
}

.list-common-item.-upper-alpha3::before {
  content: "(" counter(css-counter1, upper-alpha) "";
}

.list-common-item.-upper-alpha4::before {
  content: "" counter(css-counter1, upper-alpha) ")";
}

.list-common-item.-lower-roman0::before {
  content: "" counter(css-counter1, lower-roman) "";
}

.list-common-item.-lower-roman1::before {
  content: "" counter(css-counter1, lower-roman) ".";
}

.list-common-item.-lower-roman2 {
  padding-left: 4rem;
}

.list-common-item.-lower-roman2::before {
  content: "(" counter(css-counter1, lower-roman) ")";
  width: 4rem;
}

.list-common-item.-lower-roman3::before {
  content: "(" counter(css-counter1, lower-roman) "";
}

.list-common-item.-lower-roman4::before {
  content: "" counter(css-counter1, lower-roman) ")";
}

.list-common-item.-upper-roman0::before {
  content: "" counter(css-counter1, upper-roman) "";
}

.list-common-item.-upper-roman1::before {
  content: "" counter(css-counter1, upper-roman) ".";
}

.list-common-item.-upper-roman2 {
  padding-left: 4rem;
}

.list-common-item.-upper-roman2::before {
  content: "(" counter(css-counter1, upper-roman) ")";
  width: 4rem;
}

.list-common-item.-upper-roman3::before {
  content: "(" counter(css-counter1, upper-roman) "";
}

.list-common-item.-upper-roman4::before {
  content: "" counter(css-counter1, upper-roman) ")";
}

.list-common-item.-hiragana0::before {
  content: "" counter(css-counter1, hiragana) "";
}

.list-common-item.-hiragana1::before {
  content: "" counter(css-counter1, hiragana) ".";
}

.list-common-item.-hiragana2 {
  padding-left: 4rem;
}

.list-common-item.-hiragana2::before {
  content: "(" counter(css-counter1, hiragana) ")";
  width: 4rem;
}

.list-common-item.-hiragana3::before {
  content: "(" counter(css-counter1, hiragana) "";
}

.list-common-item.-hiragana4::before {
  content: "" counter(css-counter1, hiragana) ")";
}

.list-common-item.-katakana0::before {
  content: "" counter(css-counter1, katakana) "";
}

.list-common-item.-katakana1::before {
  content: "" counter(css-counter1, katakana) ".";
}

.list-common-item.-katakana2 {
  padding-left: 4rem;
}

.list-common-item.-katakana2::before {
  content: "(" counter(css-counter1, katakana) ")";
  width: 4rem;
}

.list-common-item.-katakana3::before {
  content: "(" counter(css-counter1, katakana) "";
}

.list-common-item.-katakana4::before {
  content: "" counter(css-counter1, katakana) ")";
}

.list-common-item.-hiragana-iroha0::before {
  content: "" counter(css-counter1, hiragana-iroha) "";
}

.list-common-item.-hiragana-iroha1::before {
  content: "" counter(css-counter1, hiragana-iroha) ".";
}

.list-common-item.-hiragana-iroha2 {
  padding-left: 4rem;
}

.list-common-item.-hiragana-iroha2::before {
  content: "(" counter(css-counter1, hiragana-iroha) ")";
  width: 4rem;
}

.list-common-item.-hiragana-iroha3::before {
  content: "(" counter(css-counter1, hiragana-iroha) "";
}

.list-common-item.-hiragana-iroha4::before {
  content: "" counter(css-counter1, hiragana-iroha) ")";
}

.list-common-item.-katakana-iroha0::before {
  content: "" counter(css-counter1, katakana-iroha) "";
}

.list-common-item.-katakana-iroha1::before {
  content: "" counter(css-counter1, katakana-iroha) ".";
}

.list-common-item.-katakana-iroha2 {
  padding-left: 4rem;
}

.list-common-item.-katakana-iroha2::before {
  content: "(" counter(css-counter1, katakana-iroha) ")";
  width: 4rem;
}

.list-common-item.-katakana-iroha3::before {
  content: "(" counter(css-counter1, katakana-iroha) "";
}

.list-common-item.-katakana-iroha4::before {
  content: "" counter(css-counter1, katakana-iroha) ")";
}

.list-common-item.-comment-decimal0::before {
  content: "※" counter(css-counter1);
}

.list-common-item.-comment-decimal1 {
  padding-left: 4rem;
}

.list-common-item.-comment-decimal1::before {
  content: "※" counter(css-counter1) ".";
  width: 4rem;
}

.list-common-item.-comment-decimal1.second::before {
  counter-increment: css-counter1 2;
}

.list-common-item.-comment-decimal2 {
  padding-left: 5rem;
}

.list-common-item.-comment-decimal2::before {
  content: "(※" counter(css-counter1) ")";
  width: 5rem;
}

.list-common-item.-comment-decimal5 {
  padding-left: 4rem;
}

.list-common-item.-comment-decimal5::before {
  content: "※" counter(css-counter1) ":";
  width: 4rem;
}

.list-common-item.-comment-decimal5.second::before {
  counter-increment: css-counter1 2;
}

.list-common-item.-comment-decimal5.third::before {
  counter-increment: css-counter1 3;
}

.list-common-item.-caution2 {
  padding-left: 4rem;
}

.list-common-item.-caution2::before {
  content: '(注)';
  width: 4rem;
}

.list-common-item.-caution-decimal2 {
  padding-left: 5rem;
}

.list-common-item.-caution-decimal2::before {
  content: "(注" counter(css-counter1) ")";
  width: 5rem;
}

.list-common-item.-caution-decimal2.second::before {
  counter-increment: css-counter1 2;
}

.list-common-item.-caution-decimal2.third::before {
  counter-increment: css-counter1 3;
}

.list-common-item.-example6 {
  padding-left: 5.5rem;
}

.list-common-item.-example6::before {
  content: '【例】';
  width: 5.5rem;
}

.list-common-item.-arrow-right0, .list-common-item.-arrow-bottom0, .list-common-item.-arrow-left0, .list-common-item.-arrow-top0 {
  padding-left: 2rem;
}

.list-common-item.-arrow-right0::before, .list-common-item.-arrow-bottom0::before, .list-common-item.-arrow-left0::before, .list-common-item.-arrow-top0::before {
  content: '';
  width: 9px;
  height: 9px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1rem;
}

.list-common-item.-arrow-bottom0::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.list-common-item.-arrow-left0::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.list-common-item.-arrow-top0::before {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 1.5rem;
}

.list-text-item {
  font-size: 1.8rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.67;
}

.list-text .list-text-item:first-child {
  margin-top: 0;
}

.list-text-link {
  color: #333;
}

.list-text-link:hover {
  text-decoration: underline;
}

.list-text-left {
  width: 16rem;
  margin-right: 2rem;
  color: #666;
}

.list-text-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-icon-pdf {
  position: relative;
}

.list-icon-pdf::after {
  content: '';
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  right: -3rem;
  top: -0.3rem;
  margin: auto;
  background-image: url(/img/pdf.png);
  background-size: contain;
}

.list-icon-new {
  position: relative;
}

.list-icon-new::after {
  content: '';
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  right: -2.3rem;
  top: -0.3rem;
  margin: auto;
  background-image: url(/img/icon_externallink.svg);
  background-size: contain;
}

.list-yyyymm-item {
  font-size: 1.8rem;
  margin-top: 1.2rem;
  line-height: 1.67;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-yyyymm-left {
  width: 12rem;
  margin-right: 2rem;
}

.list-yyyymm-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pulldownbox .pulldown-item {
  display: block;
  width: 100%;
  height: 6rem;
  padding: 0.5rem 0.7rem 0.5rem 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.75rem center;
  background-size: 18px 17px;
  border: solid 0.2rem #ccc;
  border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pulldownbox .pulldown-item:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.pulldownbox .pulldown-item:disabled {
  background-color: #f2f2f2;
  color: #999;
  cursor: default;
}

.pulldownbox .pulldown-item.-sm {
  width: 15rem;
}

.pulldownbox .pulldown-item.-lg {
  width: 35rem;
}

.pulldownbox *::-ms-backdrop,
.pulldownbox .pulldown-item {
  background-image: none;
}

.col .btn-common {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 5rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  height: 100%;
  margin: 0 auto;
}

.col .btn-common.-lg {
  width: auto;
}

.typography-2xl {
  font-size: 4rem;
}

@media screen and (max-width: 375px) {
  .typography-2xl {
    font-size: 2.4rem;
  }
}

.typography-xl {
  font-size: 3.1rem;
}

@media screen and (max-width: 375px) {
  .typography-xl {
    font-size: 2.2rem;
  }
}

.typography-lg {
  font-size: 2.4rem;
}

@media screen and (max-width: 375px) {
  .typography-lg {
    font-size: 2rem;
  }
}

.typography-md {
  font-size: 2.1rem;
}

@media screen and (max-width: 375px) {
  .typography-md {
    font-size: 1.8rem;
  }
}

.typography-sm {
  font-size: 1.8rem;
}

@media screen and (max-width: 375px) {
  .typography-sm {
    font-size: 1.6rem;
  }
}

.typography-xs {
  font-size: 1.6rem;
}

@media screen and (max-width: 375px) {
  .typography-xs {
    font-size: 1.4rem;
  }
}

.typography-2xs {
  font-size: 1.4rem;
}

@media screen and (max-width: 375px) {
  .typography-2xs {
    font-size: 1.2rem;
  }
}

.typography-3xs {
  font-size: 1.2rem;
}

@media screen and (max-width: 375px) {
  .typography-3xs {
    font-size: 1rem;
  }
}

.typography-black {
  color: #333;
}

.typography-blue {
  color: #014694;
}

.typography-red {
  color: #e6001a;
}

.typography-gray {
  color: #666;
}

.wb-ba {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.wb-ka {
  word-break: keep-all;
  overflow-wrap: normal;
  word-wrap: normal;
}

.ti-link {
  text-indent: -3.5rem;
  padding-left: 4rem;
}

.popupbox {
  position: absolute;
  color: #333;
  width: 370px;
  background: #fff;
  padding: 4rem;
  border: 0.2rem solid #014694;
  border-radius: 10px;
  z-index: 11;
  left: -185px;
  top: 4rem;
  cursor: default;
  font-size: 1.8rem;
}

.popupbox::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 17px 8.5px;
  border-color: transparent transparent #fff transparent;
  top: -15px;
  left: 182px;
  z-index: 12;
}

.popupbox::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 19px 9.5px;
  border-color: transparent transparent #014694 transparent;
  top: -19px;
  left: 181px;
  z-index: 10;
}

.popupbox .popupbox-close {
  margin-top: 2rem;
  color: #014694;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.popupbox .popupbox-close::before {
  content: '';
  background: url(/img/close.png) center no-repeat;
  position: absolute;
  font-size: 2.2rem;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  left: 70px;
}

.popupbox-content {
  text-align: left;
  line-height: 1.67;
}

.popupbox-title {
  font-weight: bold;
  line-height: 1.67;
  text-align: left;
  margin-bottom: 1.7rem;
  color: #333;
}

.radiobutton input {
  font-family: inherit;
  font-size: 1.8rem;
}

.radiobutton-label {
  font-size: 1.8rem;
  color: #014694;
  font-weight: bold;
}

.full-mask {
  display: none;
  position: fixed;
  top: 0;
  background: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.full-mask.show {
  display: block;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  padding: 4rem;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal .show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal .fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.adobebox .link-text {
  padding-left: 0;
}

.contactbox-simple {
  margin-top: 2rem;
  border-top: 1px solid #014694;
}

.contact-title-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.d-lg-flex .contact-title-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.numberbox-num {
  color: #014694;
  font-weight: bold;
  margin-right: 1rem;
  font-size: 2.1rem;
  display: block;
}

.toshinbox .title-md {
  font-size: 1.4rem;
}

.toshinbox .txt-normal,
.toshinbox .list-common-item {
  font-size: 1.2rem;
}

.loan-box.card-wrap {
  cursor: default;
}

.loan-box.card-wrap:hover {
  background: #fff;
}

.loan-box.card-wrap::after {
  border: none;
}

.block-xl {
  margin-top: 8rem;
}

.block-xl-step {
  margin-top: 12rem;
}

.m-auto {
  margin: auto !important;
}

.autocenter {
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0 !important;
}

.mt--2 {
  margin-top: -0.2rem !important;
}

.mt--20 {
  margin-top: -2rem !important;
}

.mt--40 {
  margin-top: -4rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-23 {
  margin-top: 2.3rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt--80 {
  margin-top: -8rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-15 {
  margin-left: 1.5rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.ml-22 {
  margin-left: 2.2rem !important;
}

.ml-25 {
  margin-left: 2.5rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.ml-33 {
  margin-left: 3.3rem !important;
}

.ml-35 {
  margin-left: 3.5rem !important;
}

.ml-36 {
  margin-left: 3.6rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.ml-45 {
  margin-left: 4.5rem !important;
}

.ml-50 {
  margin-left: 5rem !important;
}

.ml-90 {
  margin-left: 9rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-8 {
  margin-right: 0.8rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-15 {
  margin-right: 1.5rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.mr-35 {
  margin-right: 3.5rem !important;
}

.my-10 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 1rem !important;
}

.p-15 {
  padding: 1.5rem !important;
}

.p-20 {
  padding: 2rem !important;
}

.p-27 {
  padding: 2.7rem !important;
}

.p-30 {
  padding: 3rem !important;
}

.p-35 {
  padding: 3.5rem !important;
}

.p-40 {
  padding: 4rem !important;
}

.px-20 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-40 {
  padding-right: 4rem !important;
}

.pl-5 {
  padding-left: 0.5rem !important;
}

.pl-13 {
  padding-left: 1.3rem !important;
}

.pl-15 {
  padding-left: 1.5rem !important;
}

.pl-18 {
  padding-left: 1.8rem !important;
}

.pl-23 {
  padding-left: 2.3rem !important;
}

.pl-40 {
  padding-left: 4rem !important;
}

.pl-30 {
  padding-left: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.w15 {
  width: 1.5rem !important;
}

.w25 {
  width: 2.5rem !important;
}

.w30 {
  width: 3rem !important;
}

.w50 {
  width: 5rem !important;
}

.w52 {
  width: 5.2rem !important;
}

.w59 {
  width: 5.9rem !important;
}

.w60 {
  width: 6rem !important;
}

.w69 {
  width: 6.9rem !important;
}

.w70 {
  width: 7rem !important;
}

.w79 {
  width: 7.9rem !important;
}

.w80 {
  width: 8rem !important;
}

.w89 {
  width: 8.9rem !important;
}

.w90 {
  width: 9rem !important;
}

.w99 {
  width: 9.9rem !important;
}

.w100 {
  width: 10rem !important;
}

.w102 {
  width: 102px !important;
}

.w105 {
  width: 10.5rem !important;
}

.w109 {
  width: 10.9rem !important;
}

.w110 {
  width: 11rem !important;
}

.w120 {
  width: 12rem !important;
}

.w130 {
  width: 13rem !important;
}

.w140 {
  width: 14rem !important;
}

.w150 {
  width: 15rem !important;
}

.w160 {
  width: 16rem !important;
}

.w170 {
  width: 17rem !important;
}

.w178 {
  width: 178px !important;
}

.w180 {
  width: 18rem !important;
}

.w188 {
  width: 18.8rem !important;
}

.w190 {
  width: 19rem !important;
}

.w199 {
  width: 19.9rem !important;
}

.w200 {
  width: 20rem !important;
}

.w239 {
  width: 23.9rem !important;
}

.w240 {
  width: 24rem !important;
}

.w225 {
  width: 22.5rem !important;
}

.w243 {
  width: 24.3rem !important;
}

.w260 {
  width: 26rem !important;
}

.w280 {
  width: 28rem !important;
}

.w290 {
  width: 29rem !important;
}

.w300 {
  width: 30rem !important;
}

.w390 {
  width: 39rem !important;
}

.w459 {
  width: 45.9rem !important;
}

.w460 {
  width: 46rem !important;
}

.w586 {
  width: 586px !important;
}

.w580 {
  width: 580px !important;
}

.w600 {
  width: 60rem !important;
}

.w660 {
  width: 660px !important;
}

.w670 {
  width: 67rem !important;
}

.w700 {
  width: 70rem !important;
}

.w820 {
  width: 82rem !important;
}

.w820px {
  width: 820px !important;
}

.w5p {
  width: 5% !important;
}

.w6p {
  width: 6% !important;
}

.w7p {
  width: 7% !important;
}

.w8p {
  width: 8% !important;
}

.w9p {
  width: 9% !important;
}

.w10p {
  width: 10% !important;
}

.w11p {
  width: 11% !important;
}

.w12p {
  width: 12% !important;
}

.w14p {
  width: 14% !important;
}

.w15p {
  width: 15% !important;
}

.w16p {
  width: 16% !important;
}

.w17p {
  width: 17% !important;
}

.w18p {
  width: 18% !important;
}

.w19p {
  width: 19% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w32p {
  width: 32% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

*::-ms-backdrop,
.w100p-ie {
  width: 100%;
}

.max-width-none {
  max-width: none;
}

.mw-20 {
  max-width: 2rem !important;
}

.mw-54 {
  max-width: 5.4rem !important;
}

.mw-70 {
  max-width: 7rem !important;
}

.mw-82 {
  max-width: 8.2rem !important;
}

.mw-86 {
  max-width: 8.6rem !important;
}

.mw-155 {
  max-width: 15.5rem !important;
}

.mw-96 {
  max-width: 9.6rem !important;
}

.mw-100 {
  max-width: 10rem !important;
}

.mw-103 {
  max-width: 10.3rem !important;
}

.mw-107 {
  max-width: 10.7rem !important;
}

.mw-150 {
  max-width: 15rem !important;
}

.mw-160 {
  max-width: 16rem !important;
}

.mw-182 {
  max-width: 18.2rem !important;
}

.mw-190 {
  max-width: 19rem !important;
}

.mw-200 {
  max-width: 20rem !important;
}

.mw-225 {
  max-width: 22.5rem !important;
}

.mw-245 {
  max-width: 24.5rem !important;
}

.mw-260 {
  max-width: 26rem !important;
}

.mw-279 {
  max-width: 27.9rem !important;
}

.mw-283 {
  max-width: 28.3rem !important;
}

.mw-288 {
  max-width: 28.8rem !important;
}

.mw-289 {
  max-width: 28.9rem !important;
}

.mw-309 {
  max-width: 30.9rem !important;
}

.mw-330 {
  max-width: 33rem !important;
}

.mw-363 {
  max-width: 36.3rem !important;
}

.mw-405 {
  max-width: 40.5rem !important;
}

.mw-456 {
  max-width: 45.6rem !important;
}

.mw-468 {
  max-width: 46.8rem !important;
}

.mw-538 {
  max-width: 53.8rem !important;
}

.mw-540 {
  max-width: 54rem !important;
}

.mw-560 {
  max-width: 56rem !important;
}

.mw-567 {
  max-width: 56.7rem !important;
}

.mw-569 {
  max-width: 56.9rem !important;
}

.mw-583 {
  max-width: 58.3rem !important;
}

.mw-590 {
  max-width: 59rem !important;
}

.mw-600 {
  max-width: 60rem !important;
}

.mw-606 {
  max-width: 60.6rem !important;
}

.mw-620 {
  max-width: 62rem !important;
}

.mw-625 {
  max-width: 62.5rem !important;
}

.mw-630 {
  max-width: 63rem !important;
}

.mw-638 {
  max-width: 63.8rem !important;
}

.mw-646 {
  max-width: 64.6rem !important;
}

.mw-670 {
  max-width: 67rem !important;
}

.mw-700 {
  max-width: 70rem !important;
}

.mw-820 {
  max-width: 82rem !important;
}

.mw-1000 {
  max-width: 100rem !important;
}

.mw-100p {
  max-width: 100% !important;
}

.lh-0 {
  line-height: 0;
}

.lh-1 {
  line-height: 1 !important;
}

.lh115 {
  line-height: 1.15 !important;
}

.lh1_33 {
  line-height: 1.33 !important;
}

.lh15 {
  line-height: 1.5;
}

.lh17 {
  line-height: 1.7rem !important;
}

.lh18 {
  line-height: 1.8rem !important;
}

.lh25 {
  line-height: 2.5rem !important;
}

.height-auto {
  height: auto !important;
}

.h-100p {
  height: 100% !important;
}

.h0 {
  height: 0 !important;
}

.h60 {
  height: 6rem !important;
}

.h120 {
  height: 12rem !important;
}

.h184 {
  height: 18.4rem !important;
}

.min-height-initial {
  min-height: auto !important;
}

.min-height-0p {
  min-height: 0%;
}

.object-fit-initial {
  -o-object-fit: initial !important;
  object-fit: initial !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.txt-indent-0 {
  text-indent: 0;
}

.txt-indent-20 {
  text-indent: -2rem;
  padding-left: 2rem;
}

.txt-indent-13 {
  text-indent: -1.3em;
}

.txt-indent-27 {
  text-indent: -2.7rem;
  padding-left: 2.7rem;
}

.txt-indent-28 {
  text-indent: -2.8rem;
  padding-left: 2.8rem;
}

.txt-indent-36 {
  text-indent: -3.6rem;
  padding-left: 3.6rem;
}

.txt-indent-40 {
  text-indent: -4rem;
  padding-left: 4rem;
}

.txt-indent-50 {
  text-indent: -5rem;
  padding-left: 5rem;
}

.txt-indent-65 {
  text-indent: -6.5rem;
  padding-left: 6.5rem;
}

.txt-indent-72 {
  text-indent: -7.2rem;
  padding-left: 7.2rem;
}

.txt-indent-80 {
  text-indent: -8rem;
  padding-left: 8rem;
}

.txt-indent-90 {
  text-indent: -9rem;
  padding-left: 9rem;
}

.txt-indent-160 {
  text-indent: -16rem;
  padding-left: 16rem;
}

.txt-indent-180 {
  text-indent: -18rem;
  padding-left: 18rem;
}

.border-none {
  border: none;
}

.border-gray {
  border: solid 1px #ccc;
}

.border-b-gray {
  border-bottom: solid 1px #ccc;
}

.border-b-gray-2 {
  border-bottom: solid 2px #ccc;
}

.table-fixed {
  table-layout: fixed;
}

.table-word-break {
  word-break: break-all;
}

.cursor-pointer {
  cursor: pointer !important;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.px-separate {
  padding-right: calc(2rem / 2);
  padding-left: calc(2rem / 2);
}

.mx-separate {
  margin-right: calc(2rem / 2);
  margin-left: calc(2rem / 2);
}

#page_top {
  position: fixed;
  bottom: 10rem;
  right: 3rem;
  width: 6rem;
  height: 6rem;
  border: solid 2px #014694;
  border-radius: 0.5rem;
  background: #fff;
  z-index: 1000;
}

#page_top a {
  display: block;
  position: relative;
  width: 6rem;
  height: 6rem;
}

#page_top a::after {
  content: '';
  position: absolute;
  top: 0.7rem;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  border: 0px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#page_top:hover {
  opacity: 0.6;
}

.box.-md {
  width: 82rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.img-on-text {
  position: relative;
}

.img-on-text .-text {
  position: absolute;
  right: 23%;
  bottom: 50%;
  -webkit-transform: translate(17%, 50%);
          transform: translate(17%, 50%);
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

.before-beginner::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-image: url(/img/icon_beginner.svg);
  background-size: contain;
  vertical-align: middle;
  left: -0.5rem;
  position: relative;
}

.litegreen-txt {
  color: #5fbc18;
}

.orange-txt {
  color: #f28400;
}

.brown-txt {
  color: #4a2408;
}

.accordion-blue {
  border: solid 1px #014694;
}

.accordion-blue .common-accordion-header {
  color: #014694;
  padding: 1.5rem 3rem 1.5rem 2rem;
}

.accordion-blue .common-accordion-header::after {
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
}

.none-before::before {
  display: none;
}

.loan-solar-table-feature-img-wrap {
  width: 104px;
  height: 33px;
  padding: 0;
}

.loan-solar-table-feature-img-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.loan-solar-col-title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

.loan-solar-box-col-left {
  width: 84px;
}

.loan-solar-box-col-left-img {
  width: 84px;
}

.loan-solar-box-col-right {
  margin-left: 2rem;
  width: calc(100% - 104px);
}

.w145 {
  width: 14.5rem !important;
}

.w180 {
  width: 18rem !important;
}

.pr-20 {
  padding-right: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.mr-26 {
  margin-right: 2.6rem !important;
}

.inline-link {
  color: #014694;
  text-decoration: underline;
}

.inline-link:hover {
  text-decoration: none;
}

.inline-link.-blank::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  bottom: 0;
  left: 3px;
  width: 2.6rem;
  height: 2.6rem;
  margin: auto;
  border: none;
  background-image: url(/img/icon_externallink.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.inline-link.-pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  bottom: 0;
  left: 3px;
  width: 2.6rem;
  height: 2.6rem;
  margin: auto;
  border: none;
  background-image: url(/img/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.access-j-contactbox-link .link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.access-j-contactbox-link .link-item:first-child {
  margin: 0 20px 0 0;
}

h3.-merit-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

h3.-merit-tags .merit-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50px;
  height: 50px;
  background: #014694;
  border-radius: 50%;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  color: #fff;
}

.main-blue {
  font-size: 1.6rem;
}

.main-blue .list-text-left {
  width: 12rem;
}

.main-blue .list-text-link {
  color: #014694;
}

.relationship .link-box,
.relationship .link-text {
  margin-top: 0;
}

.callout-box {
  position: relative;
  border: solid 1px #666;
  margin: 2rem;
  padding: 1rem 2rem 1rem 1rem;
  z-index: 1;
  background: #fff;
  border-radius: 1rem;
}

.callout-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.8rem;
  height: 2rem;
  width: 2rem;
  background: #fff;
  border: 1px solid #666;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.guide-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.guide-book-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 140px;
  background: #fff;
}

.title-red-lg {
  font-size: 3.5rem;
  color: #e6001a;
  font-weight: bold;
}

.title-red-lg:before {
  content: "年";
  font-size: 2.5rem;
  color: #e6001a;
}

.bgcolor-Yellow {
  background-color: #fffbd1 !important;
}

.sarani-wrap {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customBanner {
  padding: 1.5rem;
  background: url("/personal/loan/reform/images/bg_share.jpg") no-repeat;
  background-size: 100%;
}

.reform-percent .title-red-lg {
  font-size: 2.6rem;
}

.reform-percent .title-red-lg::before {
  font-size: 2rem;
}

.black-txt {
  color: #333 !important;
}

.box-ttl-label {
  font-weight: bold;
  color: #014694;
  font-size: 1.8rem;
  position: relative;
  padding-left: 10rem;
}

.box-ttl-label:before {
  position: absolute;
  padding: 0.5rem 0.7rem;
  top: -0.5rem;
  left: 0;
  margin-bottom: 0.1rem;
  content: 'チェック';
  color: #fff;
  border-radius: 0.5rem;
  background-color: #e6001a;
  display: inline-block;
}

.no-underline .list-text-link {
  text-decoration: none;
}

.no-underline .list-text-left {
  width: 11rem;
}

.irp-press-list .nendo {
  display: none;
}

.irp-press-list .irp-fsize {
  display: none;
}

.irp-press-list .irp-item {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.irp-press-list .irp-date {
  font-size: 1.6rem;
  width: 14rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.irp-press-list .irp-title-block {
  font-size: 1.6rem;
  width: calc(100% - 14rem);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.irp-press-list .irp-title-block .link {
  font-weight: 500;
  color: #014694;
}

.irp-press-list .irp-title {
  display: block;
}

.irp-press-list .irp-icon-pdf {
  width: 1rem;
  height: 1rem;
  position: relative;
}

.irp-press-list .irp-icon-pdf::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 2.6rem;
  height: 2.6rem;
  margin: auto;
  border: none;
  background-image: url(/img/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.tbl-comment-blue {
  padding: 1rem;
  background: #e9eff6;
}

.keisan-input {
  text-align: right;
  padding: 1.9rem;
  font-size: 1.8rem;
  width: 35rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-common-mebukari {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: bold;
  background: #fff;
  color: #014694;
  border: solid 2px #014694;
  border-radius: 5px;
  height: 100%;
  min-height: 5rem;
  max-width: 38rem;
  margin-top: 0;
  text-align: center;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.3rem;
}

.btn-common-mebukari:hover {
  background: #014694;
  color: #fff;
}

.col-6-sinki {
  width: 49%;
  display: inline-block;
}

.brandlink {
  margin-left: 0 !important;
}

.filter-block {
  padding: 4rem 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.filter-block.fixed {
  position: fixed;
  width: 118rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  background-color: #fff;
}

.filter-block .pulldownbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.filter-block .pulldownbox .pulldown-item {
  margin-right: 2rem;
}

.table-strape-head {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: -10.2rem;
}

.table-strape-head.fixed {
  position: fixed;
  top: 17.2rem;
}

.fund-tab-block .common-tab-title .common-tab-item {
  display: block;
  line-height: 5rem;
  padding: 0;
}

.fund-tab-block .common-tab-title.fixed {
  position: fixed;
  top: 0;
}

.fixedbottom-wrap {
  position: fixed;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
}

.fixedbottom-wrap .fixedbottom-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 5rem;
}

.fixedbottom-wrap .fixedbottom-btn .btn-common {
  width: 100%;
}

.addfund-table-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.addfund-table-filter .down-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2rem;
}

.addfund-table-filter .down-item-01 {
  margin-right: 2rem;
}

.toshin-tablewrap .chart img {
  min-width: 10rem;
  max-width: 100%;
  height: auto;
}

/* 使用確認済 */
.plus,
.plus-cell {
  color: #e6001a;
}

.minus,
.minus-cell {
  color: #014694;
}

.rate {
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  height: 15px;
}

.rate.-rate-01 {
  background-image: url(/img/ratestar.svg);
  width: 15px;
  background-position-x: -68px;
}

.rate.-rate-02 {
  background-image: url(/img/ratestar.svg);
  width: 34px;
  background-position: -49px;
}

.rate.-rate-03 {
  background-image: url(/img/ratestar.svg);
  width: 50px;
  background-position: -33px;
}

.rate.-rate-04 {
  background-image: url(/img/ratestar.svg);
  width: 67px;
  background-position: -16px;
}

.rate.-rate-05 {
  background-image: url(/img/ratestar.svg);
  width: 82px;
}

.rate.-rate-00::after {
  content: '―';
}

.fund-tag {
  padding: 0.2rem 1rem;
  border-radius: 13px;
  display: inline-block;
  color: #333;
  font-size: 1.6rem;
}

.fund-tag.-domestic-stocks {
  background-color: #ffccdf;
}

.fund-tag.-domestic-trusts {
  background-color: #fccab0;
}

.fund-tag.-domestic-bonds {
  background-color: #d2cbf9;
}

.fund-tag.-domestic-balance {
  background-color: #cafebb;
}

.fund-tag.-international-bond {
  background-color: #c0f5ff;
}

.fund-tag.-international-stocks {
  background-color: #fff1bb;
}

.tbl-box-blue {
  background-color: #e9eff6;
  margin-top: 2rem;
  padding: 1rem 2rem;
}

.img-bg-nouse {
  background-image: url("/img/jweboffice/img_box_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.jwebofficeBanner-wrap {
  padding: 2rem;
  background: url("../img/jweboffice/mv.jpg") no-repeat center;
  background-size: cover;
  margin-top: 8rem;
}

.jweboffice-topbanner_logo {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 280px;
  width: 30%;
}

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

.align-self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.bg-color-white {
  background-color: #fff;
}

.eb-kitei .link-box {
  margin-top: 0;
}

.outline-box {
  background-color: #e9eff6;
  padding: 1.5rem;
  margin-right: 2rem;
  width: 31%;
}

.outline-box:last-child {
  margin-right: 0;
}

.outline-box-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  color: #014694;
  margin-bottom: 0.5rem;
}

.outline-box-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.outline-box-img {
  width: 9.2rem;
}

.title-bg-black {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
}

.col-5-reform-sim {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48%;
}

.col-2-reform-sim {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2%;
}

.font-size-30 {
  font-size: 3rem;
}

.font-size-35 {
  font-size: 3.5rem;
}

.font-size-40 {
  font-size: 4rem;
}

.font-size-55 {
  font-size: 5.5rem;
}

.font-size-65 {
  font-size: 6.5rem;
}

.border-none {
  border: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-right-none {
  border-right: none !important;
}

.loan-reform-loan-circle-wrap {
  position: absolute;
  right: -2.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4.9rem;
  height: 4.9rem;
}

.reform-btn {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  height: 100%;
  margin-top: 0;
}

.sarani-img {
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.links-index-img {
  opacity: 1;
}

.links-index-img:hover {
  opacity: 0.7;
}

.row-border-img {
  border: 2px solid #bbb;
}

.shinsa-fttr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.counter-reset {
  counter-reset: stepflowHorizontalCounter;
}

.stepflow-custom-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7rem;
}

.stepflow-custom-horizontal .item {
  counter-increment: stepflowHorizontalCounter;
  position: relative;
  margin-right: 2rem;
  width: 100%;
}

.stepflow-custom-horizontal .item:last-child {
  margin-right: 0rem;
  margin-bottom: 0;
}

.stepflow-custom-horizontal .item .item-no {
  padding-top: 1.5rem;
  position: absolute;
  top: -4.8rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: #014694;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.stepflow-custom-horizontal .item .item-no::after {
  position: absolute;
  content: counter(stepflowHorizontalCounter);
  top: 3.2rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 4rem;
}

.stepflow-custom-horizontal .item .item-wrapper {
  width: 100%;
  background-color: #e9eff6;
  padding-top: 6rem;
  padding-bottom: 2rem;
  height: 100%;
}

.stepflow-custom-horizontal .item .item-wrapper .item-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 5.5rem 1rem;
}

.stepflow-custom-horizontal .item .item-wrapper .item-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stepflow-custom-horizontal .item .item-wrapper .item-detail .item-title {
  text-align: center;
  line-height: 2.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #014694;
  margin: 0rem 2rem;
}

.stepflow-custom-horizontal .item .item-wrapper .item-detail .item-block {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.4rem;
  text-align: left;
  margin: 1rem 2rem 0rem 2rem;
}

.down-item .pulldown-item.-lg {
  width: 100%;
}

.fund-table .header {
  width: auto;
}

.fund-table .table-blk th,
.fund-table .table-blk td {
  text-align: center;
  word-break: break-word;
}

.img-toshin:hover {
  opacity: 0.7;
}

.merit-tag-right {
  width: calc(100% - 50px);
}

.enterpri-shikin-small-wrap {
  background-color: #fff;
  position: relative;
  padding: 2rem 0;
}

.enterpri-shikin-small-tri {
  position: absolute;
  right: -1.8rem;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.3rem 0 3.3rem 1.3rem;
  border-color: transparent transparent transparent #e6001a;
}

.img-border-small {
  border-top: 3px solid #009944 !important;
}

.link-item.-anchor.active#J_anchor::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -0.1rem;
}

.tenseconds-step-wrapper .item-btn.active .btn-common.-lite {
  color: #014694;
  background-color: #e9eff6;
}

.tenseconds-step-wrapper .tenseconds-btn {
  padding: 1rem;
  cursor: pointer;
  display: block;
}

.tenseconds-step-wrapper .tenseconds-btn .tenseconds-block {
  background: #014694;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.4rem 0;
  border-radius: 5px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.tenseconds-step-wrapper .tenseconds-btn .tenseconds-title {
  margin: 1rem 0 .5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #014694;
  display: block;
}

.tenseconds-step-wrapper .tenseconds-btn .tenseconds-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #333;
  display: block;
}

.tenseconds-step-wrapper .tenseconds-wrapper {
  border: solid 2px #e9eff6;
  min-height: 100%;
}

.tenseconds-step-wrapper .tenseconds-wrapper.active {
  background: #e9eff6;
}

.tenseconds-step-wrapper .item.disable .item-wrapper .item-dot,
.tenseconds-step-wrapper .item.disable .item-wrapper .item-no {
  background: #ccc;
}

.tenseconds-step-wrapper .item.disable .item-wrapper .item-title {
  color: #ccc;
}

.tenseconds-step-wrapper .item.disable .txt-normal {
  color: #ccc;
}

.tenseconds-step-wrapper .item.disable .btn-common.-lite {
  color: #ccc;
  cursor: default;
}

.tenseconds-step-wrapper .item.disable .btn-common.-lite::after {
  border-top-color: #ccc;
  border-right-color: #ccc;
}

.tenseconds-step-wrapper .item.disable .btn-common.-lite:hover {
  background: #fff;
}

.tenseconds-step-wrapper .item.disable .tenseconds-btn {
  cursor: default;
}

.tenseconds-step-wrapper .item.disable .tenseconds-btn .tenseconds-block {
  background: #ccc;
}

.tenseconds-step-wrapper .item.disable .tenseconds-btn .tenseconds-title {
  color: #ccc;
}

.tenseconds-step-wrapper .item.disable .tenseconds-btn .tenseconds-desc {
  color: #ccc;
}

.tenseconds-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tenseconds-box .tenseconds-result {
  border: 0.2rem solid #ccc;
  padding: .5rem;
  background-color: #fff;
  border-radius: .4rem;
  width: 30%;
  min-height: 5rem;
  text-align: center;
  line-height: 5rem;
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
}

.faq-contentbox .rn_List {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0;
  margin-right: calc(2rem / -2);
  margin-left: calc(2rem / -2);
}

.faq-contentbox .rn_List > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(2rem / 2);
  padding-left: calc(2rem / 2);
  margin-top: 0;
}

.faq-contentbox .rn_Item {
  margin-top: 1rem;
  padding-left: 5.5rem;
  margin-bottom: 0;
}

.faq-contentbox .rn_Link {
  position: relative;
  font-size: 1.6rem !important;
  font-weight: 500;
  color: #333;
  line-height: 1.56;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
}

.faq-contentbox .rn_Link:hover {
  text-decoration: underline !important;
}

.faq-contentbox .rn_Link::before {
  content: '';
  position: absolute;
  background-image: url(/img/icon_FAQ.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: initial;
  bottom: auto;
  top: -1rem;
  left: -4.5rem;
  width: 4rem;
  height: 4rem;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-contentbox .rn_Navigation {
  margin-top: 2rem;
  padding-left: 2.2rem;
}

.faq-contentbox .rn_Navigation a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: #014694;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  text-decoration: none;
}

.faq-contentbox .rn_Navigation a:hover {
  text-decoration: underline;
}

.faq-contentbox .rn_Navigation a::before {
  content: "";
  position: absolute;
  margin-right: 1.3rem;
  width: 0.9rem;
  height: 0.9rem;
  border: 0px;
  top: 0.3rem;
  left: -2.2rem;
  margin: auto;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.map-area-taishokukin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map-area-taishokukin .search-pulldown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.map-area-taishokukin .search-pulldown .search-item {
  width: 22.6rem;
  height: 6rem;
  padding: 5px 7px 5px 20px;
  border-radius: 5px;
  border: solid 2px #ccc;
  background-color: #fff;
}

.map-area-taishokukin .search-pulldown .search-item-btn {
  font-size: 1.4rem;
  position: relative;
  width: 7.4rem;
  height: 6rem;
  margin-left: 2rem;
  border-radius: 5px;
  border: solid 2px #014694;
  background-color: #014694;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.map-area-taishokukin .search-pulldown .search-item-btn::after {
  display: block;
  content: '';
  background: url(/img/icon_search-gray.png);
  position: absolute;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -0.6px;
}

.map-area-taishokukin .search-pulldown .search-item-btn:hover {
  background-color: #fff;
  color: #014694;
  font-weight: 500;
}

@media print, screen and (min-width: 375px) and (max-width: 493px) {
  .syusyoku-text-width {
    width: 100% !important;
  }
  .w-88 {
    width: 88% !important;
  }
  .padding-image-woman {
    padding: 2rem 0 2rem 3rem !important;
  }
}

@media print, screen and (min-width: 494px) and (max-width: 767px) {
  .syusyoku-text-width {
    width: 95% !important;
  }
  .w-88 {
    width: 88% !important;
  }
  .padding-image-woman {
    padding: 2rem 0 2rem 3rem !important;
  }
}

.mtb-12 {
  margin: 1.25rem 0;
}

.list-common-item.-star-parentheses {
  position: relative;
  padding-left: 4rem;
  counter-increment: css-counter3 1;
}

.list-common-item.-star-parentheses::before {
  position: absolute;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: '（*）';
}

.list-common-item.-caution-parentheses-num {
  position: relative;
  padding-left: 8rem;
  counter-increment: css-counter1 1;
}

.list-common-item.-caution-parentheses-num.fs-12 {
  padding-left: 5rem;
}

.list-common-item.-caution-parentheses-num.fs-12::before {
  width: 5rem;
}

.list-common-item.-caution-parentheses-num::before {
  position: absolute;
  left: 0;
  width: 7rem;
  content: "（注）" counter(css-counter1) ".";
}

.border-radius-15 {
  border-radius: 1.5rem;
}

.bg-dkgray {
  background-color: #ddd;
}

.-noafter::after {
  display: none;
}

.list-common-item.-comment-parentheses {
  position: relative;
  padding-left: 5rem;
  counter-increment: css-counter3 1;
}

.list-common-item.-comment-parentheses::before {
  position: absolute;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: '（※）';
}

.list-common-item.-katakana-both-parentheses, .list-common-item.-katakana-both-parentheses-a, .list-common-item.-katakana-both-parentheses-i, .list-common-item.-katakana-both-parentheses-u {
  position: relative;
  padding-left: 4rem;
}

.list-common-item.-katakana-both-parentheses::before, .list-common-item.-katakana-both-parentheses-a::before, .list-common-item.-katakana-both-parentheses-i::before, .list-common-item.-katakana-both-parentheses-u::before {
  position: absolute;
  left: 0;
  width: 4rem;
}

.list-common-item.-katakana-both-parentheses-a::before {
  content: '(ア)';
}

.list-common-item.-katakana-both-parentheses-i::before {
  content: '(イ)';
}

.list-common-item.-katakana-both-parentheses-u::before {
  content: '(ウ)';
}

.list-common-item.-katakana-diy, .list-common-item.-katakana-diy-i, .list-common-item.-katakana-diy-ro, .list-common-item.-katakana-diy-ha, .list-common-item.-katakana-diy-ni {
  position: relative;
  padding-left: 3.5rem;
}

.list-common-item.-katakana-diy::before, .list-common-item.-katakana-diy-i::before, .list-common-item.-katakana-diy-ro::before, .list-common-item.-katakana-diy-ha::before, .list-common-item.-katakana-diy-ni::before {
  position: absolute;
  left: 0;
  width: 3.5rem;
}

.list-common-item.-katakana-diy-i::before {
  content: 'イ';
}

.list-common-item.-katakana-diy-ro::before {
  content: 'ロ';
}

.list-common-item.-katakana-diy-ha::before {
  content: 'ハ';
}

.list-common-item.-katakana-diy-ni::before {
  content: 'ニ';
}

::before,
::after,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
  /* 1 */
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
ul,
dl {
  margin: 0;
  padding: 0;
}

p {
  color: #333;
}

table {
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.white-txt {
  color: #fff;
}

.gray-txt {
  color: #ccc;
}

.karikei-txt {
  vertical-align: super;
  font-size: 1.4rem;
}

.gray-subtxt {
  color: #666 !important;
}

.blue-txt {
  color: #014694;
}

.red-txt {
  color: #e6001a;
}

.black-txt {
  color: #333 !important;
}

.bg-txt {
  padding: 2rem 0;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.bg-txt.-sm {
  margin: 0 auto;
  padding: 0.5rem 0;
  width: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.bg-txt.-red {
  background-color: #e6001a;
}

.bg-txt.-blue {
  background-color: #014694;
}

.bg-txt.-border-radius-none {
  border-radius: 0;
}

.shape-triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 6rem 0 6rem;
}

.shape-triangle.-sm {
  border-width: 1.5rem 3rem 0 3rem;
}

.shape-triangle.-red {
  border-color: #e6001a transparent transparent transparent;
}

.shape-triangle.-blue {
  border-color: #014694 transparent transparent transparent;
}

.list-txt {
  padding-left: 3rem;
  text-indent: -3rem;
}

.border-txt {
  padding: 1px 3px;
  margin: 0 4px;
}

.border-txt-black {
  border: 1px solid #333;
}

.border-txt-white {
  border: 1px solid #fff;
}

.border-top-blue {
  border-top: 1px solid #014694;
}

.border-blue {
  border: 1px solid #014694;
}

.border-blue.-border-bold {
  border-width: 3px;
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f2f2f2;
}

.bg-blue {
  background: #e9eff6;
}

.bg-dkblue {
  background: #014694;
}

.fw-b {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

.fw-500 {
  font-weight: 500;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 2 !important;
}

@media print, screen and (max-width: 374px) {
  html {
    font-size: 2.666667vw;
  }
  img {
    width: auto;
    max-width: 100%;
  }
  .pc-only {
    display: none !important;
  }
  .btn-trigger {
    position: relative;
    width: 100%;
    height: 1.4rem;
    cursor: pointer;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background-color: #014694;
    border-radius: 0.4rem;
  }
  .btn-trigger,
  .btn-trigger span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 2rem;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  #page_top {
    position: fixed;
    bottom: 100px;
    right: 0.1rem;
    width: 4rem;
    height: 4rem;
    border: solid 2px #014694;
    border-radius: 5px;
    background: #fff;
    z-index: 1000;
  }
  #page_top a {
    display: block;
    position: relative;
    height: 4rem;
    width: 4rem;
  }
  #page_top a::after {
    width: 1rem;
    height: 1rem;
    top: 0;
    left: -0.2rem;
  }
  #page_top:hover {
    opacity: 0.6;
  }
  .title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .title-sub {
    font-size: 2rem;
    font-weight: 600;
    color: #014694;
    text-align: center;
    margin-top: 1rem;
  }
  .mask {
    display: none;
    position: fixed;
    top: 0;
    background: #000000;
    opacity: 0.5;
    width: 100vw;
    height: 100vh;
    z-index: 1;
  }
  .mask.show {
    display: block;
  }
  .header-top-wrap {
    position: relative;
    background: #fff;
    z-index: 2;
  }
  .header-top-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-top-logo a {
    display: inline-block;
  }
  .header-top-logo a img {
    width: 9rem;
    padding: 0.5rem 0 0 0.6rem;
  }
  .header-top-logo a:first-child {
    border-right: solid 1px #ccc;
  }
  .header-top-logo a:first-child img {
    width: 12rem;
    height: auto;
    padding: 0 1rem;
  }
  .header-top-logo-code {
    font-size: 0.9rem;
    color: #014694;
    letter-spacing: -0.27px;
    padding-bottom: 0.7rem;
    padding-left: 3rem;
  }
  .header-top-humberger {
    position: relative;
    width: 3rem;
    padding: 1.5rem;
  }
  .header-top-humberger-wrap.active {
    background: #f2f2f2;
  }
  .header-top-humberger-text {
    position: absolute;
    right: 0;
    left: 1rem;
    margin: auto;
    bottom: -6px;
    font-size: 1rem;
    color: #014694;
  }
  .header-top-humberger .close {
    left: 1.4rem;
  }
  .header-top-right {
    display: none;
  }
  .header-middle {
    display: none;
  }
  .header-bottom {
    display: none;
  }
  .header-sp-wrap {
    display: none;
  }
  .header-sp-wrap.active {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 2;
    height: 100%;
    overflow: auto;
  }
  .header-sp-wrap-inner {
    overflow: auto;
    min-height: 657px;
  }
  .header-sp-top {
    background: #f2f2f2;
    padding: 0 2rem 0 5rem;
  }
  .header-sp-top-content {
    width: 100%;
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-sp-top-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.42;
  }
  .header-sp-top-text a {
    color: #333;
  }
  .header-sp-top-text:last-child {
    margin-right: 0;
  }
  .header-sp-top-img {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: -3rem;
    margin: auto;
    width: 3rem;
    height: 3rem;
  }
  .header-sp-search {
    display: none;
    background: #014694;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    padding: 1rem;
    border-bottom: solid 1px #fff;
  }
  .header-sp-search-form {
    position: relative;
    display: inline-block;
    width: 94%;
    max-width: 780px;
  }
  .header-sp-search-input {
    width: 100%;
    height: 3.8rem;
    font-size: 1.6rem;
    border: solid 1px #ccc;
    padding: 0 1rem;
    border-radius: 0.5rem;
  }
  .header-sp-search-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2rem;
    width: 3rem;
    height: 3rem;
    margin: auto;
    background-image: url(/img/icon_search-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .header-sp-search.show {
    display: block;
  }
  .header-sp-accordion {
    display: block;
    background: #014694;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    padding: 1.5rem;
    position: relative;
    border-bottom: solid 1px #fff;
  }
  .header-sp-accordion::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-sp-accordion.open::before {
    display: none;
  }
  .header-sp-accordion.plus::before {
    content: '';
    position: absolute;
    top: 0;
    right: 1.7rem;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 1.6rem;
    background: #fff;
  }
  .header-sp-accordion.plus::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    margin: auto;
    width: 1.6rem;
    height: 0.2rem;
    background: #fff;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header-sp-accordion-img {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
  }
  .header-sp-accordion-area {
    display: none;
  }
  .header-sp-accordion-inner {
    font-size: 1.6rem;
    font-weight: 500;
    color: #014694;
    border-bottom: solid 1px #fff;
  }
  .header-sp-accordion-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #014694;
    padding: 1.5rem;
    background: #e9eff6;
    position: relative;
    display: block;
  }
  .header-sp-accordion-title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 2.2rem;
    bottom: 0;
    margin: auto;
    width: 0.2rem;
    height: 1.6rem;
    background: #014694;
  }
  .header-sp-accordion-title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1.6rem;
    height: 0.2rem;
    background: #014694;
  }
  .header-sp-accordion-title.open::before {
    display: none;
  }
  .header-sp-accordion-title.no-plusmark::after, .header-sp-accordion-title.no-plusmark::before {
    display: none;
  }
  .header-sp-accordion-item {
    display: none;
  }
  .header-sp-accordion-mental {
    border-bottom: solid 1px #e9eff6;
    background: #fff;
  }
  .header-sp-accordion-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    padding: 0 1.5rem;
    position: relative;
  }
  .header-sp-accordion-list::before {
    content: '';
    position: absolute;
    top: 0;
    right: 2.2rem;
    bottom: 0;
    margin: auto;
    width: 0.2rem;
    height: 1.6rem;
    background: #014694;
  }
  .header-sp-accordion-list::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1.6rem;
    height: 0.2rem;
    background: #014694;
  }
  .header-sp-accordion-list.open::before {
    display: none;
  }
  .header-sp-accordion-substance {
    margin: 0 1.5rem 1.5rem;
    display: none;
  }
  .header-sp-accordion-contact {
    padding: 1.5rem;
  }
  .header-sp-accordion-link {
    display: block;
    background: #f2f2f2;
    color: #014694;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.5rem;
    border-bottom: solid 1px #fff;
    position: relative;
  }
  .header-sp-accordion-link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 0.7rem;
    height: 0.7rem;
    border: 0px;
    border-top: solid 1px #014694;
    border-right: solid 1px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-sp-accordion-bottom {
    background: #fff;
    padding: 1.5rem 4.5rem;
  }
  .header-sp-accordion-bottom-list {
    margin-bottom: 1rem;
    position: relative;
  }
  .header-sp-accordion-bottom-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: -2rem;
    bottom: 0;
    margin: auto;
    width: 0.7rem;
    height: 0.7rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-sp-accordion-bottom-list:last-child {
    margin-bottom: 0;
  }
  .header-sp-close {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 1.5rem;
    background: #f2f2f2;
  }
  .header-sp-button {
    display: block;
    font-size: 1.6rem;
    color: #fff;
    background: #014694;
    border-radius: 5px;
    border: solid 2px #014694;
    padding: 0.8rem 4.8rem;
  }
  .header-sp-button:first-child {
    margin-right: 1rem;
  }
  .header-sp-button.login {
    background: #e6001a;
    border: solid 2px #e6001a;
  }
  .header-sp-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #e9eff6;
    padding: 1rem 1.5rem;
  }
  .kv-content {
    position: relative;
  }
  .kv-content .kv-content-img-sp {
    max-width: 100%;
  }
  .kv-content-img {
    display: none !important;
  }
  .kv-content-img-sp {
    width: 100%;
  }
  .kv .prev,
  .kv .next {
    position: absolute;
    bottom: -3.2rem;
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 1;
    cursor: pointer;
  }
  .kv .next {
    left: calc(50% + 6rem);
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .kv .prev {
    right: calc(50% + 6.5rem);
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .kv .slick-dots {
    bottom: -3.9rem;
  }
  .kv .slick-dots li button {
    width: 1rem;
    height: 1rem;
    background: #e9eff6;
    border-radius: 50%;
  }
  .kv .slick-dots li button::before {
    content: '';
    top: 2rem;
  }
  .kv .slick-dots li.slick-active button {
    background: #014694;
  }
  .app-wrap {
    width: 100%;
    margin: 5rem auto 0;
    border-top: solid 1px #f2f2f2;
    padding-top: 2rem;
  }
  .app-top {
    margin: 0 1.5rem;
    border: solid 1px #e6001a;
    background: #fff;
    margin-bottom: 2rem;
  }
  .app-top.corporate {
    display: none;
  }
  .app-bottom {
    display: block;
    margin-top: 2rem;
  }
  .app-bottom-content {
    width: 100%;
    max-width: 580px;
    background: #f2f2f2;
    text-align: center;
    margin: 0 auto;
  }
  .app-bottom-content-title {
    color: #014694;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 2rem;
  }
  .app-bottom-content-text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    padding-top: 0.5rem;
    line-height: normal;
  }
  .app-bottom-content.corporate {
    margin-bottom: 5rem;
  }
  .app-bottom-content-img {
    margin: 2rem auto;
    padding: 0 2rem 2rem;
  }
  .app-bottom-content-img-pc {
    display: none;
  }
  .app-bottom-content-img-sp {
    width: 100%;
  }
  .app-bottom-content-item {
    width: 100%;
    max-width: 380px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .app-bottom-content-btn {
    display: block;
    background: #014694;
    border-radius: 5px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 2rem;
    padding: 1.8rem 0;
    width: 100%;
    max-width: 165px;
  }
  .app-bottom-content-btn span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }
  .app-bottom-content-btn.center {
    padding: 1.8rem 0 !important;
  }
  .app-bottom-content-btn.red {
    padding: 1rem 0;
    background: #e6001a;
  }
  .app-bottom-content-btn.orange {
    margin-top: 1rem;
    background: #e56b00 !important;
  }
  .app-bottom-content-btn.orange:last-child {
    padding: 1.1rem 0;
  }
  .app-bottom-content-btn:first-child {
    margin-right: 1.5rem;
  }
  .app-bottom-content-guide {
    padding-top: 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    line-height: normal;
    width: 14rem;
  }
  .app-bottom-content-guide-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .app-bottom-content-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #333;
    line-height: normal;
  }
  .app-bottom-content-sub-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2rem;
  }
  .app-bottom-content-sub-wrap-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .app-bottom-content-sub img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .app-bottom-content-sub:last-of-type {
    margin-left: 2.5rem;
  }
  .news-wrap .common-tab {
    margin: 2rem;
  }
  .common-accordion-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    color: #e6001a;
    font-weight: 500;
    padding: 0.5rem;
  }
  .common-accordion-header::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2.5rem;
    width: 0.7rem;
    height: 0.7rem;
    border: 0px;
    border-top: solid 1px #e6001a;
    border-right: solid 1px #e6001a;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  .common-accordion-header.open::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .common-accordion-header img {
    width: 3rem;
    height: 3rem;
  }
  .common-accordion-inner {
    display: none;
  }
  .common-accordion-inner ul {
    padding: 1rem 1.5rem;
  }
  .common-accordion-inner li {
    padding-bottom: 2rem;
  }
  .common-accordion-inner .common-accordion-inner-icon {
    position: relative;
    font-size: 1.4rem;
    color: #333;
  }
  .common-accordion-inner .common-accordion-inner-icon:hover {
    text-decoration: underline;
  }
  .common-accordion-inner-icon::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: auto;
    margin: auto;
    right: -2.1rem;
    width: 1.9rem;
    height: 1.9rem;
    background-image: url(/img/icon_externallink.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .common-accordion-inner-pdf::after {
    content: '';
    position: absolute;
    bottom: 2px;
    margin: auto;
    right: -2.1rem;
    width: 1.9rem;
    height: 1.9rem;
    background-image: url(/img/pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .common-tab-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .common-tab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.43;
    color: #333;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border-bottom: solid 2px #014694;
    cursor: pointer;
  }
  .common-tab-item.active {
    background: #014694;
    color: #fff;
  }
  .common-tab-inner {
    margin-top: 2rem;
  }
  .common-tab-inner.notab {
    padding: 2rem 0;
    border-top: solid 1px #014694;
  }
  .common-tab-inner-item {
    margin-bottom: 2rem;
  }
  .common-tab-inner-text {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
  }
  .common-tab-inner-day {
    display: block;
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 0.5rem;
  }
  .common-tab-inner-vital {
    display: block;
    width: 8.5rem !important;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    margin-right: 2rem;
    line-height: normal;
    background-color: #e6001a;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .common-tab-inner-pdf {
    position: relative;
  }
  .common-tab-inner-pdf::after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: -2.3rem;
    margin: auto;
    background-image: url(/img/pdf.png);
    background-size: contain;
  }
  .irp-press-list span {
    font-size: 1.4rem;
    width: auto;
    margin-right: 2rem;
  }
  .irp-press-list a {
    color: #333;
  }
  .irp-press-list a:hover {
    text-decoration: underline;
  }
  .service {
    background: #e9eff6;
  }
  .service-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 2rem auto 0;
  }
  .service-title-wrap {
    text-align: center;
    padding-top: 4rem;
  }
  .service-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  .service-content-wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .service-content-text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
  }
  .service-content li {
    width: 100%;
    height: 100%;
    max-width: 165px;
    height: 140px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    text-align: center;
    margin-bottom: 2rem;
  }
  .service-content li img {
    width: 8rem;
    height: 8rem;
  }
  .service-content-item {
    display: block;
    padding: 2rem;
  }
  .service-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 0 4rem;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-bottom li {
    position: relative;
    width: 345px;
    text-align: center;
    margin-bottom: 2rem;
  }
  .service-bottom li:nth-child(3) {
    margin-right: 0;
  }
  .service-bottom-li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 0.8rem;
    height: 0.8rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .service-bottom-pdf::after {
    content: '';
    position: absolute;
    top: -0.4rem;
    bottom: 0;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    margin: auto;
    background-image: url(/img/icon_externallink.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .service-bottom a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
  }
  .campaign {
    background: #014694;
  }
  .campaign-content {
    text-align: center;
    padding-top: 4rem;
  }
  .campaign-content.corporate {
    padding-bottom: 6rem;
  }
  .campaign-title {
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
  }
  .campaign-title-sub {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 1rem;
  }
  .campaign-list {
    display: block;
    max-width: 385px;
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: normal;
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
    line-height: normal;
  }
  .campaign-list img {
    width: 100%;
  }
  .campaign-list:last-child {
    padding-right: 0;
  }
  .campaign-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-top: 4rem;
  }
  .campaign .prev,
  .campaign .next {
    position: absolute;
    bottom: -5rem;
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 1;
    cursor: pointer;
  }
  .campaign .next {
    left: calc(50% + 9.5rem);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .campaign .prev {
    right: calc(50% + 11rem);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .campaign .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 170px;
    bottom: -5.7rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .campaign .slick-dots li {
    margin-right: 1.5rem;
  }
  .campaign .slick-dots li button {
    width: 1rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .campaign .slick-dots li button::before {
    content: '';
    top: 2rem;
  }
  .campaign .slick-dots li.slick-active button {
    background: #fff;
  }
  .campaign-chart {
    position: relative;
    display: block;
    background: #fff;
    color: #014694;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.3rem 0;
    margin: 9rem auto 0;
    border-radius: 5px;
    max-width: 345px;
  }
  .campaign-chart::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .campaign-chart-wrap {
    padding-bottom: 6rem;
  }
  .event {
    background: #e9eff6;
  }
  .event-wrap {
    width: 100%;
    padding-top: 4rem;
    margin: 0 auto;
  }
  .event ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 2rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .event li {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    margin: 0 1rem 2rem;
  }
  .event li a {
    position: relative;
    display: block;
    text-align: center;
    width: 16.5rem;
    height: 14rem;
  }
  .event li a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .event li a img {
    width: 8rem;
    height: 8rem;
    margin-top: 1.5rem;
  }
  .event-text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
  }
  .faq {
    background: #f2f2f2;
  }
  .faq-wrap {
    width: 100%;
    max-width: 1180px;
    padding-top: 4rem;
    padding-bottom: 6rem;
    margin: 0 auto;
  }
  .faq-box {
    margin: 0 1.5rem;
  }
  .faq-content {
    margin-top: 3rem;
    margin-left: 5rem;
  }
  .faq-content li {
    margin-bottom: 3.5rem;
  }
  .faq-content li:last-child {
    margin-bottom: 6.6rem;
  }
  .faq-content li a {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
  }
  .faq-content li a::before {
    content: '';
    position: absolute;
    background-image: url(/img/icon_FAQ.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    top: -5px;
    left: -5.2rem;
    width: 4rem;
    height: 4rem;
  }
  .faq-btn {
    position: relative;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff;
    color: #014694;
    border: solid 2px #014694;
    border-radius: 5px;
    padding: 1.3rem 0;
    max-width: 345px;
    margin: 0 auto;
  }
  .faq-btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .faq-btn-wrap {
    text-align: center;
  }
  .faq-form {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 780px;
    margin-top: 2rem;
  }
  .faq-form-wrap {
    margin: 0 1.5rem;
  }
  .faq-form-input {
    width: 100%;
    height: 3.8rem;
    font-size: 1.2rem;
    border: solid 1px #ccc;
    padding: 0 3.5rem 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq-form-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5rem;
    width: 3rem;
    height: 3rem;
    margin: auto;
    background-image: url(/img/icon_search-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .rn_SearchArea {
    display: none;
  }
  .rn_List {
    margin-top: 3rem;
    margin-left: 5rem;
  }
  .rn_Item {
    margin-bottom: 3.5rem;
  }
  .rn_Link {
    position: relative;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    color: #333;
    text-decoration: none !important;
  }
  .rn_Link::before {
    content: '';
    position: absolute;
    background-image: url(/img/icon_FAQ.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    top: -5px;
    left: -52px;
    width: 4rem;
    height: 4rem;
  }
  .rn_Link:active {
    text-decoration: underline !important;
  }
  .news-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 4rem auto 0;
    padding-bottom: 4rem;
    border-bottom: solid 2px #f2f2f2;
  }
  .news-btn {
    text-align: center;
    margin-top: 3rem;
  }
  .news-content {
    display: none;
  }
  .news-content.active {
    display: block;
  }
  .news-banner {
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
  .news-item-list img {
    width: 28rem !important;
    height: auto;
  }
  .news .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .slick-slide {
    margin: 0 3.5rem;
    border: 1px solid #ddd;
  }
  .news .prev,
  .news .next {
    position: absolute;
    top: 0;
    bottom: 0px;
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 1;
    cursor: pointer;
  }
  .news .next {
    left: calc(50% + 15rem);
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .news .prev {
    right: calc(50% + 15rem);
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .news .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -3.9rem;
  }
  .news .slick-dots li {
    margin-right: 0;
  }
  .news .slick-dots li button {
    width: 1rem;
    height: 1rem;
    background-color: #e9eff6;
    border-radius: 50%;
  }
  .news .slick-dots li button::before {
    content: '';
    top: 2rem;
  }
  .news .slick-dots li.slick-active button {
    background: #014694;
  }
  .irp-date {
    color: #666;
  }
  .irp-press-list .rptGrp {
    margin-bottom: 2rem;
  }
  .irp-press-list .rptGrp span {
    font-size: 1.6rem;
    width: 100%;
    margin-right: 2rem;
  }
  .irp-press-list .rptGrp a {
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none !important;
  }
  .irp-press-list .rptGrp a:hover {
    text-decoration: underline;
  }
  .irp-press-list .rptGrp .irp-title {
    width: auto;
  }
  .irp-press-list .rptGrp:last-child {
    margin-bottom: 0;
  }
  #irp-news-top .irp-title,
  #irp-news-hojin .irp-title {
    width: auto !important;
    background-image: none !important;
    display: inline-block;
    padding-left: 0 !important;
    margin-right: 0;
    margin-top: 0.5rem;
  }
  #irp-news-top .irp-title .irp-fsize,
  #irp-news-hojin .irp-title .irp-fsize {
    display: initial;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 1rem;
  }
  #irp-news-top .irp-title .irp-fsize::after,
  #irp-news-hojin .irp-title .irp-fsize::after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: -2.3rem;
    margin: auto;
    background-image: url(/img/pdf.png);
    background-size: contain;
  }
  #irp-news-top .irp-icon-pdf,
  #irp-news-hojin .irp-icon-pdf {
    display: none;
  }
  #irp-oshirase-top .rptGrp .irp-title .irp-icon-pdf {
    display: none;
  }
  .list {
    display: none;
  }
  .footer-top {
    padding-top: 0.1rem;
  }
  .footer-top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    margin: 0 auto;
  }
  .footer-top-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #e9eff6;
    padding: 1.5rem 4.5rem 0.5rem;
  }
  .footer-top-wrap ul li {
    position: relative;
    min-width: 120px;
    font-size: 1.4rem;
    color: #014694;
    margin-bottom: 1rem;
  }
  .footer-top-wrap ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.5rem;
    bottom: 0;
    margin: auto;
    width: 0.7rem;
    height: 0.7rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer-top-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-top-content-list {
    color: #014694;
  }
  .footer-bottom {
    display: block;
    text-align: center;
    background: #f2f2f2;
    padding: 1rem;
  }
  .footer-bottom-text {
    font-size: 1.4rem;
    line-height: 1.79;
    color: #333;
  }
  .footer-bottom-img {
    margin-top: 1rem;
  }
  .footer-bottom-img a:first-child {
    margin-right: 2rem;
  }
  .footer-bottom-img img {
    width: 3rem;
    height: 3rem;
  }
  .footer-close .copy {
    background: #014694;
    padding: 1.5rem 0;
    text-align: center;
    color: #fff;
  }
  .footer .copy {
    background: #014694;
    padding: 4rem 1.5rem;
  }
  .footer .copy-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }
  .footer .copy-top ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
  }
  .footer .copy-top ul li {
    display: inline;
    padding-left: 1.5rem;
  }
  .footer .copy-top ul li:first-child {
    border-left: solid 1px #fff;
  }
  .footer .copy-top ul li a {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.67;
    border-right: solid 1px #fff;
    padding-right: 1.5rem;
  }
  .footer .copy-bottom {
    margin-top: 2rem;
    text-align: center;
  }
  .footer .copy-bottom-text {
    font-size: 1.2rem;
    color: #fff;
    line-height: normal;
  }
  .main-section {
    margin-top: 2rem;
  }
  .main-section.nohead {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mainpart .main-section:first-child {
    margin-top: 6rem;
  }
  .mainpart .banner-fullsize {
    margin-top: 1rem;
  }
  .main-wrap .main-section:first-child {
    margin-top: 6rem;
  }
  .banner-title {
    font-size: 2.4rem;
  }
  .banner-desc {
    font-size: 1.6rem;
  }
  .banner-textwrapper {
    width: calc(100% - 3rem);
  }
  .top-head-wrap {
    padding: 4rem 0;
  }
  .title-xxl {
    font-size: 2.6rem;
  }
  .title-xl {
    font-size: 2.2rem;
    margin-top: 6rem;
  }
  .title-bg {
    font-size: 2rem;
  }
  .title-md {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .title-underline {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .txt-main-title {
    font-size: 2.2rem;
    margin-top: 4rem;
  }
  .txt-normal {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .txt-big {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .txt-sm {
    font-size: 1.4rem;
  }
  .txt-xs {
    font-size: 1.2rem;
  }
  .txt-caption {
    font-size: 1rem;
  }
  .txt-comment {
    margin-top: 0.5rem;
    padding-left: 1.8rem;
  }
  .txt-tel-num {
    display: block;
    font-size: 2.7rem;
    font-weight: bold;
    color: #014694;
    position: relative;
    padding-left: 3.6rem;
    pointer-events: auto;
    cursor: pointer;
  }
  .txt-tel-num::before {
    content: '';
    background-image: url(/img/icon_tel.png);
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    top: 5px;
    left: 0;
    background-size: cover;
  }
  .txt-fax-num {
    font-size: 2.7rem;
    cursor: pointer;
  }
  .txt-fax-num::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .slider-wrap {
    margin: 6rem auto 0;
  }
  .slider-wrap .slick-slide {
    font-size: 1.4rem;
  }
  .slider-item {
    max-width: 38rem;
  }
  .slider .slick-slide img {
    max-width: 38rem;
  }
  .breadcrumb.-top {
    margin-top: 1rem;
    margin-bottom: 6rem;
    display: none;
  }
  .breadcrumb.-btm {
    margin-top: 6rem;
    margin-bottom: 1rem;
  }
  .breadcrumb-item {
    font-size: 1.2rem;
  }
  .breadcrumb-arrow::before {
    width: 7px;
    height: 7px;
  }
  .anchor-tab-wrap {
    border: 2px solid #f2f2f2;
    height: auto;
    margin: 6rem auto;
  }
  .anchor-tab-wrap.anchor-tab-next {
    margin-top: -6.2rem;
  }
  .anchor-tab-wrap.-bg {
    height: auto;
  }
  .anchor-tab-wrap.-bg .anchor-tab-item {
    padding: 2.8rem 1.5rem 4rem;
  }
  .anchor-tab-title {
    line-height: 1;
    font-size: 1.6rem;
  }
  .anchor-tab-title::after {
    content: '';
    bottom: -2rem;
    right: 0;
    left: 0;
  }
  .anchor-tab-subtext {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
  .btns-wrap {
    margin-top: 2rem;
  }
  .btn-common {
    margin-top: 1rem;
    max-width: 100%;
    font-size: 1.4rem;
    min-height: 5rem;
    text-align: left;
    line-height: 1.8;
    padding: 1.3rem 3rem 1.3rem 1.3rem;
  }
  .btn-common.-blank::after {
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
  .btn-common.-blank:hover::after {
    background-image: url(/img/icon_externallink_white.svg);
  }
  .btn-common.-lite {
    max-width: 100%;
  }
  .btn-common.-flat {
    padding: 2rem 4rem 2rem 1rem;
    font-size: 1.4rem;
  }
  .btn-common.-flat .infoball {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-right: 1rem;
    line-height: 7rem;
    font-size: 2.1rem;
  }
  .btn-common.-imgbtn.-md {
    height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0;
  }
  .btn-common.-imgbtn.-md .btn-imgblock-img {
    width: 7rem;
  }
  .btn-common.-imgbtn.-md .btn-txt {
    font-size: 1.4rem;
  }
  .btn-common.-close::before {
    left: 20%;
  }
  .btn-common.-table-use {
    width: 23rem;
    font-size: 1.4rem;
  }
  .btn-common.autocenter {
    text-align: center;
  }
  .btn-imgblock-img {
    width: 8rem;
  }
  .card-nb-wrap {
    margin-top: 2rem;
  }
  .card-wrap {
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
  }
  .card-wrap .card-content {
    padding: 2rem 4rem;
  }
  .card-wrap .card-title {
    font-size: 2rem;
  }
  .card-wrap.no-anker::after {
    display: none;
  }
  .card-wrap:active {
    background: #e9eff6;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
  }
  .cards-block {
    margin-top: 2rem;
  }
  .cards-nb {
    margin-top: 2rem;
  }
  .box-common {
    padding: 2rem;
    margin-top: 6rem;
  }
  .box-common.-sm {
    margin-top: 1rem;
  }
  .box-common .title-xl {
    margin-top: 0;
    margin-bottom: 0;
  }
  .box-common.-adobe {
    padding: 2rem;
  }
  .link-text {
    margin-top: 0.5rem;
  }
  .link-item {
    font-size: 1.4rem;
    line-height: 1.5;
    vertical-align: top;
  }
  .link-item.-blank::before {
    top: 0.4rem;
  }
  .link-item.-blank::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    bottom: 0;
    left: 3px;
    width: 1.4rem;
    height: 1.4rem;
    margin: auto;
    border: none;
    background-image: url(/img/icon_externallink.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .link-item.-pdf::before {
    top: 0.4rem;
  }
  .link-item.-pdf::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    bottom: 0;
    left: 3px;
    width: 1.4rem;
    height: 1.4rem;
    margin: auto;
    border: none;
    background-image: url(/img/icon_pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .link-item.-inlist {
    font-size: 1.6rem;
    line-height: 1;
  }
  .link-item.-inlist.-blank {
    font-size: 1.6rem;
  }
  .link-item.-inlist.-blank::after {
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  .link-box {
    margin-top: 1rem;
  }
  .link-anchor-box {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .link-inline {
    font-size: 1.4rem;
  }
  .tag-round {
    padding: 0.1rem 0.7rem;
    font-size: 1.4rem;
  }
  .table-blk {
    margin-top: 2rem;
  }
  .table-blk th,
  .table-blk td {
    font-size: 1.2rem;
    line-height: 1.67;
  }
  .table-blk th .list-common-item,
  .table-blk td .list-common-item {
    font-size: inherit;
  }
  .table-blk th .list-common-item.-dot-lg::before,
  .table-blk td .list-common-item.-dot-lg::before {
    top: 0.3rem;
  }
  .table-blk th .btn-common,
  .table-blk td .btn-common {
    width: auto;
  }
  .table-caption {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .table-strape-body th,
  .table-strape-body td {
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table-scroll {
    overflow-x: scroll;
  }
  .contactbox-l {
    margin-bottom: 2rem;
    margin-right: 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .contact-title-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-lg-flex .contact-title-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-iframe-wrap {
    margin-top: 1rem;
  }
  .centerVideoBox {
    width: 100%;
  }
  .list-common {
    margin-top: 1rem;
  }
  .list-common.-red .list-common-item.-comment {
    color: #e6001a;
  }
  .list-common.-red .list-common-item.-comment::before {
    color: #e6001a;
  }
  .list-common-item .link-item::before {
    top: 1rem;
  }
  .list-text-item {
    font-size: 1.4rem;
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-text-left {
    width: auto;
    margin-right: 0;
  }
  .list-text-right {
    margin-top: 0.5rem;
  }
  .list-yyyymm-item {
    font-size: 1.6rem;
    margin-top: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-yyyymm-left {
    width: auto;
    margin-right: 0;
  }
  .list-yyyymm-right {
    margin-top: 0.5rem;
  }
  *::-ms-backdrop,
  .list-text-right {
    min-height: 1.5rem;
  }
  .common-tab-content .anchor-tab-wrap {
    margin-top: 2rem;
  }
  .common-tab-title.fixed {
    padding: 0 1.5rem;
  }
  .common-tab-item {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .stepflow-square {
    margin-top: 8.8rem;
  }
  .stepflow-square .item-wrapper {
    padding-bottom: 3.2rem;
  }
  .stepflow-square .item-wrapper .item-title {
    padding: 0 2rem !important;
  }
  .stepflow-square .item-wrapper .item-block {
    margin: 0 2rem !important;
  }
  .stepflow-square .item-wrapper .item-img {
    padding: 2rem 7.5rem !important;
  }
  .stepflow-vertical .item .item-wrapper::before {
    content: none;
  }
  .stepflow-vertical .item .item-wrapper .item-decorations {
    display: none;
  }
  .stepflow-vertical .item .item-block::before {
    content: none;
  }
  .stepflow-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stepflow-horizontal .item {
    margin-bottom: 5rem;
  }
  .stepflow-horizontal .item .item-no {
    top: -2.8rem;
    width: 6rem;
    height: 6rem;
    font-size: 1.6rem;
  }
  .stepflow-horizontal .item .item-no::after {
    font-size: 2.4rem;
  }
  .stepflow-horizontal .item .item-no.item-no-title::after {
    line-height: 6rem;
  }
  .stepflow-horizontal .item .item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stepflow-horizontal .item .item-wrapper .item-img {
    font-size: 2.4rem;
    width: 10rem;
    height: 10rem;
    padding: 0;
    margin: 0 1rem;
  }
  .stepflow-horizontal .item .item-wrapper .item-detail .item-title {
    text-align: left;
  }
  .infoball.-md {
    width: 7rem;
    height: 7rem;
  }
  .dialog-bubble {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dialog-bubble.lg {
    width: 100%;
  }
  .dialog-bubble.sm {
    width: 100%;
    max-width: 22.5rem;
  }
  .dialog-bubble::before {
    top: 1rem;
  }
  .dialog-bubble::after {
    top: 1.3rem;
  }
  .dialog-bubble.-opposite::after {
    top: 1.2rem;
  }
  .pulldownbox .pulldown-item.-sm {
    width: 28%;
  }
  .pulldownbox .pulldown-item.-lg {
    width: 60%;
  }
  .form-control.-sm.-tablever {
    width: 100%;
    height: auto;
  }
  .popupbox {
    width: 30rem;
  }
  .popupbox-content {
    line-height: 1.5;
  }
  .numberbox-num {
    font-size: 1.8rem;
  }
  .main-wrap,
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .main-wrap .container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .sidebar {
    margin-top: 4rem;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-30 {
    max-width: 3rem !important;
  }
  .w-sm-345 {
    max-width: 345px !important;
  }
  .min-w-lg-initial {
    min-width: initial !important;
  }
  .w-sm-50 {
    width: 5rem !important;
  }
  .w-sm-65 {
    width: 6.5rem !important;
  }
  .w-sm-67 {
    width: 6.7rem !important;
  }
  .w-sm-70 {
    width: 7rem !important;
  }
  .w-sm-80 {
    width: 8rem !important;
  }
  .w-sm-15p {
    width: 15% !important;
  }
  .w-sm-20p {
    width: 20% !important;
  }
  .w-sm-22p {
    width: 22% !important;
  }
  .w-sm-23p {
    width: 23% !important;
  }
  .w-sm-25p {
    width: 25% !important;
  }
  .w-sm-26p {
    width: 26% !important;
  }
  .w-sm-27p {
    width: 27% !important;
  }
  .w-sm-31p {
    width: 31% !important;
  }
  .w-sm-35p {
    width: 35% !important;
  }
  .w-sm-40p {
    width: 40% !important;
  }
  .w-sm-65p {
    width: 65% !important;
  }
  .w-sm-100p {
    width: 100% !important;
  }
  .mw-sm-100p {
    max-width: 100% !important;
  }
  .block-xl {
    margin-top: 6rem;
  }
  .block-xl-step {
    margin-top: 9rem;
  }
  .mt-sm--10 {
    margin-top: -1rem !important;
  }
  .mt-sm--20 {
    margin-top: -2rem !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 1rem !important;
  }
  .mt-sm-20 {
    margin-top: 2rem !important;
  }
  .mt-sm-40 {
    margin-top: 4rem !important;
  }
  .mt-sm-60 {
    margin-top: 6rem !important;
  }
  .mt-80 {
    margin-top: 6rem !important;
  }
  .mt-sm-90 {
    margin-top: 9rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-20 {
    margin-left: 2rem !important;
  }
  .ml-sm-25 {
    margin-left: 2.5rem !important;
  }
  .ml-sm-50 {
    margin-left: 5rem !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-20 {
    margin-right: 2rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .px-sm-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-14 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .pt-sm-10 {
    padding-top: 1rem !important;
  }
  .pl-sm-15 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-30 {
    padding-left: 3rem !important;
  }
  .pr-sm-40 {
    padding-right: 4rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .w100-sm {
    width: 10rem !important;
  }
  .h-sp-auto {
    height: auto !important;
  }
  .fs-sm-12 {
    font-size: 1.2rem !important;
  }
  .fs-sm-14 {
    font-size: 1.4rem !important;
  }
  .fs-sm-16 {
    font-size: 1.6rem !important;
  }
  .txt-indent-sm-14 {
    text-indent: -1.4rem;
  }
  .txt-indent-30 {
    text-indent: -3rem;
    padding-left: 3rem;
  }
  .txt-indent-sm-65 {
    text-indent: -6.5rem;
    padding-left: 6.5rem;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .rotate-sp {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .position-sm-static {
    position: static !important;
  }
  .block-bg-img {
    position: relative;
    margin-top: 4rem;
  }
  .block-bg-img .block-btn {
    position: absolute;
    width: calc(100% - 9rem);
    bottom: -3.5rem;
    left: 0px;
    right: 7rem;
    margin: 0 auto;
  }
  .block-bg-img .block-btn.-center {
    right: 0;
  }
  .block-bg-img .block-btn.-bottom {
    bottom: 7%;
  }
  .takarakuji-block-bg-img {
    position: relative;
    margin-top: 4rem;
  }
  .takarakuji-block-bg-img .block-btn {
    position: unset;
    margin: 1rem auto;
  }
  .ballon-content {
    width: 100%;
    padding: 2rem 1.3rem 1.2rem;
  }
  .ballon-box {
    display: block;
  }
  .ballon-left {
    display: block;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
  }
  .ballon-left-text {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1.2rem;
  }
  .ballon-left-text.sp-mb-0 {
    margin-bottom: 0;
  }
  .ballon-right {
    display: none;
  }
  .ballon-below-left {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    border-radius: 10px;
  }
  .ballon-below-left-btn {
    margin-bottom: 1.2rem;
  }
  .ballon-below-right {
    display: none;
  }
  .col-lg-4-lc .card-wrap {
    margin-top: 1rem;
  }
  #juniorNisa03 {
    margin-bottom: 2rem;
  }
  .tsumitate-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .tsumitate-button .btn-common {
    margin: 1rem auto 0 !important;
  }
  .tsumitate-accordion {
    padding: 0 1.5rem 1.5rem;
  }
  .tsumitate-inner-right iframe {
    width: 28rem;
    height: 20rem;
  }
  .tsumitate-inner-right-sub {
    font-weight: bold;
    margin-top: 0;
  }
  .tsumitate-card-wrap {
    padding: 0 !important;
    margin-top: 4rem;
  }
  .tsumitate-card-box {
    margin-bottom: 2rem;
  }
  .tsumitate-card-box:last-child {
    margin-bottom: 0;
  }
  .tsumitate-card-right {
    margin-top: 1.5rem;
  }
  .step-next {
    position: relative;
    text-align: center;
  }
  .step-next::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10rem;
    margin: auto;
    width: 11rem;
    height: 4.9rem;
    border: 56px solid transparent;
    border-top: 25px solid #e6001a;
  }
  .no-arrow.card-wrap {
    padding: 1rem 2rem;
    min-height: 15rem;
  }
  .no-arrow.card-wrap:hover {
    background: #fff;
    cursor: auto;
  }
  .no-arrow.card-wrap::after {
    display: none;
  }
  .no-arrow.card-wrap.text-center {
    text-align: center;
  }
  .in-table-link-pdf-after {
    position: relative;
  }
  .in-table-link-pdf-after::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 0.4rem;
    right: 1.2rem;
    background-image: url(/img/pdf.png);
    background-size: contain;
    background-color: #fff;
  }
  .joyocard-textlink {
    text-decoration: underline;
  }
  .joyocard-textlink:hover {
    text-decoration: none;
  }
  .joyocard-item-bg {
    height: 100%;
  }
  .joyocard-item-no {
    padding-top: 1.5rem;
    position: absolute;
    top: -4.8rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background-color: #014694;
    border-radius: 100%;
    width: 8rem;
    height: 8rem;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .joyocard-item-no::after {
    top: 2rem;
    position: absolute;
    content: counter(stepflowSquareCounter);
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 4rem;
  }
  .circle-left {
    margin-right: 2rem;
    width: 6rem;
  }
  .circle-right {
    width: 74rem;
  }
  .circle-right-title {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .circle-right-content-left {
    width: 54.5rem;
  }
  .circle-right-content-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .circle-list-ball {
    position: relative;
    display: inline-block;
  }
  .circle-list-ball-title {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
  .circle-list-ball-title-num {
    font-size: 18px;
  }
  .point-list-left {
    width: 62.5rem;
  }
  .point-list-right {
    width: 13.5rem;
  }
  .table-card-image-wrap {
    width: 99px;
    margin: auto;
  }
  .table-card-title-link {
    font-weight: normal;
  }
  .table-card-td-red {
    width: 14rem;
    margin: auto;
    padding: 0.2rem 0;
    border-radius: 0.5rem;
    border: solid 0.2rem #e6001a;
    background-color: #e6001a;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .table-logo-th {
    width: 13.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table-logo-td {
    width: 26.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table-logo-img {
    width: 54px;
  }
  .banner-autosize {
    margin-top: 4rem;
  }
  .banner-autosize img {
    height: auto;
  }
  .title-lg {
    color: #014694;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .enterpri_mb-20 {
    margin-bottom: 2rem;
  }
  .tbl-txt {
    font-size: 1.2rem !important;
  }
  .txt-16 {
    font-size: 1.6rem !important;
  }
  .ttl-h1 {
    font-size: 2.2rem !important;
  }
  .ttl-h2 {
    font-size: 2rem !important;
  }
  .kabunushi-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .kabunushi-message-parag {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
  }
  .kabunushi-message-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .link-item.-policyblank::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 3px;
    right: -20px;
    width: 2.6rem;
    height: 2.6rem;
    margin: auto;
    border: none;
    background-image: url(/img/icon_externallink.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tbl-comment-blue {
    margin-top: 1rem;
  }
  .keisan-input-wrap {
    width: calc(100% - 3rem);
  }
  .keisan-input {
    width: 100%;
  }
  .nenkin-img {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 6.7rem;
  }
  .nenkin-img img {
    height: auto;
  }
  .irp-press-list .irp-item {
    margin-top: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .irp-press-list .irp-date {
    margin-top: 0.5rem;
    width: 100%;
  }
  .irp-press-list .irp-title-block {
    margin-top: 0.5rem;
    width: 100%;
    margin-left: 0;
  }
  .irp-press-list .irp-title-block .link {
    color: #014694;
  }
  .btn-common-mebukari {
    max-width: 100%;
    font-size: 1.6rem;
    width: 34.5rem;
  }
  .table-blk.table-freefund tr {
    border-top: 0.1rem solid #ccc;
    border-bottom: none;
  }
  .table-blk.table-freefund td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-blk.table-freefund td:nth-child(even) {
    background-color: #f2f2f2;
  }
  .table-blk.table-freefund td:nth-child(odd) {
    background-color: #fff;
  }
  .strong-cell.-left {
    border: 3px solid #e6001a;
    color: #e6001a;
    font-weight: bold;
  }
  .strong-cell.-right {
    border: 3px solid #e6001a;
    color: #e6001a;
    font-weight: bold;
  }
  .loan-reform-loan-circle-wrap {
    right: -2rem;
    width: 3.9rem;
    height: 3.9rem;
  }
  .outline-box {
    width: 100%;
  }
  .outline-box-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .jwebofficeBanner-wrap {
    margin-top: 6rem;
  }
  .jweboffice-topbanner_logo {
    max-width: inherit;
    width: 55vw;
  }
  .arrow-sp {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .box-ttl-label {
    padding-left: 0;
    padding-top: 4rem;
  }
  .box-ttl-label:before {
    top: 0;
    left: 0;
  }
  .callout-box:before {
    top: -3px;
    left: 50%;
    -webkit-transform: rotate(135deg) translateX(-51%);
            transform: rotate(135deg) translateX(-51%);
  }
  .faq-contentbox .rn_List > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .faq-contentbox .rn_Navigation {
    margin-top: 1rem;
    padding-left: 2.2rem;
  }
  .faq-contentbox .rn_Navigation a {
    font-size: 1.4rem;
  }
  .customBanner {
    background: url("/img/personal/loan/reform/index/bg_share_sp.png") no-repeat;
    background-size: 100%;
  }
  .map-area-taishokukin {
    display: none;
  }
  .atmSp input {
    width: 100%;
    margin-bottom: 60px;
    padding: 5px 1px 5px 20px;
    height: 50px;
    border-radius: 5px;
    border: solid 2px #014694;
    background-color: #014694;
    font-size: 18px;
    color: #fff;
    text-align: left;
  }
  .atmSp input::-webkit-input-placeholder {
    color: #fff;
  }
  .atmSp input:-ms-input-placeholder {
    color: #fff;
  }
  .atmSp input::-ms-input-placeholder {
    color: #fff;
  }
  .atmSp input::placeholder {
    color: #fff;
    font-size: 18px;
  }
  .atmSp button {
    position: absolute;
    top: 0;
    /* bottom: -15px; */
    right: 7px;
    width: 50px;
    height: 50px;
    margin: auto;
    background-image: url(/img/icon_search-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .search-pulldown.search-pulldown-soudan {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .search-pulldown.search-pulldown-soudan .search-item {
    width: 100%;
  }
  .padding-box-woman {
    padding: 2rem 5rem 2rem 3rem !important;
  }
  .w-88 {
    width: 88% !important;
  }
  .padding-image-woman {
    padding: 2rem 0 2rem 3rem !important;
  }
  .table-premium_03 th, .table-premium_03 td {
    font-size: 1.2rem !important;
  }
  .fs-20-premium_03 {
    font-size: 1.6rem !important;
  }
  .img-object-sm-fit {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .list-common-item {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 375px) and (max-width: 767px) {
  .main-section {
    margin-top: 2rem;
  }
  .main-section.nohead {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mainpart .main-section:first-child {
    margin-top: 6rem;
  }
  .mainpart .banner-fullsize {
    margin-top: 1rem;
  }
  .main-wrap .main-section:first-child {
    margin-top: 6rem;
  }
  .banner-title {
    font-size: 2.4rem;
  }
  .banner-desc {
    font-size: 1.6rem;
  }
  .banner-textwrapper {
    width: calc(100% - 3rem);
  }
  .top-head-wrap {
    padding: 4rem 0;
  }
  .title-xxl {
    font-size: 2.6rem;
  }
  .title-xl {
    font-size: 2.2rem;
    margin-top: 6rem;
  }
  .title-bg {
    font-size: 2rem;
  }
  .title-md {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .title-underline {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .txt-main-title {
    font-size: 2.2rem;
    margin-top: 4rem;
  }
  .txt-normal {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .txt-big {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .txt-sm {
    font-size: 1.4rem;
  }
  .txt-xs {
    font-size: 1.2rem;
  }
  .txt-caption {
    font-size: 1rem;
  }
  .txt-comment {
    margin-top: 0.5rem;
    padding-left: 1.8rem;
  }
  .txt-tel-num {
    display: block;
    font-size: 2.7rem;
    font-weight: bold;
    color: #014694;
    position: relative;
    padding-left: 3.6rem;
    pointer-events: auto;
    cursor: pointer;
  }
  .txt-tel-num::before {
    content: '';
    background-image: url(/img/icon_tel.png);
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    top: 5px;
    left: 0;
    background-size: cover;
  }
  .txt-fax-num {
    font-size: 2.7rem;
    cursor: pointer;
  }
  .txt-fax-num::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .slider-wrap {
    margin: 6rem auto 0;
  }
  .slider-wrap .slick-slide {
    font-size: 1.4rem;
  }
  .slider-item {
    max-width: 38rem;
  }
  .slider .slick-slide img {
    max-width: 38rem;
  }
  .breadcrumb.-top {
    margin-top: 1rem;
    margin-bottom: 6rem;
    display: none;
  }
  .breadcrumb.-btm {
    margin-top: 6rem;
    margin-bottom: 1rem;
  }
  .breadcrumb-item {
    font-size: 1.2rem;
  }
  .breadcrumb-arrow::before {
    width: 7px;
    height: 7px;
  }
  .anchor-tab-wrap {
    border: 2px solid #f2f2f2;
    height: auto;
    margin: 6rem auto;
  }
  .anchor-tab-wrap.anchor-tab-next {
    margin-top: -6.2rem;
  }
  .anchor-tab-wrap.-bg {
    height: auto;
  }
  .anchor-tab-wrap.-bg .anchor-tab-item {
    padding: 2.8rem 1.5rem 4rem;
  }
  .anchor-tab-title {
    line-height: 1;
    font-size: 1.6rem;
  }
  .anchor-tab-title::after {
    content: '';
    bottom: -2rem;
    right: 0;
    left: 0;
  }
  .anchor-tab-subtext {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
  .btns-wrap {
    margin-top: 2rem;
  }
  .btn-common {
    margin-top: 1rem;
    max-width: 100%;
    font-size: 1.4rem;
    min-height: 5rem;
    text-align: left;
    line-height: 1.8;
    padding: 1.3rem 3rem 1.3rem 1.3rem;
  }
  .btn-common.-blank::after {
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
  .btn-common.-blank:hover::after {
    background-image: url(/img/icon_externallink_white.svg);
  }
  .btn-common.-lite {
    max-width: 100%;
  }
  .btn-common.-flat {
    padding: 2rem 4rem 2rem 1rem;
    font-size: 1.4rem;
  }
  .btn-common.-flat .infoball {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-right: 1rem;
    line-height: 7rem;
    font-size: 2.1rem;
  }
  .btn-common.-imgbtn.-md {
    height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0;
  }
  .btn-common.-imgbtn.-md .btn-imgblock-img {
    width: 7rem;
  }
  .btn-common.-imgbtn.-md .btn-txt {
    font-size: 1.4rem;
  }
  .btn-common.-close::before {
    left: 20%;
  }
  .btn-common.-table-use {
    width: 23rem;
    font-size: 1.4rem;
  }
  .btn-common.autocenter {
    text-align: center;
  }
  .btn-imgblock-img {
    width: 8rem;
  }
  .card-nb-wrap {
    margin-top: 2rem;
  }
  .card-wrap {
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
  }
  .card-wrap .card-content {
    padding: 2rem 4rem;
  }
  .card-wrap .card-title {
    font-size: 2rem;
  }
  .card-wrap.no-anker::after {
    display: none;
  }
  .card-wrap:active {
    background: #e9eff6;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
  }
  .cards-block {
    margin-top: 2rem;
  }
  .cards-nb {
    margin-top: 2rem;
  }
  .box-common {
    padding: 2rem;
    margin-top: 6rem;
  }
  .box-common.-sm {
    margin-top: 1rem;
  }
  .box-common .title-xl {
    margin-top: 0;
    margin-bottom: 0;
  }
  .box-common.-adobe {
    padding: 2rem;
  }
  .link-text {
    margin-top: 0.5rem;
  }
  .link-item {
    font-size: 1.4rem;
    line-height: 1.5;
    vertical-align: top;
  }
  .link-item.-blank::before {
    top: 0.4rem;
  }
  .link-item.-blank::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    bottom: 0;
    left: 3px;
    width: 1.4rem;
    height: 1.4rem;
    margin: auto;
    border: none;
    background-image: url(/img/icon_externallink.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .link-item.-pdf::before {
    top: 0.4rem;
  }
  .link-item.-pdf::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    bottom: 0;
    left: 3px;
    width: 1.4rem;
    height: 1.4rem;
    margin: auto;
    border: none;
    background-image: url(/img/icon_pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .link-item.-inlist {
    font-size: 1.6rem;
    line-height: 1;
  }
  .link-item.-inlist.-blank {
    font-size: 1.6rem;
  }
  .link-item.-inlist.-blank::after {
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  .link-box {
    margin-top: 1rem;
  }
  .link-anchor-box {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .link-inline {
    font-size: 1.4rem;
  }
  .tag-round {
    padding: 0.1rem 0.7rem;
    font-size: 1.4rem;
  }
  .table-blk {
    margin-top: 2rem;
  }
  .table-blk th,
  .table-blk td {
    font-size: 1.2rem;
    line-height: 1.67;
  }
  .table-blk th .list-common-item,
  .table-blk td .list-common-item {
    font-size: inherit;
  }
  .table-blk th .list-common-item.-dot-lg::before,
  .table-blk td .list-common-item.-dot-lg::before {
    top: 0.3rem;
  }
  .table-blk th .btn-common,
  .table-blk td .btn-common {
    width: auto;
  }
  .table-caption {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .table-strape-body th,
  .table-strape-body td {
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table-scroll {
    overflow-x: scroll;
  }
  .contactbox-l {
    margin-bottom: 2rem;
    margin-right: 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .contact-title-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-lg-flex .contact-title-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-iframe-wrap {
    margin-top: 1rem;
  }
  .centerVideoBox {
    width: 100%;
  }
  .list-common {
    margin-top: 1rem;
  }
  .list-common.-red .list-common-item.-comment {
    color: #e6001a;
  }
  .list-common.-red .list-common-item.-comment::before {
    color: #e6001a;
  }
  .list-common-item .link-item::before {
    top: 1rem;
  }
  .list-text-item {
    font-size: 1.4rem;
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-text-left {
    width: auto;
    margin-right: 0;
  }
  .list-text-right {
    margin-top: 0.5rem;
  }
  .list-yyyymm-item {
    font-size: 1.6rem;
    margin-top: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-yyyymm-left {
    width: auto;
    margin-right: 0;
  }
  .list-yyyymm-right {
    margin-top: 0.5rem;
  }
  *::-ms-backdrop,
  .list-text-right {
    min-height: 1.5rem;
  }
  .common-tab-content .anchor-tab-wrap {
    margin-top: 2rem;
  }
  .common-tab-title.fixed {
    padding: 0 1.5rem;
  }
  .common-tab-item {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .stepflow-square {
    margin-top: 8.8rem;
  }
  .stepflow-square .item-wrapper {
    padding-bottom: 3.2rem;
  }
  .stepflow-square .item-wrapper .item-title {
    padding: 0 2rem !important;
  }
  .stepflow-square .item-wrapper .item-block {
    margin: 0 2rem !important;
  }
  .stepflow-square .item-wrapper .item-img {
    padding: 2rem 7.5rem !important;
  }
  .stepflow-vertical .item .item-wrapper::before {
    content: none;
  }
  .stepflow-vertical .item .item-wrapper .item-decorations {
    display: none;
  }
  .stepflow-vertical .item .item-block::before {
    content: none;
  }
  .stepflow-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stepflow-horizontal .item {
    margin-bottom: 5rem;
  }
  .stepflow-horizontal .item .item-no {
    top: -2.8rem;
    width: 6rem;
    height: 6rem;
    font-size: 1.6rem;
  }
  .stepflow-horizontal .item .item-no::after {
    font-size: 2.4rem;
  }
  .stepflow-horizontal .item .item-no.item-no-title::after {
    line-height: 6rem;
  }
  .stepflow-horizontal .item .item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stepflow-horizontal .item .item-wrapper .item-img {
    font-size: 2.4rem;
    width: 10rem;
    height: 10rem;
    padding: 0;
    margin: 0 1rem;
  }
  .stepflow-horizontal .item .item-wrapper .item-detail .item-title {
    text-align: left;
  }
  .infoball.-md {
    width: 7rem;
    height: 7rem;
  }
  .dialog-bubble {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dialog-bubble.lg {
    width: 100%;
  }
  .dialog-bubble.sm {
    width: 100%;
    max-width: 22.5rem;
  }
  .dialog-bubble::before {
    top: 1rem;
  }
  .dialog-bubble::after {
    top: 1.3rem;
  }
  .dialog-bubble.-opposite::after {
    top: 1.2rem;
  }
  .pulldownbox .pulldown-item.-sm {
    width: 28%;
  }
  .pulldownbox .pulldown-item.-lg {
    width: 60%;
  }
  .form-control.-sm.-tablever {
    width: 100%;
    height: auto;
  }
  .popupbox {
    width: 30rem;
  }
  .popupbox-content {
    line-height: 1.5;
  }
  .numberbox-num {
    font-size: 1.8rem;
  }
  .pc-only {
    display: none !important;
  }
  .btn-trigger {
    position: relative;
    width: 100%;
    height: 1.4rem;
    cursor: pointer;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background-color: #014694;
    border-radius: 0.4rem;
  }
  .btn-trigger,
  .btn-trigger span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 2rem;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  #page_top {
    position: fixed;
    bottom: 100px;
    right: 0.1rem;
    width: 4rem;
    height: 4rem;
    border: solid 2px #014694;
    border-radius: 5px;
    background: #fff;
    z-index: 1000;
  }
  #page_top a {
    display: block;
    position: relative;
    height: 4rem;
    width: 4rem;
  }
  #page_top a::after {
    width: 1rem;
    height: 1rem;
    top: 0;
    left: -0.2rem;
  }
  #page_top:hover {
    opacity: 0.6;
  }
  .title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .title-sub {
    font-size: 2rem;
    font-weight: 600;
    color: #014694;
    text-align: center;
    margin-top: 1rem;
  }
  .mask {
    display: none;
    position: fixed;
    top: 0;
    background: #000000;
    opacity: 0.5;
    width: 100vw;
    height: 100vh;
    z-index: 1;
  }
  .mask.show {
    display: block;
  }
  .header-top-wrap {
    position: relative;
    background: #fff;
    z-index: 2;
  }
  .header-top-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-top-logo a {
    display: inline-block;
  }
  .header-top-logo a img {
    width: 9rem;
    padding: 0.5rem 0 0 0.6rem;
  }
  .header-top-logo a:first-child {
    border-right: solid 1px #ccc;
  }
  .header-top-logo a:first-child img {
    width: 12rem;
    height: auto;
    padding: 0 1rem;
  }
  .header-top-logo-code {
    font-size: 0.9rem;
    color: #014694;
    letter-spacing: -0.27px;
    padding-bottom: 0.7rem;
    padding-left: 3rem;
  }
  .header-top-humberger {
    position: relative;
    width: 3rem;
    padding: 1.5rem;
  }
  .header-top-humberger-wrap.active {
    background: #f2f2f2;
  }
  .header-top-humberger-text {
    position: absolute;
    right: 0;
    left: 1rem;
    margin: auto;
    bottom: -6px;
    font-size: 1rem;
    color: #014694;
  }
  .header-top-humberger .close {
    left: 1.4rem;
  }
  .header-top-right {
    display: none;
  }
  .header-middle {
    display: none;
  }
  .header-bottom {
    display: none;
  }
  .header-sp-wrap {
    display: none;
  }
  .header-sp-wrap.active {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 2;
    height: 100%;
    overflow: auto;
  }
  .header-sp-wrap-inner {
    overflow: auto;
    min-height: 657px;
  }
  .header-sp-top {
    background: #f2f2f2;
    padding: 0 2rem 0 5rem;
  }
  .header-sp-top-content {
    width: 100%;
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-sp-top-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.42;
  }
  .header-sp-top-text a {
    color: #333;
  }
  .header-sp-top-text:last-child {
    margin-right: 0;
  }
  .header-sp-top-img {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: -3rem;
    margin: auto;
    width: 3rem;
    height: 3rem;
  }
  .header-sp-search {
    display: none;
    background: #014694;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    padding: 1rem;
    border-bottom: solid 1px #fff;
  }
  .header-sp-search-form {
    position: relative;
    display: inline-block;
    width: 94%;
    max-width: 780px;
  }
  .header-sp-search-input {
    width: 100%;
    height: 3.8rem;
    font-size: 1.6rem;
    border: solid 1px #ccc;
    padding: 0 1rem;
    border-radius: 0.5rem;
  }
  .header-sp-search-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2rem;
    width: 3rem;
    height: 3rem;
    margin: auto;
    background-image: url(/img/icon_search-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .header-sp-search.show {
    display: block;
  }
  .header-sp-accordion {
    display: block;
    background: #014694;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    padding: 1.5rem;
    position: relative;
    border-bottom: solid 1px #fff;
  }
  .header-sp-accordion::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-sp-accordion.open::before {
    display: none;
  }
  .header-sp-accordion.plus::before {
    content: '';
    position: absolute;
    top: 0;
    right: 1.7rem;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 1.6rem;
    background: #fff;
  }
  .header-sp-accordion.plus::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    margin: auto;
    width: 1.6rem;
    height: 0.2rem;
    background: #fff;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header-sp-accordion-img {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
  }
  .header-sp-accordion-area {
    display: none;
  }
  .header-sp-accordion-inner {
    font-size: 1.6rem;
    font-weight: 500;
    color: #014694;
    border-bottom: solid 1px #fff;
  }
  .header-sp-accordion-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #014694;
    padding: 1.5rem;
    background: #e9eff6;
    position: relative;
    display: block;
  }
  .header-sp-accordion-title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 2.2rem;
    bottom: 0;
    margin: auto;
    width: 0.2rem;
    height: 1.6rem;
    background: #014694;
  }
  .header-sp-accordion-title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1.6rem;
    height: 0.2rem;
    background: #014694;
  }
  .header-sp-accordion-title.open::before {
    display: none;
  }
  .header-sp-accordion-title.no-plusmark::after, .header-sp-accordion-title.no-plusmark::before {
    display: none;
  }
  .header-sp-accordion-item {
    display: none;
  }
  .header-sp-accordion-mental {
    border-bottom: solid 1px #e9eff6;
    background: #fff;
  }
  .header-sp-accordion-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    padding: 0 1.5rem;
    position: relative;
  }
  .header-sp-accordion-list::before {
    content: '';
    position: absolute;
    top: 0;
    right: 2.2rem;
    bottom: 0;
    margin: auto;
    width: 0.2rem;
    height: 1.6rem;
    background: #014694;
  }
  .header-sp-accordion-list::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1.6rem;
    height: 0.2rem;
    background: #014694;
  }
  .header-sp-accordion-list.open::before {
    display: none;
  }
  .header-sp-accordion-substance {
    margin: 0 1.5rem 1.5rem;
    display: none;
  }
  .header-sp-accordion-contact {
    padding: 1.5rem;
  }
  .header-sp-accordion-link {
    display: block;
    background: #f2f2f2;
    color: #014694;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.5rem;
    border-bottom: solid 1px #fff;
    position: relative;
  }
  .header-sp-accordion-link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 0.7rem;
    height: 0.7rem;
    border: 0px;
    border-top: solid 1px #014694;
    border-right: solid 1px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-sp-accordion-bottom {
    background: #fff;
    padding: 1.5rem 4.5rem;
  }
  .header-sp-accordion-bottom-list {
    margin-bottom: 1rem;
    position: relative;
  }
  .header-sp-accordion-bottom-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: -2rem;
    bottom: 0;
    margin: auto;
    width: 0.7rem;
    height: 0.7rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-sp-accordion-bottom-list:last-child {
    margin-bottom: 0;
  }
  .header-sp-close {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 1.5rem;
    background: #f2f2f2;
  }
  .header-sp-button {
    display: block;
    font-size: 1.6rem;
    color: #fff;
    background: #014694;
    border-radius: 5px;
    border: solid 2px #014694;
    padding: 0.8rem 4.8rem;
  }
  .header-sp-button:first-child {
    margin-right: 1rem;
  }
  .header-sp-button.login {
    background: #e6001a;
    border: solid 2px #e6001a;
  }
  .header-sp-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #e9eff6;
    padding: 1rem 1.5rem;
  }
  .kv-content {
    position: relative;
  }
  .kv-content .kv-content-img-sp {
    max-width: 100%;
  }
  .kv-content-img {
    display: none !important;
  }
  .kv-content-img-sp {
    width: 100%;
  }
  .kv .prev,
  .kv .next {
    position: absolute;
    bottom: -3.2rem;
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 1;
    cursor: pointer;
  }
  .kv .next {
    left: calc(50% + 6rem);
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .kv .prev {
    right: calc(50% + 6.5rem);
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .kv .slick-dots {
    bottom: -3.9rem;
  }
  .kv .slick-dots li button {
    width: 1rem;
    height: 1rem;
    background: #e9eff6;
    border-radius: 50%;
  }
  .kv .slick-dots li button::before {
    content: '';
    top: 2rem;
  }
  .kv .slick-dots li.slick-active button {
    background: #014694;
  }
  .app-wrap {
    width: 100%;
    margin: 5rem auto 0;
    border-top: solid 1px #f2f2f2;
    padding-top: 2rem;
  }
  .app-top {
    margin: 0 1.5rem;
    border: solid 1px #e6001a;
    background: #fff;
    margin-bottom: 2rem;
  }
  .app-top.corporate {
    display: none;
  }
  .app-bottom {
    display: block;
    margin-top: 2rem;
  }
  .app-bottom-content {
    width: 100%;
    max-width: 580px;
    background: #f2f2f2;
    text-align: center;
    margin: 0 auto;
  }
  .app-bottom-content-title {
    color: #014694;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 2rem;
  }
  .app-bottom-content-text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    padding-top: 0.5rem;
    line-height: normal;
  }
  .app-bottom-content.corporate {
    margin-bottom: 5rem;
  }
  .app-bottom-content-img {
    margin: 2rem auto;
    padding: 0 2rem 2rem;
  }
  .app-bottom-content-img-pc {
    display: none;
  }
  .app-bottom-content-img-sp {
    width: 100%;
  }
  .app-bottom-content-item {
    width: 100%;
    max-width: 380px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .app-bottom-content-btn {
    display: block;
    background: #014694;
    border-radius: 5px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 2rem;
    padding: 1.8rem 0;
    width: 100%;
    max-width: 165px;
  }
  .app-bottom-content-btn span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }
  .app-bottom-content-btn.center {
    padding: 1.8rem 0 !important;
  }
  .app-bottom-content-btn.red {
    padding: 1rem 0;
    background: #e6001a;
  }
  .app-bottom-content-btn.orange {
    margin-top: 1rem;
    background: #e56b00 !important;
  }
  .app-bottom-content-btn.orange:last-child {
    padding: 1.1rem 0;
  }
  .app-bottom-content-btn:first-child {
    margin-right: 1.5rem;
  }
  .app-bottom-content-guide {
    padding-top: 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    line-height: normal;
    width: 14rem;
  }
  .app-bottom-content-guide-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .app-bottom-content-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #333;
    line-height: normal;
  }
  .app-bottom-content-sub-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2rem;
  }
  .app-bottom-content-sub-wrap-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .app-bottom-content-sub img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .app-bottom-content-sub:last-of-type {
    margin-left: 2.5rem;
  }
  .news-wrap .common-tab {
    margin: 2rem;
  }
  .common-accordion-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    color: #e6001a;
    font-weight: 500;
    padding: 0.5rem;
  }
  .common-accordion-header::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2.5rem;
    width: 0.7rem;
    height: 0.7rem;
    border: 0px;
    border-top: solid 1px #e6001a;
    border-right: solid 1px #e6001a;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  .common-accordion-header.open::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .common-accordion-header img {
    width: 3rem;
    height: 3rem;
  }
  .common-accordion-inner {
    display: none;
  }
  .common-accordion-inner ul {
    padding: 1rem 1.5rem;
  }
  .common-accordion-inner li {
    padding-bottom: 2rem;
  }
  .common-accordion-inner .common-accordion-inner-icon {
    position: relative;
    font-size: 1.4rem;
    color: #333;
  }
  .common-accordion-inner .common-accordion-inner-icon:hover {
    text-decoration: underline;
  }
  .common-accordion-inner-icon::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: auto;
    margin: auto;
    right: -2.1rem;
    width: 1.9rem;
    height: 1.9rem;
    background-image: url(/img/icon_externallink.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .common-accordion-inner-pdf::after {
    content: '';
    position: absolute;
    bottom: 2px;
    margin: auto;
    right: -2.1rem;
    width: 1.9rem;
    height: 1.9rem;
    background-image: url(/img/pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .common-tab-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .common-tab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.43;
    color: #333;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border-bottom: solid 2px #014694;
    cursor: pointer;
  }
  .common-tab-item.active {
    background: #014694;
    color: #fff;
  }
  .common-tab-inner {
    margin-top: 2rem;
  }
  .common-tab-inner.notab {
    padding: 2rem 0;
    border-top: solid 1px #014694;
  }
  .common-tab-inner-item {
    margin-bottom: 2rem;
  }
  .common-tab-inner-text {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
  }
  .common-tab-inner-day {
    display: block;
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 0.5rem;
  }
  .common-tab-inner-vital {
    display: block;
    width: 8.5rem !important;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    margin-right: 2rem;
    line-height: normal;
    background-color: #e6001a;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .common-tab-inner-pdf {
    position: relative;
  }
  .common-tab-inner-pdf::after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: -2.3rem;
    margin: auto;
    background-image: url(/img/pdf.png);
    background-size: contain;
  }
  .irp-press-list span {
    font-size: 1.4rem;
    width: auto;
    margin-right: 2rem;
  }
  .irp-press-list a {
    color: #333;
  }
  .irp-press-list a:hover {
    text-decoration: underline;
  }
  .service {
    background: #e9eff6;
  }
  .service-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 2rem auto 0;
  }
  .service-title-wrap {
    text-align: center;
    padding-top: 4rem;
  }
  .service-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  .service-content-wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .service-content-text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
  }
  .service-content li {
    width: 100%;
    height: 100%;
    max-width: 165px;
    height: 140px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    text-align: center;
    margin-bottom: 2rem;
  }
  .service-content li img {
    width: 8rem;
    height: 8rem;
  }
  .service-content-item {
    display: block;
    padding: 2rem;
  }
  .service-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 0 4rem;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-bottom li {
    position: relative;
    width: 345px;
    text-align: center;
    margin-bottom: 2rem;
  }
  .service-bottom li:nth-child(3) {
    margin-right: 0;
  }
  .service-bottom-li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 0.8rem;
    height: 0.8rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .service-bottom-pdf::after {
    content: '';
    position: absolute;
    top: -0.4rem;
    bottom: 0;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    margin: auto;
    background-image: url(/img/icon_externallink.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .service-bottom a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
  }
  .campaign {
    background: #014694;
  }
  .campaign-content {
    text-align: center;
    padding-top: 4rem;
  }
  .campaign-content.corporate {
    padding-bottom: 6rem;
  }
  .campaign-title {
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
  }
  .campaign-title-sub {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 1rem;
  }
  .campaign-list {
    display: block;
    max-width: 385px;
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: normal;
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
    line-height: normal;
  }
  .campaign-list img {
    width: 100%;
  }
  .campaign-list:last-child {
    padding-right: 0;
  }
  .campaign-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-top: 4rem;
  }
  .campaign .prev,
  .campaign .next {
    position: absolute;
    bottom: -5rem;
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 1;
    cursor: pointer;
  }
  .campaign .next {
    left: calc(50% + 9.5rem);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .campaign .prev {
    right: calc(50% + 11rem);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .campaign .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 170px;
    bottom: -5.7rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .campaign .slick-dots li {
    margin-right: 1.5rem;
  }
  .campaign .slick-dots li button {
    width: 1rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .campaign .slick-dots li button::before {
    content: '';
    top: 2rem;
  }
  .campaign .slick-dots li.slick-active button {
    background: #fff;
  }
  .campaign-chart {
    position: relative;
    display: block;
    background: #fff;
    color: #014694;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.3rem 0;
    margin: 9rem auto 0;
    border-radius: 5px;
    max-width: 345px;
  }
  .campaign-chart::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .campaign-chart-wrap {
    padding-bottom: 6rem;
  }
  .event {
    background: #e9eff6;
  }
  .event-wrap {
    width: 100%;
    padding-top: 4rem;
    margin: 0 auto;
  }
  .event ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 2rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .event li {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    margin: 0 1rem 2rem;
  }
  .event li a {
    position: relative;
    display: block;
    text-align: center;
    width: 16.5rem;
    height: 14rem;
  }
  .event li a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .event li a img {
    width: 8rem;
    height: 8rem;
    margin-top: 1.5rem;
  }
  .event-text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
  }
  .faq {
    background: #f2f2f2;
  }
  .faq-wrap {
    width: 100%;
    max-width: 1180px;
    padding-top: 4rem;
    padding-bottom: 6rem;
    margin: 0 auto;
  }
  .faq-box {
    margin: 0 1.5rem;
  }
  .faq-content {
    margin-top: 3rem;
    margin-left: 5rem;
  }
  .faq-content li {
    margin-bottom: 3.5rem;
  }
  .faq-content li:last-child {
    margin-bottom: 6.6rem;
  }
  .faq-content li a {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
  }
  .faq-content li a::before {
    content: '';
    position: absolute;
    background-image: url(/img/icon_FAQ.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    top: -5px;
    left: -5.2rem;
    width: 4rem;
    height: 4rem;
  }
  .faq-btn {
    position: relative;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff;
    color: #014694;
    border: solid 2px #014694;
    border-radius: 5px;
    padding: 1.3rem 0;
    max-width: 345px;
    margin: 0 auto;
  }
  .faq-btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .faq-btn-wrap {
    text-align: center;
  }
  .faq-form {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 780px;
    margin-top: 2rem;
  }
  .faq-form-wrap {
    margin: 0 1.5rem;
  }
  .faq-form-input {
    width: 100%;
    height: 3.8rem;
    font-size: 1.2rem;
    border: solid 1px #ccc;
    padding: 0 3.5rem 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq-form-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5rem;
    width: 3rem;
    height: 3rem;
    margin: auto;
    background-image: url(/img/icon_search-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .rn_SearchArea {
    display: none;
  }
  .rn_List {
    margin-top: 3rem;
    margin-left: 5rem;
  }
  .rn_Item {
    margin-bottom: 3.5rem;
  }
  .rn_Link {
    position: relative;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    color: #333;
    text-decoration: none !important;
  }
  .rn_Link::before {
    content: '';
    position: absolute;
    background-image: url(/img/icon_FAQ.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    top: -5px;
    left: -52px;
    width: 4rem;
    height: 4rem;
  }
  .rn_Link:active {
    text-decoration: underline !important;
  }
  .news-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 4rem auto 0;
    padding-bottom: 4rem;
    border-bottom: solid 2px #f2f2f2;
  }
  .news-btn {
    text-align: center;
    margin-top: 3rem;
  }
  .news-content {
    display: none;
  }
  .news-content.active {
    display: block;
  }
  .news-banner {
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
  .news-item-list img {
    width: 28rem !important;
    height: auto;
  }
  .news .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .slick-slide {
    margin: 0 3.5rem;
    border: 1px solid #ddd;
  }
  .news .prev,
  .news .next {
    position: absolute;
    top: 0;
    bottom: 0px;
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 1;
    cursor: pointer;
  }
  .news .next {
    left: calc(50% + 15rem);
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .news .prev {
    right: calc(50% + 15rem);
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .news .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -3.9rem;
  }
  .news .slick-dots li {
    margin-right: 0;
  }
  .news .slick-dots li button {
    width: 1rem;
    height: 1rem;
    background-color: #e9eff6;
    border-radius: 50%;
  }
  .news .slick-dots li button::before {
    content: '';
    top: 2rem;
  }
  .news .slick-dots li.slick-active button {
    background: #014694;
  }
  .irp-date {
    color: #666;
  }
  .irp-press-list .rptGrp {
    margin-bottom: 2rem;
  }
  .irp-press-list .rptGrp span {
    font-size: 1.6rem;
    width: 100%;
    margin-right: 2rem;
  }
  .irp-press-list .rptGrp a {
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none !important;
  }
  .irp-press-list .rptGrp a:hover {
    text-decoration: underline;
  }
  .irp-press-list .rptGrp .irp-title {
    width: auto;
  }
  .irp-press-list .rptGrp:last-child {
    margin-bottom: 0;
  }
  #irp-news-top .irp-title,
  #irp-news-hojin .irp-title {
    width: auto !important;
    background-image: none !important;
    display: inline-block;
    padding-left: 0 !important;
    margin-right: 0;
    margin-top: 0.5rem;
  }
  #irp-news-top .irp-title .irp-fsize,
  #irp-news-hojin .irp-title .irp-fsize {
    display: initial;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 1rem;
  }
  #irp-news-top .irp-title .irp-fsize::after,
  #irp-news-hojin .irp-title .irp-fsize::after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: -2.3rem;
    margin: auto;
    background-image: url(/img/pdf.png);
    background-size: contain;
  }
  #irp-news-top .irp-icon-pdf,
  #irp-news-hojin .irp-icon-pdf {
    display: none;
  }
  #irp-oshirase-top .rptGrp .irp-title .irp-icon-pdf {
    display: none;
  }
  .list {
    display: none;
  }
  .footer-top {
    padding-top: 0.1rem;
  }
  .footer-top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    margin: 0 auto;
  }
  .footer-top-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #e9eff6;
    padding: 1.5rem 4.5rem 0.5rem;
  }
  .footer-top-wrap ul li {
    position: relative;
    min-width: 120px;
    font-size: 1.4rem;
    color: #014694;
    margin-bottom: 1rem;
  }
  .footer-top-wrap ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.5rem;
    bottom: 0;
    margin: auto;
    width: 0.7rem;
    height: 0.7rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer-top-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-top-content-list {
    color: #014694;
  }
  .footer-bottom {
    display: block;
    text-align: center;
    background: #f2f2f2;
    padding: 1rem;
  }
  .footer-bottom-text {
    font-size: 1.4rem;
    line-height: 1.79;
    color: #333;
  }
  .footer-bottom-img {
    margin-top: 1rem;
  }
  .footer-bottom-img a:first-child {
    margin-right: 2rem;
  }
  .footer-bottom-img img {
    width: 3rem;
    height: 3rem;
  }
  .footer-close .copy {
    background: #014694;
    padding: 1.5rem 0;
    text-align: center;
    color: #fff;
  }
  .footer .copy {
    background: #014694;
    padding: 4rem 1.5rem;
  }
  .footer .copy-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }
  .footer .copy-top ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
  }
  .footer .copy-top ul li {
    display: inline;
    padding-left: 1.5rem;
  }
  .footer .copy-top ul li:first-child {
    border-left: solid 1px #fff;
  }
  .footer .copy-top ul li a {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.67;
    border-right: solid 1px #fff;
    padding-right: 1.5rem;
  }
  .footer .copy-bottom {
    margin-top: 2rem;
    text-align: center;
  }
  .footer .copy-bottom-text {
    font-size: 1.2rem;
    color: #fff;
    line-height: normal;
  }
  .main-wrap,
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .main-wrap .container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .sidebar {
    margin-top: 4rem;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-30 {
    max-width: 3rem !important;
  }
  .w-sm-345 {
    max-width: 345px !important;
  }
  .min-w-lg-initial {
    min-width: initial !important;
  }
  .w-sm-50 {
    width: 5rem !important;
  }
  .w-sm-65 {
    width: 6.5rem !important;
  }
  .w-sm-67 {
    width: 6.7rem !important;
  }
  .w-sm-70 {
    width: 7rem !important;
  }
  .w-sm-80 {
    width: 8rem !important;
  }
  .w-sm-15p {
    width: 15% !important;
  }
  .w-sm-20p {
    width: 20% !important;
  }
  .w-sm-22p {
    width: 22% !important;
  }
  .w-sm-23p {
    width: 23% !important;
  }
  .w-sm-25p {
    width: 25% !important;
  }
  .w-sm-26p {
    width: 26% !important;
  }
  .w-sm-27p {
    width: 27% !important;
  }
  .w-sm-31p {
    width: 31% !important;
  }
  .w-sm-35p {
    width: 35% !important;
  }
  .w-sm-40p {
    width: 40% !important;
  }
  .w-sm-65p {
    width: 65% !important;
  }
  .w-sm-100p {
    width: 100% !important;
  }
  .mw-sm-100p {
    max-width: 100% !important;
  }
  .block-xl {
    margin-top: 6rem;
  }
  .block-xl-step {
    margin-top: 9rem;
  }
  .mt-sm--10 {
    margin-top: -1rem !important;
  }
  .mt-sm--20 {
    margin-top: -2rem !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 1rem !important;
  }
  .mt-sm-20 {
    margin-top: 2rem !important;
  }
  .mt-sm-40 {
    margin-top: 4rem !important;
  }
  .mt-sm-60 {
    margin-top: 6rem !important;
  }
  .mt-80 {
    margin-top: 6rem !important;
  }
  .mt-sm-90 {
    margin-top: 9rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-20 {
    margin-left: 2rem !important;
  }
  .ml-sm-25 {
    margin-left: 2.5rem !important;
  }
  .ml-sm-50 {
    margin-left: 5rem !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-20 {
    margin-right: 2rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .px-sm-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-14 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .pt-sm-10 {
    padding-top: 1rem !important;
  }
  .pl-sm-15 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-30 {
    padding-left: 3rem !important;
  }
  .pr-sm-40 {
    padding-right: 4rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .w100-sm {
    width: 10rem !important;
  }
  .h-sp-auto {
    height: auto !important;
  }
  .fs-sm-12 {
    font-size: 1.2rem !important;
  }
  .fs-sm-14 {
    font-size: 1.4rem !important;
  }
  .fs-sm-16 {
    font-size: 1.6rem !important;
  }
  .txt-indent-sm-14 {
    text-indent: -1.4rem;
  }
  .txt-indent-30 {
    text-indent: -3rem;
    padding-left: 3rem;
  }
  .txt-indent-sm-65 {
    text-indent: -6.5rem;
    padding-left: 6.5rem;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .rotate-sp {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .position-sm-static {
    position: static !important;
  }
  .block-bg-img {
    position: relative;
    margin-top: 4rem;
  }
  .block-bg-img .block-btn {
    position: absolute;
    width: calc(100% - 9rem);
    bottom: -3.5rem;
    left: 0px;
    right: 7rem;
    margin: 0 auto;
  }
  .block-bg-img .block-btn.-center {
    right: 0;
  }
  .block-bg-img .block-btn.-bottom {
    bottom: 7%;
  }
  .takarakuji-block-bg-img {
    position: relative;
    margin-top: 4rem;
  }
  .takarakuji-block-bg-img .block-btn {
    position: unset;
    margin: 1rem auto;
  }
  .ballon-content {
    width: 100%;
    padding: 2rem 1.3rem 1.2rem;
  }
  .ballon-box {
    display: block;
  }
  .ballon-left {
    display: block;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
  }
  .ballon-left-text {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1.2rem;
  }
  .ballon-left-text.sp-mb-0 {
    margin-bottom: 0;
  }
  .ballon-right {
    display: none;
  }
  .ballon-below-left {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    border-radius: 10px;
  }
  .ballon-below-left-btn {
    margin-bottom: 1.2rem;
  }
  .ballon-below-right {
    display: none;
  }
  .col-lg-4-lc .card-wrap {
    margin-top: 1rem;
  }
  #juniorNisa03 {
    margin-bottom: 2rem;
  }
  .tsumitate-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .tsumitate-button .btn-common {
    margin: 1rem auto 0 !important;
  }
  .tsumitate-accordion {
    padding: 0 1.5rem 1.5rem;
  }
  .tsumitate-inner-right iframe {
    width: 28rem;
    height: 20rem;
  }
  .tsumitate-inner-right-sub {
    font-weight: bold;
    margin-top: 0;
  }
  .tsumitate-card-wrap {
    padding: 0 !important;
    margin-top: 4rem;
  }
  .tsumitate-card-box {
    margin-bottom: 2rem;
  }
  .tsumitate-card-box:last-child {
    margin-bottom: 0;
  }
  .tsumitate-card-right {
    margin-top: 1.5rem;
  }
  .step-next {
    position: relative;
    text-align: center;
  }
  .step-next::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10rem;
    margin: auto;
    width: 11rem;
    height: 4.9rem;
    border: 56px solid transparent;
    border-top: 25px solid #e6001a;
  }
  .no-arrow.card-wrap {
    padding: 1rem 2rem;
    min-height: 15rem;
  }
  .no-arrow.card-wrap:hover {
    background: #fff;
    cursor: auto;
  }
  .no-arrow.card-wrap::after {
    display: none;
  }
  .no-arrow.card-wrap.text-center {
    text-align: center;
  }
  .in-table-link-pdf-after {
    position: relative;
  }
  .in-table-link-pdf-after::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 0.4rem;
    right: 1.2rem;
    background-image: url(/img/pdf.png);
    background-size: contain;
    background-color: #fff;
  }
  .joyocard-textlink {
    text-decoration: underline;
  }
  .joyocard-textlink:hover {
    text-decoration: none;
  }
  .joyocard-item-bg {
    height: 100%;
  }
  .joyocard-item-no {
    padding-top: 1.5rem;
    position: absolute;
    top: -4.8rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background-color: #014694;
    border-radius: 100%;
    width: 8rem;
    height: 8rem;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .joyocard-item-no::after {
    top: 2rem;
    position: absolute;
    content: counter(stepflowSquareCounter);
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 4rem;
  }
  .circle-left {
    margin-right: 2rem;
    width: 6rem;
  }
  .circle-right {
    width: 74rem;
  }
  .circle-right-title {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .circle-right-content-left {
    width: 54.5rem;
  }
  .circle-right-content-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .circle-list-ball {
    position: relative;
    display: inline-block;
  }
  .circle-list-ball-title {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
  .circle-list-ball-title-num {
    font-size: 18px;
  }
  .point-list-left {
    width: 62.5rem;
  }
  .point-list-right {
    width: 13.5rem;
  }
  .table-card-image-wrap {
    width: 99px;
    margin: auto;
  }
  .table-card-title-link {
    font-weight: normal;
  }
  .table-card-td-red {
    width: 14rem;
    margin: auto;
    padding: 0.2rem 0;
    border-radius: 0.5rem;
    border: solid 0.2rem #e6001a;
    background-color: #e6001a;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .table-logo-th {
    width: 13.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table-logo-td {
    width: 26.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table-logo-img {
    width: 54px;
  }
  .banner-autosize {
    margin-top: 4rem;
  }
  .banner-autosize img {
    height: auto;
  }
  .title-lg {
    color: #014694;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .enterpri_mb-20 {
    margin-bottom: 2rem;
  }
  .tbl-txt {
    font-size: 1.2rem !important;
  }
  .txt-16 {
    font-size: 1.6rem !important;
  }
  .ttl-h1 {
    font-size: 2.2rem !important;
  }
  .ttl-h2 {
    font-size: 2rem !important;
  }
  .kabunushi-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .kabunushi-message-parag {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
  }
  .kabunushi-message-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .link-item.-policyblank::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 3px;
    right: -20px;
    width: 2.6rem;
    height: 2.6rem;
    margin: auto;
    border: none;
    background-image: url(/img/icon_externallink.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nenkin-img {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 6.7rem;
  }
  .nenkin-img img {
    height: auto;
  }
  .mt-faq-left {
    margin-top: 4rem !important;
  }
  .tbl-comment-blue {
    margin-top: 1rem;
  }
  .keisan-input-wrap {
    width: calc(100% - 3rem);
  }
  .keisan-input {
    width: 100%;
  }
  .irp-press-list .irp-item {
    margin-top: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .irp-press-list .irp-date {
    margin-top: 0.5rem;
    width: 100%;
  }
  .irp-press-list .irp-title-block {
    margin-top: 0.5rem;
    width: 100%;
    margin-left: 0;
  }
  .irp-press-list .irp-title-block .link {
    color: #014694;
  }
  .btn-common-mebukari {
    max-width: 100%;
    font-size: 1.6rem;
  }
  .table-blk.table-freefund tr {
    border-top: 0.1rem solid #ccc;
    border-bottom: none;
  }
  .table-blk.table-freefund td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-blk.table-freefund td:nth-child(even) {
    background-color: #f2f2f2;
  }
  .table-blk.table-freefund td:nth-child(odd) {
    background-color: #fff;
  }
  .strong-cell.-left {
    border: 3px solid #e6001a;
    color: #e6001a;
    font-weight: bold;
  }
  .strong-cell.-right {
    border: 3px solid #e6001a;
    color: #e6001a;
    font-weight: bold;
  }
  .loan-reform-loan-circle-wrap {
    right: -2rem;
    width: 3.9rem;
    height: 3.9rem;
  }
  .outline-box {
    width: 100%;
  }
  .outline-box-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .jwebofficeBanner-wrap {
    margin-top: 6rem;
  }
  .jweboffice-topbanner_logo {
    max-width: inherit;
    width: 55vw;
  }
  .arrow-sp {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .box-ttl-label {
    padding-left: 0;
    padding-top: 4rem;
  }
  .box-ttl-label:before {
    top: 0;
    left: 0;
  }
  .callout-box:before {
    top: -3px;
    left: 50%;
    -webkit-transform: rotate(135deg) translateX(-51%);
            transform: rotate(135deg) translateX(-51%);
  }
  .faq-contentbox .rn_List > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .faq-contentbox .rn_Navigation {
    margin-top: 1rem;
    padding-left: 2.2rem;
  }
  .faq-contentbox .rn_Navigation a {
    font-size: 1.4rem;
  }
  .customBanner {
    background: url("/img/personal/loan/reform/index/bg_share_sp.png") no-repeat;
    background-size: 100%;
  }
  .map-area-taishokukin {
    display: none;
  }
  .atmSp input {
    width: 100%;
    margin-bottom: 60px;
    padding: 5px 1px 5px 20px;
    height: 50px;
    border-radius: 5px;
    border: solid 2px #014694;
    background-color: #014694;
    font-size: 18px;
    color: #fff;
    text-align: left;
  }
  .atmSp input::-webkit-input-placeholder {
    color: #fff;
  }
  .atmSp input:-ms-input-placeholder {
    color: #fff;
  }
  .atmSp input::-ms-input-placeholder {
    color: #fff;
  }
  .atmSp input::placeholder {
    color: #fff;
    font-size: 18px;
  }
  .atmSp button {
    position: absolute;
    top: 0;
    /* bottom: -15px; */
    right: 7px;
    width: 50px;
    height: 50px;
    margin: auto;
    background-image: url(/img/icon_search-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .search-pulldown.search-pulldown-soudan {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .search-pulldown.search-pulldown-soudan .search-item {
    width: 100%;
  }
  .padding-box-woman {
    padding: 2rem 5rem 2rem 3rem !important;
  }
  .w-88 {
    width: 88% !important;
  }
  .padding-image-woman {
    padding: 2rem 0 2rem 3rem !important;
  }
  .table-premium_03 th, .table-premium_03 td {
    font-size: 1.2rem !important;
  }
  .fs-20-premium_03 {
    font-size: 1.6rem !important;
  }
  img {
    width: auto;
    max-width: 100%;
  }
  .img-object-md-fit {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .list-common-item {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 0.925925925vw;
  }
  .img-object-lg-fit {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  img {
    width: auto;
    max-width: 100%;
  }
  .hidden {
    display: none;
  }
  .sp-only {
    display: none !important;
  }
  .offset-col3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin-left: 33%;
  }
  .offset-col2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin-left: 7%;
  }
  .title {
    font-size: 3.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .title-sub {
    font-size: 2.4rem;
    font-weight: 600;
    color: #014694;
    text-align: center;
    margin-top: 1rem;
  }
  .header {
    width: 100%;
  }
  .header-top {
    padding: 0 1.5rem;
  }
  .header-top-wrap {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 8rem;
  }
  .header-top-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-top-logo a {
    margin-right: 2.5rem;
  }
  .header-top-logo a:hover {
    opacity: 0.6;
  }
  .header-top-logo a img {
    max-width: 120px;
  }
  .header-top-logo a:first-child {
    padding-right: 1.3rem;
    margin-right: 1.3rem;
    margin-top: 1.2rem;
    border-right: solid 0.6px #3f6373;
  }
  .header-top-logo a:first-child img {
    max-width: 160px;
  }
  .header-top-logo-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-top-logo-code {
    font-size: 1.2rem;
    color: #014694;
    margin-right: 0.6rem;
    min-width: 126px;
    display: inline-block;
  }
  .header-top-humberger {
    display: none;
  }
  .header-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-top-right a {
    display: block;
  }
  .header-top-right a:hover {
    opacity: 0.6;
  }
  .header-top-right img {
    width: 4rem;
    height: 4rem;
  }
  .header-top-right-item {
    text-align: center;
    margin-right: 2rem;
  }
  .header-top-right-item-text {
    font-size: 1.4rem;
    color: #333;
  }
  .header-top-right-item-text.small {
    font-size: 1rem;
    color: #014694;
  }
  .header-top-right-item:last-child {
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-top-search {
    cursor: pointer;
  }
  .header-top-inner {
    display: none;
    margin-right: 1.6rem;
  }
  .header-middle {
    width: 100%;
    background: #014694;
  }
  .header-middle ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }
  .header-middle li {
    width: 100%;
  }
  .header-middle a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    padding: 1.4rem 0;
  }
  .header-middle a:hover {
    background: #fff;
    color: #014694;
  }
  .header-middle a.active {
    background: #fff;
    color: #014694;
  }
  .header-bottom {
    width: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    background: #fff;
  }
  .header-bottom-inner {
    margin: 0 auto;
    max-width: 1120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem;
  }
  .header-bottom-inner.nobtn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.1rem 1.5rem 2.1rem;
  }
  .header-bottom-inner-logo {
    width: 15.2rem;
    display: none;
  }
  .header-bottom-inner-logo img {
    width: 100%;
  }
  .header-bottom-inner-logo.show {
    display: block;
  }
  .header-bottom-inner-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 850px;
    width: 100%;
    margin: 0 2.8rem;
  }
  .header-bottom-inner-area.nobtn {
    max-width: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-bottom-inner-area.nobtn .header-bottom-content {
    top: 5.9rem;
  }
  .header-bottom-inner-box.active .header-bottom-content {
    display: block;
  }
  .header-bottom-inner-box.active .header-bottom-nav::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2.3rem;
    margin: auto;
    height: 0.3rem;
    background: #014694;
    width: 100%;
  }
  .header-bottom-inner-box.active .header-bottom-nav.corporate::before {
    bottom: -2rem;
  }
  .header-bottom-inner-box.active .header-bottom-nav.corporate.newline::before {
    bottom: -1.9rem;
  }
  .header-bottom.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .header-bottom-nav {
    position: relative;
    font-size: 1.6rem;
    color: #014694;
    font-weight: bold;
    z-index: 1;
    cursor: pointer;
    text-align: center;
  }
  .header-bottom-nav::after {
    content: '';
    position: absolute;
    top: 2.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0.8rem;
    height: 0.8rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .header-bottom-nav.corporate.double-item::after {
    top: 4rem;
  }
  .header-bottom-nav.-directlink::after {
    display: none;
  }
  .header-bottom-nav-wrap.active .header-bottom-content {
    display: block;
  }
  .header-bottom-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-bottom-btn {
    display: block;
    font-size: 1.6rem;
    color: #fff;
    background: #014694;
    border-radius: 5px;
    border: solid 2px #014694;
    padding: 0.8rem 0;
    min-width: 100px;
    text-align: center;
  }
  .header-bottom-btn:hover {
    color: #014694;
    background: #fff;
  }
  .header-bottom-btn:first-child {
    margin-right: 1rem;
  }
  .header-bottom-btn.login {
    background: #e6001a;
    margin-right: 1rem;
    border: solid 2px #e6001a;
  }
  .header-bottom-btn.login:hover {
    color: #e6001a;
    background: #fff;
  }
  .header-bottom-content {
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    height: 767px;
    width: 100%;
    z-index: 100;
    top: 6.6rem;
    left: 0;
    border-top: solid 3px #e9eff6;
  }
  .header-bottom-content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-bottom-content-box:hover {
    background: #e9eff6;
  }
  .header-bottom-content-inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }
  .header-bottom-content-navi {
    margin-top: 4.5rem;
    margin-right: 17.5rem;
  }
  .header-bottom-content-navi-wrap {
    width: 100%;
    border-bottom: solid 2px #e9eff6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 543px;
  }
  .header-bottom-content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 28rem;
    border-top: solid 2px #e9eff6;
  }
  .header-bottom-content-item img {
    width: 6rem;
    height: 6rem;
  }
  .header-bottom-content-title {
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
  }
  .header-bottom-content-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: baseline;
        -ms-flex-line-pack: baseline;
            align-content: baseline;
    margin-top: 5.5rem;
  }
  .header-bottom-content-right-box {
    width: 100%;
    display: none;
  }
  .header-bottom-content-right-box.active {
    display: block;
  }
  .header-bottom-content-right li {
    width: 50%;
    margin-bottom: 2.4rem;
  }
  .header-bottom-content-right li a {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #014694;
  }
  .header-bottom-content-right li a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .header-bottom-content-right li a::after {
    content: '';
    position: absolute;
    top: 0.7rem;
    left: -2.6rem;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-bottom-content-right-list {
    width: 100% !important;
  }
  .header-bottom-content-below {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 2.2rem 0 0 5rem;
  }
  .header-bottom-content-list {
    margin-right: 7rem;
  }
  .header-bottom-content-list:last-child {
    margin-right: 0;
  }
  .header-bottom-content-row {
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    color: #014694;
  }
  .header-bottom-content-row:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .header-bottom-content-row::before {
    content: '';
    position: absolute;
    top: -0.2rem;
    left: -3rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-bottom-content-btn {
    text-align: center;
    margin-top: 5.3rem;
  }
  .header-bottom-content-close {
    margin-top: 2rem;
    text-align: center;
  }
  .header-bottom-content-close-txt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
  }
  .header-bottom-content-close-txt:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .header-sp-wrap {
    display: none;
  }
  .top-site-search {
    width: 100%;
    height: 2.7rem;
    border: solid 3px #999999;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .top-search {
    height: 3.5rem;
    width: 10rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: solid 2px #014694;
    background: #014694;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
  }
  .top-search:active {
    background: #e9eff6;
    color: #014694;
    border: solid 2px #e9eff6;
  }
  .kv {
    height: auto;
    overflow: hidden;
  }
  .kv-content {
    position: relative;
  }
  .kv-content-img {
    width: 100%;
  }
  .kv-content-img:hover {
    opacity: 0.6;
  }
  .kv-content-img-sp {
    width: 100%;
    display: none !important;
  }
  .kv-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-top: 0;
  }
  .kv .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .kv .slider-filter-right,
  .kv .slider-filter-left {
    z-index: 1;
    background: #0f2a48;
    background-blend-mode: multiply;
    filter: alpha(opacity=80);
    opacity: 0.5;
    zoom: 1;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc((100% - 1180px) / 2);
  }
  .kv .slider-filter-right {
    left: 0;
  }
  .kv .slider-filter-left {
    right: 0;
  }
  .kv .prev,
  .kv .next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6rem;
    height: 6rem;
    z-index: 1;
    cursor: pointer;
  }
  .kv .prev {
    left: calc(50% + -66rem);
    background-image: url(/img/icon_left.png);
  }
  .kv .prev:hover {
    left: calc(50% + -67rem);
  }
  .kv .next {
    right: calc(50% + -66rem);
    background-image: url(/img/icon_right.png);
  }
  .kv .next:hover {
    right: calc(50% + -67rem);
  }
  .kv .slick-dots {
    bottom: -3.9rem;
  }
  .kv .slick-dots li button {
    width: 1rem;
    height: 1rem;
    background: #e9eff6;
    border-radius: 50%;
  }
  .kv .slick-dots li button::before {
    content: '';
    top: 2rem;
  }
  .kv .slick-dots li.slick-active button {
    background: #014694;
  }
  .app-wrap {
    max-width: 1180px;
    margin: 4rem auto 0;
    padding: 0 1.5rem;
  }
  .app-top {
    width: 100%;
    border: solid 1px #e6001a;
    background: #fff;
    margin-bottom: 2rem;
  }
  .app-top.corporate {
    display: none;
  }
  .app-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6rem;
  }
  .app-bottom-content {
    width: 100%;
    max-width: 580px;
    background: #f2f2f2;
    text-align: center;
    margin-right: 2rem;
    padding: 0 1rem;
  }
  .app-bottom-content.corporate {
    padding: 1rem 1.5rem 2.5rem;
  }
  .app-bottom-content:last-child {
    margin-right: 0;
  }
  .app-bottom-content-title {
    color: #014694;
    font-size: 2.1rem;
    font-weight: bold;
    padding-top: 2rem;
  }
  .app-bottom-content-text {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    padding-top: 0.5rem;
  }
  .app-bottom-content-img {
    margin: 2rem auto;
  }
  .app-bottom-content-img a {
    display: inline-block;
  }
  .app-bottom-content-img-pc {
    display: block;
  }
  .app-bottom-content-img-sp {
    display: none;
  }
  .app-bottom-content-item {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
  .app-bottom-content-btn {
    display: block;
    background: #014694;
    border-radius: 5px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.7rem;
    margin-top: 2rem;
    border: solid 2px #014694;
  }
  .app-bottom-content-btn span {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
  }
  .app-bottom-content-btn.red {
    background: #e6001a;
    padding: 0.7rem;
    margin-top: 3rem;
    border: solid 2px #e6001a;
  }
  .app-bottom-content-btn.red:hover {
    color: #e6001a;
    background: #fff;
  }
  .app-bottom-content-btn.orange {
    background: #e56b00;
    border: solid 2px #e56b00;
  }
  .app-bottom-content-btn.orange:hover {
    color: #e56b00;
  }
  .app-bottom-content-btn.orange:first-child {
    margin-top: 3.5rem;
    padding: 1rem;
  }
  .app-bottom-content-btn.orange:first-child span {
    line-height: 1.5;
    margin-bottom: 0;
  }
  .app-bottom-content-btn.center {
    margin-top: 2rem !important;
    padding: 1.7rem;
  }
  .app-bottom-content-btn:hover {
    color: #014694;
    background: #fff;
  }
  .app-bottom-content-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #333;
    font-weight: 500;
  }
  .app-bottom-content-sub-wrap {
    display: inline-block;
  }
  .app-bottom-content-sub-wrap-block {
    display: block;
    padding-bottom: 0 !important;
  }
  .app-bottom-content-sub:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .common-accordion-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    color: #e6001a;
    font-weight: bold;
    padding: 0.5rem 0;
    cursor: pointer;
  }
  .common-accordion-header:hover .common-accordion-span {
    opacity: 0.6;
  }
  .common-accordion-header::after {
    content: '';
    position: absolute;
    top: 0.3rem;
    bottom: 0;
    margin: auto;
    right: 2.5rem;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #e6001a;
    border-right: solid 2px #e6001a;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  .common-accordion-header.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .common-accordion-inner {
    display: none;
  }
  .common-accordion-inner ul {
    padding-left: 2rem;
  }
  .common-accordion-inner li {
    padding-bottom: 2rem;
  }
  .common-accordion-inner li .common-accordion-inner-icon {
    position: relative;
    font-size: 1.8rem;
    color: #333;
  }
  .common-accordion-inner li .common-accordion-inner-icon:hover {
    text-decoration: underline;
  }
  .common-accordion-inner-icon::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: 0;
    right: -2.8rem;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(/img/icon_externallink.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .common-accordion-inner-pdf::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: 0;
    right: -2.8rem;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(/img/pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .news-wrap .common-tab {
    margin: 4rem 1.5rem 0;
  }
  .news-wrap .common-tab-inner {
    margin-top: 4rem;
  }
  .news-wrap .common-tab-inner-item {
    margin-bottom: 2rem;
  }
  .news-wrap .common-tab-inner-item:last-child {
    margin-bottom: 0;
  }
  .news-wrap .common-tab-inner-text {
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
  }
  .news-wrap .common-tab-inner-text:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .news-wrap .common-tab-inner-day {
    font-size: 1.6rem;
    color: #666;
    margin-right: 2rem;
  }
  .news-wrap .common-tab-inner-vital {
    display: inline-block;
    height: 25px;
    min-width: 134px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    margin-right: 2rem;
    line-height: normal;
    background-color: #e6001a;
    text-align: center;
  }
  .news-wrap .common-tab-inner-pdf {
    position: relative;
  }
  .news-wrap .common-tab-inner-pdf::after {
    content: '';
    position: absolute;
    width: 2.6rem;
    height: 2.6rem;
    top: 0;
    right: -3rem;
    margin: auto;
    background-image: url(/img/pdf.png);
    background-size: contain;
  }
  .service {
    background: #e9eff6;
  }
  .service-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 4rem auto 0;
  }
  .service-title-wrap {
    text-align: center;
    padding-top: 6rem;
  }
  .service-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .service-content li:nth-child(4) {
    margin-right: 0;
  }
  .service-content li:last-child {
    margin-right: 2rem !important;
  }
  .service-content-wrap {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .service-content-text {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
  }
  .service-content-item {
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 2rem;
  }
  .service-content-item:hover {
    background: #014694;
  }
  .service-content-item:hover .service-content-text {
    color: #fff;
  }
  .service-content-item:hover .service-content-item-img-white {
    display: inline-block;
  }
  .service-content-item:hover .service-content-item-img {
    display: none;
  }
  .service-content-item:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .service-content-item::after {
    content: '';
    position: absolute;
    top: -2px;
    right: 2rem;
    bottom: 0;
    margin: auto;
    width: 1.3rem;
    height: 1.3rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .service-content-item-img {
    display: inline-block;
  }
  .service-content-item-img-white {
    display: none;
  }
  .service-content-item img {
    width: 14rem;
    height: 14rem;
  }
  .service-content li {
    width: 100%;
    height: 100%;
    max-width: 28rem;
    text-align: center;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .service-content li:nth-child(4) {
    margin-right: 0;
  }
  .service-content li:last-child {
    margin-right: 0;
  }
  .service.corporate .service-content li:nth-child(4) {
    margin-right: 2rem !important;
  }
  .service-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 0 6.6rem;
    margin: 0 auto;
  }
  .service-bottom li {
    position: relative;
    width: 38rem;
    text-align: center;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .service-bottom li:nth-child(3) {
    margin-right: 2rem;
  }
  .service-bottom-pdf::before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 1rem;
    width: 2.6rem;
    height: 2.6rem;
    margin: auto;
    background-image: url(/img/icon_externallink.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .service-bottom-pdf:hover::before {
    background-image: url(/img/icon_externallink_white.svg);
  }
  .service-bottom-pdf::after {
    content: none !important;
  }
  .service-bottom a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 6rem;
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-bottom a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .service-bottom a:hover {
    background: #014694;
    color: #fff;
  }
  .service-bottom a:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .campaign {
    background: #014694;
  }
  .campaign-content {
    text-align: center;
    padding-top: 6rem;
  }
  .campaign-content.corporate {
    padding-bottom: 10rem;
  }
  .campaign-title {
    color: #fff;
    font-weight: bold;
    font-size: 3.1rem;
  }
  .campaign-title-sub {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 1rem;
  }
  .campaign-img {
    display: block;
    background: #fff;
  }
  .campaign-list {
    max-width: 380px;
    width: 100%;
    padding-right: 2rem;
    font-weight: normal;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    text-align: left;
    line-height: normal;
  }
  .campaign-list img {
    width: 100%;
  }
  .campaign-list img:hover {
    opacity: 0.6;
  }
  .campaign-list:last-child {
    padding-right: 0;
  }
  .campaign-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-top: 4rem;
  }
  .campaign .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .campaign .prev,
  .campaign .next {
    position: absolute;
    bottom: -6.3rem;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 1;
    cursor: pointer;
  }
  .campaign .next {
    left: calc(50% + 9rem);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .campaign .next:hover {
    left: calc(50% + 9.5rem);
  }
  .campaign .prev {
    right: calc(50% + 11rem);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .campaign .prev:hover {
    right: calc(50% + 11.5rem);
  }
  .campaign .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 15.5rem;
    bottom: -6.5rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .campaign .slick-dots li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.5rem;
  }
  .campaign .slick-dots li button {
    width: 1rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .campaign .slick-dots li button::before {
    content: '';
    top: 2rem;
  }
  .campaign .slick-dots li.slick-active button {
    background: #fff;
  }
  .campaign-chart {
    position: relative;
    display: block;
    background: #fff;
    color: #014694;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.7rem 0;
    margin: 13rem auto 0;
    border-radius: 5px;
    max-width: 380px;
    border: solid 2px #fff;
  }
  .campaign-chart::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .campaign-chart:hover {
    background: #014694;
    color: #fff;
  }
  .campaign-chart:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .campaign-chart-wrap {
    padding-bottom: 6rem;
  }
  .event {
    background: #e9eff6;
  }
  .event-wrap {
    width: 100%;
    max-width: 1180px;
    padding-top: 6rem;
    margin: 0 auto;
  }
  .event-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 4rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .event-list {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .event-list:nth-child(4) {
    margin-right: 0;
  }
}

@media print and (min-width: 768px) and (max-width: 1200px), screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .event-list:nth-child(4) {
    margin-right: 2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .event-list-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    width: 28rem;
  }
  .event-list-link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .event-list:hover {
    background: #014694;
  }
  .event-list:hover .event-list-link {
    color: #fff;
  }
  .event-list:hover .event-list-link:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .event-list:hover .event-img {
    display: none;
  }
  .event-list:hover .event-img-white {
    display: block;
  }
  .event-img {
    width: 10rem;
    height: 10rem;
  }
  .event-img-white {
    display: none;
    width: 10rem;
    height: 10rem;
  }
  .event-text {
    width: 45%;
  }
  .faq {
    background: #f2f2f2;
  }
  .faq-wrap {
    width: 100%;
    max-width: 1180px;
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin: 0 auto;
  }
  .faq-btn {
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    background: #fff;
    color: #014694;
    border: solid 2px #014694;
    border-radius: 5px;
    padding: 1.4rem 0;
    max-width: 380px;
    margin: 0 auto;
  }
  .faq-btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .faq-btn-wrap {
    text-align: center;
  }
  .faq-btn:hover {
    background: #014694;
    color: #fff;
  }
  .faq-btn:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .faq-form {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 780px;
    margin-top: 4rem;
  }
  .faq-form-wrap {
    text-align: center;
  }
  .faq-form-input {
    width: 85%;
    height: 5.4rem;
    font-size: 1.8rem;
    border: solid 1px #ccc;
    padding: 0 2rem;
  }
  .faq-form-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.2rem;
    width: 5rem;
    height: 5rem;
    margin: auto;
    background-image: url(/img/icon_search-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
}

@media print and (min-width: 768px) and (max-width: 1200px), screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .faq-form-btn {
    right: 6.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .faq-form-btn:hover {
    background-image: url(/img/icon_search.png);
  }
  .rn_SearchArea {
    display: none;
  }
  .rn_List {
    margin: 4rem 1.5rem 0 8rem;
  }
  .rn_Item {
    margin-bottom: 3.5rem;
  }
  .rn_Link {
    position: relative;
    font-size: 1.8rem !important;
    color: #333;
    text-decoration: none !important;
  }
  .rn_Link::before {
    content: '';
    position: absolute;
    background-image: url(/img/icon_FAQ.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -6rem;
    width: 5rem;
    height: 5rem;
  }
  .rn_Link:hover {
    text-decoration: underline !important;
  }
  .news-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 6rem auto 0;
    padding-bottom: 6rem;
    border-bottom: solid 2px #f2f2f2;
  }
  .news-wrap.corporate {
    border-bottom: none;
  }
  .news-btn {
    text-align: center;
    margin-top: 4rem;
  }
  .news-content {
    display: none;
  }
  .news-content.active {
    display: block;
  }
  .news-banner {
    margin-top: 6rem;
    margin-bottom: 17rem;
  }
  .news-item {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
  }
  .news-item-list {
    margin-right: 1.6rem;
    border: 1px solid #ddd;
  }
  .news-item-list img {
    width: 28rem !important;
    height: auto;
  }
  .news-item-list img:hover {
    opacity: 0.6;
  }
  .news-item-list:last-child {
    margin-right: 0;
  }
  .news .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .prev,
  .news .next {
    position: absolute;
    bottom: -6.2rem;
    margin: auto;
    width: 1.1rem;
    height: 1.1rem;
    z-index: 1;
    cursor: pointer;
  }
  .news .next {
    left: calc(50% + 10rem);
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .news .next:hover {
    left: calc(50% + 10.5rem);
  }
  .news .prev {
    right: calc(50% + 10rem);
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .news .prev:hover {
    right: calc(50% + 10.5rem);
  }
  .news .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -7rem;
  }
  .news .slick-dots li {
    margin-right: 0;
  }
  .news .slick-dots li button {
    width: 1rem;
    height: 1rem;
    background-color: #e9eff6;
    border-radius: 50%;
  }
  .news .slick-dots li button::before {
    content: '';
    top: 2rem;
  }
  .news .slick-dots li.slick-active button {
    background: #014694;
  }
  .irp-date {
    color: #666;
  }
  .irp-press-list .rptGrp {
    margin-bottom: 2rem;
  }
  .irp-press-list .rptGrp span {
    font-size: 1.8rem;
    width: auto;
    margin-right: 2rem;
    vertical-align: top;
  }
  .irp-press-list .rptGrp a {
    color: #333;
  }
  .irp-press-list .rptGrp a:hover {
    text-decoration: underline;
  }
  .irp-press-list .rptGrp .irp-title {
    width: auto;
  }
  .irp-press-list .rptGrp:last-child {
    margin-bottom: 0;
  }
  #irp-news-top .irp-title,
  #irp-oshirase-top .irp-title,
  #irp-news-hojin .irp-title {
    width: calc(100% - 209px) !important;
    margin-right: 0;
    background-image: none !important;
    padding-left: 2rem;
    display: inline-block;
  }
  #irp-news-top .irp-title .irp-fsize,
  #irp-news-hojin .irp-title .irp-fsize {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 1rem;
  }
  #irp-news-top .irp-title .irp-fsize::after,
  #irp-news-hojin .irp-title .irp-fsize::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    width: 2.6rem;
    height: 2.6rem;
    right: -3rem;
    margin: auto;
    background-image: url(/img/icon_pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #irp-news-top .irp-icon-pdf,
  #irp-news-hojin .irp-icon-pdf {
    display: none;
  }
  #irp-oshirase-top .rptGrp .irp-title .irp-icon-pdf {
    display: none;
  }
  .list {
    background: #f2f2f2;
  }
  .list-wrap {
    max-width: 1180px;
    padding: 6rem 1.5rem 4rem;
    margin: 2rem auto 0;
  }
  .list-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5rem;
  }
  .list-content:last-child {
    margin-bottom: 0;
  }
  .list-content-img {
    width: 6rem;
    height: 6rem;
  }
  .list-item {
    width: 100%;
    max-width: 28rem;
    margin-right: 2rem;
  }
  .list-item.corporate {
    max-width: 37rem;
  }
  .list-item-ul {
    padding: 0;
    margin: 2rem auto 0;
  }
  .list-item-link {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.79;
  }
  .list-item-link:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .list-item .list-item-wrap {
    margin-top: 1rem;
  }
  .list-item .list-item-wrap:first-child {
    margin-top: 3rem;
  }
  .list-item .link-item {
    font-size: 1.4rem;
    margin-left: 1.8rem;
  }
  .list-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.1rem;
    font-weight: bold;
    color: #014694;
    margin-bottom: 3rem;
  }
  .list-top div {
    width: 100%;
    max-width: 275px;
    margin-right: 3rem;
  }
  .list-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #014694;
    border-bottom: solid 1px #014694;
  }
  .list-bottom-area {
    margin-top: 1rem;
  }
  .list-bottom-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.8rem;
  }
  .list-bottom-inner {
    margin-right: 4rem;
  }
  .list-bottom-inner:last-child {
    margin-right: 0;
  }
  .list-bottom-item {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    color: #014694;
  }
  .list-bottom-item:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .list-bottom-item::before {
    content: '';
    position: absolute;
    top: -0.2rem;
    left: -2rem;
    bottom: 0;
    margin: auto;
    width: 0.9rem;
    height: 0.9rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer-top {
    background: #e9eff6;
    padding-top: 0.1rem;
  }
  .footer-top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1180px;
    padding: 1.7rem;
    margin: 0 auto;
  }
  .footer-top-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-top-wrap ul li a {
    position: relative;
    font-size: 1.8rem;
    color: #014694;
    margin-right: 7rem;
  }
  .footer-top-wrap ul li a:hover {
    text-decoration: underline;
  }
  .footer-top-wrap ul li a::before {
    content: '';
    position: absolute;
    top: -0.4rem;
    left: -3.5rem;
    bottom: 0;
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    border: 0px;
    border-top: solid 2px #014694;
    border-right: solid 2px #014694;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-bottom-text {
    font-size: 1.6rem;
    line-height: 1.56;
    color: #333;
    margin-right: 2rem;
  }
  .footer-bottom-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-bottom-img-icon {
    display: block;
    width: 2rem;
    height: 2rem;
  }
  .footer-bottom-img-icon:first-child {
    margin-right: 1rem;
  }
  .footer-bottom-img-icon:hover {
    opacity: 0.6;
  }
  .footer-close .copy {
    background: #014694;
    padding: 1.5rem 0;
    text-align: center;
    color: #fff;
  }
  .footer .copy {
    background: #014694;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .footer .copy-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .footer .copy-top {
    line-height: normal;
  }
  .footer .copy-top ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
  }
  .footer .copy-top ul li {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-right: solid 1px #fff;
  }
  .footer .copy-top ul li:first-child {
    border-left: solid 1px #fff;
  }
  .footer .copy-top ul li a {
    font-size: 1.4rem;
    color: #fff;
  }
  .footer .copy-top ul li a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .footer .copy-bottom {
    margin-top: 2rem;
    text-align: center;
  }
  .footer .copy-bottom-text {
    font-size: 1.4rem;
    color: #fff;
    line-height: normal;
  }
  .main-section {
    margin-top: 4rem;
  }
  .main-section.nohead {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .slick-slide img {
    width: 100%;
  }
  .btns-wrap .btn-common {
    margin-top: 0;
  }
  .cards-block > div:first-child, .cards-block > div:nth-child(2) {
    margin-top: 0 !important;
  }
  .modal-dialog {
    max-width: 90rem;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  *::-ms-backdrop,
  .modal-dialog-centered {
    height: calc(100% - 3.5rem);
  }
  .contact-title-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .contactbox-r {
    margin-top: 4.4rem;
  }
  .d-lg-flex .contactbox-r {
    margin-top: 0;
  }
  .link-item.-pdf::before {
    top: 1.5rem;
  }
  .main-wrap,
  .container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .col-l .container {
    max-width: none !important;
  }
  .main-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-wrap .col-l {
    max-width: 82rem;
    width: 70%;
    margin-right: 8rem;
  }
  .main-wrap .sidebar {
    max-width: 28rem;
  }
  .transform-lg--90 {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .fs-lg-14 {
    font-size: 1.4rem !important;
  }
  .fs-lg-16 {
    font-size: 1.6rem !important;
  }
  .fs-lg-18 {
    font-size: 1.8rem !important;
  }
  .fs-lg-21 {
    font-size: 2.1rem !important;
  }
  .flex-lg-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .flex-lg-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-30p {
    width: 30% !important;
  }
  .w-lg-670 {
    width: 67rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 1rem !important;
  }
  .mt-lg-20 {
    margin-top: 2rem !important;
  }
  .mt-lg-30 {
    margin-top: 3rem !important;
  }
  .mt-lg-40 {
    margin-top: 4rem !important;
  }
  .mt-lg-44 {
    margin-top: 4.4rem !important;
  }
  .mt-lg-48 {
    margin-top: 4.8rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }
  .mt-lg-60 {
    margin-top: 6rem !important;
  }
  .mt-lg-80 {
    margin-top: 8rem !important;
  }
  .mt-lg-92 {
    margin-top: 9.2rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-10 {
    margin-left: 1rem !important;
  }
  .ml-lg-60 {
    margin-left: 6rem !important;
  }
  .ml-lg-70 {
    margin-left: 7rem !important;
  }
  .mr-lg-20 {
    margin-right: 2rem !important;
  }
  .mr-lg-30 {
    margin-right: 3rem !important;
  }
  .mr-lg-120 {
    margin-right: 12rem !important;
  }
  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-lg-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .py-lg-24 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .pt-lg-10 {
    padding-top: 1rem;
  }
  .pt-lg-30 {
    padding-top: 3rem;
  }
  .pr-lg-40 {
    padding-right: 4rem !important;
  }
  .pb-lg-88 {
    padding-bottom: 8.8rem !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-380 {
    width: 38rem !important;
  }
  .mw-lg-580 {
    max-width: 58rem !important;
  }
  .mw-lg-700 {
    max-width: 70rem !important;
  }
  .mw-lg-820 {
    max-width: 82rem !important;
  }
  .min-w-lg-280 {
    min-width: 28rem !important;
  }
  .w15p-lg {
    width: 15% !important;
  }
  .w20p-lg {
    width: 20% !important;
  }
  .w25p-lg {
    width: 25% !important;
  }
  .w30p-lg {
    width: 30% !important;
  }
  .w35p-lg {
    width: 30% !important;
  }
  .w40p-lg {
    width: 40% !important;
  }
  .w70p-lg {
    width: 70% !important;
  }
  .start-25 {
    left: 25% !important;
  }
  .white-space-lg {
    white-space: nowrap;
  }
  .h-lg-100p {
    height: 100% !important;
  }
  .txt-indent-lg-30 {
    text-indent: -3rem;
  }
  .txt-indent-lg-40 {
    text-indent: -4rem;
  }
  .block-bg-img {
    position: relative;
    margin-top: 8rem;
  }
  .block-bg-img .block-btn {
    position: absolute;
    width: 38rem;
    bottom: 1rem;
    left: 4rem;
  }
  .takarakuji-block-bg-img {
    position: relative;
    margin-top: 8rem;
  }
  .takarakuji-block-bg-img .block-btn {
    position: absolute;
    /*width: 65rem;*/
    width: 65%;
    bottom: 2rem;
    /*right: 2rem;*/
    right: 10.5rem;
    left: initial;
  }
  .img-on-text .-text {
    right: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    font-size: 1.8rem;
  }
  .ballon-content {
    width: 100%;
    padding: 2rem 1.3rem 1.2rem;
  }
  .ballon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ballon-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 85%;
    padding: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    margin-right: 3rem;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    border-radius: 1rem;
  }
  .ballon-left::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -3.5rem;
    margin-top: -1.5rem;
    border: 1.5rem solid transparent;
    border-left: 23px solid #fff;
    z-index: 0;
  }
  .ballon-left-text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    min-width: 26.4rem;
  }
  .ballon-left._02 {
    margin-left: 3rem;
  }
  .ballon-left._02::after {
    right: unset;
    left: -3.5rem;
    border: 1.5rem solid transparent;
    border-right: 2.3rem solid #fff;
  }
  .ballon-below-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 85%;
    padding: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    margin-left: 3rem;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    border-radius: 10px;
  }
  .ballon-below-left::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -3.5rem;
    margin-top: -1.5rem;
    border: 15px solid transparent;
    border-right: 2.3rem solid #fff;
    z-index: 0;
  }
  .favorite-plan-wrap .col:last-child {
    margin-top: 4rem !important;
  }
  #juniorNisa03 {
    margin-bottom: 4rem;
  }
  .tsumitate-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .tsumitate-button .btn-common {
    margin: 1rem auto 0 !important;
  }
  .tsumitate-accordion {
    padding: 0 3.5rem 3.5rem;
  }
  .tsumitate-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tsumitate-inner-left {
    width: 50%;
    margin-top: 0;
  }
  .tsumitate-inner-right iframe {
    width: 35rem;
    height: 20rem;
  }
  .tsumitate-inner-right-sub {
    font-weight: bold;
    margin-top: 0;
  }
  .tsumitate-card-wrap {
    margin-top: 2rem;
  }
  .tsumitate-card-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
  .tsumitate-card-box:last-child {
    margin-bottom: 0;
  }
  .tsumitate-card-left {
    width: 50%;
  }
  .tsumitate-card-right {
    width: 50%;
    margin-left: 3rem;
  }
  .tsumitate-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tsumitate-col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 49%;
  }
  .tsumitate-col-lg-48 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    width: 49%;
  }
  .step-next {
    position: relative;
    text-align: center;
  }
  .step-next::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10rem;
    margin: auto;
    width: 11rem;
    height: 4.9rem;
    border: 56px solid transparent;
    border-top: 25px solid #e6001a;
  }
  .no-arrow.card-wrap {
    padding: 1rem 2rem;
    min-height: 15rem;
  }
  .no-arrow.card-wrap:hover {
    background: #fff;
    cursor: auto;
  }
  .no-arrow.card-wrap::after {
    display: none;
  }
  .no-arrow.card-wrap.text-center {
    text-align: center;
  }
  .in-table-link-pdf-after {
    position: relative;
  }
  .in-table-link-pdf-after::after {
    content: "";
    position: absolute;
    width: 2.6rem;
    height: 2.6rem;
    top: -0.2rem;
    right: 1.5rem;
    background-image: url(/img/pdf.png);
    background-size: contain;
  }
  .joyocard-textlink {
    text-decoration: underline;
  }
  .joyocard-textlink:hover {
    text-decoration: none;
  }
  .joyocard-item-bg {
    height: 100%;
  }
  .joyocard-item-no {
    padding-top: 1.5rem;
    position: absolute;
    top: -4.8rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background-color: #014694;
    border-radius: 100%;
    width: 8rem;
    height: 8rem;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .joyocard-item-no::after {
    top: 2rem;
    position: absolute;
    content: counter(stepflowSquareCounter);
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 4rem;
  }
  .circle-left {
    margin-right: 2rem;
    width: 6rem;
  }
  .circle-right {
    width: 74rem;
  }
  .circle-right-title {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .circle-right-content-left {
    width: 54.5rem;
  }
  .circle-right-content-right {
    width: 13.5rem;
  }
  .circle-list-ball {
    position: relative;
    display: inline-block;
  }
  .circle-list-ball-title {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
  .circle-list-ball-title-num {
    font-size: 18px;
  }
  .point-list-left {
    width: 62.5rem;
  }
  .point-list-right {
    width: 13.5rem;
  }
  .table-card-image-wrap {
    width: 99px;
    margin: auto;
  }
  .table-card-title-link {
    font-weight: normal;
    color: #fff;
  }
  .table-card-td-red {
    width: 14rem;
    margin: auto;
    padding: 0.2rem 0;
    border-radius: 0.5rem;
    border: solid 0.2rem #e6001a;
    background-color: #e6001a;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .table-logo-th {
    width: 13.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table-logo-td {
    width: 26.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table-logo-img {
    width: 54px;
  }
  .banner-autosize {
    margin-top: 8rem;
  }
  .banner-autosize img {
    height: auto;
  }
  .title-lg {
    color: #014694;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .tbl-txt {
    font-size: 1.8rem !important;
  }
  .txt-16 {
    font-size: 1.6rem !important;
  }
  .ttl-h1 {
    font-size: 4rem !important;
  }
  .ttl-h2 {
    font-size: 2rem !important;
  }
  .txt-21 {
    font-size: 2.1rem !important;
  }
  .link-item.-policyblank::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 3px;
    right: -20px;
    width: 2.6rem;
    height: 2.6rem;
    margin: auto;
    border: none;
    background-image: url(/img/icon_externallink.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nenkin-img {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 6.7rem;
  }
  .nenkin-img img {
    height: auto;
  }
  .text-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .history-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .history-left {
    margin-right: 3.75rem;
  }
  .history-right-inner {
    padding-left: 2rem;
  }
  .history .link-text {
    margin-top: 0;
  }
  .mt-faq-left {
    margin-top: 23.1rem !important;
  }
  .strong-cell.-left {
    border: 3px solid #e6001a;
    color: #e6001a;
    font-weight: bold;
  }
  .strong-cell.-right {
    border: 3px solid #e6001a;
    color: #e6001a;
    font-weight: bold;
  }
  .padding-box-woman {
    padding: 2rem 6rem 2rem 3rem !important;
  }
  .padding-image-woman {
    padding: 2rem !important;
  }
  .table-premium_03 th, .table-premium_03 td {
    font-size: 1.6rem !important;
  }
  .fs-20-premium_03 {
    font-size: 2.0rem !important;
  }
  .letter-spacing-lg--01 {
    letter-spacing: -0.1px;
  }
  .list-common-item {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1180px) {
  html {
    font-size: 10px;
  }
  .img-object-xl-fit {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .service-content {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .service-content li:last-child {
    margin-right: 0 !important;
  }
  .service.corporate .service-content li:nth-child(5) {
    padding-left: calc(2rem / 2);
  }
  .service.corporate .service-content li:last-child {
    margin-right: 2rem !important;
  }
  .service-bottom {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .service-bottom li {
    display: inline-block;
    width: 37.7rem;
  }
  .service-bottom li:nth-child(3) {
    margin-right: 0;
  }
  .main-section {
    margin-top: 4rem;
  }
  .main-section.nohead {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .slick-slide img {
    width: 100%;
  }
  .btns-wrap .btn-common {
    margin-top: 0;
  }
  .cards-block > div:first-child, .cards-block > div:nth-child(2) {
    margin-top: 0 !important;
  }
  .modal-dialog {
    max-width: 90rem;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  *::-ms-backdrop,
  .modal-dialog-centered {
    height: calc(100% - 3.5rem);
  }
  .contact-title-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .contactbox-r {
    margin-top: 4.4rem;
  }
  .d-lg-flex .contactbox-r {
    margin-top: 0;
  }
  .link-item.-pdf::before {
    top: 1.5rem;
  }
  .main-wrap,
  .container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .col-l .container {
    max-width: none !important;
  }
  .main-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-wrap .col-l {
    max-width: 82rem;
    width: 70%;
    margin-right: 8rem;
  }
  .main-wrap .sidebar {
    max-width: 28rem;
  }
  .transform-lg--90 {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .fs-lg-14 {
    font-size: 1.4rem !important;
  }
  .fs-lg-16 {
    font-size: 1.6rem !important;
  }
  .fs-lg-18 {
    font-size: 1.8rem !important;
  }
  .fs-lg-21 {
    font-size: 2.1rem !important;
  }
  .flex-lg-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .flex-lg-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-30p {
    width: 30% !important;
  }
  .w-lg-670 {
    width: 67rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 1rem !important;
  }
  .mt-lg-20 {
    margin-top: 2rem !important;
  }
  .mt-lg-30 {
    margin-top: 3rem !important;
  }
  .mt-lg-40 {
    margin-top: 4rem !important;
  }
  .mt-lg-44 {
    margin-top: 4.4rem !important;
  }
  .mt-lg-48 {
    margin-top: 4.8rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }
  .mt-lg-60 {
    margin-top: 6rem !important;
  }
  .mt-lg-80 {
    margin-top: 8rem !important;
  }
  .mt-lg-92 {
    margin-top: 9.2rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-10 {
    margin-left: 1rem !important;
  }
  .ml-lg-60 {
    margin-left: 6rem !important;
  }
  .ml-lg-70 {
    margin-left: 7rem !important;
  }
  .mr-lg-20 {
    margin-right: 2rem !important;
  }
  .mr-lg-30 {
    margin-right: 3rem !important;
  }
  .mr-lg-120 {
    margin-right: 12rem !important;
  }
  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-lg-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .py-lg-24 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .pt-lg-10 {
    padding-top: 1rem;
  }
  .pt-lg-30 {
    padding-top: 3rem;
  }
  .pr-lg-40 {
    padding-right: 4rem !important;
  }
  .pb-lg-88 {
    padding-bottom: 8.8rem !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-380 {
    width: 38rem !important;
  }
  .mw-lg-580 {
    max-width: 58rem !important;
  }
  .mw-lg-700 {
    max-width: 70rem !important;
  }
  .mw-lg-820 {
    max-width: 82rem !important;
  }
  .min-w-lg-280 {
    min-width: 28rem !important;
  }
  .w15p-lg {
    width: 15% !important;
  }
  .w20p-lg {
    width: 20% !important;
  }
  .w25p-lg {
    width: 25% !important;
  }
  .w30p-lg {
    width: 30% !important;
  }
  .w35p-lg {
    width: 30% !important;
  }
  .w40p-lg {
    width: 40% !important;
  }
  .w70p-lg {
    width: 70% !important;
  }
  .start-25 {
    left: 25% !important;
  }
  .white-space-lg {
    white-space: nowrap;
  }
  .h-lg-100p {
    height: 100% !important;
  }
  .txt-indent-lg-30 {
    text-indent: -3rem;
  }
  .txt-indent-lg-40 {
    text-indent: -4rem;
  }
  .block-bg-img {
    position: relative;
    margin-top: 8rem;
  }
  .block-bg-img .block-btn {
    position: absolute;
    width: 38rem;
    bottom: 1rem;
    left: 4rem;
  }
  .takarakuji-block-bg-img {
    position: relative;
    margin-top: 8rem;
  }
  .takarakuji-block-bg-img .block-btn {
    position: absolute;
    width: 65rem;
    bottom: 2rem;
    right: 2rem;
    left: initial;
  }
  .ballon-content {
    width: 100%;
    padding: 2rem 1.3rem 1.2rem;
  }
  .ballon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ballon-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 85%;
    padding: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    margin-right: 3rem;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    border-radius: 1rem;
  }
  .ballon-left::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -3.5rem;
    margin-top: -1.5rem;
    border: 1.5rem solid transparent;
    border-left: 23px solid #fff;
    z-index: 0;
  }
  .ballon-left-text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    min-width: 26.4rem;
  }
  .ballon-left._02 {
    margin-left: 3rem;
  }
  .ballon-left._02::after {
    right: unset;
    left: -3.5rem;
    border: 1.5rem solid transparent;
    border-right: 2.3rem solid #fff;
  }
  .ballon-below-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 85%;
    padding: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    margin-left: 3rem;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    border-radius: 10px;
  }
  .ballon-below-left::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -3.5rem;
    margin-top: -1.5rem;
    border: 15px solid transparent;
    border-right: 2.3rem solid #fff;
    z-index: 0;
  }
  .favorite-plan-wrap .col:last-child {
    margin-top: 4rem !important;
  }
  #juniorNisa03 {
    margin-bottom: 4rem;
  }
  .tsumitate-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .tsumitate-button .btn-common {
    margin: 1rem auto 0 !important;
  }
  .tsumitate-accordion {
    padding: 0 3.5rem 3.5rem;
  }
  .tsumitate-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tsumitate-inner-left {
    width: 50%;
    margin-top: 0;
  }
  .tsumitate-inner-right iframe {
    width: 35rem;
    height: 20rem;
  }
  .tsumitate-inner-right-sub {
    font-weight: bold;
    margin-top: 0;
  }
  .tsumitate-card-wrap {
    margin-top: 2rem;
  }
  .tsumitate-card-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
  .tsumitate-card-box:last-child {
    margin-bottom: 0;
  }
  .tsumitate-card-left {
    width: 50%;
  }
  .tsumitate-card-right {
    width: 50%;
    margin-left: 3rem;
  }
  .tsumitate-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tsumitate-col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 49%;
  }
  .tsumitate-col-lg-48 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    width: 49%;
  }
  .step-next {
    position: relative;
    text-align: center;
  }
  .step-next::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10rem;
    margin: auto;
    width: 11rem;
    height: 4.9rem;
    border: 56px solid transparent;
    border-top: 25px solid #e6001a;
  }
  .no-arrow.card-wrap {
    padding: 1rem 2rem;
    min-height: 15rem;
  }
  .no-arrow.card-wrap:hover {
    background: #fff;
    cursor: auto;
  }
  .no-arrow.card-wrap::after {
    display: none;
  }
  .no-arrow.card-wrap.text-center {
    text-align: center;
  }
  .banner-autosize {
    margin-top: 8rem;
  }
  .banner-autosize img {
    height: auto;
  }
  .title-lg {
    color: #014694;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .tbl-txt {
    font-size: 1.8rem !important;
  }
  .txt-16 {
    font-size: 1.6rem !important;
  }
  .ttl-h1 {
    font-size: 4rem !important;
  }
  .ttl-h2 {
    font-size: 2rem !important;
  }
  .txt-21 {
    font-size: 2.1rem !important;
  }
  .link-item.-policyblank::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 3px;
    right: -20px;
    width: 2.6rem;
    height: 2.6rem;
    margin: auto;
    border: none;
    background-image: url(/img/icon_externallink.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nenkin-img {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 6.7rem;
  }
  .nenkin-img img {
    height: auto;
  }
  .text-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .history-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .history-left {
    margin-right: 3.75rem;
  }
  .history-right-inner {
    padding-left: 2rem;
  }
  .history .link-text {
    margin-top: 0;
  }
  .mt-faq-left {
    margin-top: 23.1rem !important;
  }
  .padding-box-woman {
    padding: 2rem 6rem 2rem 3rem !important;
  }
  .padding-image-woman {
    padding: 2rem !important;
  }
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.img-object-fit {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.hidden {
  display: none;
}

.lock {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.fs-0 {
  font-size: 0;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.text-underline {
  text-decoration: underline;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.hover-underline:hover {
  text-decoration: underline;
}

.ctypography-lg {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .ctypography-lg {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 376px) {
  .faq-form-input::-webkit-input-placeholder {
    font-size: 1.05rem;
  }
}

.txt-indent-28 {
  text-indent: -2.8rem;
  padding-left: 2.8rem;
}

.txt-indent-150 {
  text-indent: -15rem;
  padding-left: 15rem;
}

.txt-indent-140 {
  text-indent: -14rem;
  padding-left: 14rem;
}

.txt-indent-144 {
  text-indent: -14.4rem;
  padding-left: 14.4rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

#column a {
  word-break: break-all;
}

.speech-bubble {
	padding: 1.5rem;
	width: 90%;
	font-size: 1.6rem;
	font-weight: bold;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	position: absolute;
	top: -1rem;
	left: 0;
	right: 0;
	margin: auto;
}

.speech-bubble::after {
	position: absolute;
	display: block;
	content: '';
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-width: 6.5px 10px 6.5px 0;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.07);
	border-color: transparent transparent transparent #fff;
	transform: rotate(45deg);
	background-color: #fff;
}

@media print, screen and (max-width: 767px) {
	.speech-bubble {
		padding: 1.2rem;
		width: 90%;
		font-size: 1.2rem;
		font-weight: bold;
		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
		border-radius: 5px;
		background-color: #fff;
		color: #333;
		position: absolute;
		top: -1rem;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.speech-bubble::after {
		position: absolute;
		display: block;
		content: '';
		bottom: -6px;
		left: 0;
		right: 0;
		margin: auto;
		width: 0;
		height: 0;
		border-width: 6.5px 10px 6.5px 0;
		box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.07);
		border-color: transparent transparent transparent #fff;
		transform: rotate(45deg);
		background-color: #fff;
	}
}