@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
.is-hidden {
  display: none; }

.is-visible {
  display: block; }

@media only screen and (max-width: 539px) {
  .sp-hidden {
    display: none; } }

.error {
  color: #ff0000;
  font-weight: nomal; }


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1.2; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP',Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #535353;
  font-weight:400;
  font-size: 16px; }

a {
  text-decoration: none; }

a:hover, input[type="submit"]:hover{
    opacity: 0.5; }

img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%; }

canvas {
  border: 1px #000 solid;
  display: block;
  margin: 0 auto; }

::selection {
  background: #7ACED8;
  color: #fff; }

::-moz-selection {
  background: #7ACED8;
  color: #fff; }

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

.center {
  margin: 0 auto;
  display: block; }

.rspImg {
  width: 100%; }

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

@media only screen and (max-width: 539px) {
  .mb-0_sp {
    margin-bottom: 0 !important; } }

@media only screen and (min-width: 540px) {
  .mb-0_pc {
    margin-bottom: 0 !important; } }

.mb-1-2 {
  margin-bottom: 10px !important; }

.pd-0 {
  padding: 0 !important; }

.pd-30 {
  padding: 30px 0px; }

@media only screen and (max-width: 539px) {
  .is_pc {
    display: none; } }

@media only screen and (min-width: 540px) {
  .is_sp {
    display: none; } }

.rspCont {
  width: 100%; }

.content_right {
  text-align: right; }

.mb-m {
  margin-bottom: 20px; }

.mb-s {
  margin-bottom: 15px; }

.mg-l-m {
  margin-left: 20px; }

.pd-l-m {
  padding-left: 20px; }

.flex-align-items-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.flex-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (min-width: 540px) {
    .flex-space-between_pc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  @media only screen and (max-width: 539px) {
    .flex-space-between_sp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media only screen and (min-width: 540px) {
    .flex-center_pc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  @media only screen and (max-width: 539px) {
    .flex-center_sp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }

.flex-flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 540px) {
    .flex-flex-start_pc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.flex-flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 540px) {
    .flex-flex-end_pc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.l-constrained {
  margin: 0 auto; }
  @media only screen and (min-width: 540px) {
    .l-constrained {
      width: 540px; } }
  @media only screen and (max-width: 539px) {
    .l-constrained {
      width: 100%; } }

@media only screen and (min-width: 540px) {
  .l-box, .l-navigate {
    margin-bottom: 20px; } }
@media only screen and (max-width: 539px) {
  .l-box, .l-navigate {
    margin-bottom: 15px; } }

.l-col-1-2 {
  width: 50%; }

.l-col-1-3 {
  width: 33%; }

.l-col-2-3 {
  width: 66%; }

.l-col-1-5 {
  width: 20%; }

.l-col-2-5 {
  width: 40%; }

.l-col-3-5 {
  width: 60%; }

.l-col-4-5 {
  width: 80%; }

.l-col-1-10 {
  width: 10%; }

.l-col-2-10 {
  width: 20%; }

.l-col-3-10 {
  width: 30%; }

.l-col-4-10 {
  width: 40%; }

.l-col-5-10 {
  width: 50%; }

.l-col-6-10 {
  width: 60%; }

.l-col-7-10 {
  width: 70%; }

.l-col-8-10 {
  width: 80%; }

.l-col-9-10 {
  width: 90%; }

.l-col-10-10 {
  width: 100%; }
  

.l-col-1-20 {
  width: 5%; }

.l-col-3-20 {
  width: 15%; }

.l-col-5-20 {
  width: 25%; }

.l-col-7-20 {
  width: 35%; }

.l-col-9-20 {
  width: 45%; }

.l-col-9-20p {
  width: 47.5%; }

.l-header, .l-body, .l-footer {
  width: 95%;
  margin: 0 auto;
  display: block; }

@media only screen and (min-width: 540px) {
  .l-header {
    padding: 15px 0; } }
@media only screen and (max-width: 539px) {
  .l-header {
    padding: 8px 0; } }

@media only screen and (min-width: 540px) {
  .l-body {
    padding: 20px 0; } }
@media only screen and (max-width: 539px) {
  .l-body {
    padding: 8px 0; } }

.l-footer {
  background: #7ACED8; }

.note {
  color: #535353;
  font-size: 16px;
  padding: 5px 0; }

.alert {
  border: #F1B612 1px solid;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 150%;
  outline: solid 1px #F1B612;
  outline-offset: 1px;
  padding: 20px 30px;
  width: 100%; }

.btn-type1 {
  background: #7ACED8;
  border: none;
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  padding: 7px 0;
  text-align: center;
  width: 100%; }
.btn_gray {
  background-color: #B3AEAE; }

input[type="text"], input[type="tel"], input[type="number"], select {
  height: 40px;
  border: #B3AEAE 1px solid; }

input[type="text"], input[type="tel"], input[type="number"], textarea, select {
  box-sizing: border-box;
  padding: 0 5px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

textarea {
  padding: 5px;
  height: 75px;
  border: #B3AEAE 1px solid; }

.juminhyou input {
  width: 85%; }
.juminhyou-unit {
  height: 40px;
  width: 15%;
  border: #B3AEAE 1px solid;
  border-left: none;
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .juminhyou-unit span {
    display: block;
    margin: 0 auto; }

.addr input {
  width: 65%; }
.addr-unit {
  height: 40px;
  width: 35%;
  border: #B3AEAE 1px solid;
  border-left: none;
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .addr-unit span {
    display: block;
    margin: 0 auto; }

.step {
  display: flex;
  max-width: 100%;
  position: relative;
  text-align: center;
  padding: 10px 0; }
  .step li {
    font-size: 14px;
    list-style: none;
    position: relative;
    width: 33.333%; }
    .step li:after {
      background: #B3AEAE;
      content: "";
      width: calc(100% - 24px);
      height: 2px;
      position: absolute;
      left: calc(-50% + 12px);
      top: 14px; }
    .step li:first-child:after {
      display: none; }
    .step li span {
      background: #B3AEAE;
      color: #ffffff;
      display: inline-block;
      height: 28px;
      margin-bottom: 5px;
      line-height: 28px;
      width: 28px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .step .visited span {
    background: #7ACED8; }

.ttl_large {
  color: #535353;
  font-size: 27px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center; }
.ttl_medium {
  box-sizing: border-box;
  color: #535353;
  display: block;
  font-size: 19px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #F4F5F6; }

  .ttl_small {
  color: #535353;
  font-size: 18px;
  padding: 5px 0; }
