@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Dosis:400,600&display=swap");
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow|Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@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 {
  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;
  height: 100%;
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: #fff;
  color: #4c4c4c;
  font-size: 10px;
  font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "$Mplus", sans-serif;
  position: relative;
}

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-family: "YakuHanJP", "M PLUS 1p", serif;
  line-height: 1;
  margin: 0 0 0 0;
}

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

p {
  line-height: 1.5;
}

p, li, dt, dd {
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 1px;
}

pre {
  white-space: pre-wrap;
}

:root {
  line-sizing: normal;
}

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

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

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

a, a:link {
  color: #1799DD;
  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;
  }
}
/*  common
----------------------------------------------------*/
body .bk {
  color: #000;
}
body .red {
  color: #e50012;
}
body .cnt {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  position: relative;
}

/* bootstrap */
section#container-fluid {
  background: #001040;
  position: relative;
  margin-bottom: 0;
  z-index: 0;
}

section:nth-child(even) {
  background-color: #f6f6f6;
}

section {
  padding-top: 4em;
  position: relative;
  z-index: 1;
}
section .container {
  position: relative;
  z-index: 2;
}
section .container h2.ttl {
  background-size: 100% auto;
  font-size: 1.6rem;
  min-height: 10vh;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #0C5C86;
  text-align: center;
  margin: 2em auto 1.5em;
}
section .container h2.ttl:first-child {
  margin-top: 0;
}
section .container a.btn1 {
  background-color: #facf3e;
  border: solid 2px #0C5C86;
  border-radius: 1.8rem;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  height: 3.6rem;
  width: 45%;
  color: #161E27;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 1em;
  margin: 0 auto 1.5em;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .container a.btn1::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.9rem;
  color: #0C5C86;
  position: absolute;
  bottom: 50%;
  transform: translate(0, 52%);
  right: 0.5em;
}
section .container p.btn2 {
  max-width: 85%;
  margin: 0 auto;
}
section .container p.btn2 a {
  position: relative;
  color: #fff;
  border: solid 2px #161E27;
  background-color: #161E27;
  border-radius: 2em;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  text-indent: -1.5em;
  padding: 1em;
}
section .container p.btn2 a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
}

@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  .container {
    max-width: 100%;
  }
  section .container h2.ttl {
    font-size: 2.5rem;
    min-height: 17vh !important;
    padding-top: 4.5rem !important;
  }
  section .container * p {
    font-size: 1.6rem;
  }
}
@media (min-width: 801px) {
  /* notePC ---------------------------------------------------------------- */
  .row {
    max-width: 940px !important;
    margin: 0 auto;
    overflow: visible;
  }
  section .container .cnt {
    max-width: 1280px;
    margin: 0 auto;
  }
  section .container * p {
    font-size: 1.6rem;
  }
  section .container h2.ttl {
    min-height: 149px !important;
    font-size: 27px;
    letter-spacing: 2px;
  }
  section .container a.btn1 {
    border-radius: 2.5rem;
    height: 5rem;
    width: 45%;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 1em;
  }
  section .container a.btn1:hover {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    top: 3px;
    left: 3px;
    transition: 0.3s;
  }
  section .container p.btn2 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  section .container p.btn2 a:hover {
    color: #fff;
    background-color: rgb(154.9589041096, 214.6849315068, 246.0410958904);
  }
}
html, body {
  overflow: hidden;
}

#formCnt {
  width: 96%;
  margin: 0 auto;
}
#formCnt fieldset {
  border: 0 none;
}
#formCnt h2 {
  font-size: 4.5vw;
  text-align: center;
  padding: 1rem 0;
  margin: 0 -3% 1em;
}
#formCnt h2 + p {
  margin-bottom: 2em;
}
#formCnt h3 {
  color: #1799DD;
  background-color: rgb(235.7983606557, 247.093442623, 253.0016393443);
  border-radius: 0.5em;
  display: block;
  position: relative;
  font-size: 1.8em;
  padding: 0.8em 1em 0.8em 2em;
  margin-bottom: 1.2em;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 2px;
}
#formCnt h3::before {
  content: "\f303";
  color: rgb(175.7479508197, 222.3668032787, 246.7520491803);
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: flex;
  align-items: center;
  left: 0.5em;
}
#formCnt dl {
  margin: 0 auto 1.5em;
  padding: 0;
  font-size: 16px;
}
#formCnt dl dt {
  background-color: rgb(228.7868852459, 234.1639344262, 240.2131147541);
  border-radius: 0.5em;
  padding: 0.8em 1em;
  margin-bottom: 1rem;
  line-height: 1.1;
}
#formCnt dl dd {
  border-radius: 0.8em;
  padding: 0 0 0.5em;
  line-height: 1.3;
}
#formCnt dl dd .comm {
  font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
  color: #544;
}
#formCnt dl.note {
  margin-bottom: 2.5em;
}
#formCnt fieldset#confirmCnt dl.form-group {
  margin-bottom: 2em;
}
#formCnt fieldset#confirmCnt dl.form-group dd {
  background-color: #f9f9f9;
  padding: 1.5em 1em;
  min-height: 3em;
}
#formCnt p, #formCnt label {
  font-size: 16px;
  padding-left: 0.5em;
  position: relative;
}
#formCnt dd > p.radio-inline {
  background-color: #fbdd60;
  border-radius: 1.5em;
  padding: 5px 15px;
  display: inline-block;
  min-width: 40%;
  min-height: 36px;
  line-height: 36px;
}
#formCnt dd > p.radio-inline label {
  padding-left: 0;
  margin-bottom: 0;
  display: block;
}
#formCnt dd > p.radio-inline label::before {
  content: "";
}
#formCnt input[type=text], #formCnt input[type=email], #formCnt input[type=password], #formCnt input[type=tel] {
  padding: 1rem;
  line-height: 2.5em;
  height: 2.5em;
}
#formCnt input[type=text], #formCnt input[type=email], #formCnt input[type=date] {
  border: solid 2px #ddd;
  border-radius: 0.8em;
  display: inline-block;
  margin: 0 6px 10px 0;
  min-height: 30px;
  font-size: 1.6rem;
}
#formCnt select {
  border: solid 1px #ccc;
  border-radius: 0.8em;
  display: inline-block;
  margin: 0 6px 10px 0;
  padding: 1rem;
  min-height: 30px;
  font-size: 1.6rem;
}
#formCnt textarea {
  border: solid 2px #ccc;
  border-radius: 0.8em;
  padding: 1rem;
  min-height: 12em;
  display: block;
  width: 100%;
  font-size: 1.6rem;
}
#formCnt label {
  min-width: 2.2em;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
}
#formCnt label:hover {
  opacity: 0.7;
}
#formCnt input[type=text] {
  width: 100%;
}
#formCnt .mmail input {
  width: 100%;
}
#formCnt input#tel {
  width: 100%;
}
#formCnt dl#submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#formCnt dl#submit dt {
  width: 50%;
  display: block;
  text-align: left;
  padding: 0;
  position: relative;
  background-color: transparent;
}
#formCnt dl#submit dd {
  width: 50%;
  display: block;
  text-align: left;
  padding: 0;
  position: relative;
  text-align: right;
}
#formCnt label.confirm {
  background-color: #f77700;
  border-radius: 1em;
  color: #fff;
  text-indent: -1em;
  font-weight: bold;
  min-width: 70%;
}
#formCnt label.confirm::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 25%;
  right: 15px;
}
#formCnt label.fix {
  background-color: #6C7A89;
  width: 96%;
  border-radius: 7px;
  padding-left: 2em;
  color: #fff;
}
#formCnt label.fix::after {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 10px;
}
#formCnt label.submit {
  background-color: #960020;
  width: 96%;
  border-radius: 7px;
  color: #fff;
  padding-right: 2em;
}
#formCnt label.submit::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 30%;
  right: 10px;
}
#formCnt label.submit input {
  text-indent: -1em;
}
#formCnt input[type=submit] {
  background-color: transparent;
  border: 0 none;
  width: 100%;
  padding: 20px 20px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#formCnt .formTxt {
  text-align: center;
  font-size: 14px;
  display: block;
  clear: both;
}
#formCnt #sendMsg {
  font-size: 15px;
  padding: 20px 3% 200px;
  text-align: center;
  line-height: 2;
}
#formCnt span.red {
  background: #e60012;
  padding: 4px 10px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
  section p {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  #formCnt > h2 {
    font-size: 2em;
  }
  #formCnt h2 + p {
    text-align: center;
    margin-bottom: 2em;
  }
  #formCnt .mmail input {
    width: 100%;
  }
  #formCnt input#tel {
    width: 50%;
  }
}
@media (min-width: 801px) {
  /* notePC ---------------------------------------------------------------- */
  #formCnt {
    max-width: 900px;
  }
}
/*	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;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pclear {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !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 {
  text-indent: -1em;
  padding-left: 1em;
}

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

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

.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;
  }
  .noPC {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .bt a:hover, .bt a:hover img {
    opacity: 0.7;
  }
  .noPC {
    display: none;
  }
  .noSP {
    display: block;
  }
}
.onTab {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .onTab {
    display: block;
  }
}/*# sourceMappingURL=form.css.map */