@charset "UTF-8";
/* [ ヤマハボート免許教室 ] common.css */
/*==================================================*
 *  [ 初期設定 ]
 *==================================================*/
html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; /* ページ内スクロール不要なら削除 */
}

body {
  position: relative;
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em; /* Chrome対策でremにしない  */
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

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

picture, img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure figcaption {
  margin-bottom: 1em;
}
figure figcaption > * {
  display: inline-block;
}
figure img + figcaption {
  margin-top: 0.6em;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
}
table a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  table a:hover {
    text-decoration: none;
  }
}

label {
  transition: all 0.4s ease;
  cursor: pointer;
}
label::before, label::after {
  transition: all 0.4s ease;
}
label * {
  transition: all 0.4s ease;
}

sup, sub {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}

sup {
  top: -0.25em;
  padding-left: 0;
}

sub {
  top: 0.1ex;
}

@media screen and (min-width: 769px) {
  input,
  textarea {
    font-size: 1.8rem !important;
  }
}
/* */
@media only screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 1.6rem !important;
  }
}
/* */
/*==================================================*
 *  [ 全体設定 ]
 *==================================================*/
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
  .spnone {
    display: inherit;
  }
}
/* */
@media only screen and (max-width: 768px) {
  .pcnone {
    display: inherit;
  }
  .spnone {
    display: none !important;
  }
}
/* */
.txt-wh {
  color: #fff;
}

.txt-main {
  color: #111273;
}

.txt-ol {
  color: #E95513;
}

.txt-rg {
  color: #0080CB;
}

.txt-note {
  color: #CC0000;
}

.txt-red {
  color: #FF0000;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-light {
  font-weight: 300;
}

.txt-medium {
  font-weight: 500;
}

.txt-bold {
  font-weight: 700;
}

.txt-black {
  font-weight: 900;
}

.bg-bl {
  background: #000;
}

.bg-gy {
  background: #ECECEC;
}

.bg-llb {
  background: #E2EFFB;
}

.bg-g-lbwh {
  background: linear-gradient(180deg, rgb(226, 239, 251), rgb(255, 255, 255));
}

.bg-g-lbbl {
  background: linear-gradient(180deg, rgb(226, 239, 251), rgb(165, 222, 255));
}

/*==================================================*
 *  [ 配置・余白 ]
 *==================================================*/
.flex {
  display: flex;
}

.j-c {
  justify-content: center;
}

.j-fs {
  justify-content: flex-start;
}

.j-fe {
  justify-content: flex-end;
}

.j-sa {
  justify-content: space-around;
}

.j-sb {
  justify-content: space-between;
}

.a-c {
  align-items: center;
}

.a-st {
  align-items: stretch;
}

.a-fs {
  align-items: flex-start;
}

.a-fe {
  align-items: flex-end;
}

.f-col {
  flex-direction: column;
}

.ma-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ma00 {
  margin: 0px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

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

.mr00 {
  margin-right: 0px !important;
}

/* 基準 1920px */
@media screen and (min-width: 769px) {
  .pc-ma00 {
    margin: 0px !important;
  }
  .pc-mt00 {
    margin-top: 0px !important;
  }
  .pc-mt05 {
    margin-top: 0.26vw !important;
  }
  .pc-mt10 {
    margin-top: 0.52vw !important;
  }
  .pc-mt15 {
    margin-top: 0.78vw !important;
  }
  .pc-mt20 {
    margin-top: 1.04vw !important;
  }
  .pc-mt25 {
    margin-top: 1.3vw !important;
  }
  .pc-mt30 {
    margin-top: 1.56vw !important;
  }
  .pc-mt35 {
    margin-top: 1.82vw !important;
  }
  .pc-mt40 {
    margin-top: 2.08vw !important;
  }
  .pc-mt45 {
    margin-top: 2.34vw !important;
  }
  .pc-mt50 {
    margin-top: 2.6vw !important;
  }
  .pc-mt60 {
    margin-top: 3.13vw !important;
  }
  .pc-mt65 {
    margin-top: 3.39vw !important;
  }
  .pc-mt70 {
    margin-top: 3.65vw !important;
  }
  .pc-mt75 {
    margin-top: 3.91vw !important;
  }
  .pc-mt80 {
    margin-top: 4.17vw !important;
  }
  .pc-mt90 {
    margin-top: 4.69vw !important;
  }
  .pc-mt100 {
    margin-top: 5.21vw !important;
  }
  .pc-mt120 {
    margin-top: 6.25vw !important;
  }
  .pc-mt125 {
    margin-top: 6.51vw !important;
  }
  .pc-mt130 {
    margin-top: 6.77vw !important;
  }
  .pc-mt140 {
    margin-top: 7.29vw !important;
  }
  .pc-mt180 {
    margin-top: 9.38vw !important;
  }
  .pc-mb00 {
    margin-bottom: 0px !important;
  }
  .pc-mb05 {
    margin-bottom: 0.26vw !important;
  }
  .pc-mb10 {
    margin-bottom: 0.52vw !important;
  }
  .pc-mb15 {
    margin-bottom: 0.78vw !important;
  }
  .pc-mb20 {
    margin-bottom: 1.04vw !important;
  }
  .pc-mb30 {
    margin-bottom: 1.56vw !important;
  }
  .pc-mb35 {
    margin-bottom: 1.82vw !important;
  }
  .pc-mb40 {
    margin-bottom: 2.08vw !important;
  }
  .pc-mb50 {
    margin-bottom: 2.6vw !important;
  }
  .pc-mb60 {
    margin-bottom: 3.13vw !important;
  }
  .pc-mb70 {
    margin-bottom: 3.65vw !important;
  }
  .pc-mb85 {
    margin-bottom: 4.43vw !important;
  }
  .pc-mb100 {
    margin-bottom: 5.21vw !important;
  }
  .pc-mb110 {
    margin-bottom: 5.73vw !important;
  }
  .pc-mb120 {
    margin-bottom: 6.25vw !important;
  }
  .pc-mb130 {
    margin-bottom: 6.77vw !important;
  }
  .pc-mb140 {
    margin-bottom: 7.29vw !important;
  }
  .pc-mb150 {
    margin-bottom: 7.81vw !important;
  }
  .pc-mb200 {
    margin-bottom: 10.42vw !important;
  }
  .pc-ml00 {
    margin-left: 0px !important;
  }
  .pc-mr00 {
    margin-right: 0px !important;
  }
}
/* 基準 393px */
@media only screen and (max-width: 768px) {
  .sp-ma00 {
    margin: 0px !important;
  }
  .sp-mt00 {
    margin-top: 0px !important;
  }
  .sp-mt10 {
    margin-top: 2.54vw !important;
  }
  .sp-mt15 {
    margin-top: 3.82vw !important;
  }
  .sp-mt20 {
    margin-top: 5.09vw !important;
  }
  .sp-mt25 {
    margin-top: 6.36vw !important;
  }
  .sp-mt30 {
    margin-top: 7.63vw !important;
  }
  .sp-mt35 {
    margin-top: 8.91vw !important;
  }
  .sp-mt40 {
    margin-top: 10.18vw !important;
  }
  .sp-mt45 {
    margin-top: 11.45vw !important;
  }
  .sp-mt50 {
    margin-top: 12.72vw !important;
  }
  .sp-mt60 {
    margin-top: 15.27vw !important;
  }
  .sp-mt70 {
    margin-top: 17.81vw !important;
  }
  .sp-mt80 {
    margin-top: 20.36vw !important;
  }
  .sp-mt90 {
    margin-top: 22.9vw !important;
  }
  .sp-mt100 {
    margin-top: 100px !important;
  }
  .sp-mt120 {
    margin-top: 120px !important;
  }
  .sp-mb00 {
    margin-bottom: 0px !important;
  }
  .sp-mb10 {
    margin-bottom: 2.54vw !important;
  }
  .sp-mb15 {
    margin-bottom: 3.82vw !important;
  }
  .sp-mb20 {
    margin-bottom: 5.09vw !important;
  }
  .sp-mb30 {
    margin-bottom: 7.63vw !important;
  }
  .sp-mb40 {
    margin-bottom: 10.18vw !important;
  }
  .sp-mb45 {
    margin-bottom: 11.45vw !important;
  }
  .sp-mb50 {
    margin-bottom: 12.72vw !important;
  }
  .sp-mb70 {
    margin-bottom: 17.81vw !important;
  }
  .sp-mb90 {
    margin-bottom: 22.9vw !important;
  }
  .sp-mb100 {
    margin-bottom: 100px !important;
  }
  .sp-mb110 {
    margin-bottom: 110pxvw !important;
  }
  .sp-mb120 {
    margin-bottom: 120px !important;
  }
  .sp-mb160 {
    margin-bottom: 160px !important;
  }
  .sp-ml00 {
    margin-left: 0px !important;
  }
  .sp-mr00 {
    margin-right: 0px !important;
  }
}/*# sourceMappingURL=common.css.map */