@charset "UTF-8";
/*================================================================
トップ
=================================================================*/
.m-pagenum {
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  .m-pagenum {
    width: calc(100% - 32px);
  }
}

/* KV
--------------------------------------------------------*/
.top-kv {
  background: url("/assets/img/bg_kv.jpg") right/cover no-repeat;
  min-height: 660px;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .top-kv {
    background-position: bottom;
  }
}
@media screen and (max-width: 768px) {
  .top-kv {
    background: url("/assets/img/bg_kv-sp.jpg") bottom/cover no-repeat;
    min-height: auto;
  }
}
.top-kv__inner {
  max-width: 908px;
  width: 100%;
  padding: 48px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-kv__inner {
    padding: 32px 16px;
  }
}
.top-kv__lead {
  font-size: 2.625rem;
  letter-spacing: 1.68px;
  color: #003c79;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 80px;
  position: relative;
}
.top-kv__lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-mask-image: url("/assets/img/icon_l_radio_tower.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("/assets/img/icon_l_radio_tower.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #003c79;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .top-kv__lead::before {
    -webkit-mask-image: url("/assets/img/icon_l_radio_tower.svg");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("/assets/img/icon_l_radio_tower.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #003c79;
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__lead {
    font-size: 1.5rem;
    padding-top: 64px;
  }
}
.top-kv__lead-sub {
  letter-spacing: 0.64px;
  line-height: 175%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .top-kv__lead-sub {
    font-size: 1rem;
    letter-spacing: 0.08px;
    line-height: 150%;
  }
}
.top-kv .m-list-button {
  margin-top: 24px;
  gap: 24px;
  display: flex;
  align-items: stretch;
}
.top-kv .m-list-button > li {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .top-kv .m-list-button {
    margin-top: 24px;
    gap: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .top-kv .m-list-button > li {
    width: 280px;
  }
}
.top-kv .m-list-button .m-button__primary-m,
.top-kv .m-list-button .m-button__secondary-m {
  font-size: 1.625rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  height: 100%;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .top-kv .m-list-button .m-button__primary-m,
  .top-kv .m-list-button .m-button__secondary-m {
    font-size: 1.25rem;
  }
}
.top-kv .m-list-button .m-button__primary-m span,
.top-kv .m-list-button .m-button__secondary-m span {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-kv .m-list-button .m-button__primary-m span,
  .top-kv .m-list-button .m-button__secondary-m span {
    font-size: 1rem;
  }
}

.top {
  background: #fff;
  /* リニューアルのお知らせ
  --------------------------------------------------------*/
  /* 電子申請・届出システムの特長
  --------------------------------------------------------*/
  /* ご利用開始までの流れ
  --------------------------------------------------------*/
  /* よくあるご質問
  --------------------------------------------------------*/
  /* お知らせ
  --------------------------------------------------------*/
}
.top .inner {
  width: 100%;
  max-width: none;
}
.top .main {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .top .main {
    padding: 0 0 40px;
  }
}
.top-logo__text {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-logo__text {
    font-size: 1.25rem;
  }
}
.top-hdg2 {
  width: 100%;
  padding-bottom: 38px;
  margin-bottom: 56px;
  font-weight: bold;
  color: #003c79;
  font-size: 2.625rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-hdg2 {
    margin-bottom: 32px;
    padding-bottom: 30px;
    font-size: 1.625rem;
  }
}
.top-hdg2::after {
  content: "";
  display: block;
  width: 118px;
  height: 22px;
  background: url(/assets/img/hdg_level-02.svg) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-hdg2::after {
    width: 80px;
    height: 14px;
  }
}
.top-section {
  width: 100%;
  padding: 80px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-section {
    padding: 56px 16px;
  }
}
.top-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.top-important-news {
  padding: 40px 40px 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-important-news {
    padding: 32px 16px;
  }
}
.top-important-news + .top-renewal-info {
  padding-top: 0;
}
.top-renewal-info {
  padding: 60px 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-renewal-info {
    padding: 0 16px 32px;
  }
}
.top-renewal-info__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  border-width: 8px 0;
  border-style: solid;
  border-color: #0f4399;
  border-image: linear-gradient(to right, #0078b0, #0f4399);
  border-image-slice: 1;
}
@media screen and (max-width: 768px) {
  .top-renewal-info__inner {
    padding: 24px 0;
  }
}
.top-renewal-info__heading {
  color: #0078b0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-renewal-info__heading {
    font-size: 1.5rem;
    text-align: left;
  }
}
.top-renewal-info__text {
  text-align: center;
  margin-top: 24px;
  line-height: 175%;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 768px) {
  .top-renewal-info__text {
    text-align: left;
    margin-top: 16px;
    line-height: 150%;
    letter-spacing: 0.08px;
  }
}
.top-renewal-info .m-box-em {
  position: relative;
  min-height: 246px;
  overflow: hidden;
  padding: 32px 240px 32px 40px;
}
.top-renewal-info .m-box-em::after {
  content: "";
  margin: 0;
  position: absolute;
  display: block;
  width: 168px;
  height: 100%;
  right: 50px;
  bottom: -20px;
  background: url(/assets/img/img_denpa-riyoko.svg) bottom center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .top-renewal-info .m-box-em {
    margin-top: 16px;
    padding: 24px 24px 120px 24px;
  }
  .top-renewal-info .m-box-em::after {
    width: 92px;
    right: 24px;
    bottom: -8px;
  }
}
.top-renewal-info__link {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 24px auto 0;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .top-renewal-info__link {
    max-width: 100%;
  }
}
.top-feature {
  background: linear-gradient(45deg, #eff7fb 25%, transparent 25%) top left/1130px 1130px repeat, linear-gradient(135deg, #eff7fb 25%, transparent 25%) top left/1130px 1130px repeat, linear-gradient(225deg, #eff7fb 25%, transparent 25%) top left/1130px 1130px repeat, linear-gradient(315deg, #eff7fb 25%, transparent 25%) top left/1130px 1130px repeat, linear-gradient(to right, #fff 50%, #DAEDF6 50%) top left/2260px 1130px repeat;
  background-position: calc(50vw - 565px) -80px;
}
@media screen and (max-width: 768px) {
  .top-feature {
    background: linear-gradient(45deg, #eff7fb 25%, transparent 25%) top left/290px 290px repeat, linear-gradient(135deg, #eff7fb 25%, transparent 25%) top left/290px 290px repeat, linear-gradient(225deg, #eff7fb 25%, transparent 25%) top left/290px 290px repeat, linear-gradient(315deg, #eff7fb 25%, transparent 25%) top left/290px 290px repeat, linear-gradient(to right, #fff 50%, #DAEDF6 50%) top left/580px 290px repeat;
    background-position: calc(50vw - 145px) -15px;
  }
}
.top-feature__img {
  width: 100%;
  max-width: 590px;
  margin: 0 auto 60px;
  display: block;
}
.top-feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 56px 72px;
}
@media screen and (max-width: 768px) {
  .top-feature__list {
    margin-bottom: 32px;
    gap: 32px;
  }
}
.top-feature__list-item {
  width: calc(50% - 36px);
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .top-feature__list-item {
    width: 100%;
    gap: 16px;
  }
}
.top-feature__list-thumb {
  width: 100px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .top-feature__list-thumb {
    width: 56px;
  }
}
.top-feature__list-img {
  width: 100%;
  display: block;
}
.top-feature__list-cnt {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .top-feature__list-cnt {
    gap: 8px;
  }
}
.top-feature__list-hdg {
  font-weight: bold;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .top-feature__list-hdg {
    font-size: 1.375rem;
  }
}
.top-feature__list-desc {
  font-size: 1rem;
}
.top-feature .top-notice-list {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  margin: 56px auto 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #626264;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .top-feature .top-notice-list {
    margin-top: 32px;
  }
}
.top-feature .top-notice-list__item {
  display: flex;
  gap: 8px;
}
.top-feature .top-notice-list__mark {
  flex-shrink: 0;
  flex-grow: 0;
}
.top-feature .top-notice-list__text {
  flex-shrink: 1;
  flex-grow: 1;
}
.top-feature__guide-btn {
  max-width: 600px;
  margin: 56px auto 0;
  text-align: center;
  gap: 24px;
}
.top-feature__guide-btn > li {
  width: 100%;
}
.top-feature__guide-btn > li .m-button__secondary-l {
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .top-feature__guide-btn {
    margin-top: 32px;
    font-size: 1rem;
  }
}
.top-feature__guide-btn-txt-l {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .top-feature__guide-btn-txt-l {
    font-size: 1.25rem;
  }
}
.top-flow {
  background: #cae5f2;
  padding: 80px 16px;
}
@media screen and (max-width: 768px) {
  .top-flow {
    padding: 56px 16px;
  }
}
.top-flow__step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 32px;
}
.top-flow__step > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  background: #fff;
  padding: 8px;
}
.top-flow__step > li > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding: 32px 24px;
  border: 3px solid #0d44a0;
}
.top-flow__step > li .m-button__secondary-s {
  word-break: break-all;
}
@media screen and (max-width: 990px) {
  .top-flow__step {
    grid-template-columns: repeat(1, 1fr);
  }
  .top-flow__step > li {
    display: block;
  }
  .top-flow__step > li > div {
    grid-template-columns: 64px 1fr;
  }
}
@media screen and (max-width: 990px) and (max-width: 768px) {
  .top-flow__step > li > div {
    display: block;
  }
}
.top-flow__step-num {
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  background: #0d44a0;
  color: #fff;
}
@media screen and (max-width: 990px) {
  .top-flow__step-num {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 64px;
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__step-num {
    display: flex;
    height: 48px;
    width: 48px;
    font-size: 1.5rem;
    line-height: 150%;
  }
}
.top-flow__step-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.28px;
  color: #003c79;
  display: block;
}
@media screen and (max-width: 990px) {
  .top-flow__step-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    grid-row: 1/2;
    grid-column: 2/3;
    padding-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__step-title {
    font-size: 1.5rem;
    margin: 16px 0 0 0;
    padding-top: 0;
  }
}
.top-flow__step-text {
  line-height: 175%;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 990px) {
  .top-flow__step-text {
    grid-row: 2/3;
    grid-column: 1/3;
    line-height: 150%;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.top-flow__step .m-button__secondary-s {
  text-align: center;
}
@media screen and (max-width: 990px) {
  .top-flow__step .m-button__secondary-s {
    grid-row: 3/4;
    grid-column: 1/3;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
.top-flow .m-list-button__cts {
  max-width: 600px;
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .top-flow .m-list-button__cts {
    margin-top: 32px;
    gap: 16px;
  }
}
.top-flow__login-btn {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.top-flow__login-btn-txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-flow__login-btn-txt {
    font-size: 1rem;
  }
}
.top-flow__login-btn-txt-l {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .top-flow__login-btn-txt-l {
    font-size: 1.25rem;
  }
}
.top-flow__login-btn-txt-s {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-flow__login-btn-txt-s {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__detail-btn {
    padding: 10px 20px;
    font-size: 1rem;
  }
}
.top-accordion-box__more-btn {
  max-width: 600px;
  margin: 56px auto 0;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .top-accordion-box__more-btn {
    padding: 10px 20px;
    min-height: 56px;
    font-size: 1rem;
  }
}
.top-news {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 56px 16px 0;
  }
}
.top-news__list {
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .top-news__list {
    margin-bottom: 32px;
  }
}
.top-news__more-btn {
  max-width: 600px;
  margin: 56px auto 0;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .top-news__more-btn {
    margin: 32px auto 0;
    padding: 10px 20px;
    min-height: 56px;
    font-size: 1rem;
  }
}