@charset "UTF-8";
@font-face {
  src: url("/nmportal/assets/fonts/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("/nmportal/assets/fonts/NotoSerifCJKjp-SemiBold.otf") format("opentype");
  font-family: 'Noto Serif CJK JP';
  font-style: normal;
  font-weight: 600;
}

@font-face {
  src: url("/nmportal/assets/fonts/NotoSerifCJKjp-Bold.woff") format("woff"), url("/nmportal/assets/fonts/NotoSerifCJKjp-Bold.otf") format("opentype");
  font-family: 'Noto Serif CJK JP';
  font-style: normal;
  font-weight: 700;
}

html {
  overflow-y: scroll;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

img,
object,
embed {
  vertical-align: top;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html.fz-regular {
  font-size: 62.5%;
}

html.fz-large {
  font-size: 81.3%;
}

html.fz-x-large {
  font-size: 93.8%;
}

body {
  position: relative;
  min-width: 1070px;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.667;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
}

button {
  overflow: visible;
}

a {
  color: inherit;
  text-decoration: none;
}

a.is-disabled {
  cursor: default;
  pointer-events: none;
}

img {
  max-width: 100%;
}

em {
  font-style: normal;
}

button {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

b {
  font-weight: bold;
}

.l-inner {
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.l-contents {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #dedede;
}

.l-page-section {
  padding: 50px 0;
}

.l-page-section .link-item,
.l-page-section .nolink-item {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.5rem;
}

.l-page-section .article__subtitle {
  margin-bottom: 5px;
}

.ellipsis {
  position: relative;
  max-height: 3.334em;
  overflow: hidden;
  line-height: 1.667;
  text-align: justify;
}

.ellipsis::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1em;
  background-color: #fff;
  content: '...';
}

.ellipsis::after {
  position: absolute;
  right: 0;
  width: 1em;
  height: 1.667em;
  background-color: #fff;
  content: '';
}

.article-none {
  display: none;
  padding-bottom: 50px;
  text-align: center;
}

.article-list {
  max-width: 1040px;
  margin: 0 auto;
}

.article {
  display: flex;
  margin-bottom: 40px;
}

.article__main {
  position: relative;
  flex: 1;
  padding: 3rem 0 3rem 3.5rem;
  border-top: 1px solid #dedede;
}

.article__photo {
  width: 285px;
  padding-left: 45px;
}

.article__title {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
}

.article__title a {
  padding-right: 16px;
}

.article__title a::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 0.7em;
  margin-left: 16px;
  background: url(/nmportal/assets/images/arrow_link_large.png) no-repeat left top;
  background-size: contain;
  vertical-align: top;
  content: '';
}

.article__region {
  position: absolute;
  top: 0;
  left: 0;
}

.article__region span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0.7rem;
  color: #fff;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.article__region::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 6rem 6rem 0 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  content: '';
}

.article__info {
  display: flex;
  margin-top: 20px;
}

.article__announce {
  margin-top: 20px;
  padding: 15px;
  background: #f4f4f4;
}

.article__pickup {
  flex: 1;
}

.article__guide {
  width: 226px;
  padding-right: 40px;
}

.article__subtitle {
  margin-bottom: 10px;
}

.article__address {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.667;
}

.photo-unit__item {
  position: relative;
  margin-bottom: 5px;
}

.photo-unit__item img {
  border-radius: 4px;
}

.photo-unit__credit {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 5px;
  background: #333;
  color: #fff;
  font-size: 1.3rem;
}

.pickup-list {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -14px 0;
}

.pickup-list__item {
  width: 50%;
  margin-bottom: 22px;
  padding: 0 14px;
}

.pickup-list__heading {
  margin-bottom: 10px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
}

.pickup-list__more {
  padding: 0 14px;
}

.pickup-list__more--half {
  width: 50%;
}

.pickup-link {
  display: block;
  font-size: 1.4rem;
  transition: opacity 0.2s ease;
}

.pickup-link:hover {
  opacity: 0.8;
}

.pickup-link:hover .pickup-link__title {
  text-decoration: none;
}

.pickup-link__thumb {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 12px;
  text-align: center;
}

.pickup-link__thumb img {
  max-height: 100%;
  border-radius: 4px;
}

.pickup-link__thumb-credit {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 5px;
  background: #333;
  color: #fff;
  font-size: 1.3rem;
}

.pickup-link__date {
  margin-bottom: 4px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.pickup-link__title {
  margin-bottom: 2px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
  text-decoration: underline;
}

.pickup-link__text {
  line-height: 1.667;
}

.keyword-links {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5px;
}

.keyword-links__item {
  padding: 2.5px;
}

.keyword-link {
  display: block;
  padding: 10px 14px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
  font-size: 1.4rem;
  transition: background 0.2s ease;
}

.keyword-link:hover {
  background: #f4f4f4;
}

.l-breadcrumb {
  padding: 8px 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.breadcrumb__item:not(:first-child)::before {
  margin: 0 0.5em;
  content: '\03e';
}

.breadcrumb .is-current {
  color: #666666;
}

.checkbox {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 12px;
  line-height: 1;
  cursor: pointer;
}

.checkbox input {
  display: none;
}

.checkbox input + .checkbox__label {
  display: inline-block;
  position: relative;
  padding-left: 1.9rem;
}

.checkbox input + .checkbox__label::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px dashed #bdbdbd;
  border-radius: 2px;
  background-image: url(/nmportal/assets/images/icon_check_off.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1rem 0.7rem;
  content: '';
  transition: all 0.2s ease;
}

.checkbox input:checked + .checkbox__label::before {
  border-color: #333;
  background-color: #333;
  background-image: url(/nmportal/assets/images/icon_check_on.png);
}

.col-wrap {
  display: flex;
  margin: 0 -29px;
  overflow: hidden;
}

.col-wrap .col {
  width: 33.333%;
  padding: 0 29px;
}

.col-wrap-wide {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
  overflow: hidden;
}

.col-wrap-wide .col {
  width: 50%;
  margin-bottom: 60px;
  padding: 0 50px;
}

.col-wrap-box-inner {
  display: flex;
  max-width: 990px;
  margin: 0 auto;
}

.col-wrap-box-inner .col {
  width: 330px;
  padding: 0 15px;
}

.l-footer {
  position: relative;
  padding: 2.5rem 0 2rem;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__logo {
  display: block;
  width: 120px;
}

.footer__info {
  font-size: 1.3rem;
  line-height: 1.538;
}

.footer__info dt,
.footer__info dd {
  display: inline-block;
}

.footer__info a {
  text-decoration: underline;
}

.footer__info a:hover {
  text-decoration: none;
}

.footer__info--address dt {
  margin-right: 1em;
}

.footer__info--address br {
  display: none;
}

.footer__info--number {
  display: inline-block;
}

.footer__info--number + .footer__info--number {
  margin-left: 1em;
}

.footer__info--number dt {
  margin-right: 0.2em;
}

.footer__copyright {
  margin-top: 23px;
  font-size: 1rem;
  text-align: center;
}

.footer__copyright br {
  display: none;
}

.pagetop {
  display: none;
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.l-gnav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

.gnav__inner {
  position: relative;
  padding-top: 30px;
}

.gnav__links {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.gnav-list {
  display: flex;
  max-width: 1040px;
  margin: 0 auto;
}

.gnav-list__item {
  width: 33.333%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
}

.gnav-list__item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.gnav-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4px 10px 3px;
  background: rgba(0, 0, 0, 0.4);
  font-family: "Noto Serif CJK JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  transition: background 0.2s ease;
}

.gnav-link:hover {
  background: rgba(0, 0, 0, 0.7);
}

.gnav-link::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(/nmportal/assets/images/arrow_gnav.png) no-repeat left top;
  background-size: contain;
  content: '';
}

.gnav-link.is-disabled {
  cursor: default;
  pointer-events: none;
}

.gnav-link.is-disabled::before {
  display: none;
}

.gnav-link.is-disabled::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(105, 105, 105, 0.7);
  content: '';
}

.gnav-link__bold {
  font-size: 3.2rem;
}

.gnav-link__comingsoon {
  font-size: 1.6rem;
}

.l-header {
  height: 6rem;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  background: #fff;
}

.header__logo {
  width: 231px;
  vertical-align: bottom;
}

.header__copy {
  margin-left: 1rem;
  vertical-align: bottom;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__button {
  display: none;
}

.lang-nav,
.fontsize-nav,
.fontsize-nav__list {
  display: flex;
  align-items: center;
}

.lang-nav__item,
.fontsize-nav__item {
  font-size: 1.4rem;
  line-height: 1;
}

.lang-nav {
  display: none;
  margin-right: 1.75em;
}

.lang-nav__item {
  margin: 0 0.75em;
}

.fontsize-nav__head {
  margin-right: 0.75em;
  padding: 0 1rem;
  border: 1px solid #dedede;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.833;
}

.fontsize-nav__item {
  margin: 0 0.5em;
}

.nav-link {
  display: inline-block;
  margin-bottom: -0.9rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid transparent;
}

.nav-link.is-current, .nav-link:hover {
  border-bottom: 1px solid #bdbdbd;
}

.sp-menu-button {
  position: relative;
  width: 32px;
  height: 35px;
  transition: all 0.4s ease;
}

.sp-menu-button span:not([class]) {
  display: inline-block;
  position: absolute;
  left: 5px;
  width: 22px;
  height: 1px;
  background: #707070;
  transition: all 0.4s ease;
}

.sp-menu-button span:not([class]):nth-child(1) {
  top: 10px;
}

.sp-menu-button span:not([class]):nth-child(2) {
  top: 16px;
}

.sp-menu-button span:not([class]):nth-child(3) {
  top: 22px;
}

.sp-menu-button.is-opened span:not([class]):nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}

.sp-menu-button.is-opened span:not([class]):nth-child(2) {
  opacity: 0;
}

.sp-menu-button.is-opened span:not([class]):nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
}

.sp-menu-button__label {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.l-hero {
  position: relative;
  height: 560px;
  padding: 102px 0 60px;
  background: url(/nmportal/assets/images/img_hero.jpg) no-repeat center center;
  background-size: cover;
}

.hero__source {
  position: absolute;
  top: 0;
  right: 40px;
  color: #fff;
  font-size: 1.3rem;
}

.hero__source a {
  text-decoration: underline;
}

.hero__source a:hover {
  text-decoration: none;
}

.filter-box {
  margin-bottom: 4rem;
  padding: 1rem 3rem;
  border: 10px solid #f4f4f4;
  border-radius: 4px;
}

.filter-group {
  display: flex;
}

.filter-group + .filter-group {
  border-top: 1px solid #dedede;
}

.filter-group__label {
  width: 18rem;
  padding: 13px 15px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
}

.filter-group__all {
  width: 8rem;
}

.filter-group__items {
  flex: 1;
}

.filter-group__all, .filter-group__items {
  padding: 13px 0;
}

.link-item,
.nolink-item {
  display: block;
  padding: 0.8rem 1.6rem 0.8rem 0;
  font-size: 1.4rem;
}

.link-item.link-head,
.nolink-item.link-head {
  border-bottom: 1px solid #bdbdbd;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
}

.nolink-item {
  color: #767676;
}

.link-item {
  background: url(/nmportal/assets/images/arrow_link.png) no-repeat right center;
  background-size: 0.8rem 0.8rem;
  transition: color 0.2s ease;
}

.link-item:hover {
  color: #767676;
}

.link-list__item {
  border-bottom: 1px solid #dedede;
}

.links-box {
  margin-bottom: 4rem;
  padding: 3.5rem 1rem;
  border: 10px solid #f4f4f4;
  border-radius: 4px;
}

.link-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0;
}

.link-group .link-item {
  flex: 1;
  padding: 0 10px 0 0;
  background-image: none;
  text-decoration: underline;
}

.sns-link-list {
  display: flex;
  flex-basis: 102px;
  align-items: center;
  justify-content: space-between;
}

.sns-link-list.no-youtube-link {
  justify-content: flex-start;
}

.sns-link-list.no-twitter-link {
  justify-content: flex-end;
}

.sns-link-list__item {
  margin-right: 10px;
  line-height: 0;
}

.sns-link-list__item.sns-link-twitter {
  width: 26px;
}

.sns-link-list__item.sns-link-facebook {
  width: 26.5px;
}

.sns-link-list__item.sns-link-youtube {
  width: 29px;
  margin-right: 0;
}

.search-box {
  margin-bottom: 4rem;
  padding: 3.5rem 1rem;
  border: 10px solid #f4f4f4;
  border-radius: 4px;
}

.search-category__title {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.search-category__link {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.471;
  text-decoration: underline;
}

.search-category__summary {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.section-title {
  margin-bottom: 3.5rem;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.section-title__bold {
  display: block;
  margin-top: 0.8rem;
  font-size: 4.6rem;
}

.block-title {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.529;
}

.know-section {
  padding: 6.5rem 0 1rem;
}

.page-title {
  margin-bottom: 28px;
  font-size: 3rem;
  line-height: 1.467;
}

.page-lead {
  margin-bottom: 65px;
}

.slider::before, .slider::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: calc((100% - 1040px) / 2);
  height: 100%;
  content: '';
}

.slider::before {
  right: 50%;
  margin-right: 552px;
  background: linear-gradient(to right, white 0%, white 54.762%, rgba(255, 255, 255, 0) 100%);
}

.slider::after {
  left: 50%;
  margin-left: 552px;
  background: linear-gradient(to left, white 0%, white 54.762%, rgba(255, 255, 255, 0) 100%);
}

.slider__arrow {
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  overflow: hidden;
  border: 1px solid #a2a2a2;
  border-radius: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
  text-indent: 100%;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.slider__arrow:hover {
  opacity: 0.8;
}

.slider__arrow--prev {
  left: 50%;
  margin-left: -583px;
  background-image: url(/nmportal/assets/images/arrow_prev_large.png);
  background-position: left 15px center;
}

.slider__arrow--next {
  right: 50%;
  margin-right: -583px;
  background-image: url(/nmportal/assets/images/arrow_link_large.png);
  background-position: right 15px center;
}

.overlay {
  display: none;
  z-index: 15;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.l-dropdown {
  display: none;
  z-index: 20;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  transform: translateY(-10px);
  border-top: 1px solid #dedede;
  background: #fff;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.349);
  transition: transform 0.4s ease;
}

.l-dropdown.is-opened {
  transform: translateY(0);
}

.sp-menu {
  padding-top: 6px;
}

.sp-menu__list {
  max-width: 265px;
  margin: 0 auto 16px;
}

.sp-menu__item {
  border-bottom: 1px solid #dedede;
}

.sp-menu__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.sp-menu__link::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: url(/nmportal/assets/images/arrow_gnav_sp.png) no-repeat left top;
  background-size: contain;
  content: '';
}

.sp-menu__link__comingsoon {
  font-size: 1.2rem;
}

.sp-menu__donation {
  padding-bottom: 20px;
  text-align: center;
}

.button-donation {
  display: inline-block;
  width: 170px;
  padding: 12px 0;
  border-radius: 4px;
  background: url(/nmportal/assets/images/arrow_link.png) no-repeat right 10px center #f4f4f4;
  background-size: 8px 8px;
  color: #4b617b;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
}

.links-section {
  padding-top: 65px;
  padding-bottom: 100px;
}

.links-section .block-title {
  margin-bottom: 20px;
}

.links-section .link-head {
  font-size: 1.4rem;
}

.source-box {
  margin-top: 70px;
  padding: 15px 40px;
  border: 1px solid #dedede;
  font-size: 1.4rem;
  line-height: 1.429;
}

.source-box .block-title {
  margin-bottom: 3px;
}

.source-list {
  overflow-wrap: break-word;
}

.source-list dt {
  margin-right: 2em;
  float: left;
}

.source-list a {
  text-decoration: underline;
}

.source-list a:hover {
  text-decoration: none;
}

.donation-section {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background: #f4f4f4;
}

.donation__inner {
  display: flex;
  align-items: center;
  max-width: 910px;
  margin: 0 auto;
  padding: 40px 15px;
}

.donation__title {
  display: flex;
  align-items: center;
  margin-right: 40px;
  color: #4b617b;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
}

.donation__title::after {
  display: block;
  width: 21px;
  height: 41px;
  margin-left: 25px;
  background: url(/nmportal/assets/images/border_donation.png) no-repeat left top;
  background-size: contain;
  content: '';
}

.donation__text {
  flex: 1;
}

.donation__link {
  width: 186px;
}

.donation__link .link-head {
  font-size: 1.5rem;
}

.news-section {
  padding-bottom: 34px;
}

.news-item {
  display: flex;
  padding: 5px 0;
}

.news-item__update {
  width: 120px;
}

.news-item__category::after {
  display: inline-block;
  margin: 0 5px;
  content: '\ff1a';
}

.news-item__title {
  flex: 1;
}

.timeline-section {
  position: relative;
  padding-bottom: 70px;
  overflow: hidden;
}

.timeline-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.timeline-list .timeline-item {
  width: 268px;
  margin-bottom: 10px;
  padding: 0 16px;
}

.timeline-list .timeline-item iframe {
  border: 1px solid #dedede !important;
  border-radius: 4px;
}

.timeline-wrapper {
  position: relative;
}

.l-urgent {
  padding: 1.5rem 0;
  background: #edcdcd;
}

.urgent__inner {
  display: flex;
  align-items: center;
}

.urgent__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  padding: 1.6rem 1rem;
  background: #9d0808;
  color: #fff;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

.urgent__body {
  flex: 1 0 0px;
  padding: 5px 0px 5px 35px;
  color: #9d0808;
}

@media screen and (max-width: 768px) {
  html.fz-large {
    font-size: 62.5%;
  }
  html.fz-x-large {
    font-size: 62.5%;
  }
  html.is-menu-opened {
    overflow: hidden;
  }
  html.is-menu-opened body {
    overflow: hidden;
  }
  body {
    min-width: 320px;
    font-size: 1.4rem;
    line-height: 1.429;
  }
  .l-inner-sp {
    padding-right: 35px;
    padding-left: 35px;
  }
  .l-page-section {
    padding: 30px 0;
  }
  .l-page-section .link-item,
  .l-page-section .nolink-item {
    font-size: 1.4rem;
  }
  .l-page-section .link-item.link-head,
  .l-page-section .nolink-item.link-head {
    font-size: 1.5rem;
  }
  .article {
    display: block;
  }
  .article__main {
    padding-top: 25px;
    padding-right: 35px;
    padding-bottom: 12px;
  }
  .article__photo {
    width: auto;
    padding-left: 0;
  }
  .article__title {
    margin-bottom: 6px;
  }
  .article__title a::after {
    margin-top: 0.53em;
  }
  .article__info {
    display: block;
    margin-top: 11px;
  }
  .article__guide {
    width: auto;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .article__address {
    margin-top: 10px;
  }
  .photo-unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 375px;
    margin: 0 auto;
    padding: 0 3.2rem;
  }
  .photo-unit__item {
    width: 50%;
    padding: 0 3px;
  }
  .photo-unit__credit {
    right: 3px;
  }
  .pickup-list {
    display: block;
  }
  .pickup-list__item {
    width: auto;
    max-width: 240px;
    margin: 0 auto 15px;
    padding: 0;
  }
  .pickup-list__more--half {
    width: auto;
  }
  .pickup-link__thumb-credit {
    right: 3px;
  }
  .col-wrap {
    display: block;
    margin: 0;
  }
  .col-wrap .col {
    width: auto;
    margin-bottom: 15px;
    padding: 0;
  }
  .col-wrap-wide {
    display: block;
    margin: 0;
  }
  .col-wrap-wide .col {
    width: auto;
    margin-bottom: 15px;
    padding: 0;
  }
  .col-wrap-box-inner {
    display: block;
    margin: 0;
  }
  .col-wrap-box-inner .col {
    width: auto;
    padding: 0;
  }
  .col-wrap-box-inner .col + .col {
    margin-top: 15px;
  }
  .l-footer {
    padding-bottom: 7rem;
  }
  .footer__inner {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .footer__logo {
    width: 33.33333%;
    padding: 0 10px 0 25px;
  }
  .footer__text {
    width: 66.66667%;
  }
  .footer__info {
    font-size: 1.2rem;
    line-height: 1.417;
  }
  .footer__info--address {
    margin-bottom: 8px;
  }
  .footer__info--address dt {
    display: block;
  }
  .footer__info--address br {
    display: block;
  }
  .footer__info--number {
    display: block;
  }
  .footer__info--number + .footer__info--number {
    margin-left: 0;
  }
  .footer__copyright {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
  }
  .footer__copyright br {
    display: inline;
  }
  .pagetop {
    right: 5px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
  .l-gnav {
    display: none;
  }
  .l-header {
    height: 45px;
  }
  .header__inner {
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
  }
  .header__logo {
    width: 187px;
    vertical-align: baseline;
  }
  .header__copy {
    display: none;
  }
  .header__button {
    display: block;
  }
  .fontsize-nav {
    display: none;
  }
  .sp-menu-button {
    display: block;
  }
  .l-hero {
    height: auto;
    padding: 0;
    background-image: url(/nmportal/assets/images/img_hero_sp.jpg);
  }
  .l-hero::before {
    display: block;
    width: 100%;
    padding-top: 64%;
    content: '';
  }
  .hero__copy {
    position: absolute;
    top: 28px;
    left: 15px;
    width: 300px;
  }
  .hero__source {
    right: 9px;
    bottom: 9px;
    font-size: 1.2rem;
  }
  .filter-box {
    padding: 0 16px;
    border-width: 6px;
  }
  .filter-group {
    display: block;
    padding-top: 16px;
  }
  .filter-group__label {
    padding: 0;
    float: left;
    font-size: 1.5rem;
  }
  .filter-group__all {
    width: auto;
    padding: 0;
    float: right;
  }
  .filter-group__all .checkbox {
    margin: 0;
  }
  .filter-group__items {
    padding-bottom: 10px;
    clear: both;
  }
  .links-box {
    padding: 16px;
    border-width: 6px;
  }
  .search-box {
    padding: 16px;
    border-width: 6px;
  }
  .section-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .section-title__bold {
    margin-top: 4px;
    font-size: 4rem;
  }
  .know-section {
    padding: 30px 0;
  }
  .page-title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .page-lead {
    margin-bottom: 30px;
  }
  .slider::before, .slider::after {
    display: none;
  }
  .slider__arrow--prev {
    left: 20px;
    margin-left: 0;
  }
  .slider__arrow--next {
    right: 20px;
    margin-right: 0;
  }
  .links-section {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .links-section .block-title {
    margin-bottom: 10px;
  }
  .source-box {
    margin-top: 10px;
    padding: 11px 15px 18px;
    font-size: 1.2rem;
    line-height: 1.333;
  }
  .source-box .block-title {
    margin-bottom: 5px;
  }
  .source-list dd {
    margin-top: 8px;
  }
  .donation-section {
    border: none;
  }
  .donation__inner {
    display: block;
    padding: 20px 35px;
  }
  .donation__title {
    margin-bottom: 10px;
  }
  .donation__title::after {
    display: none;
  }
  .donation__link {
    margin: 10px auto 0;
  }
  .news-item {
    display: block;
  }
  .news-item__update {
    display: inline-block;
    width: 110px;
  }
  .news-item__category {
    display: inline-block;
  }
  .timeline-section {
    padding-bottom: 40px;
  }
  .timeline-list {
    margin: 0 -9px;
  }
  .timeline-list .timeline-item {
    margin: 0 auto 10px;
    padding: 0 9px;
    text-align: center;
  }
  .l-urgent {
    padding: 1.2rem 0;
  }
  .urgent__inner {
    display: block;
  }
  .urgent__title {
    width: 220px;
    margin: 0 auto 10px;
    padding: 0.4rem 0.5rem;
    font-size: 1.5rem;
  }
  .urgent__body {
    padding: 0;
    line-height: 1.571;
  }
}

@media screen and (min-width: 769px) {
  .overlay {
    display: none !important;
  }
  .l-dropdown {
    display: none !important;
  }
}

/*# sourceMappingURL=maps/style.css.map */
