@charset "UTF-8";
/*------------------------------------------------
------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

#main::before, .anchor-target-wide::before, .anchor-target-wide-only:target::before {
  margin-top: -100px;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  #main::before, .anchor-target-wide::beforae, .anchor-target-wide-only:target::before {
    margin-top: -96px;
    padding-top: 96px;
  }
}
@supports (scroll-padding-top: 0) and (scroll-padding-block-start: auto) {
  #main::before, .anchor-target-wide::before, .anchor-target-wide-only:target::before {
    margin-top: 0;
    padding-top: 0;
  }
}
.anchor-target {
  margin-top: 74px;
}
@media only screen and (max-width: 767px) {
  .anchor-target {
    margin-top: 88px;
  }
}
.anchor-target-wide {
  margin-top: 92px;
}
@media only screen and (max-width: 767px) {
  .anchor-target-wide {
    margin-top: 88px;
  }
}
#header, #heading, #header_nav, #bread_crumb {
  position: relative;
  z-index: 2;
}
main h1, main .pre-anchor-target {
  position: relative;
  z-index: 1;
}
/*------------------------------------------------
	Base
------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-weight: 500;
  word-wrap: break-word;
  word-wrap: anywhere;
  text-align: left;
  font-size: 100%;
  line-height: 1.75;
  background: #fff;
  color: #2C2C2C;
}
main {
  font-size: 100%;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  main {
    font-size: 93.8%;
    line-height: 1.734;
  }
}
/*------------------------------------------------
	Reset
------------------------------------------------*/
body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, table, th, td, caption, blockquote, pre, code, form, fieldset, legend, input, button, select, optgroup, textarea {
  margin: 0;
  padding: 0;
}
main, header, footer, hgroup, section, article, aside, nav, address, figure, details {
  display: block;
  margin: 0;
  padding: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
img {
  border: none;
  vertical-align: middle;
}
iframe {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  border: 0;
  min-width: 0;
}
ul {
  list-style: none;
}
abbr, acronym, dfn[title] {
  border: 0;
  font-variant: normal;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-color: rgba(44, 44, 44, 0.5);
  text-decoration-color: rgba(44, 44, 44, 0.5);
  text-underline-offset: 3px;
  cursor: help;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
textarea, input.text, [type="text"], [type="search"], [type="number"], [type="email"], [type="image"] {
  -webkit-appearance: none;
  border-radius: 0;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  border-radius: 0;
}
/*------------------------------------------------
	Font
------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}
table {
  font-size: 100%;
}
th, caption {
  font-weight: 500;
  text-align: left;
}
address, caption, i, u, em, time, cite, code, dfn, var {
  font-style: normal;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
input, button, select, optgroup, textarea {
  font-size: 100%;
  font-style: normal;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 100%;
  line-height: 1.5;
}
/*------------------------------------------------
	Focus
------------------------------------------------*/
a:focus, button:focus, input:focus, select:focus, textarea:focus, area:focus, [tabindex]:focus {
  outline: 2px solid #36602D !important;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
/*------------------------------------------------
	other
------------------------------------------------*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  height: 0;
  margin: 1.75em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #D3D3D3;
}
/*------------------------------------------------
	Link
------------------------------------------------*/
a {
  text-decoration: underline;
}
a:link {
  color: #326EAA;
}
a:visited {
  color: #326EAA;
}
a:hover, a:focus {
  color: #A50;
}
a:active {
  color: #A50;
}
a:not([href]) {
  color: #2C2C2C;
  text-decoration: none;
}
a, button, input, select, textarea, .btn {
  transition-property: color, background-color, border-color, box-shadow, opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
img {
  transition-property: border-color, opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
a[href]:hover img, a[href]:active img, a[href]:focus img, button:hover img, button:active img, button:focus img {
  opacity: 0.75;
}
/*------------------------------------------------
	Icon Link
------------------------------------------------*/
a[href$="pdf"]::after, a[href$="doc"]::after, a[href$="docx"]::after, a[href$="xls"]::after, a[href$="xlsx"]::after, a[href$="ppt"]::after, a[href$="pptx"]::after, a[href$="zip"]::after, a[href$="jtd"]::after, a[target="_blank"]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background: none no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 0.3333333333em;
  margin-right: 0.3333333333em;
}
a[href$="pdf"]::after {
  background-image: url(../img/ico/ico_pdf.png) !important;
}
a[href$="doc"]::after, a[href$="docx"]::after {
  background-image: url(../img/ico/ico_doc.png) !important;
}
a[href$="xls"]::after, a[href$="xlsx"]::after {
  background-image: url(../img/ico/ico_xls.png) !important;
}
a[href$="ppt"]::after, a[href$="pptx"]::after {
  background-image: url(../img/ico/ico_ppt.png) !important;
}
a[href$="jtd"]::after {
  background-image: url(../img/ico/ico_jtd.png) !important;
}
a[target="_blank"]::after {
  background-image: url("../img/ico-outlink.png");
}
html.js a.js-modal::after {
  display: none;
}
a.no::after, a.noicon::after, a.icon::after, a.image::after {
  content: none !important;
}
/*------------------------------------------------
	スクリーンリーダー用 (テキストの読み上げ専用)
------------------------------------------------*/
.reader {
  overflow: hidden !important;
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}
/*------------------------------------------------
	PC、タブレット、スマートフォン表示切替用
------------------------------------------------*/
.mini, .sp, .small, .xcontent, .tablet, .design, .spdesign, .not-pc, .not-wide, .not-full, br.mini, br.sp, br.small, br.xcontent, br.tablet, br.design, br.spdesign, br.not-pc, br.not-wide, br.not-full, span.mini, span.sp, span.small, span.xcontent, span.tablet, span.design, span.spdesign, span.not-pc, span.not-wide, span.not-full {
  display: none !important;
}
.not-mini, .not-sp, .not-small, .not-xcontent, .not-tablet, .not-design, .not-spdesign, .pc, .wide, .is-full {
  display: block !important;
}
br.not-mini, br.not-sp, br.not-small, br.not-xcontent, br.not-tablet, br.not-design, br.not-spdesign, br.pc, br.wide, br.is-full {
  display: inline-block !important;
}
span.not-mini, span.not-sp, span.not-small, span.not-xcontent, span.not-tablet, span.not-design, span.not-spdesign, span.pc, span.wide, span.is-full {
  display: inline !important;
}
@media (max-width: 479px) {
  .not-mini, br.not-mini, span.not-mini {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .not-sp, br.not-sp, span.not-sp {
    display: none !important;
  }
}
@media (max-width: 979px) {
  .not-small, br.not-small, span.not-small {
    display: none !important;
  }
}
@media (max-width: 1119px) {
  .not-xcontent, br.not-xcontent, span.not-xcontent {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .not-tablet, br.not-tablet, span.not-tablet {
    display: none !important;
  }
}
@media (max-width: 1419px) {
  .not-design, br.not-design, span.not-design {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .not-spdesign, br.not-spdesign, span.not-spdesign {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .pc, br.pc, span.pc {
    display: none !important;
  }
}
@media (max-width: 1419px) {
  .wide, br.wide, span.wide {
    display: none !important;
  }
}
@media (max-width: 1919px) {
  .is-full, br.is-full, span.is-full {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .mini {
    display: block !important;
  }
  br.mini {
    display: inline-block !important;
  }
  span.mini {
    display: inline !important;
  }
}
br.sp{
	display: block!important;
}
@media (max-width: 767px) {
  br.sp {
    display: none !important;
  }
  span.sp {
    display: inline !important;
  }
}
@media (max-width: 979px) {
  .small {
    display: block !important;
  }
  br.small {
    display: inline-block !important;
  }
  span.small {
    display: inline !important;
  }
}
@media (max-width: 1119px) {
  .xcontent {
    display: block !important;
  }
  br.xcontent {
    display: inline-block !important;
  }
  span.xcontent {
    display: inline !important;
  }
}
@media (max-width: 1199px) {
  .tablet {
    display: block !important;
  }
  br.tablet {
    display: inline-block !important;
  }
  span.tablet {
    display: inline !important;
  }
}
@media (max-width: 1419px) {
  .design {
    display: block !important;
  }
  br.design {
    display: inline-block !important;
  }
  span.design {
    display: inline !important;
  }
}
@media (max-width: 374px) {
  .spdesign {
    display: block !important;
  }
  br.spdesign {
    display: inline-block !important;
  }
  span.spdesign {
    display: inline !important;
  }
}
@media (max-width: 1199px) {
  .not-pc {
    display: block !important;
  }
  br.not-pc {
    display: inline-block !important;
  }
  span.not-pc {
    display: inline !important;
  }
}
@media (max-width: 1419px) {
  .not-wide {
    display: block !important;
  }
  br.not-wide {
    display: inline-block !important;
  }
  span.not-wide {
    display: inline !important;
  }
}
@media (max-width: 1919px) {
  .not-full {
    display: block !important;
  }
  br.not-full {
    display: inline-block !important;
  }
  span.not-full {
    display: inline !important;
  }
}
/*------------------------------------------------
	見出し
------------------------------------------------*/
main h1, main h2, main h3, main h4, main h5, main h6, main .h4, main .h5, main .h6 {
  margin: 1.6em auto 1em;
  color: #2C2C2C;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.625;
  -webkit-transition-property: color, background-color, border-color, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: color, background-color, border-color, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: color, background-color, border-color, box-shadow, opacity, transform;
  transition-property: color, background-color, border-color, box-shadow, opacity, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media only screen and (max-width: 767px) {
  main h1, main h2, main h3, main h4, main h5, main h6, main .h4, main .h5, main .h6 {
    font-size: 100%;
    line-height: 1.6;
  }
}
main h1 a, main h2 a, main h3 a, main h4 a, main h5 a, main h6 a, main .h4 a, main .h5 a, main .h6 a {
  color: inherit;
}
main h1 .sub, main h2 .sub, main h3 .sub, main h4 .sub, main h5 .sub, main h6 .sub, main .h4 .sub, main .h5 .sub, main .h6 .sub {
  display: block;
}
main section > h1, main section > h2, main section > h3, main section > h4, main section > h5, main section > h6, main article > h1, main article > h2, main article > h3, main article > h4, main article > h5, main article > h6, main aside > h1, main aside > h2, main aside > h3, main aside > h4, main aside > h5, main aside > h6, main nav > h1, main nav > h2, main nav > h3, main nav > h4, main nav > h5, main nav > h6, main header > h1, main header > h2, main header > h3, main header > h4, main header > h5, main header > h6 {
  margin-top: 0;
}
main h1, main .h1 {
  margin: 0 auto 1.108em;
  padding: 0;
  border: 0;
  font-size: 175%;
  line-height: 1.643;
}
@media only screen and (max-width: 767px) {
  main h1, main .h1 {
    margin-bottom: 0.773em;
    font-size: 146.7%;
    line-height: 1.455;
  }
}
main h2, main .h2 {
  margin-bottom: 1.417em;
  font-size: 150%;
  line-height: 1.667;
}
@media only screen and (max-width: 767px) {
  main h2, main .h2 {
    margin-bottom: 0.841em;
    font-size: 146.7%;
    line-height: 1.728;
  }
}
main h3, main .h3 {
  margin-bottom: 0.445em;
  font-size: 112.5%;
  line-height: 1.667;
}
@media only screen and (max-width: 767px) {
  main h3, main .h3 {
    font-size: 106.7%;
    line-height: 1.75;
  }
}
/*------------------------------------------------
	Clear
------------------------------------------------*/
.clearfix::after, .container::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.clear {
  clear: both;
}
/*------------------------------------------------
	文字サイズ
------------------------------------------------*/
.medium {
  font-size: medium !important;
}
.small {
  font-size: small !important;
}
.x-small {
  font-size: x-small !important;
}
.xx-small {
  font-size: xx-small !important;
}
.large {
  font-size: large !important;
}
.x-large {
  font-size: x-large !important;
}
.xx-large {
  font-size: xx-large !important;
}
.xxx-large {
  font-size: xxx-large !important;
}
.font-normal {
  font-size: 1rem !important;
}
.little-smaller {
  font-size: 0.96em;
}
/*------------------------------------------------
	メインコンテンツ
------------------------------------------------*/
main article, main section {
  position: relative;
}

main article section, main section section {
  margin: 2.25em 0;
}
main h1 + article, main h1 + section {
  margin-top: 1em;
}
main .grid > article, main .grid > section {
  margin-top: 0;
  margin-bottom: 2.75em;
}
main p, main ul, main ol, main dl, main table, main blockquote, main pre, main figure, main details {
  margin: 0 0 1.25em;
}
@media only screen and (max-width: 767px) {
  main p, main ul, main ol, main dl, main table, main blockquote, main pre, main figure, main details {
    margin-bottom: 1.4em;
  }
}
main p:last-child, main ul:last-child, main ol:last-child, main li:last-child, main dl:last-child, main dt:last-child, main dd:last-child, main table:last-child, main blockquote:last-child, main pre:last-child, main form:last-child, main fieldset:last-child, main figure:last-child, main figcaption:last-child, main details:last-child, main address:last-child, main aside:last-child {
  margin-bottom: 0 !important;
}
main p.summary {
  margin: 2em auto;
}
main h1 + p.summary {
  margin-top: 0;
}
main .note {
  max-width: none;
  font-size: 93.8%;
  line-height: 1.667;
}
@media only screen and (max-width: 767px) {
  main .note {
    font-size: 93.4%;
  }
}
main small.note {
  margin: 0;
  font-size: 81.3%;
}
@media only screen and (max-width: 767px) {
  main small.note {
    font-size: 80%;
  }
}
main .note-small {
  font-size: 81.3%;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  main .note-small {
    font-size: 80%;
  }
}
main .note-small li {
  line-height: 1.5;
}
main .nearby {
  margin-top: -1em;
}
main strong, main em, main .bold {
  font-weight: bold;
}
main .normal {
  font-weight: 500;
}
main ruby > rt {
  font-size: 0.625em;
  font-size: 0.625rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
main sub, main sup {
  line-height: 1;
}
main mark, main .mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(42%, rgba(255, 245, 188, 0.7)), color-stop(90%, #FFF5BC), color-stop(92%, transparent));
  background: -webkit-linear-gradient(transparent 40%, rgba(255, 245, 188, 0.7) 42%, #FFF5BC 90%, transparent 92%);
  background: linear-gradient(transparent 40%, rgba(255, 245, 188, 0.7) 42%, #FFF5BC 90%, transparent 92%);
}
main em.mark, main mark.em, main .mark.em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(42%, rgba(216, 239, 236, 0.7)), color-stop(90%, #D8EFEC), color-stop(92%, transparent));
  background: -webkit-linear-gradient(transparent 40%, rgba(216, 239, 236, 0.7) 42%, #D8EFEC 90%, transparent 92%);
  background: linear-gradient(transparent 40%, rgba(216, 239, 236, 0.7) 42%, #D8EFEC 90%, transparent 92%);
}
@media (max-width: 1199px) {
  main img {
    max-width: 100%;
    height: auto;
  }
}

main img.border {
  border: 1px solid #D3D3D3;
}
main figure, main .figure {
  position: relative;
  z-index: 2;
  display: block;
}
main figure.left, main .figure.left {
  float: left;
  margin: 0 50px 10px 0 !important;
}
main figure.right, main .figure.right {
  float: right;
  margin: 0 0 10px 50px !important;
}
@media (max-width: 1199px) {
  main figure.left, main .figure.left {
    margin-right: 4.5% !important;
  }
  main figure.right, main .figure.right {
    margin-left: 4.5% !important;
  }
}
@media only screen and (max-width: 767px) {
  main figure.left, main figure.right, main .figure.left, main .figure.right {
    float: none;
    margin: 0 0 1em !important;
    text-align: center;
  }
}
main figure img, main .figure img {
  vertical-align: bottom;
}
main figcaption, main .figcaption {
  margin: 0.75em 0;
}
@media only screen and (max-width: 767px) {
  main figcaption, main .figcaption {
    margin: 0.667em 0;
  }
}
main blockquote, main .quote {
  display: block;
  margin: 1.625em 0;
  padding: 1.563em 31px;
  border: 1px solid #F7F9F9;
  background: #F7F9F9;
}
main blockquote:last-child, main .quote:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  main blockquote, main .quote {
    margin: 1.767em 0;
    padding: 1.6em 24px;
  }
}
@media only screen and (max-width: 479px) {
  main blockquote, main .quote {
    padding: 1.2em 18px;
  }
}
main blockquote > :first-child, main blockquote > :first-child > :first-child, main .quote > :first-child, main .quote > :first-child > :first-child {
  margin-top: 0 !important;
}
main blockquote.info, main .quote.info {
  border-color: #EEF4F4;
  background: #EEF4F4;
}
main blockquote.warning, main .quote.warning {
  border-color: #FCFCDD;
  background: #FCFCDD;
}
main .cite {
  text-align: right;
}
main footer .notice {
  margin-top: 1.75em;
  text-align: right !important;
}
@media only screen and (max-width: 767px) {
  main footer .notice {
    margin-top: 1.313em;
  }
}
main ins {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, transparent), color-stop(66%, rgba(255, 245, 188, 0.7)), color-stop(90%, #FFF5BC), color-stop(92%, transparent));
  background: -webkit-linear-gradient(transparent 64%, rgba(255, 245, 188, 0.7) 66%, #FFF5BC 90%, transparent 92%);
  background: linear-gradient(transparent 64%, rgba(255, 245, 188, 0.7) 66%, #FFF5BC 90%, transparent 92%);
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.with-top, .mt0 {
  margin-top: 0 !important;
}
.with-bottom, .mb0 {
  margin-bottom: 0 !important;
}
/*------------------------------------------------
	折りたたみ要素
------------------------------------------------*/
.expanded .open, [aria-expanded="true"] .open {
  display: none !important;
}
.expanded .close, [aria-expanded="true"] .close {
  display: inline-block !important;
}
[aria-expanded="false"] .open {
  display: inline-block !important;
}
[aria-expanded="false"] .close {
  display: none !important;
}
/*------------------------------------------------
	インデント部分
------------------------------------------------*/
.tab1 {
  padding-left: 0.5em !important;
}
.w-1 {
  width: 8.3333333333%;
}
/* リンク */
main a[target="_blank"]::after, main a[target="_blank"].icon .text::after, main a[target="_blank"].image .text::after, main a[target="_blank"].imgbox .text::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background: url("../img/ico-outlink.png") no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
}
@media only screen and (max-width: 767px) {
  main a[target="_blank"]::after, main a[target="_blank"].icon .text::after, main a[target="_blank"].image .text::after, main a[target="_blank"].imgbox .text::after {
    width: 1.067em;
    height: 1.067em;
  }
}
main a.icon .text::after, main a.image .text::after, main a.imgbox .text::after {
  position: absolute !important;
  top: auto !important;
  margin-top: 0.25em;
  margin-left: 0.3333333333em;
}
main a.icon[href$="pdf"] .text::after, main a.image[href$="pdf"] .text::after, main a.imgbox[href$="pdf"] .text::after {
  background-image: url("../img/ico/ico_pdf.png");
}
main a.online::after, main .icon-online a::after {
  position: absolute;
  top: auto;
  margin-top: 0.313em;
  margin-right: 0;
}
main a.disabled {
  text-decoration: none;
  pointer-events: none;
  color: #757575;
  cursor: not-allowed;
}
main a.image {
  display: inline-block;
}
@media (max-width: 1199px) {
  main a.image img {
    max-width: 100%;
    height: auto;
  }
}
main a.image.only {
  position: relative;
}
main a.image.only::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-position: center;
  background-size: 16px auto;
}
main .nav a {
  word-break: break-all;
}
main .nav a:not(.btn):not(.image)::before, main .nav a.image .text::before, main .nav a.btn .text::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background-size: contain;
  width: 0.75em;
  height: 1em;
  margin-right: 0.5em;
}
main .nav.anchor a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background-size: contain;
  width: 16px;
  height: 12px;
}
main .plugin_install {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  main .plugin_install {
    max-width: none;
    font-size: 140%;
  }
}
main .links li {
  color: inherit;
  font-size: 1em;
  overflow: visible;
  white-space: normal;
}
main .links a {
  text-decoration: underline;
}
main .links a:link {
  color: #2f68a1;
}
main .links a:visited {
  color: #2f68a1;
}
main .links a:hover, main .links a:focus {
  color: #A50;
}
main .links a:active {
  color: #A50;
}
/* リスト */

.main ol, .main ul.number {
  padding-left: 1.688em;
}
@media only screen and (max-width: 479px) {
  .main ol, .main ul.number {
    padding-left: 1.667em;
  }
}
.main ol > li, .main ul.number > li {
  padding-left: 5px;
}
.main .list {
  text-align: left;
}
.main ul {
  list-style: none;
}
.default .main ul, .main ul.default {
  list-style: disc;
}
.default .main ul ul, .main ul.default ul {
  list-style: circle;
}
.default .main ul ul ul, .main ul.default ul ul {
  list-style: square;
}
.default .main ul li, .main ul.default li {
  margin-bottom: 0.25em;
}
.main li {
  position: relative;
  margin-bottom: 0.75em;
  line-height: 1.75;
}
.main dt {
  position: relative;
  font-weight: bold;
  line-height: 1.75;
}
.main dt > i:first-child {
  margin-right: 0.438em;
  font-style: normal;
}
.main dd {
  margin-top: 0.2em;
  margin-bottom: 0.75em;
}
.default .main dl dt, .main dl.default dt {
  font-weight: 500;
}
.default .main dl dd, .main dl.default dd {
  margin-top: 0;
}
.main li.has-ruby, .main dd + dt.has-ruby {
  margin-top: -0.4rem !important;
}
.firefox .main li.has-ruby, .firefox .main dd + dt.has-ruby {
  margin-top: -0.3rem !important;
}
.main dl.list dd, .main dl dl dd {
  margin-bottom: 0.2em;
}
.main dl.list dd + dt, .main dl dl dd + dt {
  margin-top: 0.75em;
}
.default .main dl.list dd + dt, .main dl.list.default dd + dt, .default .main dl dl dd + dt, .main dl dl.default dd + dt {
  margin-top: 0;
}
.main ul > li::before, .main dl.list > dt::before, .main dl dl > dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  background-size: contain;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  top: 0.875em;
  right: 100%;
  margin-right: 0.875em;
}
.default .main ul > li::before, .default .main dl.list > dt::before, .default .main dl dl > dt::before {
  content: none;
}
.main article.list > h2, .main article.list > h3, .main article.list > h4, .main article.list > .h {
  position: relative;
  margin-bottom: 0.75em;
}
.main article.list > h2::before, .main article.list > h3::before, .main article.list > h4::before, .main article.list > .h::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  background-size: contain;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  top: 0.875em;
  right: 100%;
  margin-right: 0.875em;
}
.default .main article.list > h2::before, .default .main article.list > h3::before, .default .main article.list > h4::before, .default .main article.list > .h::before {
  content: none;
}
.default .main ul li::before, .main ul.default li::before {
  content: none;
}
.main li ul, .main li ol, .main li dl, .main dd p, .main dd ul, .main dd ol, .main dd dl, .main .list p, .main .list ul, .main .list ol, .main .list dl {
  margin-top: 0.75em;
  margin-bottom: 0.75em !important;
}
.main li:last-child ul, .main li:last-child ol, .main li:last-child dl, .main dd:last-child p, .main dd:last-child ul, .main dd:last-child ol, .main dd:last-child dl {
  margin-bottom: 0 !important;
}
.main ul.number {
  list-style: decimal;
}
.main ul.number > li::before {
  content: none;
}
.main dl.number > dt {
  display: list-item;
  list-style: decimal inside;
}
.main .noicon, .main .nolist {
  list-style: none;
}
.main .noicon > li, .main .nolist > li {
  margin: 0;
  line-height: inherit;
}
.main .noicon > li::before, .main .noicon > dt::before, .main .nolist > li::before, .main .nolist > dt::before {
  content: none;
}
.main .nolist {
  padding-left: 0 !important;
}
.main ul.grid, .main ul.grid-box {
  list-style: none;
  padding-left: 0;
}
.main ul.grid li, .main ul.grid-box li {
  margin-bottom: 0;
}
.main ul.grid li::before, .main ul.grid-box li::before {
  content: none;
}
.main ul.grid.list {
  padding-left: 0;
}
.main ul.grid.list li {
  margin-bottom: 0.75em;
  padding-left: 2em;
}
@media only screen and (max-width: 479px) {
  .main ul.grid.list li {
    padding-left: 2em;
  }
}
.main ul.grid.list li::before {
  content: "";
  right: auto;
  left: 0.75em;
}
@media only screen and (max-width: 767px) {
  .main ul.grid.list li::before {
    left: 0.734em;
  }
}
.main .inline, .main dl.inline {
  margin: 0;
  padding: 0;
}
.main .inline::after, .main dl.inline::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.main .inline li::before {
  content: none;
}
.main .inline li, .main .inline dt, .main .inline dd {
  display: inline-block;
  margin: 0 0.667em 1em 0;
  padding: 0;
  background: none;
}
.main .inline li:last-child, .main .inline dt:last-child, .main .inline dd:last-child {
  margin-right: 0 !important;
}
.main .inline.anchor {
  margin-right: -15px;
}
.main .inline.anchor li {
  margin-right: 1.25em;
}
.main ul.links, .main dl.links {
  padding-left: 1.5em !important;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .main ul.links, .main dl.links {
    padding-left: 1.5em !important;
  }
}
.main ul.links.message, .main dl.links.message {
  padding-left: calc(1.5em + 30px) !important;
}
.main ul.links > li, .main dl.links dt {
  position: relative;
}
.main ul.links > li::before, .main dl.links dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  background-size: contain;
  width: 0.75em;
  height: 1em;
  margin-top: -0.5em;
  right: 100%;
  margin-right: 0.667em;
}
@media only screen and (max-width: 767px) {
  .main ul.links > li::before, .main dl.links dt::before {
    width: 0.8em;
    height: 1.067em;
    margin-top: -0.5335em;
  }
}
.main dl.links dt {
  font-weight: 500;
}
.main dl.links dt a {
  font-weight: bold;
}
.main dl.links dd {
  font-size: 93.8%;
}
@media only screen and (max-width: 767px) {
  .main dl.links dd {
    font-size: 93.4%;
  }
}
.main dl.normal > dd, .main dl.normal > div > dd {
  padding-left: 1.563em;
}
@media only screen and (max-width: 479px) {
  .main dl.normal > dd, .main dl.normal > div > dd {
    padding-left: 1.534em;
  }
}
.main .toc {
  clear: both;
  padding-left: 0;
  text-align: left;
}
.main .toc li, .main .toc dd {
  margin-bottom: 0.5em;
}
.main .toc > li, .main .toc > dt {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #D3D3D3;
}
.main .toc > li:first-child, .main .toc > dt:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0;
}
.main .toc > li::before, .main .toc > dt::before {
  content: none;
}
.main .toc > li p, .main .toc > li ul, .main .toc > li ol, .main .toc > li dl, .main .toc > dd p, .main .toc > dd ul, .main .toc > dd ol, .main .toc > dd dl {
  margin-top: 0.5em;
}
.main .toc > li ul li, .main .toc > dd ul li {
  list-style: disc;
}
.main .toc > li ul li::before, .main .toc > dd ul li::before {
  content: none;
}
.debug .main .toc a:not([href^="#"]):not(:hover):not(:focus) {
  color: #2C2C2C;
}
.main ol.toc {
  list-style-position: inside;
}
.main ol.toc > li {
  padding-left: 0;
}
.main dl.div {
  padding-bottom: 1.125em;
  border-bottom: 1px solid #D3D3D3;
}
.main dl.div > dt:first-child, .main dl.div > dd + dt {
  margin-top: 1.125em;
  padding-top: 1.125em;
  border-top: 1px solid #D3D3D3;
}
.main dl > div {
  padding: 1.125em 0;
  border-bottom: 1px solid #D3D3D3;
}
.main dl > div:first-child {
  border-top: 1px solid #D3D3D3;
}
html[lang="ja"] .main dl.cols {
  text-align: left;
}
html[lang="ja"] .main dl.cols > dt {
  float: left;
  clear: left;
  margin: 0;
  margin-right: 1em;
}
html[lang="ja"] .main dl.cols > dd {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  html[lang="ja"] .main dl.cols.cols-sm > dt {
    float: none;
    width: auto !important;
    margin-right: 0;
  }
  html[lang="ja"] .main dl.cols.cols-sm > dd {
    overflow: visible;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  html[lang="ja"] .main dl.cols.cols-sp > dt {
    float: none;
    width: auto !important;
    margin-right: 0;
  }
  html[lang="ja"] .main dl.cols.cols-sp > dd {
    overflow: visible;
    margin-left: 0 !important;
  }
}
html[lang="ja"] .main dl.cols dl {
  padding-left: 0;
}
@media (min-width: 480px) {
  html[lang="ja"] .main dl.cols dl dt::before {
    content: none;
  }
}
@media only screen and (max-width: 479px) {
  html[lang="ja"] .main dl.cols dl {
    padding-left: 2em;
  }
}
html[lang="ja"] .main .em0 > dt {
  float: none;
  width: auto;
  margin-right: 0;
}
html[lang="ja"] .main .em0 > dd {
  overflow: visible;
  margin-left: 0;
}
html[lang="ja"] .main .em1 > dt {
  width: 1em;
}
html[lang="ja"] .main .em1 > dd {
  margin-left: 2em;
}
html[lang="ja"] .main .em2 > dt {
  width: 2em;
}
html[lang="ja"] .main .em2 > dd {
  margin-left: 3em;
}
html[lang="ja"] .main .em3 > dt {
  width: 3em;
}
html[lang="ja"] .main .em3 > dd {
  margin-left: 4em;
}
html[lang="ja"] .main .em4 > dt {
  width: 4em;
}
html[lang="ja"] .main .em4 > dd {
  margin-left: 5em;
}
html[lang="ja"] .main .em5 > dt {
  width: 5em;
}
html[lang="ja"] .main .em5 > dd {
  margin-left: 6em;
}
html[lang="ja"] .main .em6 > dt {
  width: 6em;
}
html[lang="ja"] .main .em6 > dd {
  margin-left: 7em;
}
html[lang="ja"] .main .em7 > dt {
  width: 7em;
}
html[lang="ja"] .main .em7 > dd {
  margin-left: 8em;
}
html[lang="ja"] .main .em8 > dt {
  width: 8em;
}
html[lang="ja"] .main .em8 > dd {
  margin-left: 9em;
}
html[lang="ja"] .main .em9 > dt {
  width: 9em;
}
html[lang="ja"] .main .em9 > dd {
  margin-left: 10em;
}
html[lang="ja"] .main .em10 > dt {
  width: 10em;
}
html[lang="ja"] .main .em10 > dd {
  margin-left: 11em;
}
html[lang="ja"] .main .em11 > dt {
  width: 11em;
}
html[lang="ja"] .main .em11 > dd {
  margin-left: 12em;
}
html[lang="ja"] .main .em12 > dt {
  width: 12em;
}
html[lang="ja"] .main .em12 > dd {
  margin-left: 13em;
}
html[lang="ja"] .main .em13 > dt {
  width: 13em;
}
html[lang="ja"] .main .em13 > dd {
  margin-left: 14em;
}
html[lang="ja"] .main .em14 > dt {
  width: 14em;
}
html[lang="ja"] .main .em14 > dd {
  margin-left: 15em;
}
html[lang="ja"] .main .em15 > dt {
  width: 15em;
}
html[lang="ja"] .main .em15 > dd {
  margin-left: 16em;
}
html[lang="ja"] .main .em16 > dt {
  width: 16em;
}
html[lang="ja"] .main .em16 > dd {
  margin-left: 17em;
}
html[lang="ja"] .main .em17 > dt {
  width: 17em;
}
html[lang="ja"] .main .em17 > dd {
  margin-left: 18em;
}
html[lang="ja"] .main .em18 > dt {
  width: 18em;
}
html[lang="ja"] .main .em18 > dd {
  margin-left: 19em;
}
html[lang="ja"] .main .em19 > dt {
  width: 19em;
}
html[lang="ja"] .main .em19 > dd {
  margin-left: 20em;
}
html[lang="ja"] .main .em20 > dt {
  width: 20em;
}
html[lang="ja"] .main .em20 > dd {
  margin-left: 21em;
}
@media only screen and (max-width: 767px) {
  html[lang="ja"] .main .em0-sp > dt {
    float: none;
    width: auto;
    margin-right: 0;
  }
  html[lang="ja"] .main .em0-sp > dd {
    overflow: visible;
    margin-left: 0;
  }
  html[lang="ja"] .main .em1-sp > dt {
    width: 1em;
  }
  html[lang="ja"] .main .em1-sp > dd {
    margin-left: 2em;
  }
  html[lang="ja"] .main .em2-sp > dt {
    width: 2em;
  }
  html[lang="ja"] .main .em2-sp > dd {
    margin-left: 3em;
  }
  html[lang="ja"] .main .em3-sp > dt {
    width: 3em;
  }
  html[lang="ja"] .main .em3-sp > dd {
    margin-left: 4em;
  }
  html[lang="ja"] .main .em4-sp > dt {
    width: 4em;
  }
  html[lang="ja"] .main .em4-sp > dd {
    margin-left: 5em;
  }
  html[lang="ja"] .main .em5-sp > dt {
    width: 5em;
  }
  html[lang="ja"] .main .em5-sp > dd {
    margin-left: 6em;
  }
  html[lang="ja"] .main .em6-sp > dt {
    width: 6em;
  }
  html[lang="ja"] .main .em6-sp > dd {
    margin-left: 7em;
  }
  html[lang="ja"] .main .em7-sp > dt {
    width: 7em;
  }
  html[lang="ja"] .main .em7-sp > dd {
    margin-left: 8em;
  }
  html[lang="ja"] .main .em8-sp > dt {
    width: 8em;
  }
  html[lang="ja"] .main .em8-sp > dd {
    margin-left: 9em;
  }
  html[lang="ja"] .main .em9-sp > dt {
    width: 9em;
  }
  html[lang="ja"] .main .em9-sp > dd {
    margin-left: 10em;
  }
  html[lang="ja"] .main .em10-sp > dt {
    width: 10em;
  }
  html[lang="ja"] .main .em10-sp > dd {
    margin-left: 11em;
  }
  html[lang="ja"] .main .em11-sp > dt {
    width: 11em;
  }
  html[lang="ja"] .main .em11-sp > dd {
    margin-left: 12em;
  }
  html[lang="ja"] .main .em12-sp > dt {
    width: 12em;
  }
  html[lang="ja"] .main .em12-sp > dd {
    margin-left: 13em;
  }
  html[lang="ja"] .main .em13-sp > dt {
    width: 13em;
  }
  html[lang="ja"] .main .em13-sp > dd {
    margin-left: 14em;
  }
  html[lang="ja"] .main .em14-sp > dt {
    width: 14em;
  }
  html[lang="ja"] .main .em14-sp > dd {
    margin-left: 15em;
  }
  html[lang="ja"] .main .em15-sp > dt {
    width: 15em;
  }
  html[lang="ja"] .main .em15-sp > dd {
    margin-left: 16em;
  }
  html[lang="ja"] .main .em16-sp > dt {
    width: 16em;
  }
  html[lang="ja"] .main .em16-sp > dd {
    margin-left: 17em;
  }
  html[lang="ja"] .main .em17-sp > dt {
    width: 17em;
  }
  html[lang="ja"] .main .em17-sp > dd {
    margin-left: 18em;
  }
  html[lang="ja"] .main .em18-sp > dt {
    width: 18em;
  }
  html[lang="ja"] .main .em18-sp > dd {
    margin-left: 19em;
  }
  html[lang="ja"] .main .em19-sp > dt {
    width: 19em;
  }
  html[lang="ja"] .main .em19-sp > dd {
    margin-left: 20em;
  }
  html[lang="ja"] .main .em20-sp > dt {
    width: 20em;
  }
  html[lang="ja"] .main .em20-sp > dd {
    margin-left: 21em;
  }
}
/* 表・テーブル */
main table {
  border-top: 1px solid #D3D3D3;
}/*
main table th, main table td {
  padding: 1em 16px;
  border-bottom: 1px solid #D3D3D3;
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  main table th, main table td {
    padding: 1em 12px;
  }
}*/

main table th.num, main table td.num {
  white-space: nowrap;
}
main table.smaller th, main table.smaller td {
  padding: 0.625em 10px;
}
main table th {
  font-weight: bold;
}
main table thead + tbody th {
  font-weight: 500;
}
main table.text-center th, main table.text-center td, main table .text-center th, main table .text-center td {
  text-align: center;
}
main table.text-middle th, main table.text-middle td, main table .text-middle th, main table .text-middle td {
  vertical-align: middle;
}
main table caption {
  padding: 0 0 1em;
  text-align: left;
  font-weight: bold;
}
main table caption small {
  font-weight: 500;
}
main table caption.cite {
  padding: 1em 0 0;
  caption-side: bottom;
  text-align: right;
  font-weight: 500;
  font-size: 0.875em;
}
main table thead th, main table thead td, main table tfoot th, main table tfoot td {
  text-align: center;
}
main table.head-color thead th, main table.head-color tfoot th {
  background: #D1E5FC;
  background: #EEF4F4;
}
main table[border="1"], main table.border {
  border: 1px solid #D3D3D3;
}
main table[border="1"] th, main table[border="1"] td, main table.border th, main table.border td {
  border: 1px solid #D3D3D3;
}
main table[border="0"], main table.no-border {
  border: 0;
}
main table[border="0"] th, main table[border="0"] td, main table.no-border th, main table.no-border td {
  padding: 0 0 1em 32px;
  border: 0;
}
@media only screen and (max-width: 767px) {
  main table[border="0"] th, main table[border="0"] td, main table.no-border th, main table.no-border td {
    padding-left: 24px;
  }
}
main table[border="0"] th:first-child, main table[border="0"] td:first-child, main table.no-border th:first-child, main table.no-border td:first-child {
  padding-left: 0;
}
main table.extend {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  main table.block-sp {
    display: block;
    border: 0;
  }
  main table.block-sp caption, main table.block-sp tbody, main table.block-sp thead, main table.block-sp tfoot, main table.block-sp tr, main table.block-sp th, main table.block-sp td {
    display: block;
    width: auto;
  }
  main table.block-sp tr {
    margin-top: 1.5em;
  }
  main table.block-sp th {
    padding: 0.5em 12px;
    font-weight: bold;
  }
  main table.block-sp th[rowspan] {
    background: #EEF4F4;
  }
  main table.block-sp td {
    padding: 0.5em 12px;
  }
  main table.block-sp[border="0"] tr, main table.block-sp.no-border tr {
    margin-top: 1.2em;
  }
  main table.block-sp[border="0"] th, main table.block-sp[border="0"] td, main table.block-sp.no-border th, main table.block-sp.no-border td {
    margin: 0.4em 0;
    padding: 0;
    border: 0;
  }
  main table.block-sp[border="0"] td, main table.block-sp.no-border td {
    padding-left: 12px;
  }
  main table.block-sp[border="1"] th, main table.block-sp[border="1"] td, main table.block-sp.border th, main table.block-sp.border td {
    border-top-width: 0;
  }
  main table.block-sp[border="1"] th:first-child, main table.block-sp[border="1"] td:first-child, main table.block-sp.border th:first-child, main table.block-sp.border td:first-child {
    border-top-width: 1px;
  }
}
main .table-responsive {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 767px) {
  main .table-responsive-sp {
    position: relative;
    width: 100%;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 767px) {
  main .table-responsive table:first-child, main .table-responsive-sp table:first-child {
    margin-top: 0 !important;
  }
  main .table-responsive::before, main .table-responsive-sp::before {
    content: "";
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: block;
    left: calc(100% - 30px);
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #EEF4F4 no-repeat 60% center;
    background-size: 10px 16px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
  }
}
/*------------------------------------------------
	Layout
------------------------------------------------*/
.wrapper {
  position: relative;
  clear: both;
  display: block;
}
.container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 1120px;
  margin: 0 auto;
  padding: 0;
}
#header .container {
	max-width: 1280px;
}
@media (max-width: 1199px) {
  .container {
    width: 95%;
  }
}
@media (max-width: 979px) {
  .container {
    width: auto;
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: auto;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: auto;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
@media (min-width: 1200px) {
  .container-pc {
    width: auto;
    padding: 0 13px;
  }
}
/*------------------------------------------------
	Main
------------------------------------------------*/
main {
  min-height: 300px;
  text-align: center;
}
/*------------------------------------------------
	Contents
------------------------------------------------*/
#contents {
  width: 780px;
}
@media (max-width: 1199px) {
  #contents {
    width: 780px;
  }
}
@media (max-width: 979px) {
  #contents {
    width: auto;
  }
}
#contents {
  margin: 3em auto 80px;
}
@media only screen and (max-width: 767px) {
  #contents {
    margin-top: 2.134em;
    margin-bottom: 66px;
  }
}
/*------------------------------------------------
	ヘッダー
------------------------------------------------*/
#header {
  background: #fff;
  color: #2C2C2C;
}
#header > .container {
  padding-top: 8px;
  padding-bottom: 0;
}
@media (max-width: 979px) {
  #header > .container {
    display: block;
    height: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header > .container {
    height: 62px;
    height: calc(43px + 1.188em);
  }
}
#header > .container::after {
  content: none;
}
#header > .container > #menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header > .container > #menu .wrapper {
  clear: none;
}
#header > .container > .site-title {
  float: left;
}
@media (max-width: 979px) {
  #header > .container > .site-title {
    float: none;
  }
}
#header > .container .container {
  position: static !important;
  width: auto;
  height: auto;
}
@media (min-width: 1200px) {
  #header > .container .container {
    display: block !important;
  }
}
#header a {
  color: #2C2C2C;
  text-decoration: none;
}
#header .site-title {
  position: relative;
  z-index: 2;
  float: left;
  min-height: 48px;
  left: 1px;
  top: -2px;
  text-align: left;
  font-size: 150%;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  #header .site-title {
    font-size: 125%;
    line-height: 1.25;
  }
}
@media (max-width: 979px) {
  #header .site-title {
    left: 0;
    top: 0;
    min-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .site-title {
    float: none;
  }
}
#header .site-title a {
  position: relative;
  display: inline-block;
  outline-offset: 1px;
  color: #36602D;
  text-decoration: none;
  vertical-align: top;
}
@media (max-width: 979px) {
  #header .site-title a {
    padding: 2px 0 1px;
  }
}
@media only screen and (max-width: 767px) {
  #header .site-title a {
    padding: 4px 0 1px;
  }
}
#header .site-title img {
  position: relative;
  vertical-align: top;
}
@media (max-width: 979px) {
  #header .site-title img {
    vertical-align: top;
	width: 110px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .site-title img {
    width: auto;
    height: 40px;
  }
}
@media (min-width: 980px) {
  #menu {
    display: block !important;
  }
}
#header-ext {
  position: relative;
  margin: 0;
  margin-right: 100px;
  text-align: right;
  line-height: 1;
}
#header-ext ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 4px;
  min-height: 38px;
  margin: 0 20px;
}
@media (max-width: 1199px) {
  #header-ext ul {
    gap: 8px 0.5%;
  }
}
#header-ext li {
  display: inline-block;
  padding-left: 0.462em;
}
@media (max-width: 1199px) {
  #header-ext li {
    padding-left: 0.5%;
  }
}
#header-ext a {
  font-size: 1.2rem;
  padding: 0;
  vertical-align: top;
}
#header-ext a:hover, #header-ext a:active, #header-ext a:focus {
  text-decoration: underline;
}

/* 環境省ロゴ */
#header-root {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 4px;
  text-align: right;
  -webkit-transition: top 0.15s ease-out;
  transition: top 0.15s ease-out;
}
#header-root img {
  width: 84px;
  height: auto;
}
@media (max-width: 979px) {
  #header-root {
    top: 20px;
    right: 72px;
  }
}
@media only screen and (max-width: 767px) {
  #header-root {
    top: 15px;
    right: 70px;
  }
  #header-root img {
    width: auto;
    height: 32px;
  }
}
@media only screen and (max-width: 479px) {
  #header-root {
    right: 62px;
  }
}
@media (max-width: 979px) {
  .scrolling-contents #header:not([aria-expanded="true"]) #header-root {
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolling-contents #header:not([aria-expanded="true"]) #header-root {
    top: 12px;
  }
}
/*------------------------------------------------
	グローバルナビ ゲーション
------------------------------------------------*/
#header-nav {
  display: flex;
  justify-content: space-between;
  clear: both;
  min-width: 0;
  min-height: 0;
}
@media (max-width: 979px) {
  #header-nav {
    background: #fff;
    color: #000;
    display: block;
  }
}
@media (max-width: mini2) {
  #header-nav {
    display: block;
  }
}
#header-nav > .container {
  min-height: 0;
  padding-bottom: 0;
  background: none;
}
#header-nav > .menu {
  flex-grow: 1;
}
#header-nav > #header-targets {
  flex-grow: 0;
  width: 32%;
  line-height: 1;
}
@media (max-width: 979px) {
  #header-nav > #header-targets {
    width: 100%;
    line-height: normal; 
  }
}
@media (max-width: mini2) {
  #header-nav > #header-targets {
    width: auto;
  }
}
#header-nav ul.menu {
  position: relative;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 93.8%;
  line-height: 1.667;
}
@media (max-width: 1119px) {
  #header-nav ul.menu {
    font-size: 87.5%;
    line-height: 1.786;
  }
}
@media (max-width: 979px) {
  #header-nav ul.menu {
    font-size: 93.8%;
    line-height: 1.667;
  }
}
@media (min-width: 980px) {
  #header-nav ul.menu {
    display: flex !important;
  }
}
#header-nav ul.menu::after {
  content: none;
}
#header-nav ul.menu li {
  height: 80px;
  display: inline-block;
  width: auto;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  flex-grow: 1;
}
#header-nav ul.menu li:first-child {
  border-left: 1px solid #fff;
}
#header-nav ul.menu li.menu-top {
  flex: 0 0 auto;
  display: inline-block;
  position: relative;
  z-index: -1;
  left: 5px;
  top: -48px;
  width: 36px;
  width: 5px;
  text-align: left;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition-property: left, top, width, padding, opacity, transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#header-nav ul.menu li.menu-top a {
  display: inline-block;
  width: 36px;
  padding-bottom: 6px;
}
#header-nav ul.menu li.menu-top a img {
  opacity: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.scrolling-contents #header-nav ul.menu li.menu-top {
  display: inline-block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 32px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.scrolling-contents #header-nav ul.menu li.menu-top a {
  width: 32px;
  padding: 16px 2px !important;
}
.scrolling-contents #header-nav ul.menu li.menu-top a img {
  opacity: 1;
}
#header-nav ul.menu li.menu-top a::before, #header-nav ul.menu li.menu-top a::after {
  content: none;
}
@media (max-width: 979px) {
  #header-nav ul.menu li.menu-top {
    display: none !important;
  }
}
#header-nav ul.menu a {
  position: relative;
  display: block;
  display: flex;
  display: inline-block;
  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;
  text-align: center;
  width: auto;
  height: 100%;
  -webkit-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  font-weight: bold;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 0;
}
.scrolling-contents #header-nav ul.menu a {
  padding-top: 18px;
  padding-bottom: 17px;
}
#header-nav ul.menu a span {
  word-break: keep-all;
}
#header-nav ul.menu a wbr {
  display: inline-block;
}

@media (max-width: 979px) {
  #header-nav ul.menu a::before, #header-nav ul.menu a::after {
    content: none;
    display: none;
  }
}

#header-targets::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 28px;
  width: 0;
  height: 1rem;
  border-left: 1px solid #707070;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.scrolling-contents #header-targets::before {
  top: 23px;
}
@media (max-width: 979px) {
  #header-targets::before {
    top: 5%;
    bottom: 5%;
    height: auto;
    border-left-color: #D3D3D3;
  }
}
/*------------------------------------------------
	(Mobile時) ヘッダー共通
------------------------------------------------*/
@media (max-width: 979px) {
  #header {
    z-index: 1000;
  }
  #menu {
    z-index: 1001;
  }
}
@media (max-width: 979px) {
  #header {
    border-bottom: 1px solid #D3D3D3;
  }
  #header .controls {
    position: absolute;
    top: 14px;
    right: 2.5%;
    z-index: 3;
    margin-right: -7px;
  }
}
@media only screen and (max-width: 979px) and (max-width: 767px) {
  #header .controls {
    top: 10px;
    right: 12px;
  }
}
@media only screen and (max-width: 979px) and (max-width: 479px) {
  #header .controls {
    right: 18px;
  }
}
@media (max-width: 979px) {
  #header #menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #D3D3D3;
    background: #fff;
    color: #000;
  }
  #header #menu .wrapper {
    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;
  }
}
#header .controls {
  display: none;
}
@media (max-width: 979px) {
  #header .controls {
    display: block !important;
  }
}
@media print and (max-width: 979px) {
  #header .controls {
    display: none !important;
  }
}
@media (max-width: 979px) {
  #header .controls .btn {
    padding: 5px;
	margin: 0;
    border: 0;
    border-radius: 4px;
    letter-spacing: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 100%;
    line-height: 1.2;
  }
  #header .controls .btn:focus {
    -webkit-box-shadow: 0 0 0 1px #36602D;
    box-shadow: 0 0 0 2px #36602D;
  }
  #header .controls .btn img {
    vertical-align: bottom;
  }
}
@media (max-width: 979px) {
  #header-nav ul.menu {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 5%;
    border: 0;
    font-size: 93.8%;
    line-height: 1.667;
    border-bottom: 2px solid #D3D3D3;
  }
  #header-nav ul.menu li {
    display: block;
    width: auto;
  }
  #header-nav ul.menu li + li {
    border-top: 1px solid #D3D3D3;
  }
  #header-nav ul.menu li a {
    display: block;
    width: auto;
    height: auto;
    padding: 16px 0;
    border: 0;
    text-align: center;
    background: none;
    font-weight: 500;
  }
  #header-nav ul.menu li a:hover, #header-nav ul.menu li a:active, #header-nav ul.menu li a:focus {
    outline: 1px;
  }
  #header-nav ul.menu .menu-ezine {
    display: block !important;
  }
  #header-nav ul.menu .current a {
    font-weight: bold;
  }
}
@media (max-width: 979px) {
  #header-ext {
    margin: 0;
    padding: 22px 5%;
    border-top: 1px solid #D3D3D3;
    text-align: center;
  }
  #header-ext ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 9px 10px;
  }
  #header-ext li {
    padding-left: 0;
  }
  #header-ext a {
    padding-top: 5px;
    padding-bottom: 4px;
  }
  #header-ext .menu-ezine {
    display: none;
  }
}

/*------------------------------------------------
	固定ヘッダー
------------------------------------------------*/
#header {
  position: relative;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #8D9B8A;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  #header {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (max-width: 979px) {
  #header[aria-expanded="true"] {
    z-index: 1020;
  }
}
#top {
  padding-top: 111px;
  padding-top: calc(86px + 1.563em);
}
@media (max-width: 979px) {
  #top {
    padding-top: 63px;
    padding-top: calc(21px + 2.625em);
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  #top {
    padding-top: 0 !important;
  }
}
#header {
  -webkit-transition: top 0.15s ease-out, padding 0.15s ease-out;
  transition: top 0.15s ease-out, padding 0.15s ease-out;
}
#header > .container {
  -webkit-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
}
#header .site-title {
  -webkit-transition: padding 0.15s ease-out, opacity 0.3s ease-out, top 0.3s ease-out;
  transition: padding 0.15s ease-out, opacity 0.3s ease-out, top 0.3s ease-out;
  opacity: 1;
}
#header .site-title img {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#header .site-title a {
  -webkit-transition: padding 0.15s ease-out;
  transition: padding 0.15s ease-out;
}
#header .site-title span {
  -webkit-transition: top 0.15s ease-out, height 0.15s ease-out, margin 0.15s ease-out, padding 0.15s ease-out, opacity 0.15s ease-out;
  transition: top 0.15s ease-out, height 0.15s ease-out, margin 0.15s ease-out, padding 0.15s ease-out, opacity 0.15s ease-out;
}
#header #header-ext {
  -webkit-transition: top 0.15s ease-out;
  transition: top 0.15s ease-out;
}
#header #header-nav ul.menu a {
  -webkit-transition: padding 0.15s ease-out;
  transition: padding 0.15s ease-out;
}
#header .controls {
  -webkit-transition: top 0.15s ease-out;
  transition: top 0.15s ease-out;
}
@media (min-width: 980px) {
  .scrolling-contents #header {
    -webkit-box-shadow: 0 0 0 1px #D3D3D3;
    box-shadow: 0 0 0 1px #D3D3D3;
    top: -59px;
  }
  .scrolling-contents #header .site-title {
    top: -10px;
  }
  .scrolling-contents #header #header-ext {
    top: -1em;
  }
}
@media (max-width: 979px) {
  .scrolling-contents #header:not([aria-expanded="true"]) > .container {
    padding-top: 1px;
    padding-bottom: 1px;
    height: 57px;
  }
}
@media only screen and (max-width: 979px) and (max-width: 767px) {
  .scrolling-contents #header:not([aria-expanded="true"]) > .container {
    height: 52px;
  }
}
@media (max-width: 979px) {
  .scrolling-contents #header:not([aria-expanded="true"]) .site-title {
    margin: 3px 0 2px;
	top: 4px;
  }
  .scrolling-contents #header:not([aria-expanded="true"]) .site-title img {
    margin-top: 0;
  }
  .scrolling-contents #header:not([aria-expanded="true"]) .controls {
    top: 7.5px;
  }
}
@media only screen and (max-width: 979px) and (max-width: 767px) {
  .scrolling-contents #header:not([aria-expanded="true"]) .controls {
    top: 5px;
  }
}
/*------------------------------------------------
	サイトイメージエリア
------------------------------------------------*/
#heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 101;
  min-height: 126px;
  text-align: center;
  border-bottom: 1px solid #fff;
  background: #EEF4F4 no-repeat center center;
  background-size: cover;
  color: #2C2C2C;
}
@media only screen and (max-width: 767px) {
  #heading {
    min-height: 85px;
  }
}
@media print {
  #heading {
    min-height: 0;
  }
}
#heading .container {
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 39px;
  background: none;
}
@media (max-width: 979px) {
  #heading .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #heading .container {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.Top #heading .container {
  padding-top: 61px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .Top #heading .container {
    padding-top: 30px;
    padding-bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  #heading .container::after {
    content: none;
    display: none;
  }
}
#heading h1, #heading .h1,#to-links {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 auto;
}
#heading h1::after {
	content: "";
  display: block;
  margin: 0.4em auto;
  width: 46px;
  border: 1px solid #1C5A4F;
}
.About #heading h1 {
  text-shadow: 0 0 14px #000;
}
.Roads #heading h1 {
  text-shadow: 0 0 14px #fff;
}
#heading .summary {
  max-width: 80%;
  margin: 0.563em auto 1.125em;
}
@media only screen and (max-width: 767px) {
	#heading h1, #heading .h1,#to-links {
		font-size: 1.3rem;
    padding-top: 0.9em;
	}
  #heading .summary {
    max-width: 100%;
    margin-top: 0.9em;
  }
}
.Top #heading .summary {
  width: 37em;
  margin: 0.942em auto 0;
  text-shadow: 0 0 10px #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 106.3%;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .Top #heading .summary {
    font-size: 100%;
    line-height: 1.934;
  }
}
#heading .nav {
  margin-top: 1.969em !important;
}
@media only screen and (max-width: 767px) {
  #heading .nav {
    margin-top: 1.4em !important;
  }
}
@media only screen and (max-width: 767px) {
  #heading a.btn {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
    font-size: 100%;
    line-height: 1.734;
  }
}
/* 目次 */
#toc .wrapper {
  margin-top: -1px;
  padding-top: 1px;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  background: #fff;
}
@media (max-width: 979px) {
  #toc .wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
#toc.heading .wrapper {
  margin-top: 0;
  padding-top: 0;
  border-color: #36602D !important;
  background: #36602D !important;
  color: #fff;
}
#toc.heading .wrapper a {
  color: #fff;
}
#toc .container {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (max-width: 979px) {
  #toc .container {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
.ready #toc .container {
  -webkit-transition: padding 0.15s ease-out;
  transition: padding 0.15s ease-out;
}
#toc.heading .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 979px) {
  #toc.heading .container {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
#toc .anchor {
  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;
  text-align: center !important;
  list-style: none;
  font-size: 100%;
  line-height: 1.625;
  min-height: 3.875em;
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 1199px) {
  #toc .anchor {
    font-size: 93.8%;
    line-height: 1.734;
    min-height: 4.134em;
  }
}
@media (max-width: 979px) {
  #toc .anchor {
    font-size: 100%;
    line-height: 1;
  }
}
@media (max-width: 979px) {
  #toc .anchor {
    display: block;
    min-height: 0;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-left: -1em;
    letter-spacing: -0.4em;
  }
  #toc .anchor li, #toc .anchor dt, #toc .anchor dd {
    letter-spacing: 0;
  }
  #toc .anchor wbr {
    display: none;
  }
}
#toc.heading .anchor {
  font-size: 93.8%;
  line-height: 1.734;
  min-height: 3.867em;
}
@media (max-width: 979px) {
  #toc.heading .anchor {
    min-height: 0;
    font-size: 100%;
    line-height: 1;
  }
}
#toc .anchor li, #toc .anchor dt, #toc .anchor dd {
  display: inline-block;
}
#toc .anchor > li, #toc .anchor > dt, #toc .anchor > dd {
  position: relative;
  margin: 0;
  padding: 0 24px;
  line-height: inherit;
  text-align: center;
}
@media (max-width: 979px) {
  #toc .anchor > li, #toc .anchor > dt, #toc .anchor > dd {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0 1em;
    border-right: 1px solid #757575;
    line-height: 1;
  }
  #toc .anchor > li:last-child, #toc .anchor > dt:last-child, #toc .anchor > dd:last-child {
    border-right: 0;
  }
}
#toc .anchor > li::before, #toc .anchor > dt::before, #toc .anchor > dd::before {
  content: none;
}
#toc .anchor > li + li::before, #toc .anchor > dt + dd::before, #toc .anchor > dd + dt::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 0;
  height: 60%;
  border-left: 1px solid #757575;
  background: none !important;
}
@media (max-width: 979px) {
  #toc .anchor > li + li::before, #toc .anchor > dt + dd::before, #toc .anchor > dd + dt::before {
    content: none;
  }
}
#toc .anchor > dd {
  padding: 0 0 0 35px;
}
@media (max-width: 979px) {
  #toc .anchor > dd {
    padding: 0 1em;
    border-right: 0;
  }
}
#toc .anchor > dt {
  padding: 0 32px 0 0;
}
@media (max-width: 979px) {
  #toc .anchor > dt {
    margin-left: 1em;
    padding-right: 1.2em;
    border-right: 1px solid #757575;
  }
}
#toc .anchor > dt + dd, #toc .anchor > dd + dt {
  padding-left: 32px;
}
@media (max-width: 979px) {
  #toc .anchor > dt + dd, #toc .anchor > dd + dt {
    padding-left: 1.2em;
  }
}
#toc .anchor > dt::before {
  margin-right: 15px;
  left: 0;
}
#toc.heading .anchor > li + li::before, #toc.heading .anchor > dt + dd::before, #toc.heading .anchor > dd + dt::before {
  border-left-color: #fff;
}
@media (max-width: 979px) {
  #toc.heading .anchor > dt {
    border-right-color: #fff;
  }
}
@media (max-width: 979px) {
  #toc .anchor a {
    display: inline-block;
  }
  #toc .anchor a::before, #toc .anchor a::after {
    content: "";
    position: absolute;
    bottom: -23px;
    display: inline-block;
    width: 0;
    height: 3px;
    background: #36602D;
    color: #fff;
    -webkit-transition: opacity 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
    transition: opacity 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
    opacity: 0;
  }
  .scrolling-contents #toc .anchor a::before, .scrolling-contents #toc .anchor a::after {
    bottom: -21px;
  }
  #toc .anchor a::before {
    left: 50%;
    left: 0;
  }
  #toc .anchor a::after {
    right: 50%;
    right: 0;
  }
}
#toc .anchor li.viewing a, #toc .anchor dd.viewing a {
  color: #2C2C2C;
}
@media (max-width: 979px) {
  #toc .anchor li.viewing a::before, #toc .anchor li.viewing a::after, #toc .anchor dd.viewing a::before, #toc .anchor dd.viewing a::after {
    width: 50%;
    opacity: 1;
  }
  #toc .anchor li.viewing a::before, #toc .anchor dd.viewing a::before {
    left: 50%;
  }
  #toc .anchor li.viewing a::after, #toc .anchor dd.viewing a::after {
    right: 50%;
  }
}
#toc.heading .anchor li.viewing a, #toc.heading .anchor dd.viewing a {
  color: #fff;
}
@media (max-width: 979px) {
  #toc.heading .anchor li.viewing a::before, #toc.heading .anchor li.viewing a::after, #toc.heading .anchor dd.viewing a::before, #toc.heading .anchor dd.viewing a::after {
    background: #fff;
    color: #36602D;
  }
}
#toc a {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 979px) {
  #toc a {
    display: inline;
  }
}
#toc a:hover, #toc a:active, #toc a:focus {
  text-decoration: underline;
}
#toc a::before {
  content: none;
}
#toc a[target="_blank"]::after {
  content: none;
}
#toc.sticky {
  position: relative;
  z-index: 100;
  -webkit-transition: top 0.15s ease-out, padding 0.15s ease-out, border-color 0.15s ease-out;
  transition: top 0.15s ease-out, padding 0.15s ease-out, border-color 0.15s ease-out;
  min-height: 90px;
  min-height: calc(28px + 3.875em);
}
#toc.sticky.heading {
  min-height: 70px;
  min-height: calc(12px + 3.625em);
}
@media (max-width: 979px) {
  #toc.sticky, #toc.sticky.heading {
    min-height: 62px;
    min-height: calc(49px + 0.813em);
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  #toc.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    min-height: 0 !important;
    top: 111px;
  }
  @media (max-width: 979px) {
    #toc.sticky {
      top: 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    #toc.sticky {
      top: 62px;
    }
  }
}
#toc.sticky > .wrapper {
  -webkit-transition: top 0.15s ease-out, padding 0.15s ease-out, border-color 0.15s ease-out;
  transition: top 0.15s ease-out, padding 0.15s ease-out, border-color 0.15s ease-out;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  #toc.sticky > .wrapper {
    position: relative !important;
    top: 0 !important;
    width: auto;
  }
}
#toc.sticky.heading .wrapper {
  position: fixed;
  top: 111px;
}
@media (max-width: 979px) {
  #toc.sticky.heading .wrapper {
    top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #toc.sticky.heading .wrapper {
    top: 62px;
  }
}
#toc.sticky + #scrolling {
  -webkit-transition: height 0.15s ease-out, padding 0.15s ease-out;
  transition: height 0.15s ease-out, padding 0.15s ease-out;
}
.scrolling-contents #toc.sticky {
  z-index: 1010;
}
@media (max-width: 979px) {
  .scrolling-contents #toc.sticky {
    border-top-color: #D3D3D3;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .scrolling-contents #toc.sticky {
    top: -1px;
  }
  @media (min-width: 980px) {
    .scrolling-contents #toc.sticky.side {
      z-index: 100;
      top: 62px;
    }
  }
}
.scrolling-contents #toc.sticky .wrapper {
  margin-top: 0;
  padding-top: 0;
}
.scrolling-contents #toc.sticky .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 979px) {
  .scrolling-contents #toc.sticky .container {
    padding-top: 22px;
    padding-bottom: 21px;
  }
}
.scrolling-toc #toc.sticky .wrapper {
  position: fixed;
  top: -1px;
  margin-top: 0;
  padding-top: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .scrolling-contents.scroll-up #toc.sticky {
    top: 62px;
  }
  @media (max-width: 979px) {
    .scrolling-contents.scroll-up #toc.sticky {
      top: 57px;
    }
  }
  @media only screen and (max-width: 767px) {
    .scrolling-contents.scroll-up #toc.sticky {
      top: 52px;
    }
  }
}
.scrolling-toc.scroll-up #toc.sticky .wrapper {
  top: 62px;
}
@media (max-width: 979px) {
  .scrolling-toc.scroll-up #toc.sticky .wrapper {
    top: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolling-toc.scroll-up #toc.sticky .wrapper {
    top: 52px;
  }
}
@media (max-width: 979px) {
  #contents #toc.side {
    margin-bottom: 2.625em;
  }
}
@media (max-width: 979px) {
  #contents #toc.side {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
}
@media only screen and (max-width: 767px) {
  #contents #toc.side {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media only screen and (max-width: 479px) {
  #contents #toc.side {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (max-width: 979px) {
  #toc.side h2, #toc.side summary {
    display: none;
  }
}
@media (min-width: 980px) {
  #toc.side {
    font-size: 93.8%;
    line-height: 1.667;
  }
  #main > #toc.side {
    width: 1120px;
    margin: 0 auto;
  }
  #contents > #toc.side, #main > #toc.side > .wrapper {
    float: right;
    width: 264px;
    margin-left: 76px;
	margin-top: 20px;
  }
  #toc.side .container {
    width: auto;
    padding: 0;
  }
  #toc.side h2, #toc.side summary {
    font-size: 100%;
    line-height: 1.667;
    margin: 0;
    padding: 0.4em 12px;
    background: #F6FFEE;
    color: #000;
    font-weight: bold;
  }
  #toc.side .anchor {
    display: block;
  }
  #toc.side .anchor > li {
    display: block;
    padding: 0;
    border-top: 1px solid #D3D3D3;
  }
  #toc.side .anchor > li::before {
    content: none;
  }
  #toc.side .anchor a {
    display: block;
    padding: 0.7em 1em 0.7em 3em;
    text-align: left;
    font-weight: 500;
  }
  #toc.side .anchor a:hover {
    font-weight: bold;
  }
  .debug #toc.side .anchor a {
    color: #2C2C2C;
  }
  .debug #toc.side .anchor a:hover {
    color: #A50;
  }
  #toc.side .anchor .viewing a {
    font-weight: bold;
  }
  #toc.side details {
    margin: 0;
  }
  #toc.side details .anchor, #toc.side details .keywords {
    overflow-y: auto;
    max-height: calc(100vh - 70px - 110px);
    max-height: 50vh;
  }
  #toc.side details .anchor.vh-half, #toc.side details .keywords.vh-half {
    max-height: calc((100vh - 70px - 110px) / 2);
  }
  #toc.side summary {
    position: relative;
    list-style: none;
  }
  #toc.side summary::-webkit-details-marker {
    display: none;
  }
  #toc.side summary::marker {
    display: none;
  }
  #toc.side summary::before {
    content: "";
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    right: 15px;
  }
  #toc.side .keywords {
    padding: 0.8em 0;
    padding-left: 4px;
    text-align: left;
  }
  #toc.side .keywords li {
    margin-bottom: 0.4em !important;
  }
  #toc.side .keywords .btn {
    padding: 0;
    border: 0;
  }
}
/*------------------------------------------------
	ガイドナビゲーション
------------------------------------------------*/
.guide-nav {
  margin: 0;
  padding: 66px 0 54px;
  background-size: cover;
  color: #2C2C2C;
  text-align: center;
  font-size: 93.8%;
  line-height: 1.734;
  font-size: 93.8%;
  line-height: 1.734;
}
@media only screen and (max-width: 767px) {
  .guide-nav {
    font-size: 93.8%;
  }
}
@media only screen and (max-width: 767px) {
  .guide-nav {
    font-size: 93.8%;
  }
}
@media only screen and (max-width: 767px) {
  .guide-nav {
    padding: 52px 0 32px;
  }
}
.guide-nav .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16.5px;
  margin-right: -16.5px;
}
@supports (display: flex) or (display: -webkit-box) {
  .guide-nav .grid {
    margin-left: -14.5px;
    margin-right: -14.5px;
  }
}
.guide-nav .grid > .col {
  padding-left: 14.5px;
  padding-right: 14.5px;
  display: inline-block;
}
@supports (display: flex) or (display: -webkit-box) {
  .guide-nav .grid > .col {
    display: block;
  }
}
@media (max-width: 979px) {
  .guide-nav .grid > .col {
    padding-left: 1%;
    padding-right: 1%;
  }
}
.guide-nav h2 {
  position: absolute;
  z-index: -1;
}
.guide-nav h3 {
  max-width: 100%;
  width: 12em;
  margin: 0 auto 0.775em;
  padding: 0;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 133.4%;
  line-height: 1.7;
}
@media (max-width: 979px) {
  .guide-nav h3 {
    font-size: 120%;
    line-height: 1.667;
  }
}
@media only screen and (max-width: 767px) {
  .guide-nav h3 {
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  .guide-nav h3 {
    width: 12em;
  }
}
.guide-nav section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 49px 12px 55px;
  border: 1px solid #fff;
  background: #fff no-repeat right bottom;
  background-size: auto 100%;
}
@media only screen and (max-width: 820px) {
  .guide-nav section {
    padding: 39px 25px 44px;
  }
}
.guide-nav section :last-child {
  margin-bottom: 0 !important;
}
.guide-nav section p {
  max-width: 100%;
  width: 17.6em;
  min-height: 0%;
  margin: 0 auto 1.5em;
}
@media only screen and (max-width: 820px) {
  .guide-nav section p {
    width: 36em;
    margin-bottom: 1.1em;
  }
}
@media (min-width: 820px) {
  .guide-nav section p.full {
    width: auto;
  }
}
.guide-nav section p.nav {
  margin-top: auto !important;
}
.guide-nav section a.btn {
  font-size: 93.4%;
  line-height: 1.858;
  padding: 0.786em 1.786em;
  padding-right: 2.786em;
}
@media (max-width: 979px) {
  .guide-nav section a.btn {
    letter-spacing: 0.02em;
  }
}
.guide-nav section a.btn::after {
  right: 1.786em;
  width: 0.572em;
  height: 0.858em;
  margin-top: -0.429em;
}

/*------------------------------------------------
	ターゲット別ナビゲーション
------------------------------------------------*/
#target-nav section {
  padding: 33px 12px 43px;
	border-radius: 10px;
}
#target-nav section p {
  width: 18em;
  margin-bottom: 1.234em;
}
@media only screen and (max-width: 767px) {
  #target-nav section p {
    width: 36em;
    margin-bottom: 1.1em;
  }
}
#target-nav section h3 {
  margin-bottom: 0.575em;
  margin-top: 0.8em;
}
#target-nav section h3::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background-size: contain;
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto 12px;
}

/*------------------------------------------------
	「ページ先頭へ」部分
------------------------------------------------*/
#backtotop {
  position: relative;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  -webkit-transition-property: opacity, z-index, visibility;
  transition-property: opacity, z-index, visibility;
}
.scrolled #backtotop {
  opacity: 1;
  z-index: 980;
  visibility: visible;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#backtotop.scrolled {
  position: relative;
}
#backtotop ul {
  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;
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
}
#backtotop li {
  margin-top: 10px;
}
#backtotop a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff no-repeat center center;
  color: #36602D;
  text-align: left;
  text-indent: -9999px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -webkit-transition-duration: 0.12s;
  transition-duration: 0.12s;
}
#backtotop a:hover, #backtotop a:active, #backtotop a:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#backtotop a:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 0 1px #36602D;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 0 0 1px #36602D;
}
#backtotop a.to-top::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 14.142px;
  height: 14.142px;
  margin-top: -3.5355678122px;
  margin-left: -7.0711356244px;
  border-top: 3px solid #36602D;
  border-left: 3px solid #36602D;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 979px) {
  #backtotop {
    position: fixed !important;
  }
  #backtotop, .scrolled #backtotop {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  .scroll-up #backtotop {
    opacity: 1;
    z-index: 980;
    visibility: visible;
  }
  #backtotop ul {
    right: 20px;
    bottom: -60px;
  }
  .scroll-up #backtotop ul {
    bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  #backtotop ul {
    right: 18px;
  }
}
/*------------------------------------------------
	フッター
------------------------------------------------*/
#footer {
  background: #36602D;
  color: #fff;
  font-size: 93.8%;
  line-height: 1.734;
}
@media only screen and (max-width: 767px) {
  #footer {
    font-size: 87.5%;
    line-height: 1.715;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
#footer a {
  color: #fff;
}
#footer a:hover, #footer a:active, #footer a:focus {
  text-decoration: none;
  outline-color: #fff !important;
  outline-offset: 1px;
}
#footer a[target="_blank"]::after {
  background-image: url("../img/ico-outlink-white.png");
}
#footer h2, #footer h3 {
  margin: 0 0 0.4em;
}
@media only screen and (max-width: 767px) {
  #footer h2, #footer h3 {
    margin-bottom: 0.5em;
  }
}
#footer .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  width: 100%;
  padding: 60px 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #footer .grid {
    display: block;
    padding: 44px 0 56px;
  }
}
#footer .col {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 2.6785714286% 0 2.9464285714%;
  border-left: 1px solid #757575;
}
@media only screen and (max-width: 767px) {
  #footer .col {
    display: block;
    padding: 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #footer .col {
    margin-top: 1.215em;
  }
}
#footer .col:first-child {
  margin-top: 0;
  padding-left: 0;
  border-left: 0;
}
#footer .col:last-child {
  padding-right: 0;
}
#footer .site-title {
  width: 200px;
}
#footer .site-title img {
    background-color: #fff;
  width: 100px;
  height: 61px;
}
@media (max-width: 1199px) {
  #footer .site-title {
    width: 16%;
  }
}
@media (max-width: 979px) {
  #footer .site-title {
    width: auto;
  }
}
#footer #sitemap {
  min-width: 11em;
  max-width: 50%;
  width: 560px;
}
@media (max-width: 1199px) {
  #footer #sitemap {
    width: 50%;
  }
}
@media (max-width: 979px) {
  #footer #sitemap {
    width: auto;
  }
}
#footer .address {
  width: 315px;
}
@media (max-width: 1199px) {
  #footer .address {
    width: 28.125%;
  }
}
@media (max-width: 979px) {
  #footer .address {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .site-title {
    margin-bottom: 1.786em;
  }
}
#footer .site-title img {
  max-width: 100%;
  width: 200px;
  height: auto;
  vertical-align: top;
  font-weight: bold;
  font-size: 160%;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  #footer .site-title img {
    width: 160px;
  }
}
#footer .site-title span {
  display: block;
  margin-bottom: 0.367em;
}
@media only screen and (max-width: 767px) {
  #footer .site-title span {
    margin-bottom: 0.643em;
  }
}
#footer #sitemap {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  #footer #sitemap {
    min-width: 0;
    max-width: none;
  }
}
#footer #sitemap::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#footer #sitemap ul {
  float: left;
  width: 50%;
  padding-right: 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer #sitemap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: auto;
    margin: 0 -12px;
    padding-left: 0;
  }
  #footer #sitemap li {
    width: 50%;
    padding: 0 12px;
  }
  #footer #sitemap li + li + li a, #footer #sitemap ul + ul > li a {
    border-top: 1px solid #757575;
  }
}
#footer #sitemap a {
  display: inline-block;
  padding-left: 29px;
  text-decoration: none;
}
#footer #sitemap a:hover, #footer #sitemap a:active, #footer #sitemap a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #footer #sitemap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4285714286;
    min-height: 4.858em;
    height: 100%;
    padding: 0.938em 0;
  }
}
#footer #sitemap a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background: url("../img/footer-arrow.svg") no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 12px;
  margin-left: -29px;
}
@media only screen and (max-width: 767px) {
  #footer #sitemap a::before {
    margin-left: 0;
    margin-right: 10px;
  }
}
#footer .address address span {
  display: block;
}
@media only screen and (max-width: 767px) {
  #footer .address address .map, #footer .address address .contact {
    display: inline-block;
    margin: 0 0.3333333333em;
  }
}
#footer .sns {
  min-width: 110px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 2;
  flex: 1 2;
}
@media only screen and (max-width: 767px) {
  #footer .sns {
    margin-top: 1.75em;
  }
}
#footer .sns h3, #footer .sns h4 {
  margin: 0 0 0.667em;
}
@media only screen and (max-width: 767px) {
  #footer .sns h3, #footer .sns h4 {
    margin-bottom: 1.072em;
  }
}
#footer .sns li {
  display: inline-block;
  margin-right: 0.6em;
}
#footer .sns li:last-child {
  margin-right: 0;
}
#footer .sns a::after {
  content: none;
}
#footer .sns img.ico {
  margin-bottom: 1em;
  width: 1.667em;
  height: 1.667em;
}
@media only screen and (max-width: 767px) {
  #footer .sns img.ico {
    margin-bottom: 0;
    width: 30px;
    height: 30px;
  }
}
#footer .address .sns {
  margin-top: 0.934em;
}
@media only screen and (max-width: 767px) {
  #footer .address .sns {
    margin-top: 1.143em;
  }
}
#footer .modal a.btn {
  color: #2C2C2C;
}
#footer .modal a.btn.detail, #footer .modal a.btn.submit {
  color: #fff;
}
#copyright {
  position: absolute;
  bottom: 0px;
  left: 20px;
  padding: 22px 0;
  color: #2C2C2C;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #copyright {
    padding: 25px 0;
    text-align: center;
  }
}
#copyright .logo {
  float: left;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #copyright .logo {
    float: none;
    text-align: center;
    margin-bottom: 1.072em;
  }
}
#copyright .logo a::after {
  content: none;
}
#copyright .copyright {
  padding: 0.8em 0;
}
@media only screen and (max-width: 767px) {
  #copyright .copyright {
    padding: 0;
  }
}
/* フェードイン */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードアウト */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* フェードイン→アウト */
@-webkit-keyframes fade-in-out {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade-in-out {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* フェードアウト→イン */
@-webkit-keyframes fade-out-in {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes fade-out-in {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* ズームイン */
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ズームアウト */
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* ズームイン→アウト */
@-webkit-keyframes zoom-in-out {
  0%, 100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-in-out {
  0%, 100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ズームアウト→イン */
@-webkit-keyframes zoom-out-in {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom-out-in {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* テキストの折り返し設定 */
.wrap, .wrap2, .wrap3 {
  word-break: keep-all ;
}
@media screen and (max-width:820px) {
	.wrap, .wrap2, .wrap3 {
  word-break: auto-phrase;
}
}
.wrap .nowrap, .wrap2 .nowrap, .wrap3 .nowrap {
  display: inline-block;
}
.wrap wbr + .nowrap, .wrap .wbr + .nowrap, .wrap .nowrap:first-child, .wrap2 wbr + .nowrap, .wrap2 .wbr + .nowrap, .wrap2 .nowrap:first-child, .wrap3 wbr + .nowrap, .wrap3 .wbr + .nowrap, .wrap3 .nowrap:first-child {
  display: inline;
}
.wrap wbr, .wrap .wbr, .wrap2 wbr, .wrap2 .wbr, .wrap3 wbr, .wrap3 .wbr {
  display: inline-block;
}
a.wrap {
  display: inline-block;
}
.nowrap {
  white-space: nowrap;
}
.not_ws {
  white-space: normal !important;
}

/*------------------------------------------------
	フォーム入力要素
------------------------------------------------*/
main input.text.hasvalue:hover, main input.text:focus {
  background-image: none !important;
}
/*------------------------------------------------
	ボタン関係
------------------------------------------------*/
button img, .btn img {
  vertical-align: bottom;
}
.btn, a.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 11px 1.25em;
  border-radius: 4em;
  border: 1px solid #C1C1C1;
  background: #fff;
  color: #2C2C2C;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.03em;
  font-weight: bold;
  cursor: pointer;
  font-size: 100%;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .btn, a.btn {
    font-size: 100%;
    line-height: 1.734;
  }
}
@media only screen and (max-width: 767px) {
  .btn, a.btn {
    padding: 10.5px 0.934em 9.5px 0.8em;
  }
}
.btn:hover, .btn:active, .btn:focus, a.btn:hover, a.btn:active, a.btn:focus {
  border-color: #36602D;
      background-color: #f2f2f2;
}
/*.btn:focus, a.btn:focus {
  outline: none !important;
}*/
.btn.active, a.btn.active {
  border-color: #36602D;
  background: #36602D;
  color: #fff;
}
.btn.focus, a.btn.focus {
  outline: 1px solid #36602D;
}
.btn + .btn, a.btn + .btn {
  margin-left: 0.5em;
}
.btn::after, a.btn::after {
  margin-right: 0;
}
.nav .btn {
  padding-left: 2.056em;
  padding-right: 2.056em;
}
@media only screen and (max-width: 767px) {
  .nav .btn {
    padding-left: 2.313em;
    padding-right: 2.313em;
  }
}
.btn {
  position: relative;
}
.btn[target="_blank"]::after {
  white-space: nowrap;
  margin-left: 0.723em;
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background: url("../img/ico-outlink.png") no-repeat center !important;
  background-size: contain !important;
  width: 1rem !important;
  height: 1rem !important;
}
@media only screen and (max-width: 767px) {
  .btn[target="_blank"]::after {
    margin-left: 0.875em;
  }
}
.btn[href$="pdf"]::after {
  background-image: url("../img/ico_pdf.png") !important;
}
.btn.more::after {
  margin-left: 0.471em;
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
@media only screen and (max-width: 767px) {
  .btn.more::after {
    margin-left: 0.5em;
  }
}
.btn.detail, .btn.submit, .btn.download {
  border-color: #36602D;
  background: #36602D;
  color: #fff;
}
.btn.detail:hover, .btn.detail:active, .btn.detail:focus, .btn.submit:hover, .btn.submit:active, .btn.submit:focus, .btn.download:hover, .btn.download:active, .btn.download:focus {
  border-color: #36602D;
  background: #36602D;
  color: #fff;
}
.btn.detail[target="_blank"]::after, .btn.submit[target="_blank"]::after, .btn.download[target="_blank"]::after {
  background-image: url("../img/ico-outlink-white.png") !important;
}
.btn.detail[href$="pdf"]::after, .btn.submit[href$="pdf"]::after, .btn.download[href$="pdf"]::after {
  background-image: url("../img/ico/ico-pdf-white.svg") !important;
}
.btn.download::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background-size: contain !important;
  width: 1rem !important;
  height: 1rem !important;
  margin-left: 0.5em;
}
.btn.tag {
  border-color: #36602D;
  background: #fff;
  color: #00665A;
  font-weight: 500;
  padding: 1px 0.8em;
  letter-spacing: 0;
}
.btn.tag:hover, .btn.tag:active, .btn.tag:focus {
  background: #36602D;
  color: #fff;
}
.btn.close::after {
  margin-left: 0.5em;
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
.btn.icon::after {
  content: none;
  display: none;
}
.btn.disabled, .btn.disabled:hover, .btn:disabled {
  border-color: #757575;
  background: #757575;
  color: #fff;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-ex {
  font-size: 112.5%;
  line-height: 1.667;
  padding: 19px 2.056em;
}
.btn.btn-em {
  font-size: 106.3%;
  line-height: 1.765;
  padding: 18.5px 2.177em;
}
@media only screen and (max-width: 767px) {
  .btn.btn-ex, .btn.btn-em {
    font-size: 106.7%;
    line-height: 1.625;
    padding: 22px 2.313em;
  }
}
.btn.btn-sm {
  font-size: 93.8%;
  line-height: 1.667;
  padding: 16px 2.467em;
}
@media only screen and (max-width: 767px) {
  .btn.btn-sm {
    font-size: 100%;
  }
}
.btn.btn-block {
  display: block;
}
.nav a.btn:not(.link) {
  padding-right: 2em;
}
@media only screen and (max-width: 767px) {
  .nav a.btn:not(.link) {
    padding-right: 3.875em;
  }
}
.nav a.btn:not(.link)[target="_blank"] {
	padding-right: 2.8em;
}
@media(max-width: 767px) {
  .nav a.btn:not(.link)[target="_blank"] {
	font-size: 0.9rem;
 	line-height: 1.4;
  }
}
.nav a.btn:not(.link).btn-sq::after, .nav a.btn:not(.link).btn-for::after {
  right: 24px;
}

/*------------------------------------------------
	グリッド部分
------------------------------------------------*/
.grid, .group {
  position: relative;
}
.box {
  overflow: hidden;
}
.panel {
  position: relative;
}
.group::after, .box::after, .panel::after, .row::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.grid, .grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  padding: 2px;
  letter-spacing: -0.4em;
}
@supports (display: flex) or (display: -webkit-box) {
  .grid, .grid-box {
    margin-left: -13px;
    margin-right: -13px;
  }
}
.grid > *, .grid-box > * {
  padding-left: 13px;
  padding-right: 13px;
  display: inline-block;
}
@supports (display: flex) or (display: -webkit-box) {
  .grid > *, .grid-box > * {
    display: block;
  }
}
@supports (display: flex) or (display: -webkit-box) {
  .grid, .grid-box {
    overflow: visible;
    padding: 0;
    letter-spacing: 0;
  }
}
.grid > *, .grid-box > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0 !important;
  vertical-align: top;
  letter-spacing: 0;
}
.grid > hr, .grid > .slash, .grid-box > hr, .grid-box > .slash {
  display: none !important;
}
@media only screen and (max-width: 479px) {
  .grid, .grid-box {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .grid > *, .grid-box > * {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 979px) {
  .grid.unset-small, .grid-box.unset-small {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .grid.unset-small > *, .grid-box.unset-small > * {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .grid.unset-sp, .grid-box.unset-sp {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .grid.unset-sp > *, .grid-box.unset-sp > * {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.grid.center, .grid-box.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.grid.left, .grid-box.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.grid.right, .grid-box.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.grid.between, .grid-box.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid.around, .grid-box.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.grid.stretch, .grid-box.stretch {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
@media (max-width: 979px) {
  .grid.sm-center, .grid-box.sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .grid.sm-left, .grid-box.sm-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .grid.sm-right, .grid-box.sm-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .grid.sm-between, .grid-box.sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid.sm-around, .grid-box.sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .grid.sm-stretch, .grid-box.sm-stretch {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .grid.sp-center, .grid-box.sp-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .grid.sp-left, .grid-box.sp-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .grid.sp-right, .grid-box.sp-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .grid.sp-between, .grid-box.sp-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid.sp-around, .grid-box.sp-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .grid.sp-stretch, .grid-box.sp-stretch {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}
.grid::after, .grid-box::after {
  content: none;
}
.grid.col-2, .grid.col-3, .grid.col-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@supports (display: flex) or (display: -webkit-box) {
  .grid.col-2 {
    margin-left: -13px;
    margin-right: -13px;
  }
}
.grid.col-2 > * {
  width: 50%;
  padding-left: 13px;
  padding-right: 13px;
  display: inline-block;
}
@supports (display: flex) or (display: -webkit-box) {
  .grid.col-2 > * {
    display: block;
  }
}
.grid.col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@supports (display: flex) or (display: -webkit-box) {
  .grid.col-3 {
    margin-left: -13px;
    margin-right: -13px;
  }
}
.grid.col-3 > * {
  width: 33.3333333333%;
  padding-left: 13px;
  padding-right: 13px;
  display: inline-block;
}
@supports (display: flex) or (display: -webkit-box) {
  .grid.col-3 > * {
    display: block;
  }
}
.grid.col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@supports (display: flex) or (display: -webkit-box) {
  .grid.col-4 {
    margin-left: -13px;
    margin-right: -13px;
  }
}
.grid.col-4 > * {
  width: 25%;
  padding-left: 13px;
  padding-right: 13px;
  display: inline-block;
}
@supports (display: flex) or (display: -webkit-box) {
  .grid.col-4 > * {
    display: block;
  }
}
@media (max-width: 979px) {
  .grid.col-2, .grid.col-3, .grid.col-4 {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .grid.col-2 > *, .grid.col-3 > *, .grid.col-4 > * {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .grid.col-sm-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sm-2 {
      margin-left: -13px;
      margin-right: -13px;
    }
  }
  .grid.col-sm-2 > * {
    width: 50%;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sm-2 > * {
      display: block;
    }
  }
  .grid.col-sm-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sm-3 {
      margin-left: -13px;
      margin-right: -13px;
    }
  }
  .grid.col-sm-3 > * {
    width: 33.3333333333%;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sm-3 > * {
      display: block;
    }
  }
  .grid.col-sm-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sm-4 {
      margin-left: -13px;
      margin-right: -13px;
    }
  }
  .grid.col-sm-4 > * {
    width: 25%;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sm-4 > * {
      display: block;
    }
  }
}
@media only screen and (max-width: 767px) {
  .grid.col-sm-2, .grid.col-sm-3, .grid.col-sm-4 {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .grid.col-sm-2 > *, .grid.col-sm-3 > *, .grid.col-sm-4 > * {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .grid.col-sp-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sp-2 {
      margin-left: -13px;
      margin-right: -13px;
    }
  }
  .grid.col-sp-2 > * {
    width: 50%;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sp-2 > * {
      display: block;
    }
  }
  .grid.col-sp-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sp-3 {
      margin-left: -13px;
      margin-right: -13px;
    }
  }
  .grid.col-sp-3 > * {
    width: 33.3333333333%;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sp-3 > * {
      display: block;
    }
  }
  .grid.col-sp-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sp-4 {
      margin-left: -13px;
      margin-right: -13px;
    }
  }
  .grid.col-sp-4 > * {
    width: 25%;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid.col-sp-4 > * {
      display: block;
    }
  }
}
.grid-box.col-2, .grid-box.col-3, .grid-box.col-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-box.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.34%;
  margin-right: -1.34%;
  margin-left: calc(-15px);
  margin-right: calc(-15.01px);
}
@supports (display: flex) or (display: -webkit-box) {
  .grid-box.col-2 {
    margin-left: -1.1607142857%;
    margin-right: -1.1607142857%;
    margin-left: calc(-13px);
    margin-right: calc(-13.01px);
  }
}
.grid-box.col-2 > * {
  width: 47.73124%;
  margin-left: 1.1343804538%;
  margin-right: 1.1343804538%;
  padding: 0;
  display: inline-block;
}
@supports (display: flex) or (display: -webkit-box) {
  .grid-box.col-2 > * {
    display: block;
    width: calc(100%/2 - 20px);
    margin-left: calc(10px);
    margin-right: calc(10px);
  }
}
.grid-box.col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.34%;
  margin-right: -1.34%;
  margin-left: calc(-15px);
  margin-right: calc(-15.02px);
}
@supports (display: flex) or (display: -webkit-box) {
  .grid-box.col-3 {
    margin-left: -1.1607142857%;
    margin-right: -1.1607142857%;
    margin-left: calc(-13px);
    margin-right: calc(-13.02px);
  }
}
.grid-box.col-3 > * {
  width: 31.06457%;
  margin-left: 1.1343804538%;
  margin-right: 1.1343804538%;
  padding: 0;
  display: inline-block;
}
@supports (display: flex) or (display: -webkit-box) {
  .grid-box.col-3 > * {
    display: block;
    width: calc(100%/3 - 20px);
    margin-left: calc(10px);
    margin-right: calc(10px);
  }
}
.grid-box.col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.34%;
  margin-right: -1.34%;
  margin-left: calc(-14px);
  margin-right: calc(-14.02px);
}
@supports (display: flex) or (display: -webkit-box) {
  .grid-box.col-4 {
    margin-left: -1.1607142857%;
    margin-right: -1.1607142857%;
    margin-left: calc(-12px);
    margin-right: calc(-12.02px);
  }
}
.grid-box.col-4 > * {
  width: 22.72727%;
  margin-left: 1.1363636364%;
  margin-right: 1.1363636364%;
  padding: 0;
  display: inline-block;
}
@supports (display: flex) or (display: -webkit-box) {
  .grid-box.col-4 > * {
    display: block;
    width: calc(100%/4 - 20px);
    margin-left: calc(10px);
    margin-right: calc(10px);
  }
}
@media (max-width: 979px) {
  .grid-box.col-2, .grid-box.col-3, .grid-box.col-4 {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .grid-box.col-2 > *, .grid-box.col-3 > *, .grid-box.col-4 > * {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .grid-box.col-sm-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.34%;
    margin-right: -1.34%;
    margin-left: calc(-15px);
    margin-right: calc(-15.01px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sm-2 {
      margin-left: -1.1607142857%;
      margin-right: -1.1607142857%;
      margin-left: calc(-13px);
      margin-right: calc(-13.01px);
    }
  }
  .grid-box.col-sm-2 > * {
    width: 47.73124%;
    margin-left: 1.1343804538%;
    margin-right: 1.1343804538%;
    padding: 0;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sm-2 > * {
      display: block;
      width: calc(100%/2 - 20px);
      margin-left: calc(10px);
      margin-right: calc(10px);
    }
  }
  .grid-box.col-sm-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.34%;
    margin-right: -1.34%;
    margin-left: calc(-15px);
    margin-right: calc(-15.02px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sm-3 {
      margin-left: -1.1607142857%;
      margin-right: -1.1607142857%;
      margin-left: calc(-13px);
      margin-right: calc(-13.02px);
    }
  }
  .grid-box.col-sm-3 > * {
    width: 31.06457%;
    margin-left: 1.1343804538%;
    margin-right: 1.1343804538%;
    padding: 0;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sm-3 > * {
      display: block;
      width: calc(100%/3 - 20px);
      margin-left: calc(10px);
      margin-right: calc(10px);
    }
  }
  .grid-box.col-sm-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.34%;
    margin-right: -1.34%;
    margin-left: calc(-14px);
    margin-right: calc(-14.02px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sm-4 {
      margin-left: -1.1607142857%;
      margin-right: -1.1607142857%;
      margin-left: calc(-12px);
      margin-right: calc(-12.02px);
    }
  }
  .grid-box.col-sm-4 > * {
    width: 22.72727%;
    margin-left: 1.1363636364%;
    margin-right: 1.1363636364%;
    padding: 0;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sm-4 > * {
      display: block;
      width: calc(100%/4 - 20px);
      margin-left: calc(10px);
      margin-right: calc(10px);
    }
  }
}
@media only screen and (max-width: 768px) {
  .grid-box.col-sm-2, .grid-box.col-sm-3, .grid-box.col-sm-4 {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .grid-box.col-sm-2 > *, .grid-box.col-sm-3 > *, .grid-box.col-sm-4 > * {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .grid-box.col-sp-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.34%;
    margin-right: -1.34%;
    margin-left: calc(-15px);
    margin-right: calc(-15.01px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sp-2 {
      margin-left: -1.1607142857%;
      margin-right: -1.1607142857%;
      margin-left: calc(-13px);
      margin-right: calc(-13.01px);
    }
  }
  .grid-box.col-sp-2 > * {
    width: 47.73124%;
    margin-left: 1.1343804538%;
    margin-right: 1.1343804538%;
    padding: 0;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sp-2 > * {
      display: block;
      width: calc(100%/2 - 20px);
      margin-left: calc(10px);
      margin-right: calc(10px);
    }
  }
  .grid-box.col-sp-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.34%;
    margin-right: -1.34%;
    margin-left: calc(-15px);
    margin-right: calc(-15.02px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sp-3 {
      margin-left: -1.1607142857%;
      margin-right: -1.1607142857%;
      margin-left: calc(-13px);
      margin-right: calc(-13.02px);
    }
  }
  .grid-box.col-sp-3 > * {
    width: 31.06457%;
    margin-left: 1.1343804538%;
    margin-right: 1.1343804538%;
    padding: 0;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sp-3 > * {
      display: block;
      width: calc(100%/3 - 20px);
      margin-left: calc(10px);
      margin-right: calc(10px);
    }
  }
  .grid-box.col-sp-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.34%;
    margin-right: -1.34%;
    margin-left: calc(-14px);
    margin-right: calc(-14.02px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sp-4 {
      margin-left: -1.1607142857%;
      margin-right: -1.1607142857%;
      margin-left: calc(-12px);
      margin-right: calc(-12.02px);
    }
  }
  .grid-box.col-sp-4 > * {
    width: 22.72727%;
    margin-left: 1.1363636364%;
    margin-right: 1.1363636364%;
    padding: 0;
    display: inline-block;
  }
  @supports (display: flex) or (display: -webkit-box) {
    .grid-box.col-sp-4 > * {
      display: block;
      width: calc(100%/4 - 20px);
      margin-left: calc(10px);
      margin-right: calc(10px);
    }
  }
}
.no-shrink {
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.no-grow {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
/*------------------------------------------------
	テキストの行数の制限
------------------------------------------------*/
.max-lines-2h .h, .max-lines-3h .h, .max-lines-4h .h {
  overflow: hidden;
  position: relative;
}
@supports (-webkit-line-clamp: 2) {
  .max-lines-2h .h, .max-lines-3h .h, .max-lines-4h .h {
    max-height: none !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
  }
}
.max-lines-2h .h {
  max-height: 3em;
}
@supports (-webkit-line-clamp: 2) {
  .max-lines-2h .h {
    -webkit-line-clamp: 2;
  }
}
.max-lines-3h .h {
  max-height: 4.5em;
}
@supports (-webkit-line-clamp: 3) {
  .max-lines-3h .h {
    -webkit-line-clamp: 3;
  }
}
.max-lines-4h .h {
  max-height: 6em;
}
@supports (-webkit-line-clamp: 4) {
  .max-lines-4h .h {
    -webkit-line-clamp: 4;
  }
}
.max-lines-0h .h {
  overflow: visible;
  max-height: none;
}
@supports (-webkit-line-clamp: 2) {
  .max-lines-0h .h {
    display: block !important;
    -webkit-line-clamp: revert;
    -webkit-box-orient: inline-axis;
  }
}
@media (max-width: 979px) {
  .max-lines-sm-2h .h, .max-lines-sm-3h .h, .max-lines-sm-4h .h {
    overflow: hidden;
    position: relative;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sm-2h .h, .max-lines-sm-3h .h, .max-lines-sm-4h .h {
      max-height: none !important;
      display: -webkit-box !important;
      -webkit-box-orient: vertical;
    }
  }
  .max-lines-sm-2h .h {
    max-height: 3.2em;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sm-2h .h {
      -webkit-line-clamp: 2;
    }
  }
  .max-lines-sm-3h .h {
    max-height: 4.8em;
  }
  @supports (-webkit-line-clamp: 3) {
    .max-lines-sm-3h .h {
      -webkit-line-clamp: 3;
    }
  }
  .max-lines-sm-4h .h {
    max-height: 6.4em;
  }
  @supports (-webkit-line-clamp: 4) {
    .max-lines-sm-4h .h {
      -webkit-line-clamp: 4;
    }
  }
  .max-lines-sm-0h .h {
    overflow: visible;
    max-height: none;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sm-0h .h {
      display: block !important;
      -webkit-line-clamp: revert;
      -webkit-box-orient: inline-axis;
    }
  }
}
@media only screen and (max-width: 767px) {
  .max-lines-sp-2h .h, .max-lines-sp-3h .h, .max-lines-sp-4h .h {
    overflow: hidden;
    position: relative;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sp-2h .h, .max-lines-sp-3h .h, .max-lines-sp-4h .h {
      max-height: none !important;
      display: -webkit-box !important;
      -webkit-box-orient: vertical;
    }
  }
  .max-lines-sp-2h .h {
    max-height: 3.2em;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sp-2h .h {
      -webkit-line-clamp: 2;
    }
  }
  .max-lines-sp-3h .h {
    max-height: 4.8em;
  }
  @supports (-webkit-line-clamp: 3) {
    .max-lines-sp-3h .h {
      -webkit-line-clamp: 3;
    }
  }
  .max-lines-sp-4h .h {
    max-height: 6.4em;
  }
  @supports (-webkit-line-clamp: 4) {
    .max-lines-sp-4h .h {
      -webkit-line-clamp: 4;
    }
  }
  .max-lines-sp-0h .h {
    overflow: visible;
    max-height: none;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sp-0h .h {
      display: block !important;
      -webkit-line-clamp: revert;
      -webkit-box-orient: inline-axis;
    }
  }
}
.max-lines-2 p, .max-lines-3 p, .max-lines-4 p {
  overflow: hidden;
  position: relative;
}
@supports (-webkit-line-clamp: 2) {
  .max-lines-2 p, .max-lines-3 p, .max-lines-4 p {
    max-height: none !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
  }
}
.max-lines-2 p {
  max-height: 3.468em;
}
@supports (-webkit-line-clamp: 2) {
  .max-lines-2 p {
    -webkit-line-clamp: 2;
  }
}
.max-lines-3 p {
  max-height: 5.202em;
}
@supports (-webkit-line-clamp: 3) {
  .max-lines-3 p {
    -webkit-line-clamp: 3;
  }
}
.max-lines-4 p {
  max-height: 6.936em;
}
@supports (-webkit-line-clamp: 4) {
  .max-lines-4 p {
    -webkit-line-clamp: 4;
  }
}
.max-lines-0 p {
  overflow: visible;
  max-height: none;
}
@supports (-webkit-line-clamp: 2) {
  .max-lines-0 p {
    display: block !important;
    -webkit-line-clamp: revert;
    -webkit-box-orient: inline-axis;
  }
}
@media (max-width: 979px) {
  .max-lines-sm-2 p, .max-lines-sm-3 p, .max-lines-sm-4 p {
    overflow: hidden;
    position: relative;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sm-2 p, .max-lines-sm-3 p, .max-lines-sm-4 p {
      max-height: none !important;
      display: -webkit-box !important;
      -webkit-box-orient: vertical;
    }
  }
  .max-lines-sm-2 p {
    max-height: 3.468em;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sm-2 p {
      -webkit-line-clamp: 2;
    }
  }
  .max-lines-sm-3 p {
    max-height: 5.202em;
  }
  @supports (-webkit-line-clamp: 3) {
    .max-lines-sm-3 p {
      -webkit-line-clamp: 3;
    }
  }
  .max-lines-sm-4 p {
    max-height: 6.936em;
  }
  @supports (-webkit-line-clamp: 4) {
    .max-lines-sm-4 p {
      -webkit-line-clamp: 4;
    }
  }
  .max-lines-sm-0 p {
    overflow: visible;
    max-height: none;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sm-0 p {
      display: block !important;
      -webkit-line-clamp: revert;
      -webkit-box-orient: inline-axis;
    }
  }
}
@media only screen and (max-width: 767px) {
  .max-lines-sp-2 p, .max-lines-sp-3 p, .max-lines-sp-4 p {
    overflow: hidden;
    position: relative;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sp-2 p, .max-lines-sp-3 p, .max-lines-sp-4 p {
      max-height: none !important;
      display: -webkit-box !important;
      -webkit-box-orient: vertical;
    }
  }
  .max-lines-sp-2 p {
    max-height: 3.468em;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sp-2 p {
      -webkit-line-clamp: 2;
    }
  }
  .max-lines-sp-3 p {
    max-height: 5.202em;
  }
  @supports (-webkit-line-clamp: 3) {
    .max-lines-sp-3 p {
      -webkit-line-clamp: 3;
    }
  }
  .max-lines-sp-4 p {
    max-height: 6.936em;
  }
  @supports (-webkit-line-clamp: 4) {
    .max-lines-sp-4 p {
      -webkit-line-clamp: 4;
    }
  }
  .max-lines-sp-0 p {
    overflow: visible;
    max-height: none;
  }
  @supports (-webkit-line-clamp: 2) {
    .max-lines-sp-0 p {
      display: block !important;
      -webkit-line-clamp: revert;
      -webkit-box-orient: inline-axis;
    }
  }
}
/*------------------------------------------------
	モーダルウィンドウ
------------------------------------------------*/
.modal {
  display: none;
  width: 35.143em;
  max-width: 90%;
  margin: 0 auto !important;
  padding: 0 !important;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff !important;
  color: #2C2C2C !important;
  font-size: 0.875rem !important;
  line-height: 1.8571428571 !important;
  text-align: left;
  -webkit-transition: margin 0.5s ease-out;
  transition: margin 0.5s ease-out;
}
.modal.nojs {
  display: block;
}
html.js .modal.nojs {
  display: none;
}
html.js .modal {
  display: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal.extend {
  width: 780px;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .modal {
    top: 52.5%;
  }
}
.modal[aria-hidden="true"] {
  margin-top: 42px !important;
}
.modal[aria-hidden="false"] {
  margin-top: 0 !important;
}
.modal:focus {
  outline: 0 !important;
}
.modal .modal-container {
  overflow-y: auto;
  max-height: 82vh;
  margin: 0 !important;
  padding: 19px 25px 24px;
}
@media only screen and (max-width: 767px) {
  .modal .modal-container {
    padding: 19px 20px 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .modal .modal-container {
    max-height: 77.5vh;
  }
}
.modal h2, .modal .h2 {
  margin-bottom: 0.417em !important;
}
.modal h3, .modal .h3 {
  margin-bottom: 0.667em !important;
  font-size: 1.125rem !important;
  line-height: 1.6666666667 !important;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .modal h3, .modal .h3 {
    margin-bottom: 0.75em !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }
}
.modal header {
  margin-bottom: 1.125em;
  padding: 1em;
  background: #EEF4F4;
  text-align: center;
}
.modal img.full {
  width: 100%;
  height: auto;
}
.modal p.nav {
  margin-top: 1.572em !important;
}
@media only screen and (max-width: 767px) {
  .modal p.nav {
    margin-top: 1.286em !important;
  }
}
.modal .btn-sm {
  padding: 12px 1.667em;
  font-size: 0.938rem !important;
}
.modal .close.icon {
  position: absolute;
  z-index: 2002;
  bottom: 100%;
  right: -12px;
  padding: 12px;
  margin-bottom: 6px;
  border: 0;
  border-radius: 50%;
  background: none;
  line-height: 1;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .modal .close.icon {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .modal .close.icon {
    margin-bottom: 0;
  }
}
.modal .close.icon:focus {
  outline: 1px solid #fff !important;
}
.modal .close.icon::after {
  content: none;
  display: none;
}
html:not(.js) .modal .close {
  display: none;
}
#modal-bg {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#modal-filter-help {
  width: 1332px;
}

/*------------------------------------------------
	オプション情報部分
------------------------------------------------*/
.main .options.cols {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .options dl, .main .options dt, .main .options dd, .main .options p {
  margin: 0;
  vertical-align: top;
}
.main .options dl, .main .options p {
  font-size: 93.8%;
  line-height: 1.534;
  display: inline;
  margin-right: 0.4em;
}
@media only screen and (max-width: 767px) {
  .main .options dl, .main .options p {
    font-size: 93.4%;
    line-height: 1.643;
  }
}
.main .options dl:last-child, .main .options p:last-child {
  margin-right: 0;
}
.main .options dl::after {
  content: none;
}
.main .options dt {
  display: none;
}
.main .options dd {
  display: inline-block;
  padding: 1px 0 2px;
}
.main .options dl.date dd {
  white-space: nowrap;
}
.main .options dl.tags {
  font-size: 87.5%;
  line-height: 1.643;
}
@media only screen and (max-width: 767px) {
  .main .options dl.tags {
    font-size: 86.7%;
    line-height: 1.77;
  }
}
.main .options dl.tags dd {
  margin-right: 0.239em;
  padding: 1px 0.715em 0;
  border: 1px solid #EEF4F4;
  border-radius: 2em;
  background: #EEF4F4;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .main .options dl.tags dd {
    margin-right: 0.129em;
    padding: 2px 0.77em 1px;
    margin: 2px 0;
  }
}
.main .options dl.tags:last-child dd:last-child {
  margin-right: 0 !important;
}
.main .options dl.tags.tags-list {
  display: block;
}
.main .options dl.tags.tags-list dd {
  margin-top: 0.608em !important;
}
.main .options dl.tags.topic-cats dd, .main .options dl.tags.has-btn dd {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}
.main .options dl:not(.tags) .btn.tag {
  font-size: 93.4%;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .main .options dl:not(.tags) .btn.tag {
    font-size: 92.9%;
  }
}
.main .grid .options.cols, .main .grid-box .options.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .grid .options dl.tags dd, .main .grid-box .options dl.tags dd {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
/*------------------------------------------------
	新着ニュース部分
------------------------------------------------*/
.news {
	padding-bottom: 10px;
}
#main .news article {
  margin-top: 0;
  margin-bottom: 1.1em;
  padding-bottom: 0.54em;
  border-bottom: 1px solid #C1C1C1;
  text-align: left;
  font-size: 93.8%;
  line-height: 1.734;
	border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #main .news article {
    font-size: 100%;
  }
}
#main .news article + hr {
  display: none;
}
#main .news .cat {
  font-size: 93.4%;
  line-height: 1.429;
  display: inline-block;
  padding: 0.215em 0.715em;
  border-radius: 1em;
  background: #EEF4F4;
  color: #000;
  text-align: center;
  vertical-align: top;
  font-weight: 500;
}
#main .news h2, #main .news h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.734;
}
@media (max-width: 979px) {
  #main .news h2, #main .news h3 {
    display: block;
  }
}
#main .news h2 > time, #main .news h3 > time {
  float: left;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  min-width: 8em;
  margin-right: 0.8em;
  margin-bottom: 0.56em;
  font-weight: 500;
}
@media (max-width: 979px) {
  #main .news h2 > time, #main .news h3 > time {
    float: none;
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #main .news h2 > time, #main .news h3 > time {
    font-size: 93.4%;
    line-height: 1.858;
  }
}
#main .news h2 > .cat, #main .news h3 > .cat {
  float: left;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 7.715em;
  width: 9.7em;
  margin-right: 1.429em;
  margin-bottom: 0.6em;
}
@media (max-width: 979px) {
  #main .news h2 > .cat, #main .news h3 > .cat {
    float: none;
    min-width: 0;
    width: auto !important;
    max-width: calc(100% - 10em);
    margin-right: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
#main .news h2 > a, #main .news h2 > b, #main .news h3 > a, #main .news h3 > b {
  overflow: hidden;
  min-width: 65%;
  display: block;
  margin-bottom: 0.56em;
}
@media (max-width: 979px) {
  #main .news h2 > a, #main .news h2 > b, #main .news h3 > a, #main .news h3 > b {
    clear: both;
    overflow: visible;
    min-width: 0;
    margin-left: 0;
  }
}
#main .news blockquote {
  clear: both;
  position: relative;
  top: -0.22em;
  margin: 0.56em 0 0.34em;
  padding: 0;
  border: 0;
  background: none;
}
@media (max-width: 979px) {
  #main .news blockquote {
    margin-left: 0;
  }
}
#main .news blockquote::before {
  content: "";
  float: left;
  display: inline-block;
  width: 18.534em;
  height: 1em;
}
@media (max-width: 979px) {
  #main .news blockquote::before {
    content: none;
    width: auto;
    height: auto;
  }
}
#main .news blockquote p {
  overflow: hidden;
  min-width: 65%;
}
@media (max-width: 979px) {
  #main .news blockquote p {
    overflow: visible;
    min-width: 0;
  }
}
#main .news p {
  font-size: 93.4%;
  line-height: 1.715;
  margin: 0;
}
#main .news .options {
  display: none;
  margin-left: 8.2em;
}
@media only screen and (max-width: 767px) {
  #main .news .options {
    margin-left: 0;
  }
}
#main .news .options dl {
  font-size: 93.4%;
  line-height: 1.643;
}
@media only screen and (max-width: 767px) {
  #main .news .options dl {
    font-size: 86.7%;
    line-height: 1.77;
  }
}
#main .news .options .tags.targets {
  display: none;
}
/*------------------------------------------------
	用語集部分
------------------------------------------------*/
#main .word-box {
  margin: 2.125em 0 2.875em;
}
#main .word-box h2, #main .word-box h3 {
  position: relative;
  margin-bottom: 0.945em;
  padding-left: 24px;
  border-left: 5px solid #36602D;
  letter-spacing: 0.03em;
}
@media (max-width: 979px) {
  #main .word-box h2, #main .word-box h3 {
    padding-left: 16px;
  }
}
#main .word-box h2 .en, #main .word-box h3 .en {
  display: block;
  margin-top: 0.334em;
  font-size: 83.4%;
  line-height: 1.667;
  letter-spacing: 0;
}
#main .word-box h2 ruby, #main .word-box h3 ruby {
  position: relative;
}
#main .word-box h2 ruby rt, #main .word-box h3 ruby rt {
  letter-spacing: 0;
  display: none;
}
.debug #main .word-box h2 ruby rt, .debug #main .word-box h3 ruby rt {
  display: block;
}
#main .word-box .answer {
  padding-left: 29px;
}
@media (max-width: 979px) {
  #main .word-box .answer {
    padding-left: 0;
  }
}
#main .word-box aside {
  margin: 1.375em 0;
  padding: 1.375em 28px 1.313em;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
}
@media (max-width: 979px) {
  #main .word-box aside {
    padding: 1em 16px;
  }
}
#main .word-box aside > h3, #main .word-box aside > h4 {
  margin-bottom: 0.813em;
}
#main .word-box aside article, #main .word-links article {
  margin: 0;
  font-size: 93.8%;
  line-height: 1.734;
}
#main .word-box aside article::after, #main .word-links article::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main .word-box aside article h4, #main .word-box aside article h5, #main .word-links article h4, #main .word-links article h5 {
  display: block;
  font-size: 100%;
  line-height: 1.734;
  margin-bottom: 0.334em;
}
#main .word-box aside article p, #main .word-links article p {
  overflow: hidden;
}
#main .word-box aside article .img, #main .word-links article .img {
  float: left;
  display: inline-block;
  margin-top: 0.367em;
  margin-right: 20px;
}
@media (max-width: 979px) {
  #main .word-box aside article .img, #main .word-links article .img {
    margin-right: 16px;
  }
}
#main .word-box aside article + article, #main .word-links article + article {
  margin-top: 1.2em;
  padding-top: 1.2em;
  border-top: 1px solid #D3D3D3;
}

/*------------------------------------------------
	アンカーリンク部分
------------------------------------------------*/
main nav.anchor, main div.nav.anchor {
  margin: 40px auto;
}
main nav.anchor ul.nav, main div.nav.anchor ul.nav {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  main nav.anchor ul.nav, main div.nav.anchor ul.nav {
    font-size: 106.7%;
  }
  main nav.anchor ul.nav a::after, main div.nav.anchor ul.nav a::after {
    width: 7px;
    margin-left: 10px;
    background-size: auto auto;
  }
}
main nav.anchor ul.inline, main div.nav.anchor ul.inline {
  margin-left: 0;
  margin-right: 0;
}
main nav.anchor dd, main div.nav.anchor dd {
  padding-left: 2em;
}
/*------------------------------------------------
	トップページ・ターゲット別ページ共通
------------------------------------------------*/
.Top #contents, .Target #contents {
  width: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.Top #contents, .Target #contents {
  margin: 0 auto;
}
.Top .main h2 + .h2, .Target .main h2 + .h2 {
  margin-top: 0;
  margin-bottom: 1.334em;
}
@media (min-width: 768px) {
  .Top .main h2 + .h2, .Target .main h2 + .h2 {
    font-size: 137.5%;
    line-height: 1.728;
  }
}
@media only screen and (max-width: 767px) {
  .Top .main h2 + .h2, .Target .main h2 + .h2 {
    margin-bottom: 1.091em;
  }
}
.Top .main > section, .Target .main > section {
  margin: 0;
  padding-top: 63px;
  padding-bottom: 70px;
  border-top: 1px solid transparent;
  background: none no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .Top .main > section, .Target .main > section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.Top .main > section:first-child, .Target .main > section:first-child {
  border-top: 0;
}
.Top .main > section section:last-child, .Target .main > section section:last-child {
  margin-bottom: 0;
}
.Top main p.nav, .Target main p.nav {
  margin-top: 32px;
}
/*------------------------------------------------
	トップページ
------------------------------------------------*/
@media print {
  .Top #header, .Top #footer, .Top #guide-nav, .Top #target-nav {
    display: block !important;
  }
}
.Top #heading {
  display: block;
  min-height: 0;
  padding: 34px 0;
  background: #E5EABD;
}

@media (max-width: 820px) {
  .Top #heading {
    padding: 0;
  }
}
.Top #heading .container {
  padding: 0 !important;
}

/*------------------------------------------------
	最新情報
------------------------------------------------*/
#np2030News #contents {
  width: 960px;
}
@media (max-width: 1199px) {
  #np2030News #contents {
    width: 95%;
  }
}
@media (max-width: 979px) {
  #np2030News #contents {
    width: auto;
  }
}
#np2030News #link-none {
  padding: 2em 0;
}
#np2030News #link-none label {
  border-bottom: 1px dotted #D3D3D3;
}
#np2030News #contents .buttons {
  margin-bottom: 0;
  padding-top: 1.5em;
}

/*------------------------------------------------
	用語集
------------------------------------------------*/
#np2030Words #contents {
  width: 1120px;
}
@media (max-width: 1199px) {
  #np2030Words #contents {
    width: 95%;
  }
}

#np2030Words #contents {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #np2030Words #contents {
    margin-bottom: 66px;
  }
}
#np2030Words #words-group {
  overflow: hidden;
}
@media (max-width: 979px) {
  #np2030Words #contents {
    margin-top: 0;
    padding-top: 0;
  }
}
#np2030Words main {
  text-align: left;
}
#np2030Words main p.summary {
  margin-top: 0;
}
#np2030Words main .words {
  margin-top: 2.125em;
}
#np2030Words main .words + .words {
  margin-top: 3.75em;
  padding-top: 3.25em;
  border-top: 1px solid #D3D3D3;
}
@media (max-width: 979px) {
  #np2030Words main .words + .words {
    margin-top: 3.2em;
    padding-top: 2.667em;
  }
}
/*------------------------------------------------
	印刷用
------------------------------------------------*/
@media print {
  .noprint, .notprint, .no-print, .not-print {
    display: none !important;
  }
  #top, #header, #footer, #toc, #bread_crumb, #backtotop, #guide-nav, #target-nav {
    display: none !important;
  }
  main {
    width: auto !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  main > section:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  #contents {
    width: auto !important;
    margin-bottom: 0 !important;
  }
  body {
    background: #fff;
    color: #000;
  }
  .btn {
    background: #fff !important;
    color: #000 !important;
  }
}