@charset "utf-8";

.notice-box{
  border: 1px solid #FC0F3A;
  margin-left: 0px;
  min-height: 0;
  padding: 15px;
}

.notice-box-text{
  margin-top: 0;
  text-align:center;
}

.notice-box-text-note{
  font-size: 13px;
  color: #737373;
}

.section-container+.section-container::before {
  background: transparent;
}
@media screen and (min-width:901px) {
  .section-container:first-child,
  .section-container:nth-child(2) {
    margin: 0 auto;
    width: 950px;
  }
}

.link-container-type02 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:900px) {
  .link-container-type02 {
    flex-direction: column;
    align-items: center;
  }
  .link-container-type02_item:last-child {
    margin: 0;
  }
}

.button-white-type01 {
  background: #06C755;
  color: #fff;
  border: none;
}
@media screen and (max-width:900px) {
  .button-white-type01 {
    margin: 10px auto 0;
  }
}
/*
.section-floating{
  position: fixed;
  bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  display: none;
  table-layout: fixed;
  box-sizing: border-box;
}

.reserve-link-container-type02 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .reserve-link-container-type02 {
    margin-top: 30px;
    max-width: 100%;
  }
}

.reserve-link-container-type02_item {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}

.reserve-link-container-type02_item:only-child {
  display: block;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .reserve-link-container-type02_item:first-child {
      margin-top: 0;
  }
}

.button-blue-type01 {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 40px;
  min-height: 50px;
  border-radius: 50px;
  text-align: center;
  -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;
  box-sizing: border-box;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: #0b5bce;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b5bce), to(#0f82b8));
  background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
  border: none;
  color: #fff;
}

.button-blue-type01[data-sb-button-size='m'] {
  min-width: 340px;
}

@media screen and (max-width: 900px) {
  .button-blue-type01[data-sb-button-size='m'] {
      min-width: 280px;
  }
}

.button-blue-type01 .icon-svg {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
}

*/


@media screen and (max-width: 900px) {
  .keyvisual-01 {
    min-height: calc(264 / 375 * 100vw);
  }

  .section-container.u-pc-d-n > .image-type01 {
    min-height: calc(1201 / 375 * 100vw);
  }

  .mobile-page-u96-banner img {
    width: 100%;
  }
}

@media screen and (min-width:901px) {
  .mobile-page-u96-banner {
    transition: opacity 0.4s;
  }

  .mobile-page-u96-banner:hover {
    opacity: 0.6;
  }
}
