@charset 'UTF-8';

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  color: #000000;
  line-height: 1;
  background-color: #FFFFFF;
}

a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}

.theme-dark a:link,
.theme-dark a:visited {
  color: #FFFFFF;
}

a:hover,
a:active,
a:focus {
  color: #000000;
  text-decoration: none;
}

.theme-dark a:hover,
.theme-dark a:active,
.theme-dark a:focus {
  color: #FFFFFF;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

.header-function,
.header-col,
.header-form__submit,
.footer,
.footer__totop > a,
.header-nav__item > a,
.header-nav__link > a,
.index-topic__content-body,
.index-menu__area,
/* .member-menu__area, */
.member-banners__content,
.Page-Wrap {
  font-family: Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
}

.index-menu__notice > a > img,
.LinkIconList > li > a > img,
.LinkIconList > li > img,
.LinkIconList.member > li > img,
.LinkIcon,
.member-menu__notice .c-link-icon,
.afterFileIcon .c-link-icon {
  position: relative;
  top: -2px;
  width: 18px;
  vertical-align: middle;
}

.index-menu__notice > a > img,
.LinkIconList > li > a > img,
.LinkIconList > li > img,
.LinkIconList.member > li > img,
.LinkIcon,
.member-menu__notice .c-link-icon {
  margin-right: 3px;
}

.afterFileIcon .c-link-icon {
  margin-left: 3px;
}

.header__logo {
  position: absolute;
  top: 55px;
  left: 37px;
}

.header__logo > a {
  display: block;
}

.header__logo h1 {
  width: 347px;
  margin: 0;
}

.header .header-inner {
  position: relative;
  width: 1366px;
  margin: 0 auto;
}

.header:not(.header--archives) .header-inner {
  height: 133px;
}

.header--archives {
  margin-bottom: 20px;
}

.header--archives .header-inner {
  height: 100px;
}

.header--archives .header__logo {
  top: 40px;
}

.header--archives::after {
  display: block;
  content: '';
  width: 100%;
  height: 20px;
  background: url(/images/bg_archives.jpg) repeat-x center top;
}

.header-function {
  position: absolute;
  top: 0;
  right: 84px;
  font-size: 0.9375rem;
  line-height: 0.8;
}

.header-function__login {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.header-function__login > a {
  display: block;
  width: 200px;
  height: 50px;
  padding: 0;
  color: #FFFFFF;
  background-image: url(/common/images/cmn_key_icon_01.png);
  background-repeat: no-repeat;
  background-size: 22px 25px;
  background-position: 19px 11px;
  background-color: #0076BF;
  font-weight: bold;
  padding-left: 37px;
  padding-top: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-function__login > a:hover {
  background-color: #1788CE;
}

.header-function__login.member > a {
  background-position: 40px 11px;
  background-color: #0057AD;
}

.header-function__font {
  display: inline-block;
  vertical-align: top;
  margin-left: 2em;
}

.header-function__font dl {
  display: table;
  margin: 0;
}

.header-function__font dt {
  display: table-cell;
  padding-right: 1em;
  padding-top: 5px;
  border-right: 1px solid #000000;
  vertical-align: middle;
  font-weight: bold;
}

.header-function__font dd {
  height: 50px;
  margin: 0;
}

.header-function__font dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
}

.header-function__font dd li {
  border-right: 1px solid #000000;
}

.header-function__font dd li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.75em;
  padding-top: 5px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-function__font dd li > a.active {
  background-color: #06724E;
  color: #FFFFFF;
}

.header-function__font.member dd li > a.active {
  background-color: #0057AD;
}

.header-function__mode {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.6em;
}

.header-function__mode .reverse-color > a {
  padding: 0;
}

.header-function__mode .reverse-color > a .color {
  padding: 0 0.5em;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-function__mode .reverse-color > a .reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 0.5em;
  padding-top: 4px;
  color: #FFFFFF;
  background-color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-function__mode dl {
  display: table;
  margin: 0;
  height: 100%;
}

.header-function__mode dt {
  display: table-cell;
  padding-right: 1em;
  padding-top: 5px;
  border-right: 1px solid #000000;
  vertical-align: middle;
  font-weight: bold;
}

.header-function__mode dd {
  height: 50px;
  margin: 0;
}

.header-function__mode dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
}

.header-function__mode dd li {
  border-right: 1px solid #000000;
}

.header-function__mode dd li.active {
  background-color: #000000;
}

.header-function__mode dd li.active > a {
  color: #FFFFFF;
}

.header-function__mode dd li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5em;
  padding-top: 4px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-col {
  position: absolute;
  right: 84px;
  bottom: 20px;
  font-size: 0.9375rem;
  line-height: 0.8;
}

.header-col__list {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.header-col__item {
  float: left;
  margin-left: 1.4em;
}

.header-col__item::before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background: url(/common/images/cmn_link_icon_01.png) center left no-repeat;
  background-size: 20px 20px;
  vertical-align: middle;
}

.header-col__item > a:hover {
  text-decoration: underline;
}

.header-col__item.member::before {
  background: url(/common/images/cmn_link_icon_04.png) center left no-repeat;
  background-size: 20px 20px;
}

.header-col__forms {
  display: inline-block;
}

.header-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 40px;
  border: 1px solid #4B4B4B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-form__search {
  width: 190px;
  height: 100%;
  padding-left: 0.5em;
  border: none;
}

.header-form__submit {
  padding: 11px 14px;
  border: none;
  color: #FFFFFF;
  background-color: #06724E;
  font-size: 0.9375rem;
  line-height: 1;
}

.header-form__submit.member {
  background-color: #0057AD;
}

.header-form label span.hide {
  position: absolute;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.index-inner {
  width: 1200px;
  margin: 0 auto;
}

.footer {
  margin-top: 80px;
  background-color: #ADD1C5;
  border-bottom: 18px solid #175177;
}

.footer.member {
  background-color: #7EB9D0;
}

.footer__totop {
  position: absolute;
  top: -12px;
  right: 0;
  text-align: center;
}

.footer__totop.member {
  top: -26px;
}

.footer__totop > a {
  display: inline-block;
  padding: 0.8em 0;
  background-color: #094E37;
  color: #FFFFFF;
  width: 180px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 0.75;
}

.footer__totop > a::before {
  content: '';
  position: relative;
  top: 0;
  left: -3px;
  display: inline-block;
  width: 24px;
  height: 23px;
  margin-right: 8px;
  background: url(/common/images/cmn_gotop_icon_01.png) center left no-repeat;
  background-size: 24px 23px;
  vertical-align: middle;
}

.footer__totop.member > a {
  background-color: #0057AD;
}

.footer-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.footer-info {
  padding-top: 2em;
  padding-left: 2em;
}

.footer-info dl {
  margin: 0;
  padding-bottom: 0.85em;
}

.footer-info dt {
  margin-bottom: 1.2em;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.footer-info dd {
  margin: 0;
  margin-left: 3px;
  margin-bottom: 0.3em;
  font-size: 0.875rem;
  line-height: 1.14286;
}

.footer-info > a {
  margin-left: 3px;
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.06667;
}

.footer-info > a::before {
  content: '';
  position: relative;
  top: -1px;
  display: none;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(/common/images/cmn_link_icon_01.png) center left no-repeat;
  background-size: 16px 16px;
  vertical-align: middle;
}

.footer-info.member > a::before {
  background: url(/common/images/cmn_link_icon_04.png) center left no-repeat;
  background-size: 16px 16px;
}

.footer-body {
  padding-top: 1.8em;
  padding-bottom: 1em;
  text-align: center;
}

.footer-body__list {
  margin: 0;
  padding: 0;
  margin-bottom: 0.8em;
}

.footer-body__item {
  display: inline-block;
  margin-left: 1em;
}

.footer-body__item > a {
  padding-right: 1.4em;
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.33333;
}

.footer-body__item:not(:last-child) {
  border-right: 1px solid;
}

.footer-body > p {
  margin: 0;
  margin-bottom: 4px;
  font-size: 0.75rem;
  line-height: 1;
}

.header-nav {
  background-color: #06724E;
}

.header-nav.member {
  background-color: #0057AD;
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  text-align: center;
  overflow: hidden;
}

.header-nav__item {
  display: inline-block;
  width: 12.33333%;
  height: 120px;
  border-left: 2px solid #FFFFFF;
}

.header-nav__item.member > a:hover {
  background-color: #1766B5;
}

.header-nav__item.member:last-child {
  padding-bottom: 12px;
}

.header-nav__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.33333;
}

.header-nav__item > a > img {
  width: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-nav__item > a > span {
  display: block;
}

.header-nav__item > a:hover {
  background-color: #278C6A;
}

.header-nav__item--sp {
  display: none;
}

.header-nav__item--sp span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  color: #FFFFFF;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0.9rem;
  font-weight: bold;
}

.header-nav__item--menu {
  display: none;
}

.header-nav__item:nth-child(8) {
  border-right: 2px solid #FFFFFF;
}

.header-nav__search {
  display: none;
  text-align: center;
  background-color: #06724E;
  padding: 1em 0;
  text-align: center;
}

.header-nav__search > form {
  margin-top: 0;
}

.header-nav__search.member {
  background-color: #0057AD;
}

.header-nav__content {
  display: inline-block;
}

.header-nav__content p {
  margin: 0;
}

.header-nav__content span {
  display: block;
}

.header-nav__content--first img {
  width: 59px;
}

.header-nav__content--second img {
  position: relative;
  top: -9px;
  width: 42px;
}

.header-nav__content--third img {
  position: relative;
  top: -9px;
  width: 37px;
}

.header-nav__content--fourth img {
  position: relative;
  top: -9px;
  width: 39px;
}

.header-nav__content--fifth img {
  width: 34px;
}

.header-nav__content--sixth img {
  width: 38px;
}

.header-nav__content--seventh img {
  position: relative;
  top: -9px;
  width: 39px;
}

.header-nav__content--eighth img {
  position: relative;
  top: -9px;
  width: 50px;
}

.header-nav__content--ninth img {
  position: relative;
  top: -9px;
  width: 38px;
}

.header-nav__content--tenth img {
  position: relative;
  top: 3px;
  width: 30px;
  padding-bottom: 7px;
}

.header-nav__content--eleventh img {
  position: relative;
  top: 3px;
  width: 41px;
  padding-bottom: 7px;
}

.header-nav__content--twelfth img {
  position: relative;
  top: -5px;
  width: 33px;
  padding-bottom: 7px;
}

.header-nav__content--thirteenth img {
  position: relative;
  top: 3px;
  width: 46px;
  padding-bottom: 4px;
}

.header-nav__content--fourteenth img {
  position: relative;
  top: 3px;
  width: 42px;
  padding-bottom: 7px;
}

.header-nav__content--fifteenth img {
  position: relative;
  top: 3px;
  width: 38px;
  padding-bottom: 5px;
}

.header-nav__content--sixteenth img {
  position: relative;
  top: -6px;
  width: 37px;
  padding-bottom: 5px;
}

.header-nav__links {
  margin: 0;
  padding: 0;
  text-align: center;
}

.header-nav__link {
  display: inline-block;
  margin: 10px 4px;
}

.header-nav__link > a {
  display: block;
  padding: 10px 22px;
  background-color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1;
}

.header-nav__link > a::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  background: url(/common/images/cmn_link_icon_01.png) center left no-repeat;
  background-size: 12px 12px;
  vertical-align: middle;
}

.header-nav__link.member > a::before {
  background: url(/common/images/cmn_link_icon_04.png) center left no-repeat;
  background-size: 12px 12px;
}

.header-nav__logout {
  padding-top: 8px;
}

.header-nav__logout > a {
  display: block;
  width: 310px;
  margin: 0 auto;
  padding: 10px 0 8px 0;
  color: #0057AD;
  background-color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  background-image: url(/common/images/cmn_key_icon_02.png);
  background-repeat: no-repeat;
  background-size: 17px 19px;
  background-position: 92px 6px;
}

.header-sp {
  position: relative;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
}

.header-sp__menu {
  display: none;
  position: absolute;
  top: 6px;
  left: 10px;
}

.header-sp__line {
  position: relative;
  display: block;
  width: 54px;
  height: 24px;
}

.header-sp__line > span {
  position: absolute;
  left: 10px;
  width: 54%;
  height: 4px;
  background-color: #494444;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.header-sp__line > span:nth-child(1) {
  top: 8px;
}

.header-sp__line > span:nth-child(2) {
  top: 69%;
}

.header-sp__line > span:nth-child(3) {
  bottom: -6px;
}

.header-sp__line.open > span:nth-child(1) {
  top: 2px;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}

.header-sp__line.open > span:nth-child(2) {
  opacity: 0;
}

.header-sp__line.open > span:nth-child(3) {
  bottom: -6px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.header-sp__text {
  display: block;
  padding-top: 10px;
  font-size: 10px;
  margin: 0;
}

.header-sp__search {
  display: none;
  position: absolute;
  right: 16px;
  top: 12px;
}

.header-sp__search-btn {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #086F4C;
}

.header-sp__search-btn > img {
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-sp__search-btn.member {
  background-color: #0057AD;
}

.index-mv {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
}

.index-mv__img {
  margin: 0;
  text-align: center;
}

.index-mv__phrase {
  position: absolute;
  bottom: 5.7vw;
  right: 0;
}

.index-mv__appeal {
  padding-left: 2.2em;
  color: #333333;
  font-weight: bold;
  text-shadow: 0px 3px 13.92px #FFFFFF;
  font-size: 1.875rem;
  line-height: 1.75;
}

.index-mv__appeal span.pc {
  display: block;
  margin-left: -1em;
}

.index-mv__blurb {
  margin-top: 0.8em;
  padding-left: 1em;
  padding-right: 3em;
  font-weight: bold;
  background-color: #FFC438;
  border-radius: 1em 0 0 1em;
  font-size: 1.5rem;
  line-height: 2.08333;
}

.index-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2em;
  overflow: hidden;
}

.index-pickup__col {
  display: inline-block;
  width: 32.5%;
  height: 84px;
  border: 3px solid #0B815A;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-right: 9px;
}

.index-pickup__col:nth-child(3) {
  margin-right: 0px;
}
.index-pickup__col:nth-child(6) {
  margin-right: 0px;
}

.index-pickup__col > a {
  position: relative;
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-pickup__col > a:hover {
  background-color: #ADD1C5;
}

.index-pickup__col img {
  vertical-align: middle;
}

.index-pickup__col img:first-child {
  width: 52px;
  padding-right: 1em;
}

.index-pickup__col img:last-child {
  position: relative;
  right: -8px;
  top: -2px;
  width: 20px;
}

.index-pickup__col span {
  font-weight: bold;
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.11111;
}

.index-pickup__element {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.index-pickup__col .index-pickup__element.banner img {
  width: 370px;
}

.member-pickup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -25px;
  overflow: hidden;
}

.member-pickup__col {
  display: inline-block;
  width: 32.5%;
  min-height: 80px;
  margin-bottom: 20px;
  border: 3px solid #00366C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.member-pickup__col:not(:nth-child(3n+1)) {
  margin-left: 1.25%;
}

.member-pickup__col--new {
  border-color: #12B3B3;
}

.theme-dark .member-pickup__col {
  border-color: #FFFFFF;
  background-color: #000000;
}

.theme-dark .member-pickup__col:hover {
  border-color: #ADDBEF;
}

.member-pickup__col > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-dark .member-pickup__col > a {
  color: #FFFFFF;
}

.member-pickup__col > a:hover {
  background-color: #ADDBEF;
}

.theme-dark .member-pickup__col > a:hover {
  color: #000000;
}

.member-pickup__col img {
  vertical-align: middle;
  padding-right: 1em;
}

.member-pickup__col span {
  flex: 1;
  display: inline-block;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.11111;
}

.member-pickup__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
  padding: 5px 15px;
}

.member-pickup__element--first img {
  width: 36px;
}

.index-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6em;
  padding: 1.8em;
  border-radius: 1em;
  color: #333333;
  background-color: #FFC438;
}

.index-topic__img {
  width: 20.83333%;
  padding: 0 1.5em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-topic__content {
  width: 79.16667%;
  vertical-align: top;
}

.index-topic__content-head {
  margin: 0;
  font-weight: bold;
  font-family: 'Helvetica', 'Arial';
  font-size: 2rem;
  line-height: 1;
}

.index-topic__content-body {
  margin: 0;
  line-height: 1.85;
  padding-top: 1.7em;
}

.index-topic__content-body span {
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
}

.index-topic__content > a {
  display: inline-block;
  float: right;
  margin-top: 10px;
  padding: 0.7em 1.4em;
  color: #333333;
  border: 2px solid #06724E;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

.index-topic__content > a::before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url(/common/images/cmn_link_icon_01.png) center left no-repeat;
  background-size: 20px 20px;
  vertical-align: middle;
}

.index-topic__content > a:hover {
  background-color: #ADD1C5;
}

.index-menu {
  padding-top: 2.7em;
}

.index-menu-inner {
  width: 1200px;
  margin: 0 auto;
}

.index-menu__list {
  margin: 0;
  padding: 0;
}

.index-menu__item {
  position: relative;
  display: inline-block;
  width: 24.58333%;
  text-align: center;
  vertical-align: bottom;
}

.index-menu__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 62px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #06724E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.125rem;
  line-height: 1.4;
}

.index-menu__area {
  padding-top: 2.7em;
  padding-bottom: 1.3em;
  background-color: #ECFFF9;
}

.index-menu__area::after {
  clear: both;
  content: '';
  display: block;
}

.index-menu__area-inner {
  width: 1200px;
  margin: 0 auto;
}

.index-menu__area-inner > a {
  display: inline-block;
  float: right;
  margin: 18px 32px 0 0;
  padding: 0.7em 1.4em;
  color: #333333;
  border: 2px solid #06724E;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

.index-menu__area-inner > a::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(/common/images/cmn_link_icon_01.png) center left no-repeat;
  background-size: 16px 16px;
  vertical-align: middle;
}

.index-menu__area-inner > a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.index-menu__info {
  padding-left: 2em;
  text-align: left;
}

.index-menu__info::after {
  clear: both;
  content: '';
  display: block;
}

.index-menu__info > ul {
  margin: 0;
  padding: 0;
}

.index-menu__info.active {
  display: block;
}

.index-menu__link {
  text-align: right;
}

.index-menu__link > a {
  display: inline-block;
  float: right;
  margin: 18px 32px 0 0;
  padding: 0.7em 1.4em;
  color: #333333;
  border: 2px solid #06724E;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

.index-menu__link > a::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/common/images/cmn_link_icon_01.png) center left no-repeat;
  background-size: 20px 20px;
  vertical-align: middle;
}

.index-menu__link > a:hover {
  background-color: #ADD1C5;
}

.index-menu__notice {
  border-bottom: 1px dashed #888888;
  padding: 10px 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.index-menu__notice > a {
  width: 730px;
  text-decoration: underline;
}

.index-menu__notice > a:hover {
  text-decoration: none;
}

.index-menu__notice span {
  display: inline-block;
  width: 160px;
  margin-right: 1.4em;
  padding: 4px 6px;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.4;
  vertical-align: middle;
}

.index-menu__notice span.news {
  background-color: #1B5CF2;
}

.index-menu__notice span.hazard {
  background-color: #B60909;
}

.index-menu__notice span.meeting {
  background-color: #936007;
}

.index-menu__notice > img {
  width: 20px;
  vertical-align: sub;
  margin: 0 6px;
}

.index-menu__category--1 {
  background-color: #1B5CF2;
}

.index-menu__category--2 {
  background-color: #1B5CF2;
}

.index-menu__category--3 {
  background-color: #1B5CF2;
}

.index-menu__category--4 {
  background-color: #1B5CF2;
}

.index-menu__category--5 {
  background-color: #1B5CF2;
}

.index-menu__category--6 {
  background-color: #1B5CF2;
}

.index-menu__category--7 {
  background-color: #1B5CF2;
}

.index-menu__category--8 {
  background-color: #1B5CF2;
}

.index-menu__category--9 {
  background-color: #1B5CF2;
}

.index-menu__category--10 {
  background-color: #1B5CF2;
}

.index-menu__category--11 {
  background-color: #B60909;
}

.index-menu__category--20 {
  background-color: #B60909;
}

.index-menu__category--21 {
  background-color: #936007;
}

.index-menu__category--22 {
  background-color: #1B5CF2;
}

.index-menu__date {
  display: inline-block;
  width: 120px;
  margin-right: 1.4em;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.member-menu {
  padding-top: 50px;
}

.member-menu-inner {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 2px solid #0067CB;
}

/* .theme-dark .member-menu-inner {
  border-bottom-color: #FFFFFF;
} */

.member-menu__list {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.member-menu__list *,
.member-menu__list *::before,
.member-menu__list *::after {
  box-sizing: border-box;
}

.member-menu__item {
  position: relative;
  max-width: 110px;
  width: 9.345%;
  min-height: 66px;
  /* 60px + 3px * 2 */
  margin-left: -3px;
  border-radius: 6px;
  border: 3px solid #FFFFFF;
  text-align: center;
}

.theme-dark .member-menu__item {
  border-color: transparent;
}

.member-menu__item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1px 5px;
  border-radius: 6px;
  background: #CCE6FF;
  color: #0067CB;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.member-menu__item small {
  font-size: 0.875em;
  letter-spacing: -0.05em;
}

.theme-dark .member-menu__item:not(.TabSample__tabListItem-member-active) > a {
  background-color: #FFFFFF;
  color: #000000;
  /* border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  background-color: #000000; */
}

.member-menu__area {
  margin-bottom: 30px;
  padding-top: 44px;
  padding-bottom: 30px;
}

.theme-dark .member-menu__area {
  /* border-top: 1px solid #FFFFFF; */
  background-color: #000000;
}

.theme-dark .member-menu__area a {
  color: #FFFFFF;
}

.member-menu__area::after {
  clear: both;
  content: '';
  display: block;
}

.member-menu__area-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.member-menu__area-inner > a {
  display: inline-block;
  float: right;
  margin: 18px 32px 0 0;
  padding: 0.7em 1.4em;
  color: #333333;
  border: 2px solid #06724E;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

.member-menu__area-inner > a::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(/common/images/cmn_link_icon_01.png) center left no-repeat;
  background-size: 16px 16px;
  vertical-align: middle;
}

.member-menu__area-inner > a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.member-menu__info {
}

.member-menu__info::after {
  clear: both;
  content: '';
  display: block;
}

.member-menu__info > ul {
  margin: 0;
  padding: 0;
}

.member-menu__info.active {
  display: block;
}

.member-menu__btn .p-btn-group {
  padding-top: 58px;
}

.member-menu__btn .p-btn-link {
  box-sizing: border-box;
  min-width: 17.5rem;
}

.member-menu__link {
  text-align: center;
}

.member-menu__link > a {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: -54px 32px 0 0;
  padding: 0.7em 1.4em;
  color: #333333;
  border: 2px solid #0057AD;
  background-color: #FFFFFF;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5;
}

.theme-dark .member-menu__link > a {
  border-color: #FFFFFF;
  background-color: #000000;
}

.member-menu__link > a::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/common/images/cmn_link_icon_04.png) center left no-repeat;
  background-size: 20px 20px;
  vertical-align: middle;
}

.member-menu__link > a:hover {
  background-color: #ADDBEF;
}

.theme-dark .member-menu__link > a:hover {
  border-color: #ADDBEF;
  color: #000000;
}

.member-menu__heading {
  display: none;
}

.theme-dark .member-menu__heading.active > button {
  background-color: #0067CB;
  color: #FFFFFF;
}

.member-menu__heading.active > button::after {
  margin-top: -3px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: rotate(-45deg);
}

.theme-dark .member-menu__heading.active > button::after {
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
}

.member-menu__heading > button {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 0 0 20px;
  border: none;
  border-radius: 6px;
  background-color: #CCE6FF;
  color: #0067CB;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.4;
  cursor: pointer;
}

.member-menu__heading.active > button {
  background-color: #0067CB;
  color: #FFFFFF;
  font-weight: 500;
}

.theme-dark .member-menu__heading > button {
  background-color: #FFFFFF;
  color: #000000;
}

.member-menu__heading > button::after {
  content: '';
  margin-top: -7px;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  display: block;
  position: absolute;
  border-top: 3px solid #0067CB;
  border-right: 3px solid #0067CB;
  transform: rotate(135deg);
  transition: all 0.3s;
}

.theme-dark .member-menu__heading > button::after {
  border-top-color: #000000;
  border-right-color: #000000;
}

.member-menu__none {
  margin: 30px auto 50px;
  text-align: center;
}

.member-menu__category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 32px;
  padding: 1px 8px;
  border-radius: 16px;
  background: #e0f0ff;
  color: #0067CB;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.2;
}

/* .member-menu__category--soumukanri {
  background-color: #1B5CF2;
}

.member-menu__category--soumukikaku {
  background-color: #1B5CF2;
}

.member-menu__category--yosan {
  background-color: #1B5CF2;
}

.member-menu__category--eisei {
  background-color: #1B5CF2;
}

.member-menu__category--henshu {
  background-color: #1B5CF2;
}

.member-menu__category--gakko {
  background-color: #1B5CF2;
}

.member-menu__category--jutsu {
  background-color: #1B5CF2;
}

.member-menu__category--shaho {
  background-color: #1B5CF2;
}

.member-menu__category--itaisaku {
  background-color: #1B5CF2;
}

.member-menu__category--kinmu {
  background-color: #1B5CF2;
}

.member-menu__category--news {
  background-color: #1B5CF2;
} */

.theme-dark .member-menu__category--soumukanri,
.theme-dark .member-menu__category--soumukikaku,
.theme-dark .member-menu__category--yosan,
.theme-dark .member-menu__category--eisei,
.theme-dark .member-menu__category--henshu,
.theme-dark .member-menu__category--gakko,
.theme-dark .member-menu__category--jutsu,
.theme-dark .member-menu__category--shaho,
.theme-dark .member-menu__category--itaisaku,
.theme-dark .member-menu__category--kinmu,
.theme-dark .member-menu__category--news {
  background-color: #FFFFFF;
  color: #000000;
}

.member-menu__date {
  display: block;
  order: 1;
  flex-basis: calc(7em + 20px);
  min-height: 32px;
  padding-top: 5px;
  color: #777777;
  font-size: 0.875rem;
  white-space: nowrap;
}

.theme-dark .member-menu__date {
  color: #FFFFFF;
}

.member-menu__card-group {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  padding: 0 10px 46.5px;
  border-bottom: 1px solid #D5D5D5;
}
.member-menu__card-group *,
.member-menu__card-group *::before,
.member-menu__card-group *::after {
  box-sizing: border-box;
}

.member-menu__card-group::after {
  display: block;
  width: 31.36%;
  height: 0;
  content: "";
}

.member-menu__card {
  max-width: 370px;
  width: 31.36%;
  min-height: 130px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
}

.theme-dark .member-menu__card {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
  background: #000000;
}

.member-menu__card-link {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

.member-menu__card-link:hover {
  opacity: 0.8;
}

.member-menu__card-img {
  flex-basis: 35.14%;
  max-width: 130px;
}

.member-menu__card-img img {
  width: 100%;
  vertical-align: top;
}

.member-menu__card-text {
  flex: 1;
  padding: 15px 15px 14px;
  text-align: left;
}

.member-menu__card-text .member-menu__category {
  width: 140px;
  margin-bottom: 10px;
}

.member-menu__card-title {
  color: #1D529E;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.theme-dark .member-menu__card-title {
  color: #FFFFFF;
}

.member-menu__notice {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E5E5E5;
  line-height: 1.5;
}

.theme-dark .member-menu__notice {
  border-bottom-color: #FFFFFF;
}

.member-menu__notice * {
  box-sizing: border-box;
}

.member-menu__notice:not(:last-child) {
  margin-bottom: 0.75rem;
}

.member-menu__notice .c-link-text {
  order: 3;
  flex: 1;
  min-height: 27px;
  margin-top: 5px;
  color: #1D529E;
  font-size: 1rem;
  text-decoration: none;
}

.theme-dark .member-menu__notice .c-link-text::before {
  background-image: url(/common/images/arrow_link_white.svg);
}

.member-menu__notice .c-link-text:hover {
  text-decoration: underline;
}

.member-menu__notice .c-link-text small {
  font-size: 0.875rem;
}

.member-menu__notice .member-menu__category {
  order: 2;
  flex-basis: 140px;
  margin-right: 23.5px;
}

.member-menu__notice > span.hazard {
  background-color: #B60909;
}

.member-menu__notice > span.member {
  background-color: #1B5CF2;
}

.theme-dark .member-menu__notice > span.hazard,
.theme-dark .member-menu__notice > span.member {
  border: 1px solid #FFFFFF;
  background-color: #000000;
}

.member-menu__notice > img {
  width: 20px;
  vertical-align: sub;
  margin: 0 6px;
}

.member-menu__more {
  padding-top: 34px;
  text-align: center;
}

.member-menu__more > button {
  position: relative;
  display: inline-block;
  padding: 16px 30px 16px 68px;
  background-color: #0076BF;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.33333;
}

.theme-dark .member-menu__more > button {
  border: 1px solid #FFFFFF;
  background-color: #000000;
}

.member-menu__more > button:hover {
  background-color: #0D3954;
}

.member-menu__more > button > span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  width: 13px;
  height: 3px;
  margin: auto;
  background: #FFFFFF;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.member-menu__more > button > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 3px;
  height: 13px;
  margin: auto;
  background: #FFFFFF;
}

.index-links {
  padding-top: 3.2em;
  padding-bottom: 3em;
}

.index-links-inner {
  width: 1200px;
  margin: 0 auto;
}

.index-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.index-links__item {
  width: 49.16667%;
}

.index-links__item > a {
  display: block;
  padding: 1.2em 0;
  background-color: #6AAA95;
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.11111;
}

.index-links__item > a:hover {
  opacity: 0.9;
}

.index-banners {
  padding-top: 1.9em;
  padding-bottom: 1.5em;
  background-color: #DCDCDC;
}

.index-banners-inner {
  width: 1200px;
  margin: 0 auto;
}

.index-banners__list {
  margin: 0;
  padding: 0;
}

.index-banners__item {
  display: inline-block;
  width: 284px;
  margin-right: 1em;
}
.index-banners__item__last {
  display: inline-block;
  width: 284px;
}
.index-banners__item:hover {
  opacity: 0.8;
}

.member-banners {
  margin-top: 5.5em;
  padding-top: 2.3em;
  padding-bottom: 2.3em;
  background-color: #DCDCDC;
}

.member-banners-inner {
  width: 1200px;
  margin: 0 auto;
}

.member-banners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.member-banners__item {
  position: relative;
  width: 32.08333%;
  background-color: #FFFFFF;
  border: 2px solid #BFBFBF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.member-banners__item:hover {
  opacity: 0.8;
}

.member-banners__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8em 1em;
  font-size: 1rem;
  line-height: 1.25;
}

.member-banners__pdf {
  width: 51px;
  padding-right: 14px;
}

.member-banners__content {
  display: inline-block;
}

.member-banners__content span {
  display: block;
}

.member-banners__content--kb {
  padding-top: 5px;
}

.member-banners__tab {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
}

/*各種手続き追記*/

.tetsudukiinfo__btn {
  text-align: center;
}

.tetsudukiinfo__btn.member > a {
  background-color: #0057AD;
  text-decoration: none;
}

.theme-dark .tetsudukiinfo__btn.member > a {
  border: 1px solid #FFFFFF;
  background-color: #000000;
  text-decoration: none;
}

.tetsudukiinfo__btn > a::before {
  content: '';
  position: relative;
  top: 0;
  left: -3px;
  display: inline-block;
  background-size: 24px 23px;
  vertical-align: middle;
}

.tetsudukiinfo__btn > a {
  display: inline-block;
  padding: 0.9em 0;
  /* background-color: #094E37; */
  color: #FFFFFF;
  width: 180px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 0.75;
  border-radius: 3px;
}



.index-login-sp {
  display: none;
  width: 100%;
  margin-top: 1em;
  text-align: center;
}

.index-login-sp > a {
  display: block;
  color: #FFFFFF;
  background-color: #0076BF;
  padding: 0.5em 0 0.4em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
}

.index-login-sp > a:before {
  content: '';
  position: relative;
  top: -3px;
  display: inline-block;
  width: 19px;
  height: 21px;
  margin-right: 1em;
  background: url(/common/images/cmn_key_icon_01.png) center left no-repeat;
  background-size: 19px 21px;
  vertical-align: middle;
}

.index-login-sp > a:hover {
  background-color: #1788CE;
}

.TabSample-enabled .index-menu__area-inner .index-menu__info {
  display: none;
}

.TabSample-enabled .index-menu__area-inner .index-menu__info[aria-hidden=false] {
  display: block;
}

.TabSample-enabled .member-menu__area-inner .member-menu__info {
  display: none;
}

.TabSample-enabled .member-menu__area-inner .member-menu__info[aria-hidden=false] {
  display: block;
}

.TabSample__tabListItem-member-active {
  border-bottom: 0;
}

.TabSample__tabListItem-active > a {
  color: #000000;
  border-top: 5px solid #06724E;
  background-color: #ECFFF9;
}

.TabSample__tabListItem-member-active > a {
  position: relative;
  padding-bottom: 8px;
  color: #FFFFFF;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #0067CB;
  font-weight: 500;
}

.TabSample__tabListItem-member-active > a::before,
.TabSample__tabListItem-member-active > a::after {
  display: block;
  position: absolute;
  bottom: -1px;
  width: 4px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.TabSample__tabListItem-member-active > a::before {
  left: -3px;
  background-image: url(/common/images/bg_menu_tab_left.png);
  background-position: bottom left;
}

.TabSample__tabListItem-member-active > a::after {
  right: -3px;
  background-image: url(/common/images/bg_menu_tab_right.png);
  background-position: bottom right;
}

.theme-dark .TabSample__tabListItem-member-active > a {
  color: #FFFFFF;
}

.Page-Wrap {
  width: 1200px;
  margin: 0 auto;
}

.Page-Wrap p {
  font-size: 0.9375rem;
  line-height: 1.73333;
}

.Page-Type {
  margin-bottom: 40px;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.w10per {
  width: 10%;
}

.w20per {
  width: 20%;
}

.w30per {
  width: 30%;
}

.w40per {
  width: 40%;
}

.w50per {
  width: 50%;
}

.w8em {
  width: 8em;
}

table td.list {
  width: 82%;
}

table td.url {
  width: 78%;
}

table td.url > a {
  word-break: break-word;
}

table[summary='お問い合わせ'] dl.typeA {
  white-space: nowrap;
  font-size: 0.9375rem;
  line-height: 1.73333;
}

form p.typeA {
  margin: 1em 0;
}

form p.typeA > input {
  display: inline-block;
  padding: 1em 2.5em;
  color: #FFFFFF;
  background-color: #0076BF;
  border-radius: 3px;
  border: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form p.typeA > input:hover {
  background-color: #0D3954;
}

form p.typeA > input:disabled {
  background-color: #999;
}

em {
  font-style: normal;
}

.BreadCrumb {
  margin-top: 22px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 0.9375;
}

.theme-dark .BreadCrumb {
  color: #FFFFFF;
}

.BreadCrumb > a {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.25;
}

.theme-dark .BreadCrumb > a {
  color: #FFFFFF;
}

.BreadCrumb > a:hover {
  text-decoration: underline;
}

.BreadCrumb > span {
  display: inline-block;
  margin-right: 18px;
}

.Page-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Page-Container a {
  text-decoration: underline;
}

.Page-Container a:hover {
  text-decoration: none;
}

.Page-Container.member .Head1,
.Page-Container.member .boxTinyMCE h1,
.boxTinyMCE .Page-Container.member h1,
.Page-Container.member h1:not([class]) {
  border-top: 2px solid #0057AD;
  border-bottom: 2px solid #0057AD;
}

.Page-Container.member .Head3,
.Page-Container.member .boxTinyMCE h3,
.boxTinyMCE .Page-Container.member h3,
.Page-Container.member h3:not([class]) {
  padding: 6px 16px;
  background-color: #ADDBEF;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.33333;
}

.theme-dark .Page-Container.member .Head3,
.theme-dark .Page-Container.member .boxTinyMCE h3,
.theme-dark .boxTinyMCE .Page-Container.member h3,
.theme-dark .Page-Container.member h3:not([class]) {
  border: 1px solid #ADDBEF;
  background-color: transparent;
}

.Page-Container.member .Head4,
.Page-Container.member .boxTinyMCE h4,
.boxTinyMCE .Page-Container.member h4,
.Page-Container.member h4:not([class]) {
  position: relative;
  padding: 6px 16px;
  border-bottom: 2px solid #AEAEAE;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.Page-Container.member .Head4::after,
.Page-Container.member .boxTinyMCE h4::after,
.boxTinyMCE .Page-Container.member h4::after,
.Page-Container.member h4:not([class])::after {
  content: '.';
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 15%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0057AD;
}

.Page-Container.member .Head5,
.Page-Container.member .boxTinyMCE h5,
.boxTinyMCE .Page-Container.member h5,
.Page-Container.member h5:not([class]) {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.Page-Container.member .Head5::before,
.Page-Container.member .boxTinyMCE h5::before,
.boxTinyMCE .Page-Container.member h5::before,
.Page-Container.member h5:not([class])::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0057AD;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.Page-Container.member .Head6,
.Page-Container.member .boxTinyMCE h6,
.boxTinyMCE .Page-Container.member h6,
.Page-Container.member h6:not([class]) {
  color: #0B628F;
  font-size: 1rem;
  line-height: 1.5;
}

.Page-Container.member .IconList,
.Page-Container.member .boxTinyMCE ul,
.boxTinyMCE .Page-Container.member ul,
.Page-Container.member ul:not([class]) {
  margin: 12px 0 12px 30px;
  padding: 0;
}

.Page-Container.member .IconList > li,
.Page-Container.member .boxTinyMCE ul > li,
.boxTinyMCE .Page-Container.member ul > li,
.Page-Container.member ul:not([class]) > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.Page-Container.member .IconList > li::before,
.Page-Container.member .boxTinyMCE ul > li::before,
.boxTinyMCE .Page-Container.member ul > li::before,
.Page-Container.member ul:not([class]) > li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0057AD;
}

.Page-Container.one-column {
  display: block;
}

.Page-Container.one-column .Col-Main {
  width: 100%;
}

.Head1,
.boxTinyMCE h1 {
  margin: 16px 0 32px 0;
  padding: 16px;
  font-weight: normal;
  border-top: 2px solid #06724E;
  border-bottom: 2px solid #06724E;
  font-size: 1.5rem;
  line-height: 1;
}

.Head2,
.boxTinyMCE h2 {
  margin: 40px 0 24px 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.Head3,
.boxTinyMCE h3 {
  margin: 32px 0;
  padding: 6px 16px;
  background-color: #C7E3DA;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.33333;
}

.Head4,
.boxTinyMCE h4 {
  position: relative;
  padding: 6px 16px;
  border-bottom: 2px solid #AEAEAE;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.Head4::after,
.boxTinyMCE h4::after {
  content: '.';
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 15%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #06724E;
}

.Head5,
.boxTinyMCE h5 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.Head5::before,
.boxTinyMCE h5::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #06724E;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.Head6,
.boxTinyMCE h6 {
  color: #06724E;
  font-size: 1rem;
  line-height: 1.5;
}

.LeadText {
  margin-bottom: 2.5em;
}

.IconList,
.boxTinyMCE ul,
.boxTinyMCE ul.typeA {
  margin: 20px 0 30px 30px;
  padding: 0;
}

.IconList > li,
.boxTinyMCE ul > li,
.boxTinyMCE ul.typeA > li {
  position: relative;
  padding-left: 20px;
  margin: 16px 0;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.IconList > li::before,
.boxTinyMCE ul > li::before,
.boxTinyMCE ul.typeA > li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #06724E;
}

.IconList > li > a,
.boxTinyMCE ul > li > a,
.boxTinyMCE ul.typeA > li > a {
  text-decoration: underline;
}

.IconList > li > a:hover,
.boxTinyMCE ul > li > a:hover {
  text-decoration: none;
}

.IconList > li > a > img,
.boxTinyMCE ul > li > a > img,
.boxTinyMCE ul.typeA > li > a > img {
  width: 20px;
  margin: 0 6px;
  vertical-align: sub;
}

.IconList > li > img,
.boxTinyMCE ul > li > img,
.boxTinyMCE ul.typeA > li > img {
  width: 20px;
  margin: 0 6px;
  vertical-align: sub;
}

.EntryList {
  margin: 20px 0 30px 30px;
  padding-left: 0;
}

.EntryList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.EntryList > li:not(:last-child) {
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.EntryList .EntryList__pubdate {
  margin-right: 0.5em;
  width: 9em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.EntryList .c-link-icon {
  position: relative;
  top: -2px;
  margin-right: 3px;
  width: 18px;
  vertical-align: middle;
}

.EntryList .EntryList__linkIcon {
  position: relative;
  top: -2px;
  margin-left: 3px;
  width: 18px;
  vertical-align: middle;
}

.OrderedList,
.boxTinyMCE ol {
  margin-left: 50px;
  padding: 0;
}

.OrderedList li,
.boxTinyMCE ol li {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.boxTinyMCE dl {
  font-size: 0.9375rem;
  line-height: 1.73333;
}

.boxTinyMCE table {
  width: 100%;
  margin: 24px 0 32px 0;
  border-collapse: collapse;
  border: 1px solid;
  font-size: 0.9375rem;
  line-height: 1.73333;
}

.boxTinyMCE table th {
  background-color: #D2E3E4;
  border: 1px solid #505050;
  padding: 5px 10px;
}

.theme-dark .boxTinyMCE table th {
  background-color: transparent;
}

.boxTinyMCE table td {
  border: 1px solid #505050;
  padding: 15px 10px;
}

.boxTinyMCE table a {
  text-decoration: underline;
}

.boxTinyMCE table a:hover {
  text-decoration: none;
}

.boxTinyMCE input[type='button'],
.boxTinyMCE input[type='submit'] {
  display: inline-block;
  padding: 1em 2.5em;
  color: #FFFFFF;
  background-color: #0076BF;
  border-radius: 3px;
  border: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.boxTinyMCE input[type='button']:hover,
.boxTinyMCE input[type='submit']:hover {
  background-color: #0D3954;
}

.boxTinyMCE .boxA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.boxTinyMCE table.typeB.ayumi {
  margin: 30px 0 60px 0;
  border: none;
}

.boxTinyMCE table.typeB.ayumi tr > th {
  padding: 16px 10px;
}

.boxTinyMCE table.typeB.ayumi tr > td {
  width: 80%;
  padding: 16px 10px;
  line-height: 1.6;
}

.boxTinyMCE table.typeB.ayumi th {
  background-color: #FFFFFF;
  border: none;
}

.boxTinyMCE table.typeB.ayumi td {
  border: none;
}

.boxTinyMCE .Boxtype *:first-child {
  margin-top: 0;
}

.boxTinyMCE .Boxtype *:last-child {
  margin-bottom: 0;
}

.Col-Main {
  width: 66.66667%;
}

.Col-Main .Head1,
.Col-Main .boxTinyMCE h1,
.boxTinyMCE .Col-Main h1 {
  margin-top: 0;
}

.Col-Side {
  width: 30.83333%;
}

.Local-nav {
  margin-bottom: 45px;
  border: 1px solid #6DB39C;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Local-nav__title {
  margin: 0;
  padding: 7px 20px;
  background-color: #ADD1C5;
  border-radius: 4px 4px 0 0;
  font-size: 1.3125rem;
  line-height: 1.61905;
}

.theme-dark .Local-nav__title {
  border-bottom: 1px solid #ADD1C5;
  background: #000000;
}

.Local-nav__list {
  margin: 0;
  padding: 0;
}

.Local-nav__list > li:last-child {
  border-radius: 0 0 4px 4px;
}

.Local-nav__sublist {
  margin: 0;
  padding: 0 0 10px;
}

.Local-nav__item {
  position: relative;
  padding-left: 52px;
  padding-right: 12px;
}

.Local-nav__item:nth-child(2n) {
  background-color: #ECFFF9;
}

.theme-dark .Local-nav__item:nth-child(2n) {
  background-color: #000000;
  border-top: 1px solid #ECFFF9;
}

.theme-dark .Local-nav__item:nth-child(2n):not(:last-child) {
  border-bottom: 1px solid #ECFFF9;
}

.Local-nav__item.Local-nav__item--bk {
  padding-top: 5px;
  padding-left: 20px;
}

.Local-nav__item > a {
  position: relative;
  display: block;
  font-size: 1.125rem;
  padding: 12px 0;
  line-height: 1.6;
  text-indent: -32px;
  text-decoration: none;
}

.theme-dark .Local-nav__item > a {
  color: #FFFFFF;
}

.Local-nav__item > a::before {
  content: '';
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: url(/common/images/cmn_link_icon_01.png) no-repeat;
  background-size: 20px 20px;
}

.Local-nav__item > a:hover {
  text-decoration: underline;
}

.Local-nav__item.Local-nav__item--bk > a {
  padding-top: 5px;
  padding-left: 32px;
}

.Local-nav__subitem {
  position: relative;
  padding-left: 30px;
  padding-right: 12px;
}

.Local-nav__subitem > a {
  position: relative;
  display: block;
  font-size: 1.125rem;
  padding: 2px 0;
  line-height: 1.333;
  text-indent: -32px;
  text-decoration: none;
}

.Local-nav__subitem > a::before {
  content: '';
  position: relative;
  top: 10px;
  display: inline-block;
  width: 8px;
  height: 24px;
  margin-right: 9px;
  background: url(/common/images/cmn_link_icon_07.png) no-repeat;
  background-size: 8px auto;
}

.Local-nav__subitem > a:hover {
  text-decoration: underline;
}

.Local-nav__item--active {
  border: 4px solid #B3D6CA;
}

.Local-nav__item--active::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  margin-top: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 16px 26px 0;
  border-color: transparent #B3D6CA transparent transparent;
}

.Local-nav__item--active > span {
  position: relative;
  display: block;
  font-size: 1.125rem;
  padding: 8px 0;
  line-height: 1.6;
  text-indent: -36px;
}

.Local-nav__item--active > span::before {
  content: '';
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: url(/common/images/cmn_link_icon_05.png) no-repeat;
  background-size: 20px 20px;
}

.Local-nav__item--active > a::before {
  content: '';
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: url(/common/images/cmn_link_icon_05.png) no-repeat;
  background-size: 20px 20px;
}

.Local-nav.member {
  border: 1px solid #7EB9D0;
}

.Local-nav.member .Local-nav__title {
  background-color: #7EB9D0;
}

.theme-dark .Local-nav.member .Local-nav__title {
  background-color: transparent;
}

.Local-nav.member .Local-nav__item:nth-child(2n) {
  background-color: #E8F8FF;
}

.theme-dark .Local-nav.member .Local-nav__item:nth-child(2n) {
  background-color: transparent;
}

.Local-nav.member .Local-nav__item > a::before {
  background: url(/common/images/cmn_link_icon_04.png) no-repeat;
  background-size: 20px 20px;
}

.Local-nav.member .Local-nav__item > span::before {
  background: url(/common/images/cmn_link_icon_04.png) no-repeat;
  background-size: 20px 20px;
}

.Local-nav.member .Local-nav__item--active {
  border: 4px solid #9ECCDE;
}

.Local-nav.member .Local-nav__item--active::after {
  border-color: transparent #9ECCDE transparent transparent;
}

.Local-nav.member .Local-nav__item--active > span::before {
  background: url(/common/images/cmn_link_icon_06.png) no-repeat;
  background-size: 20px 20px;
}

.Local-region {
  position: relative;
  padding: 5px 20px 0 20px;
}

.Local-region:nth-child(2n) {
  background-color: #ECFFF9;
}

.theme-dark .Local-region:nth-child(2n) {
  background-color: transparent;
}

.Local-region__title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 2.22222;
}

.Local-region__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.Local-region__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 31%;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.Local-region__item:not(:nth-child(3n)) {
  margin-right: 3%;
}

.Local-region__item > a::before,
.Local-region__item > span::before {
  content: '';
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.Local-region__item > a {
  text-decoration: none;
}

.Local-region__item > a::before {
  content: '';
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(/common/images/cmn_link_icon_01.png) no-repeat;
  background-size: 20px 20px;
}

.Local-region__item > a:hover {
  text-decoration: underline;
}

.Local-region.member:nth-child(2n) {
  background-color: #E8F8FF;
}

.Local-region.member .Local-region__item > a::before {
  background: url(/common/images/cmn_link_icon_04.png) no-repeat;
  background-size: 20px 20px;
}

.HeadType1 {
  position: relative;
  margin: 32px 0;
  padding: 0 14px;
  font-size: 1.875rem;
  line-height: 0.8;
}

.HeadType1::after {
  content: '.';
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: #AEAEAE;
  z-index: -1;
}

.Em1 {
  color: #9E1200;
  font-size: 15px;
  font-style: normal;
}

.theme-dark .Em1 {
  color: #FFFFFF;
}

strong {
  font-size: 15px;
}

.TextLink {
  text-decoration: underline;
  font-size: 15px;
}

.TextLink:hover {
  text-decoration: none;
}

.fontL {
  font-size: 21px;
}

.fontM {
  font-size: 15px;
}

.fontS {
  font-size: 13px;
}

.ImgCol3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 70px;
}

.ImgCol3__col {
  width: 31.25%;
}

.ImgCol3__col figure {
  margin: 0;
}

.ImgCol3__col figure > img {
  vertical-align: top;
}

.ImgCol3__col figcaption {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.28571;
}

.ImgBreak {
  margin-bottom: 70px;
}

.ImgBreak__img {
  float: left;
  margin: 0 25px 0 0;
}

.Pagination {
  position: relative;
  margin: 45px 0;
}

.Pagination__list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.Pagination__item {
  display: inline-block;
  margin: 0 12px;
  font-size: 1.125rem;
  line-height: 1;
}

.Pagination__item > a {
  text-decoration: underline;
}

.Pagination__item > a:hover {
  text-decoration: none;
}

.Pagination__item > em {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 3px solid #666666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
}

.Pagination__nextprev {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
}

.Pagination__prev {
  position: absolute;
  left: 0;
}

.Pagination__prev > a {
  text-decoration: none;
}

.Pagination__prev > a:hover {
  text-decoration: underline;
}

.Pagination__prev > a::before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  background: url(/common/images/cmn_prev_btn_01.png) no-repeat;
  background-size: 28px 28px;
  vertical-align: middle;
}

.Pagination__next {
  position: absolute;
  right: 0;
}

.Pagination__next > a {
  text-decoration: none;
}

.Pagination__next > a:hover {
  text-decoration: underline;
}

.Pagination__next > a::after {
  content: '';
  position: relative;
  top: -3px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 16px;
  background: url(/common/images/cmn_next_btn_01.png) no-repeat;
  background-size: 28px 28px;
  vertical-align: middle;
}

.MoveLink {
  margin: 45px 0;
}

.MoveLink__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.MoveLink__list--next-only {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.MoveLink__item {
  width: 40%;
  font-size: 0.9375rem;
  line-height: 1;
  line-height: 1.6;
}

.MoveLink__item > a {
  text-decoration: underline;
}

.MoveLink__item > a:hover {
  text-decoration: none;
}

.MoveLink__prev {
  padding-left: 40px;
  text-align: left;
}

.MoveLink__prev::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  background: url(/common/images/cmn_prev_btn_02.png) no-repeat;
  background-size: 28px 28px;
  vertical-align: middle;
}

.MoveLink__next {
  padding-right: 36px;
  text-align: right;
}

.MoveLink__next > a > span {
  display: inline-block;
  text-align: left;
  text-decoration: underline;
}

.MoveLink__next > a > span:hover {
  text-decoration: none;
}

.MoveLink__next::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 16px;
  background: url(/common/images/cmn_next_btn_02.png) no-repeat;
  background-size: 28px 28px;
  vertical-align: middle;
}

.MoveLink.member .MoveLink__prev > a::before {
  background: url(/common/images/cmn_prev_btn_03.png) no-repeat;
  background-size: 28px 28px;
}

.MoveLink.member .MoveLink__next > a::after {
  background: url(/common/images/cmn_next_btn_03.png) no-repeat;
  background-size: 28px 28px;
}

.DescHead {
  margin-top: 30px;
  color: #06724E;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

.LinkIconList {
  margin: 20px 0 30px 30px;
  padding: 0;
}

.LinkIconList > li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.LinkIconList > li::before {
  display: none;
}

.LinkIconList > li > small {
  display: block;
}

.LinkIconList > li > a {
  text-decoration: underline;
}

.LinkIconList > li > a:hover {
  text-decoration: none;
}

.LinkIconList > li > a::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(/common/images/cmn_link_icon_01.png) left center no-repeat;
  background-size: 15px 15px;
}

.LinkIconList > li > a.fs22 {
  font-size: 1.375rem;
  line-height: 1.6;
}

.LinkIconList > li > a.fs22::before {
  top: 9px;
}

.LinkIconList.member > li > a::before {
  background: url(/common/images/cmn_link_icon_04.png) left center no-repeat;
  background-size: 15px 15px;
}

.LinkIconList.member > li > a > img {
  width: 20px;
  vertical-align: sub;
  margin: 0 6px;
}

.UnderlineList {
  margin: 20px 0 30px 30px;
  padding: 0;
}

.UnderlineList > li {
  text-decoration: underline;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.UnderlineList > li::before {
  display: none;
}

.HorizontalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 30px 30px;
  padding: 0;
}

.HorizontalList > li {
  width: 20%;
  margin-right: 46px;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.HorizontalList > li::before {
  display: none;
}

.HorizontalIconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 30px 30px;
  padding: 0;
}

.HorizontalIconList > li {
  position: relative;
  width: 18%;
  margin-right: 46px;
  padding-left: 16px;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.HorizontalIconList > li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #06724E;
}

.HorizontalIconList.member > li::before {
  background-color: #0057AD;
}

.Horizontal2RowIconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 30px 30px;
  padding: 0;
}

.Horizontal2RowIconList > li {
  position: relative;
  width: 39%;
  margin-right: 50px;
  margin-bottom: 20px;
  padding-left: 16px;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.Horizontal2RowIconList > li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #06724E;
}

.Horizontal2RowIconList.member > li::before {
  background-color: #0057AD;
}

.LayerList {
  margin: 20px 0 30px 30px;
  padding: 0;
}

.LayerList ul {
  margin-top: 8px;
}

.LayerList li {
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.LayerList li::before {
  display: none;
}

.LayerList li ul li:first-child {
  list-style-type: disc;
}

.LayerList > li {
  position: relative;
  padding-left: 16px;
}

.LayerList > li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #06724E;
}

.LayerList.member > li::before {
  background-color: #0057AD;
}

.ListDefineV {
  margin: 20px 0 30px 30px;
  padding: 0;
}

.ListDefineV ul {
  margin-top: 8px;
}

.ListDefineV li {
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.ListDefineV li::before {
  display: none;
}

.ListDefineV li dl {
  margin: 0;
  padding-left: 14px;
}

.ListDefineV li dl dt {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 3.6875;
}

.ListDefineV li dl dt::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 6px;
  height: 16px;
  background-color: #06724E;
}

.ListDefineV li dl dd {
  margin: 0 0 10px 40px;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.ListDefineV > li {
  position: relative;
  padding-left: 16px;
}

.ListDefineV > li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #06724E;
}

.ListDefineV.member li dl dt::before {
  background-color: #0057AD;
}

.ListDefineV.member > li::before {
  background-color: #0057AD;
}

.ListDefineH {
  margin: 20px 0 30px 30px;
  padding: 0;
}

.ListDefineH ul {
  margin-top: 8px;
}

.ListDefineH li {
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.ListDefineH li::before {
  display: none;
}

.ListDefineH li dl {
  margin: 0;
  padding-left: 14px;
}

.ListDefineH li dl dt {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 3.6875;
}

.ListDefineH li dl dt::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 6px;
  height: 16px;
  background-color: #06724E;
}

.ListDefineH li dl dd {
  margin: 0 100px 10px 0;
  font-size: 1rem;
  line-height: 1.4375;
}

.ListDefineH__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 40px;
}

.ListDefineH > li {
  position: relative;
  padding-left: 16px;
}

.ListDefineH > li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #06724E;
}

.ListDefineH.member li dl dt::before {
  background-color: #0057AD;
}

.ListDefineH.member > li::before {
  background-color: #0057AD;
}

.ListOL {
  margin-left: 30px;
  padding: 0;
}

.ListOL li {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.ListOL li::before {
  display: none;
}

.ListOL li ol {
  margin: 10px 0 0 20px;
  padding: 0;
}

.ListOL > li {
  position: relative;
  padding-left: 16px;
}

.ListOL > li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #06724E;
}

.ListOL.member > li::before {
  background-color: #0057AD;
}

.LayerOL {
  margin-left: 50px;
  padding: 0;
}

.LayerOL ol {
  margin-top: 8px;
}

.LayerOL li {
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.LayerOL li::before {
  display: none;
}

.OLList {
  margin-left: 50px;
  padding: 0;
}

.OLList ul {
  margin: 0;
  padding: 0;
}

.OLList ul > li {
  position: relative;
  margin-top: 6px;
  padding-left: 16px;
}

.OLList ul > li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #06724E;
}

.OLList li {
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.OLList li::before {
  display: none;
}

.OLList > li {
  margin-bottom: 10px;
}

.OLList.member ul > li::before {
  background-color: #0057AD;
}

.OLDefineV {
  margin-left: 50px;
  padding: 0;
}

.OLDefineV ul {
  margin: 0;
  padding: 0;
}

.OLDefineV ul > li {
  position: relative;
  margin-top: 6px;
  padding-left: 16px;
}

.OLDefineV ul > li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #06724E;
}

.OLDefineV li {
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.OLDefineV li::before {
  display: none;
}

.OLDefineV li dl {
  margin: 0 0 24px 0;
  padding-left: 14px;
}

.OLDefineV li dl dt {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 3.6875;
}

.OLDefineV li dl dt::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 6px;
  height: 16px;
  background-color: #06724E;
}

.OLDefineV li dl dd {
  margin: 0 0 10px 40px;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.OLDefineV > li {
  margin-bottom: 10px;
}

.OLDefineV.member li dl dt::before {
  background-color: #0057AD;
}

.OLDefineH {
  margin-left: 50px;
  padding: 0;
}

.OLDefineH ul {
  margin: 0;
  padding: 0;
}

.OLDefineH ul > li {
  position: relative;
  margin-top: 6px;
  padding-left: 16px;
}

.OLDefineH ul > li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #06724E;
}

.OLDefineH li {
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.OLDefineH li::before {
  display: none;
}

.OLDefineH li dl {
  margin: 0;
  padding-left: 14px;
}

.OLDefineH li dl dt {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 3.6875;
}

.OLDefineH li dl dt::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 6px;
  height: 16px;
  background-color: #06724E;
}

.OLDefineH li dl dd {
  margin: 0 100px 10px 0;
  font-size: 1rem;
  line-height: 1.4375;
}

.OLDefineH__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 40px;
}

.OLDefineH > li {
  margin-bottom: 10px;
}

.OLDefineH.member li dl dt::before {
  background-color: #0057AD;
}

.DefineListH {
  margin: 30px;
}

.DefineListH dt {
  position: relative;
  padding-left: 15px;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4375;
}

.DefineListH dt::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 16px;
  background-color: #06724E;
}

.DefineListH dd {
  margin: 0 100px 10px 0;
  font-size: 1rem;
  line-height: 1.4375;
}

.DefineListH__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 40px;
}

.DefineListH.member dt::before {
  background-color: #0057AD;
}

.DefineListV {
  margin: 30px;
}

.DefineListV dt {
  position: relative;
  padding-left: 15px;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4375;
}

.DefineListV dt::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 16px;
  background-color: #06724E;
}

.DefineListV dd {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.DefineListV.member dt::before {
  background-color: #0057AD;
}

.TableType1,
table.typeA {
  width: 100%;
  margin: 24px 0 58px 0;
  border-collapse: collapse;
  border: 1px solid #505050;
  font-size: 1rem;
  line-height: 1.5;
}

.TableType1 th,
table.typeA th {
  padding: 8px 20px;
  border: 1px solid #505050;
  background-color: #D2E3E4;
}

.theme-dark .TableType1 th,
.theme-dark table.typeA th {
  background-color: transparent;
}

.TableType1 td,
table.typeA td {
  padding: 8px 20px;
  border: 1px solid #505050;
}

body.tebiki-search-result .TableType1 thead tr th:first-child {
  width: 30%;
}

body.tebiki-search-result .TableType1 h2:not([class]) {
  padding: 0;
  border-width: 0;
}

.TableType2 {
  width: 100%;
  margin: 24px 0 58px 0;
  border-collapse: collapse;
  border: 1px solid #505050;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.TableType2 th {
  padding: 8px 12px;
  border: 1px solid #505050;
  background-color: #D2E3E4;
  text-align: left;
}

.theme-dark .TableType2 th {
  background-color: transparent;
}

.TableType2 td {
  padding: 8px 12px;
  border: 1px solid #505050;
}

.TableType3 {
  width: 100%;
  margin: 24px 0 58px 0;
  border-collapse: collapse;
  border: 1px solid #505050;
  font-size: 1rem;
  line-height: 1.5;
}

.TableType3 table {
  border-collapse: collapse;
}

.TableType3 thead th {
  font-weight: bold;
  text-align: center;
}

.TableType3 tr {
  text-align: left;
}

.TableType3 th {
  padding: 8px 20px;
  border: 1px solid #505050;
  background-color: #D2E3E4;
  font-weight: normal;
  vertical-align: top;
}

.theme-dark .TableType3 th {
  background-color: transparent;
}

.TableType3 td {
  padding: 8px 20px;
  border: 1px solid #505050;
  vertical-align: top;
}

.TableType3 td > a {
  text-decoration: underline;
}

.TableType3 td > a:hover {
  text-decoration: none;
}

.TableType4 {
  width: 100%;
  margin: 30px 0 70px 0;
  border-collapse: collapse;
  border: 1px solid #505050;
  font-size: 0.9375rem;
  line-height: 1.53333;
}

.TableType4 tr:nth-child(1) th {
  color: #8E1916;
}

.TableType4 tr:nth-child(2) th {
  color: #1D137A;
}

.TableType4 tr:nth-child(3) th {
  color: #0059A4;
}

.TableType4 tr:nth-child(4) th {
  color: #005928;
}

.TableType4 tr:nth-child(5) th {
  color: #8C2585;
}

.TableType4 tr:nth-child(6) th {
  color: #705508;
}

.TableType4 tr:nth-child(7) th {
  color: #7D3B0E;
}

.TableType4 tr:nth-child(8) th {
  color: #4D4D4D;
}

.TableType4 th {
  padding: 8px 0 8px 30px;
  width: 22.5%;
  border: 1px solid #505050;
  background-color: #E6E6E6;
  text-align: left;
}

.TableType4 td {
  padding: 8px 25px;
  width: 77.5%;
  border: 1px solid #505050;
}

.TableType4 td > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0;
}

.TableType4 td > ul > li {
  margin: 0 !important;
  padding: 4px 20px 4px 0 !important;
}

.TableType4 td > ul > li::before {
  display: none;
}

.TableType4 td > ul > li > a {
  text-decoration: underline;
}

.TableType4 td > ul > li > a:hover {
  text-decoration: none;
}

.dl-TableType1 {
  display: grid;
  grid-template-columns: minmax(calc(3em + 10px), 8%) minmax(calc(5.25em + 10px), 9.25%) minmax(calc(5em + 10px), 8%) 1fr minmax(calc(4.25em + 10px), 8%) 1fr;
  grid-template-rows: repeat(2, minmax(50px, auto) minmax(50px, 1fr));
  margin: 24px 0 58px 0;
  border-top: 1px solid #505050;
  border-left: 1px solid #505050;

  @media only screen and (max-width: 1000px) {
    font-size: 0.9rem;
  }

  @media only screen and (max-width: 767px) {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  dt {
    display: grid;
    place-content: center;
    padding: 3px 5px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    background-color: #D2E3E4;
    border-bottom: 1px solid #505050;
    border-right: 1px solid #505050;

    @media only screen and (min-width: 768px) {
      &:nth-of-type(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
      }
      &:nth-of-type(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
      }
      &:nth-of-type(3) {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
      }
      &:nth-of-type(4) {
        grid-column: 4 / 5;
        grid-row: 1 / 2;
      }
      &:nth-of-type(5) {
        grid-column: 5 / 6;
        grid-row: 1 / 2;
      }
      &:nth-of-type(6) {
        grid-column: 5 / 6;
        grid-row: 3 / 4;
      }
      &:nth-of-type(7) {
        grid-column: 6 / 7;
        grid-row: 1 / 2;
      }
    }

    @media only screen and (max-width: 767px) {
      grid-column: 1 / 3;
      padding-top: 4px;
      padding-bottom: 3px;

      &:nth-of-type(5) {
        grid-column: 1 / 2;
        grid-row: 9 / 10;
      }
      &:nth-of-type(6) {
        grid-column: 2 / 3;
        grid-row: 9 / 10;
      }
    }

  }

  dd {
    display: grid;
    align-items: flex-start;
    padding: 10px 5px;
    line-height: 1.5;
    border-bottom: 1px solid #505050;
    border-right: 1px solid #505050;
    margin: 0;

    @media only screen and (min-width: 768px) {
      &:nth-of-type(1) {
        grid-column: 1 / 2;
        grid-row: 2 / 5;
      }
      &:nth-of-type(2) {
        grid-column: 2 / 3;
        grid-row: 2 / 5;
      }
      &:nth-of-type(3) {
        grid-column: 3 / 4;
        grid-row: 2 / 5;
      }
      &:nth-of-type(4) {
        grid-column: 4 / 5;
        grid-row: 2 / 5;
      }
      &:nth-of-type(5) {
        grid-column: 5 / 6;
        grid-row: 2 / 3;
      }
      &:nth-of-type(6) {
        grid-column: 5 / 6;
        grid-row: 4 / 5;
      }
      &:nth-of-type(7) {
        grid-column: 6 / 7;
        grid-row: 2 / 5;
      }
    }

    @media only screen and (max-width: 767px) {
      grid-column: 1 / 3;

      &:nth-of-type(5) {
        grid-column: 1 / 2;
        grid-row: 10 / 11;
      }
      &:nth-of-type(6) {
        grid-column: 2 / 3;
        grid-row: 10 / 11;
      }
    }
  }
}

.MagazineTitles {
  display: table;
  width: 100%;
}

.MagazineTitles__table .vol {
  width: 10%;
}

.MagazineTitles__table .pubdate {
  width: 13%;
}

.MagazineTitles__table .genre {
  width: 20%;
}

.MagazineTitles__table .writer {
  width: 13%;
}

.BtnType1 {
  margin: 1em 0;
}

.BtnType1 > a {
  display: inline-block;
  padding: 0.7em 1.4em;
  color: #333333;
  border: 2px solid #06724E;
  background-color: #FFFFFF;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5;
}

.theme-dark .BtnType1.member > a {
  background-color: #000000;
}

.BtnType1 > a:hover {
  background-color: #ADD1C5;
}

.theme-dark .BtnType1.member > a:hover {
  background-color: #000000;
}

.BtnType1 > a::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/common/images/cmn_link_icon_01.png) center left no-repeat;
  background-size: 20px 20px;
  vertical-align: middle;
}

.BtnType1.member > a {
  border: 2px solid #0057AD;
}

.BtnType1.member > a:hover {
  background-color: #ADDBEF;
}

.BtnType1.member > a::before {
  background: url(/common/images/cmn_link_icon_04.png) center left no-repeat;
  background-size: 20px 20px;
}

.BtnType2 {
  margin: 1em 0;
}

.BtnType2 > a {
  display: inline-block;
  padding: 1em 1.7em;
  color: #FFFFFF;
  background-color: #0076BF;
  border-radius: 3px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-dark .BtnType2 > a {
  border: 1px solid #FFFFFF;
  background-color: #000000;
}

.BtnType2 > a:hover {
  background-color: #0D3954;
}

.IconType {
  display: inline-block;
}

.IconType > img {
  width: 50%;
}

.Boxtype {
  margin-bottom: 2em;
  padding: 18px 30px;
}

.Boxtype__head {
  margin: 0 0 14px 0;
  font-weight: bold;
  border-bottom: 2px solid #222222;
  font-size: 1rem;
  line-height: 1.5;
}

.Boxtype__body {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.73333;
}

.Boxtype.Boxtype1 {
  border: 1px solid #88A8AA;
}

.Boxtype.Boxtype2 {
  border: 3px solid #A4C1C3;
}

.Boxtype.Boxtype3 {
  background-color: #E6E6E6;
}

.theme-dark .Boxtype.Boxtype3 {
  background-color: transparent;
  border: 1px solid #E6E6E6;
}

.Boxtype.Boxtype4 {
  border: 1px solid #88A8AA;
  background-color: #EBFAFB;
}

.Boxtype.Boxtype5 {
  border: 1px solid #88A8AA;
  background-color: #EBFAFB;
}

/* テーブル */
form#ExtraForm table.ContactForm:not(.LoginForm) tr:first-child td::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 45px;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000000;
  pointer-events: none;
}

.ContactForm {
  margin-top: 36px;
  width: 100%;
  border-collapse: collapse;
}

.ContactForm tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1em;
}

.ContactForm tr th {
  display: block;
  position: relative;
  top: 10px;
  width: 31.25%;
  margin: 0;
  padding: 1px;
  text-align: right;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.93333;
}

.ContactForm tr th em {
  padding-left: 5px;
  color: #E7100A;
  font-weight: bold;
  font-style: normal;
}

.ContactForm tr td {
  display: block;
  position: relative;
  width: 65%;
  margin: 0;
  padding: 1px;
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.42857;
}

.ContactForm tr td p {
  margin: 5px 0 0;
}

.ContactForm tr td select {
  position: relative;
  width: 95.2381%;
  padding-left: 7px;
  height: 50px;
  border: 1px solid #88A8AA;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ContactForm tr td .ContactForm__selectWrap {
  display: inline-block;
  position: relative;
  width: 95.2381%;
}

.ContactForm tr td .ContactForm__selectWrap select {
  width: 100%;
}

.ContactForm tr td .ContactForm__selectWrap.ContactForm__selectWrap--y,
.ContactForm tr td .ContactForm__selectWrap.ContactForm__selectWrap--md {
  margin-right: 0.25em;
}

.ContactForm tr td .ContactForm__selectWrap.ContactForm__selectWrap--y {
  width: 8em;
}

.ContactForm tr td .ContactForm__selectWrap.ContactForm__selectWrap--md {
  width: 6em;
}

.ContactForm tr td .ContactForm__selectWrap::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000000;
  pointer-events: none;
}

.ContactForm tr td input[type='text'] {
  width: 95.2381%;
  padding: 12px 7px;
  border: 1px solid #88A8AA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.9375rem;
  line-height: 1;
}

.ContactForm tr td input[type='text'].ContactForm__input--text-birthday-y,
.ContactForm tr td input[type='text'].ContactForm__input--text-birthday-md {
  margin-right: 5px;
  text-align: right;
}

.ContactForm tr td input[type='text'].ContactForm__input--text-birthday-y {
  width: 6em;
}

.ContactForm tr td input[type='text'].ContactForm__input--text-birthday-md {
  width: 4em;
}

.ContactForm tr td input[type='text'].ContactForm__input--text-register-num {
  width: 10em;
}

.ContactForm tr td input[type='text'].ContactForm__input--text-name {
  width: 40%;
}

.ContactForm tr td input[type='password'] {
  width: 95.2381%;
  padding: 12px 7px;
  border: 1px solid #88A8AA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.9375rem;
  line-height: 1;
}

.ContactForm tr td .notice-confirm {
  position: absolute;
  padding-top: 2px;
}

.ContactForm tr td textarea {
  width: 95.2381%;
  height: 160px;
  padding: 11px 7px;
  border: 1px solid #88A8AA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.9375rem;
  line-height: 1.73333;
}

.extrafields table.Table1 th {
  width: 40%;
  padding: 5px 24px;
  text-align: left;
}

.extrafields table.Table1 td {
  padding: 5px 24px;
}

.extrafields table.Table1 em {
  color: #E7100A;
}

.extrafields input[type='button'] {
  margin-right: 1em;
}

/* テーブル */
.ContactPolicy {
  text-align: center;
}

.ContactPolicy__text {
  font-size: 0.9375rem;
  line-height: 1.73333;
}

.ContactPolicy__text > a {
  color: #0076BF;
  text-decoration: underline;
}

.ContactPolicy__text > a:hover {
  text-decoration: none;
}

.ContactPolicy__check {
  margin-bottom: 26px;
  font-size: 0.9375rem;
  line-height: 1.73333;
}

.ContactPolicy__check input[type='checkbox'] {
  width: 15px;
  height: 15px;
}

.ContactPolicy .BtnType2 > a {
  padding: 1em 2.7em;
}

.Sitemap {
  margin: 40px 0;
}

.Sitemap.member .SitemapCol__title > a {
  color: #0057AD;
}

.theme-dark .Sitemap.member .SitemapCol__title > a {
  color: #FFFFFF;
}

.Sitemap.member .SitemapCol__title > a::before {
  background: url(/common/images/cmn_link_icon_04.png) left center no-repeat;
  background-size: 15px 15px;
}

.Sitemap.member .SitemapCol__item > a::before {
  background: url(/common/images/cmn_link_icon_04.png) left center no-repeat;
  background-size: 15px 15px;
}

.Sitemap.member .SitemapCol2__title > a {
  color: #0057AD;
}

.theme-dark .Sitemap.member .SitemapCol2__title > a {
  color: #FFFFFF;
}

.Sitemap.member .SitemapCol2__title > a::before {
  background: url(/common/images/cmn_link_icon_04.png) left center no-repeat;
  background-size: 15px 15px;
}

.Sitemap.member .SitemapCol2__item > a::before {
  background: url(/common/images/cmn_link_icon_04.png) left center no-repeat;
  background-size: 15px 15px;
}

.SitemapCol {
  margin-bottom: 40px;
}

.SitemapCol__title > a {
  position: relative;
  padding-left: 30px;
  color: #06724E;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 0.83333;
}

.SitemapCol__title > a:hover {
  text-decoration: underline;
}

.SitemapCol__title > a::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(/common/images/cmn_link_icon_01.png) left center no-repeat;
  background-size: 15px 15px;
}

.SitemapCol__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 26px 0 0 30px;
  padding: 0;
}

.SitemapCol__item {
  width: 50%;
  margin-bottom: 4px;
  padding-right: 120px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.SitemapCol__item > a {
  display: block;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.86667;
  text-decoration: underline;
}

.SitemapCol__item > a:hover {
  text-decoration: none;
}

.SitemapCol__item > a::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -28px;
  width: 15px;
  height: 15px;
  background: url(/common/images/cmn_link_icon_01.png) left center no-repeat;
  background-size: 15px 15px;
}

.SitemapCol2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.SitemapCol2__section {
  width: 50%;
  margin-bottom: 40px;
}

.SitemapCol2__title > a {
  position: relative;
  padding-left: 30px;
  color: #06724E;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 0.83333;
}

.SitemapCol2__title > a:hover {
  text-decoration: underline;
}

.SitemapCol2__title > a::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(/common/images/cmn_link_icon_01.png) left center no-repeat;
  background-size: 15px 15px;
}

.SitemapCol2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 26px 0 0 30px;
  padding: 0;
}

.SitemapCol2__item {
  margin-bottom: 4px;
  padding-right: 120px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.SitemapCol2__item > a {
  display: block;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.86667;
  text-decoration: underline;
}

.SitemapCol2__item > a:hover {
  text-decoration: none;
}

.SitemapCol2__item > a::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -24px;
  width: 15px;
  height: 15px;
  background: url(/common/images/cmn_link_icon_01.png) left center no-repeat;
  background-size: 15px 15px;
}

table.sitemap {
  table-layout: fixed;
}

table.sitemap,
table.sitemap td {
  border-width: 0;
}

table.sitemap td {
  vertical-align: top;
}

table.sitemap div.sitemap {
  margin-bottom: 27px;
  padding-left: 30px;
  background: url(/common/images/cmn_link_icon_01.png) left 0.25em no-repeat;
  background-size: 15px 15px;
}

table.sitemap div.sitemap > span > a {
  color: #06724E;
  font-size: 1.125rem;
  line-height: 1.44444;
  text-decoration: none;
  font-weight: bold;
}

.theme-dark table.sitemap div.sitemap > span > a {
  color: #FFFFFF;
}

table.sitemap ul.sitemap {
  margin: 30px 0 50px 0;
}

table.sitemap ul.sitemap > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  background: url(/common/images/cmn_link_icon_01.png) left 0.25em no-repeat;
  background-size: 15px 15px;
}

table.sitemap ul.sitemap > li:nth-child(2n - 1) {
  margin-right: 2%;
}

table.sitemap ul.sitemap > li::before {
  display: none;
}

table.sitemap ul.sitemap.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

table.sitemap ul.sitemap.column2 > li {
  width: 49%;
}

.Gotop {
  margin: 30px 0;
  text-align: right;
}

.Gotop > a {
  display: inline-block;
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 2;
}

.Gotop > a:hover {
  text-decoration: none;
}

.Gotop > a::before {
  content: '';
  position: relative;
  top: 0;
  left: -3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url(/common/images/cmn_gotop_icon_02.png) center left no-repeat;
  background-size: 18px 18px;
  vertical-align: middle;
}

.Gotop.member > a::before {
  background: url(/common/images/cmn_gotop_icon_03.png) center left no-repeat;
  background-size: 18px 18px;
}

.GuideImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}

.GuideImages .GuideImages__item {
  margin-bottom: 40px;
  width: 47.5%;
  font-size: 0.875rem;
  line-height: 1.57143;
  text-align: center;
}

.GuideImages .GuideImages__item:nth-child(2n-1) {
  margin-right: 5%;
}

.GuideImages .GuideImages__title {
  display: block;
  margin-bottom: 13px;
  text-align: center;
}

.GuideImages .GuideImages__image {
  margin-bottom: 20px;
  vertical-align: middle;
}

.GuideImages .GuideImages_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.GuideImages .GuideImages_links > a {
  width: 47%;
  padding: 1em 5px;
  color: #FFFFFF;
  background-color: #0076BF;
  border-radius: 3px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

.theme-dark .GuideImages .GuideImages_links > a {
  border: 1px solid #FFFFFF;
  background-color: #000000;
}

.GuideImages .GuideImages_links > a:hover {
  background-color: #0D3954;
}

.Login {
  padding-top: 60px;
  padding-bottom: 100px;
  background: url(/images/bg_loginpage.jpg) repeat-x center top;
}

.theme-dark .Login {
  background-image: none;
}

.Login__form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 170px;
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.6);
}

.theme-dark .Login__form {
  border: 1px solid #FFFFFF;
  background-color: #000000;
}

.Login__hdg {
  margin-bottom: 30px;
  color: #0057AD;
  font-size: 1.5rem;
  line-height: 1.33333;
  text-align: center;
}

.theme-dark .Login__hdg {
  color: #FFFFFF;
}

.Login__fields {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 400px;
}

.Login__field:not(:last-of-type) {
  margin-bottom: 22px;
}

.Login__field:last-of-type {
  margin-bottom: 42px;
}

.Login__field label {
  display: block;
  margin-bottom: 10px;
}

.Login__field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.81rem 10px;
  border: 1px solid #88A8AA;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}

.Login__submit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0.81rem 10px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 200px;
  background-color: #0076BF;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

.theme-dark .Login__submit {
  border: 1px solid #FFFFFF;
  background-color: #000000;
}

.Login__links {
  margin-left: 0;
}

.Login__links li {
  margin-bottom: 10px;
}

.Login__note {
  font-size: 1rem;
  line-height: 1.5;
}

.ArchivesSearch {
  margin-bottom: 50px;
  padding: 35px 8.75% 40px;
  background-color: #E6E6E6;
}

.theme-dark .ArchivesSearch {
  border: 1px solid #E6E6E6;
  background: transparent;
}

.ArchivesSearch__hdg {
  margin: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: normal;
  text-align: center;
}

.ArchivesSearch__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ArchivesSearch__field--indent {
  padding-left: 80px;
}

.ArchivesSearch__field:not(:last-child) {
  margin-bottom: 30px;
}

.ArchivesSearch__field:last-child {
  margin-bottom: 35px;
}

.ArchivesSearch__label {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
}

.daigiin-search-result .ArchivesSearch__label {
  width: 140px;
}

.ArchivesSearch__field--indent .ArchivesSearch__label {
  width: auto;
  margin-right: 2em;
}

.ArchivesSearch__inputField,
.ArchivesSearch__selectField {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 0.81rem 10px;
  border: 1px solid #88A8AA;
  border-radius: 0;
  background-color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5;
}

.ArchivesSearch__radioList {
  margin-left: 0;
  padding: 20px;
  background-color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5;
}

.ArchivesSearch__radioList li {
  position: relative;
  padding-left: 20px;
}

.ArchivesSearch__radioList li:not(:last-child) {
  margin-bottom: 10px;
}

.ArchivesSearch__radioList li input[type='radio'] {
  position: absolute;
  top: 0.3rem;
  left: 0;
}

.ArchivesSearch__radioWrap {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  font-size: 1rem;
  line-height: 1.5;
}

.ArchivesSearch__radioWrap + .ArchivesSearch__radioWrap {
  margin-left: 1em;
}

.ArchivesSearch__radioBtn {
  display: none;
}

.ArchivesSearch__radioLabel {
  display: inline-block;
}

.ArchivesSearch__radioLabel::before,
.ArchivesSearch__radioLabel::after {
  display: block;
  position: absolute;
  content: '';
}

.ArchivesSearch__radioLabel::before {
  top: 0;
  left: 0;
  width: 1.125em;
  height: 1.125em;
  margin: 0.0625em 0;
  border: 1px solid #88A8AA;
  border-radius: 100%;
  background-color: #FFFFFF;
}

.ArchivesSearch__radioLabel::after {
  top: 0.25em;
  left: 0.25em;
  width: 0.75em;
  height: 0.75em;
  margin: 0.0625em 0;
  border-radius: 100%;
  background-color: #000000;
  opacity: 0;
}

.ArchivesSearch__radioBtn:checked + .ArchivesSearch__radioLabel::after {
  opacity: 1;
}

.ArchivesSearch__selectWrap {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.ArchivesSearch__selectWrap::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  content: '';
  width: 14px;
  height: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(/common/images/icon_select.png) no-repeat left center/14px auto;
}

.ArchivesSearch__selectWrap select::-ms-expand {
  display: none;
}

.ArchivesSearch__selectWrap--genre::after,
.ArchivesSearch__selectWrap--item::after {
  right: 18px;
}

.ArchivesSearch__selectWrap--date::after {
  right: 15px;
}

.ArchivesSearch__selectField {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ArchivesSearch__selectField::-ms-expand {
  display: none;
}

.ArchivesSearch__inputField--text,
.ArchivesSearch__selectWrap--genre,
.ArchivesSearch__selectWrap--item {
  width: calc(100% - 100px);
}

.ArchivesSearch__selectField--genre,
.ArchivesSearch__selectField--item,
.ArchivesSearch__selectField--item {
  padding-right: 50px;
  width: 100%;
}

.ArchivesSearch__selectField--date {
  margin: 0 10px;
  padding-right: 35px;
}

.ArchivesSearch__submit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0.81rem 10px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 200px;
  background-color: #0076BF;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

.theme-dark .ArchivesSearch__submit {
  border: 1px solid #FFFFFF;
  background-color: transparent;
}

.extra_form_submit {
  text-align: center;
}

/*各種手続き*/
table.web_tetsuduki img {
  width: 40px;
}

table.web_tetsuduki {
  width: 80%;
  margin: auto;
}

table.web_tetsuduki p {
  text-align: center;
}
.tetuzuki_w30 {
  width: 40%;
}
.member-Precautions {
  color: #8b0000;
}
.theme-dark .member-Precautions {
  color: #FFFFFF;
}

.member-Precautions.b {
  font-weight: bold;
}
.member-Precautions.tunder {
  text-decoration: underline;
}

@media only screen and (max-width: 1365px) {
  body {
    width: auto;
  }
  .header .header-inner {
    width: auto;
  }
  .header-form {
    margin-top: 5px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  body {
    width: auto;
  }
  .header__logo {
    top: 77px;
    left: 29px;
  }
  .header--archives .header-inner {
    height: 133px;
  }
  .header--archives .header__logo {
    top: 77px;
  }
  .header-function__font {
    margin-left: 1em;
  }
  .header-function {
    right: 0;
  }
  .header-col {
    right: 0;
  }
  .index-inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .footer-inner {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .header-nav__list {
    width: auto;
  }
  .index-pickup__col img:first-child {
    display: block;
    margin: 0 auto;
    padding-right: 0;
  }
  .index-pickup__col img:last-child {
    display: inline-block;
    top: 3px;
  }
  .index-pickup__col span {
    display: inline-block;
    padding: 10px 0 0 0;
    font-size: 0.95rem;
    line-height: 1.4;
  }
  .index-pickup__col {
    height: 90px;
  }
  .member-pickup__col span {
    display: inline-block;
    padding: 9px 0 0 0;
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .member-pickup__col {
    min-height: 90px;
  }
  .index-menu-inner {
    width: calc(100% - 10px);
    margin: 0 auto;
    text-align: center;
  }
  .index-menu__item {
    width: 23%;
  }
  .index-menu__area-inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
  }
  .member-menu-inner {
    width: calc(100% - 10px);
    margin: 0 auto;
    text-align: center;
  }
  .member-menu__item > a {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .member-menu__item > a br {
    display: none;
  }
  .member-menu__item {
    width: 8.33333%;
  }
  .member-menu__area-inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .member-menu__card-group {
    justify-content: flex-start;
    max-width: calc(370px * 2 + 3.05%);
    margin-top: -20px;
    margin-inline: auto;
    margin-bottom: 0;
    border-bottom-width: 0;
  }
  .member-menu__card-group::after {
    display: none;
  }
  .member-menu__card {
    min-width: calc(50% - 3.05%);
    margin-top: 20px;
  }
  .member-menu__card:not(:nth-child(2n)) {
    margin-right: 3.05%;
  }
  .member-menu__card-img {
    flex-basis: 130px;
  }
  .index-links-inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .member-menu__notice:first-child:not(.is-none) {
    padding-top: 0.75rem;
    border-top: 1px solid #E5E5E5;
  }
  .index-banners-inner {
    width: calc(100% - 40px);
  }
  .member-banners-inner {
    width: calc(100% - 40px);
  }
  .TabSample__tabListItem-active > a {
    border-top: 3px solid #06724E;
  }
  .TabSample__tabListItem-member-active > a {
    border-top: 3px solid #0057AD;
  }
  .Page-Wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    width: auto;
  }
  .header-col__item {
    margin-left: 0;
    margin-right: 1.4em;
  }
  .header-col__forms {
    display: block;
    margin-right: 20px;
    text-align: right;
  }
  .header-col {
    bottom: 8px;
  }
  .header-nav__content p {
    padding: 0 5px;
    font-size: 0.8rem;
  }
  .member-pickup__element--first img {
    width: 30px;
    margin-bottom: -8px;
  }
  .Local-nav__title {
    font-size: 1.1rem;
  }
  .Local-nav__item > a {
    font-size: 1rem;
  }
  .Local-nav__subitem > a {
    font-size: 1rem;
  }
  .Pagination__prev {
    margin-right: 0;
  }
  .Pagination__next {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  body {
    width: auto;
  }
  .member-pickup__element--first img {
    width: 25px;
    margin-bottom: 0;
  }
  .member-pickup__element--second img {
    width: 26px;
  }
  .member-pickup__element--third img {
    width: 26px;
  }
  .ArchivesSearch__field {
    display: block;
  }
  .ArchivesSearch__field--indent {
    padding-left: 0;
  }
  .ArchivesSearch__label {
    margin-bottom: 10px;
  }
  .ArchivesSearch__inputField--text,
  .ArchivesSearch__selectWrap--genre,
  .ArchivesSearch__selectWrap--item {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body {
    width: auto;
  }
  .header__logo h1 {
    width: 200px;
  }
  .header__logo {
    top: 14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .header:not(.header--archives) .header-inner {
    height: 56px;
  }
  .header--archives .header-inner {
    height: 60px !important;
  }
  .header--archives .header__logo {
    top: 14px !important;
  }
  .header-function {
    display: none;
  }
  .header-col {
    display: none;
  }
  .header-form__search {
    width: 90%;
    margin: 0 auto 1em auto;
    padding: 10px 0 10px 14px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    border-radius: 0;
  }
  .header-form__submit {
    width: 90%;
    background-color: #FFC438;
    color: #000000;
    font-weight: bold;
  }
  .header-form {
    display: block;
    border: none;
  }
  .footer__totop > a::before {
    left: 0;
    margin-right: 0;
  }
  .footer__totop > a {
    padding: 6px 0;
    width: 35px;
  }
  .footer__totop span {
    display: none;
  }
  .footer {
    border-bottom: 8px solid #175177;
  }
  .footer-info dt {
    margin-bottom: 1em;
  }
  .footer-info > a::before {
    display: inline-block;
  }
  .footer-info {
    padding-top: 1em;
    padding-left: 0;
  }
  .footer-body__list {
    margin-bottom: 1.2em;
  }
  .footer-body__item > a {
    display: block;
    padding: 0.5em 0;
    padding-left: 1em;
  }
  .footer-body__item:not(:last-child) {
    border-right: none;
  }
  .footer-body__item:first-child {
    border-top: 1px solid;
  }
  .footer-body__item {
    display: block;
    margin-left: 0;
    text-align: left;
    border-bottom: 1px solid;
  }
  .footer-body > p {
    font-size: 0.6rem;
  }
  .footer-body {
    padding-top: 1.2em;
    padding-bottom: 0.5em;
  }
  .header-nav__list {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-nav__item.member {
    width: 100%;
  }
  .header-nav__item > a > img {
    width: 74px;
    vertical-align: middle;
  }
  .header-nav__item > a {
    display: block;
    padding: 12px 0 10px 24px;
    text-align: left;
    background: url(/common/images/cmn_link_icon_03.png) right+20px center no-repeat;
    background-size: 12px 16px;
  }
  .header-nav__item--sp {
    display: inline-block;
  }
  .header-nav__item--menu {
    display: block;
    height: auto !important;
  }
  .header-nav__item:nth-child(8) {
    border-right: none;
  }
  .header-nav__item {
    width: 100%;
    height: 46px;
    border-left: none;
    border-bottom: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-nav__img {
    display: table-cell;
    width: 50px;
    text-align: center;
  }
  .header-nav__content p {
    display: table-cell;
    vertical-align: baseline;
  }
  .header-nav__content span {
    display: inline;
  }
  .header-nav__content img {
    vertical-align: text-top;
    padding-right: 1em;
  }
  .header-nav__content--first img {
    width: 30px;
  }
  .header-nav__content--second img {
    top: 0;
    width: 21px;
  }
  .header-nav__content--third img {
    top: 0;
    width: 19px;
  }
  .header-nav__content--fourth img {
    top: 0;
    width: 20px;
  }
  .header-nav__content--fifth img {
    width: 17px;
  }
  .header-nav__content--sixth img {
    width: 19px;
  }
  .header-nav__content--seventh img {
    top: 0;
    width: 20px;
  }
  .header-nav__content--eighth img {
    top: 0;
    width: 25px;
  }
  .header-nav__content--ninth img {
    top: 0;
    width: 21px;
  }
  .header-nav__content--tenth img {
    top: 0;
    width: 17px;
  }
  .header-nav__content--eleventh img {
    top: 0;
    width: 23px;
  }
  .header-nav__content--twelfth img {
    top: 0;
    width: 19px;
  }
  .header-nav__content--thirteenth img {
    top: 0;
    width: 23px;
  }
  .header-nav__content--fourteenth img {
    top: 0;
    width: 21px;
  }
  .header-nav__content--fifteenth img {
    top: 0;
    width: 21px;
  }
  .header-nav__content--sixteenth img {
    top: 0;
    width: 21px;
  }
  .header-nav__content {
    display: table;
  }
  .header-sp {
    display: block;
    padding: 0;
  }
  .header-sp__menu {
    display: block;
  }
  .header-sp__search {
    display: block;
  }
  .index-mv__appeal span.sp {
    display: block;
  }
  .index-pickup__col img:first-child {
    width: 42px;
    padding: 0 0.4em;
  }
  .index-pickup__col img:last-child {
    position: absolute;
    top: 1px;
    right: 8px;
  }
  .index-pickup__col span {
    width: 80%;
    padding: 0 0.4em;
    text-align: left;
    font-size: 0.95rem;
  }
  .index-pickup__col {
    width: 100%;
    height: 45px;
    margin-bottom: 0.5em;
  }
  .index-pickup__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .index-pickup__element.banner {
    bottom: -46px;
    width: 295px;
  }
  .index-pickup {
    padding-top: 1em;
  }
  .member-pickup__col img {
    padding-right: 6px;
    width: 34px;
  }
  .member-pickup__col span {
    padding: 0 0.4em;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .member-pickup__col {
    width: 100%;
    min-height: 45px;
    margin-bottom: 0.5em;
  }
  .member-pickup__col:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .member-pickup {
    margin-top: -40px;
  }
  .index-topic__img {
    width: 100%;
  }
  .index-topic__img img {
    max-height: 180px;
  }
  .index-topic__content-head {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .index-topic__content-body span {
    font-size: 1rem;
  }
  .index-topic__content-body {
    padding-top: 1em;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .index-topic__content > a {
    display: block;
    width: 100%;
    margin-top: 1.6em;
    padding: 0.6em;
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-topic__content {
    width: 100%;
    margin-top: 1.2em;
  }
  .index-topic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 1.2em;
    padding: 1em;
  }
  .index-menu__item > a {
    height: 45px;
    padding: 1em 0px;
    font-size: 0.75rem;
  }
  .index-menu__area-inner > a {
    display: block;
    float: initial;
    width: 100%;
    margin-top: 1.6em;
    padding: 0.6em;
    font-size: 0.85rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-menu__area {
    padding-top: 1.2em;
  }
  .index-menu__info {
    display: block;
    padding-left: 0;
  }
  .index-menu__link > a::before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(/common/images/cmn_link_icon_01.png) center left no-repeat;
    background-size: 14px 14px;
  }
  .index-menu__link > a {
    float: none;
    margin: 5px 0 0px 0;
    font-size: 0.8rem;
  }
  .index-menu__notice > a {
    display: block;
    width: auto;
    padding: 4px 0;
  }
  .index-menu__notice span {
    width: auto;
    margin-right: 3px;
    padding: 3px 8px;
    font-size: 0.7rem;
  }
  .index-menu__notice {
    display: block;
    margin-bottom: 1em;
    padding: 4px 0;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .index-menu__date {
    width: auto;
    font-size: 0.75rem;
  }
  .index-menu {
    padding-top: 1.8em;
  }
  .member-menu-inner {
    display: none;
  }
  .member-menu__item > a {
    height: 45px;
    padding: 1em 0px 1em 20px;
    font-size: 0.95rem;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .member-menu__item {
    width: 100%;
    border: 1px solid #E8F8FF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .member-menu__area-inner > a {
    display: block;
    float: initial;
    width: 100%;
    margin-top: 1.6em;
    padding: 0.6em;
    font-size: 0.85rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .member-menu__area {
    margin-bottom: 70px;
    padding-top: 1.2em;
    background-color: #FFFFFF;
  }
  .member-menu__info {
    display: block;
    padding-left: 0;
  }
  .member-menu__link > a::before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(/common/images/cmn_link_icon_04.png) center left no-repeat;
    background-size: 14px 14px;
  }
  .member-menu__link > a {
    position: relative;
    width: 100%;
    margin: 1em 0;
    font-size: 0.8rem;
  }
  .member-menu__heading {
    display: block;
  }
  .member-menu__none {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .member-menu__card-group {
    max-width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 0;
    border-bottom-width: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
  }
  .member-menu__card-group.active {
    height: auto;
    margin-bottom: 0.75rem;
    padding-bottom: 46.5px;
    visibility: visible;
    opacity: 1;
  }
  .member-menu__card {
    min-width: 100%;
    min-height: 0;
    margin-top: 0;
    overflow: hidden;
  }
  .member-menu__card-group.active .member-menu__card {
    min-height: 130px;
    margin-top: 20px;
    overflow: visible;
  }
  .member-menu__card:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .member-menu__notices {
    margin-bottom: 2px;
    background-color: transparent;
  }
  .theme-dark .member-menu__notices {
    background-color: #000000;
  }
  .member-menu__notice:not(:last-child) {
    border-bottom: none;
  }
  .member-menu__notice-group {
    display: none;
  }
  .member-menu__card-link {
    height: 0;
    transition: height .1s ease;
  }
  .member-menu__card-group.active .member-menu__card-link {
    height: 100%;
  }
  .member-menu__card-title {
    font-size: 1rem;
  }
  .member-menu__notice:first-child {
    border-top: none;
  }
  .member-menu__notice .c-link-text {
    display: block;
    flex: 0 1 auto;
    width: 100%;
    padding-bottom: 4px;
    font-size: 0.875rem;
  }
  .member-menu__notice .member-menu__category {
    margin-right: 0;
    font-size: 0.7rem;
  }
  .member-menu__notice:nth-child(1n) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px -20px;
    padding: 8px 20px;
    border-bottom: none;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .member-menu__notice:first-child:not(.is-none) {
    padding-top: 0;
    border-top: none;
  }
  .theme-dark .member-menu__notice {
    background-color: #000000;
  }
  .member-menu__btn .p-btn-group {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .member-menu__btn {
    margin: 0px -20px;
    padding: 0px 20px 8px 20px;
  }
  .theme-dark .member-menu__btn {
    background-color: #000000;
  }
  .member-menu__date {
    font-size: 0.75rem;
  }
  .member-menu__more > button > span {
    left: 34px;
  }
  .member-menu__more > button {
    padding: 12px 24px 12px 60px;
    font-size: 0.8rem;
  }
  .member-menu__more {
    padding-top: 10px;
    padding-bottom: 1em;
  }
  .member-menu {
    padding-top: 10px;
  }
  .index-links__item > a {
    padding: 0.6em 0;
    font-size: 1rem;
  }
  .index-links__item {
    width: 100%;
    margin-bottom: 1em;
  }
  .index-links {
    padding-top: 2em;
    padding-bottom: 1em;
  }
  .index-banners__item {
    width: 100%;
    margin-bottom: 1em;
  }
  .index-banners {
    padding-top: 0;
    background-color: #FFFFFF;
  }
  .member-banners__item > a {
    font-size: 0.8em;
    padding: 0 1em;
  }
  .member-banners__item {
    width: 100%;
    margin-bottom: 1em;
  }
  .member-banners__pdf {
    width: 30px;
  }
  .member-banners__content--kb {
    padding-top: 3px;
  }
  .member-banners__tab {
    width: 16px;
  }
  .member-banners {
    margin-top: 3em;
    padding-top: 0;
    background-color: #FFFFFF;
  }
  .index-login-sp {
    display: block;
  }
  .TabSample-enabled .member-menu__area-inner .member-menu__info {
    display: block;
  }
  table[summary='お問い合わせ'] dl.typeA {
    white-space: unset;
  }
  form p.typeA > input {
    width: 100%;
    padding: 0.8em 1em;
    text-align: center;
  }
  .BreadCrumb > a {
    font-size: 0.8rem;
    text-decoration: underline;
  }
  .BreadCrumb {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 0.8rem;
  }
  .Page-Container.member .Head3,
  .Page-Container.member .boxTinyMCE h3,
  .boxTinyMCE .Page-Container.member h3,
  .Page-Container.member h3:not([class]) {
    padding: 6px 10px;
  }
  .Page-Container.member .IconList,
  .Page-Container.member .boxTinyMCE ul,
  .boxTinyMCE .Page-Container.member ul,
  .Page-Container.member ul:not([class]) {
    margin: 8px 0 8px 14px;
  }
  .Head1,
  .boxTinyMCE h1 {
    font-size: 1.2rem;
  }
  .Head2,
  .boxTinyMCE h2 {
    padding: 8px 10px;
    font-size: 1.1rem;
  }
  .Head3,
  .boxTinyMCE h3 {
    padding: 6px 10px;
  }
  .IconList > li,
  .boxTinyMCE ul > li,
  .boxTinyMCE ul.typeA > li {
    font-size: 0.875rem;
  }
  .IconList,
  .boxTinyMCE ul,
  .boxTinyMCE ul.typeA {
    margin: 20px 0 30px 14px;
  }
  .EntryList {
    margin: 20px 0 30px 14px;
  }
  .OrderedList,
  .boxTinyMCE ol {
    margin-left: 38px;
  }
  .boxTinyMCE input[type='button'],
  .boxTinyMCE input[type='submit'] {
    width: 100%;
    padding: 0.8em 1em;
    text-align: center;
  }
  .boxTinyMCE .boxA {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
  .boxTinyMCE table.typeB.ayumi tr > th {
    padding: 0 10px;
  }
  .boxTinyMCE table.typeB.ayumi tr > td {
    display: block;
    width: 100%;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .boxTinyMCE table.typeB.ayumi tr {
    display: block;
    padding: 12px 0;
  }
  .boxTinyMCE table.typeB.ayumi {
    margin: 0 0 30px 0;
    font-size: 0.875rem;
  }
  .Col-Main {
    width: 100%;
  }
  .Col-Side {
    width: 100%;
    margin-top: 36px;
  }
  .HeadType1::after {
    bottom: -5px;
    border-bottom-width: 10px;
  }
  .HeadType1 {
    font-size: 1.2rem;
  }
  .fontL {
    font-size: 17px;
  }
  .fontM {
    font-size: 14px;
  }
  .fontS {
    font-size: 12px;
  }
  .ImgCol3__col {
    width: 100%;
    margin-bottom: 30px;
  }
  .ImgCol3 {
    margin: 0 10px;
  }
  .ImgBreak__img {
    margin: 0;
  }
  .ImgBreak {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 10px;
  }
  .Pagination__item {
    margin-bottom: 10px;
  }
  .Pagination__nextprev {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .Pagination__prev {
    position: relative;
  }
  .Pagination__next {
    position: relative;
  }
  .MoveLink__list {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .MoveLink__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
  }
  .MoveLink__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
    margin: 0px -20px;
    background-color: #E6E6E6;
  }
  .MoveLink__prev > a > span {
    padding: 0 16px 0 32px;
    text-align: left;
    line-height: 1.4;
  }
  .MoveLink__prev {
    padding: 8px 0 8px 20px;
  }
  .MoveLink__prev::before {
    width: 20px;
    height: 20px;
    background: url(/common/images/cmn_prev_btn_02.png) no-repeat;
    background-size: 20px 20px;
  }
  .MoveLink__next > a > span {
    padding: 0 24px 0 16px;
    text-align: left;
    line-height: 1.4;
  }
  .MoveLink__next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px 20px 8px 0;
    text-align: right;
  }
  .MoveLink__next::after {
    width: 20px;
    height: 20px;
    background: url(/common/images/cmn_next_btn_02.png) no-repeat;
    background-size: 20px 20px;
  }
  .LinkIconList > li > a.fs22 {
    font-size: 1.2rem;
  }
  .LinkIconList {
    margin: 8px 0 8px 14px;
  }
  .UnderlineList {
    margin: 8px 0 8px 14px;
  }
  .HorizontalList > li {
    width: 33%;
    margin-right: 0;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .HorizontalList {
    margin: 8px 0;
  }
  .HorizontalIconList > li {
    width: 33%;
    margin-right: 0;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .HorizontalIconList {
    margin: 8px 0;
  }
  .Horizontal2RowIconList > li {
    width: 50%;
    margin-right: 0;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .Horizontal2RowIconList {
    margin: 8px 0 8px 14px;
  }
  .LayerList ul {
    padding-left: 20px;
  }
  .LayerList {
    margin: 8px 0 8px 14px;
  }
  .ListDefineV li dl dd {
    margin: 0 0 10px 20px;
  }
  .ListDefineV li dl {
    padding: 0;
  }
  .ListDefineV {
    margin: 8px 0 8px 14px;
  }
  .ListDefineH li dl dd {
    margin: 0;
    padding: 0 8px;
    width: 33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ListDefineH li dl {
    padding: 0;
  }
  .ListDefineH__col {
    margin-left: 20px;
  }
  .ListDefineH {
    margin: 8px 0 8px 14px;
  }
  .ListOL {
    margin: 8px 0 8px 14px;
  }
  .LayerOL {
    margin-left: 38px;
  }
  .OLList {
    margin-left: 38px;
  }
  .OLDefineV li dl dd {
    margin: 0 0 10px 20px;
  }
  .OLDefineV {
    margin-left: 38px;
  }
  .OLDefineH li dl dd {
    margin: 0 0 10px 20px;
  }
  .OLDefineH {
    margin-left: 38px;
  }
  .DefineListH dt {
    padding-bottom: 8px;
  }
  .DefineListH dd {
    margin: 0;
    padding: 0 8px;
    width: 33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .DefineListH__col {
    margin-left: 30px;
  }
  .DefineListH {
    margin: 30px 0;
  }
  .DefineListV dt {
    padding-bottom: 8px;
  }
  .DefineListV {
    margin: 30px 0;
  }
  .TableType1 th,
  table.typeA th {
    padding: 4px 10px;
  }
  .TableType1 td,
  table.typeA td {
    padding: 4px 10px;
  }
  .TableType1,
  table.typeA {
    font-size: 0.85rem;
  }
  .TableType2 th {
    padding: 6px 8px;
  }
  .TableType2 td {
    padding: 6px 8px;
  }
  .TableType2 {
    font-size: 0.875rem;
  }
  .TableType3 th {
    padding: 6px 7px;
  }
  .TableType3 td {
    padding: 6px 7px;
  }
  .TableType3 {
    font-size: 0.875rem;
  }
  .TableType4 th {
    width: 35%;
    padding: 8px 10px;
  }
  .TableType4 td {
    width: 65%;
    padding: 6px 12px;
  }
  .TableType4 {
    font-size: 0.875rem;
  }
  .MagazineTitles {
    display: block;
    overflow-x: auto;
    margin: 0 0 1em;
  }
  .MagazineTitles::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .MagazineTitles::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #FFFFFF;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .MagazineTitles__table {
    margin-bottom: 0;
    width: 760px;
  }
  .BtnType1 > a::before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(/common/images/cmn_link_icon_01.png) center left no-repeat;
    background-size: 14px 14px;
  }
  .BtnType1 > a {
    width: 100%;
    padding: 0.5em 1em;
    text-align: center;
  }
  .BtnType1.member > a::before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(/common/images/cmn_link_icon_04.png) center left no-repeat;
    background-size: 14px 14px;
  }
  .BtnType2 > a {
    width: 100%;
    padding: 0.8em 1em;
    text-align: center;
  }
  .IconType > img {
    width: 37.5%;
  }
  .Boxtype input[type='text'] {
    width: 100%;
  }
  .Boxtype {
    padding: 12px;
  }
  form#ExtraForm table.ContactForm tr:first-child td::before {
    top: 18px;
    right: 14px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000000;
  }
  .ContactForm tr th {
    top: 0;
    width: 100%;
    margin-bottom: 5px;
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: left;
  }
  .ContactForm tr td select {
    width: 100%;
    height: 40px;
  }
  .ContactForm tr td input[type='text'] {
    width: 100%;
    padding: 7px;
  }
  .ContactForm tr td input[type='password'] {
    width: 100%;
    padding: 7px;
  }
  .ContactForm tr td textarea {
    width: 100%;
    height: 90px;
    padding: 7px;
  }
  .ContactForm tr td strong {
    font-size: 0.75rem;
  }
  .ContactForm tr td {
    width: 100%;
    font-size: 0.75rem;
  }
  .extrafields table.Table1 th {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .extrafields table.Table1 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .extrafields input[type='button'] {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .ContactPolicy__text {
    font-size: 0.875rem;
  }
  .SitemapCol__title > a::before {
    display: none;
  }
  .SitemapCol__title > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 0 0 0 20px;
    color: #06724E;
    font-weight: bold;
    background-color: #E6E6E6;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 0.95rem;
    pointer-events: none;
  }
  .SitemapCol__title > a::after {
    content: '';
    margin-top: -7px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 3px solid #094E37;
    border-right: 3px solid #094E37;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .SitemapCol__list {
    display: none;
    margin: 0;
    padding: 10px;
    background-color: #F5F5F5;
  }
  .SitemapCol__item > a::before {
    top: 6px;
    left: -24px;
    line-height: 1.4;
  }
  .SitemapCol__item {
    width: 100%;
    margin-bottom: 8px;
    padding: 0 0 0 30px;
  }
  .SitemapCol {
    margin-bottom: 2px;
  }
  .SitemapCol2__section {
    width: 100%;
    margin-bottom: 2px;
  }
  .SitemapCol2__title.disable > a {
    pointer-events: none;
  }
  .SitemapCol2__title > a::before {
    display: none;
  }
  .SitemapCol2__title > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 0 0 0 20px;
    color: #06724E;
    font-weight: bold;
    background-color: #E6E6E6;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 0.95rem;
  }
  .SitemapCol2__title > a::after {
    content: '';
    margin-top: -7px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 3px solid #094E37;
    border-right: 3px solid #094E37;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .SitemapCol2__list {
    display: none;
    margin: 0;
    padding: 10px;
    background-color: #F5F5F5;
  }
  .SitemapCol2__item > a::before {
    top: 5px;
    left: -24px;
    line-height: 1.4;
  }
  .SitemapCol2__item {
    width: 100%;
    margin-bottom: 8px;
    padding: 0 0 0 30px;
  }
  table.sitemap tr,
  table.sitemap td {
    display: block;
  }
  table.sitemap div.sitemap {
    margin-bottom: 10px;
  }
  table.sitemap ul.sitemap {
    margin: 15px 0 20px 0;
  }
  .Login {
    padding-bottom: 60px;
  }
  .Login__form {
    padding: 50px 20px;
  }
  .theme-dark .Login__form {
    border: none;
  }
}

@media only screen and (max-width: 480px) {
  body {
    width: auto;
  }
  .GuideImages {
    display: block;
  }
  .GuideImages .GuideImages__item {
    width: 100%;
  }
  .Login__form {
    padding: 20px;
  }
  .ArchivesSearch {
    padding: 20px;
  }
  .ArchivesSearch__selectField--date {
    padding-right: 22px;
  }
}

@media only screen and (max-width: 479px) {
  body {
    width: auto;
  }
  .EntryList > li {
    display: list-item;
  }
  .EntryList .EntryList__pubdate {
    display: block;
    margin-bottom: 5px;
  }
  table.sitemap ul.sitemap.column2 {
    display: block;
  }
  table.sitemap ul.sitemap.column2 > li {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  body {
    width: auto;
  }
  .ImgCol3__col figure > img {
    width: 100%;
  }
  .ImgBreak__img > img {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  body {
    width: auto;
  }
  .index-pickup__element--first {
    font-size: 0.8rem !important;
  }
  .member-pickup__element--first {
    font-size: 0.8rem !important;
  }
}

@media only screen and (max-width: 320px) {
  body {
    width: auto;
  }
  .index-menu__item > a {
    font-size: 0.65rem;
  }
}
