/*
  Copyright © 2025 Fit Creative Studio
  Created by Fit Creative Studio (https://www.fit-cs.com)
  Contact: https://www.fit-cs.com
*/

#index_header {
  height: 85px;
}

.top-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -10;
  /* background-size: cover; */
  background-size: 220%;
  background-position: 0 0;
  background-image: url(img/top01.jpg);
  height: 85px;
}

.index_logo {
  top: 16px;
}

.index_hader_nav {
  top: 5px;
  width: 350px;
}

.index_hader_nav ul li {
  display: inline-block;
  position: relative;
  padding-right: 22px;
}

.index_hader_nav ul li:before {
  content: "|";
  position: absolute;
  display: block;
  position: absolute;
  display: block;
  width: 5px;
  right: 7px;
  color: #dcdcdc;
  font-size: 1.6rem;
}

.index_hader_nav ul li:nth-child(1)::after,
.index_hader_nav ul li:nth-child(4)::after {
  content: "|";
  position: absolute;
  display: block;
  position: absolute;
  display: block;
  width: 5px;
  top: 0;
  left: -14px;
  color: #dcdcdc;
  font-size: 1.6rem;
}

.index_hader_nav ul li a,
a:link a:visited {
  color: #fff;
  font-size: 1.6rem;
}

.index_hader_nav ul li a:hover {
  color: #fff;
}

.index_hader_nav ul li a:before {
  background-color: #fff;
}


/* form */
.index_service {
  padding-bottom: 10px;
}

.index_service_01 {
  width: 80%;
  border: none;
}

.index_service_list {
  width: 100%;
  border: 1px dotted #bbb;
  border-radius: 10px;
  padding: 0px 30px;
  margin-bottom: 10px;
  background-color: #fffa;
}

form {
  margin: 0 auto;
}

.text {
  font-size: 1.6rem;
  text-align: center;
  margin: 25px auto;
  line-height: 3rem;
}


hr {
  color: inherit;
  border: 0;
  border: 1px dotted #bbb;
  opacity: 0.65;
}

.cloum {
  color: #424242;
  font-weight: bold;
  word-break: break-word;
  width: 80%;
  padding: 0;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin: 20px auto 10px;
}

.no:after {
  box-sizing: border-box;
  content: "任意";
  background: #f5f5f5;
  color: #9e9e9e;
  padding: 0.25rem 0.35rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
  white-space: nowrap;
}

.yes:after {
  box-sizing: border-box;
  content: "必須";
  background: #e53935;
  color: #ffffff;
  padding: 0.25rem 0.4rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
  white-space: nowrap;
}

.row {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.form-group .row>* {
  margin-top: 0;
  margin-bottom: var(--bs-gutter-y);
}

.d-flex {
  display: flex !important;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.row>* {
  flex-shrink: 0;
  width: 32%;
  margin: 7px 7px 0px 0px;
  font-size: 1.4rem;
}

.form-label-radio-checkbox:not(.form-matrix-option) {
  padding: 1.0rem 1rem;
  background: transparent;
  border: #cfcfcf solid 1px;
  border-radius: 0.5rem;
  color: #424242;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

input.form-check-input {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-right: 0.5rem;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-control {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0.5rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  appearance: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.form-control::placeholder {
  opacity: 0.3;
}

/*btn*/
.btn {
  width: 90%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: none !important;
  color: #fff;
  font-size: 1.8rem !important;
  font-weight: 500;
  padding: 15px 10px;
  margin: 20px auto;
  background: url(../img/btn_list_mk001.png) no-repeat right 10px center;
  background-size: 19px 11px;
  background: linear-gradient(to right, #51d0a4, #8ae2ea, #f985d9);
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all .3s;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  display: block;
}

.btn:hover {
  color: #fff;
  transform: scale(1.05);
  background-position: 100% 51%;
}

#powered {
  text-align: center;
  display: block;
  color: #b1b1b1;
}


/*最小表示対応*/
@media screen and (max-width: 580px) {

  #index_header {
    min-height: 60px;
    height: 85px;
  }

  .index_hader_nav {
    display: none;
  }

  /* .index_hader_nav {
    width: 250px;
    right: 0;
    left: auto;
  }

  .index_hader_nav ul li {
    padding: 0;
  }

  .index_hader_nav ul li:nth-child(3) {
    display: none;
  }

  .index_hader_nav ul li:before,
  .index_hader_nav ul li:nth-child(1)::after,
  .index_hader_nav ul li:nth-child(4)::after {
    content: "";
  }


  .index_hader_nav ul li a,
  a:link a:visited {
    padding: 0;
  } */


  .index_service_01 {
    width: 90%;
  }

  .index_service_list {
    padding: 0 20px;
  }

  .row>* {
    width: auto;
  }



}