@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url(fontawesome-all.min.css);
/*  reset
----------------------------------------------------*/
* {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  padding: 0;
  margin: 0;
}

*, *:before, *:after, ::before, ::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 1px solid transparent;
}

@​media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: transparent;
  color: #4c4c4c;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  position: relative;
  z-index: 0;
}

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

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

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0 0;
}

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

p {
  line-height: 1.6;
}

p, li, dt, dd {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
}

pre {
  white-space: pre-wrap;
}

:root {
  line-sizing: normal;
}

:root {
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

address, em {
  font-style: normal;
}

fieldset {
  border: 0 none;
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a, a:hover {
  outline: 0;
  text-decoration: none;
  transition: all 100ms linear;
}

a, a:link {
  color: #33c;
  text-decoration: none;
}

button:focus {
  outline: 0;
  background-color: transparent;
  border: 0 solid transparent;
}

* > span {
  font-size: inherit;
}

@media screen and (max-width: 320px) {
  p, li, dt, dd {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }

  * span {
    font-size: inherit;
  }
}
body.pages {
  /* 画像がfade表示 */
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

/* 画像がfade表示 */
@keyframes fadeIn {
  /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
  0% {
    opacity: 0;
  }
  /* 始め */
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  /* 終わり */
}
/*古いブラウザ用*/
/* @media (min-width: 768px) {
iPadmini以上 ---------------------------------------------------

}//tablet */
@media (min-width: 1024px) {
  /*iPadpro notePC ---------------------------------------------------------------- */
  html {
    overflow-y: scroll;
  }

  /*スクロールバー全体*/
  ::-webkit-scrollbar {
    width: 5px;
    position: relative;
    right: 2px;
  }

  /*スクロールバーの軌道*/
  ::-webkit-scrollbar-track {
    background-color: #f6f6f6;
  }

  /*スクロールバーの動く部分*/
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }

  a:hover {
    opacity: 0.7;
  }
}
/*  common
----------------------------------------------------*/
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.1, 1.4);
    opacity: 0;
  }
}
.bk {
  color: #000;
}

.red {
  color: #f50012;
}

.redCi {
  color: #90BF00;
}

.cnt {
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
  position: relative;
}

section#container-fluid {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  min-height: 100vh;
  z-index: 0;
}

#contents {
  background-color: #fff;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
#contents main {
  padding: 0;
  position: relative;
  z-index: 0;
}

header, footer, [id^=sec] {
  position: relative;
  z-index: 1;
}
header .container, footer .container, [id^=sec] .container {
  position: relative;
  z-index: 0;
  width: 100%;
}
header .container .row, footer .container .row, [id^=sec] .container .row {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

* .container [class^=ttl] {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  padding: 0 20px;
  width: 100%;
  height: 4.5em;
  line-height: 4.5em;
  overflow: visible;
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
* .container [class^=ttl] > img {
  height: 1.6em;
  width: auto;
  z-index: 3;
}
* .container [class^=ttl] > span.ph, * .container [class^=ttl] > span.ph2 {
  display: inline-block;
  background: url(../images/ttl_ph01.png) center center no-repeat;
  background-size: contain;
  height: 6em;
  width: 6em;
  position: absolute;
  top: -0.75em;
  left: -1em;
  z-index: 2;
}
* .container [class^=ttl] > span.ph2 {
  background: url(../images/ttl_ph00.png) center center no-repeat;
  background-size: contain;
}
* .container .ttlOrg {
  background-color: #FF6D00;
}
* .container .ttlGrn {
  background-color: #0F7300;
}
* .container .ttlBlu {
  background-color: #0082E5;
}
* .container .ttlPh img {
  position: relative;
  left: 1em;
}
* .container .formBtn {
  width: 100%;
  margin-top: 2em;
  position: relative;
}
* .container .formBtn a {
  display: block;
  width: 100%;
  border-radius: 2em;
  padding: 0 2em 0 1em;
  margin: 0 auto 40px;
  line-height: 4em;
  height: 4em;
  background: #FF6D00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-indent: -1.5em;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 3px 3px 1px rgba(55, 55, 55, 0.2);
}
* .container .formBtn a:before {
  content: "";
  width: 100%;
  border-radius: 2em;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: pulse 1.2s ease infinite;
  background: #FF6D00;
  z-index: 0;
}
* .container .formBtn a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  right: 0.75em;
  bottom: 50%;
  transform: translate(0, 50%);
}
* .container .formBtn a span {
  position: relative;
  z-index: 9;
}
* .container .topBtn {
  text-align: center;
  margin: 0 auto 100px;
}
* .container .topBtn a {
  border-radius: 1.5em;
  background-color: #ff9800;
  color: #fff;
  font-size: 16px;
  height: 3em;
  line-height: 3em;
  padding: 0 20px;
  min-width: 10em;
  display: inline-block;
  margin: 0 auto;
}

.parallax {
  height: 280px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax.bg-01 {
  background-image: url(../images/image_wide01.jpg);
  background-position: center center;
}

.parallax.bg-02 {
  background-image: url(../images/image_wide02.jpg);
  background-position: center bottom;
}

.parallax.bg-03 {
  background-image: url(../images/image_wide03.jpg);
  background-position: center center;
}

.parallax.bg-04 {
  background-image: url(../images/image_wide04.jpg);
  background-position: center center;
}

@media (max-width: 374px) {
  * .container .formBtn a {
    font-size: 1.3rem;
  }

  * .container [class^=ttl] > img {
    height: 1.2em;
  }
}
@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  #contents main {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 15px 0 0;
  }

  .container {
    max-width: 100%;
  }

  * .container [class^=ttl] {
    margin: 0 auto 30px;
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
    position: relative;
  }
  * .container [class^=ttl] img {
    max-height: 54px;
    height: 44px;
    width: auto;
    margin: 0 auto;
  }
  * .container [class^=ttl] span.ph, * .container [class^=ttl] span.ph2 {
    height: 120px;
    width: 120px;
    position: absolute;
    top: -20px;
    left: 7%;
    z-index: 2;
  }
  * .container .formBtn {
    margin-bottom: 60px;
  }
  * .container .formBtn a {
    font-size: 32px;
  }

  .parallax {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  /* notePC ---------------------------------------------------------------- */
  #contents {
    width: 100%;
    margin: 0 auto;
  }

  * .container [class^=ttl] {
    height: 100px;
    line-height: 100px;
    position: relative;
  }
  * .container [class^=ttl] img {
    height: 54px;
  }
  * .container [class^=ttl] span.ph, * .container [class^=ttl] span.ph2 {
    height: 140px;
    width: 140px;
    top: -20px;
    left: 20vw;
  }

  .container .row {
    max-width: 1024px;
    margin: 0 auto;
  }
  .container .row .formBtn {
    max-width: 720px;
    margin: 0 auto 60px;
  }
  .container .row .formBtn a {
    font-size: 35px;
    letter-spacing: 2px;
    padding-right: 2.5em;
  }
  .container .row .formBtn a:hover {
    background: #ff4000;
    opacity: 1;
    box-shadow: 1px 1px 1px rgba(55, 55, 55, 0.4);
    transition: 0.1s;
  }

  .parallax {
    height: 650px;
  }
}
@media (min-width: 1280px) {
  /* Desktop WidePC ---------------------------------------------------------------- */
}
/*  header
----------------------------------------------------*/
header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
header h1 {
  background-color: #90BF00;
  color: #fff;
  font-size: 1.6em;
  font-family: "M PLUS Rounded 1c";
  letter-spacing: 2px;
  line-height: 5em;
  height: 5em;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
}
header #topImage {
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
}
header #topImage p {
  font-size: 1.2em;
  color: #000;
  padding: 0 15px;
  line-height: 1.6;
  text-align: center;
  margin: 10px auto 30px;
}
header #topImage p span.block {
  font-size: 1.3em;
  display: block;
  margin: 0 auto;
  clear: both;
}
header #topImage p a {
  color: #fff;
  font-size: 0.9em;
  padding: 0 2.5em 0 1em;
  margin-top: 6px;
  background-color: #0082E5;
  border-radius: 1.5em;
  line-height: 3em;
  height: 3em;
  display: inline-block;
  position: relative;
}
header #topImage p a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  font-size: 1em;
  position: absolute;
  right: 0.8em;
}
header .container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
header .container > .row {
  height: 100%;
  position: relative;
  padding: 0 15px;
}

@media (max-width: 374px) {
  header h1 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  header #topImage {
    margin-bottom: 0.5em;
    position: relative;
    z-index: 1;
  }
  header #topImage p {
    font-size: 1rem;
  }
  header #topImage p a {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  header {
    width: 100%;
    height: auto;
  }
  header h1 {
    font-size: 16px;
  }
  header #topImage {
    margin-bottom: 0.5em;
    position: relative;
    z-index: 1;
  }
  header #topImage p {
    font-size: 16px;
    padding: 0 30px;
    margin: 20px auto 60px;
  }
}
@media (min-width: 1024px) {
  /* iPadPro notePC ---------------------------------------------------------------- */
  header h1 {
    font-size: 28px;
    letter-spacing: 4px;
  }
  header #topImage {
    margin-bottom: 0;
  }
  header #topImage img {
    max-width: 1024px;
    margin: 0 auto;
  }
  header #topImage p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2em;
    max-width: 1024px;
    padding: 20px 30px 0;
  }
  header #topImage p a:hover {
    opacity: 0.7;
  }
  header .container .row {
    max-width: 1024px !important;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  /* notePC ---------------------------------------------------------------- */
}
/*  footer
----------------------------------------------------*/
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#container-fluid {
  flex-grow: 1;
}

footer {
  display: flex;
  width: 100%;
  background-color: #90BF00;
  padding: 1em 0 1em;
  position: relative;
  z-index: 0;
}
footer .container .row .copy {
  color: #fff;
  font-size: 1.1rem;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}

#pagetopBtn {
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 1px 2px 0 rgba(15, 115, 0, 0.7);
  position: fixed !important;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  transform: rotateY(270deg);
  transition: 0.5s;
  height: 55px;
  width: 55px;
  bottom: 20px;
  right: 15px;
}
#pagetopBtn a {
  background-color: #90BF00;
  color: #fff;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 55px;
  height: 55px;
  width: 55px;
  display: block;
}
#pagetopBtn:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -57px;
}

@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  footer .container .row #pagetopBtn {
    height: 75px;
    width: 75px;
    bottom: 190px;
    right: 25px;
  }
  footer .container .row #pagetopBtn a {
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    display: block;
  }
  footer .container .row #pagetopBtn:hover {
    text-decoration: none;
  }
  footer .container .row #pagetopBtn::after {
    font-size: 18px;
    top: -70px;
  }
}
@media (min-width: 1024px) {
  /* notePC ---------------------------------------------------------------- */
  footer {
    position: relative;
    z-index: 9;
    padding: 30px 0;
  }
  footer .container .row {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
  }
  footer .container .row .copy {
    letter-spacing: 3px;
  }

  #pagetopBtn a:hover {
    opacity: 0.7;
  }
}
/* html {
  overflow: hidden;
}
body {
  overflow: hidden;
} */
#formCnt {
  width: 100%;
  margin: 0 auto 60px;
}
#formCnt > h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
#formCnt p {
  font-size: 16px;
  margin-bottom: 1em;
}
#formCnt fieldset {
  border: 0 none;
}
#formCnt dl {
  margin: 0 auto 20px;
  padding: 0;
}
#formCnt dl dt, #formCnt dl dd {
  width: 100%;
  display: block;
}
#formCnt dl dt {
  background-color: #f6f6f6;
  padding: 0 0.5em;
  margin-bottom: 5px;
  line-height: 2.5em;
  min-height: 2.5em;
}
#formCnt dl dt label {
  font-size: 14px;
}
#formCnt dl dt label span {
  background-color: #f50012;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  font-family: sans-serif;
  text-align: center;
  padding: 1px 10px;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
#formCnt dl dt label span.nini {
  background-color: #ff9800;
}
#formCnt dl dt.long {
  padding: 4px 1em 4px 0.5em;
  line-height: 1.4;
}
#formCnt dl dd {
  position: relative;
  border-bottom: dotted 1px #aaa;
  padding: 10px 0 10px;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
#formCnt dl dd .comm {
  font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
  color: #544;
}
#formCnt fieldset.confirmCnt dl.form-group {
  margin-bottom: 2em;
}
#formCnt fieldset.confirmCnt dl.form-group dd {
  padding: 5px 0.5em 1em;
}
#formCnt fieldset.confirmCnt dl.form-group p, #formCnt fieldset.confirmCnt dl.form-group label {
  font-size: 16px;
  position: relative;
}
#formCnt input {
  border: solid 2px #ddd;
  border-radius: 3px;
  letter-spacing: 1px;
  height: 40px;
  font-size: 1.6rem;
}
#formCnt input[type=text], #formCnt input[type=email], #formCnt input[type=date], #formCnt input[type=password], #formCnt input[type=tel], #formCnt input[type=search] {
  padding: 1rem;
  line-height: 2.5em;
  border-radius: 5px;
  font-family: sans-serif;
}
#formCnt input[type=text], #formCnt input[type=email], #formCnt input[type=date], #formCnt input[type=search] {
  display: inline-block;
  margin: 0 6px 10px 0;
}
#formCnt input[type=date] {
  min-width: 11em;
}
#formCnt select {
  border: solid 2px #ddd;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  font-family: sans-serif;
}
#formCnt textarea {
  border: solid 2px #ddd;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 10px;
  min-height: 12em;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-family: sans-serif;
}
#formCnt .checkLabel label {
  line-height: 24px;
  height: 24px;
  margin-right: 1em;
  margin-bottom: 10px;
  display: inline-block;
}
#formCnt .checkbox {
  display: none;
}
#formCnt .checkbox-fontas {
  position: relative;
  vertical-align: middle;
  font-size: 21px;
  line-height: 0;
  margin-right: 3px;
  top: -3px;
}
#formCnt .checkbox + .checkbox-fontas:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #ccc;
}
#formCnt .checkbox:checked + .checkbox-fontas:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #90BF00;
}
#formCnt .check p.schTxt {
  display: block;
}
#formCnt label {
  min-width: 2.2em;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
}
#formCnt input[type=text] {
  width: 100%;
}
#formCnt input.hour {
  width: 80%;
}
#formCnt .mmail input {
  width: 100%;
}
#formCnt input#tel {
  width: 100%;
}
#formCnt span.zipBox {
  display: block;
  width: 100%;
}
#formCnt span.zipBox input {
  width: 10em;
  max-width: 50%;
}
#formCnt select.pref {
  width: 100%;
}
#formCnt select.age {
  width: 5em;
  text-align: center;
}
#formCnt .birth input[type=text] {
  width: 3.5em;
}
#formCnt .birth input[type=text]:first-of-type {
  width: 6em;
}
#formCnt dd.radio-inline input[type=radio] {
  opacity: 0;
  position: absolute;
}
#formCnt dd.radio-inline label {
  display: inline-block;
  border-radius: 20px;
  font-family: sans-serif;
  cursor: pointer;
  width: 80px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 0 0;
  padding: 0;
  background: #aaa;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-indent: 1em;
  transition: 0.3s;
  position: relative;
}
#formCnt dd.radio-inline input[type=radio] + label:before {
  content: "●";
  color: rgba(255, 255, 255, 0.5);
  font-size: 1em;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: -5px;
}
#formCnt dd.radio-inline input[type=radio]:checked + label:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
}
#formCnt dd.radio-inline input[type=radio]:checked + .Fchk {
  background-color: #90BF00;
}
#formCnt dd.radio-inline input[type=radio]:checked + .Mchk {
  background-color: #cc5700;
}
#formCnt dl#submit {
  border-bottom: 0 none;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#formCnt dl#submit dt, #formCnt dl#submit dd {
  border: none;
  width: 48%;
  display: block;
  text-align: left;
  padding: 0;
  position: relative;
  background-color: transparent;
}
#formCnt dl#submit dd {
  text-align: right;
}
#formCnt .bt label {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  position: relative;
}
#formCnt .bt label.confirm {
  background-color: #ff9800;
  width: 70%;
  margin: 0 auto;
}
#formCnt .bt label.confirm:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: 15px;
}
#formCnt .bt label.fix {
  background-color: #33578f;
  width: 100%;
  margin: 0 auto;
}
#formCnt .bt label.fix:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 10px;
}
#formCnt .bt label.fix input {
  text-indent: 1em;
}
#formCnt .bt label.submit {
  background-color: #FF6D00;
  width: 100%;
  padding-right: 2em;
}
#formCnt .bt label.submit:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: 10px;
}
#formCnt .bt label.submit input {
  text-indent: 1em;
}
#formCnt input[type=submit] {
  background-color: transparent;
  border: 0 none;
  width: 100%;
  padding: 0 20px;
  display: block;
  color: #fff;
  text-indent: -1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#formCnt .formError .formErrorContent {
  font-family: sans-serif;
}
#formCnt .formTxt {
  font-size: 14px;
  padding: 0;
  letter-spacing: 0.03em;
  text-indent: -0.07em;
  display: block;
  clear: both;
}
#formCnt #sendMsg {
  font-size: 16px;
  padding: 20px 3% 200px;
  line-height: 2;
}

.formError {
  margin-left: -70%;
}

@media (max-width: 374px) {
  #formCnt p {
    font-size: 1.2rem;
  }
  #formCnt .submitBtn label input[type=submit] {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (min-device-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  #formCnt input[type=text], #formCnt input[type=email], #formCnt input[type=password], #formCnt input[type=tel], #formCnt input[type=search] {
    max-width: 90%;
  }
  #formCnt input[type=text] {
    width: 80%;
  }
  #formCnt .check p.schTxt {
    display: inline-block;
    margin-right: 1.5em;
  }
  #formCnt .mmail input {
    width: 100%;
  }
  #formCnt input#tel {
    width: 50%;
  }
  #formCnt dl.form-group.addr > dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #formCnt span.zipBox {
    width: 100%;
  }
  #formCnt select.pref {
    width: 22%;
  }
  #formCnt input.addr2 {
    width: 76%;
  }
}
@media (min-width: 1024px) and (min-device-width: 1024px) {
  /* notePC ---------------------------------------------------------------- */
  .formCatch {
    max-width: 960px;
    margin: 0 auto 60px;
  }
  .formCatch > img {
    max-width: 900px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }
  .formCatch dl dt {
    width: 70%;
  }
  .formCatch dl dd {
    width: 30%;
  }
  .formCatch dl + p {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
  }

  #formCnt {
    width: 960px;
    margin: 0 auto 60px;
  }
  #formCnt p {
    max-width: 900px;
    margin: 0 auto 15px;
  }
  #formCnt p[class^=cat] {
    margin-bottom: 30px;
  }
  #formCnt .bt label {
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    width: 350px !important;
  }
  #formCnt .bt label input {
    font-size: 24px;
    letter-spacing: 2px;
  }
  #formCnt label:hover {
    opacity: 0.7;
  }

  .formError {
    margin-left: -10%;
  }
}
/*	fix css
----------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w91 {
  width: 91% !important;
}

.w92 {
  width: 92% !important;
}

.w93 {
  width: 93% !important;
}

.w94 {
  width: 94% !important;
}

.w95 {
  width: 95% !important;
}

.w96 {
  width: 96% !important;
}

.w97 {
  width: 97% !important;
}

.w98 {
  width: 98% !important;
}

.w99 {
  width: 99% !important;
}

.w100 {
  width: 100% !important;
}

.mclear {
  margin: 0 !important;
}

.pclear {
  padding: 0 !important;
}

.mp0 {
  margin: 0 !important;
  padding: 0 !important;
}

.fN {
  font-weight: normal !important;
}

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

/* サイズプラス */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* サイズマイナス */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.nofl {
  float: none !important;
}

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

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

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

.noBdr {
  border: none !important;
}

.noBdrT {
  border-top: none !important;
}

.noBdrB {
  border-bottom: none !important;
}

.noBdrL {
  border-left: none !important;
}

.noBdrR {
  border-right: none !important;
}

.lh0 {
  line-height: 0 !important;
}

.lh09 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.clr {
  clear: both;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineB {
  display: inline-block !important;
}

.ofh {
  overflow: hidden !important;
}

.nowrap {
  white-space: nowrap !important;
}

.indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.hideTxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.under {
  text-decoration: underline !important;
}

.marker {
  background: linear-gradient(transparent 50%, #ffff88 0%);
  display: inline;
  /*横に余白、下にずらす調整*/
  padding: 0 2px 2px;
}

.centerImg {
  text-align: center !important;
}
.centerImg img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

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

  .noPC {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .bt a:hover, .bt a:hover img {
    opacity: 0.7;
  }

  .noPC {
    display: none !important;
  }

  .noSP {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .noTab {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .noTab {
    display: block !important;
  }
}
[id^=sec] {
  background-color: #fff;
  position: relative;
}
[id^=sec] .container {
  width: 100%;
  max-width: 100%;
  display: block;
  z-index: 1;
}
[id^=sec] .container .row .cat1 {
  color: #1c1c1c;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}
[id^=sec] .container .row .cat1 span {
  color: #f50012;
}
[id^=sec] .container .row .cat2 {
  color: #0F7300;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}
[id^=sec] .container .row .caution1 {
  color: #f50012;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}
[id^=sec] .container .row .txtR {
  font-size: 1em;
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

#sec0 .container .row p.txt {
  color: #1c1c1c;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  padding: 0 20px;
  margin: 0 auto 40px;
}

#sec1 .container .row .fig1 {
  margin: 1em auto 40px;
}

#sec2 .container .row .innCnt {
  background-color: #90BF00;
  border-radius: 1em;
  display: block;
  margin-bottom: 30px;
  padding: 10px;
}
#sec2 .container .row .innCnt li {
  padding: 0 5px;
  margin-bottom: 5px;
}
#sec2 .container .row .innCnt .innTag {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
#sec2 .container .row .innCnt .innTag img {
  margin-left: 5px;
  height: 1em;
  width: auto;
}
#sec2 .container .row .innCnt .innName {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  line-height: 1.6em;
  min-height: 1.6em;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
#sec2 .container .row .innCnt .innName > span:first-child {
  font-size: 1rem;
  background-color: #fff;
  color: #4c4c4c;
  line-height: 24px;
  height: 24px;
  padding: 0 0.4em 0;
  margin-right: 6px;
  border-radius: 0.4em;
  position: relative;
  top: 0.5em;
}
#sec2 .container .row .innCnt .innName h3 {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
}
#sec2 .container .row .innCnt .innName h3.long {
  font-size: 1.05em;
  letter-spacing: 0;
  line-height: 1.2em;
  position: relative;
  top: 0.3em;
}
#sec2 .container .row .innCnt .innName span:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
  top: 2px;
  margin-top: 4px;
  margin-left: auto;
  height: 1.1em;
}
#sec2 .container .row .innCnt .innName span:last-child img {
  width: auto;
  height: 1.1em;
}
#sec2 .container .row .innCnt .innName span:last-child img:last-child {
  margin-left: 3px;
}
#sec2 .container .row .innCnt .innTxt {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3;
  margin-bottom: 10px;
}
#sec2 .container .row .innCnt .innPoint {
  background-color: #FFFFBF;
  border-radius: 8px;
  padding: 4px 10px 4px 3.5em;
  margin-bottom: 10px;
  color: #673100;
  font-size: 1.4em;
  line-height: 1.3;
  position: relative;
}
#sec2 .container .row .innCnt .innPoint:before {
  content: "";
  background: url(../images/ico_point.png) center top no-repeat;
  background-size: cover;
  display: block;
  width: 4em;
  height: 4em;
  position: absolute;
  top: -0.5em;
  left: -1em;
}
#sec2 .container .row .innCnt .innFig {
  padding: 0;
}
#sec2 .container .row .innCnt .innFig span:first-child {
  display: inline-block;
  overflow: hidden;
  border-radius: 8px;
}
#sec2 .container .row .innCnt .innFig span:last-child {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  border-radius: 8px;
}
#sec2 .container .row .cnt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#sec2 .container .row .cnt p.caution {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  display: block;
}
#sec2 .container .row .cnt p.caution .red {
  color: #f50012;
}
#sec2 .container .row .cnt p + p {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px 0 40px;
}
#sec2 .container .row .cnt p + p img {
  height: 5em;
  width: auto;
  margin: 0 auto;
}

#sec3 .container .row p.cat1 {
  text-align: center;
  width: 100%;
  margin: 0 auto 20px;
}
#sec3 .container .row .fig {
  text-align: center;
  margin: 0 auto 40px;
}

#sec4 .container .row .cat2 {
  margin: 20px 0;
}
#sec4 .container .row .fig {
  display: block;
  position: relative;
}
#sec4 .container .row .fig .info {
  /* margin: -13.5em 0 20px 0; */
  display: inline-block;
  position: absolute;
  bottom: 20px;
  line-height: 20px;
}
#sec4 .container .row .fig .info p {
  font-size: 1.3em;
  font-weight: bold;
  color: #1c1c1c;
  text-shadow: 2px 2px 0px #fff;
}
#sec4 .container .row .fig .info a > p.tel1 {
  color: #fff;
  font-weight: bold;
  font-size: 15px !important;
  background-color: #0082E5;
  border-radius: 0.5em;
  margin: 4px 0;
  padding: 0 0.5rem 0 2em;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-shadow: 1px 1px 0px #4c4c4c;
  box-shadow: 2px 2px 1px rgba(55, 55, 55, 0.2);
  position: relative;
}
#sec4 .container .row .fig .info a > p.tel1:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  font-size: 1.4em;
  position: absolute;
  left: 0.7em;
  top: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  transform: rotate(15deg);
}
#sec4 .container .row .formBtn {
  margin-top: -1px;
}

#sec5 .container .row .txtdata, #sec6 .container .row .txtdata {
  width: 100%;
}
#sec5 .container .row .txtdata p.noi, #sec6 .container .row .txtdata p.noi {
  text-indent: 0;
  padding-left: 0;
}
#sec5 .container .row .txtdata h3, #sec6 .container .row .txtdata h3 {
  color: #1c1c1c;
  font-size: 1.6em;
  margin-bottom: 15px;
  margin-top: 40px;
}
#sec5 .container .row .txtdata p, #sec6 .container .row .txtdata p {
  font-size: 1.4em;
  margin-bottom: 10px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#sec5 .container .row .txtdata .tblView, #sec6 .container .row .txtdata .tblView {
  overflow: hidden;
  overflow-x: scroll;
  display: block;
}
#sec5 .container .row .txtdata .tblView table, #sec6 .container .row .txtdata .tblView table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
#sec5 .container .row .txtdata .tblView table tr, #sec6 .container .row .txtdata .tblView table tr {
  width: 100%;
}
#sec5 .container .row .txtdata .tblView table tr th, #sec5 .container .row .txtdata .tblView table tr td, #sec6 .container .row .txtdata .tblView table tr th, #sec6 .container .row .txtdata .tblView table tr td {
  border: solid 1px #ccc;
  border-collapse: collapse;
  display: table-cell;
  position: relative;
  padding: 5px 1px;
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 0;
}
#sec5 .container .row .txtdata .tblView table tr th, #sec6 .container .row .txtdata .tblView table tr th {
  color: #FF6D00;
  background: rgba(255, 109, 0, 0.15);
  min-width: 16.6%;
  white-space: nowrap;
}
#sec5 .container .row .txtdata .tblView table tr td, #sec6 .container .row .txtdata .tblView table tr td {
  padding: 5px 5px;
  color: #1c1c1c;
}

#secForm .container .row {
  /*       .ifrm-container {
          width:100%;
          height:auto;
          -webkit-overflow-scrolling:touch;
          iframe{
            width:100%;
            border:none;
            display: block;
            overflow:hidden;
          }
        } */
}

@media (max-width: 374px) {
  #sec2 .container .row .cnt p {
    font-size: 1.2em;
    width: 72%;
    padding-right: 2%;
  }

  #sec4 .container .row .fig .info {
    bottom: 10px;
  }
  #sec4 .container .row .fig .info p {
    font-size: 1rem !important;
  }

  #sec5 .container .row .txtdata .tblView, #sec6 .container .row .txtdata .tblView {
    overflow: hidden;
    overflow-x: scroll;
    display: block;
  }
  #sec5 .container .row .txtdata .tblView table tr th, #sec5 .container .row .txtdata .tblView table tr td, #sec6 .container .row .txtdata .tblView table tr th, #sec6 .container .row .txtdata .tblView table tr td {
    font-size: 1rem;
    padding: 3px 1px;
  }
}
@media (max-width: 767px) {
  section p {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  [id^=sec] .container .row .cat1 {
    font-size: 24px;
  }
  [id^=sec] .container .row .cat2 {
    font-size: 32px;
  }
  [id^=sec] .container .row .caution1 {
    font-size: 20px;
  }
  [id^=sec] .container .row .txtR {
    font-size: 14px;
  }

  #sec0 .container .row p.txt {
    font-size: 24px;
    margin: 0 auto 60px;
    padding: 0 30px;
  }

  #sec1 .container .row .fig1 {
    margin-top: 20px;
  }

  #sec2 .container .row .innCnt {
    border-radius: 15px;
    padding: 12px;
  }
  #sec2 .container .row .innCnt li {
    margin-bottom: 15px;
  }
  #sec2 .container .row .innCnt .innTag img {
    height: 28px;
    width: auto;
  }
  #sec2 .container .row .innCnt .innName {
    line-height: 28px;
    min-height: 28px;
  }
  #sec2 .container .row .innCnt .innName > span:first-child {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    top: 3px;
  }
  #sec2 .container .row .innCnt .innName h3 {
    color: #fff;
    font-size: 27px;
    line-height: 27px;
  }
  #sec2 .container .row .innCnt .innName h3.long {
    font-size: 24px;
    line-height: 24px;
    top: 1px;
  }
  #sec2 .container .row .innCnt .innName span:last-child {
    position: relative;
    top: 0px;
    margin-top: 0px;
    height: 30px;
  }
  #sec2 .container .row .innCnt .innName span:last-child img {
    width: auto;
    height: 30px;
  }
  #sec2 .container .row .innCnt .innTxt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 1em;
  }
  #sec2 .container .row .innCnt .innPoint {
    padding: 10px 10px 10px 3.5em;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #sec2 .container .row .innCnt .innFig {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sec2 .container .row .innCnt .innFig span:first-child {
    width: 38%;
    border-radius: 8px;
  }
  #sec2 .container .row .innCnt .innFig span:last-child {
    width: 60%;
  }
  #sec2 .container .row .cnt p.caution {
    padding-top: 12px;
    font-size: 26px;
  }
  #sec2 .container .row .cnt p + p img {
    height: 80px;
  }

  #sec4 .container .row .fig {
    position: relative;
  }
  #sec4 .container .row .fig .info {
    margin: 0 0 20px 30px;
    bottom: 9%;
    line-height: 25px;
  }
  #sec4 .container .row .fig .info p {
    font-size: 25px;
    margin-top: 6px;
  }
  #sec4 .container .row .fig .info .tel1 {
    color: #1c1c1c;
    font-weight: bold;
    font-size: 25px;
    background-color: unset;
    border-radius: 0;
    width: unset;
    padding: 0;
    height: unset;
    line-height: 1.5;
    text-align: left;
    box-shadow: none;
    position: relative;
  }
  #sec4 .container .row .fig .info .tel1::after {
    content: "";
  }

  #sec5 .container .row .txtdata,
#sec6 .container .row .txtdata {
    margin-bottom: 30px;
  }
  #sec5 .container .row .txtdata h3,
#sec6 .container .row .txtdata h3 {
    font-size: 20px;
  }
  #sec5 .container .row .txtdata .tblView table tr th, #sec5 .container .row .txtdata .tblView table tr td,
#sec6 .container .row .txtdata .tblView table tr th,
#sec6 .container .row .txtdata .tblView table tr td {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
  }
  #sec5 .container .row .txtdata .tblView table tr th,
#sec6 .container .row .txtdata .tblView table tr th {
    padding: 10px 5px;
  }
}
@media (min-width: 1024px) {
  /* iPadpro/notePC ---------------------------------------------------------------- */
  [id^=sec] {
    position: relative;
    width: 100%;
  }
  [id^=sec] .container .row {
    padding: 0 30px;
    max-width: 1024px;
  }

  #sec0 .container .row p.txt {
    margin: 30px auto 60px;
    padding: 0 30px;
  }

  #sec1 .container .row p.fig1 {
    text-align: center;
    width: 900px;
    margin: 15px auto 30px;
  }

  #sec2 .container .row .innCnt .innName {
    line-height: 43px;
    height: 43px;
  }
  #sec2 .container .row .innCnt .innName > span:first-child {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    top: 2px;
  }
  #sec2 .container .row .innCnt .innName h3 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
  }
  #sec2 .container .row .innCnt .innName span:last-child {
    height: 43px;
    top: -8px;
  }
  #sec2 .container .row .innCnt .innName span:last-child img {
    height: 43px;
  }
  #sec2 .container .row .innCnt .innTxt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 1em;
  }
  #sec2 .container .row .innCnt .innPoint {
    padding: 8px 15px 8px 70px;
    font-size: 18px;
    line-height: 1.5;
    min-height: 70px;
    margin-bottom: 30px;
  }
  #sec2 .container .row .innCnt .innPoint:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: -5px;
    left: -25px;
  }
  #sec2 .container .row .innCnt .innFig {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sec2 .container .row .innCnt .innFig span:first-child {
    width: 38%;
    border-radius: 8px;
  }
  #sec2 .container .row .innCnt .innFig span:last-child {
    width: 60%;
  }
  #sec2 .container .row .cnt p.caution {
    font-size: 30px;
    letter-spacing: 2px;
  }

  #sec4 .container .row .fig {
    position: relative;
  }
  #sec4 .container .row .fig .info {
    bottom: 50px;
    line-height: 32px;
  }
  #sec4 .container .row .fig .info p {
    font-size: 32px;
    margin-top: 10px;
  }
  #sec4 .container .row .fig .info .tel1 {
    font-size: 32px;
  }

  #sec5 .container .row .tblView table tr th, #sec5 .container .row .tblView table tr td {
    font-size: 16px;
    padding: 15px 15px;
  }
  #sec5 .container .row .tblView table tr td:not(:first-child) {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  /* PC Monitor---------------------------------------------------------------- */
}
/*	fix css
----------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w91 {
  width: 91% !important;
}

.w92 {
  width: 92% !important;
}

.w93 {
  width: 93% !important;
}

.w94 {
  width: 94% !important;
}

.w95 {
  width: 95% !important;
}

.w96 {
  width: 96% !important;
}

.w97 {
  width: 97% !important;
}

.w98 {
  width: 98% !important;
}

.w99 {
  width: 99% !important;
}

.w100 {
  width: 100% !important;
}

.mclear {
  margin: 0 !important;
}

.pclear {
  padding: 0 !important;
}

.mp0 {
  margin: 0 !important;
  padding: 0 !important;
}

.fN {
  font-weight: normal !important;
}

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

/* サイズプラス */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* サイズマイナス */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.nofl {
  float: none !important;
}

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

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

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

.noBdr {
  border: none !important;
}

.noBdrT {
  border-top: none !important;
}

.noBdrB {
  border-bottom: none !important;
}

.noBdrL {
  border-left: none !important;
}

.noBdrR {
  border-right: none !important;
}

.lh0 {
  line-height: 0 !important;
}

.lh09 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.clr {
  clear: both;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineB {
  display: inline-block !important;
}

.ofh {
  overflow: hidden !important;
}

.nowrap {
  white-space: nowrap !important;
}

.indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.hideTxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.under {
  text-decoration: underline !important;
}

.marker {
  background: linear-gradient(transparent 50%, #ffff88 0%);
  display: inline;
  /*横に余白、下にずらす調整*/
  padding: 0 2px 2px;
}

.centerImg {
  text-align: center !important;
}
.centerImg img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

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

  .noPC {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .bt a:hover, .bt a:hover img {
    opacity: 0.7;
  }

  .noPC {
    display: none !important;
  }

  .noSP {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .noTab {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .noTab {
    display: block !important;
  }
}