.m_only-PC {
  display: none;
}

@media screen and (min-width: 980px) {
  .m_only-PC {
    display: block;
  }
}

.m_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m_flex-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m_flex-sa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.m_floatBox-center > * {
  display: inline;
}

.m_section-ttl {
  background-color: #359bd0;
  padding-top: 1rem;
}

.m_section-ttl h2 {
  display: block;
  background-color: #0f3675;
  text-align: center;
  padding: 0.8rem 0;
}

.m_section-ttl h2 span {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 3.5rem;
  width: auto;
  line-height: 1;
}

.m_section-ttl h2 span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(../img/before-section-ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (min-width: 980px) {
  .m_section-ttl {
    padding-top: 2rem;
  }
  .m_section-ttl h2 span {
    font-size: 2.5em;
    padding-left: 6.5rem;
  }
  .m_section-ttl h2 span:before {
    width: 5.5rem;
    height: 5.5rem;
  }
}

.m_table01 th,
.m_table01 td {
  display: block;
}

.m_table01 th {
  background-color: #fffcdb;
  text-align: left;
}

.m_table01 td input,
.m_table01 td select,
.m_table01 td textarea {
  border: 1px solid #a8a8a8;
  width: 100%;
  padding: 0.5em 1em;
}

.m_table01 td input[type="radio"],
.m_table01 td input[type="checkbox"] {
  width: 1em;
}

.m_table01 td input[type="file"] {
  border: none;
}

@media screen and (min-width: 980px) {
  .m_table01 {
    display: table;
    border: 1px solid #231815;
  }
  .m_table01 tr {
    border-bottom: 1px solid #231815;
  }
  .m_table01 th,
  .m_table01 td {
    display: table-cell;
  }
  .m_table01 th {
    border-right: 1px solid #231815;
  }
  .m_table01 td input,
  .m_table01 td select,
  .m_table01 td textarea {
    border: 1px solid #a8a8a8;
    width: 100%;
    padding: 0.5em 1em;
  }
  .m_table01 td input[type="radio"],
  .m_table01 td input[type="checkbox"] {
    width: 1em;
  }
  .m_table01 td input[type="file"] {
    border: none;
  }
}

.m_text-80 {
  font-size: 0.5em;
}

.m_text-red {
  color: #e60012;
}

.m_spNav-toggle {
  z-index: 1001;
  position: fixed;
  right: 4px;
  top: 6px;
  width: 30px;
  height: 30px;
  display: block;
}

.m_spNav-toggle span {
  display: block;
  background-color: #0f3675;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.m_spNav-toggle span:nth-of-type(1) {
  top: 0;
}

.m_spNav-toggle span:nth-of-type(2) {
  top: 7px;
}

.m_spNav-toggle span:nth-of-type(3) {
  top: 14px;
}

.m_spNav-toggle.is-active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
}

.m_spNav-toggle.is-active span:nth-of-type(2) {
  display: none;
}

.m_spNav-toggle.is-active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}

@media screen and (min-width: 980px) {
  .m_spNav-toggle {
    display: none;
  }
}
/*# sourceMappingURL=module.css.map */