@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*! minimum_reset.css v0.0.1 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

figure {
  margin: 0;
}

iframe {
  border: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

button,
input {
  outline-width: 0px;
}
[data-whatinput=keyboard] button:focus,
[data-whatinput=keyboard] input:focus {
  outline-width: 1px;
}

a {
  color: #000;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

.w1p {
  width: 10% !important;
}

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

.mats {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .mats {
    margin-top: 20px;
  }
}

.matm {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .matm {
    margin-top: 40px;
  }
}

.matl {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .matl {
    margin-top: 60px;
  }
}

.mat2l {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .mat2l {
    margin-top: 80px;
  }
}

.fw {
  font-weight: bold !important;
}

.cred {
  color: #c00 !important;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-tab {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .hide-pc {
    display: none !important;
  }
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tdu {
  text-decoration: underline;
}

.oh {
  overflow: hidden;
}

.vm {
  vertical-align: middle !important;
}

.fsi {
  font-style: italic !important;
}

/*
  module: m-box-fixed
  - 固定幅・中央揃えのボックス
*/
[data-fixed] {
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  [data-fixed] {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 60px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

[data-fixed2] {
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  [data-fixed2] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 40px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

[data-fixed3] {
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  [data-fixed3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

[data-gs="12"] {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print {
  [data-gs="12"] {
    display: block;
    letter-spacing: -0.4em;
  }
}
@media print, screen and (min-width: 768px) {
  [data-gs="12"] {
    margin: 0 -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media print {
  [data-gs="12"] {
    display: block;
    letter-spacing: -0.4em;
  }
}
[data-gs="12"] > [data-gs-col] {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="12"] {
    width: calc(100% / 1);
    width: calc((100% / 1) - 0.1px) \0 ;
    padding: 0 20px;
  }
}
@media print {
  [data-gs="12"] > [data-gs-col="12"] {
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}
@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="6"] {
    width: calc(100% / 2);
    width: calc((100% / 2) - 0.1px) \0 ;
    padding: 0 20px;
  }
}
@media print {
  [data-gs="12"] > [data-gs-col="6"] {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}
@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="4"] {
    width: calc(100% / 3);
    width: calc((100% / 3) - 0.1px) \0 ;
    padding: 0 20px;
  }
}
@media print {
  [data-gs="12"] > [data-gs-col="4"] {
    width: 33.3333333333%;
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}
@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="3"] {
    width: calc(100% / 4);
    width: calc((100% / 4) - 0.1px) \0 ;
    padding: 0 20px;
  }
}
@media print {
  [data-gs="12"] > [data-gs-col="3"] {
    width: 25%;
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}
@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5) - 0.1px) \0 ;
    padding: 0 20px;
  }
}
@media print {
  [data-gs="12"] > [data-gs-col="8"] {
    width: 66.6666666667%;
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-gs="12"][data-gs-tab="2"] > [data-gs-col]:not([data-gs-col="12"]) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  [data-gs="12"][data-gs-sp="2"] > [data-gs-col] {
    width: 50%;
  }
}

.m-box-clear {
  *zoom: 1;
}
.m-box-clear:after {
  content: " ";
  display: table;
  clear: both;
}

.m-box-pagepath {
  position: relative;
  clear: both;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  display: none;
  z-index: 1;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .m-box-pagepath {
    border-top: none;
    display: block;
  }
}
.m-box-pagepath .pagepath-inner {
  padding: 0 16px;
}
@media print, screen and (min-width: 768px) {
  .m-box-pagepath .pagepath-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.m-box-pagepath .pagepath-inner .pagepath-list {
  *zoom: 1;
  padding: 5px 0;
}
.m-box-pagepath .pagepath-inner .pagepath-list:after {
  content: " ";
  display: table;
  clear: both;
}
@media print, screen and (min-width: 768px) {
  .m-box-pagepath .pagepath-inner .pagepath-list {
    padding: 11px 0 10px;
    max-width: calc(100% - 13em);
  }
}
.m-box-pagepath .pagepath-inner .pagepath-list > .list-item {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .m-box-pagepath .pagepath-inner .pagepath-list > .list-item {
    padding-right: 19px;
    margin-right: 15px;
  }
}
.m-box-pagepath .pagepath-inner .pagepath-list > .list-item::after {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.m-box-pagepath .pagepath-inner .pagepath-list > .list-item:last-child:after {
  display: none;
}
.m-box-pagepath .pagepath-inner .pagepath-list > .list-item .item-inner {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .m-box-pagepath .pagepath-inner .pagepath-list > .list-item .item-inner {
    font-size: 1.4rem;
  }
}
.m-box-pagepath .pagepath-inner .pagepath-list > .list-item a {
  text-decoration: none;
}
[data-whatinput=keyboard] .m-box-pagepath .pagepath-inner .pagepath-list > .list-item a:focus {
  color: #cd4e38;
}
@media print, screen and (min-width: 1025px) {
  .m-box-pagepath .pagepath-inner .pagepath-list > .list-item a:hover {
    color: #cd4e38;
  }
}

.m-box-frame {
  margin-top: 20px;
  padding: 16px;
  background-color: #f9f9f9;
  border: solid 1px #dddddd;
  position: relative;
}
.m-box-frame > *:first-child {
  margin-top: 0 !important;
}
.m-box-frame > *:first-child.m-box-section {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .m-box-frame > .image-position-left:first-child + *,
.m-box-frame > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-box-frame > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-frame > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-frame > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .m-box-frame {
    padding: 40px 45px;
    margin-top: 40px;
  }
}
.m-box-frame.frame-bg-none {
  background-color: transparent !important;
}

.m-box-youtube {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .m-box-youtube {
    max-width: calc((100% + 40px) * 0.8 - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.m-box-youtube:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}
.m-box-youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}
@media print, screen and (min-width: 768px) {
  .m-box-youtube.youtube-size-full {
    max-width: none;
  }
}

.m-box-map {
  width: 100%;
  margin-top: 40px;
  height: 400px;
}
@media print, screen and (min-width: 768px) {
  .m-box-map {
    margin-top: 60px;
    height: 410px;
  }
}
.m-box-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.m-box-accordion {
  margin-top: 40px;
  position: relative;
  counter-reset: question;
  counter-increment: question;
}
@media print, screen and (min-width: 768px) {
  .m-box-accordion {
    margin-top: 80px;
  }
}
.m-box-accordion:before {
  content: "";
  top: 0;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  width: calc(100%);
}
@media print, screen and (min-width: 768px) {
  .m-box-accordion:before {
    width: 100%;
    margin-left: auto;
  }
}
.m-box-accordion:after {
  content: "";
  height: 1px;
  background-color: #dddddd;
  width: calc(100%);
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .m-box-accordion:after {
    width: 100%;
    margin-left: auto;
  }
}
.m-box-accordion .accordion-head {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
}
.m-box-accordion .accordion-head::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: solid 1px #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-head::before {
    width: 50px;
    height: 50px;
  }
}
.m-box-accordion .accordion-head .head-wrap {
  position: relative;
  z-index: 1;
  padding: 13px 26.5px 13px 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-head .head-wrap {
    padding: 27px 60px 27px 0;
  }
}
.m-box-accordion .accordion-head .head-wrap:before, .m-box-accordion .accordion-head .head-wrap:after {
  content: "";
  background-color: #000;
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  border-radius: 1px;
}
@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-head .head-wrap:before, .m-box-accordion .accordion-head .head-wrap:after {
    width: 16px;
    height: 2px;
    right: 17px;
  }
}
.m-box-accordion .accordion-head .head-wrap:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.m-box-accordion .accordion-head .head-wrap:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.m-box-accordion .accordion-head .head-wrap .head-prefix {
  margin-right: 5px;
  white-space: nowrap;
}
.m-box-accordion .accordion-head .head-wrap .head-ttl {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-head .head-wrap .head-ttl {
    font-size: 1.8rem;
  }
}
[data-whatinput=keyboard] .m-box-accordion .accordion-head:focus {
  color: #cd4e38;
}
[data-whatinput=keyboard] .m-box-accordion .accordion-head:focus::before {
  border-color: #cd4e38;
}
[data-whatinput=keyboard] .m-box-accordion .accordion-head:focus .head-wrap:before, [data-whatinput=keyboard] .m-box-accordion .accordion-head:focus .head-wrap:after {
  background-color: #cd4e38;
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-head:hover {
    color: #cd4e38;
  }
  .m-box-accordion .accordion-head:hover::before {
    border-color: #cd4e38;
  }
  .m-box-accordion .accordion-head:hover .head-wrap:before, .m-box-accordion .accordion-head:hover .head-wrap:after {
    background-color: #cd4e38;
  }
}
.m-box-accordion .accordion-body {
  padding: 20px 10px 20px 10px;
  display: none;
  border-top: solid 1px #dddddd;
}
.m-box-accordion .accordion-body > *:first-child {
  margin-top: 0 !important;
}
.m-box-accordion .accordion-body > *:first-child.m-box-section {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-body > .image-position-left:first-child + *,
.m-box-accordion .accordion-body > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-accordion .accordion-body > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-accordion .accordion-body > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-body {
    padding: 40px 0px 40px;
  }
}
.m-box-accordion + .m-box-accordion {
  counter-reset: none;
  margin-top: 0;
}
.m-box-accordion + .m-box-accordion:before {
  display: none;
}
.m-box-accordion + .m-box-accordion .accordion-head:after {
  top: 2px;
  height: calc(100% - 6px);
}
@media print, screen and (min-width: 768px) {
  .m-box-accordion + .m-box-accordion .accordion-head:after {
    top: 2px;
    height: calc(100% - 5px);
  }
}
.m-box-accordion .accordion-head[aria-expanded=true] {
  color: #cd4e38;
}
.m-box-accordion .accordion-head[aria-expanded=true]::before {
  background-color: #fff;
  border: solid 1px #000;
}
.m-box-accordion .accordion-head[aria-expanded=true] .head-wrap:before, .m-box-accordion .accordion-head[aria-expanded=true] .head-wrap:after {
  background-color: #000;
}
.m-box-accordion .accordion-head[aria-expanded=true] .head-wrap:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m-box-accordion .accordion-head[aria-expanded=true] .head-wrap:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
[data-whatinput=keyboard] .m-box-accordion .accordion-head[aria-expanded=true]:focus::before {
  border-color: #cd4e38;
}
[data-whatinput=keyboard] .m-box-accordion .accordion-head[aria-expanded=true]:focus .head-wrap:before, [data-whatinput=keyboard] .m-box-accordion .accordion-head[aria-expanded=true]:focus .head-wrap:after {
  background-color: #cd4e38;
}
@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-head[aria-expanded=true]:hover::before {
    border-color: #cd4e38;
  }
  .m-box-accordion .accordion-head[aria-expanded=true]:hover .head-wrap:before, .m-box-accordion .accordion-head[aria-expanded=true]:hover .head-wrap:after {
    background-color: #cd4e38;
  }
}

.m-box-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 110vw;
  right: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  outline: none;
  -webkit-overflow-scrolling: auto;
}
@media print, screen and (min-width: 768px) {
  .m-box-modal {
    padding: 0px 0 0;
  }
}
.m-box-modal .modal-title {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}
.m-box-modal.is-active {
  opacity: 1;
  visibility: visible;
  left: 0;
  pointer-events: auto;
}
.m-box-modal .modal-overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.m-box-modal .modal-inner {
  position: relative;
  z-index: 1;
  min-width: 200px;
  min-height: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
.m-box-modal .modal-inner .modal-youtube {
  display: none;
  width: calc(100vw - 30px);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 50px);
  max-height: calc(var(--vh, 1vh) * 100 - 50px);
  pointer-events: auto;
}
@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-youtube {
    max-width: 980px;
    width: calc(100vw - 80px);
  }
}
.m-box-modal .modal-inner .modal-youtube .youtube-inner {
  position: relative;
}
.m-box-modal .modal-inner .modal-youtube .youtube-inner:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}
.m-box-modal .modal-inner .modal-youtube .youtube-inner > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.m-box-modal .modal-inner .modal-content {
  display: none;
  width: calc(100vw - 30px);
  background-color: #fff;
  padding: 30px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
  max-height: calc(var(--vh, 1vh) * 100 - 80px);
  pointer-events: auto;
}
.m-box-modal .modal-inner .modal-content > *:first-child {
  margin-top: 0 !important;
}
.m-box-modal .modal-inner .modal-content > *:first-child.m-box-section {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-content > .image-position-left:first-child + *,
.m-box-modal .modal-inner .modal-content > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-modal .modal-inner .modal-content > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-modal .modal-inner .modal-content > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-content {
    max-width: 1200px;
    padding: 32px;
    width: calc(100vw - 80px);
  }
}
.m-box-modal .modal-inner .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 40px;
  height: 40px;
  pointer-events: auto;
}
@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-close {
    width: 40px;
    height: 40px;
  }
}
.m-box-modal .modal-inner .modal-close::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: auto;
  background: url(../svg/i_close.svg?c=fff) center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-close::before {
    right: auto;
    left: 10px;
  }
}
.m-box-modal .modal-inner .modal-close .btn-wrap {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}
[data-whatinput=keyboard] .m-box-modal .modal-inner .modal-close:focus {
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-close:hover {
    text-decoration: none;
  }
}

.m-box-modal-content {
  display: none;
}

.m-box-tabhead {
  position: relative;
}
.m-box-tabhead + * {
  margin-top: 0 !important;
}
.m-box-tabhead + *.m-list-news {
  margin-top: -20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tabhead + .image-position-left + *,
.m-box-tabhead + .image-position-right + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-box-tabhead + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tabhead + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tabhead + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tabhead + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tabhead + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tabhead + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tabhead + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tabhead + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
.m-box-tabhead .tabhead-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
@media print, screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-list {
    margin: 0 -15px;
  }
}
.m-box-tabhead .tabhead-list .list-item {
  position: relative;
  margin: 0 5px 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-list .list-item {
    margin: 0 15px 0;
  }
}
.m-box-tabhead .tabhead-list .list-item .item-link {
  width: 100%;
  height: 100%;
  padding: 12px 0 24px;
  background: #cd4e38;
  display: block;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.2;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media print, screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-list .list-item .item-link {
    font-size: 2.5rem;
    padding: 21px 0 19px;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tabhead .tabhead-list .list-item .item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.m-box-tabhead .tabhead-list .list-item .item-link:before {
  content: "";
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 32px;
  height: 11px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-list .list-item .item-link:before {
    width: 38px;
    height: 10px;
    left: auto;
    top: 0;
    bottom: 5px;
    right: 20px;
  }
}
.m-box-tabhead .tabhead-list .list-item .item-link.link-red {
  background: #cd4e38;
}
.m-box-tabhead .tabhead-list .list-item .item-link.link-blue {
  background: #448aca;
}
.m-box-tabhead .tabhead-list .list-item .item-link .link-subtxt {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-list .list-item .item-link .link-subtxt {
    font-size: 1.6rem;
  }
}
[data-whatinput=keyboard] .m-box-tabhead .tabhead-list .list-item .item-link:focus {
  text-decoration: none;
  opacity: 0.8;
}
@media print, screen and (min-width: 1025px) {
  .m-box-tabhead .tabhead-list .list-item .item-link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
.m-box-tab > .m-box-tabhead {
  margin-top: 0;
}
.m-box-tab .tab-content .content-item {
  display: none;
}
.m-box-tab .tab-content .content-item > *:first-child {
  margin-top: 0 !important;
}
.m-box-tab .tab-content .content-item > *:first-child.m-box-section {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > .image-position-left:first-child + *,
.m-box-tab .tab-content .content-item > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tab .tab-content .content-item > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tab .tab-content .content-item > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
.m-box-tab .tab-content .content-item:first-child {
  display: block;
}

.m-list-desc {
  margin-top: 10px;
}
.m-list-desc a {
  text-decoration: underline;
  color: #000;
}
.m-list-desc a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}
.m-list-desc a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-desc a[href$=".doc"]:not(.noticon):after, .m-list-desc a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-desc a[href$=".xls"]:not(.noticon):after, .m-list-desc a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-desc a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}
.m-list-desc a:visited {
  color: #333;
}
[data-whatinput=keyboard] .m-list-desc a:focus {
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .m-list-desc a:hover {
    text-decoration: none;
  }
}
.m-list-desc > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 1.15em;
}
.m-list-desc > li > ul,
.m-list-desc > li > ol {
  margin-top: 5px;
  counter-reset: number;
}
@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ul,
.m-list-desc > li > ol {
    margin-top: 5px;
  }
}
.m-list-desc > li > ul > li,
.m-list-desc > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ul > li,
.m-list-desc > li > ol > li {
    padding-left: 18px;
  }
}
.m-list-desc > li > ul.m-list-asterisk > li,
.m-list-desc > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}
.m-list-desc > li > ul.m-list-asterisk > li:before,
.m-list-desc > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.m-list-desc > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}
@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-desc > li {
    padding-left: 1.3em;
  }
}
.m-list-desc > li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  top: 0.7em;
  left: 0px;
}
@media print, screen and (min-width: 768px) {
  .m-list-desc > li:before {
    width: 8px;
    height: 8px;
    top: 0.55em;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-desc.desc-inlineblock {
    margin-top: 30px;
    margin-left: -20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-desc.desc-inlineblock > li {
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    vertical-align: top;
  }
}

.m-list-num {
  margin-top: 10px;
}
.m-list-num a {
  text-decoration: underline;
  color: #000;
}
.m-list-num a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}
.m-list-num a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-num a[href$=".doc"]:not(.noticon):after, .m-list-num a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-num a[href$=".xls"]:not(.noticon):after, .m-list-num a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-num a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}
.m-list-num a:visited {
  color: #333;
}
[data-whatinput=keyboard] .m-list-num a:focus {
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .m-list-num a:hover {
    text-decoration: none;
  }
}
.m-list-num > li {
  padding-left: 1.3em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}
.m-list-num > li > ul,
.m-list-num > li > ol {
  margin-top: 5px;
  counter-reset: number;
}
@media print, screen and (min-width: 768px) {
  .m-list-num > li > ul,
.m-list-num > li > ol {
    margin-top: 5px;
  }
}
.m-list-num > li > ul > li,
.m-list-num > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .m-list-num > li > ul > li,
.m-list-num > li > ol > li {
    padding-left: 18px;
  }
}
.m-list-num > li > ul.m-list-asterisk > li,
.m-list-num > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}
.m-list-num > li > ul.m-list-asterisk > li:before,
.m-list-num > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.m-list-num > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}
@media print, screen and (min-width: 768px) {
  .m-list-num > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}
.m-list-num > li:before {
  content: counter(number) ".";
  display: inline-block;
  vertical-align: top;
  margin-left: -1.3em;
  min-width: 1.3em;
}
.m-list-num2 {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .m-list-num2 {
    margin-top: 20px;
  }
}
.m-list-num2 a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}
.m-list-num2 a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-num2 a[href$=".doc"]:not(.noticon):after, .m-list-num2 a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-num2 a[href$=".xls"]:not(.noticon):after, .m-list-num2 a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-num2 a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}
.m-list-num2 > li {
  margin-top: 5px;
  padding-left: 2em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}
.m-list-num2 > li > ul,
.m-list-num2 > li > ol {
  margin-top: 5px;
  counter-reset: number;
}
@media print, screen and (min-width: 768px) {
  .m-list-num2 > li > ul,
.m-list-num2 > li > ol {
    margin-top: 5px;
  }
}
.m-list-num2 > li > ul > li,
.m-list-num2 > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .m-list-num2 > li > ul > li,
.m-list-num2 > li > ol > li {
    padding-left: 18px;
  }
}
.m-list-num2 > li > ul.m-list-asterisk > li,
.m-list-num2 > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}
.m-list-num2 > li > ul.m-list-asterisk > li:before,
.m-list-num2 > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.m-list-num2 > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}
@media print, screen and (min-width: 768px) {
  .m-list-num2 > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-num2 > li {
    margin-top: 5px;
    padding-left: 2em;
  }
}
.m-list-num2 > li:first-child {
  margin-top: 0;
}
.m-list-num2 > li:nth-child(n):before {
  content: "\ff08" counter(number) "\ff09";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.1em;
  height: auto;
  width: auto;
  background: none;
  top: auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .m-list-num2 > li:nth-child(n):before {
    margin-left: -2.1em;
  }
}

.m-list-num3 {
  margin-top: 10px;
}
.m-list-num3 > li {
  margin-top: 5px;
  padding-left: 1.3em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}
.m-list-num3 > li > ul,
.m-list-num3 > li > ol {
  margin-top: 5px;
  counter-reset: number;
}
@media print, screen and (min-width: 768px) {
  .m-list-num3 > li > ul,
.m-list-num3 > li > ol {
    margin-top: 5px;
  }
}
.m-list-num3 > li > ul > li,
.m-list-num3 > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .m-list-num3 > li > ul > li,
.m-list-num3 > li > ol > li {
    padding-left: 18px;
  }
}
.m-list-num3 > li > ul.m-list-asterisk > li,
.m-list-num3 > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}
.m-list-num3 > li > ul.m-list-asterisk > li:before,
.m-list-num3 > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.m-list-num3 > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}
@media print, screen and (min-width: 768px) {
  .m-list-num3 > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}
.m-list-num3 > li:first-child {
  margin-top: 0;
}
.m-list-num3 > li:before {
  display: inline-block;
  vertical-align: top;
  margin-left: -1.3em;
  width: auto;
  background: none;
}
.m-list-num3 > li:nth-child(1):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(1):before {
  content: "\2460";
}
.m-list-num3 > li:nth-child(2):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(2):before {
  content: "\2461";
}
.m-list-num3 > li:nth-child(3):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(3):before {
  content: "\2462";
}
.m-list-num3 > li:nth-child(4):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(4):before {
  content: "\2463";
}
.m-list-num3 > li:nth-child(5):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(5):before {
  content: "\2464";
}
.m-list-num3 > li:nth-child(6):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(6):before {
  content: "\2465";
}
.m-list-num3 > li:nth-child(7):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(7):before {
  content: "\2466";
}
.m-list-num3 > li:nth-child(8):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(8):before {
  content: "\2467";
}
.m-list-num3 > li:nth-child(9):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(9):before {
  content: "\2468";
}
.m-list-num3 > li:nth-child(10):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(10):before {
  content: "\2469";
}
.m-list-num3 > li:nth-child(11):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(11):before {
  content: "\246a";
}
.m-list-num3 > li:nth-child(12):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(12):before {
  content: "\246b";
}
.m-list-num3 > li:nth-child(13):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(13):before {
  content: "\246c";
}
.m-list-num3 > li:nth-child(14):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(14):before {
  content: "\246d";
}
.m-list-num3 > li:nth-child(15):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(15):before {
  content: "\246e";
}
.m-list-num3 > li:nth-child(16):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(16):before {
  content: "\246f";
}
.m-list-num3 > li:nth-child(17):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(17):before {
  content: "\2470";
}
.m-list-num3 > li:nth-child(18):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(18):before {
  content: "\2471";
}
.m-list-num3 > li:nth-child(19):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(19):before {
  content: "\2472";
}
.m-list-num3 > li:nth-child(20):before {
  content: "";
  text-align: right;
  background-color: transparent;
  height: auto;
  top: auto;
  position: absolute;
}
.m-list-num3 > li:nth-child(20):before {
  content: "\2473";
}

ul.m-list-asterisk {
  margin-top: 10px;
  font-size: 1.2rem;
}
ul.m-list-asterisk .fzs {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzs {
    font-size: 1.2rem;
  }
}
ul.m-list-asterisk .fzm {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzm {
    font-size: 1.4rem;
  }
}
ul.m-list-asterisk .fzl {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
ul.m-list-asterisk a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}
ul.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
ul.m-list-asterisk a[href$=".doc"]:not(.noticon):after, ul.m-list-asterisk a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
ul.m-list-asterisk a[href$=".xls"]:not(.noticon):after, ul.m-list-asterisk a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
ul.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}
ul.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 17px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}
ul.m-list-asterisk > li > ul,
ul.m-list-asterisk > li > ol {
  margin-top: 5px;
  counter-reset: number;
}
@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul,
ul.m-list-asterisk > li > ol {
    margin-top: 5px;
  }
}
ul.m-list-asterisk > li > ul > li,
ul.m-list-asterisk > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul > li,
ul.m-list-asterisk > li > ol > li {
    padding-left: 18px;
  }
}
ul.m-list-asterisk > li > ul.m-list-asterisk > li,
ul.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}
ul.m-list-asterisk > li > ul.m-list-asterisk > li:before,
ul.m-list-asterisk > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
ul.m-list-asterisk > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}
@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}
@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li {
    margin-top: 5px;
    padding-left: 20px;
  }
}
ul.m-list-asterisk > li:first-child {
  margin-top: 0;
}
ul.m-list-asterisk > li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  content: "\203b";
  background-color: transparent;
}

ol.m-list-asterisk {
  margin-top: 10px;
  font-size: 1.2rem;
}
ol.m-list-asterisk .fzs {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzs {
    font-size: 1.2rem;
  }
}
ol.m-list-asterisk .fzm {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzm {
    font-size: 1.4rem;
  }
}
ol.m-list-asterisk .fzl {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
ol.m-list-asterisk a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}
ol.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
ol.m-list-asterisk a[href$=".doc"]:not(.noticon):after, ol.m-list-asterisk a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
ol.m-list-asterisk a[href$=".xls"]:not(.noticon):after, ol.m-list-asterisk a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
ol.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}
ol.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 2.7em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}
@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li {
    margin-top: 5px;
    padding-left: 2.6em;
  }
}
ol.m-list-asterisk > li:first-child {
  margin-top: 0;
}
ol.m-list-asterisk > li:before {
  content: "\203b" counter(number) "\ff1a";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.8em;
  margin-right: 2px;
}
@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li:before {
    margin-left: -2.6em;
    margin-right: auto;
  }
}
ol.m-list-asterisk > li > ul,
ol.m-list-asterisk > li > ol {
  margin-top: 5px;
  counter-reset: number;
}
@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul,
ol.m-list-asterisk > li > ol {
    margin-top: 5px;
  }
}
ol.m-list-asterisk > li > ul > li,
ol.m-list-asterisk > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul > li,
ol.m-list-asterisk > li > ol > li {
    padding-left: 18px;
  }
}
ol.m-list-asterisk > li > ul.m-list-asterisk > li,
ol.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}
ol.m-list-asterisk > li > ul.m-list-asterisk > li:before,
ol.m-list-asterisk > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
ol.m-list-asterisk > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: 0.85em;
}
@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: 0.95em;
  }
}

.m-list-image {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .m-list-image {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-image > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 20px;
  }
  .m-list-image > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-image > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-list-image > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-list-image > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}
.m-list-image img {
  height: auto;
}
.m-list-image .item-inner .item-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
}
.m-list-image .item-inner .item-img > svg {
  height: auto;
}
.m-list-image .item-inner .item-img img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.m-list-image.position-center {
  margin-left: auto;
  margin-right: auto;
}
.m-list-image.position-center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-list-image.position-center ul li {
  overflow: hidden;
}
.m-list-image.position-center ul li .item-inner .item-img {
  text-align: center;
}
.m-list-image.position-left {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-left {
    float: left;
    margin-right: 14px;
    padding-right: 14px;
    margin-bottom: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-left ul {
    margin: 0;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-left ul li {
    width: auto;
    padding: 0;
  }
}
.m-list-image.position-left ul li:nth-child(n+2) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-left ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.m-list-image.position-right {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-right {
    float: right;
    margin-left: 14px;
    padding-left: 14px;
    margin-bottom: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-right ul {
    margin: 0;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-right ul li {
    width: auto;
    padding: 0;
  }
}
.m-list-image.position-right ul li:nth-child(n+2) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-right ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-left.image-col-6, .m-list-image.position-right.image-col-6, .m-list-image.position-center.image-col-6 {
    width: calc(50% - 72px);
  }
}
.m-list-image.position-left.image-col-6 ul li, .m-list-image.position-right.image-col-6 ul li, .m-list-image.position-center.image-col-6 ul li {
  margin-top: 15px;
}
.m-list-image.position-left.image-col-6 ul li:first-child, .m-list-image.position-right.image-col-6 ul li:first-child, .m-list-image.position-center.image-col-6 ul li:first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-left.image-col-4, .m-list-image.position-right.image-col-4, .m-list-image.position-center.image-col-4 {
    width: calc(100% / 3);
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-left.image-col-3, .m-list-image.position-right.image-col-3, .m-list-image.position-center.image-col-3 {
    width: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-image.position-left.image-col-2, .m-list-image.position-right.image-col-2, .m-list-image.position-center.image-col-2 {
    width: calc(100% / 6);
  }
}
.m-list-image .item-inner .item-caption .caption-title {
  line-height: 1.5;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .m-list-image .item-inner .item-caption .caption-title {
    margin-top: 10px;
  }
}
.m-list-image .item-inner .item-caption .caption-desc {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .m-list-image .item-inner .item-caption .caption-desc {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.m-list-image .item-inner .item-caption .caption-title + .caption-desc {
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .m-list-image .item-inner .item-caption .caption-title + .caption-desc {
    margin-top: 5px;
  }
}
.m-list-image.image-fixed > ul > li dl dt {
  position: relative;
  background-color: #ececec;
}
.m-list-image.image-fixed > ul > li dl dt:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-top: 66.785%;
  height: 100%;
  display: block;
}
.m-list-image.image-fixed > ul > li dl dt img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-list-thumbnail {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .m-list-thumbnail {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-thumbnail > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 40px;
  }
  .m-list-thumbnail > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-thumbnail > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-list-thumbnail > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .m-list-thumbnail > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 25px;
  }
}
.m-list-thumbnail img {
  height: auto;
}
.m-list-thumbnail .item-inner {
  position: relative;
  display: block;
}
.m-list-thumbnail .item-inner .item-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
}
.m-list-thumbnail .item-inner .item-img img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.m-list-thumbnail .item-inner .item-img > svg {
  height: auto;
}
.m-list-thumbnail .item-inner .item-caption .caption-title {
  line-height: 1.5;
  margin-top: 10px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .m-list-thumbnail .item-inner .item-caption .caption-title {
    margin-top: 10px;
  }
}
.m-list-thumbnail .item-inner .item-caption .caption-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.m-list-thumbnail .item-inner .item-caption .caption-title .title-inner {
  display: inline-block;
  position: relative;
}
.m-list-thumbnail .item-inner .item-caption .caption-desc {
  margin-top: 10px;
  font-size: 1.2rem;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .m-list-thumbnail .item-inner .item-caption .caption-desc {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.m-list-thumbnail .item-inner .item-caption .caption-title + .caption-desc {
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .m-list-thumbnail .item-inner .item-caption .caption-title + .caption-desc {
    margin-top: 5px;
  }
}
.m-list-thumbnail a.item-inner[target=_blank]:not(.noticon) > .item-caption > .caption-title > .title-inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}
.m-list-thumbnail a.item-inner[href$=".pdf"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-thumbnail a.item-inner[href$=".doc"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after, .m-list-thumbnail a.item-inner[href$=".docx"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-thumbnail a.item-inner[href$=".xls"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after, .m-list-thumbnail a.item-inner[href$=".xlsx"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-list-thumbnail a.item-inner[href$=".zip"]:not(.noticon) > .item-caption > .caption-title > .title-inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}
.m-list-thumbnail a.item-inner:not([target=_blank]) .item-caption .caption-title .title-inner:after {
  content: "";
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .m-list-thumbnail a.item-inner:not([target=_blank]) .item-caption .caption-title .title-inner:after {
    margin-left: 12px;
  }
}
[data-whatinput=keyboard] .m-list-thumbnail a.item-inner:focus .item-img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
[data-whatinput=keyboard] .m-list-thumbnail a.item-inner:focus .item-caption .caption-title .title-inner {
  color: #cd4e38;
}
@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail a.item-inner:hover .item-img > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .m-list-thumbnail a.item-inner:hover .item-caption .caption-title .title-inner {
    color: #cd4e38;
  }
}
.m-list-thumbnail.image-fixed > ul > li dl dt {
  position: relative;
  background-color: #ececec;
}
.m-list-thumbnail.image-fixed > ul > li dl dt:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-top: 66.785%;
  height: 100%;
  display: block;
}
.m-list-thumbnail.image-fixed > ul > li dl dt img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.m-list-thumbnail.position-center > ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-list-thumbnail.position-right > ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-list-thumbnail.image-left .item-inner {
  margin: 0 -5.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print {
  .m-list-thumbnail.image-left .item-inner {
    display: block;
    letter-spacing: -0.4em;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-thumbnail.image-left .item-inner {
    margin: 0 -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media print {
  .m-list-thumbnail.image-left .item-inner {
    display: block;
    letter-spacing: -0.4em;
  }
}
.m-list-thumbnail.image-left .item-inner .item-img {
  width: calc(100% / 3);
  width: calc((100% / 3) - 0.1px) \0 ;
  padding: 0 5.5px;
}
@media print {
  .m-list-thumbnail.image-left .item-inner .item-img {
    width: 33.3333333333%;
    display: inline-block;
    padding: 0 5.5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-thumbnail.image-left .item-inner .item-img {
    width: calc(100% / 4 - 32px);
    width: calc((100% / 4 - 32px) - 0.1px) \0 ;
    padding: 0;
    margin: 0 16px;
  }
}
.m-list-thumbnail.image-left .item-inner .item-caption {
  width: calc(100% / 1.5);
  width: calc((100% / 1.5) - 0.1px) \0 ;
  padding: 0 5.5px;
}
@media print {
  .m-list-thumbnail.image-left .item-inner .item-caption {
    width: 66.6666666667%;
    display: inline-block;
    padding: 0 5.5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-thumbnail.image-left .item-inner .item-caption {
    width: calc(100% / 1.3333333333);
    width: calc((100% / 1.3333333333) - 0.1px) \0 ;
    padding: 0 16px;
  }
}
@media print {
  .m-list-thumbnail.image-left .item-inner .item-caption {
    width: 75%;
    display: inline-block;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}
.m-list-thumbnail.image-left .item-inner .item-caption .caption-title {
  margin-top: 0;
}

.m-list-link {
  margin-top: 30px;
}
@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-link > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 20px;
  }
  .m-list-link > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-link > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-list-link > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .m-list-link > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-list-link {
    margin-top: 60px;
  }
}
.m-list-link .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px -5.5px 0;
}
@media print, screen and (min-width: 768px) {
  .m-list-link .link-list {
    margin: -30px -10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .m-box-frame .m-list-link .link-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.m-list-link .link-list .list-item {
  padding-left: 5.5px;
  padding-right: 5.5px;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .m-list-link .link-list .list-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-box-frame .m-list-link .link-list .list-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.m-list-link .m-btn-common {
  width: 100%;
}
.m-list-link.position-center > ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-list-link.position-right > ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-list-link > ul:empty {
  display: none;
}
.m-list-link.link-txt {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .m-list-link.link-txt {
    margin-top: 30px;
  }
}
.m-list-link.link-txt .link-list {
  margin-top: -15px;
}
@media print, screen and (min-width: 768px) {
  .m-list-link.link-txt .link-list {
    margin: -15px -24px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .m-box-frame .m-list-link.link-txt .link-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.m-list-link.link-txt .link-list .list-item {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .m-list-link.link-txt .link-list .list-item {
    margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-box-frame .m-list-link.link-txt .link-list .list-item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.m-list-link.layout-vertical .link-list .list-item {
  width: 100%;
}

.m-table-common {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
@media print, screen and (min-width: 768px) {
  .m-table-common {
    margin-top: 20px;
  }
}
.m-table-common a {
  text-decoration: underline;
  color: #000;
}
.m-table-common a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}
.m-table-common a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-table-common a[href$=".doc"]:not(.noticon):after, .m-table-common a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-table-common a[href$=".xls"]:not(.noticon):after, .m-table-common a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-table-common a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}
.m-table-common a:visited {
  color: #333;
}
[data-whatinput=keyboard] .m-table-common a:focus {
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .m-table-common a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .m-table-common.table-break {
    border-bottom: 1px solid #dddddd;
  }
  .m-table-common.table-break tbody tr th,
.m-table-common.table-break tbody tr td,
.m-table-common.table-break thead tr th,
.m-table-common.table-break thead tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.m-table-common tbody tr th,
.m-table-common tbody tr td,
.m-table-common thead tr th,
.m-table-common thead tr td {
  padding: 15px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  text-align: left;
  vertical-align: top;
}
.m-table-common tbody tr th > *:first-child,
.m-table-common tbody tr td > *:first-child,
.m-table-common thead tr th > *:first-child,
.m-table-common thead tr td > *:first-child {
  margin-top: 0 !important;
}
.m-table-common tbody tr th > *:first-child.m-box-section,
.m-table-common tbody tr td > *:first-child.m-box-section,
.m-table-common thead tr th > *:first-child.m-box-section,
.m-table-common thead tr td > *:first-child.m-box-section {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr th > .image-position-left:first-child + *,
.m-table-common tbody tr th > .image-position-right:first-child + *,
.m-table-common tbody tr td > .image-position-left:first-child + *,
.m-table-common tbody tr td > .image-position-right:first-child + *,
.m-table-common thead tr th > .image-position-left:first-child + *,
.m-table-common thead tr th > .image-position-right:first-child + *,
.m-table-common thead tr td > .image-position-left:first-child + *,
.m-table-common thead tr td > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-table-common tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
.m-table-common tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
.m-table-common thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
.m-table-common thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
.m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
.m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child,
.m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
.m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child,
.m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr th,
.m-table-common tbody tr td,
.m-table-common thead tr th,
.m-table-common thead tr td {
    padding: 17px 30px;
  }
}
.m-table-common tbody tr th,
.m-table-common thead tr th {
  font-weight: normal;
}
.m-table-common thead th,
.m-table-common thead td {
  background: #eeeeee;
  line-height: 1.5;
}
.m-table-common thead th a,
.m-table-common thead td a {
  text-decoration: underline;
}
[data-whatinput=keyboard] .m-table-common thead th a:focus,
[data-whatinput=keyboard] .m-table-common thead td a:focus {
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .m-table-common thead th a:hover,
.m-table-common thead td a:hover {
    text-decoration: none;
  }
}
.m-table-common tbody th {
  background-color: #f9f9f9;
  line-height: 1.5;
}
.m-table-common tbody th a {
  text-decoration: underline;
}
[data-whatinput=keyboard] .m-table-common tbody th a:focus {
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .m-table-common tbody th a:hover {
    text-decoration: none;
  }
}
.m-table-common [align=center] {
  text-align: center !important;
}
.m-table-common [align=right] {
  text-align: right !important;
}
.m-table-common [valign=top] {
  vertical-align: top !important;
}
.m-table-common [valign=middle] {
  vertical-align: middle !important;
}
.m-table-common [valign=bottom] {
  vertical-align: bottom !important;
}
@media print, screen and (min-width: 768px) {
  .m-table-common.table-size-s {
    font-size: 1.4rem;
  }
  .m-table-common.table-size-s th,
.m-table-common.table-size-s td {
    padding: 7px 10px;
  }
}

.m-table-scroll {
  position: relative;
  margin-top: 20px;
}
.m-table-scroll .scroll-wrap {
  overflow-x: scroll;
  padding-bottom: 10px;
}
.m-table-scroll .scroll-wrap table {
  margin-top: 0;
  min-width: 750px;
}
.m-table-scroll .scroll-wrap::-webkit-scrollbar {
  width: 15px;
  height: 8px;
}
.m-table-scroll .scroll-wrap::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}
.m-table-scroll + .m-txt-p {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .m-table-scroll + .m-txt-p {
    margin-top: 20px;
  }
}

.m-txt-ttl {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl::before {
    content: "";
    display: block;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.m-txt-ttl .ttl-outer {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-outer {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.m-txt-ttl .ttl-outer .ttl-inner {
  position: relative;
  padding: 23px 16px;
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-outer .ttl-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 37px 0 42px;
    min-height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.m-txt-ttl .ttl-outer .ttl-inner::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl .ttl-outer .ttl-inner::before {
    display: none;
  }
}
.m-txt-ttl .ttl-outer .ttl-inner::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: #cd4e38;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-outer .ttl-inner::after {
    left: 0;
    height: 5px;
  }
}
.m-txt-ttl .ttl-outer .ttl-inner .ttl-txt {
  line-height: 1.5;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-outer .ttl-inner .ttl-txt {
    font-size: 4.2rem;
  }
}
.m-txt-ttl .ttl-outer .ttl-inner .ttl-txt .txt-main {
  display: block;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-outer .ttl-inner .ttl-txt .txt-main {
    font-size: 3.6rem;
  }
}
.m-txt-ttl .ttl-outer .ttl-inner .ttl-txt .txt-sub {
  margin-top: 0.5em;
  display: block;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-outer .ttl-inner .ttl-txt .txt-sub {
    margin-top: 1em;
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl .ttl-outer .ttl-img {
    position: static;
  }
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-outer .ttl-img > img {
    display: block;
    position: absolute;
    top: 0;
    max-width: none;
    right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-bg-img .ttl-outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-bg-img .ttl-outer .ttl-inner {
    min-height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.m-txt-ttl2 {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 40px 0 25px;
  padding: 17px 0 20px;
}
.m-txt-ttl2 + * {
  margin-top: 0 !important;
}
.m-txt-ttl2 + *.m-list-news {
  margin-top: -20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl2 + .image-position-left + *,
.m-txt-ttl2 + .image-position-right + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-txt-ttl2 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl2 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl2 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl2 {
    font-size: 3.2rem;
    margin: 80px 0 50px;
    padding: 27px 0 26px;
  }
}
.m-txt-ttl2::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #dddddd;
}
.m-txt-ttl2::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #cd4e38;
}

.m-txt-ttl3 {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 35px 0 20px;
  padding-bottom: 17px;
}
.m-txt-ttl3 + * {
  margin-top: 0 !important;
}
.m-txt-ttl3 + *.m-list-news {
  margin-top: -20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl3 + .image-position-left + *,
.m-txt-ttl3 + .image-position-right + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-txt-ttl3 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl3 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl3 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 {
    font-size: 2.4rem;
    margin: 70px 0 40px;
    padding-bottom: 25px;
  }
}
.m-txt-ttl3::before, .m-txt-ttl3::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}
.m-txt-ttl3::before {
  height: 1px;
  background-color: #dddddd;
  right: 0;
}
.m-txt-ttl3::after {
  background-color: #cd4e38;
  width: 30px;
}

.m-txt-ttl4 {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 30px 0 15px;
  padding-bottom: 15px;
}
.m-txt-ttl4 + * {
  margin-top: 0 !important;
}
.m-txt-ttl4 + *.m-list-news {
  margin-top: -20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl4 + .image-position-left + *,
.m-txt-ttl4 + .image-position-right + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-txt-ttl4 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl4 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl4 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl4 {
    font-size: 1.8rem;
    margin: 60px 0 30px;
    padding-bottom: 19px;
  }
}
.m-txt-ttl4::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}
.m-txt-ttl4::after {
  background-color: #cd4e38;
  width: 30px;
}

.m-txt-ttl5 {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 25px 0 10px;
}
.m-txt-ttl5 + * {
  margin-top: 0 !important;
}
.m-txt-ttl5 + *.m-list-news {
  margin-top: -20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl5 + .image-position-left + *,
.m-txt-ttl5 + .image-position-right + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-txt-ttl5 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl5 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl5 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl5 {
    font-size: 1.8rem;
    margin: 50px 0 20px;
  }
}

.m-txt-ttl6 {
  position: relative;
  line-height: 1.5;
  margin: 20px 0 10px;
}
.m-txt-ttl6 + * {
  margin-top: 0 !important;
}
.m-txt-ttl6 + *.m-list-news {
  margin-top: -20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl6 + .image-position-left + *,
.m-txt-ttl6 + .image-position-right + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-txt-ttl6 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl6 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl6 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl6 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl6 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-ttl6 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl6 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl6 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .m-txt-ttl6 {
    margin: 40px 0 20px;
  }
}

.m-txt-frame-ttl {
  font-size: 1.6rem;
  margin: 60px 0 20px;
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.m-txt-frame-ttl + * {
  margin-top: 0 !important;
}
.m-txt-frame-ttl + *.m-list-news {
  margin-top: -20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-frame-ttl + .image-position-left + *,
.m-txt-frame-ttl + .image-position-right + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-txt-frame-ttl + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-frame-ttl + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-frame-ttl + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-frame-ttl + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-frame-ttl + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-frame-ttl + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-frame-ttl + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-frame-ttl + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .m-txt-frame-ttl {
    font-size: 2.4rem;
    margin: 120px 0 40px;
  }
}

.m-txt-copy {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 40px 0 20px;
}
.m-txt-copy + * {
  margin-top: 0 !important;
}
.m-txt-copy + *.m-list-news {
  margin-top: -20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-copy + .image-position-left + *,
.m-txt-copy + .image-position-right + * {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .m-txt-copy + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-copy + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-copy + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-copy + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-copy + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .m-txt-copy + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-copy + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-copy + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .m-txt-copy {
    font-size: 1.8rem;
    margin: 80px 0 40px;
  }
}

.m-txt-p {
  margin-top: 20px;
}
.m-txt-p a {
  position: relative;
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
  color: #000;
}
.m-txt-p a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}
.m-txt-p a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-txt-p a[href$=".doc"]:not(.noticon):after, .m-txt-p a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-txt-p a[href$=".xls"]:not(.noticon):after, .m-txt-p a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-txt-p a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=cd4e38") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}
.m-txt-p a:visited {
  color: #333;
}
[data-whatinput=keyboard] .m-txt-p a:focus {
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .m-txt-p a:hover {
    text-decoration: none;
  }
}
.m-txt-p a.m-btn-common {
  text-decoration: none;
}
.m-txt-p a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
[data-whatinput=keyboard] .m-txt-p a:focus {
  text-decoration: none;
}
[data-whatinput=keyboard] .m-txt-p a:focus img {
  opacity: 0.75;
}
@media print, screen and (min-width: 1025px) {
  .m-txt-p a:hover {
    text-decoration: none;
  }
  .m-txt-p a:hover img {
    opacity: 0.75;
  }
}
.m-txt-p + .m-txt-p {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .m-txt-p + .m-txt-p {
    margin-top: 15px;
  }
}
.m-txt-p img {
  height: auto;
}

.m-txt-link {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  color: #000;
}
.m-txt-link[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  width: 12px;
  top: 0.2em;
}
.m-txt-link[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-txt-link[href$=".doc"]:not(.noticon):after, .m-txt-link[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-txt-link[href$=".xls"]:not(.noticon):after, .m-txt-link[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}
.m-txt-link[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}
.m-txt-link:after {
  content: "";
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.m-txt-link:visited {
  color: #333;
}
[data-whatinput=keyboard] .m-txt-link:focus {
  color: #cd4e38;
}
@media print, screen and (min-width: 1025px) {
  .m-txt-link:hover {
    color: #cd4e38;
  }
}
.m-txt-link.link-anchor:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.m-btn-common {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #000;
  padding: 11px 25px 10px 25px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1.5;
  color: #fff;
  border: solid 2px #fff;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.18);
          box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.18);
}
.m-btn-common.btn-red {
  background: #cd4e38;
}
[data-whatinput=keyboard] .m-btn-common.btn-red:focus {
  border-color: #cd4e38;
  color: #cd4e38;
}
[data-whatinput=keyboard] .m-btn-common.btn-red:focus:before {
  background: url(../svg/i_arrow.svg?c=cd4e38) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 1025px) {
  .m-btn-common.btn-red:hover {
    border-color: #cd4e38;
    color: #cd4e38;
  }
  .m-btn-common.btn-red:hover:before {
    background: url(../svg/i_arrow.svg?c=cd4e38) center no-repeat;
    background-size: 100% auto;
  }
}
.m-btn-common.btn-green {
  background: #62ab53;
}
[data-whatinput=keyboard] .m-btn-common.btn-green:focus {
  border-color: #62ab53;
  color: #62ab53;
}
[data-whatinput=keyboard] .m-btn-common.btn-green:focus:before {
  background: url(../svg/i_arrow.svg?c=62ab53) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 1025px) {
  .m-btn-common.btn-green:hover {
    border-color: #62ab53;
    color: #62ab53;
  }
  .m-btn-common.btn-green:hover:before {
    background: url(../svg/i_arrow.svg?c=62ab53) center no-repeat;
    background-size: 100% auto;
  }
}
.m-btn-common.btn-blue {
  background: #448aca;
}
[data-whatinput=keyboard] .m-btn-common.btn-blue:focus {
  border-color: #448aca;
  color: #448aca;
}
[data-whatinput=keyboard] .m-btn-common.btn-blue:focus:before {
  background: url(../svg/i_arrow.svg?c=448aca) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 1025px) {
  .m-btn-common.btn-blue:hover {
    border-color: #448aca;
    color: #448aca;
  }
  .m-btn-common.btn-blue:hover:before {
    background: url(../svg/i_arrow.svg?c=448aca) center no-repeat;
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 768px) {
  .m-btn-common {
    padding: 17px 50px 14px 50px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-btn-common {
    padding: 11px 30px 9px 30px;
  }
}
.m-btn-common:before {
  content: "";
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 32px;
  height: 11px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 12px;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media print, screen and (min-width: 1025px) {
  .m-btn-common:before {
    width: 38px;
    height: 10px;
  }
}
[data-whatinput=keyboard] .m-btn-common:focus {
  text-decoration: none;
  border-color: #cd4e38;
  color: #cd4e38;
  background: #fff;
}
[data-whatinput=keyboard] .m-btn-common:focus:before {
  background: url(../svg/i_arrow.svg?c=cd4e38) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 1025px) {
  .m-btn-common:hover {
    text-decoration: none;
    border-color: #cd4e38;
    color: #cd4e38;
    background: #fff;
  }
  .m-btn-common:hover:before {
    background: url(../svg/i_arrow.svg?c=cd4e38) center no-repeat;
    background-size: 100% auto;
  }
}

html {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  html {
    font-size: 56.25%;
  }
}

body {
  line-height: 1.43;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

#l-wrap {
  overflow: hidden;
}
/* header style */
#l-header {
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  #l-header {
    padding: 10px 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #l-header .header-inner .header-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#l-header .header-inner .header-upper .upper-txt {
  font-size: 1rem;
  margin: 0 -5px 0;
}
@media print, screen and (min-width: 768px) {
  #l-header .header-inner .header-upper .upper-txt {
    margin: 0;
    font-size: 1.4rem;
  }
}
#l-header .header-inner .header-upper .upper-logo {
  max-width: 320px;
  margin: 10px auto 0;
}
@media print, screen and (min-width: 768px) {
  #l-header .header-inner .header-upper .upper-logo {
    margin: 5px 30px 0 0;
  }
}
#l-header .header-inner .header-lower {
  margin-top: 20px;
}
#l-header .header-inner .header-lower .lower-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 0 -8px;
}
@media print, screen and (min-width: 768px) {
  #l-header .header-inner .header-lower .lower-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 20px -20px 0;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item {
  padding: 7px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media print, screen and (min-width: 768px) {
  #l-header .header-inner .header-lower .lower-list .list-item {
    padding: 6px 20px 2px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item + .list-item {
  border-left: 2px solid #000;
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt {
    line-height: 1.4;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-ttl {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-ttl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-ttl {
    font-size: 2.3rem;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-slash {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-slash {
    display: inline;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-slash {
    font-size: 2.3rem;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-data {
  font-size: 1.7rem;
  padding-top: 8px;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-data {
    font-size: 2.5rem;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-data {
    font-size: 2.3rem;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-small {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-small {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt .txt-small {
    font-size: 2rem;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt.launch .txt-ttl {
  padding-left: 27px;
}
@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt.launch .txt-ttl {
    padding-left: 45px;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt.launch .txt-ttl:before {
  width: 22px;
  height: 22px;
  background: url(../images/i_head_launch.png) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt.launch .txt-ttl:before {
    width: 35px;
    height: 35px;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt.dinner .txt-ttl {
  padding-left: 27px;
}
@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt.dinner .txt-ttl {
    padding-left: 45px;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt.dinner .txt-ttl:before {
  width: 22px;
  height: 23px;
  background: url(../images/i_head_dinner.png) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt.dinner .txt-ttl:before {
    width: 34px;
    height: 35px;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt.close .txt-ttl {
  padding-left: 35px;
}
@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt.close .txt-ttl {
    padding-left: 56px;
  }
}
#l-header .header-inner .header-lower .lower-list .list-item .item-txt.close .txt-ttl:before {
  width: 30px;
  height: 24px;
  background: url(../images/i_head_close.png) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-lower .lower-list .list-item .item-txt.close .txt-ttl:before {
    width: 46px;
    height: 38px;
    bottom: 11px;
  }
}

/* content style */
/* footer style */
#l-footer .footer-content {
  padding: 50px 0 20px;
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content {
    padding: 105px 0 55px;
  }
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content .content-inner .content-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#l-footer .footer-content .content-inner .content-sns .sns-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#l-footer .footer-content .content-inner .content-sns .sns-icon .icon-item {
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content .content-inner .content-sns .sns-icon .icon-item {
    margin: 0 10px;
  }
}
#l-footer .footer-content .content-inner .content-sns .sns-icon .icon-item.facebook {
  width: 44px;
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content .content-inner .content-sns .sns-icon .icon-item.facebook {
    width: 63px;
  }
}
#l-footer .footer-content .content-inner .content-sns .sns-icon .icon-item.instagram {
  width: 44px;
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content .content-inner .content-sns .sns-icon .icon-item.instagram {
    width: 65px;
  }
}
[data-whatinput=keyboard] #l-footer .footer-content .content-inner .content-sns .sns-icon .icon-item:focus {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media print, screen and (min-width: 1025px) {
  #l-footer .footer-content .content-inner .content-sns .sns-icon .icon-item:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
#l-footer .footer-content .content-inner .content-sns .sns-txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #cd4e38;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content .content-inner .content-sns .sns-txt {
    margin-left: 15px;
    font-size: 2.4rem;
  }
}
#l-footer .footer-content .content-inner .content-about {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content .content-inner .content-about {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#l-footer .footer-content .content-inner .content-about .about-logo {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content .content-inner .content-about .about-logo {
    margin-top: 0;
    max-width: 375px;
  }
}
#l-footer .footer-content .content-inner .content-about .about-access {
  margin-top: 20px;
  display: inline-block;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content .content-inner .content-about .about-access {
    margin-top: 20px;
    margin-left: 60px;
  }
}
#l-footer .footer-content .content-inner .content-about .about-access .access-item {
  padding: 5px 10px 5px 20px;
  font-weight: bold;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content .content-inner .content-about .about-access .access-item {
    font-size: 1.8rem;
    padding: 3px 10px 3px 25px;
  }
}
#l-footer .footer-content .content-inner .content-about .about-access .access-item:before {
  content: "";
  display: block;
  position: absolute;
}
#l-footer .footer-content .content-inner .content-about .about-access .access-item.map:before {
  background: url(../images/i_map.png) center no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 18px;
  top: 3px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content .content-inner .content-about .about-access .access-item.map:before {
    width: 17px;
    height: 22px;
    top: 5px;
  }
}
#l-footer .footer-content .content-inner .content-about .about-access .access-item.tel:before {
  background: url(../images/i_tel.png) center no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: 20px;
  top: 5px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-content .content-inner .content-about .about-access .access-item.tel:before {
    top: 3px;
    width: 13px;
    height: 23px;
  }
}
#l-footer .footer-catch {
  background: #cd4e38;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  padding: 7px 10px 6px;
}
@media print, screen and (min-width: 768px) {
  #l-footer .footer-catch {
    font-size: 1.4rem;
    padding: 11px 10px 9px;
  }
}