@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.4/css/all.css);
@media screen and (max-width: 768px) {
  .table td, .table th {
    display: block;
    width: 100%; }

  .col-6 {
    max-width: 100%; }

  .col-4 {
    max-width: 50%; } }
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important; }

  .pc-only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
@media screen and (min-width: 769px) {
  .pc_only {
    display: block !important; }

  .sp_only {
    display: none !important; } }
@media (max-width: 800px) {
  header {
    display: none !important; } }
.fixed h1 {
  display: block;
  width: 220px;
  padding: 17px 0 0 20px; }

.list-group-item {
  background: none !important; }

address {
  margin-bottom: 0 !important; }

.h1, h1 {
  font-size: 1.2rem !important; }

.green_color {
  color: #6d9d86; }

.contact_txt {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  display: block;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 60px; }

.form-row > .col, .form-row > [class*=col-] {
  font-size: 0.8rem; }

.form-control,
.custom-select,
textarea {
  border-radius: 0;
  border: #ddd 1px solid;
  box-sizing: border-box;
  height: 54px;
  font-size: 16px;
  color: #000;
  background: #f8f8f8; }
  @media screen and (max-width: 768px) {
    .form-control,
    .custom-select,
    textarea {
      font-size: 1rem; } }

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

label {
  font-size: 0.9rem !important; }
  @media screen and (max-width: 768px) {
    label {
      font-size: 1rem !important; } }

.serch_form_txt {
  padding: .2rem 1.8rem .2rem .2rem; }

.input-group-text {
  padding: 0rem 0.3rem !important; }

.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; }

input[type=text]:after {
  display: block;
  content: ""; }

.searchform button[type='submit'] {
  width: 40px;
  height: 33px;
  line-height: 19px; }

.serch_form_btn {
  line-height: 10px !important; }

input[type=checkbox],
input[type=radio] {
  visibility: hidden;
  width: 0px; }

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; }

input:disabled + .custom-checkbox,
input:disabled + .custom-radio {
  background: #EEE; }

input[type=radio] + .custom-radio {
  border-radius: 100%; }

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; }

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); }

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

input[type=checkbox]:checked + .custom-checkbox,
input[type=radio]:checked + .custom-radio {
  border-color: #999; }

input[type=checkbox]:checked + .custom-checkbox:before,
input[type=radio]:checked + .custom-radio:before {
  opacity: 1; }

button a:link, button a:hover, button a:visited {
  color: #FFF !important;
  text-decoration: none; }

/* Override browser form filling */
input:-webkit-autofill {
  background: black;
  color: red; }

.btn {
  padding: 5px;
  text-align: center;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  cursor: pointer;
  background: none; }
  .btn:disable {
    opacity: .4;
    cursor: not-allowed;
    background: #c3bfc3; }
  .btn:active {
    top: 3px;
    position: relative; }
  .btn.btn-red {
    width: 400px;
    pointer-events: none;
    padding: 20px 0;
    color: #fff;
    background: #821c21;
    height: auto;
    font-size: 18px;
    letter-spacing: 2px; }
    .btn.btn-red small {
      font-size: 12px !important; }
    @media screen and (max-width: 768px) {
      .btn.btn-red {
        width: 90%;
        padding: 10px 0; }
        .btn.btn-red small {
          font-size: 10px !important; } }
    @media screen and (max-width: 320px) {
      .btn.btn-red {
        width: 100%; } }
  .btn.btn-red:hover {
    background: #821c21;
    pointer-events: none; }
  .btn.btn-red2 {
    width: 300px;
    padding: 10px 0;
    height: auto;
    line-height: 28px;
    color: #fff;
    background: #a02624;
    height: auto;
    font-size: 18px;
    letter-spacing: 2px; }
    .btn.btn-red2 small {
      font-size: 12px !important; }
    @media screen and (max-width: 768px) {
      .btn.btn-red2 {
        width: 90%;
        padding: 10px 0; }
        .btn.btn-red2 small {
          font-size: 10px !important; } }
    @media screen and (max-width: 320px) {
      .btn.btn-red2 {
        width: 100%; } }
    .btn.btn-red2 small {
      font-size: 10px; }
  .btn.btn-red2:hover {
    background: #c3bfc3; }
  .btn.btn-green {
    width: 400px;
    padding: 20px 0;
    height: auto;
    line-height: 28px;
    color: #fff;
    background: #00c3d7;
    height: auto;
    font-size: 18px;
    letter-spacing: 2px; }
    .btn.btn-green small {
      font-size: 12px !important; }
    @media screen and (max-width: 768px) {
      .btn.btn-green {
        width: 90%;
        padding: 10px 0; }
        .btn.btn-green small {
          font-size: 10px !important; } }
    @media screen and (max-width: 320px) {
      .btn.btn-green {
        width: 100%; } }
    .btn.btn-green small {
      font-size: 10px; }
  .btn.btn-green:hover {
    background: #000; }
  .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; }
    .btn.btn-gray small {
      font-size: 12px !important; }
    @media screen and (max-width: 768px) {
      .btn.btn-gray {
        width: 90%;
        padding: 10px 0; }
        .btn.btn-gray small {
          font-size: 10px !important; } }
    @media screen and (max-width: 320px) {
      .btn.btn-gray {
        width: 100%; } }
    .btn.btn-gray small {
      font-size: 10px; }
  .btn.btn-gray:hover {
    background: #c3bfc3; }
  .btn .btn.disabled, .btn .btn:disabled {
    opacity: .65;
    background: #eeeeee !important; }

.btn_arrow {
  min-width: 10px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: transparent; }
  .btn_arrow a {
    color: #99cccc; }
  .btn_arrow:disable {
    opacity: .4;
    cursor: not-allowed; }
  .btn_arrow:active {
    top: 3px;
    position: relative; }

.btn-sm {
  min-width: 50px;
  padding: 1px 10px 2px 10px;
  border-color: #e7e7e7;
  box-shadow: 0 1px 0 0 #e7e7e7;
  color: #555;
  background: #fff; }
  .btn-sm:hover {
    background: #fff; }
  .btn-sm:active {
    position: relative;
    top: 2px; }

button.alink {
  border: 0;
  background: none;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer; }
  button.alink:hover {
    color: #0056b3;
    text-decoration: underline; }

.table {
  font-size: 1rem;
  font-family: "Yu Gothic UI", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; }
  .table th {
    font-weight: bold; }

.cnf_btn {
  margin: 40px auto 0 auto;
  width: 90%;
  max-width: 650px !important; }
  .cnf_btn .btn-gray, .cnf_btn .btn-green {
    width: 100%; }

.container {
  margin: auto; }

ul {
  padding-left: 0; }

.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) {
    .count_on, .count_off {
      position: fixed;
      bottom: 0%;
      width: 100%;
      top: auto !important; } }
  .count_on .text-danger, .count_off .text-danger {
    font-weight: bold;
    font-size: 16px; }

button:focus, a {
  outline: none !important;
  cursor: pointer; }

.inner {
  max-width: 800px;
  margin: 10px auto;
  padding: 20px 40px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .inner {
      width: 92%;
      padding: 0 0 20px 0; } }

.formWrap div {
  font-size: 0.9rem;
  text-align: left; }
.formWrap .sectionTItleBox {
  position: relative; }
  .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; }
    .formWrap .sectionTItleBox .sideColumnBox02 .sectionTitle02 {
      float: left; }
    .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; }

.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) {
    .formFlow {
      margin-bottom: 20px; } }
  .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) {
      .formFlow li {
        font-size: 12px;
        line-height: 120%; } }
    .formFlow li span.step {
      margin-right: 12px;
      padding: 3px 15px 1px;
      background: #999;
      color: #FFF;
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        .formFlow li span.step {
          font-size: 10px; } }
      @media screen and (max-width: 320px) {
        .formFlow li span.step {
          padding: 5px; } }

.formFlow li.cr {
  background-color: #ff95a8;
  color: #FFF; }
  .formFlow li.cr span.step {
    margin-right: 12px;
    padding: 3px 15px 1px;
    background: #FFF !important;
    color: #FF7B93 !important;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .formFlow li.cr span.step {
        font-size: 10px; } }
    @media screen and (max-width: 320px) {
      .formFlow li.cr span.step {
        padding: 5px; } }

.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; }

.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; }

.formFlow li:nth-of-type(3):before {
  display: none; }

.formFlow li.cr:after {
  border-color: transparent transparent transparent #ff95a8; }

.sectionTitle02 {
  font-size: 30px; }

.formWrap .sectionTItleBox .sideColumnBox02:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden; }

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

.hed_off2 {
  background: #F6F6F6;
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

.main_off {
  /*background:#FFF; */
  position: relative;
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

.main_on {
  /*background:#FFFAF4; */
  position: relative;
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

.main_ok {
  background: #daf3e7;
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

.main_ng {
  background: #ffe7e7;
  word-break: keep-all;
  white-space: nowrap;
  text-align: left; }

.required:after {
  content: '*';
  padding: 0;
  color: #d22; }

.error {
  background-color: #fdd; }

.ok-label {
  border-radius: 3px;
  background-color: #6d9d86;
  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; }

.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; }
  .privacy-box .privacy-text h5 {
    font-weight: bold;
    font-size: 0.9rem; }

.thanks {
  font-size: 0.9rem;
  text-align: center;
  line-height: 160%; }

.footer {
  background: #a02624;
  color: #fff;
  height: 60px;
  line-height: 60px; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 0; } }
  .footer .site_logo {
    text-align: center;
    display: block;
    margin: auto; }
    .footer .site_logo img {
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        .footer .site_logo img {
          max-width: 180px;
          height: auto; } }
  .footer .copyright {
    font-size: 12px;
    text-align: center; }

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

.thanks-text {
  max-width: 700px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .thanks-text {
      width: 90%; }
      .thanks-text h3 {
        font-size: 20px; }
      .thanks-text p {
        font-size: 14px; } }

#contentsTtl p img {
  width: 100%;
  height: auto; }

#contentsTtl p {
  height: auto !important; }

.object-fit-img {
  object-fit: cover;
  height: 300px !important;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;"; }
