@charset "UTF-8";
.m-submit_button {
  color: #fff;
  background: #ffb100;
  border-radius: 40px;
  max-width: 320px;
  height: 80px;
  width: 100%;
  font-size: 20px;
  border: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px auto;
  cursor: pointer;
  transition: 0.15s;
}
.m-submit_button:after {
  content: '';
  background-image: url(../images/link-icon.svg);
  width: 8px;
  height: 13px;
  margin: 0 0 0 12px;
}
.m-submit_button:hover {
  background: #ffa500;
}
@media screen and (max-width: 425px) {
  .m-submit_button {
    font-size: 16px;
    height: 60px;
  }
  .pc {
    display: none;
  }
}
.m-submit_button-gray {
  background: #333;
}
.m-submit_button-gray:hover {
  background: #000;
}
.m-submit_button-gray:after {
  display: none;
}
.m-submit_button-gray:before {
  content: '';
  background-image: url(../images/link-icon.svg);
  transform: rotate(180deg);
  width: 8px;
  height: 13px;
  margin: 0 12px 0 0;
}
.m-submit_button-blue {
  background: #000b80;
}
.m-submit_button-blue:hover {
  background: #000;
}

.m-error {
  color: #ff0000;
  font-size: 14px;
  margin: 9px 0;
}
.m-error-氏名 {
  margin-left: 230px;
}
@media screen and (max-width: 425px) {
  .m-error-氏名 {
    margin-left: 80px;
  }
}
.m-error-フリガナ {
  margin-left: 230px;
}
@media screen and (max-width: 425px) {
  .m-error-フリガナ {
    margin-left: 80px;
  }
}
.m-error-電話番号 {
  margin-left: 230px;
}
@media screen and (max-width: 425px) {
  .m-error-電話番号 {
    margin-left: 0px;
  }
}
.m-error-メールアドレス {
  margin-left: 215px;
}
@media screen and (max-width: 425px) {
  .m-error-メールアドレス {
    margin-left: 0px;
  }
}
.m-error-メールアドレス確認 {
  margin-left: 215px;
}
@media screen and (max-width: 425px) {
  .m-error-メールアドレス確認 {
    margin-left: 0px;
  }
}
.m-error-お問い合わせ内容 {
  margin-left: 195px;
}
@media screen and (max-width: 425px) {
  .m-error-お問い合わせ内容 {
    margin-left: 0px;
  }
}

.top-mainvisual {
  overflow: hidden;
  margin: -100px 0 0 0;
  background: linear-gradient(90deg, #ebecca 50%, #e5f3fb 50%);
}
@media screen and (max-width: 425px) {
  .top-mainvisual {
    margin-top: 0;
  }
}
.top-mainvisual--image {
  width: 1440px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 425px) {
  .top-mainvisual--image {
    width: 100%;
    height: auto;
  }
}

.top-symptoms {
  margin: -117px auto 0 auto;
  padding: 12px 0;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 425px) {
  .top-symptoms {
    margin: 0 auto 40px auto;
    padding: 18px 0;
  }
}
.top-symptoms--inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .top-symptoms--inner {
    flex-direction: column;
  }
}
.top-symptoms--heading {
  width: 434px;
  height: 53px;
  border-radius: 26px;
  background: #000b80;
  color: #fff;
  font-size: 24px;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .top-symptoms--heading {
    width: 300px;
    height: 31px;
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.top-symptoms--content {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 425px) {
  .top-symptoms--content {
    text-align: center;
    margin: 0;
    font-size: 13px;
    padding: 0 12px;
  }
}
.top-symptoms--text {
  font-size: 18px;
}
@media screen and (max-width: 425px) {
  .top-symptoms--text {
    font-size: 16px;
  }
}
.top-symptoms--cta {
  color: #000b80;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-symptoms--cta {
    font-size: 24px;
  }
}

.top-contact {
  display: grid;
  grid-template-columns: 25% 75%;
  position: relative;
}
.top-contact .area-head {
  background: #ffb100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-contact .area-head p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-right: 55px;
}
.top-contact .area-content {
  background: #000b80;
  display: flex;
  align-items: center;
  padding: 20px 50px;
}
.top-contact .area-content-inner {
  margin-left: 30px;
}
.top-contact .dep-name {
  margin-bottom: 10px;
}
.top-contact .dep-name span {
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 6px;
  display: inline-block;
  padding: 7px 20px;
  line-height: 1;
  margin-left: 8px;
}
dl.dep-info {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
}

@media screen and (max-width: 425px) {
  .top-contact {
    display: block;
  }
  .top-contact .area-head {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    width: 200px;
    height: 40px;
  }
  .top-contact .area-head p {
    margin-right: 0;
    text-align: center;
    font-size: 18px;
  }
  .top-contact .area-content {
    padding: 50px 20px 20px;
    display: block;
  }
  .top-contact .area-content-inner {
    margin-left: 0;
  }
  .top-contact .dep-name {
    text-align: center;
  }
  dl.dep-info {
    font-size: 14px;
    line-height: 1.8;
  }
  dl.dep-info dt {
    width: 9em;
  }
  dl.dep-info dd {
    flex: 1;
  }
}

@media screen and (max-width: 425px) {
  .top-contact {
    background: #000b80;
    height: auto;
  }
  .top-contact .top-inquiry--link {
    margin-bottom: 30px;
  }
}
.top-contact--inner {
  max-width: 1190px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .top-contact--inner {
    display: block;
  }
}
.top-contact--heading {
  color: #fff;
  font-size: 24px;
  padding: 0 88px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-contact--heading {
    background: #ffb100;
    width: 200px;
    font-size: 18px;
    height: 36px;
    display: block;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -20px;
  }
}
.top-contact--tel {
  font-size: 47px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 425px) {
  .top-contact--tel {
    font-size: 40px;
    text-align: center;
    margin: -9px 0 12px 0;
  }
}
.top-contact--tel a {
  color: #fff;
}
.top-contact--content {
  margin: 0 0 0 49px;
}
@media screen and (max-width: 425px) {
  .top-contact--content {
    margin: 0;
  }
}
.top-contact--title {
  font-size: 16px;
  width: 240px;
  height: 36px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  border-radius: 18px;
  margin: 0 0 6px 0;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 425px) {
  .top-contact--title {
    margin: 0 auto 12px auto;
  }
}
.top-contact--schedule {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 425px) {
  .top-contact--schedule {
    font-size: 14px;
    padding: 0 12px;
  }
}
.top-contact--schedule-top {
  text-indent: -12px;
  padding: 0 0 0 12px;
}
@media screen and (max-width: 425px) {
  .top-contact--schedule-top {
    text-indent: -4.6rem;
    padding: 0 0 0 5.4rem;
  }
}

.top-disease {
  background: linear-gradient(90deg, #f7f7eb 0 50%, #fff 50% 100%);
  position: relative;
}
.top-disease:before {
  content: '';
  background-image: url(../images/top-disease.svg);
  background-position: top 50px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 425px) {
  .top-disease {
    background: #fff;
  }
  .top-disease:before {
    background-image: url(../images/top-disease.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10;
  }
}
.top-disease--inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  position: relative;
  height: 535px;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .top-disease--inner {
    flex-direction: column;
    height: auto;
  }
}
.top-disease--tremor,
.top-disease--parkinson {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .top-disease--tremor,
  .top-disease--parkinson {
    padding: 80px 0;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .top-disease--tremor {
    background: #f7f7eb;
  }
}
.top-disease--heading {
  color: #000b80;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin: 0 0 30px 0;
}
.top-disease--heading:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #000b80;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.top-disease--ruby {
  font-size: 10px;
}
.top-disease--text {
  font-size: 18px;
  margin: 0 0 24px 0;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .top-disease--text {
    font-size: 16px;
    margin: 0 0 16px 0;
  }
}
.top-disease--link {
  width: 252px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: #000b80;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.15s;
}
.top-disease--link:after {
  content: '';
  background-image: url(../images/link-icon.svg);
  width: 8px;
  height: 13px;
  margin: 0 0 0 12px;
}
.top-disease--link:hover {
  background: #000;
}

.top-doctor {
  position: relative;
  padding: 126px 0 81px 0;
  background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
  background-size: 300px 100%;
  background-position: center;
}
@media screen and (max-width: 425px) {
  .top-doctor {
    background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
    background-size: 120px 100%;
    background-position: center;
  }
}
@media screen and (max-width: 425px) {
  .top-doctor {
    padding: 80px 0 40px 0;
  }
}
.top-doctor--background {
  background: #000b80;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 425px) {
  .top-doctor--background {
    height: 350px;
  }
}
.top-doctor--heading {
  font-size: 55px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 0 100px 0;
}
.top-doctor--heading:before {
  content: '';
  width: 100px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 425px) {
  .top-doctor--heading {
    font-size: 40px;
    margin-bottom: 80px;
  }
  .top-doctor--heading:before {
    bottom: -20px;
  }
}
.top-doctor--profile {
  position: relative;
}
.top-doctor--image {
  display: block;
  margin: 0 auto 64px auto;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  .top-doctor--image {
    width: 100%;
    height: auto;
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
.top-doctor--info {
  position: absolute;
  top: 240px;
  left: 50%;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 425px) {
  .top-doctor--info {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    margin: -48px 0 24px 0;
    padding: 0 0 0 24px;
    box-sizing: border-box;
    height: auto;
  }
}
.top-doctor--position {
  background: #000b80;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  margin: 0 0 3px 0;
  padding: 4px 6px;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-doctor--position {
    font-size: 15px;
  }
}
.top-doctor--name {
  background: #000b80;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 45px;
  margin: 0 0 3px 0;
  padding: 4px 6px;
  box-sizing: border-box;
}
@media screen and (max-width: 425px) {
  .top-doctor--name {
    font-size: 40px;
  }
}
.top-doctor--name-en {
  font-size: 16px;
  padding: 4px 24px;
  font-weight: normal;
  font-weight: bold;
}
.top-doctor--text {
  max-width: 1020px;
  margin: 0 auto 82px auto;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 425px) {
  .top-doctor--text {
    padding: 0 12px;
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.top-doctor--link {
  display: block;
  width: 100%;
  height: 100%;
  background: #000b80;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 540px;
  border-radius: 40px;
  margin: 0 auto;
  font-size: 20px;
  height: 80px;
  position: relative;
  transition: 0.15s;
}
.top-doctor--link:after {
  content: '';
  background-image: url(../images/link-icon.svg);
  width: 8px;
  height: 13px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.top-doctor--link:hover {
  background: #00074d;
}
@media screen and (max-width: 425px) {
  .top-doctor--link {
    font-size: 14px;
    height: 60px;
    border-radius: 30px;
    width: calc(100% - 24px);
  }
}

.top-when {
  padding: 123px 0;
  background: #f7f7eb;
  background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
  background-size: 300px 100%;
  background-position: center;
}
@media screen and (max-width: 425px) {
  .top-when {
    background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
    background-size: 120px 100%;
    background-position: center;
  }
}
@media screen and (max-width: 425px) {
  .top-when {
    padding: 40px 12px;
  }
}
.top-when--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.top-when--heading {
  color: #fff;
  background: #000b80;
  font-size: 32px;
  max-width: 488px;
  width: 100%;
  margin: 0 auto 64px auto;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-when--heading {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 9px 0;
  }
}
.top-when--list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 425px) {
  .top-when--list {
    flex-direction: column;
  }
}
.top-when--term {
  color: #000b80;
  border: 2px solid #000b80;
  background: #fff;
  font-size: 18px;
  max-width: 133px;
  height: 42px;
  width: 100%;
  padding: 6px 0;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  margin: 0 40px 24px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 425px) {
  .top-when--term {
    margin: 0 0 9px 0;
    width: 100%;
    font-size: 16px;
    max-width: none;
  }
}
.top-when--description {
  padding: 6px 0 0 0;
  width: calc(100% - 173px);
  font-size: 24px;
}
@media screen and (max-width: 425px) {
  .top-when--description {
    width: 100%;
    font-size: 16px;
    padding: 0;
    margin: 0 0 12px 0;
  }
}

.top-surgery {
  padding: 123px 0 150px 0;
  background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
  background-size: 300px 100%;
  background-position: center;
}
@media screen and (max-width: 425px) {
  .top-surgery {
    background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
    background-size: 120px 100%;
    background-position: center;
  }
}
.top-surgery--inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 425px) {
  .top-surgery {
    padding: 40px 12px;
  }
}
.top-surgery--heading {
  color: #fff;
  background: #000b80;
  font-size: 32px;
  max-width: 488px;
  width: 100%;
  margin: 0 auto 64px auto;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-surgery--heading {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 9px 0;
  }
}
.top-surgery--list {
  border: 3px solid #000b80;
  border-radius: 6px;
  background: #f7f7eb;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 425px) {
  .top-surgery--list {
    flex-wrap: wrap;
  }
}
.top-surgery--item {
  font-size: 24px;
  padding: 21px 0;
  width: 33.3%;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top-surgery--item:before {
  content: '';
  width: 230px;
  height: 1px;
  background: #000b80;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.top-surgery--item:after {
  content: '';
  height: 60px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000b80;
}
.top-surgery--item:nth-child(1):before,
.top-surgery--item:nth-child(2):before,
.top-surgery--item:nth-child(3):before {
  display: none;
}
.top-surgery--item:nth-child(3):after,
.top-surgery--item:nth-child(6):after {
  display: none;
}
@media screen and (max-width: 425px) {
  .top-surgery--item {
    width: 50%;
    font-size: 16px;
    padding: 12px 0;
    border-top: 2px solid #000b80;
    box-sizing: border-box;
  }
  .top-surgery--item:nth-child(1),
  .top-surgery--item:nth-child(2) {
    border-top: none;
  }
  .top-surgery--item:nth-child(2n) {
    border-left: 2px solid #000b80;
  }
  .top-surgery--item:after,
  .top-surgery--item:before {
    display: none;
  }
}

.top-inquiry {
  background: #000b80;
  padding: 0 0 60px 0;
}
@media screen and (max-width: 425px) {
  .top-inquiry {
    padding: 0 12px 20px 12px;
  }
}
.top-inquiry--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.top-inquiry--heading {
  color: #fff;
  background: #ffb100;
  font-size: 18px;
  top: -30px;
  width: 275px;
  position: relative;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-inquiry--heading {
    width: 200px;
    font-size: 18px;
    height: 36px;
    display: block;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -20px;
  }
}
.top-inquiry--info .top-inquiry-head {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
}
.top-inquiry--link.center {
  margin: 0 auto;
}
.top-inquiry--depInfo {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  max-width: 800px;
}
.top-inquiry--depInfo .left {
  width: 170px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}
.top-inquiry--depInfo .right {
  flex: 1;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 425px) {
  .top-inquiry--info {
    flex-direction: column;
    align-items: center;
  }
  .top-inquiry--depInfo {
    margin-top: 30px;
    display: block;
  }
  .top-inquiry--depInfo .left {
    width: 100%;
    margin: 0 auto;

    font-size: 15px;
    padding: 5px 0;
  }
  .top-inquiry--depInfo .right {
    margin-left: 0;

    margin-top: 10px;
  }
}
.top-inquiry--tel {
  font-size: 62px;
  color: #fff;
  margin: 0 0 12px 0;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-inquiry--tel {
    font-size: 40px;
    text-align: center;
  }
}
.top-inquiry--tel a {
  color: #fff;
}
.top-inquiry--department {
  font-size: 16px;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 24px;
  background: #fff;
  margin: 0 0 9px 0;
  padding: 3px 12px;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-inquiry--department {
    font-size: 14px;
    margin: 0 auto 12px auto;
  }
}
.top-inquiry--hours {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-inquiry--hours {
    font-size: 14px;
  }
  .top-inquiry--hours:last-child {
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 425px) {
  .top-inquiry--hours-top {
    text-indent: -5.1rem;
    padding: 0 0 0 5.1rem;
  }
}
.top-inquiry--link {
  font-size: 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background: #ffb100;
  max-width: 344px;
  width: 100%;
  border: 2px solid #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  transition: 0.15s;
  font-weight: bold;
}
.top-inquiry--link:after {
  content: '';
  background-image: url(../images/link-icon.svg);
  width: 8px;
  height: 13px;
  margin: 0 0 0 12px;
}
.top-inquiry--link:hover {
  background: #ffa500;
}
/* @media screen and (max-width: 425px) {
  .top-inquiry--link {
    display: none;
  }
} */

.top-fus {
  position: relative;
  padding: 0 0 80px 0;
  background: #fdfdf9;
}
.top-fus:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top-fus.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.top-fus--inner {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .top-fus--inner {
    height: auto;
    flex-direction: column;
  }
}
.top-fus--image {
  display: block;
  margin: 0 auto 75px auto;
  position: relative;
  left: -280px;
}
@media screen and (max-width: 425px) {
  .top-fus--image {
    position: relative;
    width: 100%;
    left: 0;
    margin: 0 auto;
  }
}
.top-fus--header {
  position: absolute;
  top: 140px;
  right: -33px;
  height: 100%;
  width: 410px;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .top-fus--header {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-width: 280px;
    margin-bottom: 40px;
  }
}
.top-fus--title {
  color: #fff;
  background: #000b80;
  font-size: 31px;
  letter-spacing: -0.05em;
  margin: 0 0 24px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  padding: 0 0 3px 0;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-fus--title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.top-fus--subtitle {
  font-size: 24px;
  margin: 0 0 12px 0;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-fus--subtitle {
    font-size: 16px;
  }
}
.top-fus--name {
  font-size: 120px;
  font-weight: bold;
  margin: 0 auto;
  background: #000b80;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  padding: 0 0 12px 0;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .top-fus--name {
    font-size: 60px;
    padding: 0 0 6px 0;
  }
}
.top-fus--description {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-fus--description {
    font-size: 20px;
  }
}
.top-fus--text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 425px) {
  .top-fus--text {
    padding: 0 12px;
    font-size: 16px;
  }
}

.top-feature {
  padding: 126px 0 0 0;
  position: relative;
  background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
  background-size: 300px 100%;
  background-position: center;
}
@media screen and (max-width: 425px) {
  .top-feature {
    background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
    background-size: 120px 100%;
    background-position: center;
  }
}
@media screen and (max-width: 425px) {
  .top-feature {
    padding: 40px 12px;
  }
}
.top-feature--background {
  background: #f7f7eb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 775px;
  z-index: -1;
}
.top-feature--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.top-feature--heading {
  color: #000b80;
  font-size: 55px;
  text-align: center;
  position: relative;
  margin: 0 0 90px 0;
}
.top-feature--heading:before {
  content: '';
  width: 100px;
  height: 3px;
  background: #000b80;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 425px) {
  .top-feature--heading {
    font-size: 32px;
    margin-bottom: 80px;
  }
  .top-feature--heading:before {
    bottom: -20px;
  }
}
.top-feature--small {
  font-size: 32px;
}
@media screen and (max-width: 425px) {
  .top-feature--small {
    font-size: 20px;
  }
}
.top-feature--list {
  list-style: none;
  margin: 0 auto 60px auto;
  max-width: 745px;
}
@media screen and (max-width: 425px) {
  .top-feature--list {
    margin-bottom: 40px;
  }
}
.top-feature--item {
  font-size: 24px;
  line-height: 2.4;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-feature--item {
    font-size: 16px;
    line-height: 2;
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
}
.top-feature--strong {
  color: #000b80;

  position: relative;
  background: linear-gradient(180deg, transparent 70%, #ffe200 70%);
}
.top-feature--images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .top-feature--images {
    flex-direction: column;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
.top-feature--image {
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 425px) {
  .top-feature--image {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
  }
}

.top-flow {
  padding: 316px 0 126px 0;
  margin: -190px 0 0 0;
  background: #fdfdf9;
  background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
  background-size: 300px 100%;
  background-position: center;
}
@media screen and (max-width: 425px) {
  .top-flow {
    background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
    background-size: 120px 100%;
    background-position: center;
  }
}
@media screen and (max-width: 425px) {
  .top-flow {
    padding: 40px 12px;
    margin: 0;
  }
}
.top-flow--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.top-flow--heading {
  color: #000b80;
  font-size: 55px;
  text-align: center;
  position: relative;
  margin: 0 0 100px 0;
}
.top-flow--heading:before {
  content: '';
  width: 100px;
  height: 3px;
  background: #000b80;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 425px) {
  .top-flow--heading {
    font-size: 32px;
    margin-bottom: 80px;
  }
  .top-flow--heading:before {
    bottom: -20px;
  }
}
.top-flow--text {
  font-size: 24px;
  text-align: center;
  margin: 0 0 40px 0;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-flow--text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.top-flow--video {
  margin: 0 0 80px 0;
}
@media screen and (max-width: 425px) {
  .top-flow--video {
    margin-bottom: 40px;
    width: 100%;
    height: 200px;
  }
}
.top-flow--step {
  display: flex;
  border: 2px solid #000b80;
  border-radius: 6px;
  padding: 44px 50px;
  box-sizing: border-box;
  margin: 0 0 40px 0;
  position: relative;
  background: #fff;
}
.top-flow--step:first-child:after {
  display: none;
}
.top-flow--step:after {
  content: '';
  width: 4px;
  height: 40px;
  background: #000b80;
  position: absolute;
  left: 80px;
  top: -42px;
}
@media screen and (max-width: 425px) {
  .top-flow--step {
    padding: 20px 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .top-flow--step:after {
    height: 20px;
    top: -22px;
  }
}
.top-flow--number {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000b80;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 425px) {
  .top-flow--number {
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.top-flow--step_count {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-flow--step_count {
    font-size: 24px;
    margin: 4px 0 0 12px;
  }
}
.top-flow--step_image {
  overflow: hidden;
  border-radius: 6px;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 425px) {
  .top-flow--step_image {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
  }
}
.top-flow--step_content {
  flex: 1;
}
.top-flow--step_heading {
  color: #000b80;
  font-size: 24px;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 425px) {
  .top-flow--step_heading {
    font-size: 18px;
  }
}
.top-flow--step_text {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 425px) {
  .top-flow--step_text {
    font-size: 16px;
  }
}
.top-flow--credit {
  text-align: right;
}

.top-faq {
  padding: 126px 0 126px 0;
  background: #f7f7eb;
  background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
  background-size: 300px 100%;
  background-position: center;
}
@media screen and (max-width: 425px) {
  .top-faq {
    background-image: linear-gradient(90deg, #efefef 1px, transparent 1px);
    background-size: 120px 100%;
    background-position: center;
  }
}
@media screen and (max-width: 425px) {
  .top-faq {
    padding: 40px 12px 80px 12px;
  }
}
.top-faq--inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 70px auto;
}
.top-faq--heading {
  color: #000b80;
  font-size: 55px;
  text-align: center;
  position: relative;
  margin: 0 0 100px 0;
}
.top-faq--heading:before {
  content: '';
  width: 100px;
  height: 3px;
  background: #000b80;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 425px) {
  .top-faq--heading {
    font-size: 32px;
    margin-bottom: 80px;
  }
  .top-faq--heading:before {
    bottom: -20px;
  }
}
.top-faq--subheading {
  font-size: 24px;
  background: #fff;
  border: 2px solid #000b80;
  color: #000b80;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  font-weight: bold;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 425px) {
  .top-faq--subheading {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.top-faq--subheading-media {
  background: #000b80;
  color: #fff;
}
.top-faq--list {
  display: flex;
  flex-direction: column;
  margin: 0 0 60px 0;
}
.top-faq--list:last-child {
  margin-bottom: 0;
}
.top-faq--question {
  color: #000b80;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 24px 0;
  padding: 9px 0 9px 72px;
  box-sizing: border-box;
  position: relative;
}
.top-faq--question:before {
  content: 'Q';
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: #000b80;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 425px) {
  .top-faq--question {
    font-size: 18px;
    margin: 0 0 12px 0;
    padding: 0 0 0 72px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .top-faq--question:before {
    width: 40px;
    height: 40px;
    margin: 0 12px 0 0;
    font-size: 18px;
  }
}
.top-faq--answer {
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  position: relative;
  padding: 0px 0 9px 72px;
  box-sizing: border-box;
  margin: 0 0 40px 0;
  min-height: 63px;
  align-items: center;
}
.top-faq--answer:before {
  content: 'A';
  color: #000b80;
  background: #fff;
  border: 1px solid #000b80;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50%;
  margin: 0 0 12px 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
}
.top-faq--answer:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .top-faq--answer {
    font-size: 18px;
    margin: 0 0 12px 0;
    min-height: 54px;
  }
  .top-faq--answer:before {
    margin: 0 0 12px 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.top-faq--media {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

.top-media {
  max-width: 1000px;
  margin: 0 auto;
}
.top-media--heading {
  font-size: 32px;
  color: #fff;
  background: #000b80;
  text-align: center;
  padding: 6px 0;
  margin: 0 auto 60px auto;
  border-radius: 6px;
  max-width: 750px;
}
@media screen and (max-width: 425px) {
  .top-media--heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.top-media--inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 20px;
}
@media screen and (max-width: 425px) {
  .top-media--inner {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
}
.top-media--item {
  width: 310px;
  display: block;
  position: relative;
  text-decoration: none;
}
.top-media--item:hover .top-media--mark {
  background: rgb(51, 51, 51);
}
@media screen and (max-width: 425px) {
  .top-media--item {
    width: 100%;
  }
  .top-media--item:first-of-type {
    margin-top: 0;
  }
}
.top-media--image_wrap {
  position: relative;
  margin: 0 0 15px 0;
  pointer-events: none;
}
.top-media--image {
  width: 100%;
  height: auto;
}
.top-media--mark {
  left: calc(50% - 85px);
  top: calc(50% - 19px);
  position: absolute;
  color: #fff;
  width: 170px;
  padding: 7px 0 9px 0;
  font-size: 16px;
  border-radius: 20px;
  display: flex;
  background: rgba(51, 51, 51, 0.7);
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.top-media--mark:after {
  content: '';
  background-image: url(../images/link-icon.svg);
  width: 8px;
  height: 13px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.top-media--blank {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  bottom: 6px;
  transform: translateY(-50%);
  z-index: 1;
}
.top-media--title {
  font-size: 16px;
  color: #000b80;
  pointer-events: none;
  font-weight: bold;
}
.top-media--small {
  display: block;
  font-size: 14px;
  margin: 21px 0 0 0;
  letter-spacing: -0.05em;
  color: #000;
  font-weight: normal;
}

.top-consultation {
  background: #000b80;
  padding: 0 0 70px 0;
}
@media screen and (max-width: 425px) {
  .top-consultation {
    padding: 40px 12px;
  }
}
.top-consultation--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.top-consultation--heading {
  color: #fff;
  background: #ffb100;
  font-size: 18px;
  top: -30px;
  width: 275px;
  position: relative;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-consultation--heading {
    background: #ffa500;
    width: 200px;
    font-size: 18px;
    height: 36px;
    display: block;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -20px;
  }
}
.top-consultation--text {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .top-consultation--text {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
.top-consultation--tel {
  font-size: 64px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 425px) {
  .top-consultation--tel {
    font-size: 40px;
  }
}
.top-consultation--tel a {
  color: #fff;
}
.top-consultation--title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  background: #fff;
  width: 310px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 425px) {
  .top-consultation--title {
    width: 200px;
    height: 32px;
    font-size: 12px;
  }
}
.top-consultation--schedule {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 425px) {
  .top-consultation--schedule {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 425px) {
  .top-consultation--schedule-top {
    text-indent: -5.1rem;
    padding: 0 0 0 5.1rem;
  }
}

.top-form {
  padding: 83px 0 120px 0;
  background: #fdfdf9;
}
@media screen and (max-width: 425px) {
  .top-form {
    padding: 40px 12px;
  }
}
.top-form--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.top-form--heading {
  font-size: 32px;
  color: #000b80;
  text-align: center;
  margin: 0 0 64px 0;
}
@media screen and (max-width: 425px) {
  .top-form--heading {
    font-size: 24px;
    margin: 0 0 40px 0;
  }
}
.top-form--text {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 425px) {
  .top-form--text {
    font-size: 14px;
    margin: 0 0 30px 0;
    text-align: left;
  }
}
.top-form--item {
  display: flex;
  width: 100%;
  padding: 30px 0;
  flex-wrap: wrap;
  border-top: 1px dotted #8d8d8d;
}
.top-form--item:first-of-type {
  border-top: none;
}
.top-form--item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 425px) {
  .top-form--item {
    padding: 20px 0;
  }
  .top-form--item:last-of-type {
    margin-bottom: 40px;
  }
}
.top-form--label {
  display: flex;
  min-width: 200px;
}
@media screen and (max-width: 425px) {
  .top-form--label {
    min-width: 100%;
  }
}
.top-form--label_text {
  font-size: 20px;
}
@media screen and (max-width: 425px) {
  .top-form--label_text {
    font-size: 16px;
    margin: 0 0 12px 0;
  }
}
.top-form--required {
  font-size: 16px;
  color: #fff;
  background: #eb1c24;
  width: 64px;
  height: 28px;
  border-radius: 14px;
  display: flex;
  margin: 0 0 0 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .top-form--required {
    font-size: 12px;
    width: 48px;
    height: 24px;
    margin: 0 0 0 8px;
  }
}
.top-form--input_group {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}
.top-form--input_wrap {
  display: flex;
  width: 100%;
  margin: 22px 0 0 0;
  justify-content: flex-end;
  align-items: center;
}
.top-form--input_wrap:first-child {
  margin-top: 0;
}
@media screen and (max-width: 425px) {
  .top-form--input_wrap {
    margin-left: 0;
  }
}
.top-form--input_wrap_select {
  justify-content: left;
  margin-left: 84px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-form--input_wrap_select:after {
  content: '';
  background-image: url(../images/link-icon-blue.svg);
  width: 8px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 425px) {
  .top-form--input_wrap_select {
    margin-left: 0;
  }
}
.top-form--input_label {
  font-size: 18px;
  width: 145px;
}
@media screen and (max-width: 425px) {
  .top-form--input_label {
    font-size: 14px;
    width: 100px;
  }
}
.top-form--input {
  font-size: 16px;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 20px 15px;
  width: 100%;
  max-width: 570px;
  box-sizing: border-box;
}
.top-form--input::-webkit-input-placeholder {
  color: #ccc;
}
.top-form--input::-moz-placeholder {
  color: #ccc;
}
.top-form--input:-ms-input-placeholder {
  color: #ccc;
}
.top-form--input::-ms-input-placeholder {
  color: #ccc;
}
.top-form--input::placeholder {
  color: #ccc;
}
.top-form--note {
  margin: 12px 0 0 0;
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-size: 14px;
  width: 100%;
}
.top-form--select {
  max-width: 300px;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 40px;
  padding: 20px 15px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 0 0 70px;
}
@media screen and (max-width: 425px) {
  .top-form--select {
    margin: 0 0 0 10px;
  }
}
.top-form--textarea {
  max-width: 570px;
  width: 100%;
  font-size: 16px;
  padding: 20px 15px;
  box-sizing: border-box;
  border-radius: 6px;
  height: 277px;
}
.top-form--textarea::-webkit-input-placeholder {
  color: #ccc;
}
.top-form--textarea::-moz-placeholder {
  color: #ccc;
}
.top-form--textarea:-ms-input-placeholder {
  color: #ccc;
}
.top-form--textarea::-ms-input-placeholder {
  color: #ccc;
}
.top-form--textarea::placeholder {
  color: #ccc;
}
.top-form--submit {
  color: #fff;
  background: #ffb100;
  border-radius: 40px;
  max-width: 320px;
  height: 80px;
  width: 100%;
  font-size: 20px;
  border: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px auto;
}
.top-form--submit:after {
  content: '';
  background-image: url(../images/link-icon.svg);
  width: 8px;
  height: 13px;
  margin: 0 0 0 12px;
}
@media screen and (max-width: 425px) {
  .top-form--submit {
    font-size: 16px;
    height: 60px;
  }
}
.top-form--notice {
  font-size: 14px;
  line-height: 1.5;
}

.top-insurance {
  background: #f5f7fa;
  padding: 126px 0 152px 0;
}
@media screen and (max-width: 425px) {
  .top-insurance {
    padding: 40px 12px;
  }
}
.top-insurance--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.top-insurance--title {
  color: #000b80;
  font-size: 55px;
  text-align: center;
  position: relative;
  margin: 0 0 120px 0;
}
.top-insurance--title:before {
  content: '';
  width: 100px;
  height: 3px;
  background: #000b80;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 425px) {
  .top-insurance--title {
    font-size: 32px;
    margin: 0 0 40px 0;
  }
  .top-insurance--title:before {
    bottom: -20px;
  }
}
.top-insurance--content {
  background: #fff;
  padding: 33px;
  margin: 0 0 116px 0;
}
@media screen and (max-width: 425px) {
  .top-insurance--content {
    padding: 20px;
    margin: 0 0 40px 0;
  }
}
.top-insurance--subtitle {
  font-size: 24px;
  text-align: center;
  color: #000b80;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 425px) {
  .top-insurance--subtitle {
    font-size: 20px;
  }
}
.top-insurance--text {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 425px) {
  .top-insurance--text {
    font-size: 16px;
  }
}
.top-insurance--heading {
  font-size: 32px;
  color: #fff;
  background: #000b80;
  text-align: center;
  padding: 6px 120px;
  margin: 0 auto 60px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 425px) {
  .top-insurance--heading {
    padding: 6px 60px;
    margin: 0 auto 40px auto;
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.top-insurance--cost {
  background: #fff;
  padding: 33px;
  font-size: 24px;
  text-align: center;
  margin: 0 0 40px 0;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .top-insurance--cost {
    font-size: 16px;
    margin: 0 0 40px 0;
    text-align: left;
    padding: 20px;
  }
}
.top-insurance--cost_amount {
  color: #ff0000;
}
.top-insurance--note {
  margin: 0 0 118px 0;
  line-height: 1.5;
}
@media screen and (max-width: 425px) {
  .top-insurance--note {
    margin: 0 0 40px 0;
  }
}
.top-insurance--fee {
  background: #fff;
  padding: 23px 55px 48px 55px;
  box-sizing: border-box;
}
@media screen and (max-width: 425px) {
  .top-insurance--fee {
    padding: 20px;
  }
}
.top-insurance--fee_title {
  font-size: 24px;
  color: #000b80;
  text-align: center;
  margin: 0 0 21px 0;
}
@media screen and (max-width: 425px) {
  .top-insurance--fee_title {
    font-size: 20px;
  }
}
.top-insurance--table {
  border: 1px solid #000;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 34px 0;
  font-weight: bold;
}
.top-insurance--table_header {
  color: #fff;
  height: 60px;
  font-size: 20px;
  width: 50%;
}
@media screen and (max-width: 425px) {
  .top-insurance--table_header {
    font-size: 16px;
    height: 40px;
  }
}
.top-insurance--table_header-blue {
  background: #000b80;
}
.top-insurance--table_header-yellow {
  background: #ffb100;
}
.top-insurance--table_cell {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  padding: 20px 0;
  font-size: 20px;
}
@media screen and (max-width: 425px) {
  .top-insurance--table_cell {
    font-size: 14px;
    padding: 10px 0;
  }
}
.top-insurance--table_cell-gray {
  background: #f2f2f2;
  font-size: 18px;
}
@media screen and (max-width: 425px) {
  .top-insurance--table_cell-gray {
    font-size: 14px;
  }
}
.top-insurance--table_cell-small {
  padding: 3px 0;
}
.top-insurance--caption {
  line-height: 2;
}
.top-insurance--link {
  color: #004eff;
  text-decoration: underline;
}

.top-mail {
  position: fixed;
  font-weight: bold;
  top: 12px;
  right: 20px;
  background: #ffb100;
  width: 250px;
  height: 70px;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  border-radius: 35px;
  border: 2px solid #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  transition: 0.15s;
  z-index: 10;
  span {
    margin-left: 10px;
  }
}
.top-mail:after {
  content: '';
  background-image: url(../images/link-icon.svg);
  width: 8px;
  height: 13px;
  margin-left: 17px;
}
.top-mail:hover {
  background: #ffa500;
}
@media screen and (max-width: 425px) {
  .top-mail {
    width: 90%;
    box-sizing: border-box;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: 24px;
    height: 60px;
    font-size: 16px;
    border-radius: 30px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    border: 1px solid #fff;
  }
  .top-mail:after {
    transform: rotate(0deg);
    margin: 0 0 0 12px;
  }
}

.top-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.top-modal.is_open {
  opacity: 1;
  pointer-events: all;
}
.top-modal--inner {
  background: #fff;
  max-width: 1000px;
  width: 100%;
  max-height: 90vh;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 32px;
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 425px) {
  .top-modal--inner {
    max-width: calc(100vw - 24px);
    padding: 24px;
  }
}
.top-modal--heading {
  color: #000b80;
  font-size: 18px;
  border: 1px solid #000b80;
  padding: 9px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 425px) {
  .top-modal--heading {
    font-size: 16px;
    margin-right: 60px;
  }
}
.top-modal--text {
  line-height: 2;
}
@media screen and (max-width: 425px) {
  .top-modal--text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.top-modal--image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.top-modal--image-gifu {
  max-width: 500px;
}
.top-modal--close {
  width: 50px;
  height: 50px;
  background: #6f6f6f;
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-modal--close_image {
  width: 24px;
  height: 24px;
}

.sp {
  display: none;
}
@media screen and (max-width: 425px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .grecaptcha-badge {
    bottom: 94px !important;
  }
}
