@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap";
@charset "UTF-8";
@media screen and (min-width: 821px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
    height: 100%;
  }
}
html,
body {
  font-family: Noto Sans JP, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html {
  scroll-behavior: smooth;
}
html[data-fz="fz-small"] {
  font-size: 14px;
}
html[data-fz="fz-small"] .fz-small {
  background-color: #2377bc;
}
html[data-fz="fz-small"] .fz-small span {
  color: #fff !important;
}
html[data-fz="fz-regular"] {
  font-size: 16px;
}
html[data-fz="fz-regular"] .fz-regular {
  background-color: #2377bc;
}
html[data-fz="fz-regular"] .fz-regular span {
  color: #fff !important;
}
html[data-fz="fz-large"] {
  font-size: 18px;
}
html[data-fz="fz-large"] .fz-large {
  background-color: #2377bc;
}
html[data-fz="fz-large"] .fz-large span {
  color: #fff !important;
}
body {
  position: relative;
  line-height: 1.6667;
  color: #444;
  height: 100vh;
  background-color: #c9eef0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  body {
    overflow-x: hidden;
  }
}
.inner {
  max-width: 1036px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.inner-wide {
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.pt0 {
  padding-top: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
figure {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in-out;
}
a img,
a i {
  transition: all 0.2s ease-in-out;
}
*:focus {
  outline: none;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.fc-primary {
  color: #00b0b9;
}
.fc-secondary {
  color: #dad700;
}
.capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.note {
  margin-top: 2em;
}
.note * {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 820px) {
  .note * {
    font-size: 3.2vw;
  }
}
ul.check li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  ul.check li {
    font-size: 5.0667vw;
  }
}
ul.check li + li {
  margin-top: 1em;
}
ul.check li:before {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  margin-top: 8px;
  margin-right: 5px;
}
@media screen and (max-width: 820px) {
  ul.check li:before {
    margin-top: 5px;
  }
}
ul.check li span {
  -ms-flex: 1;
  flex: 1;
}
ul.check.primary {
  color: #00b0b9;
}
ul.check.primary li:before {
  background: url(/nmosd/assets/img/common/check_primary.png) no-repeat 0 0;
  background-size: contain;
}
ul.check.secondary {
  color: #dad700;
}
ul.check.secondary li:before {
  background: url(/nmosd/assets/img/common/check_secondary.png) no-repeat 0 0;
  background-size: contain;
}
ul.check.third {
  color: #ededed;
}
ul.check.forth {
  color: #f69;
}
ul.check.forth li:before {
  background: url(/nmosd/assets/img/common/check_forth.png) no-repeat 0 0;
  background-size: contain;
}
ul.mark li {
  margin-top: 5px;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
ul.mark li:before {
  width: 1em;
  content: "●";
  color: #00b0b9;
  margin-right: 0.5em;
}
ol.mark li {
  text-indent: -3em;
  margin-left: 3em;
}
.no-auth .site-header-nav,
.no-auth .main-contents,
.no-auth .site-footer {
  display: none;
}
#bx-auth {
  margin-top: auto;
  margin-bottom: auto;
}
#bx-auth .inner {
  max-width: 1000px;
}
#bx-auth .m-contents-box {
  background-color: #fff;
  text-align: center;
  padding: 90px;
}
@media screen and (max-width: 820px) {
  #bx-auth .m-contents-box {
    padding: 20px;
  }
}
#bx-auth .auth-title {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 820px) {
  #bx-auth .auth-title {
    font-size: 8vw;
  }
}
#bx-auth p {
  margin-top: 2em;
}
#bx-auth .auth-text02 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  #bx-auth .auth-text02 {
    font-size: 4.2667vw;
  }
}
.border-box {
  border: 1px solid #d7d6d3;
  padding: 20px;
  margin: 20px 0;
}
.link-arrow {
  margin-top: 1em;
  text-align: right;
}
.link-arrow a {
  color: inherit;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .link-arrow a {
    font-size: 3.7333vw;
  }
}
.link-arrow a:hover {
  color: #00b0b9;
}
.link-arrow a:hover span:before,
.link-arrow a:hover span:after {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.link-arrow span {
  padding-left: 90px;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.link-arrow span:before,
.link-arrow span:after {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
}
.link-arrow span:before {
  width: 68px;
  height: 2px;
  background-color: #00b0b9;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.link-arrow span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 14px;
  border-color: transparent transparent transparent #00b0b9;
  left: 68px;
}
.wrap-float {
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .wrap-float > * {
    float: none !important;
    width: 100% !important;
  }
}
.btn-wrap {
  text-align: center;
  padding: 60px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .btn-wrap {
    padding: 30px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.btn-wrap > * + * {
  margin-left: 60px;
}
@media screen and (max-width: 820px) {
  .btn-wrap > * + * {
    margin-left: 0;
  }
}
.btn-wrap .btn {
  margin-top: 10px;
  text-align: center;
  min-width: 246px;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none !important;
}
@media screen and (max-width: 820px) {
  .btn-wrap .btn {
    font-size: 3.4667vw;
    display: block;
    width: 100%;
  }
  .btn-wrap .btn + .btn {
    margin-top: 30px;
  }
}
.btn-wrap .btn.pdf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-wrap .btn.pdf:before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  background: url(/nmosd/assets/img/common/icon-pdf.svg) no-repeat 0 0;
  background-size: contain;
  margin-right: 10px;
}
.btn-wrap .btn.pdf:hover:before {
  background: url(/nmosd/assets/img/common/icon-pdf_on.svg) no-repeat 0 0;
  background-size: contain;
}
.btn-wrap .btn.big {
  padding: 15px;
}
.btn-wrap .btn.primary {
  color: #fff;
  background-color: #00b0b9;
  box-shadow: 0 3px 0 #07868c;
  border: 1px solid #00b0b9;
}
.btn-wrap .btn.primary:hover {
  color: #00b0b9;
  background-color: #fff;
  box-shadow: 0 3px 0 #00b0b9;
}
.btn-wrap .btn.secondary {
  background-color: #dad700;
  box-shadow: 0 3px 0 #adab06;
  border: 1px solid #dad700;
  color: inherit;
}
.btn-wrap .btn.secondary:hover {
  background-color: #fff;
  box-shadow: 0 3px 0 #dad700;
}
.btn-wrap .btn.third {
  background-color: #ededed;
  box-shadow: 0 3px 0 #888;
  border: 1px solid #ededed;
  cursor: pointer;
}
.btn-wrap .btn.third:hover {
  background-color: #fff;
  box-shadow: 0 3px 0 #ededed;
}
header {
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  header {
    z-index: 200;
  }
}
header .global-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #aaa;
  padding: 9px 26px 9px 10px;
}
@media screen and (max-width: 820px) {
  header .global-header {
    padding: 8px 16px 8px 10px;
  }
}
header .global-header-logo a {
  display: block;
}
header .global-header-logo img {
  display: block;
  width: 153px;
}
@media screen and (max-width: 820px) {
  header .global-header-logo img {
    width: 30.4vw;
    height: auto;
  }
}
header .global-header .btn-health-support {
  margin-right: auto;
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  header .global-header .btn-health-support {
    margin-left: auto;
    margin-right: 0;
  }
}
header .global-header .btn-health-support a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #016cc6;
  background: linear-gradient(180deg, #016cc6 0, #0341a5 100%);
  width: 160px;
  height: 34px;
  font-weight: 500;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  header .global-header .btn-health-support a {
    padding: 7px 5px 7px 7px;
    width: auto;
    height: auto;
    font-size: 2.6667vw;
  }
}
header .global-header .btn-health-support a span {
  display: inline-block;
  line-height: 1;
}
header .global-header .btn-health-support a:after {
  margin-left: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 820px) {
  header .global-header .btn-health-support a:after {
    border-width: 3.5px 0 3.5px 3.5px;
    margin-left: 5px;
  }
}
header .global-header .btn-faciliti {
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 820px) {
  header .global-header .btn-faciliti {
    margin-right: 0;
    margin-left: 10px;
  }
}
header .global-header .btn-faciliti-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eb234c;
  border-radius: 5px;
  width: 210px;
  height: 48px;
  color: #444;
}
@media screen and (max-width: 820px) {
  header .global-header .btn-faciliti-cont {
    padding: 7px 5px 7px 7px;
    width: auto;
    height: auto;
  }
}
header .global-header .btn-faciliti-cont img {
  width: 76px;
  height: 24px;
}
header .global-header .btn-faciliti-cont span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  margin-left: 15px;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  header .global-header .btn-faciliti-cont span {
    margin-left: 0;
    font-size: 2.6667vw;
  }
}
header .global-header .btn-faciliti-cont:after {
  margin-left: 2px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #eb234c;
}
@media screen and (max-width: 820px) {
  header .global-header .btn-faciliti-cont:after {
    border-width: 3.5px 0 3.5px 3.5px;
    margin-left: 5px;
  }
}
header .global-header .font-size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
}
header .global-header .font-size button {
  width: 34px;
  height: 34px;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #2377bc;
}
header .global-header .font-size button + button {
  margin-left: 5px;
}
header .global-header .font-size button span {
  color: #2377bc;
  border-bottom: 1px solid #a9c2df;
}
header .global-header .font-size button:hover {
  background-color: #2377bc;
}
header .global-header .font-size button:hover span {
  color: #fff;
}
header .site-header {
  background-color: #fff;
  padding-top: 40px;
}
@media screen and (max-width: 820px) {
  header .site-header {
    padding-top: 18px;
  }
  header .site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  header .site-header.fixed .site-header-nav-btn {
    top: 12px;
  }
}
header .site-header-logo {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 820px) {
  header .site-header-logo {
    text-align: left;
    padding-left: 16px;
    padding-bottom: 18px;
  }
}
header .site-header-logo img {
  width: 290px;
  height: auto;
}
@media screen and (max-width: 820px) {
  header .site-header-logo img {
    width: 38.6667vw;
  }
}
header .site-header-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 820px) {
  header .site-header-nav {
    padding: 0;
    border-top: 1px solid #ecede8;
  }
}
header .site-header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .site-header-nav.fixed > ul > li:first-child {
  display: block;
}
header .site-header-nav.fixed > ul > li + li:nth-child(2) {
  border-left: 1px solid #d6d6d6;
}
header .site-header-nav > ul {
  position: relative;
}
@media screen and (max-width: 820px) {
  header .site-header-nav > ul {
    background-color: #f7f9f7;
  }
}
header .site-header-nav > ul > li:first-child {
  display: none;
}
header .site-header-nav > ul > li + li {
  border-left: 1px solid #d6d6d6;
}
@media screen and (max-width: 820px) {
  header .site-header-nav > ul > li + li {
    border-left: none;
    border-bottom: 1px solid #c4cfcf;
  }
}
header .site-header-nav > ul > li + li:nth-child(2) {
  border-left: none;
}
@media screen and (min-width: 821px) {
  header .site-header-nav > ul > li:hover > a {
    position: relative;
  }
  header .site-header-nav > ul > li:hover > a:after {
    position: absolute;
    bottom: -5px;
    left: 12px;
    content: "";
    z-index: 101;
    height: 2px;
    width: calc(100% - 24px);
    background-color: #00b0b9;
  }
  header .site-header-nav > ul > li:hover .site-header-subnav {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  header .site-header-nav > ul > li:first-child {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  header .site-header-nav > ul > li.is-open a.including-subnav:after {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .site-header-nav > ul > li.is-open .site-header-subnav {
    display: block;
  }
}
header .site-header-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  header .site-header-nav ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
header .site-header-nav a {
  display: block;
  padding: 15px 2vw;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #444;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .site-header-nav a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 820px) {
  header .site-header-nav a.including-subnav:after {
    content: "";
    width: 19px;
    height: 11px;
    background: url(/nmosd/assets/img/common/arrow.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 18px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
header .site-header-nav a img {
  width: 120px;
  height: 24px;
}
header .site-header-nav a:hover {
  color: #00b0b9;
}
header .site-header-nav a.site-header-nav-logo {
  padding-top: 14px;
  padding-bottom: 14px;
}
header .site-header-nav-btn {
  display: none;
}
@media screen and (max-width: 820px) {
  header .site-header-nav-btn {
    display: block;
    position: absolute;
    top: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  header .site-header-nav-btn span {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .site-header-nav-btn span:before,
  header .site-header-nav-btn span:after {
    transition: all 0.1s ease-in-out;
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background-color: #000;
    position: absolute;
  }
  header .site-header-nav-btn span:before {
    bottom: 7px;
  }
  header .site-header-nav-btn span:after {
    top: 7px;
  }
}
header .site-header-nav #menu-btn-check {
  display: none;
}
header .site-header-nav #menu-btn-check:checked ~ .site-header-nav-btn span {
  background-color: rgba(255, 255, 255, 0);
}
header .site-header-nav #menu-btn-check:checked ~ .site-header-nav-btn span:before {
  bottom: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .site-header-nav #menu-btn-check:checked ~ .site-header-nav-btn span:after {
  top: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .site-header-nav #menu-btn-check:checked ~ .menu-content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 100%;
  right: 0;
  display: block;
}
header .site-header-nav .menu-content {
  margin: 0 auto;
  -ms-flex-pack: center;
  justify-content: center;
}
header .site-header-nav .menu-content a {
  display: block;
  text-align: center;
}
@media screen and (max-width: 820px) {
  header .site-header-nav .menu-content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    right: -100%;
    display: none;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
  }
  header .site-header-nav .menu-content a {
    text-align: left;
  }
}
header .site-header-subnav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 820px) {
  header .site-header-subnav {
    box-shadow: none;
    position: static;
    background: inherit;
  }
}
header .site-header-subnav ul {
  margin-top: 30px;
  padding: 30px;
  background-color: #f7f9f9;
}
@media screen and (max-width: 820px) {
  header .site-header-subnav ul {
    margin-top: 0;
    padding: 0;
    background: none;
    padding-left: 1em;
  }
  header .site-header-subnav ul a:before {
    content: "-";
  }
}
header .site-header-subnav li {
  margin: 0 12px;
}
@media screen and (min-width: 821px) {
  .nmosd .sn-nmosd,
  .about .sn-about,
  .caution .sn-caution,
  .sideeffect .sn-sideeffect,
  .faq .sn-faq,
  .subsidy .sn-subsidy,
  .tool .sn-tool {
    position: relative;
    color: #00b0b9 !important;
  }
  .nmosd .sn-nmosd:after,
  .about .sn-about:after,
  .caution .sn-caution:after,
  .sideeffect .sn-sideeffect:after,
  .faq .sn-faq:after,
  .subsidy .sn-subsidy:after,
  .tool .sn-tool:after {
    position: absolute;
    bottom: -5px;
    left: 12px;
    content: "";
    z-index: 101;
    height: 2px;
    width: calc(100% - 24px);
    background-color: #00b0b9;
  }
}
.pagetop {
  position: absolute;
  bottom: 60px;
  right: 40px;
}
@media screen and (max-width: 820px) {
  .pagetop {
    bottom: 27px;
    right: 18px;
  }
}
.pagetop a {
  display: block;
  width: 52px;
  height: 46px;
  position: relative;
  background-color: #00b0b9;
  border-radius: 3px;
}
@media screen and (max-width: 820px) {
  .pagetop a {
    width: 38px;
    height: 30px;
  }
}
.pagetop a:before {
  display: block;
  content: "";
  width: 30px;
  height: 16px;
  background: url(/nmosd/assets/img/common/pagetop.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 820px) {
  .pagetop a:before {
    width: 23px;
    height: 12px;
    background-size: contain;
  }
}
.pagetop a span {
  display: none;
}
footer {
  position: relative;
  background-color: #fff;
}
footer a:hover {
  color: #00b0b9;
}
footer .site-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  footer .site-footer {
    border-top: 1px solid #00b0b9;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
footer .global-footer {
  padding-top: 26px;
  padding-bottom: 10px;
  border-top: 1px solid #d7d6d3;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 820px) {
  footer .global-footer {
    padding-top: 0;
  }
}
footer .global-footer .inner-wide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 820px) {
  footer .global-footer .inner-wide {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .global-footer-logo img {
  width: 188px;
}
@media screen and (max-width: 820px) {
  footer .global-footer-logo {
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
  }
}
footer .global-footer-nav {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  footer .global-footer-nav {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .global-footer-nav li {
  margin: 0 5px;
}
@media screen and (min-width: 821px) {
  footer .global-footer-nav li + li {
    border-left: 1px solid #d7d6d3;
  }
}
@media screen and (max-width: 820px) {
  footer .global-footer-nav li {
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #d7d6d3;
  }
  footer .global-footer-nav li:nth-child(odd) {
    border-right: 1px solid #d7d6d3;
  }
}
footer .global-footer-nav a {
  display: block;
  padding: 2px 5px;
}
@media screen and (max-width: 820px) {
  footer .global-footer-nav a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 820px) {
  footer .global-footer-nav {
    -ms-flex-order: 1;
    order: 1;
    margin-left: -18px;
    margin-right: -18px;
  }
}
footer .global-footer .copyright {
  margin-top: 1em;
  text-align: right;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  footer .global-footer .copyright {
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
  }
}
.footer-nav {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .footer-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-nav > ul {
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .footer-nav > ul {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media screen and (min-width: 821px) {
  .footer-nav > ul {
    -ms-flex: 1;
    flex: 1;
  }
}
.footer-nav > ul > li {
  float: left;
  width: 33%;
}
.footer-nav > ul > li > a {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.8em;
  position: relative;
}
@media screen and (max-width: 820px) {
  .footer-nav > ul > li > a {
    padding: 10px 18px;
    margin-bottom: 0;
    font-size: 4.2667vw;
  }
  .footer-nav > ul > li > a:after {
    content: "";
    width: 19px;
    height: 11px;
    background: url(/nmosd/assets/img/common/arrow-primary.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 18px;
    -ms-transform: rotate(90deg) translateX(-25%);
    transform: rotate(90deg) translateX(-25%);
  }
  .footer-nav > ul > li > a.including-subnav:after {
    content: "";
    width: 19px;
    height: 11px;
    background: url(/nmosd/assets/img/common/arrow-primary.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 18px;
    -ms-transform: rotate(180deg) translateY(20%);
    transform: rotate(180deg) translateY(20%);
  }
}
.footer-nav > ul > li.is-open > a.including-subnav:after {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-nav > ul > li ul {
  font-size: 0.875em;
  margin-bottom: 2em;
  margin-right: 100px;
}
.footer-nav > ul > li ul li {
  margin-bottom: 1em;
  text-indent: -0.5em;
  margin-left: 0.5em;
}
.footer-nav > ul > li ul a:before {
  content: "-";
}
@media screen and (max-width: 820px) {
  .footer-nav > ul > li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #00b0b9;
  }
}
@media screen and (max-width: 820px) {
  .footer-nav .footer-subnav {
    display: none;
  }
  .footer-nav .footer-subnav ul {
    width: 100%;
    margin: 0;
  }
  .footer-nav .footer-subnav ul li {
    margin: 0;
    text-indent: 0;
  }
  .footer-nav .footer-subnav ul li a {
    display: block;
    padding: 10px 20px;
  }
  .footer-nav .is-open .footer-subnav {
    display: block;
  }
}
.footer-nav .footer-banner {
  width: 380px;
}
@media screen and (max-width: 820px) {
  .footer-nav .footer-banner {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-index .inner {
  max-width: 1236px;
}
.page-header {
  padding-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #ecede8;
  border-bottom: 1px solid #b0e3e6;
  text-align: center;
  background: #f7fbee url(/nmosd/assets/img/common/bg-title.png) no-repeat left bottom;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index .page-header {
  padding-bottom: 60px;
}
.page-header-subtitle {
  margin-bottom: 15px;
}
.page-header-subtitle span {
  display: inline-block;
  min-width: 156px;
  text-align: center;
  background-color: #00b0b9;
  color: #fff;
  padding: 2px 15px;
}
@media screen and (max-width: 820px) {
  .page-header-subtitle span {
    font-size: 3.4667vw;
  }
}
.page-header-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .page-header-title {
    margin-bottom: 20px;
  }
}
.page-header-title span {
  padding: 0 20px 20px;
  min-width: 455px;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
  color: #00b0b9;
  border-bottom: 1px solid #00b0b9;
}
@media screen and (max-width: 820px) {
  .page-header-title span {
    padding: 0 15px 15px;
    font-size: 8vw;
    min-width: inherit;
    width: 100%;
  }
}
.page-header-lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6667;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .page-header-lead {
    font-size: 3.7333vw;
  }
}
main {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-open main:before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
main p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 820px) {
  main p {
    font-size: 3.7333vw;
  }
}
main p a {
  color: #00b0b9;
  text-decoration: underline;
}
main p a:hover {
  color: #85cdd1;
  text-decoration: none;
}
main p a:hover .link-arrow span:before,
main p a:hover .link-arrow span:after {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
main p + .mark {
  margin-top: -16px;
  margin-top: -1rem;
}
main .section-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c9eef0;
  position: relative;
}
main .section-wrap.bg-lightyellow {
  background-color: #f7fbee;
}
@media screen and (max-width: 820px) {
  main .section-wrap {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
main .contents-nav {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  main .contents-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
main .contents-nav li {
  width: calc((100% - 54px) / 3);
}
@media screen and (max-width: 820px) {
  main .contents-nav li {
    width: 100%;
  }
  main .contents-nav li + li {
    margin-top: 20px;
  }
}
main .contents-nav a {
  position: relative;
  width: 100%;
  display: block;
  border: 2px solid #00b0b9;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  color: #00b0b9;
}
main .contents-nav a > span {
  height: 120px;
  display: inline-block;
  line-height: 116px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
main .contents-nav a:hover {
  background-color: #00b0b9;
  color: #fff;
}
main .contents-nav a:hover .link-arrow span:before {
  background-color: #fff;
}
main .contents-nav a:hover .link-arrow span:after {
  border-color: transparent transparent transparent #fff;
}
main .contents-nav a:hover .link-arrow span:before,
main .contents-nav a:hover .link-arrow span:after {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
main .contents-nav .link-arrow {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
main section {
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  background-color: #fff;
}
main section + section {
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  main section + section {
    margin-top: 25px;
  }
}
@media screen and (max-width: 820px) {
  main section {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
main section a {
  color: #00b0b9;
  text-decoration: underline;
}
main section a:hover {
  text-decoration: none;
}
.section-header {
  background-color: #00b0b9;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  border-left: 6px solid #dad700;
}
@media screen and (max-width: 820px) {
  .section-header {
    border-left-width: 3px;
    font-size: 5.3333vw;
  }
}
.section-header span {
  display: block;
  border-left: 6px solid #83c74a;
  padding: 25px 40px;
}
@media screen and (max-width: 820px) {
  .section-header span {
    border-left-width: 3px;
    padding: 10px 20px;
  }
}
.section-inner {
  padding: 30px 50px 50px;
}
@media screen and (max-width: 820px) {
  .section-inner {
    padding: 20px;
  }
}
.linesupport {
  color: #fff;
  font-weight: 700;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1;
  margin-bottom: 1.5em;
  position: relative;
  background: url(/nmosd/assets/img/tool/bg-linesupport.png) no-repeat 0 0;
}
.linesupport span {
  position: absolute;
  top: 50%;
  left: 30px;
}
.linesupport:before {
  content: "";
  display: block;
  width: 900px;
  height: 133px;
}
@media screen and (max-width: 820px) {
  .linesupport:before {
    width: 100%;
    height: 0;
    padding-top: 23.8731%;
  }
}
@media screen and (max-width: 820px) {
  .linesupport {
    font-size: 4vw;
    background: url(/nmosd/assets/img/tool/bg-linesupport_sp.png) no-repeat 0 0;
    background-size: contain;
  }
}
.heading03 {
  margin-top: 2em;
  margin-bottom: 1em;
  border-left: 6px solid #00b0b9;
}
@media screen and (max-width: 820px) {
  .heading03 {
    border-left-width: 3px;
  }
}
.heading03 span {
  display: block;
  border-left: 4px solid #dad700;
  padding: 0 10px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .heading03 span {
    font-size: 5.0667vw;
    border-left-width: 2px;
  }
}
.heading04 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-left: 20px;
  position: relative;
}
.heading04 + p {
  margin-top: 0;
}
.heading04:before,
.heading04:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 5px;
}
@media screen and (max-width: 820px) {
  .heading04:before,
  .heading04:after {
    top: 5px;
  }
}
.heading04:before {
  background-color: #00b0b9;
  z-index: 10;
}
.heading04:after {
  background-color: #dad700;
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.heading04 span {
  display: block;
  padding: 0 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .heading04 span {
    font-size: 4.2667vw;
  }
}
.heading05 {
  font-weight: 700;
  margin-bottom: 1em;
}
.m-contents-box-index {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-contents-box {
  background-color: #fdfdf7;
  margin-bottom: 24px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 9px;
  box-shadow: rgba(0, 176, 185, 0.3) 0 3px 8px;
  width: 48.5%;
}
@media screen and (max-width: 820px) {
  .m-contents-box {
    padding: 5px;
    width: 100%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
.m-contents-box.wide {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .m-contents-box.wide .m-contents-box-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.m-contents-box.wide .m-contents-box-inner .m-contents-box-right p {
  margin-top: 0;
}
@media screen and (min-width: 821px) {
  .m-contents-box.wide .m-contents-box-inner .m-contents-box-right {
    -ms-flex: 1;
    flex: 1;
    margin-left: 60px;
  }
}
.m-contents-box-inner {
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
  border: 2px dotted #00b0b9;
  padding: 27px;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .m-contents-box-inner {
    padding: 15px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
  }
}
.m-contents-box-title {
  margin-bottom: 1.5em;
}
.m-contents-box-title span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #f5f5bf;
  display: inline-block;
  padding: 14px 16px;
  box-shadow: 5px 5px 0 #00b0b9;
}
@media screen and (max-width: 820px) {
  .m-contents-box-title span {
    font-size: 4.8vw;
    padding: 8px 10px;
  }
}
.m-contents-box .text-center {
  margin-top: 30px;
  margin-bottom: 30px;
}
.top .mv {
  padding-bottom: 30px;
  background: white;
  background: linear-gradient(180deg, white 0, #f7fdfd 31%, #e5f7f8 52%);
}
.top .mv .inner-wide {
  position: relative;
}
.top .mv-title {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  color: #00b0b9;
  line-height: 1.6;
}
.top .mv-title .marker {
  background: linear-gradient(transparent 55%, #f4f3b2 55%);
}
@media screen and (max-width: 820px) {
  .top .mv-title {
    font-size: 8vw;
  }
}
.top .mv-text-top {
  position: absolute;
  left: 18px;
  top: 10%;
  z-index: 9;
}
@media screen and (max-width: 820px) {
  .top .mv-text-top {
    position: static;
  }
}
.top .mv-text {
  margin-top: 2em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  width: 23em;
}
@media screen and (max-width: 820px) {
  .top .mv-text {
    margin-top: 1em;
    width: 100%;
    font-size: 3.7333vw;
  }
}
.top .mv-img {
  text-align: right;
  position: relative;
  right: -45px;
  z-index: 8;
}
@media screen and (max-width: 820px) {
  .top .mv-img {
    position: static;
  }
}
.top .mv-text-bottom {
  margin-top: -200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 820px) {
  .top .mv-text-bottom {
    margin-top: -10px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top .mv-banner {
  width: 48.5%;
  margin-bottom: 65px;
}
.top .mv-banner img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .top .mv-banner {
    width: 100%;
    margin-bottom: 0;
  }
}
.top .mv-latest-information {
  padding: 20px 25px;
  border: 1px solid #f5fcfc;
  margin-top: 80px;
  background-color: #fff;
  width: 48.5%;
}
@media screen and (max-width: 820px) {
  .top .mv-latest-information {
    width: 100%;
    margin-top: 20px;
    padding: 10px 15px;
  }
}
.top .mv-latest-information-title {
  color: #00b0b9;
  border-bottom: 1px solid #00b0b9;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .top .mv-latest-information-title {
    font-size: 5.3333vw;
  }
}
.top .mv-latest-information-list {
  margin-top: 10px;
}
.top .mv-latest-information-list time {
  margin-right: 2em;
}
@media screen and (max-width: 820px) {
  .top .mv-latest-information-list {
    font-size: 3.7333vw;
  }
  .top .mv-latest-information-list time,
  .top .mv-latest-information-list a {
    display: block;
  }
}
.top .wrap-cbs {
  padding-bottom: 22px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .top .wrap-cbs {
    padding-top: 0;
  }
  .top .wrap-cbs:before {
    content: "";
    width: 100%;
    height: 147px;
    background-color: #e5f7f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.top .wrap-cbs:after {
  content: "";
  width: 100%;
  height: 147px;
  background-color: #e5f7f8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.top .cb01 {
  margin-top: 0;
  float: left;
}
.top .cb02 {
  margin-top: 87px;
  float: right;
}
.top .cb02 .link-arrow {
  margin-top: 3em;
}
@media screen and (max-width: 820px) {
  .top .cb02 {
    margin-top: inherit;
  }
}
.top .cb03 {
  float: left;
}
.top .cb04 {
  float: left;
}
.top .cb05 {
  clear: both;
}
.top .wrap-float {
  margin-top: -106px;
}
@media screen and (max-width: 820px) {
  .top .wrap-float {
    margin-top: 0;
  }
}
.top .wrap-cb05 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #e5f7f8;
}
.floating-wrap {
  overflow: hidden;
}
.floating-wrap.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .floating-wrap.flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.floating-wrap.flex .flex-right {
  width: 40%;
  margin-left: 30px;
}
@media screen and (max-width: 820px) {
  .floating-wrap.flex .flex-right {
    width: 100%;
    margin-left: 0;
  }
}
.floating-wrap.flex .flex-left {
  -ms-flex: 1;
  flex: 1;
}
.floating-wrap.no-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.floating-wrap.no-wrap > * {
  float: none;
}
.floating-wrap.no-wrap > * + * {
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  .floating-wrap {
    overflow: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .floating-wrap .order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .floating-wrap .order-last {
    -ms-flex-order: 1;
    order: 1;
  }
}
.floating-wrap .float-left {
  float: left;
  margin-bottom: 20px;
  margin-right: 30px;
}
.floating-wrap .float-right {
  float: right;
  margin-bottom: 20px;
  margin-left: 30px;
}
.floating-wrap figure {
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 820px) {
  .floating-wrap figure {
    width: 100%;
    margin: 20px 0 !important;
  }
}
.floating-wrap figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.floating-wrap figure img + img {
  margin-top: 100px;
}
@media screen and (max-width: 820px) {
  .floating-wrap figure img + img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  .floating-wrap figure {
    float: none !important;
    margin: 0;
  }
}
.glossary dt {
  font-weight: 700;
}
.glossary dd {
  margin-bottom: 1em;
}
.card-wrap {
  display: -ms-flexbox;
  display: flex;
}
.card-wrap .card-img {
  margin-right: 30px;
}
@media screen and (max-width: 820px) {
  .card-wrap .card-img {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .card-wrap .card-text-img {
    text-align: center;
  }
}
.card-wrap .card-text .glossary {
  margin-top: 1em;
}
@media screen and (max-width: 820px) {
  .card-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.caution {
  margin: 0;
}
.fn {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 820px) {
  .fn {
    padding-bottom: 30px !important;
  }
}
.fn .m-contents-box {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .fn .m-contents-box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0 !important;
  }
}
.fn-title {
  color: #00b0b9;
  font-weight: 700;
  line-height: 1;
}
.fn-title span {
  display: block;
  font-size: 80px;
  font-size: 5rem;
}
.fn-title span + span {
  font-size: 50px;
  font-size: 3.125rem;
}
.fn-text {
  margin-bottom: 0;
}
.supervision {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 35px;
  text-align: right;
}
@media screen and (max-width: 820px) {
  .supervision {
    font-size: 0.75rem;
  }
}
.section-wrap .supervision {
  margin-top: -3em;
}
@media screen and (max-width: 820px) {
  .section-wrap .supervision {
    margin-top: 0;
  }
}
.annotation {
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}
.annotation:before {
  content: "※";
}
.modaal-content-container {
  padding-top: 140px;
}
@media screen and (max-width: 820px) {
  .modaal-content-container {
    padding: 70px 0 20px;
  }
}
.modaal-container {
  max-width: 800px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.modaal-inner-wrapper {
  padding-left: 18px;
  padding-right: 18px;
}
.modaal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 820px) {
  .modaal-close {
    top: 20px;
    right: 20px;
    width: 23px;
    height: 23px;
  }
}
.modaal-close:before,
.modaal-close:after {
  width: 50px;
  height: 2px;
  background-color: #333 !important;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 820px) {
  .modaal-close:before,
  .modaal-close:after {
    width: 32px;
  }
}
.faciliti_confirm p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7778;
}
@media screen and (max-width: 820px) {
  .faciliti_confirm p {
    font-size: 3.4667vw;
  }
}
.faciliti_confirm .bold {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 820px) {
  .faciliti_confirm .bold {
    font-size: 4.2667vw;
  }
}
.faciliti_confirm .btn-wrap {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .faciliti_confirm .btn-wrap {
    padding-top: 20px;
    font-size: 0.8125rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .faciliti_confirm .btn-wrap > div + div {
    margin-top: 20px;
  }
}
.faciliti_confirm .btn {
  width: 246px;
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  .faciliti_confirm .btn {
    font-size: 0.875rem !important;
  }
}
.basicfunctions dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.basicfunctions dt .num {
  margin-right: 10px;
  display: block;
  width: 28px;
  height: 28px;
  background: #dad700;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .basicfunctions dt .num {
    width: 25px;
    height: 25px;
    font-size: 1rem;
    line-height: 23px;
  }
}
.basicfunctions dd {
  margin-bottom: 2em;
}
.bx-notice {
  border: 1px solid #d7d6d3;
  padding: 1em;
  color: #00b0b9;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 820px) {
  .bx-notice {
    font-size: 3.7333vw;
  }
}
.bx-notice li {
  text-indent: -1em;
  padding-left: 1em;
}
.bx-notice li:before {
  content: "※";
}

/*20210728追加*/

/*PC/SP*/
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 820px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}

/*トップ新着情報*/
@media screen and (min-width: 819px) {
  .mv-latest-information {
    margin-top: 115px !important;
  }
}
.mv-latest-information-list {
  margin-top: 10px;
  padding-right: 1em;
  overflow-y: scroll;
  height: 9vh;
}
@media screen and (max-width: 820px) {
  .mv-latest-information-list {
    height: 23vh;
  }
}
.mv-latest-information-list dl {
}
.mv-latest-information-list dt {
  font-size: 1.02rem;
  font-weight: normal !important;
  float: left;
  clear: left;
  width: 1em;
}
.mv-latest-information-list dd {
  font-size: 1.02rem;
  margin-left: 6em;
}

.mv-latest-information-list a {
  color: #00b0b9;
  text-decoration: underline;
}
.mv-latest-information-list li {
  margin-bottom: 10px;
}
.scrollbox::-webkit-scrollbar {
  background: #ccc;
  width: 10px;
}
.scrollbox::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 50px;
  height: 50px;
}

/*dt dd dl*/
.subsidy_list {
  margin-top: -2em;
  padding-bottom: 3em;
}
.subsidy_list dl {
}
.subsidy_list dt {
  font-size: 1.1rem;
  font-weight: normal !important;
  float: left;
  clear: left;
}
.subsidy_list dd {
  font-size: 1.1rem;
  float: left;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 820px) {
  .subsidy_list dl {
  }
  .subsidy_list dt {
    font-size: 3.6vw;
    float: none;
    clear: none;
  }
  .subsidy_list dd {
    font-size: 3.6vw;
    float: none;
  }
}

/*アンカーのズレ調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*見出しのマージン調整*/
.heading03.subsidy {
  margin-top: 4em;
  margin-bottom: 2em;
}
@media screen and (max-width: 820px) {
  .heading03 {
  }
}

/*アコーディオン FAQなど*/
.faq_accordion_wrap {
  margin-top: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .faq_accordion_wrap {
    margin-top: 40px;
  }
}

.faq_accordion_header {
  /*display: flex;*/
  line-height: 1.5em;
  position: relative;
  box-sizing: border-box;
  background: #00b5c0;
  border: 4px solid #00b5c0;
  min-height: 108px;
}

/*
.faq_accordion_header.ex01{
  background: #00b5c0 url("/nmosd/assets/img/subsidy/ex01.png") no-repeat;
  background-size: contain;
}
*/
.faq_accordion_header .eximg {
  float: left;
  display: inline;
}
.faq_accordion_header img {
  padding: 0;
}
.faq_accordion_header .extext {
  padding-top: 0.75em;
}

.faq_accordion_header::after {
  content: "";
  height: 40px;
  width: 40px;
  background-image: url("/nmosd/assets/img/subsidy/icon_plus_off.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.faq_accordion_header:hover {
  cursor: pointer;
}

.faq_accordion_header:hover::after {
  background-image: url("/nmosd/assets/img/subsidy/icon_plus_on.png");
}

.faq_accordion_header.js-active::after {
  content: "";
  height: 4px;
  width: 40px;
  background-image: url("/nmosd/assets/img/subsidy/icon_minus_off.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.faq_accordion_header.js-active:hover::after {
  background-image: url("/nmosd/assets/img/subsidy/icon_minus_on.png");
}

.faq_accordion_header {
  color: #fff;
  display: block;
}
.faq_accordion_header p {
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 10px;
  display: inline;
  border-bottom: solid 3px #e8de00;
  padding-bottom: 0.5rem;
  padding-left: 1em;
  padding-right: 5em;
}
.faq_accordion_header span {
  font-size: 1.08rem;
  display: flex;
  padding-left: 1em;
  margin-top: 1.1em;
  padding-right: 1em;
}
@media screen and (max-width: 820px) {
  .faq_accordion_header {
    display: flex;
    min-height: 100%;
  }
  .faq_accordion_header .eximg {
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-top: 0px;
  }
  .faq_accordion_header .eximg img {
    width: 80px;
  }
  .faq_accordion_header .extext {
    padding-top: 0.15em;
  }
  .faq_accordion_header p {
    font-size: 1rem;
    padding-right: 1em;
  }
  .faq_accordion_header span {
    display: block;
    font-size: 0.85rem;
    font-weight: bold;
    margin-top: 1.1em;
    padding-right: 4em;
    margin-left: 80px;
    line-height: 1.3;
  }
  .faq_accordion_header::after {
    height: 20px;
    width: 20px;
    right: 5px;
  }
  .faq_accordion_header.js-active::after {
    height: 2px;
    width: 20px;
    right: 5px;
  }
}

.faq_accordion_inner {
  border-top: 2px solid #e4e4e4;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  font-size: 1.125rem;
}
.faq_accordion_inner .heading04 {
  font-weight: bold !important;
  font-size: 1.18rem;
  padding-left: 1.5em;
  margin-bottom: 0;
}
.faq_accordion_inner .annotation_inner {
  font-size: 0.9rem;
}

.audioWrap {
  display: grid;
  place-items: center end;
  max-width: 1236px;
  width: 100%;
  margin: 0 auto 32px;
  padding-inline: 18px;
}

.audioWrap.--top {
  padding-top: 41px;
}

.audio {
  border-radius: 10px;
  border: 2px solid #00b0b9;
  background: #fff;
  padding: 18px 18px 12px;
}

.audio-text {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 0 10px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .audio-text {
    font-size: 3.7333vw;
    line-height: 1.4;
  }
  .audio-text img {
    width: 26px;
  }
}

.audioWrap audio {
  width: 100%;
}
