@charset "UTF-8";
/* line 4, style.scss */
body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  overflow-x: hidden; }

@media (min-width: 992px) {
  /* line 11, style.scss */
  .header_scrolled.admin-bar .gMenu_outer {
    top: 0; } }
/* line 16, style.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  border-radius: .3rem;
  background-color: #17a2b8;
  color: #FFF;
  margin: 0;
  border-radius: 0;
  font-size: 1.75rem;
  line-height: 1.1; }

@media screen and (max-width: 768px) {
  /* line 28, style.scss */
  .col-6 {
    max-width: 100%; }

  /* line 31, style.scss */
  .col-4 {
    max-width: 50%; } }
@media screen and (max-width: 768px) {
  /* line 36, style.scss */
  .pc_only {
    display: none !important; }

  /* line 39, style.scss */
  .pc-only {
    display: none !important; }

  /* line 40, style.scss */
  .sp_only {
    display: block !important; } }
/* line 44, style.scss */
.table {
  border-bottom: 1px solid #E3E3E3;
  font-size: 0.9rem; }
  @media screen and (max-width: 768px) {
    /* line 48, style.scss */
    .table td, .table th {
      display: block;
      width: 100%; } }
  /* line 54, style.scss */
  .table.list th {
    width: 22%; }
  @media screen and (max-width: 768px) {
    /* line 58, style.scss */
    .table.list td, .table.list th {
      display: table-cell !important;
      width: auto !important; } }

@media screen and (min-width: 769px) {
  /* line 67, style.scss */
  .pc_only {
    display: block !important; }

  /* line 70, style.scss */
  .sp_only {
    display: none !important; } }
/* line 74, style.scss */
.form-row > .col, .form-row > [class*=col-] {
  font-size: 0.8rem; }

/* line 75, style.scss */
.form-control,
.custom-select {
  font-size: 0.9rem; }
  @media screen and (max-width: 768px) {
    /* line 75, style.scss */
    .form-control,
    .custom-select {
      font-size: 1rem; } }

/* line 83, style.scss */
label {
  font-size: 0.9rem !important; }
  @media screen and (max-width: 768px) {
    /* line 83, style.scss */
    label {
      font-size: 1rem !important; } }

/* line 87, style.scss */
.serch_form_txt {
  padding: .2rem 1.8rem .2rem .2rem; }

/* line 88, style.scss */
.input-group-text {
  padding: 0rem 0.3rem !important; }

/* line 89, style.scss */
.searchform button[type='submit'] {
  outline: none;
  border: none;
  background: transparent;
  color: #333;
  cursor: pointer;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

/* line 103, style.scss */
input[type=text]:after {
  display: block;
  content: ""; }

/* line 109, style.scss */
.searchform button[type='submit'] {
  width: 40px;
  height: 33px;
  line-height: 19px; }

/* line 115, style.scss */
.serch_form_btn {
  line-height: 10px !important; }

/* line 118, style.scss */
input[type=checkbox],
input[type=radio] {
  visibility: hidden;
  width: 0px; }

/* line 123, style.scss */
input[type=checkbox] + .custom-checkbox,
input[type=radio] + .custom-radio {
  padding: .5rem;
  display: inline-block;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  position: relative;
  vertical-align: middle;
  background: #FFF;
  border-radius: 0; }

/* line 136, style.scss */
input:disabled + .custom-checkbox,
input:disabled + .custom-radio {
  background: #EEE; }

/* line 141, style.scss */
input[type=radio] + .custom-radio {
  border-radius: 100%; }

/* line 144, style.scss */
input[type=checkbox] + .custom-checkbox:before,
input[type=radio] + .custom-radio:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  content: "";
  opacity: 0;
  transition: .3s; }

/* line 155, style.scss */
input[type=checkbox] + .custom-checkbox:before {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border-right: 3px solid #999;
  border-bottom: 3px solid #999;
  transform: rotate(45deg); }

/* line 164, style.scss */
input[type=radio] + .custom-radio:before {
  border-radius: 100%;
  border: 4px solid #fff;
  border-top-width: 3.5px;
  background: #999; }

/* line 171, style.scss */
input[type=checkbox]:checked + .custom-checkbox,
input[type=radio]:checked + .custom-radio {
  border-color: #999; }

/* line 175, style.scss */
input[type=checkbox]:checked + .custom-checkbox:before,
input[type=radio]:checked + .custom-radio:before {
  opacity: 1; }

/* line 181, style.scss */
button a:link, button a:hover, button a:visited {
  color: #FFF !important;
  text-decoration: none; }

/* Override browser form filling */
/* line 185, style.scss */
input:-webkit-autofill {
  background: black;
  color: red; }

/* line 190, style.scss */
.btn {
  padding: 5px;
  text-align: center;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  cursor: pointer;
  background: none; }
  /* line 200, style.scss */
  .btn:disable {
    opacity: .4;
    cursor: not-allowed;
    background: #c3bfc3; }
  /* line 205, style.scss */
  .btn:active {
    top: 3px;
    position: relative; }
  /* line 210, style.scss */
  .btn.btn-red {
    width: 400px;
    pointer-events: none;
    padding: 20px 0;
    color: #fff;
    background: #b81755;
    height: auto;
    font-size: 18px;
    letter-spacing: 2px; }
    /* line 211, style.scss */
    .btn.btn-red small {
      font-size: 12px !important; }
    @media screen and (max-width: 768px) {
      /* line 210, style.scss */
      .btn.btn-red {
        width: 90%;
        padding: 10px 0; }
        /* line 215, style.scss */
        .btn.btn-red small {
          font-size: 10px !important; } }
    @media screen and (max-width: 320px) {
      /* line 210, style.scss */
      .btn.btn-red {
        width: 100%; } }
  /* line 230, style.scss */
  .btn.btn-red:hover {
    background: #b81755;
    pointer-events: none; }
  /* line 233, style.scss */
  .btn.btn-red2 {
    width: 300px;
    padding: 10px 0;
    height: auto;
    line-height: 28px;
    color: #fff;
    background: #b81755;
    height: auto;
    font-size: 18px;
    letter-spacing: 2px; }
    /* line 234, style.scss */
    .btn.btn-red2 small {
      font-size: 12px !important; }
    @media screen and (max-width: 768px) {
      /* line 233, style.scss */
      .btn.btn-red2 {
        width: 90%;
        padding: 10px 0; }
        /* line 238, style.scss */
        .btn.btn-red2 small {
          font-size: 10px !important; } }
    @media screen and (max-width: 320px) {
      /* line 233, style.scss */
      .btn.btn-red2 {
        width: 100%; } }
    /* line 252, style.scss */
    .btn.btn-red2 small {
      font-size: 10px; }
  /* line 254, style.scss */
  .btn.btn-red2:hover {
    background: #c3bfc3; }
  /* line 259, style.scss */
  .btn.btn-green {
    width: 400px;
    padding: 20px 0;
    height: auto;
    line-height: 28px;
    color: #fff;
    background: #17a2b8;
    height: auto;
    font-size: 18px;
    letter-spacing: 2px; }
    /* line 260, style.scss */
    .btn.btn-green small {
      font-size: 12px !important; }
    @media screen and (max-width: 768px) {
      /* line 259, style.scss */
      .btn.btn-green {
        width: 90%;
        padding: 10px 0; }
        /* line 264, style.scss */
        .btn.btn-green small {
          font-size: 10px !important; } }
    @media screen and (max-width: 320px) {
      /* line 259, style.scss */
      .btn.btn-green {
        width: 100%; } }
    /* line 278, style.scss */
    .btn.btn-green small {
      font-size: 10px; }
  /* line 280, style.scss */
  .btn.btn-green:hover {
    background: #17a2b8; }
  /* line 284, style.scss */
  .btn.btn-gray {
    width: 400px;
    padding: 20px 0;
    height: auto;
    line-height: 28px;
    color: #fff;
    background: #c3bfc3;
    height: auto;
    font-size: 18px;
    letter-spacing: 2px; }
    /* line 285, style.scss */
    .btn.btn-gray small {
      font-size: 12px !important; }
    @media screen and (max-width: 768px) {
      /* line 284, style.scss */
      .btn.btn-gray {
        width: 90%;
        padding: 10px 0; }
        /* line 289, style.scss */
        .btn.btn-gray small {
          font-size: 10px !important; } }
    @media screen and (max-width: 320px) {
      /* line 284, style.scss */
      .btn.btn-gray {
        width: 100%; } }
    /* line 303, style.scss */
    .btn.btn-gray small {
      font-size: 10px; }
  /* line 305, style.scss */
  .btn.btn-gray:hover {
    background: #c3bfc3; }
  /* line 309, style.scss */
  .btn .btn.disabled, .btn .btn:disabled {
    opacity: .65;
    background: #eeeeee !important; }

/* line 314, style.scss */
.btn_arrow {
  min-width: 10px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: transparent; }
  /* line 322, style.scss */
  .btn_arrow a {
    color: #99cccc; }
  /* line 324, style.scss */
  .btn_arrow:disable {
    opacity: .4;
    cursor: not-allowed; }
  /* line 328, style.scss */
  .btn_arrow:active {
    top: 3px;
    position: relative; }

/* line 333, style.scss */
.btn-sm {
  min-width: 50px;
  padding: 1px 10px 2px 10px;
  border-color: #e7e7e7;
  box-shadow: 0 1px 0 0 #e7e7e7;
  color: #555;
  background: #fff; }
  /* line 341, style.scss */
  .btn-sm:hover {
    background: #fff; }
  /* line 344, style.scss */
  .btn-sm:active {
    position: relative;
    top: 2px; }

/* line 350, style.scss */
button.alink {
  border: 0;
  background: none;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer; }
  /* line 357, style.scss */
  button.alink:hover {
    color: #0056b3;
    text-decoration: underline; }

/* line 362, style.scss */
.cnf_btn {
  margin: 40px auto 0 auto;
  width: 90%;
  max-width: 650px !important; }
  /* line 365, style.scss */
  .cnf_btn .btn-gray, .cnf_btn .btn-green {
    width: 100%; }

/* line 369, style.scss */
.count_on, .count_off {
  display: inline-block;
  position: fixed;
  top: 50%;
  font-size: 14px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #d7a530;
  border-left: 5px solid #d7a530;
  font-weight: bold;
  padding: 1em; }
  @media screen and (max-width: 768px) {
    /* line 369, style.scss */
    .count_on, .count_off {
      position: fixed;
      bottom: 0%;
      width: 100%;
      top: auto !important; } }
  /* line 387, style.scss */
  .count_on .text-danger, .count_off .text-danger {
    font-weight: bold;
    font-size: 16px; }

/* line 390, style.scss */
h3 {
  line-height: 30px;
  margin-bottom: 10px;
  padding: 4px 0 0 15px;
  border-left: 3px solid #000;
  vertical-align: middle;
  font-size: 1.4rem; }
  /* line 398, style.scss */
  h3 .inner {
    margin: 0;
    padding: 0.1em 0 0;
    line-height: 1.5;
    font-size: 17px;
    font-weight: bold; }

/* line 408, style.scss */
button:focus, a {
  outline: none !important;
  cursor: pointer; }

/* line 415, style.scss */
.top_list .bk_name {
  letter-spacing: 2px;
  white-space: nowrap; }
/* line 416, style.scss */
.top_list .bk_ad {
  font-size: 14px; }
/* line 417, style.scss */
.top_list .bk_img {
  width: 50%;
  vertical-align: middle;
  text-align: center;
  background: #FFF !important; }
  @media screen and (max-width: 768px) {
    /* line 417, style.scss */
    .top_list .bk_img {
      width: 100%; } }
  /* line 425, style.scss */
  .top_list .bk_img img {
    /*     max-width: 49% !important;
        display: block;
        float: left;
                &:nth-of-type(1){
        margin-right: 2%;
                }*/ }
    @media screen and (max-width: 768px) {
      /* line 425, style.scss */
      .top_list .bk_img img {
        width: 100%;
        max-width: 100% !important;
        float: none;
        margin: auto !important; } }
    @media screen and (max-width: 693px) {
      /* line 433, style.scss */
      .top_list .bk_img img:nth-of-type(1) {
        margin: auto auto 10px auto !important; } }
/* line 447, style.scss */
.top_list .bk_txt {
  vertical-align: middle;
  background: #FFF !important; }
  @media screen and (max-width: 768px) {
    /* line 447, style.scss */
    .top_list .bk_txt {
      font-size: 16px; } }

/* line 455, style.scss */
.inner {
  max-width: 1000px;
  margin: 10px auto;
  padding: 20px 40px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    /* line 455, style.scss */
    .inner {
      width: 92%;
      padding: 0 0 20px 0; } }

/* line 467, style.scss */
.formWrap div {
  font-size: 0.9rem;
  text-align: left; }
/* line 472, style.scss */
.formWrap .sectionTItleBox {
  position: relative; }
  /* line 474, style.scss */
  .formWrap .sectionTItleBox .sideColumnBox02 {
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 10px; }
    /* line 483, style.scss */
    .formWrap .sectionTItleBox .sideColumnBox02 .sectionTitle02 {
      float: left; }
    /* line 486, style.scss */
    .formWrap .sectionTItleBox .sideColumnBox02 .formFlow {
      background: #FFF;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      width: 550px;
      height: 40px;
      border: 1px solid #999;
      margin-bottom: 40px;
      float: right;
      overflow: hidden;
      padding-left: 0; }

/* line 503, style.scss */
.formFlow {
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  border: 1px solid #999;
  margin-bottom: 40px;
  padding: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    /* line 503, style.scss */
    .formFlow {
      margin-bottom: 20px; } }
  /* line 518, style.scss */
  .formFlow li {
    width: 50%;
    text-align: center;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    position: relative; }
    @media screen and (max-width: 768px) {
      /* line 518, style.scss */
      .formFlow li {
        font-size: 12px;
        line-height: 120%; } }
    /* line 534, style.scss */
    .formFlow li span.step {
      margin-right: 12px;
      padding: 3px 15px 1px;
      background: #999;
      color: #FFF;
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        /* line 534, style.scss */
        .formFlow li span.step {
          font-size: 10px; } }
      @media screen and (max-width: 320px) {
        /* line 534, style.scss */
        .formFlow li span.step {
          padding: 5px; } }

/* line 550, style.scss */
.formFlow li.cr {
  background-color: #51c0b4;
  color: #FFF; }
  /* line 553, style.scss */
  .formFlow li.cr span.step {
    margin-right: 12px;
    padding: 3px 15px 1px;
    background: #FFF !important;
    color: #51c0b4 !important;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      /* line 553, style.scss */
      .formFlow li.cr span.step {
        font-size: 10px; } }
    @media screen and (max-width: 320px) {
      /* line 553, style.scss */
      .formFlow li.cr span.step {
        padding: 5px; } }

/* line 567, style.scss */
.formFlow li:before {
  content: "";
  border-style: solid;
  border-width: 24px 0 24px 14px;
  border-color: transparent transparent transparent #eee;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -24px;
  z-index: 1; }

/* line 578, style.scss */
.formFlow li:after {
  content: "";
  border-style: solid;
  border-width: 22px 0 22px 12px;
  border-color: transparent transparent transparent #FFF;
  color: #FFF;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -22px;
  z-index: 1; }

/* line 590, style.scss */
.formFlow li:nth-of-type(3):before {
  display: none; }

/* line 591, style.scss */
.formFlow li.cr:after {
  border-color: transparent transparent transparent #51c0b4; }

/* line 595, style.scss */
.sectionTitle02 {
  font-size: 30px; }

/* line 599, style.scss */
.formWrap .sectionTItleBox .sideColumnBox02:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden; }

/* line 605, style.scss */
.custom-select {
  background: #FFF url("../img/tri.svg") no-repeat right 0.75rem center;
  line-height: 1.5;
  background-size: 8px 10px; }

/* line 610, style.scss */
.hed_off {
  padding-left: 18px;
  /*background: #F6F6F6;*/
  word-break: keep-all;
  white-space: nowrap;
  width: 30%;
  text-align: left; }
  @media screen and (max-width: 768px) {
    /* line 610, style.scss */
    .hed_off {
      width: 100%;
      background: #F6F6F6; } }

/* line 613, style.scss */
.hed_off2 {
  background: #F6F6F6;
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

/* line 614, style.scss */
.main_off {
  /*background:#FFF; */
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

/* line 615, style.scss */
.main_on {
  /*background:#FFFAF4; */
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

/* line 616, style.scss */
.main_ok {
  background: #daf3e7;
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

/* line 617, style.scss */
.main_ng {
  background: #ffe7e7;
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

/* line 619, style.scss */
.required:after {
  content: '*';
  padding: 0;
  color: #d22; }

/* line 624, style.scss */
.error {
  background-color: #fdd; }

/* line 630, style.scss */
.require-label {
  border-radius: 3px;
  background-color: #b81755;
  color: #fff;
  padding: 1px 5px;
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 6px;
  width: 30px; }

/* line 641, style.scss */
.ok-label {
  border-radius: 3px;
  background-color: #17a2b8;
  color: #fff;
  padding: 1px 5px;
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 6px;
  width: 30px;
  text-align: center;
  letter-spacing: 1px; }

/* line 656, style.scss */
.privacy-box .privacy-text {
  height: 180px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 0.8rem;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background-color: #fff; }
  /* line 665, style.scss */
  .privacy-box .privacy-text h5 {
    font-weight: bold;
    font-size: 0.9rem; }

/* line 676, style.scss */
.thanks {
  font-size: 0.9rem;
  text-align: center;
  line-height: 160%; }

/* line 678, style.scss */
.footer {
  background: #b81755;
  color: #fff;
  height: 60px;
  line-height: 60px; }
  @media screen and (max-width: 768px) {
    /* line 678, style.scss */
    .footer {
      padding: 0; } }
  /* line 689, style.scss */
  .footer .site_logo {
    text-align: center;
    display: block;
    margin: auto; }
    /* line 694, style.scss */
    .footer .site_logo img {
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        /* line 694, style.scss */
        .footer .site_logo img {
          max-width: 180px;
          height: auto; } }
  /* line 702, style.scss */
  .footer .copyright {
    font-size: 12px;
    text-align: center; }

/* line 709, style.scss */
.footer_th {
  background: #090909;
  color: #fff;
  padding: 20px 0 10px 0; }
  /* line 714, style.scss */
  .footer_th .site_logo {
    text-align: center;
    display: block;
    margin: auto; }
    /* line 719, style.scss */
    .footer_th .site_logo img {
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        /* line 719, style.scss */
        .footer_th .site_logo img {
          max-width: 180px;
          height: auto; } }
  /* line 727, style.scss */
  .footer_th .copyright {
    font-size: 12px;
    margin-top: 10px;
    text-align: center; }

/* line 735, style.scss */
.thanks-text {
  max-width: 700px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    /* line 735, style.scss */
    .thanks-text {
      width: 90%; }
      /* line 739, style.scss */
      .thanks-text h3 {
        font-size: 20px; }
      /* line 740, style.scss */
      .thanks-text p {
        font-size: 14px; } }

/* line 748, style.scss */
.breadcrumb {
  width: 100%;
  background: #373431;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0; }

/* line 755, style.scss */
.breadcrumb ul {
  width: 1000px;
  margin: 0 auto;
  padding: 3px 0; }
  /* line 760, style.scss */
  .breadcrumb ul li {
    display: inline;
    font-size: 12px;
    margin-right: 5px;
    color: #fff; }
    /* line 765, style.scss */
    .breadcrumb ul li a {
      color: #fff; }
    /* line 768, style.scss */
    .breadcrumb ul li a.home {
      padding-left: 20px;
      background-image: url(https://www.lavingcourt.com/cms/wp-content/themes/lavingcourt/img/common/ico_home.png);
      background-position: left center;
      background-size: 14px auto;
      background-repeat: no-repeat; }
    /* line 776, style.scss */
    .breadcrumb ul li:nth-of-type(2):before {
      font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
      content: ">";
      margin-right: 7px;
      color: #aaaaaa; }

/*# sourceMappingURL=style.css.map */
