@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.none {
  display: none !important;
}

.none-d {
  display: none !important;
}

@font-face {
  font-display: swap;
  font-family: 'font_woff';
  font-style: normal;
  font-weight: 400;
  src: url("https://use.fontawesome.com/releases/v5.3.0/webfonts/fa-brands-400.woff2") format("woff2");
}

/* ===================================================
   base
==================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, MyYuGothicM, YuGothic, "Noto Sans Japanese", "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

main {
  display: block;
}

.plain main {
  max-width: none;
  margin: 0 0 65px;
  padding: 0;
}

/* 電話
========================================== */

/* =====================================
  section
==================================== */
.section-ttl {
  background: #00655a;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
}

/* =====================================
  top
==================================== */
.main {
  margin-bottom: 20px;
}

/* hero
==================================== */
.hero {
  background: url(../img/mv_image_sp.png) center top no-repeat;
  height: 84.84375vw;
  text-align: center;
}

.hero .pc_only {display: none;}

.hero-container {
  padding-top: 3.125vw;
  position: relative;
}

.hero-ttl {
  margin-bottom: 2.1875vw;
}

.heroTtl-balloon {
  background: #ff4317;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 2.65625vw;
  padding: 1.06667vw 3.125vw;
  position: relative;
}

.heroTtl-balloon:after {
  border-color: #ff4217 transparent transparent transparent;
  border-style: solid;
  border-width: 1.6vw 1.53333vw 0 1.53333vw;
  bottom: -1.6vw;
  content: '';
  height: 0;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 0;
}

.heroTtl-txt01 {
  display: inline-block;
  font-size: 16.5px;
  font-size: 1.65rem;
  margin-bottom: 2vw;
}

.heroTtl-txt02 {
  color: #00655a;
  display: inline-block;
  font-size: 41px;
  font-size: 4.1rem;
}

.hero-txt01 {
  color: #ff4317;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6vw;
}

.hero-txt01.-end {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.hero-txt01 b {
  font-size: 25.5px;
  font-size: 2.55rem;
}

.hero-txt01 sup {
  color: #000;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  vertical-align: super;
}

.hero-txt02 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}

.hero-txt02 b {
  border-bottom: 3px double #00655a;
  display: inline-block;
  font-size: 17.5px;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 2.8125vw;
  padding-bottom: .4vw;
  padding-top: 2.8125vw;
}

.hero-badge {
  position: absolute;
  right: 2.8vw;
  top: 32.34375vw;
}

/* outline
==================================== */

.outline-lists {
  line-height: 1.5;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outline-lists li {
  margin-bottom: 10px;
  margin-left: calc(1em + 3px);
  text-indent: calc(-1em - 3px);
}

.outline-lists li:before {
  content: '\025cf';
  margin-right: 3px;
}

.outline-read {
  margin: auto auto 18px;
  font-size: 1.6rem;
  line-height: 2rem;
}

.outline-box {
  border-bottom: 2px solid #ff4317;
  border-top: 2px solid #ff4317;
  color: #ff4317;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  text-align: center;
}

.outline-period {
  border-top: 1px solid #bfbfbf;
  padding-bottom: 20px;
  padding-top: 18px;
  text-align: center;
}

.outlinePeriod-ttl {
  border: 1px solid #bfbfbf;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 13px;
  padding: 7px 13px;
}

.outlinePeriod-txt01 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
}

.outlinePeriod-txt01.-end {
  color: #ff0000;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.outlinePeriod-txt01 small {
  font-size: 10px;
  font-size: 1rem;
}

.outlinePeriod-txt02 {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
}

.outlinePeriod-lists {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

/* howto
==================================== */
.howto {
  background: #f6f6f6;
}

.howto-block {
  padding-bottom: 10px;
  text-align: center;
}

.howto-block:not(:first-of-type) {
  border-top: 1px solid #bfbfbf;
}

.howto-block:nth-of-type(2), .howto-block:nth-of-type(3) {
  padding-bottom: 35px;
}

.howtoBlock-ttl {
  color: #00655a;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 13px;
}

.howtoBlock-ttl img {
  margin-bottom: 10px;
}

.howtoBlock-txt {
  line-height: 1.5;
}

.howtoBlockTtl-number {
  color: #000;
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  position: relative;
  text-align: center;
}

.howtoBlockTtl-number:after {
  border-color: #00655a transparent transparent transparent;
  border-style: solid;
  border-width: 71px 101px 0 101px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}

.howtoBlockTtl-number span {
  border: 1px solid red;
  font-size: 18px;
  font-size: 1.8rem;
}

.howto-qr {
  margin-right: 10px;
  width: 28.28125vw;
}

.howto-box {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14px;
}

.howtoBox-inner {
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: start;
      -ms-flex-flow: column;
          flex-flow: column;
      -ms-flex-pack: justify;
  font-size: 11px;
  font-size: 1.1rem;
          justify-content: space-between;
}

.howtoBox-txt {
  line-height: 1.7;
  text-align: left;
}

.howtoBox-dl {
  margin-bottom: 5px;
  margin-top: auto;
}

.howtoBox-dl a {
  color: #14B87E;
  text-decoration: underline;
}

.howtoBox-dl a:hover {
  text-decoration: none;
}

.howto-note {
  background: #fff;
  border: 2px solid #fe4316;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 8px 14px;
  text-align: left;
}

.howtoNote-txt {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.howtoNote-lists li {
  color: #ff4317;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 10px;
}

.howtoNote-lists li small {
  color: #231815;
  font-size: 11px;
  font-size: 1.1rem;
}

.howto-step {
  position: relative;
}

.howto-step:not(:last-child):before {
  border-color: #b1b1b3 transparent transparent transparent;
  border-style: solid;
  border-width: 3.125vw 3.28125vw 0 3.28125vw;
  content: '';
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0;
}

.howto-step p {
  line-height: 1.5;
  text-align: left;
}

.howto-atten {
  background: #fff;
  border: 1px solid #51be00;
  border-radius: 7.5px;
  margin-left: 3.125vw;
  margin-right: 3.125vw;
}

.howtoAtten-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.howtoAtten-ttl {
  color: #52bd00;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}

.howtoAtten-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}

.howtoAtten-lists {
  counter-reset: item;
  width: 100%;
}

.howtoAtten-lists li {
          align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: start;
  line-height: 1.5;
  margin-bottom: 5px;
}

.howtoAtten-lists li:before {
          align-items: center;
  background: #52bd00;
  border-radius: 20px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  content: counter(item);
  counter-increment: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  -ms-flex-negative: 0;
      -ms-flex-pack: center;
      flex-shrink: 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  height: 4.2vw;
          justify-content: center;
  line-height: 1;
  margin-right: 5px;
  margin-top: 1.5px;
  padding-left: 1.1px;
  padding-right: 1.1px;
  padding-top: 1.1px;
  width: 4.2vw;
}

/* stamp
==================================== */
.stamp {
  text-align: center;
}
.stamp .img_outer {
  padding: 10px;
  background: #fff;
  display: inline-block;
  border: 2px solid #ddd;
  width: 95%;
}

/*
.stamp-lists {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
      -ms-flex-pack: center;
          justify-content: center;
}

.stamp-lists li {
  margin: 0 4.0625vw 15px;
}

.stamp-lists img {
  width: 37.5vw;
}
*/

/* atten
==================================== */
.atten {
  padding-top: 30px;
}

.atten .atten-txt {
  line-height: 1.5;
  margin-bottom: 10px;
}

.atten-ttl {
  border: 1px solid #00655a;
  border-radius: 15px;
  color: #00655a;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 40px;
  text-align: center;
  width: 43.75vw;
}

.atten-lists {
  margin-bottom: 20px;
}

.atten-lists li {
  line-height: 1.5;
  margin-bottom: 15px;
  margin-left: 1em;
  text-indent: -1em;
}

.atten-lists ._list_mark-01 li, .atten-lists ._list_notice-01 li {
  text-indent: 0;
  margin-left: 0;
  margin-bottom: 5px;
  margin-top: 0;
}

.atten-lists ._list_notice-01 {
  font-size: 87.5%;
}

._list_mark-01.-w-1em > li {
  padding-left: 1em;
}

.atten-lists > li:before {
  content: '\025cf';
  margin-right: 3px;
}



/* inquiry
==================================== */
.inquiry {
  background: #f6f6f6;
  border: 1px solid #bfbfbf;
  padding: 14px 15px 14px;
  text-align: center;
}

.inquiry-ttl {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.inquiry-txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.inquiry-txt a {
  color: #00655a;
}

.inquiry-txt span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
}

.inquiry-txt strong {
  color: #00655a;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
}

.inquiry-note {
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (min-width: 321px) {
  .none-ss {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .none-sm {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .none-md {
    display: none !important;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section-ttl {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 35px;
    padding-bottom: 11px;
    padding-top: 12px;
  }
  .main {
    margin-bottom: 65px;
  }
  .hero {
    background: #001e55;
    height: auto;
    overflow-x: hidden;
  }
  .hero .pc_only {display: block;margin: auto;}
  .hero-container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
  }
  .hero-ttl {
    margin-bottom: 10px;
  }
  .heroTtl-balloon {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 28px;
    padding: 8px 20px;
  }
  .heroTtl-balloon:after {
    border-width: 13px 11.5px 0 11.5px;
    bottom: -11px;
  }
  _:-ms-lang(x)::-ms-backdrop, .heroTtl-balloon {
    padding: 10px 20px 5px;
  }
  _:-ms-lang(x)::backdrop, .heroTtl-balloon {
    padding: 10px 20px 5px;
  }
  .heroTtl-txt01 {
    font-size: 33px;
    font-size: 3.3rem;
    margin-bottom: 10px;
  }
  .heroTtl-txt02 {
    font-size: 91px;
    font-size: 9.1rem;
  }
  .hero-txt01.-end {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  .hero-txt01 {
    font-size: 32.7px;
    font-size: 3.27rem;
    margin-bottom: 20px;
  }
  .hero-txt01 b {
    font-size: 46.8px;
    font-size: 4.68rem;
  }
  .hero-txt01 sup {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    vertical-align: super;
  }
  .hero-txt02 {
    font-size: 21.5px;
    font-size: 2.15rem;
    line-height: 1.5;
  }
  .hero-txt02 b {
    border-bottom: 5px double #00655a;
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 8px;
    padding-bottom: 3px;
    padding-top: 7px;
  }
  .hero-badge {
    height: 112px;
    top: 200px;
    width: 112px;
  }
  .outline-lists {
    line-height: 1.8;
    max-width: 760px;
  }
  .outline-read {
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 760px;
    padding: 10px 10px 8px;
    font-size: 2rem;
  }
  .outline-box {
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 760px;
    padding: 10px 10px 8px;
  }
  .outline-period {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .outlinePeriod-ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 10px 40px;
  }
  .outlinePeriod-txt01.-end {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 25px;
    margin-top: 10px;
  }
  .outlinePeriod-txt01 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  .outlinePeriod-txt01 small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .outlinePeriod-txt02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
  .outlinePeriod-lists {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .outlinePeriod-lists li {
    margin-bottom: 5px;
  }
  .howto-block {
    padding-bottom: 45px;
  }
  .howto-block:nth-of-type(2), .howto-block:nth-of-type(3) {
    padding-bottom: 55px;
  }
  .howtoBlock-ttl {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  .howtoBlock-ttl img {
    margin-bottom: 20px;
  }
  .howto-qr {
    margin-right: 30px;
    width: 132px;
  }
  .howto-box {
    margin-bottom: 30px;
  }
  .howtoBox-inner {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .howto-note {
    border: 3px solid #fe4316;
    margin-bottom: 25px;
    margin-top: 20px;
    min-width: 620px;
    padding: 20px;
    text-align: center;
  }
  .howtoNote-txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .howtoNote-lists {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .howtoNote-lists li {
    font-size: 20px;
    font-size: 2rem;
    margin-left: 5px;
    margin-right: 10px;
  }
  .howtoNote-lists li small {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .howto-steps {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .howto-step {
    padding: 14px 20px 5px;
    width: 25%;
  }
  .howto-step:not(:last-child) {
    border-right: 1px solid #bfbfbf;
  }
  .howto-step:not(:last-child):before {
    border-color: transparent transparent transparent #b1b1b3;
    border-width: 15px 0 15px 15px;
    right: -16px;
    top: calc(50% - 15px);
  }
  .howto-img {
    height: 285px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .howto-atten {
    border: 2px solid #51be00;
    border-radius: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 50px 35px;
  }
  .howtoAtten-ttl {
    margin-bottom: 35px;
    text-align: center;
  }
  .howtoAtten-img {
    margin-right: 35px;
    width: 114px;
  }
  .howtoAtten-lists li:before {
    border-radius: 50px;
    font-size: 13px;
    font-size: 1.3rem;
    height: 20px;
    margin-right: 5px;
    margin-top: 1.5px;
    padding-left: 1.1px;
    padding-right: 1.1px;
    padding-top: 1.1px;
    width: 20px;
  }
  .stamp .img_outer{
    margin-bottom: 40px;
    width: auto;
  }
  /*
  .stamp-lists {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .stamp-lists li {
    margin: 0 30px 60px;
  }
  .stamp-lists img {
    width: 200px;
  }
  */
  .atten {
    width: 100%;
  }
  .atten-ttl {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 40px;
    padding: 4px 10px;
    width: 200px;
  }
  .atten-lists {
    margin-bottom: 95px;
  }
  .inquiry {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    padding: 20px 20px 25px;
  }
  .inquiry-ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .inquiry-txt {
    margin-bottom: 30px;
  }
  .inquiry-txt span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry-txt strong {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .inquiry-note {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .section-ttl {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .hero-container {
    width: 100%;
  }
  .hero-badge {
    left: calc(50% + 272px);
  }
  .outline-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .outlinePeriod-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 992px) {
  .none-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) {
  .none-xl {
    display: none !important;
  }
  .hero-container {
    padding-top: 24px;
    width: 1100px;
  }
  .hero-badge {
    right: 165px;
  }
  .outlinePeriod-lists {
    max-width: 1080px;
  }
  .howto-steps {
    max-width: 945px;
  }
  .howto-atten {
    margin-left: auto;
    margin-right: auto;
    width: 945px;
  }
  .stamp-lists {
    width: 1042px;
  }
  .atten {
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 320px) {
  .none-d-ss {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .none-d-sm {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .none-d-md {
    display: none !important;
  }
  html {
    font-size: 3.125vw;
  }
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .section-ttl {
    line-height: 1.3;
  }
  .hero {
    background-size: contain;
  }
  .heroTtl-txt02 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.15;
  }
  .hero-badge {
    height: 17.5vw;
    width: 17.5vw;
  }
  .outline-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .outline-lists {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .outlinePeriod-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .outlinePeriod-lists {
    text-align: left;
  }
  .howto-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .howtoBlock-ttl img {
    width: 37.96875vw;
  }
  .howtoBlock-txt.is-left {
    text-align: left;
  }
  .howto-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 4.125vw 20px;
  }
  .howto-step figure {
    -webkit-box-ordinal-group: 3;
        flex-basis: 35vw;
    -ms-flex-negative: 0;
        -ms-flex-order: 2;
    -ms-flex-preferred-size: 35vw;
        flex-shrink: 0;
            order: 2;
    width: 35vw;
  }
  .howto-step:not(:last-child) {
    border-bottom: 1px solid #bfbfbf;
  }
  .howto-step:not(:last-child):before {
    bottom: 0;
    right: calc(50% - 1.6vw);
    top: 100%;
  }
  .howtoStep-main {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-flow: column;
            flex-flow: column;
        -ms-flex-pack: justify;
    font-size: 11px;
    font-size: 1.1rem;
            justify-content: space-between;
    margin-right: 20px;
    text-align: left;
    width: calc(100% - 35vw);
  }
  .howtoStep-main img {
    width: 13.4375vw;
  }
  .howtoStep-main p {
    line-height: 1.8;
  }
  .howto-img {
    height: auto;
    width: 100%;
  }
  .howto-atten {
    padding: 4.6875vw;
  }
  .howtoAtten-header {
            align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-align: center;
    margin-bottom: 20px;
    text-align: left;
  }
  .howtoAtten-ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
            order: 2;
  }
  .howtoAtten-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    margin-left: 10px;
            order: 1;
    width: 17.8125vw;
  }
  .howtoAtten-lists li {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .stamp {
    padding-bottom: 15px;
  }
  .stamp-lists {
    margin-top: 15px;
  }
  .atten-lists {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inquiry {
    line-height: 1.5;
    margin-left: 15px;
    margin-right: 15px;
  }
  .inquiry-txt span {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .none-d-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1079px) {
  .none-d-xl {
    display: none !important;
  }
  .atten {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* footer */
.plain #page_footer .info-02 > .inner .copyright {
  float: right;
}
@media screen and (max-width: 767px) {
  .plain #page_footer .info-02 > .inner .copyright {
    float: none;
  }  
}