@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-section-attention + .emergency-block {
    margin-top: 15px;
  }
}
.module-emergency {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1001;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .module-emergency {
    display: block;
  }
}
.module-emergency.lv1 {
  padding: 23px 30px 25px;
  color: #fff;
  background-color: #c91e24;
}
@media screen and (max-width: 767px) {
  .module-emergency.lv1 {
    padding: 15px;
  }
}
.module-emergency.lv2,
.module-emergency.lv3,
.module-emergency.lv4 {
  padding: 11px 30px 12px 40px;
}
.module-emergency.lv2 {
  color: #fff;
  background-color: #c91e24;
}
.module-emergency.lv1 + .module-emergency.lv2 {
  border-top: 1px solid #fff;
}
.module-emergency.lv3 {
  color: #c91e24;
  background-color: #ffe0db;
}
.module-emergency.lv4 {
  color: #c91e24;
  background-color: #fff;
  border-bottom: 1px solid #c91e24;
}
.module-emergency__label {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.55em;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .module-emergency__label {
    font-size: 1.25rem;
    margin: 0 0 10px;
  }
}
.module-emergency__label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(r_icon_attention_white.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .module-emergency__label::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.module-emergency__detail {
  width: 100%;
}
.module-emergency__detail-heading {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .module-emergency__detail-heading {
    font-size: 1.125rem;
    margin-left: -15px;
  }
}
.module-emergency__detail-heading ~ .module-emergency__detail-item {
  font-weight: normal;
}
.module-emergency__detail-item {
  display: flex;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .module-emergency__detail-item {
    display: block;
    position: relative;
  }
}
.module-emergency.lv1 .module-emergency__detail-item {
  font-size: 1.5rem;
  padding: 13px 30px 14px;
  border: 2px solid #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .module-emergency.lv1 .module-emergency__detail-item {
    font-size: 1.25rem;
    padding: 4px 13px 4px 28px;
  }
}
.module-emergency.lv1 .module-emergency__detail-item.no-border {
  border: none;
}
.module-emergency.lv2 .module-emergency__detail-item {
  color: #fff;
}
.module-emergency.lv3 .module-emergency__detail-item,
.module-emergency.lv4 .module-emergency__detail-item {
  color: #c91e24;
}
.module-emergency__detail-item svg {
  display: none;
  flex: 0 0 12px;
  position: relative;
  top: 0.55em;
  width: 12px;
  height: 8px;
  margin-right: 5px;
  transform: rotate(-90deg);
  fill: #fff;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .module-emergency__detail-item svg {
    position: absolute;
    top: 8px;
    left: -17px;
    width: 12px;
    height: 7px;
  }
}
.module-emergency.lv1 .module-emergency__detail-item svg {
  top: 0.65em;
}
@media screen and (max-width: 767px) {
  .module-emergency.lv1 .module-emergency__detail-item svg {
    top: 15px;
    left: 11px;
  }
}
.module-emergency.lv3 .module-emergency__detail-item svg,
.module-emergency.lv4 .module-emergency__detail-item svg {
  fill: #c91e24;
}
.module-emergency.lv1 .module-emergency__detail-item > span {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .module-emergency.lv1 .module-emergency__detail-item > span {
    margin-right: 20px;
  }
}
.module-emergency.lv1 .module-emergency__detail-item > span:last-of-type {
  margin-right: 0;
}
.module-emergency.lv2 .module-emergency__detail-item > span,
.module-emergency.lv3 .module-emergency__detail-item > span,
.module-emergency.lv4 .module-emergency__detail-item > span {
  margin-right: 16px;
}
.module-emergency.lv2 .module-emergency__detail-item > span:last-of-type,
.module-emergency.lv3 .module-emergency__detail-item > span:last-of-type,
.module-emergency.lv4 .module-emergency__detail-item > span:last-of-type {
  margin-right: 0;
}
.module-emergency__detail-item + .module-emergency__detail-item {
  margin-top: 10px;
}
.module-emergency.lv1 .module-emergency__detail-item + .module-emergency__detail-item {
  margin-top: 20px;
}
.module-emergency.lv1 .module-emergency__detail-item + .module-emergency__detail-item.no-border {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .module-emergency.lv1 .module-emergency__detail-item + .module-emergency__detail-item.no-border {
    margin-top: 10px;
  }
}
.module-emergency.lv1 .module-emergency__detail-item:last-of-type.no-border {
  margin-bottom: -14px;
}
@media screen and (max-width: 767px) {
  .module-emergency.lv1 .module-emergency__detail-item:last-of-type.no-border {
    margin-bottom: -4px;
  }
}
.module-emergency__detail-item[href]:hover {
  text-decoration: underline;
}
.module-emergency__detail-item[href] svg {
  display: inline-block;
}
.module-emergency__update {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .top-section-attention + .module-emergency {
    margin-top: 15px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  color: #333;
  font-family: "Noto Sans JP", "HiraKakuPro", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo,
    "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
p,
ol,
ul,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
ol > li {
  overflow-wrap: break-word;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select,
option {
  color: #333;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: inherit;
  cursor: pointer;
}
a {
  color: #0d2f5c;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  /* max-width: 100%; */
}
hr {
  margin: 0;
  border: none;
  border-bottom: 1px solid #c2c2c2;
}
.module-mb10 {
  margin-bottom: 10px;
}
main.is-detail,
main.is-single {
  position: relative;
}
main.is-detail::before,
main.is-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  /* background: linear-gradient(#f0f2f5, rgba(240, 242, 245, 0.1)); */
  z-index: -1;
}
main.has-main-visual::before {
  display: none;
}
.container {
  position: relative;
}
.container > *:first-child {
  margin-top: 0;
}
.container section:first-child > *:first-child {
  margin-top: 0;
}
.l-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1028px) {
  .l-wrapper {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .is-detail .l-wrapper {
    padding-top: 20px;
  }
}
.l-main {
  width: calc(100% - (240px + 60px));
  max-width: 980px;
}
.l-main > *:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1028px) {
  .l-main {
    width: 100%;
  }
}
.is-single .l-main {
  width: 100%;
  max-width: 100%;
}
.l-sidebar {
  width: 100%;
  max-width: 240px;
  margin-left: 60px;
}
@media screen and (max-width: 1028px) {
  .l-sidebar {
    order: 3;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
.l-sidebar > *:last-child {
  margin-bottom: 0;
}
.l-sidebar__title-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.l-sidebar__title-container > a {
  font-size: 0.875rem;
  color: #002f5f;
}
.l-sidebar__title {
  margin-top: -0.25em;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .l-sidebar__title {
    font-size: 1.125rem;
  }
}
.is-single .l-sidebar {
  display: none;
}
.l-bottom {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 40px;
  }
}
article > *:nth-child(n + 2) {
  margin-top: -0.25em;
}
section > *:nth-child(n + 2) {
  margin-top: -0.25em;
}
section > *:last-child {
  margin-bottom: 0;
}
.sp-disp,
.sp-disp-inline,
.cont-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-disp {
    display: none;
  }
  .sp-disp {
    display: block;
  }
  .sp-disp-inline {
    display: inline;
  }
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
body.is-modal-open #top,
body.is-menu-open #top {
  position: fixed;
  z-index: 0;
  width: 100%;
}
.grecaptcha-badge {
  z-index: 1;
}
.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .header {
    height: 106px;
  }
}
@media print {
  .header {
    position: relative !important;
  }
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header::before {
    display: none;
  }
}
.header.is-fixed {
  position: fixed;
}
.header.is-fixed + * {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .header.is-fixed + * {
    margin-top: 106px;
  }
}
body.is-menu-open .header {
  height: 100vh;
  height: -webkit-fill-available;
  overflow: auto;
}
.header__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  max-width: 1920px;
  height: 100px;
  margin: 0 auto;
  background-color: #fff;
}
.header__logo {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 230px;
  height: 100px;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 100%;
    height: 60px;
    margin: 0;
    padding-left: 15px;
  }
}
@media screen and (max-width: 370px) {
  .header__logo {
    padding-left: 8px;
  }
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 160px;
  }
}
@media screen and (max-width: 370px) {
  .header__logo img {
    width: 125px;
  }
}
.header-language {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .header-language {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 46px;
    margin-left: 0;
    border-top: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
  }
}
.header-language__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 85px;
  height: 20px;
}
.header-language__item select {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #333;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0 13px 0 22px;
  border: none;
  -webkit-appearance: none;
}
.header-language__item select::-ms-expand {
  display: none;
}
.header-language__item::before,
.header-language__item::after {
  content: "";
  display: inline-block;
}
.header-language__item::before {
  width: 20px;
  height: 20px;
  background: url(r_icon_global.svg) no-repeat;
}
.header-language__item::after {
  width: 10px;
  height: 6px;
  background: url(r_icon_arrow.svg) no-repeat;
}
.header-linklist {
  position: relative;
  margin-right: 330px;
  margin-left: auto;
}
.header-linklist > ul {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 100%;
  font-size: 1rem;
}
.header-linklist > ul > li {
  flex-shrink: 0;
  max-width: 10em;
  white-space: nowrap;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .header-linklist > ul > li {
    margin-left: 20px;
  }
}
.header-linklist > ul > li:first-child {
  margin-left: 0;
}
.header-linklist > ul > li > a {
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-linklist__prev,
.header-linklist__next {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 10px;
  background-color: #fff;
}
.is-overflow .header-linklist__prev[aria-hidden="false"],
.is-overflow .header-linklist__next[aria-hidden="false"] {
  display: flex;
  align-items: center;
}
.header-linklist__prev > button,
.header-linklist__next > button {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url(r_icon_arrow_white.svg) no-repeat center 7.5px #002f5f;
  background-size: 8px auto;
  text-indent: -9999px;
  overflow: hidden;
  transform: rotate(-90deg);
}
.header-linklist.no-scroll .header-linklist__prev,
.header-linklist.no-scroll .header-linklist__next {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-linklist.no-scroll .header-linklist__prev,
  .header-linklist.no-scroll .header-linklist__next {
    display: none;
  }
}
.header-linklist__prev {
  display: none;
  left: 0;
}
.header-linklist__prev > button {
  transform: rotate(90deg);
}
.header-linklist__next {
  right: 0;
}
.header-buttonlist {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .header-buttonlist {
    height: 60px;
  }
}
.header-iken-button {
  width: 130px;
  border-left: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .header-iken-button {
    width: 60px;
  }
}
.header-iken-button > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.285;
  text-decoration: none;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header-iken-button > a {
    font-size: 0.625rem;
    line-height: 1.2;
    text-align: center;
  }
}
.header-iken-button > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .header-iken-button > a:hover {
    text-decoration: none;
  }
}
.header-iken-button > a::before {
  content: "";
  display: block;
  width: 40px;
  height: 29px;
  margin-bottom: 8px;
  background: url(r_icon_discussion.svg) no-repeat center center transparent;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .header-iken-button > a::before {
    width: 30px;
    height: 22px;
    margin-bottom: 0;
  }
}
.header-search-button {
  width: 100px;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .header-search-button {
    width: 60px;
  }
}
.header-search-button > button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #002f5f;
  background-color: transparent;
  transform: translateZ(1px);
  transition: opacity 0.3s;
}
.header-search-button > button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .header-search-button > button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-search-button > button {
    flex-direction: column;
    font-size: 0.625rem;
  }
}
.header-search-button > button::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  background: url(r_icon_search.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .header-search-button > button::before {
    width: 24px;
    height: 24px;
    background-size: 100%;
  }
}
.header-search-button > button[aria-expanded="true"]::before {
  background: url(r_icon_close_thin.svg) no-repeat center center;
  background-size: 24px;
}
@media screen and (max-width: 767px) {
  .header-search-button > button[aria-expanded="true"]::before {
    background-size: 18px;
  }
}
.header-search-button__text {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .header-search-button__text {
    margin-top: 3px;
  }
}
.header-search-button__text[aria-hidden="true"] {
  display: none;
}
.header-search {
  position: relative;
  background-color: #efefef;
  overflow: hidden;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2);
}
.header-search[aria-hidden="true"] {
  height: 0;
  visibility: hidden;
}
.header-search__inner {
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .header-search__inner {
    padding: 20px 20px 30px;
  }
}
.header-search form {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.header-search form input[type="text"] {
  width: 100%;
  height: 50px;
  padding-right: 120px;
  padding-left: 20px;
  border: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .header-search form input[type="text"] {
    padding-right: 68px;
  }
}
.header-search form button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 1rem;
  font-weight: bold;
  color: #002f5f;
  width: 100px;
  height: calc(100% - 2px);
  background-color: #cddef2;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .header-search form button {
    width: 48px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
  }
}
.header-search form button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .header-search form button:hover {
    opacity: 1;
  }
}
.header-search form button::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(r_icon_search.svg) no-repeat center center transparent;
  background-size: 100%;
  margin-right: 6px;
  margin-left: -3px;
}
@media screen and (max-width: 767px) {
  .header-search form button::before {
    width: 24px;
    height: 24px;
    margin: 0;
  }
}
.header-menu-button {
  width: 100px;
  background-color: #002f5f;
}
@media screen and (max-width: 767px) {
  .header-menu-button {
    width: 60px;
  }
}
.header-menu-button > button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  transform: translateZ(1px);
  transition: opacity 0.3s;
}
.header-menu-button > button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .header-menu-button > button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-button > button {
    font-size: 0.625rem;
  }
}
.header-menu-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 22px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .header-menu-button__icon {
    width: 24px;
    height: 17px;
    margin: 3.5px 0;
  }
}
.header-menu-button__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
[aria-expanded="true"] > .header-menu-button__icon {
  height: 24px;
  margin-bottom: -2px;
  border: none;
  background: url(r_icon_close_thin_white.svg) no-repeat center center;
  background-size: 24px;
}
@media screen and (max-width: 767px) {
  [aria-expanded="true"] > .header-menu-button__icon {
    margin: 0;
    background-size: 18px;
  }
}
[aria-expanded="true"] > .header-menu-button__icon::before {
  display: none;
}
.header-menu-button__text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .header-menu-button__text {
    margin-top: 3px;
  }
}
.header-menu-button__text[aria-hidden="true"] {
  display: none;
}
.header-menu {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  overflow: hidden;
  background-color: #002f5f;
}
.header-menu[aria-hidden="true"] {
  height: 0;
  padding-top: 0;
  visibility: hidden;
}
.header-menu a {
  color: #fff;
  text-decoration: none;
}
.header-menu a:hover {
  text-decoration: underline;
}
.header-menu__inner {
  position: relative;
  max-width: 1140px;
  margin: -15px auto 0;
  padding: 0 30px 50px;
}
@media screen and (max-width: 767px) {
  .header-menu__inner {
    padding: 0 20px 40px;
  }
}
.header-menu-top-link {
  padding-top: 15px;
}
.header-menu-top-link ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-menu-top-link ul {
    display: block;
  }
}
.header-menu-top-link ul li {
  font-size: 1rem;
  font-weight: bold;
}
.header-menu-top-link ul li:nth-child(n + 2) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .header-menu-top-link ul li:nth-child(n + 2) {
    margin-top: 16px;
    margin-left: 0;
  }
}
.header-menu-top-link a {
  display: inline-flex;
  align-items: center;
}
.header-menu-top-link a::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  width: 12px;
  height: 6px;
  margin-right: 6px;
  background: url(r_icon_arrow_white.svg) no-repeat center center;
  background-size: 100%;
  transform: translateY(1px) rotate(-90deg);
}
.header-inquiry-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 30px;
  width: 200px;
  height: 50px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 6px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 960px) {
  .header-inquiry-button {
    position: static;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-inquiry-button {
    display: none;
    width: auto;
    height: 60px;
    font-size: 1.125rem;
    margin: 40px 20px 0;
  }
}
.header-inquiry-button:hover {
  opacity: 0.8;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .header-inquiry-button:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header-inquiry-button::before {
  content: "";
  display: block;
  width: 35px;
  height: 25px;
  margin-right: 10px;
  background: url(r_icon_discussion_white.svg) no-repeat;
  background-size: 100% auto;
}
.header-menu-linklist {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -40px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1060px) {
  .header-menu-linklist {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-linklist {
    display: block;
    margin-top: 40px;
    padding-top: 0;
    border-top: none;
  }
}
.header-menu-linklist__item {
  flex: 1 1 240px;
  max-width: 240px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1060px) {
  .header-menu-linklist__item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item > button {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
    height: 56px;
    padding: 0 10px;
    border-top: 1px solid #fff;
    color: #fff;
  }
}
.header-menu-linklist__item > button[aria-hidden="true"] {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item > button > span {
    flex: 0 0 auto;
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: auto;
    overflow: hidden;
  }
  .header-menu-linklist__item > button > span::before,
  .header-menu-linklist__item > button > span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    background: #fff;
    transform: translate(-50%, -50%);
  }
  .header-menu-linklist__item > button > span::before {
    width: 16px;
    height: 3px;
  }
  .header-menu-linklist__item > button > span::after {
    width: 3px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item > button[aria-expanded="true"] > span::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item .header-menu-linklist__panel {
    height: 0;
    overflow: hidden;
    padding: 0 10px;
  }
}
.header-menu-linklist__item .header-menu-linklist__panel[aria-hidden="true"] {
  display: none;
}
.header-menu-linklist__item .header-menu-linklist__panel > a,
.header-menu-linklist__item .header-menu-linklist__panel > p {
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item .header-menu-linklist__panel > a,
  .header-menu-linklist__item .header-menu-linklist__panel > p {
    font-size: 1rem;
  }
}
.header-menu-linklist__item .header-menu-linklist__panel > a::before,
.header-menu-linklist__item .header-menu-linklist__panel > p::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background: url(r_icon_arrow_circle_white.svg) no-repeat center center;
  background-size: 100%;
}
.header-menu-linklist__item .header-menu-linklist__panel > p::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item .header-menu-linklist__child-list {
    padding-bottom: 30px;
  }
}
.header-menu-linklist__item .header-menu-linklist__child-list > li {
  display: flex;
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item .header-menu-linklist__child-list > li {
    margin-top: 20px;
  }
}
.header-menu-linklist__item .header-menu-linklist__child-list > li a {
  display: inline-flex;
  align-items: flex-start;
  font-size: 1rem;
}
.header-menu-linklist__item .header-menu-linklist__child-list > li a::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  width: 12px;
  height: 8px;
  margin-right: 6px;
  background: url(r_icon_arrow_white.svg) no-repeat center center;
  background-size: 100%;
  transform: translateY(9px) rotate(-90deg);
}
.header-menu-linklist__item .header-menu-linklist__child-list > li a .icons {
  transform: translateY(5px);
}
.header-menu-linklist__item.header-menu-linklist-last {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 1060px) {
  .header-menu-linklist__item.header-menu-linklist-last {
    flex: 1 1 240px;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item.header-menu-linklist-last {
    max-width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.header-menu-linklist__item.header-menu-linklist-inquiry {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item.header-menu-linklist-inquiry {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item.header-menu-linklist-inquiry .header-inquiry-button {
    display: flex;
  }
}
.header-menu-linklist__item.header-menu-sns {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 1060px) {
  .header-menu-linklist__item.header-menu-sns {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item.header-menu-sns {
    max-width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item.header-menu-sns > p {
    font-size: 1.25rem;
    font-weight: bold;
  }
}
.header-menu-linklist__item.header-menu-sns .header-menu-sns-list {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item.header-menu-sns .header-menu-sns-list {
    justify-content: space-between;
  }
}
.header-menu-linklist__item.header-menu-sns .header-menu-sns-list > li {
  transition: opacity 0.3s;
}
.header-menu-linklist__item.header-menu-sns .header-menu-sns-list > li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item.header-menu-sns .header-menu-sns-list > li:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item.header-menu-sns .header-menu-sns-list > li {
    flex: 0 0 38px;
    width: 38px;
  }
}
.header-menu-linklist__item.header-menu-sns .header-menu-sns-list > li:nth-child(n + 2) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item.header-menu-sns .header-menu-sns-list > li:nth-child(n + 2) {
    margin-left: 0;
  }
}
.header-menu-linklist__item.header-menu-sns .header-menu-sns-list img {
  display: block;
  width: 38px;
}
.header-menu-linklist__item.header-menu-sns .header-menu-linklist__child-list > li {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .header-menu-linklist__item.header-menu-sns .header-menu-linklist__child-list > li {
    justify-content: center;
  }
}
.header.is-fixed + * {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .header.is-fixed + * {
    margin-top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .header .header__inner {
    height: 106px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-linklist {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 105px);
    width: calc(100% - 105px);
    height: 46px;
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid #c2c2c2;
    box-shadow: 0 0 0 transparent;
  }
}
@media screen and (max-width: 767px) {
  .header .header-linklist > ul {
    font-size: 0.75rem;
    padding: 0;
    margin: 0 38px 0 20px;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .header .header-linklist > ul > li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .header-search {
    z-index: 2;
    margin-top: -46px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-search[aria-hidden="true"] {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .header-menu {
    margin-top: -46px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-menu[aria-hidden="true"] {
    margin-top: 0;
  }
}
.header.is-2row.is-fixed + * {
  margin-top: 146px;
}
.header.is-2row .header__inner {
  height: 146px;
}
.header.is-2row .header-linklist {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  width: 100%;
  height: 46px;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #c2c2c2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.header.is-2row .header-linklist > ul {
  padding-right: 30px;
  padding-left: 0;
  overflow: auto;
}
.header.is-2row .header-linklist > ul > li:first-child {
  margin-left: 30px;
}
.header.is-2row .header-search {
  z-index: 2;
  margin-top: -46px;
}
.header.is-2row .header-search[aria-hidden="true"] {
  margin-top: 0;
}
.header.is-2row .header-menu {
  margin-top: -46px;
}
.header.is-2row .header-menu[aria-hidden="true"] {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .header.is-search-open .header-buttonlist {
    width: 100%;
    padding-right: 4px;
    background-color: #efefef;
  }
}
@media screen and (max-width: 767px) {
  .header.is-search-open .header-iken-button,
  .header.is-search-open .header-menu-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header.is-search-open .header-search-button {
    padding-top: 15px;
    margin-left: auto;
  }
}
.header.is-menu-open .header-buttonlist {
  width: 100%;
  background-color: #002f5f;
}
@media screen and (max-width: 767px) {
  .header.is-menu-open .header-buttonlist {
    padding-right: 4px;
  }
}
.header.is-menu-open .header-iken-button,
.header.is-menu-open .header-search-button {
  display: none;
}
.header.is-menu-open .header-menu-button {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header.is-menu-open .header-menu-button {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .is-404 .header {
    height: 60px;
  }
}
.is-404 .header__inner {
  height: 100px;
}
@media screen and (max-width: 767px) {
  .is-404 .header__inner {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .is-404 .header__logo {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .is-404 .header__logo img {
    width: 160px;
  }
}
.footer-recommend {
  padding: 40px 0 60px;
  border-top: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .footer-recommend {
    padding: 30px 0;
  }
}
.footer-recommend__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .footer-recommend__inner {
    padding: 0 7.3333333333%;
  }
}
.footer-recommend__title {
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-recommend__title {
    font-size: 1.25rem;
  }
}
.footer-recommend__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer-recommend__list {
    display: block;
    margin-top: 20px;
  }
}
.footer-recommend__list > li {
  width: 29.629%;
  max-width: 320px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer-recommend__list > li {
    max-width: 100%;
    width: 100%;
  }
}
.footer-recommend__list > li:nth-child(n + 2) {
  margin-left: 3.7%;
}
@media screen and (max-width: 767px) {
  .footer-recommend__list > li:nth-child(n + 2) {
    margin-left: 0;
  }
}
.footer-recommend__list > li:nth-child(4) {
  margin-left: 0;
}
.footer-recommend__list > li a {
  display: block;
  text-decoration: none;
}
.footer-recommend__list > li a span {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  margin-top: 6px;
  padding-left: 28px;
  background: url(r_icon_arrow_circle_light.svg) no-repeat left 4px;
  background-size: 20px;
}
.footer-recommend__list > li a img {
  transition: opacity 0.3s;
}
.footer-recommend__list > li a:hover span {
  text-decoration: underline;
}
.footer-recommend__list > li a:hover img {
  opacity: 0.8;
}
.footer-recommend__list > li p {
  font-size: 1rem;
  margin-top: 6px;
}
.footer-recommend__list > li figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
}
.footer-recommend__list > li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-recommend__list__image {
  padding-top: 37.5%;
  position: relative;
}
.footer-sns {
  padding: 50px 0;
  font-size: 1rem;
  text-align: center;
  color: #333;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .footer-sns {
    padding: 30px 0;
  }
}
.footer-sns__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .footer-sns__inner {
    padding: 0 15px;
  }
}
.footer-sns__inner > p:nth-child(n + 2) {
  margin-top: calc(25px - 0.25em);
}
@media screen and (max-width: 767px) {
  .footer-sns__inner > p:nth-child(n + 2) {
    text-align: left;
    margin-top: calc(10px - 0.25em);
  }
}
.footer-sns__inner > a {
  display: inline-block;
  text-decoration: none;
  margin-top: calc(30px - 0.25em);
  color: #333;
}
.footer-sns__inner > a:hover {
  text-decoration: underline;
}
.footer-sns__inner > a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-right: 10px;
  background: url(r_icon_arrow.svg) no-repeat center/100%;
  vertical-align: 2px;
  transform: rotate(-90deg);
}
.footer-sns__title {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-sns__title {
    font-size: 1.25rem;
  }
}
.footer-sns__list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer-sns__list {
    margin-top: 20px;
  }
}
.footer-sns__list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-sns__list ul {
    justify-content: space-between;
  }
}
.footer-sns__list ul li {
  width: 56px;
  height: 56px;
  margin-left: 34px;
}
@media screen and (max-width: 767px) {
  .footer-sns__list ul li {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-left: 0;
  }
}
.footer-sns__list ul li:first-child {
  margin-left: 0;
}
.footer-sns__list ul li img {
  width: 100%;
}
.footer-sns__list-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.footer-sns__list-link:hover {
  opacity: 0.8;
}
.footer-inquiry {
  color: #fff;
  padding: 60px 0;
  background-color: #002f5f;
}
@media screen and (max-width: 767px) {
  .footer-inquiry {
    padding: 30px 0;
  }
}
.footer-inquiry a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .footer-inquiry .footer-inquiry-inner {
    padding: 0 30px;
  }
}
.footer-inquiry-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 76px;
  font-size: 1.375rem;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 6px;
  transition: opacity 0.3s;
}
.footer-inquiry-button:hover {
  opacity: 0.8;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer-inquiry-button:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-inquiry-button {
    width: auto;
    height: 60px;
    font-size: 1.125rem;
    margin: 0 10px;
  }
}
.footer-inquiry-button::before {
  content: "";
  display: block;
  width: 45px;
  height: 32px;
  margin-right: 14px;
  margin-left: -10px;
  background: url(r_icon_discussion_white.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-inquiry-button::before {
    width: 35px;
    height: 25px;
    margin-right: 10px;
    background-size: 100%;
  }
}
.footer-pagetop {
  visibility: hidden;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .footer-pagetop {
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.footer-pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 47, 95, 0.8);
  border: 1px solid #fff;
  border-radius: 6px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.footer-pagetop a > img {
  width: 20px;
  height: 12px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .footer-pagetop a > img {
    width: 14px;
    height: 14px;
  }
}
.footer-pagetop a.is-visible {
  opacity: 1;
}
.footer-pagetop a.is-visible:hover {
  opacity: 0.8;
}
.footer-pagetop.is-visible {
  visibility: visible;
}
.footer-jasrac {
  position: absolute;
  right: calc(50% - 560px);
  bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .footer-jasrac {
    right: 140px;
  }
}
@media screen and (max-width: 767px) {
  .footer-jasrac {
    left: 15px;
    right: auto;
    bottom: 156px;
  }
}
.footer-jasrac__img {
  width: 100%;
  max-width: 80px;
}
.footer-jasrac__num {
  font-size: 0.625rem;
  text-align: right;
}
.footer {
  position: relative;
  color: #fff;
  background-color: #08274d;
}
.footer a {
  color: inherit;
}
.footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 30px 15px 40px;
  }
}
.footer-linklist > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .footer-linklist > ul {
    display: block;
    margin-top: -25px;
    margin-left: 0;
  }
}
.footer-linklist > ul > li {
  margin-top: 20px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .footer-linklist > ul > li {
    font-size: 0.875rem;
    margin-top: 25px;
    margin-left: 0;
  }
}
.footer-language {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer-language {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.footer-language > span {
  font-size: 1.125rem;
  font-weight: bold;
  color: #cddef2;
}
@media screen and (max-width: 767px) {
  .footer-language > span {
    font-size: 0.875rem;
  }
}
.footer-language > ul {
  display: flex;
  margin-left: 20px;
  height: 40px;
  padding: 2px;
  background-color: #cddef2;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .footer-language > ul {
    margin-left: 10px;
    height: 30px;
  }
}
.footer-language > ul li {
  position: relative;
  width: 80px;
  height: 36px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .footer-language > ul li {
    width: 64px;
    height: 26px;
  }
}
.footer-language > ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 26px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-language > ul li::before {
    height: 16px;
  }
}
.footer-language > ul li:last-child::before {
  display: none;
}
.footer-language > ul li.is-current {
  background-color: #fff;
  font-weight: bold;
}
.footer-language > ul li.is-current::before {
  display: none;
}
.footer-language > ul .link-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer-language > ul .link-text {
    font-size: 0.75rem;
  }
}
.footer-language > ul .link-text[aria-current] {
  pointer-events: none;
  text-decoration: none;
}
.footer-language > ul .link-text:hover {
  text-decoration: underline;
}
.footer-language > ul span.link-text:hover {
  text-decoration: none;
}
.footer-address {
  margin-top: 50px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-address {
    margin-top: 200px;
    text-align: left;
  }
}
@media screen and (max-width: 340px) {
  .footer-address {
    padding-right: 60px;
  }
}
.footer-address > p {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .footer-address > p {
    font-size: 1rem;
  }
}
.footer-address > p:nth-child(2) {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .footer-address > p:nth-child(2) {
    font-size: 0.875rem;
  }
}
.footer-copyright {
  margin-top: 30px;
  font-size: 0.875rem;
  color: #d4d8e0;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    margin-top: 10px;
    font-size: 0.6875rem;
    text-align: left;
  }
}
@media screen and (max-width: 340px) {
  .footer-copyright {
    padding-right: 60px;
  }
}
.main-visual {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-visual.lv3 {
    margin-bottom: 50px;
    overflow: inherit;
  }
  .main-visual.lv3.lead-none {
    margin-bottom: 0;
  }
}
.main-visual.lv3 .main-visual-inner {
  height: 280px;
}
@media screen and (max-width: 767px) {
  .main-visual.lv3 .main-visual-inner {
    top: 50%;
    bottom: auto;
    height: 100%;
    transform: translateY(-50%);
  }
}
.main-visual.lv3 .main-visual-inner > h1 > span {
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .main-visual.lv3 .main-visual-inner > h1 > span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .main-visual.lv3 .main-visual-inner .lead {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 10px 15px 0;
    color: #333;
    text-shadow: none;
  }
}
.main-visual.tag-page .main-visual-inner {
  height: 280px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .main-visual.tag-page .main-visual-inner {
    align-items: flex-start;
    justify-content: center;
    height: auto;
    bottom: 0;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-visual.tag-page .main-visual-inner > h1 {
    height: auto;
  }
}
.main-visual.tag-page .main-visual-inner > h1 > span {
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .main-visual.tag-page .main-visual-inner > h1 > span {
    font-size: 1.875rem;
  }
}
.main-visual.tag-page .lead {
  margin-top: 5px;
  font-size: 1.25rem;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .main-visual.tag-page .lead {
    font-size: 1.125rem;
  }
}
.main-visual > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .main-visual > img {
    position: static;
    width: 100%;
    max-width: 100%;
    transform: none;
  }
}
.main-visual-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 1;
  height: 360px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main-visual-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual-inner {
    position: absolute;
    bottom: 10px;
    height: calc(100% - 10px);
    text-align: center;
  }
}
.main-visual-inner > h1 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .main-visual-inner > h1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main-visual-inner > h1 > span {
  text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.54), -1.5px 1.5px 0 rgba(0, 0, 0, 0.54), 1.5px -1.5px 0 rgba(0, 0, 0, 0.54),
    -1.5px -1.5px 0 rgba(0, 0, 0, 0.54);
}
@media screen and (max-width: 767px) {
  .main-visual-inner > h1 > span {
    font-size: 2.25rem;
  }
}
.main-visual .lead {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: left;
  text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.54), -1.5px 1.5px 0 rgba(0, 0, 0, 0.54), 1.5px -1.5px 0 rgba(0, 0, 0, 0.54),
    -1.5px -1.5px 0 rgba(0, 0, 0, 0.54);
}
@media screen and (max-width: 767px) {
  .main-visual .lead {
    max-width: 100%;
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
h1 {
  margin-bottom: 30px;
  font-size: 3.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 1.625rem;
  }
}
.main-visual h1 {
  margin-bottom: 0;
}
.module-tag-button-list + h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .module-tag-button-list + h1 {
    margin-top: 12px;
    margin-bottom: 6px;
  }
}
h2,
.heading-lv2 {
  margin-top: 42px;
  margin-bottom: 18px;
  font-size: 1.75rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h2,
  .heading-lv2 {
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
}
h3,
.heading-lv3 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.375rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h3,
  .heading-lv3 {
    margin-bottom: 16px;
    padding-left: 16px;
    font-size: 1.125rem;
  }
}
h3::before,
.heading-lv3::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 2px;
  background: #002f5f;
}
@media screen and (max-width: 767px) {
  h3::before,
  .heading-lv3::before {
    top: 0px;
    width: 4px;
  }
}
h4 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1rem;
  }
}
.module-sidemenu {
  margin-bottom: 35px;
}
@media screen and (max-width: 1028px) {
  .module-sidemenu {
    display: none;
  }
}
.module-sidemenu ul {
  border-bottom: 1px solid #c2c2c2;
}
.module-sidemenu ul > li {
  border-top: 1px solid #c2c2c2;
}
.module-sidemenu ul > li.is-current > a {
  background: #cddef2;
}
.module-sidemenu ul > li > a {
  display: block;
  position: relative;
  padding: 15px 10px 15px 40px;
  color: #333;
  text-decoration: none;
  text-indent: -20px;
  transition: background-color 0.3s;
}
.module-sidemenu ul > li > a:hover {
  background-color: #cddef2;
  text-decoration: underline;
}
.module-sidemenu ul > li > a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-right: 8px;
  background: url(r_icon_arrow.svg) no-repeat center/100%;
  vertical-align: 2px;
  transform: rotate(-90deg);
}
.module-sidemenu ul > li > a.external > img {
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-left: 10px;
  vertical-align: -2px;
}
.module-sidemenu ul > li.lv2 > a {
  padding: 15px 10px 15px 35px;
  text-indent: -25px;
  font-weight: bold;
}
.module-sidemenu ul > li.lv2 > a::before {
  width: 18px;
  height: 18px;
  background: url(r_icon_arrow_circle.svg) no-repeat center/100%;
  vertical-align: -3px;
  transform: rotate(0);
}
.module-side-articlelist__tag-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1rem;
}
.module-side-articlelist__tag-title:nth-of-type(1) {
  margin-top: -10px;
}
.module-text-wrap > p {
  margin-bottom: 20px;
}
.module-text--right {
  text-align: right !important;
}
.module-text--center {
  text-align: center !important;
}
.module-text--note {
  font-size: 0.875rem;
  color: #666;
}
.module-text--note.attention {
  margin-top: 15px;
  padding-left: 25px;
  background: url(r_icon_attention.svg) no-repeat;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .module-text--note.attention {
    padding-left: 21px;
    background: url(r_icon_attention.svg) no-repeat left 3px/15px;
    text-align: left;
  }
}
.module-text--note.red {
  margin-bottom: 30px;
  color: #c91e24;
}
.module-text--note.red.attention {
  background: url(r_icon_attention_red.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .module-text--note.red.attention {
    padding-left: 21px;
    background: url(r_icon_attention_red.svg) no-repeat left 3px/15px;
    text-align: left;
  }
}
.module-text--underline {
  text-decoration: underline;
}
.aly_tx_right {
  text-align: right;
}
.module-text-generation {
  display: inline-block;
  width: 5em;
}
.module-link {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  color: #333;
  text-decoration: none;
}
.module-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .module-link:hover {
    text-decoration: none;
  }
}
.module-link::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 8px;
  background: url(r_icon_arrow.svg) no-repeat center/100%;
  transform: rotate(-90deg);
}
.module-link-wrap > li {
  margin-bottom: 10px;
}
.module-link-wrap > li:last-child {
  margin-bottom: 0;
}
.module-accordion + .module-link-wrap {
  margin-top: 20px;
}
.module-link .pdf {
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url(r_icon_pdf_black.svg);
  margin-left: 5px;
  vertical-align: -2px;
}
.module-link .icons {
  margin-left: 8px;
  vertical-align: -1px;
}
.external > img {
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-left: 5px;
  vertical-align: -2px;
}
.module-link-wrap.past-link {
  border-top: 1px solid #c2c2c2;
}
.module-link-wrap.past-link > li {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 22px 10px 20px;
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .module-link-wrap.past-link > li {
    font-size: 1rem;
    padding: 14px 10px 13px;
  }
}
.module-link-wrap.past-link > li .module-link {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .module-link-wrap.past-link > li .module-link {
    padding-left: 14px;
  }
}
.module-link-wrap.past-link > li .module-link::before {
  top: 10px;
  left: 0;
  width: 16px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .module-link-wrap.past-link > li .module-link::before {
    top: 8px;
    width: 12px;
    height: 8px;
  }
}
.module-link-wrap.past-link + .module-link-wrap {
  margin-top: 20px;
}
.module-article-list + .module-link-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .module-article-list + .module-link-wrap {
    flex-direction: column-reverse;
  }
}
.module-article-list + .module-link-wrap > li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .module-article-list + .module-link-wrap > li {
    margin-bottom: 10px;
  }
}
.module-article-list + .module-link-wrap > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .module-article-list + .module-link-wrap > li:last-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .module-article-list + .module-link-wrap > li:first-child {
    margin-bottom: 0;
  }
}
.module-article-list + .module-link-wrap.align-right > li:only-child {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .module-article-list + .module-link-wrap.align-right > li:only-child {
    text-align: left;
  }
}
.module-article-list + .module-link-wrap.align-center > li {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module-article-list + .module-link-wrap.align-center > li {
    text-align: left;
  }
}
.module-article-list + .module-link-wrap + .module-link-wrap {
  margin-top: 10px;
}
.module-article-list + .module-link-wrap + .module-link-wrap.align-center > li {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module-article-list + .module-link-wrap + .module-link-wrap.align-center > li {
    text-align: left;
  }
}
.module-button-wrap.column {
  margin-top: -16px;
}
.module-button-wrap.column > .module-button {
  margin: 16px 10px 0;
}
@media screen and (max-width: 767px) {
  .module-button-wrap.column > .module-button {
    margin-right: auto;
    margin-left: auto;
  }
}
.module-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 378px;
  padding: 18px 30px 18px 18px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s;
}
.module-button-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module-button-wrap {
    padding-top: 40px;
  }
}
.module-button-wrap.error {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .module-button-wrap.error {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.module-button-wrap.error .module-button + .module-button {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .module-button-wrap.error .module-button + .module-button {
    margin-top: 16px;
    margin-left: 0;
  }
}
.module-button-wrap.column2 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .module-button-wrap.column2 {
    width: auto;
    max-width: inherit;
    margin: 0 -7px 0 -8px;
  }
}
.module-button-wrap.column2 .module-button {
  width: calc((100% - 15px) / 2);
  margin: 0 7px 0 8px;
}
.module-button__text {
  display: inline-block;
  position: relative;
  z-index: 2;
  text-align: center;
}
.module-button.icon-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 12px;
  height: 8px;
  transform: translateY(-50%) rotate(-90deg);
}
.module-button.icon-arrow-left {
  padding: 18px 18px 18px 30px;
}
.module-button.icon-arrow-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 12px;
  height: 8px;
  transform: translateY(-50%) rotate(90deg);
}
.module-button.icon-close::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 8px;
}
.module-button.general {
  background-color: #002f5f;
  color: #fff;
}
.module-button.general.icon-arrow::after {
  background: url(r_icon_arrow_white.svg) no-repeat center/100%;
}
.module-button.general.icon-arrow-left::before {
  background: url(r_icon_arrow_white.svg) no-repeat center/100%;
}
.module-button.general.icon-close::before {
  background: url(r_icon_close_white.svg) no-repeat center/100%;
}
.module-button.general:hover {
  background-color: #001c39;
}
@media screen and (max-width: 767px) {
  .module-button.general:hover {
    background-color: #002f5f;
  }
}
.module-button.primary {
  border-color: #002f5f;
  background-color: #fff;
  color: #002f5f;
}
.module-button.primary.icon-arrow::after {
  background: url(r_icon_arrow.svg) no-repeat center/100%;
}
.module-button.primary.icon-arrow-left::before {
  background: url(r_icon_arrow.svg) no-repeat center/100%;
}
.module-button.primary.icon-close::before {
  background: url(r_icon_close.svg) no-repeat center/100%;
}
.module-button.primary:hover {
  background-color: #f2f4f7;
}
@media screen and (max-width: 767px) {
  .module-button.primary:hover {
    background-color: #fff;
  }
}
.module-button.secondary {
  border-color: #002f5f;
  background-color: #f2f4f7;
  color: #002f5f;
}
.module-button.secondary.icon-arrow::after {
  background: url(r_icon_arrow.svg) no-repeat center/100%;
}
.module-button.secondary.icon-arrow-left::before {
  background: url(r_icon_arrow.svg) no-repeat center/100%;
}
.module-button.secondary.icon-close::before {
  background: url(r_icon_close.svg) no-repeat center/100%;
}
.module-button.secondary:hover {
  background-color: #d9dbde;
}
@media screen and (max-width: 767px) {
  .module-button.secondary:hover {
    background-color: #f2f4f7;
  }
}
.module-button.large {
  max-width: 460px;
}
.module-list {
  margin-left: 10px;
}
.module-list-wrapper {
  margin-top: 26px;
  margin-bottom: 26px;
}
.module-list > li {
  margin-bottom: 10px;
  padding-left: 16px;
  text-indent: -8px;
}
.module-list > li:last-child {
  margin-bottom: 0;
}
.module-list > li::before {
  content: "●";
  display: inline-block;
  margin-right: 7px;
  font-size: 0.625rem;
  vertical-align: 1px;
}
.module-list--num {
  padding-left: 1.5em;
}
.module-list--num > li {
  margin-bottom: 10px;
  padding-left: 0.5em;
  list-style: decimal;
}
.module-list--num > li:last-child {
  margin-bottom: 0;
}
.module-list--alpha {
  padding-left: 1.5em;
}
.module-list--alpha > li {
  margin-bottom: 10px;
  padding-left: 0.5em;
  list-style: upper-alpha;
}
.module-list--alpha > li:last-child {
  margin-bottom: 0;
}
.module-list-note > li {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: calc(1em + 6px);
  text-indent: calc(-1em - 6px);
}
.module-list-note > li:last-child {
  margin-bottom: 0;
}
.module-list-note > li::before {
  content: "※";
  display: inline-block;
  width: calc(1em + 6px);
  text-indent: 0;
}
.bullet-list > li > a {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  color: #333;
  text-decoration: none;
}
.bullet-list > li > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .bullet-list > li > a:hover {
    text-decoration: none;
  }
}
.bullet-list > li > a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 8px;
  background: url(r_icon_arrow.svg) no-repeat center/100%;
  transform: rotate(-90deg);
}
.bullet-list.inlineblock {
  margin: -5px -25px;
}
@media screen and (max-width: 767px) {
  .bullet-list.inlineblock {
    margin: -5px -10px;
  }
}
.bullet-list.inlineblock > li {
  display: inline-block;
  margin: 5px 25px;
}
@media screen and (max-width: 767px) {
  .bullet-list.inlineblock > li {
    margin: 5px 10px;
  }
}
.module-taglist {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.module-taglist > li {
  margin: 5px;
  line-height: 1;
}
.module-taglist > li > a {
  font-size: 0.875rem;
}
.module-taglist > li > a:hover {
  text-decoration: none;
}
.news-list > li {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #c2c2c2;
}
.news-list > li:last-child {
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .news-list > li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .news-list > li {
    padding: 0;
    flex-direction: column;
    border: none;
  }
  .news-list > li:last-child .news-list-data {
    padding-bottom: 0;
  }
}
.news-list-thum {
  display: none;
  flex: 0 0 auto;
  width: 20vw;
  max-width: 256px;
  margin-right: 30px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .news-list-thum {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.is-thumb-visible .news-list-thum {
  display: block;
}
.news-list-thum > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.953125vw;
  max-height: 153px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .news-list-thum > a {
    height: 55.2vw;
    max-height: 100%;
  }
}
.news-list-thum > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media all and (-ms-high-contrast: none) {
  .news-list-thum > a > img *::-ms-backdrop,
  .news-list-thum > a > img {
    flex: 0 0 auto;
  }
}
.news-list-thum > a.no-image {
  background: url(r_icon_noimage.svg) no-repeat center #cddef2;
}
@media screen and (max-width: 1280px) {
  .news-list-thum > a.no-image {
    background-size: 7.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list-thum > a.no-image {
    background-size: auto;
  }
}
.news-list-data {
  width: calc(100% - (20vw + 30px));
}
@media screen and (max-width: 767px) {
  .news-list-data {
    width: 100%;
    padding: 10px 0 26px;
  }
}
@media screen and (min-width: 1280px) {
  .news-list-data {
    width: calc(100% - (256px + 30px));
  }
}
.is-thumb-invisible .news-list-data {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .is-thumb-invisible .news-list-data {
    width: 100%;
  }
}
.news-list-title {
  width: 100%;
  margin-bottom: 8px;
}
.news-list-title > a {
  color: #333;
  font-size: 1.125rem;
  font-weight: bold;
}
.news-list-title > a.external > img {
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-left: 10px;
  vertical-align: -1px;
}
.news-list-title > a .pdf {
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url(r_icon_pdf_black.svg);
  margin-left: 5px;
  vertical-align: -2px;
}
.news-list-title > a .icons {
  margin-left: 8px;
  vertical-align: -1px;
}
.news-list-date {
  margin-bottom: 12px;
  color: #666;
  font-size: 0.875rem;
}
.news-list-text {
  margin-bottom: 15px;
}
.news-list.no-thum > li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-list.no-thum > li {
    padding: 20px 0;
    border-top: 1px solid #c2c2c2;
  }
  .news-list.no-thum > li:last-child {
    border-bottom: 1px solid #c2c2c2;
  }
}
.news-list.no-thum .news-list-title {
  margin-bottom: 0;
}
.news-list.no-thum .module-taglist {
  margin-top: 10px;
}
.news-list.no-thum .news-list-date {
  color: #333;
  font-size: 1rem;
}
.news-list.no-thum .news-label {
  display: inline-block;
  width: 110px;
  height: 26px;
  margin-left: 30px;
  margin-bottom: 10px;
  padding-top: 2px;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
.news-list.no-thum .news-label.cat01 {
  background: #584914;
}
.news-list.no-thum .news-label.cat03,
.news-list.no-thum .news-label.cat05,
.news-list.no-thum .news-label.cat06 {
  background: #666;
}
.news-list.no-thum .news-label.cat04 {
  background: #544481;
}
.news-list.no-thum .news-label.cat02 {
  background: #10517b;
}
@media screen and (max-width: 767px) {
  .news-list.no-thum .news-label {
    position: absolute;
    top: 20px;
    right: 0;
    margin-left: 0;
  }
}
.news-list.inlineblock {
  margin-bottom: 30px;
}
.news-list.inlineblock > li {
  padding: 17px 0 15px;
}
@media screen and (max-width: 767px) {
  .news-list.inlineblock > li {
    padding: 15px 0;
  }
}
.news-list.inlineblock .news-list-date {
  width: 100%;
  max-width: 190px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .news-list.inlineblock .news-list-date {
    max-width: 100%;
    margin-bottom: 7px;
  }
}
.news-list.inlineblock .news-list-title {
  width: calc(100% - 190px);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .news-list.inlineblock .news-list-title {
    width: 100%;
  }
}
.news-list.inlineblock .news-list-title > a.record {
  position: relative;
  color: #0d2f5c;
  font-weight: normal;
}
.news-list.inlineblock .news-list-title > a.record::before {
  content: "（";
  display: inline-block;
  color: #333;
}
.news-list.inlineblock .news-list-title > a.record::after {
  content: "）";
  display: inline-block;
  color: #333;
}
.news-list.column2 > li {
  flex-direction: row;
  padding: 15px 0;
  border-top: 1px solid #c2c2c2;
}
.news-list.column2 > li:last-child {
  border-bottom: 1px solid #c2c2c2;
}
.news-list.column2 .news-list-thum {
  width: 14.0625vw;
  max-width: 180px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .news-list.column2 .news-list-thum {
    width: 140px;
  }
}
.news-list.column2 .news-list-thum > a {
  height: 9.375vw;
  max-height: 120px;
}
@media screen and (max-width: 767px) {
  .news-list.column2 .news-list-thum > a {
    height: auto;
  }
}
.news-list.column2 .news-list-thum > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.news-list.column2 .news-list-data {
  width: calc(100% - (15.0625vw + 20px));
  padding: 0;
}
@media screen and (max-width: 767px) {
  .news-list.column2 .news-list-data {
    width: calc(100% - (140px + 20px));
  }
}
@media screen and (min-width: 1280px) {
  .news-list.column2 .news-list-data {
    width: calc(100% - (180px + 20px));
  }
}
.module-side-articlelist .news-list > li {
  flex-direction: column;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-top: none;
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .module-side-articlelist .news-list > li {
    display: block;
    position: relative;
    min-height: 66px;
  }
}
.module-side-articlelist .news-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.module-side-articlelist .news-list > li > div {
  display: flex;
}
.module-side-articlelist .news-list .news-list-thum {
  width: 80px;
  flex: 0 0 80px;
  max-width: none;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .module-side-articlelist .news-list .news-list-thum {
    width: 110px;
    flex: 0 0 110px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.module-side-articlelist .news-list .news-list-thum > a {
  height: 48px;
}
@media screen and (max-width: 767px) {
  .module-side-articlelist .news-list .news-list-thum > a {
    height: 66px;
  }
}
.module-side-articlelist .news-list .news-list-thum > a.no-image {
  background-size: 26px auto;
}
@media screen and (max-width: 767px) {
  .module-side-articlelist .news-list .news-list-thum > a.no-image {
    background-size: 32px auto;
  }
}
.module-side-articlelist .news-list .news-list-data {
  width: 100%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .module-side-articlelist .news-list .news-list-data {
    margin-left: 126px;
    padding: 0;
  }
}
.module-side-articlelist .news-list .news-list-title {
  position: relative;
  line-height: 1.5;
  height: calc(1.5rem * 2);
  overflow: hidden;
  margin: -3px 0 0;
}
@media screen and (max-width: 767px) {
  .module-side-articlelist .news-list .news-list-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.module-side-articlelist .news-list .news-list-title > a {
  font-size: 1rem;
}
.module-side-articlelist .news-list .news-list-title::before,
.module-side-articlelist .news-list .news-list-title::after {
  position: absolute;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .module-side-articlelist .news-list .news-list-title::before,
  .module-side-articlelist .news-list .news-list-title::after {
    display: none;
  }
}
.module-side-articlelist .news-list .news-list-title::before {
  content: "…";
  padding: 0 3px;
  bottom: 0;
  right: 1px;
}
.module-side-articlelist .news-list .news-list-title::after {
  content: "";
  width: 100%;
  height: 100%;
}
.module-side-articlelist .news-list .module-taglist {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .module-side-articlelist .news-list .module-taglist {
    margin-left: 121px;
  }
}
.module-accordion {
  margin-bottom: 20px;
}
.module-accordion + .module-accordion {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .module-accordion + .module-accordion {
    margin-top: 20px;
  }
}
.module-accordion.is-disaster button {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .module-accordion.is-disaster button {
    font-size: 1rem;
  }
}
.module-accordion > ul > li {
  border-bottom: 1px solid #c2c2c2;
}
.module-accordion > ul > li:first-child {
  border-top: 1px solid #c2c2c2;
}
.module-accordion h3 {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .module-accordion h3 {
    font-size: 1rem;
  }
}
.module-accordion h3::before {
  display: none;
}
.module-accordion h3 > button {
  color: #333;
}
.module-accordion__tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 10px 20px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .module-accordion__tab {
    padding: 14px 10px 13px;
  }
}
.module-accordion__tab[aria-expanded="true"] .module-accordion__tab__icon::after {
  opacity: 0;
}
.module-accordion__tab__icon {
  flex: 0 0 auto;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  overflow: hidden;
}
.module-accordion__tab__icon::before,
.module-accordion__tab__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: #002f5f;
  transform: translate(-50%, -50%);
}
.module-accordion__tab__icon::before {
  width: 20px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .module-accordion__tab__icon::before {
    width: 16px;
  }
}
.module-accordion__tab__icon::after {
  width: 3px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .module-accordion__tab__icon::after {
    height: 16px;
  }
}
.module-accordion__tab__icon > span {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
}
.module-accordion__panel {
  height: 0;
  overflow: hidden;
}
.module-accordion__panel[aria-hidden="true"] {
  display: none;
}
.module-accordion__body {
  padding: 5px 10px 20px;
}
@media screen and (max-width: 767px) {
  .module-accordion__body {
    padding: 5px 10px 16px;
  }
}
.action-today {
  margin-top: 25px;
  margin-bottom: 25px;
}
.action-today > h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.action-today ul {
  margin: -6px 0 0 10px;
}
.action-today ul > li {
  margin: 6px 0;
  padding-left: 16px;
  text-indent: -8px;
}
.action-today ul > li::before {
  content: "●";
  display: inline-block;
  margin-right: 7px;
  font-size: 0.625rem;
  vertical-align: 1px;
}
.module-schedulelist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 18px;
}
.module-schedulelist__date {
  margin-right: 30px;
  font-size: 1.125rem;
  font-weight: bold;
}
.module-schedulelist__detail .module-dotlist {
  display: flex;
  margin: 0 -12px 0 0;
}
.module-schedulelist__detail .module-dotlist > li {
  margin: 0 12px;
}
.index-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .index-link {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.index-link > h2 {
  margin: 0;
  white-space: nowrap;
}
.index-link .month-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 160px;
  height: 46px;
  margin-left: auto;
  border: 2px solid #333;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .index-link .month-link {
    max-width: 130px;
    max-height: 40px;
  }
}
.index-link .month-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  border: 6px solid transparent;
  border-top: 8px solid #333;
  pointer-events: none;
}
.index-link .month-link > select {
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  padding: 0 30px 0 12px;
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 4px;
  font-weight: bold;
  -webkit-appearance: none;
}
.index-link .month-link > select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .index-link .month-link > select {
    padding: 8px 30px 9px 12px;
  }
}
.press-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .press-list {
    padding: 16px 0;
  }
}
.press-list:last-child {
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .press-list {
    flex-direction: column;
  }
}
.press-list > h2,
.press-list h3 {
  width: 100%;
  max-width: 210px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .press-list > h2,
  .press-list h3 {
    width: 100%;
    margin-bottom: 16px;
  }
}
.press-list > h2::before,
.press-list h3::before {
  display: none;
}
.press-list .bullet-list {
  width: calc(100% - 210px);
  margin: -10px 0;
}
@media screen and (max-width: 767px) {
  .press-list .bullet-list {
    width: 100%;
  }
}
.press-list .bullet-list > li {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.press-list .bullet-list > li > a {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 64px;
  color: #333;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: underline;
}
.press-list .bullet-list > li > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .press-list .bullet-list > li > a:hover {
    text-decoration: underline;
  }
}
.press-list .bullet-list > li > a::before {
  display: none;
}
.press-list .bullet-list > li > a > span {
  position: absolute;
  left: 0;
  width: 48px;
  height: 26px;
  margin-right: 16px;
  padding-top: 1px;
  border: 1px solid #666;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}
.press-list .bullet-list > li > a > span.am {
  background: #fff;
}
.press-list .bullet-list > li > a > span.pm {
  background: #666;
  color: #fff;
}
.module-sns {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .module-sns {
    margin-left: 0;
  }
}
.module-sns > ul {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .module-sns > ul {
    margin-left: 0;
  }
}
.module-sns > ul > li {
  height: 20px;
  margin-left: 10px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .module-sns > ul > li {
    margin-left: 0;
    margin-right: 6px;
  }
}
.module-sns > ul > li a {
  display: block;
  height: 100%;
}
.module-sns > ul > li.snsFb {
  width: 91px;
}
.module-sns > ul > li.snsLn {
  width: 85px;
}
.module-sns.top > ul {
  margin-top: 0;
  margin-bottom: 20px;
}
.module-detail-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .module-detail-title {
    margin-top: 24px;
    font-size: 1.125rem;
  }
}
.module-detail-date {
  display: flex;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .module-detail-date {
    margin-bottom: 10px;
  }
}
.module-detail-date .date {
  position: relative;
  color: #666;
}
.module-detail-date .date::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background: #c2c2c2;
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .module-detail-date.is-disaster {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .module-detail-date.is-disaster .date {
    width: 100%;
    margin-bottom: 2px;
  }
  .module-detail-date.is-disaster .date::after {
    display: none;
  }
}
.module-detail-date.is-disaster .date + .date::after {
  display: none;
}
.module-detail-date-wrap {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 30px;
}
@media screen and (max-width: 767px) {
  .module-detail-date-wrap {
    flex-direction: column;
    margin: 10px 0 20px;
  }
}
.module-detail-date-wrap .module-sns > ul {
  margin-top: 0;
}
.module-detail-page-number {
  margin-bottom: 20px;
}
.module-detail-page-number > * {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.module-detail-text {
  margin-bottom: 20px;
}
.module-detail-bold {
  font-weight: bold;
}
.has-detail-more {
  position: relative;
  max-height: 530px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .has-detail-more {
    max-height: 780px;
  }
}
.has-detail-more.is-close {
  padding-bottom: 60px;
}
.has-detail-more.is-close .module-more {
  display: block;
}
.has-detail-more.is-open {
  max-height: none;
}
.has-detail-more .module-more {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}
.has-detail-more .module-more::before {
  content: "";
  position: absolute;
  top: -101px;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}
@media screen and (max-width: 767px) {
  .has-detail-more .module-more::before {
    top: -83px;
    height: 82px;
  }
}
.detail-slider-box {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 80%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .detail-slider-box {
    width: 100%;
  }
}
.detail-slider-box.is-disabled {
  padding-bottom: 0;
}
.detail-slider-box.is-disabled .swiper-pagination {
  display: none;
}
.detail-slider-box.is-disabled .swiper-button-prev,
.detail-slider-box.is-disabled .swiper-button-next {
  display: none;
}
.detail-slider-box .swiper-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: static;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .detail-slider-box .swiper-pagination {
    margin-top: 20px;
  }
}
.detail-slider-box .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin: 7px;
  background: #c2c2c2;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .detail-slider-box .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
  }
}
.detail-slider-box
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #002f5f;
}
.detail-slider-box .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.detail-slider-box .swiper-slide {
  margin: 0;
}
.detail-slider-box .swiper-slide.is-hidden {
  visibility: hidden;
}
.detail-slider-box .slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(523 / 1440 * 100vw);
  max-height: 523px;
  background: #333;
  line-height: 0;
}
@media screen and (max-width: 1028px) {
  .detail-slider-box .slide-img {
    height: calc(517 / 1028 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .detail-slider-box .slide-img {
    height: calc(442 / 767 * 100vw);
  }
}
.detail-slider-box .slide-img > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}
.detail-slider-box .slide-text {
  margin-top: 15px;
  color: #666;
  font-size: 0.875rem;
}
.detail-slider-box .swiper-button-prev,
.detail-slider-box .swiper-button-next {
  top: calc(50% - 48px);
  width: 40px;
  height: 60px;
  margin-top: 0;
  background: rgba(51, 51, 51, 0.6);
}
.detail-slider-box .swiper-button-prev::after,
.detail-slider-box .swiper-button-next::after {
  display: none;
}
.detail-slider-box .swiper-button-prev > img,
.detail-slider-box .swiper-button-next > img {
  width: 20px;
  height: 12px;
}
.detail-slider-box .swiper-button-prev {
  left: 0;
  border-radius: 0 6px 6px 0;
}
.detail-slider-box .swiper-button-prev > img {
  transform: rotate(90deg);
}
.detail-slider-box .swiper-button-next {
  right: 0;
  border-radius: 6px 0 0 6px;
}
.detail-slider-box .swiper-button-next > img {
  transform: rotate(-90deg);
}
.movBox {
  width: 80%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .movBox {
    width: 100%;
  }
}
.movBox .movSummary {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .movBox .movSummary {
    margin-bottom: 15px;
  }
}
.movBox .theoplayer-container {
  width: 100% !important;
  height: 0 !important;
  padding-top: 56.25% !important;
}
.movBox .module-detail-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .movBox .module-detail-text {
    margin-bottom: 15px;
  }
}
.movBox center:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .movBox center:nth-of-type(n + 2) {
    margin-top: 2em;
  }
}
.movBox .movNote {
  display: inline-flex;
  flex-direction: column;
}
.movBox .movNote button {
  color: #0d2f5c;
  text-decoration: underline;
}
.movBox .movNote button:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .movBox .movNote button:hover {
    text-decoration: underline;
  }
}
.movBox .module-text--note {
  display: inline-block;
}
.movBox .modal {
  display: none;
}
.iframeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframeBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.meibo-img-box {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .meibo-img-box {
    max-width: 100%;
  }
}
.meibo-img .bullet-list {
  display: flex;
  flex-wrap: wrap;
  margin: -2px -10px -3px -10px;
}
@media screen and (max-width: 767px) {
  .meibo-img .bullet-list {
    flex-direction: column;
  }
}
.meibo-img .bullet-list > li {
  margin: 2px 10px 3px 10px;
}
.meibo-img .bullet-list > li > a {
  padding: 8px 16px 8px 30px;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s;
}
.meibo-img .bullet-list > li > a::before {
  top: 17px;
  left: 16px;
}
.meibo-img .bullet-list > li > a:hover {
  background: #efefef;
  text-decoration: underline;
}
.meibo-img .bullet-list > li.is-current > a {
  background: #efefef;
}
.gaiji {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  max-width: initial;
}
.gaiji.size-reg {
  height: 1rem;
  top: 0.15em;
}
.module-meibo-profile {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .module-meibo-profile {
    flex-direction: column;
  }
}
.module-meibo-profile__img {
  width: 100%;
  max-width: 245px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .module-meibo-profile__img {
    max-width: 150px;
    margin: 20px auto 10px;
    flex-shrink: 0;
  }
}
.module-meibo-profile__unit {
  display: flex;
  flex-direction: column;
  width: calc(100% - 285px);
}
@media screen and (max-width: 767px) {
  .module-meibo-profile__unit {
    width: 100%;
    text-align: center;
  }
}
.module-meibo-profile__unit:only-child {
  margin-right: auto;
}
.module-meibo-profile__unit h1 .gaiji {
  margin: 11px 0 -4px;
}
@media screen and (max-width: 767px) {
  .module-meibo-profile__unit h1 .gaiji {
    height: 26px;
    margin: 0;
  }
}
.module-meibo-profile__unit h2 {
  margin-top: 0;
}
.module-meibo-profile .generation {
  order: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .module-meibo-profile .generation {
    font-size: 1rem;
  }
}
.module-meibo-profile h1 {
  order: 1;
  margin-bottom: 10px;
}
.module-meibo-profile .module-text--note {
  display: block;
  margin-top: 5px;
  color: #333;
  font-weight: normal;
}
.module-meibo-profile .position {
  order: 2;
  font-size: 1.125rem;
  font-weight: bold;
}
.module-meibo-box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .module-meibo-box {
    flex-direction: column;
  }
}
.module-meibo-box + .module-meibo-box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .module-meibo-box + .module-meibo-box {
    margin-top: 14px;
  }
}
.module-meibo-box__img {
  flex: 0 0 auto;
  width: 100%;
  max-width: 305px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .module-meibo-box__img {
    margin: 0 auto;
  }
}
dl.rekidai-profile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 13px 0 12px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  dl.rekidai-profile {
    flex-direction: column;
  }
}
dl.rekidai-profile dt {
  width: 130px;
  padding: 7px 0 8px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  dl.rekidai-profile dt {
    width: 100%;
    padding: 0;
  }
}
dl.rekidai-profile dd {
  width: calc(100% - 130px);
  padding: 7px 0 8px;
}
@media screen and (max-width: 767px) {
  dl.rekidai-profile dd {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  dl.rekidai-profile dd:last-child {
    margin-bottom: 0;
  }
}
.rekidai-cabinet .module-text--note {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet .module-text--note {
    margin-bottom: 15px;
  }
}
.rekidai-cabinet-content {
  text-align: left;
}
.rekidai-cabinet-content + .rekidai-cabinet-content tbody {
  border-top: 3px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content + .rekidai-cabinet-content tbody tr:last-child {
    padding: 15px 0;
  }
}
.rekidai-cabinet-content + .rekidai-cabinet-content tbody tr:last-child th,
.rekidai-cabinet-content + .rekidai-cabinet-content tbody tr:last-child td {
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content + .rekidai-cabinet-content tbody tr:last-child th,
  .rekidai-cabinet-content + .rekidai-cabinet-content tbody tr:last-child td {
    padding: 0;
  }
}
.rekidai-cabinet-content table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content thead {
    display: none;
  }
}
.rekidai-cabinet-content thead th {
  padding: 0 20px 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content thead th {
    padding: 0;
  }
}
.rekidai-cabinet-content tbody {
  border-top: 4px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content tbody {
    border-top: none;
  }
}
.rekidai-cabinet-content tbody tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content tbody tr:last-child {
    padding: 15px 0 40px;
  }
}
.rekidai-cabinet-content tbody tr:last-child th,
.rekidai-cabinet-content tbody tr:last-child td {
  padding: 20px 20px 40px 0;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content tbody tr:last-child th,
  .rekidai-cabinet-content tbody tr:last-child td {
    padding: 0;
  }
}
.rekidai-cabinet-content tr {
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content tr {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
  }
}
.rekidai-cabinet-content th,
.rekidai-cabinet-content td {
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content th,
  .rekidai-cabinet-content td {
    padding: 0;
  }
}
.rekidai-cabinet-content th {
  width: 55%;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content th {
    width: 100%;
    margin-bottom: 10px;
  }
}
.rekidai-cabinet-content td {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content td {
    width: 100%;
    margin-bottom: 8px;
  }
}
.rekidai-cabinet-content td:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content td:last-child {
    margin-bottom: 0;
  }
}
.rekidai-cabinet-content td > a {
  position: relative;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #333;
}
.rekidai-cabinet-content td > a:hover {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content.meibo tbody {
    border-top: 4px solid #c2c2c2;
  }
}
.rekidai-cabinet-content.meibo tbody tr:last-child {
  border-bottom: 1px solid #c2c2c2;
}
.rekidai-cabinet-content.meibo th {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content.meibo th {
    width: 100%;
  }
}
.rekidai-cabinet-content.meibo td {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content.meibo td {
    width: 100%;
  }
}
.rekidai-cabinet-content.meibo td:last-child {
  width: 9%;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-content.meibo td:last-child {
    width: 100%;
  }
}
.rekidai-cabinet-heading {
  display: flex;
  align-items: baseline;
  margin-top: 42px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-heading {
    display: block;
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
.rekidai-cabinet-heading > h2,
.rekidai-cabinet-heading .heading-lv2 {
  margin-top: 0;
  margin-bottom: 0;
}
.rekidai-cabinet-heading > a {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .rekidai-cabinet-heading > a {
    display: inline-block;
    margin-top: 10px;
    margin-left: 0;
  }
}
.module-table {
  width: 100%;
  border: 1px solid #b2b2b2;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .module-table {
    table-layout: fixed;
  }
}
@media screen and (max-width: 767px) {
  .module-table tr {
    display: flex;
    flex-direction: column;
  }
}
.module-table th,
.module-table td {
  padding: 10px 16px 12px 16px;
  border-bottom: 1px solid #b2b2b2;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.module-table th {
  width: 20.46875vw;
  background: #efefef;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .module-table th {
    width: 100%;
  }
}
.module-table td {
  width: 41.875vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .module-table td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-table--scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.module-table--scroll table {
  width: 100%;
  border: 1px solid #b2b2b2;
  border-bottom: none;
}
.module-table--scroll thead th {
  background: #666;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.module-table--scroll thead th:first-child {
  border-left: none;
}
.module-table--scroll th,
.module-table--scroll td {
  padding: 10px 16px 12px 16px;
  border-bottom: 1px solid #b2b2b2;
  text-align: left;
  vertical-align: top;
}
.module-table--scroll th {
  background: #efefef;
  font-weight: normal;
  vertical-align: top;
}
.module-table--scroll td {
  border-left: 1px solid #b2b2b2;
  background: #fff;
}
.table-archive {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .table-archive thead {
    display: none;
  }
}
.table-archive thead th {
  padding: 0 20px 10px 0;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-archive thead th {
    padding: 0;
  }
}
.table-archive tbody {
  border-top: 4px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .table-archive tbody {
    border-top: 1px solid #c2c2c2;
  }
}
.table-archive tr {
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .table-archive tr {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
  }
}
.table-archive td {
  width: 60%;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .table-archive td {
    width: 100%;
    padding: 0;
  }
}
.table-archive td:first-child {
  width: 40%;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .table-archive td:first-child {
    width: 100%;
  }
}
.res-table {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .res-table tr {
    display: flex;
    flex-direction: column;
  }
}
.res-table th {
  width: 215px;
  padding: 7px 15px 8px 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .res-table th {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }
}
.res-table td {
  width: calc(100% - 215px);
  padding: 7px 0 8px;
}
@media screen and (max-width: 767px) {
  .res-table td {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.res-dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .res-dl {
    flex-direction: column;
  }
}
.res-dl.no-bd {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.res-dl + .res-dl {
  padding-top: 0;
  border-top: none;
}
.res-dl dt {
  width: 215px;
  padding: 7px 15px 8px 0;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .res-dl dt {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }
}
.res-dl dd {
  width: calc(100% - 215px);
  padding: 7px 0 8px;
}
@media screen and (max-width: 767px) {
  .res-dl dd {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .res-dl dd + dt {
    margin-top: 24px;
  }
}
.res-dl dd > *:first-child {
  margin-top: 0;
}
.res-dl dd > *:last-child {
  margin-bottom: 0;
}
.res-columns {
  display: flex;
  flex-wrap: wrap;
}
.res-columns.column4 .column-item {
  width: calc(100% / 4);
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .res-columns.column4 .column-item {
    width: 100%;
  }
}
.feature {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 767px) {
  .feature {
    flex-direction: column;
    margin: -10px 0;
  }
}
.feature > li {
  width: calc(50% - 30px);
  margin: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .feature > li {
    width: 100%;
    margin: 10px 0;
  }
}
.feature > li > a {
  color: #333;
  text-decoration: none;
}
.feature > li > a:hover .feature-title {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .feature > li > a:hover .feature-title {
    text-decoration: none;
  }
}
.feature-unit {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .feature-unit {
    padding: 25px 20px;
  }
}
.feature-title {
  margin-bottom: 10px;
  padding-left: 1.3em;
  font-size: 1.25rem;
  font-weight: bold;
  text-indent: -1.3em;
}
.feature-title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-right: 8px;
  background: url(r_icon_arrow.svg) no-repeat center/100%;
  transform: rotate(-90deg);
  vertical-align: 3px;
}
[target="_blank"] .feature-title img {
  width: 18px;
  height: 17px;
  margin-left: 8px;
  vertical-align: -1px;
}
.his-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .his-block {
    padding: 55px 0 15px;
  }
}
.his-block:last-child {
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .his-block.has-totalday {
    padding-bottom: 55px;
  }
}
.his-detail {
  flex-shrink: 1;
  flex-grow: 1;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .his-detail {
    margin-left: 15px;
  }
}
.his-detail:only-child {
  margin-left: 0;
}
.his-detail-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .his-detail-top {
    display: block;
  }
}
.his-generation {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 7px 0 8px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .his-generation {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 1.125rem;
    margin: 0;
  }
}
.his-generation::before {
  display: none;
}
.his-name {
  font-weight: bold;
}
.his-name > a {
  color: #333;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .his-name > a {
    margin-top: 6px;
    font-size: 1.125rem;
  }
}
.his-data {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .his-data {
    text-align: left;
  }
}
.his-day {
  display: inline-block;
  padding: 2px 12px 4px;
  border-radius: 4px;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .his-day {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 0.875rem;
  }
}
.his-day span {
  display: inline-block;
  min-width: 60px;
  padding: 0 2px 0 4px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .his-day span {
    min-width: 56px;
    font-size: 1.25rem;
  }
}
.his-period {
  color: #666;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .his-period {
    margin-top: 4px;
    font-size: 0.75rem;
  }
}
.his-totalday {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 0;
  padding: 4px 6px 6px 10px;
  border: 1px solid #666;
  border-radius: 4px;
  color: #666;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .his-totalday {
    margin-top: 2px;
  }
}
.his-totalday > span {
  padding: 0 2px 0 4px;
  font-size: 1.125rem;
  font-weight: bold;
}
.his-link-list {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .his-link-list {
    flex-direction: column;
  }
}
.his-link-list > li {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .his-link-list > li {
    margin-bottom: 8px;
  }
}
.his-link-list > li > a {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .his-link-list > li > a {
    font-size: 0.875rem;
  }
}
.his-link-list > li > a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 8px;
  background: url(r_icon_arrow.svg) no-repeat center/100%;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .his-link-list > li > a::before {
    top: 6px;
  }
}
.his-link-list > li > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .his-link-list > li > a:hover {
    text-decoration: none;
  }
}
.his-inner-img {
  width: 120px;
  flex: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .his-inner-img {
    width: 100px;
    flex: 0 1 100px;
  }
}
.his-inner-img img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
.rekidainaikaku-current {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .rekidainaikaku-current {
    margin-bottom: 60px;
  }
}
.search-pager {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search-pager {
    margin-top: 30px;
  }
}
.search-pager ul {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 -7px 0 -8px;
  padding-left: 140px;
  padding-right: 140px;
}
@media screen and (max-width: 767px) {
  .search-pager ul {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 44px;
  }
}
.search-pager ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  color: #002f5f;
  background: transparent;
  margin: 0 7px 0 8px;
}
.search-pager ul > li:hover {
  text-decoration: none;
}
.search-pager ul > li.now {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #002f5f;
}
.search-pager ul > li.now > a {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.search-pager ul > li > a {
  cursor: pointer;
}
.search-pager ul > li.skip-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
}
.search-pager ul > li.skip-btn > a {
  font-weight: bold;
  text-decoration: none;
}
.search-pager ul > li.skip-btn > a:hover {
  text-decoration: underline;
}
.search-pager ul > li.skip-btn > a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-right: 8px;
  background: url(r_icon_arrow_w.svg) no-repeat center/100%;
}
.search-pager ul > li.skip-btn.last {
  left: auto;
  right: 0;
}
.search-pager ul > li.skip-btn.last > a::before {
  display: none;
}
.search-pager ul > li.skip-btn.last > a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 8px;
  background: url(r_icon_arrow_w_right.svg) no-repeat center/100%;
}
.module-graybox {
  margin-bottom: 40px;
  padding: 30px;
  background: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .module-graybox {
    padding: 22px 20px 26px;
  }
}
.module-graybox > *:first-child {
  margin-top: 0;
}
#filters h2 {
  margin-top: 0;
}
#filters .search-option-check-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 305px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  #filters .search-option-check-btn {
    width: auto;
    max-width: inherit;
    margin: 20px -8px 20px -7px;
  }
}
#filters .search-option-check-btn > button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 145px;
  padding: 12px 10px;
  border: 2px solid #002f5f;
  border-radius: 6px;
  background: #fff;
  color: #002f5f;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  #filters .search-option-check-btn > button {
    max-width: inherit;
    margin: 0 8px 0 7px;
  }
}
#filters .search-option-check-btn > button#check::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-top: 2px;
  margin-right: 10px;
  background: url(r_icon_check.svg) no-repeat center/100%;
}
#filters .search-option-check-btn > button#check:hover::before {
  background-image: url(r_icon_check_white.svg);
}
@media screen and (max-width: 767px) {
  #filters .search-option-check-btn > button#check:hover::before {
    background-image: url(r_icon_check.svg);
  }
}
#filters .search-option-check-btn > button#clear::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-right: 8px;
  background: url(r_icon_close.svg) no-repeat center/100%;
}
#filters .search-option-check-btn > button#clear:hover::before {
  background-image: url(r_icon_close_white.svg);
}
@media screen and (max-width: 767px) {
  #filters .search-option-check-btn > button#clear:hover::before {
    background-image: url(r_icon_close.svg);
  }
}
#filters .search-option-check-btn > button:hover {
  background-color: #002f5f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #filters .search-option-check-btn > button:hover {
    background-color: #fff;
    color: #002f5f;
  }
}
.search-option-submit {
  margin-top: 20px;
  text-align: center;
}
.search-option-submit > button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  padding: 17px 10px;
  border: 2px solid #002f5f;
  border-radius: 6px;
  background: #fff;
  color: #002f5f;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s;
}
.search-option-submit > button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  margin-top: 2px;
  margin-right: 10px;
  background: url(r_icon_sort.svg) no-repeat center/100%;
}
.search-option-submit > button:hover {
  background-color: #002f5f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .search-option-submit > button:hover {
    background-color: #fff;
    color: #002f5f;
  }
}
.search-option-submit > button:hover::before {
  background-image: url(r_icon_sort_white.svg);
}
@media screen and (max-width: 767px) {
  .search-option-submit > button:hover::before {
    background-image: url(r_icon_sort.svg);
  }
}
.checkList {
  display: flex;
  flex-wrap: wrap;
}
.checkList > li {
  display: inline-block;
  position: relative;
  width: calc(100% / 8);
  min-width: 150px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .checkList > li {
    width: calc(100% / 2);
    min-width: 125px;
  }
}
.checkList > li > input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.checkList > li > input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.checkList > li > input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  background: #fff;
}
.checkList > li > input[type="checkbox"] + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 2px;
  width: 13px;
  height: 10px;
  overflow: hidden;
}
.checkList > li > input[type="checkbox"]:focus + label::before {
  outline: 1px dotted #002f5f;
}
.checkList > li > input[type="checkbox"]:checked + label::after {
  background: url(r_icon_check.svg) no-repeat left center;
}
.checkList > li > input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
  opacity: 0.5;
}
.radioList {
  display: flex;
  flex-wrap: wrap;
}
.radioList > li {
  display: inline-block;
  position: relative;
  width: calc(100% / 8);
  min-width: 150px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .radioList > li {
    width: calc(100% / 2);
    min-width: 125px;
  }
}
.radioList > li > input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.radioList > li > input[type="radio"] + label {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.radioList > li > input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.radioList > li > input[type="radio"] + label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.radioList > li > input[type="radio"]:focus + label::before {
  outline: 1px dotted #002f5f;
}
.radioList > li > input[type="radio"]:checked + label::after {
  background: #0d2f5c;
}
.radioList > li > input[type="radio"]:disabled + label {
  cursor: not-allowed;
  opacity: 0.5;
}
.pageLink {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.pageLink > li {
  font-weight: bold;
}
.pageLink > li > a {
  text-decoration: none;
}
.pageLink > li > a:hover {
  text-decoration: underline;
}
.pageLink > li.prev::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-right: 10px;
  background: url(r_icon_arrow.svg) no-repeat center/100%;
  transform: rotate(90deg);
  vertical-align: 1px;
}
.pageLink > li.next::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-left: 10px;
  background: url(r_icon_arrow.svg) no-repeat center/100%;
  transform: rotate(-90deg);
  vertical-align: 1px;
}
.module-explanation {
  margin-top: 50px;
  padding: 40px 40px 45px;
  background: #f0f6fc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module-explanation {
    margin: 40px -15px 0;
    padding: 30px 15px 20px;
  }
}
.module-explanation__title {
  margin-top: 0;
  margin-bottom: 16px;
  color: #002f5f;
  font-size: 1.75rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .module-explanation__title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.module-explanation__text {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .module-explanation__text {
    margin-bottom: 16px;
    text-align: left;
  }
}
.module-explanation__list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 767px) {
  .module-explanation__list {
    flex-direction: column;
    margin: 0;
  }
}
.module-explanation__list > li {
  width: calc((100% / 2) - 30px);
  max-width: 485px;
  margin: 15px;
}
@media screen and (max-width: 767px) {
  .module-explanation__list > li {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.module-explanation__definition > dt {
  margin-bottom: 10px;
  padding: 5px 0;
  border-radius: 2px;
  background: #cddef2;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .module-explanation__definition > dt {
    margin-bottom: 0;
    padding: 4px 0;
    font-size: 1rem;
  }
}
.module-explanation__definition > dd {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .module-explanation__definition > dd {
    padding: 15px;
  }
}
.module-article-list__body {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .module-article-list__body {
    display: block;
    margin-top: -40px;
    margin-left: 0;
  }
}
.module-article-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 1 auto;
  width: calc(50% - 20px);
  max-width: 480px;
  margin-top: 20px;
  margin-left: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .module-article-list__item {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
.module-article-list__item:nth-child(n + 11) {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
}
.module-article-list__item:nth-child(n + 11) iframe {
  visibility: hidden !important;
}
.module-article-list__item.is-visible {
  height: auto;
  overflow: visible;
  visibility: visible;
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .module-article-list__item.is-visible {
    margin-left: 0;
  }
}
.module-article-list__item.is-visible iframe {
  visibility: visible !important;
}
.module-article-list__item-main > a {
  display: block;
  color: #333;
}
.module-article-list__item-main > a:hover {
  text-decoration: none;
}
.module-article-list__item-head {
  position: relative;
  padding-top: 59.7916666667%;
}
@media screen and (max-width: 767px) {
  .module-article-list__item-head {
    padding-top: 60%;
  }
}
.module-article-list__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
}
.module-article-list__item-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
}
.no-image .module-article-list__item-img {
  background: url(r_icon_noimage.svg) no-repeat center #cddef2;
}
@media screen and (max-width: 1280px) {
  .no-image .module-article-list__item-img {
    background-size: 7.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .no-image .module-article-list__item-img {
    background-size: auto;
  }
}
.module-article-list h2 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding-top: 6px;
  padding-left: 0;
}
.module-article-list h2::before {
  display: none;
}
.module-article-list__item-update {
  display: inline-block;
  font-size: 0.875rem;
  color: #666;
  margin-top: 4px;
}
.module-article-list__item-aside {
  padding-top: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .module-article-list__item-aside {
    padding-top: 10px;
  }
}
.module-article-list .module-taglist {
  margin-top: 0;
}
.module-article-list__item-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-left: -3px;
}
@media screen and (max-width: 767px) {
  .module-article-list__item-share {
    margin-top: 17px;
  }
}
.module-article-list__item-share > * {
  margin: 3px;
}
.module-article-list__item-share > span {
  display: block;
  height: 20px;
}
.module-article-list__item-share > span a {
  display: block;
  height: 100%;
}
.module-article-list__item-share > span.facebook {
  width: 91px;
}
.module-article-list__item-share > span.line {
  width: 85px;
}
.module-article-list__item-share .fb_iframe_widget span {
  display: block;
}
.hp-search__form-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hp-search__form-container {
    display: block;
    margin-top: 15px;
  }
}
.hp-search__target {
  display: flex;
  align-items: center;
  padding: 2px;
  border: 1px solid #002f5f;
  border-radius: 4px;
  background-color: #fff;
}
.hp-search__target > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-decoration: none;
  width: 168px;
  height: 34px;
  border-radius: 3px;
  color: #002f5f;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .hp-search__target > a {
    width: auto;
    flex: 1 1 auto;
  }
}
.hp-search__target > a:hover {
  text-decoration: underline;
}
.hp-search__target > a.is-selected {
  font-weight: bold;
  color: #fff;
  background-color: #002f5f;
}
.hp-search__target > a.is-selected:hover {
  text-decoration: none;
}
.hp-search form.gsc-search-box {
  color: #333;
  margin-bottom: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .hp-search form.gsc-search-box {
    margin-top: 20px;
    margin-left: 0;
  }
}
.hp-search form.gsc-search-box table.gsc-search-box {
  margin-bottom: 0;
  position: relative;
}
.hp-search form.gsc-search-box .gsc-input {
  font-size: 1rem;
  padding-right: 0;
}
.hp-search form.gsc-search-box .gsc-input-box {
  border: none;
}
.hp-search form.gsc-search-box .gsib_a {
  padding: 0;
}
.hp-search form.gsc-search-box .gsib_a input {
  padding: 10px 45px 10px 20px !important;
  border: 1px solid #b2b2b2 !important;
  margin: 0 !important;
  height: 50px !important;
  background-position-x: 20px !important;
}
@media screen and (max-width: 767px) {
  .hp-search form.gsc-search-box .gsib_a input {
    padding: 10px 45px 10px 10px !important;
  }
}
.hp-search form.gsc-search-box td.gsc-search-button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: auto;
  margin: 0;
}
.hp-search form.gsc-search-box td.gsc-search-button button {
  display: flex;
  width: 45px;
  height: 48px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: url(r_icon_search.svg) no-repeat center center;
  background-size: 19px;
}
.hp-search form.gsc-search-box td.gsc-search-button button svg {
  display: none;
}
.hp-search #google-area {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hp-search #google-area {
    margin-top: 15px;
  }
}
.hp-search .gsib_b {
  display: none;
}
.hp-search .gsc-control-cse {
  font-size: 1rem;
  padding: 0;
  border: none;
  background: transparent;
}
.hp-search .gsc-control-cse .gsc-above-wrapper-area {
  border-bottom: none;
  padding: 0;
}
.hp-search .gsc-control-cse .gsc-result-info {
  font-size: 1rem;
  padding: 0;
  color: #333;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-control-cse .gsc-result-info {
    margin-right: 10px;
  }
}
.hp-search .gsc-control-cse .gsc-result-info b {
  font-size: 1.125rem;
}
.hp-search .gsc-control-cse .gsc-orderby {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hp-search .gsc-control-cse .gsc-orderby-label {
  color: #333;
  padding: 0;
  white-space: nowrap;
}
.hp-search .gsc-control-cse .gsc-option-menu-container {
  display: block;
  font-size: inherit;
}
.hp-search .gsc-control-cse .gsc-option-menu-item {
  color: #333;
}
.hp-search .gsc-control-cse .gsc-option-menu-item-highlighted {
  background: #cddef2;
}
.hp-search .gsc-control-cse .gsc-selected-option-container {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  text-align: left;
  white-space: nowrap;
  width: 100px;
  height: 40px;
  max-width: none;
  min-width: 0;
  background: #fff;
  border: 2px solid #333;
  border-radius: 4px;
  padding: 0 27px 0 13px;
  margin: 0 0 0 8px;
  box-shadow: 0 0 0 transparent;
  color: #333;
  line-height: 1;
}
.hp-search .gsc-control-cse .gsc-selected-option-container::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.275em);
  right: 8px;
  border: 5px solid transparent;
  border-top: 7px solid #333;
  pointer-events: none;
}
.hp-search .gsc-control-cse .gsc-option-selector {
  display: none;
}
.hp-search .gsc-wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-wrapper {
    margin-top: 20px;
  }
}
.hp-search .gsc-results {
  width: 100%;
  padding: 0;
  border-top: 1px solid #b2b2b2;
}
.hp-search .gsc-results .gsc-result {
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gsc-result {
    padding: 10px 0;
  }
}
.hp-search .gsc-results .gsc-result:hover {
  background: transparent;
  border-color: #b2b2b2;
}
.hp-search .gsc-results .gs-webResult.gs-result {
  position: relative;
  min-height: 120px;
  padding-left: 180px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gs-webResult.gs-result {
    min-height: 0 !important;
    padding-left: 0;
  }
}
.hp-search .gsc-results .gs-webResult.gs-result.is-noimage {
  padding-left: 0;
}
.hp-search .gsc-results .gs-webResult.gs-result .gsc-thumbnail-inside {
  padding: 0;
}
.hp-search .gsc-results .gs-webResult.gs-result a.gs-title {
  font-size: 1rem;
  line-height: 1.6;
  color: #002f5f;
  text-decoration: underline;
}
.hp-search .gsc-results .gs-webResult.gs-result a.gs-title b {
  color: #002f5f;
}
.hp-search .gsc-results .gs-webResult.gs-result a.gs-title:link {
  color: #002f5f;
}
.hp-search .gsc-results .gs-webResult.gs-result a.gs-title:link b {
  color: #002f5f;
}
.hp-search .gsc-results .gs-webResult.gs-result .gsc-url-top {
  padding: 0;
}
.hp-search .gsc-results .gs-webResult.gs-result .gsc-url-top .gs-visibleUrl {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 2px;
}
.hp-search .gsc-results .gs-webResult.gs-result .gs-fileFormat,
.hp-search .gsc-results .gs-webResult.gs-result .gs-fileFormatType {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
}
.hp-search .gsc-results .gs-webResult.gs-result .gsc-table-result {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gs-webResult.gs-result .gsc-table-result {
    display: flex;
    margin-top: 6px;
  }
}
.hp-search .gsc-results .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-thumbnail {
  width: 140px;
  flex: 0 0 140px;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-thumbnail {
    margin-right: 20px;
  }
}
.hp-search .gsc-results .gs-webResult.gs-result .gs-web-image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  float: none;
  padding: 0;
  margin: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gs-webResult.gs-result .gs-web-image-box {
    position: static;
  }
}
.hp-search .gsc-results .gs-webResult.gs-result .gs-web-image-box:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gs-webResult.gs-result .gs-web-image-box:hover {
    opacity: 1;
  }
}
.hp-search .gsc-results .gs-webResult.gs-result .gs-web-image-box .gs-image {
  display: block;
  max-width: none;
  max-height: none;
  width: 160px;
  height: auto;
  border: none;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gs-webResult.gs-result .gs-web-image-box .gs-image {
    width: 100%;
  }
}
.hp-search .gsc-results .gs-webResult.gs-result .gsc-table-cell-snippet-close {
  padding: 0;
}
.hp-search .gsc-results .gs-webResult.gs-result .gsc-table-cell-snippet-close .gs-snippet {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gs-webResult.gs-result .gsc-table-cell-snippet-close .gs-snippet {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.hp-search .gsc-results .gsc-cursor-box {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gsc-cursor-box {
    margin-top: 40px;
  }
}
.hp-search .gsc-results .gsc-cursor-box .gsc-cursor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  text-decoration: underline;
  color: #002f5f;
  background: transparent;
  margin-right: 0;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin-left: 7px;
  }
}
.hp-search .gsc-results .gsc-cursor-box .gsc-cursor-page:first-of-type {
  margin-left: 0;
}
.hp-search .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none;
}
.hp-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #002f5f;
}
.hp-search .gsc-results .gcsc-more-maybe-branding-root {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gcsc-more-maybe-branding-root {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
.hp-search .gsc-results .gcsc-more-maybe-branding-root > a {
  display: inline-flex;
  text-decoration: none;
  line-height: 1;
}
.hp-search .gsc-results .gcsc-more-maybe-branding-root .gcsc-find-more-on-google {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.hp-search .gsc-results .gcsc-more-maybe-branding-root .gcsc-find-more-on-google::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(r_icon_search.svg) no-repeat center center;
  background-size: 19px;
  margin-right: 6px;
}
.hp-search .gsc-results .gcsc-more-maybe-branding-root .gcsc-find-more-on-google svg {
  display: none;
}
.hp-search .gsc-results .gcsc-more-maybe-branding-root .gcsc-find-more-on-google-branding {
  display: block;
  float: none;
}
.hp-search .gsc-results .gcsc-more-maybe-branding-root .gcsc-find-more-on-google-branding .gcsc-branding {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .hp-search .gsc-results .gcsc-more-maybe-branding-root .gcsc-find-more-on-google-branding .gcsc-branding {
    display: inline-block;
    margin: 8px auto 0;
  }
}
.hp-search .gsc-results .gcsc-more-maybe-branding-root .gcsc-find-more-on-google-branding .gcsc-branding a {
  display: block;
}
.hp-search .gsc-results .gcsc-more-maybe-branding-root .gcsc-find-more-on-google-branding .gcsc-branding a img {
  display: block;
  width: 97px;
  max-width: none;
  position: static;
  padding: 0;
  image-rendering: -webkit-optimize-contrast;
}
.module-banner-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1028px) {
  .module-banner-list {
    display: block;
  }
}
.module-banner-list > .module-banner:nth-child(n + 2) {
  margin-left: 20px;
}
@media screen and (max-width: 1028px) {
  .module-banner-list > .module-banner:nth-child(n + 2) {
    margin-top: 10px;
    margin-left: 0;
  }
}
.module-banner {
  display: flex;
  align-items: center;
  width: 505px;
  height: 94px;
  padding: 14px 0;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
}
@media screen and (max-width: 1028px) {
  .module-banner {
    width: 100%;
    height: auto;
    padding: 11px 0;
  }
}
.module-banner:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .module-banner:hover {
    opacity: 1;
  }
}
.module-banner::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 46px auto;
}
@media screen and (max-width: 1028px) {
  .module-banner::before {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    background-size: 40px auto;
  }
}
@media screen and (max-width: 1028px) {
  .module-banner__title {
    margin-right: 14px;
  }
}
.module-banner__title > p {
  font-size: 1rem;
}
@media screen and (max-width: 1028px) {
  .module-banner__title > p {
    font-size: 0.875rem;
  }
}
.module-banner__title > p:nth-child(2) {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: -5px;
}
@media screen and (max-width: 1028px) {
  .module-banner__title > p:nth-child(2) {
    font-size: 1.125rem;
  }
}
.module-banner__title > p:nth-child(2) span {
  display: inline-block;
  font-size: 2.125rem;
}
@media screen and (max-width: 1028px) {
  .module-banner__title > p:nth-child(2) span {
    font-size: 1.75rem;
  }
}
.module-banner__description {
  display: flex;
  align-items: center;
  width: 160px;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 1028px) {
  .module-banner__description {
    display: none;
  }
}
.module-banner__description::before {
  content: "";
  display: block;
  width: 1px;
  height: 66px;
  flex: 0 0 1px;
  margin: 0 14px;
  background-image: linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 2px);
  background-size: 1px 3px;
  background-repeat: repeat-y;
}
.module-banner__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1028px) {
  .module-banner__arrow {
    flex-shrink: 0;
    margin-right: 15px;
    margin-left: auto;
  }
}
.module-banner__arrow svg {
  display: block;
  width: 14px;
  fill: inherit;
  transform: translateX(1px) rotate(-90deg);
}
.module-banner.vaccine {
  background-color: #b14db1;
  fill: #b14db1;
}
.module-banner.vaccine::before {
  margin: 0 14px 0 21px;
  background-image: url(r_icon_vaccine.svg);
}
@media screen and (max-width: 1028px) {
  .module-banner.vaccine::before {
    margin-left: 15px;
  }
}
.module-banner.vaccine .module-banner__title > p:nth-child(2) {
  letter-spacing: -0.5px;
}
.module-banner.vaccine .module-banner__title > p:nth-child(2) span {
  letter-spacing: -1.5px;
}
.module-banner.support {
  background-color: #178388;
  fill: #178388;
}
.module-banner.support::before {
  margin: 0 18px 0 27px;
  background-image: url(r_icon_support.svg);
}
@media screen and (max-width: 1028px) {
  .module-banner.support::before {
    margin: 0 16px;
  }
}
.module-banner.support .module-banner__title > p:nth-child(2) {
  letter-spacing: 2px;
}
.module-banner.support .module-banner__title > p:nth-child(2) span {
  margin-right: 5px;
}
.module-tag-button-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px -10px -5px;
}
@media screen and (max-width: 767px) {
  .module-tag-button-list > ul {
    margin: -3px -3px -9px -3px;
  }
}
.module-tag-button-list > ul > li {
  margin: 5px 5px 10px 5px;
}
@media screen and (max-width: 767px) {
  .module-tag-button-list > ul > li {
    margin: 3px 3px 9px 3px;
  }
}
.module-tag-button-list.small > ul {
  margin: -5px;
}
@media screen and (max-width: 767px) {
  .module-tag-button-list.small > ul {
    margin: -6px -3px;
  }
}
.module-tag-button-list.small > ul > li {
  margin: 5px;
}
@media screen and (max-width: 767px) {
  .module-tag-button-list.small > ul > li {
    margin: 6px 3px;
  }
}
.module-tag-button-list.small .module-tag-button {
  padding: 6px 20px 6px 18px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .module-tag-button-list.small .module-tag-button {
    padding: 4px 18px 4px 16px;
  }
}
.l-sidebar .module-tag-button-list {
  margin-bottom: 35px;
}
.module-tag-button {
  display: block;
  padding: 7px 22px 7px 19px;
  border: 2px solid #002f5f;
  border-radius: 110px;
  background: #f2f4f7;
  color: #002f5f;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .module-tag-button {
    font-size: 0.875rem;
    padding: 4px 19px 5px 15px;
  }
}
.module-tag-button:hover {
  background: #002f5f;
  color: #f2f4f7;
}
@media screen and (max-width: 767px) {
  .module-tag-button:hover {
    background: #f2f4f7;
    color: #002f5f;
  }
}
.module-tag-button.is-selected {
  background: #002f5f;
  color: #f2f4f7;
  cursor: default;
}
.module-modal {
  display: flex;
  justify-content: center;
  position: relative;
  height: 100vh;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.6);
}
.module-modal[aria-hidden="true"] {
  display: none;
}
.module-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 630px;
  max-height: 100vh;
  padding: 50px 15px;
}
@media screen and (max-width: 767px) {
  .module-modal__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.module-modal__content-inner {
  width: 100%;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .module-modal__content-inner {
    padding: 20px;
  }
}
.module-modal__content-inner > .module-button-wrap {
  padding-top: 20px;
}
.module-modal__content-inner > .module-button-wrap .module-button {
  max-width: 145px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.module-modal__contents {
  height: calc(100vh - 414px);
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .module-modal__contents {
    height: calc(100vh - 230px);
  }
}
.module-modal__ttl {
  margin-top: 0;
  font-size: 1.625rem;
}
.module-modal .module-button-wrap {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .module-modal .module-button-wrap {
    padding-top: 20px;
  }
}
.module-modal__dl {
  border-bottom: 1px solid #c2c2c2;
}
* + .module-modal__dl {
  margin-top: 30px;
}
.module-modal__dl dt {
  padding: 10px 16px;
  background: #efefef;
  font-weight: bold;
}
.module-modal__dl dd {
  padding: 16px;
}
.module-modal .module-button.icon-close {
  max-width: 145px;
}
#modal-twitter-account {
  height: auto;
}
#modal-twitter-account .module-modal__content {
  padding: 40px 15px;
  width: auto;
  max-width: none;
  min-height: 100vh;
  max-height: none;
}
@media screen and (max-width: 767px) {
  #modal-twitter-account .module-modal__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#modal-twitter-account .module-modal__content-inner {
  width: auto;
}
@media screen and (max-width: 767px) {
  #modal-twitter-account .module-modal__content-inner {
    padding: 30px 20px;
  }
}
.module-modal-twitter-account {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .module-modal-twitter-account {
    width: 100%;
  }
}
.module-modal-twitter-account__title {
  display: flex;
  align-items: center;
  font-size: 1.625rem;
  font-weight: bold;
}
.module-modal-twitter-account__title img {
  width: 36px;
  margin-right: 10px;
}
.module-modal-twitter-account-linklist {
  margin-top: 15px;
  border-top: 1px solid #b2b2b2;
}
.module-modal-twitter-account-linklist__item {
  padding: 15px 0;
  border-bottom: 1px solid #b2b2b2;
}
.module-modal-twitter-account-linklist__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.module-modal-twitter-account-linklist__title a {
  display: inline-block;
  color: #333;
  font-weight: bold;
  margin-right: 10px;
}
.module-modal-twitter-account-linklist__title a > img {
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-left: 5px;
  vertical-align: -2px;
}
.module-modal-twitter-account-linklist__title span {
  white-space: nowrap;
}
.module-modal-twitter-account-linklist__text {
  line-height: 1.6;
  margin-top: 10px;
}
.module-more {
  margin-top: 40px;
  border-top: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .module-more {
    height: auto;
    margin-top: 30px;
  }
}
.module-more > button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 20px 0 15px;
  color: #333;
  background-color: transparent;
  transition: opacity 0.3s;
}
.module-more > button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .module-more > button:hover {
    opacity: 1;
  }
}
.module-more__icon {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  overflow: hidden;
}
.module-more__icon::before,
.module-more__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: #002f5f;
  transform: translate(-50%, -50%);
}
.module-more__icon::before {
  width: 16px;
  height: 3px;
}
.module-more__icon::after {
  width: 3px;
  height: 16px;
}
.module-fieldset {
  margin: 0;
  padding: 0;
  border: 1px solid #c9c9c9;
}
.module-fieldset__head {
  padding: 10px 16px;
  background-color: #f1f1f1;
}
.module-fieldset__head > * {
  display: inline-flex;
  align-items: flex-start;
}
.module-fieldset__head > * .legend-title {
  font-size: 1rem;
  font-weight: bold;
}
.module-fieldset__head > * .legend-label {
  font-size: 0.875rem;
  margin-left: 8px;
  padding-top: 2px;
}
.module-fieldset__head > * .legend-label.required {
  color: #8b0005;
}
.module-fieldset__body {
  padding: 16px;
}
.module-fieldset .fieldset-item {
  word-break: break-all;
}
.module-fieldset .fieldset-item > *:nth-child(n + 2) {
  margin-top: 12px;
}
.module-fieldset .fieldset-item__form input {
  width: 100%;
  height: 40px;
  border: 1px solid #717171;
  border-radius: 4px;
  padding: 0 16px;
}
.module-fieldset .fieldset-item__form textarea {
  width: 100%;
  height: 168px;
  border: 1px solid #717171;
  border-radius: 4px;
  padding: 8px 16px;
  resize: vertical;
}
.module-fieldset .fieldset-item__form .fieldset-select {
  position: relative;
  max-width: 310px;
  height: 40px;
  border: 1px solid #717171;
  border-radius: 4px;
}
.module-fieldset .fieldset-item__form .fieldset-select::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  border: 5px solid transparent;
  border-top: 7px solid #333;
  pointer-events: none;
}
.module-fieldset .fieldset-item__form .fieldset-select select {
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  padding: 0 30px 0 16px;
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 4px;
  -webkit-appearance: none;
}
.module-fieldset .fieldset-item__form .fieldset-select select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .module-fieldset .fieldset-item__form .fieldset-select select {
    padding: 8px 30px 9px 12px;
  }
}
.module-fieldset + .module-fieldset {
  border-top: none;
}
.smart-channel__box {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .smart-channel__box {
    flex-direction: column;
  }
}
.smart-channel__box .genItemLeft {
  flex: 0 0 auto;
  display: flex;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .smart-channel__box .genItemLeft {
    margin: 0 auto 20px;
  }
}
.smart-channel__box .genItemLeft > img {
  max-width: 120px;
}
.smart-channel__box .genItemLeft > img:last-child {
  margin-left: 16px;
}
.smart-channel .module-list--num {
  font-weight: bold;
}
.smart-channel .module-link-wrap {
  margin-top: 10px;
  font-weight: normal;
}
.smart-channel .module-graybox {
  margin-bottom: 0;
}
.kantei-sns .contentBlock {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .kantei-sns .contentBlock {
    flex-direction: column;
  }
}
.kantei-sns .genImgBoxBase {
  flex: 0 0 auto;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .kantei-sns .genImgBoxBase {
    margin: 0 auto;
  }
}
.kantei-sns .genImgBoxBase > img {
  max-width: 100px;
}
.kantei-sns .module-list--num {
  font-weight: bold;
}
.kantei-sns .module-list--num a {
  vertical-align: -12px;
}
.kantei-sns__box h3:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .kantei-sns__box h3:nth-child(1) {
    margin-top: 30px;
  }
}
.policy-primary > li {
  margin-bottom: 20px;
  background: #efefef;
  overflow: hidden;
}
.policy-primary > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .policy-primary > li {
    padding: 10px;
    flex-direction: column;
  }
}
.policy-primary > li > a {
  display: block;
  color: #333;
  text-decoration: none;
}
.policy-primary > li > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .policy-primary > li > a:hover {
    text-decoration: none;
  }
}
.policy-primary__img {
  width: 100%;
  float: left;
  max-width: 180px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .policy-primary__img {
    width: 50%;
  }
}
.policy-primary__title {
  width: calc(100% - 240px);
  float: left;
  margin-bottom: 5px;
  padding: 20px 30px 0 30px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .policy-primary__title {
    width: 50%;
    padding: 20px 10px 0 40px;
    text-indent: -30px;
  }
}
.policy-primary__title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(r_icon_arrow_circle.svg) no-repeat center/100%;
  vertical-align: -2px;
}
.policy-primary__text {
  width: calc(100% - 240px);
  float: left;
  padding: 0 30px 20px 30px;
}
@media screen and (max-width: 767px) {
  .policy-primary__text {
    width: 100%;
    padding: 15px 10px 5px 10px;
  }
}
.policy-desc {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 767px) {
  .policy-desc {
    flex-direction: column;
    margin: -10px 0;
  }
}
.policy-desc__item {
  width: calc(50% - 20px);
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .policy-desc__item {
    width: 100%;
    margin: 10px 0;
  }
}
.policy-desc__item h3 {
  margin-top: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
.policy-desc__item h3::before {
  display: none;
}
.policy-desc__list > li {
  margin-bottom: 10px;
  padding-left: 1.6em;
  text-indent: -0.75em;
  counter-increment: number 1;
}
.policy-desc__list > li::before {
  content: "";
  display: inline-block;
  content: counter(number) "）";
}
.policy-desc .module-detail-text {
  margin-bottom: 10px;
}
.policy .module-button-wrap {
  padding-top: 30px;
}
.module-what-is {
  font-size: 1.125rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .module-what-is {
    margin-bottom: 90px;
  }
}
.container > .module-what-is {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .container > .module-what-is {
    margin-top: -10px;
  }
}
.container > .module-tag-set {
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .container > .module-tag-set {
    margin-top: -40px;
  }
}
.module-tag-set > *:first-child {
  margin-top: 42px;
}
.module-tag-set > h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .module-tag-set > h2 {
    font-size: 1.375rem;
    margin-top: 42px;
  }
}
.module-tag-set .module-tag-button-list + .module-tag-button-list {
  margin-top: 42px;
}
.module-tag-set .module-accordion {
  margin-top: 20px;
}
.module-tag-set .module-accordion h3 {
  font-size: 1rem;
}
.module-tag-set .module-accordion + .module-tag-button-list {
  margin-top: 42px;
}
.module-tag-set .module-accordion__tab {
  padding-top: 10px;
  padding-bottom: 10px;
}
.block-center {
  line-height: 1.6;
}
.block-center p:not(.module-detail-title) {
  margin-top: 1em;
}
.block-center > p:first-child {
  margin-top: 0;
}
.block-center ol {
  counter-reset: ol-count;
  list-style-type: none;
}
.block-center ol li {
  padding-left: 2.5rem;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.block-center ol li:before {
  content: counter(ol-count) ".";
  counter-increment: ol-count;
  display: block;
  left: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
}
.block-center ol li ol {
  counter-reset: ol-count2nd 0;
}
.block-center ol li ol li {
  padding-left: 1.5em;
}
.block-center ol li ol li:before {
  content: counter(ol-count2nd, upper-alpha) ".";
  counter-increment: ol-count2nd 1;
}
.block-center ol li ol li ol {
  counter-reset: ol-count3rd 0;
}
.block-center ol li ol li ol li {
  padding-left: 2.5em;
}
.block-center ol li ol li ol li:before {
  content: "（" counter(ol-count3rd) "）";
  counter-increment: ol-count3rd 1;
}
.block-center h2,
.block-center h3,
.block-center h4 {
  line-height: 1.4;
}
.block-center h2 {
  margin-top: 50px;
}
.block-center h4 {
  font-size: 1.25rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .block-center h4 {
    font-size: 1rem;
  }
}
.block-center ol:not([class*="module"]) {
  margin-bottom: 30px;
}
.block-center ol:not([class*="module"]) li {
  padding-left: 24px;
  line-height: 1.4;
}
.block-center ol:not([class*="module"]) li:first-child {
  margin-top: 0;
}
.block-center ul:not([class*="module"]) {
  margin-bottom: 30px;
  margin-left: 20px;
}
.block-center ul:not([class*="module"]) li {
  list-style-type: disc;
  line-height: 1.4;
}
.block-center ul:not([class*="module"]) li:first-child {
  margin-top: 0;
}
.block-center .module-accordion ul {
  margin: 0;
}
.block-center .module-accordion ul li {
  list-style: none;
}
.block-center .module-sns ul {
  margin-bottom: 0;
  margin-left: auto;
}
.block-center .module-sns ul li {
  list-style: none;
  margin-top: 0;
  line-height: 0;
}
.block-center ul.pageLink {
  margin-bottom: 0;
  margin-left: 0;
}
.block-center ul.pageLink li {
  list-style: none;
  margin-top: 0;
}
.block-center ul.pageLink li a {
  margin-top: 0;
}
.block-center .aly_tx_left {
  text-align: left !important;
}
.block-center .aly_tx_center {
  text-align: center !important;
}
.block-center .aly_tx_right {
  text-align: right !important;
}
.block-center a:not([class*="module"]) {
  line-height: 1.6;
  display: inline-block;
}
.block-center .module-text--note a {
  margin-top: 0;
}
.block-center .module-sns a {
  margin-top: 0;
}
.block-center .module-sns a[target="_blank"] {
  padding-right: 0;
}
.block-center .module-sns a[target="_blank"]::after {
  display: none;
}
.block-center .aly_tx_xxs {
  font-size: 0.625rem;
  display: inline-block;
}
.block-center .aly_tx_xs {
  font-size: 0.75rem;
  display: inline-block;
}
.block-center .aly_tx_s {
  font-size: 0.875rem;
  display: inline-block;
}
.block-center .aly_tx_m {
  font-size: 1rem;
  display: inline-block;
}
.block-center .aly_tx_l {
  font-size: 1.375rem;
  display: inline-block;
}
.block-center .aly_tx_xl {
  font-size: 1.75rem;
  display: inline-block;
}
.block-center .aly_tx_xxl {
  font-size: 2.125rem;
  display: inline-block;
}
.block-center img.icons {
  vertical-align: -1px;
  margin-left: 8px;
}
.block-center img + img {
  margin-top: 30px;
}
.block-center img.icons + img.icons {
  margin-top: 0;
}
.block-center p img {
  margin-bottom: 18px;
}
.block-center p img.icons {
  margin-bottom: 0;
}
.block-center *[class*="module"] img + img {
  margin-top: 0;
}
.block-center th {
  text-align: left;
}
.block-center table[data-includes-multi-header="true"] thead th {
  background: #666;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: bold;
}
.block-center .module-table--scroll {
  margin-top: 30px;
  white-space: normal;
}
.block-center .module-table--scroll th {
  text-align: left;
  background-color: #efefef;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}
.block-center .module-table--scroll thead tr th[scope="col"],
.block-center .module-table--scroll thead tr th[scope="row"] {
  white-space: normal;
}
@media screen and (max-width: 1340px) {
  .block-center .module-table--scroll {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.block-center th {
  padding: 10px 16px 12px 16px;
  background: #efefef;
  font-weight: normal;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.5;
}
.block-center th[scope="row"] {
  vertical-align: top;
  text-align: left;
}
.block-center td {
  text-align: left;
  padding: 10px 16px 12px 16px;
  line-height: 1.5;
  vertical-align: top;
}
.block-center caption {
  margin-bottom: 16px;
}
.block-center .gaiji {
  margin: 0;
}
.module-disaster-anchor > li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .module-disaster-anchor > li {
    margin-bottom: 25px;
  }
}
.module-disaster-anchor > li:last-child {
  margin-bottom: 0;
}
.module-disaster-anchor > li > a {
  position: relative;
  padding-left: 18px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.module-disaster-anchor > li > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .module-disaster-anchor > li > a:hover {
    text-decoration: none;
  }
}
.module-disaster-anchor > li > a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 8px;
  background: url(r_icon_arrow.svg) no-repeat center/100%;
}
.module-disaster-anchor__list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .module-disaster-anchor__list {
    margin-top: 10px;
  }
}
.module-disaster-anchor__list > li {
  margin-left: 25px;
  margin-bottom: 15px;
}
.module-disaster-anchor__list > li:last-child {
  margin-bottom: 0;
}
.module-disaster-list li {
  margin-bottom: 15px;
  font-size: 1rem;
}
.module-disaster-list li:last-child {
  margin-bottom: 0;
}
.module-disaster-list > li {
  display: flex;
}
.module-disaster-list__time {
  display: block;
  margin-right: 40px;
  color: #666;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .module-disaster-list__time {
    margin-right: 20px;
  }
}
.module-disaster-list .icons {
  margin-left: 8px;
  vertical-align: -1px;
}
.block-center ul.module-disaster-list ul {
  margin-bottom: 0;
  margin-left: 0;
}
.block-center ul.module-disaster-list li {
  list-style: none;
}
.block-center ul.module-disaster-list p {
  margin-top: 0;
}
