@charset "utf-8";

.page-kv-ttl h1.contact-pageTtl {
  width: 44vw;
}

.page-kv-ttl h1.contact-pageTtl-2 {
  width: 60vw;
}

.page-kv-ttl.contact-kv {
  padding: 24px 0 0;
}

.col-std.contact {
  padding: 20px 0 60px;
}

.contact-table {
  text-align: left;
  width: 100%;
}

.contact-table tr:not(:last-child) {
  margin-bottom: 12px;
}

.contact-table th {
  font-weight: bold;
  padding: 2rem 0 0.8rem 0;
  vertical-align: middle;
}

.contact-name {
  display: flex;
  align-items: center;
}

.contact-item {
  border-left: 3px solid #00b6bc;
  padding-left: 6px;
  font-family: "Kosugi Maru", sans-serif;
}

.contact-table td {
  padding: 0 0 12px;
}

.contact-table th,
.contact-table td {
  display: block;
  font-size: 1.4rem;
}

.contact-table td {
  display: block;
}

input[type="text"],
textarea,
select {
  width: 100%;
  padding: 1.4rem;
  border-radius: 6px;
  border: 1px solid #bbbbbb;
  font-size: 1.4rem;
}

input[type="text"]:focus,
textarea:focus {
  background-color: #fffaf3;
  outline: #bbb;
}

select {
  outline: #bbb;
}

select:hover {
  background-color: #fffaf3;
  outline: #bbb;
}

.ann {
  font-size: 1.2rem;
  color: #666666;
  display: inline-block;
  margin-left: 12px;
}

.contact-item {
  margin-right: auto;
}

.required span {
  color: #ffffff;
  background: #f2a44c;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
}

.contact-radio {
  display: flex;
}

.contact-radio li {
  padding: 0.6rem;
  border: 1px solid #bbb;
  border-radius: 6px;
}

.contact-radio li:first-child {
  margin-right: 20px;
}

.personalInfo-txt {
  font-size: 1.2rem;
  max-height: 240px;
  overflow-y: scroll;
  padding: 1rem;
  border: 1px solid #bbb;
  border-radius: 6px;
  margin-bottom: 20px;
}

.personalInfo-txt h2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.check-agree {
  width: 30%;
  margin: 0 auto;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  font-size: 1.4rem;
  padding: 0.5rem 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* バリデーション */

.validate {
  color: #f47028;
  margin-top: 6px;
  font-size: 1.3rem;
}

.validate::before {
  content: url(../../contact/images/ico-val.png);
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
}

/* 個人情報保護
------------------------------------ */

.perInfo-sec {
  margin-bottom: 40px;
}

.perInfo-sec .perm-hd {
  font-size: 1.2rem;
}

.btn-comfirm {
  width: 60%;
  min-width: 260px;
  margin: 0 auto;
  display: block;
  border-radius: 60px;
  background: #fff url(../images/ico-btnArr.svg) no-repeat right 3% center/2.5%;
  border: 1px solid #1091d4;
  font-size: 1.6rem;
  font-family: "Kosugi Maru", sans-serif;
  color: #1091d4;
  position: relative;
  padding: 1rem 0;
  text-align: center;
  box-shadow: 0px 2px 1px #7bc0e3;
  transition: 0.3s;
  margin-bottom: 30px;
  cursor: pointer;
}

.btn-back,
.btn-inactive {
  width: 60%;
  min-width: 260px;
  margin: 0 auto;
  display: block;
  border-radius: 60px;
  border: 1px solid #bbbbbb;
  font-size: 1.6rem;
  font-family: "Kosugi Maru", sans-serif;
  position: relative;
  padding: 1rem 0;
  text-align: center;
  box-shadow: 0px 2px 1px #bbbbbb;
  transition: 0.3s;
  color: #aaaaaa;
  margin-bottom: 30px;
  cursor: pointer;
}

.btn-inactive {
  background: #fff url(../images/ico-btn-arrInactive.svg) no-repeat right 3% center/2.5%;
}

.btn-back {
  background: #fff url(../images/ico-btnArr-back.svg) no-repeat left 3% center/3.5%;
}

@media (min-width: 481px) {
  .page-kv-ttl.contact-kv {
    background: #ffffff url(../../about/images/kv-about-pc.jpg) no-repeat right
      bottom/contain;
  }

  .contact-radio {
    padding-top: 8px;
  }

  .contact-radio li {
    border: unset;
  }

  .contact-radio li:hover,
  .contact-radio li input[type="radio"],
  .contact-radio li label {
    cursor: pointer;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .page-kv-ttl h1.contact-pageTtl {
    width: 172px;
  }

  .page-kv-ttl h1.contact-pageTtl-2 {
    width: 240px;
  }

  .page-kv-ttl.contact-kv {
    padding: 42px 0;
  }
  .btn-comfirm,
  .btn-back,
  .btn-inactive {
    width: 50%;
    padding: 1.2rem 0;
  }
  .check-agree {
    width: 140px;
  }
}

@media (min-width: 481px) and (max-width: 660px) {
  .page-kv-ttl.contact-kv {
    background: unset;
  }
}

@media (min-width: 769px) {
  .col-std.contact {
    max-width: 820px;
    margin: 0 auto;
  }

  .page-kv-ttl.contact-kv {
    padding: 0;
  }

  .page-kv-ttl h1.contact-pageTtl {
    width: 204px;
  }

  .page-kv-ttl h1.contact-pageTtl-2 {
    width: 312px;
  }

  .contact-data {
    margin-bottom: 40px;
  }

  .contact-table {
    width: 100%;
  }

  .contact-table tr {
    border-bottom: 1px dotted #00b6bc;
  }

  .contact-table td {
    display: table-cell;
    padding: 30px 0;
    vertical-align: middle;
  }

  .contact-table th {
    width: 320px;
    padding: 30px 0 30px 12px;
    display: table-cell;
  }

  .contact-table th,
  .contact-table td {
    font-size: 16px;
  }

  .contact-table th::before {
    top: 20px;
    transform: translateY(0);
  }

  .contact-radio li {
    padding: 0.6rem 0;
  }

  .contact-radio li input[type="radio"] {
    margin-left: 0;
  }

  .fz-L2 {
    font-size: 14px;
  }

  .required {
    width: 60px;
  }

  .comfirm-action {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }

  .btn-comfirm,
  .btn-inactive {
    max-width: 360px;
    margin: 0;
    padding: 1.3rem 0;
  }

  .btn-comfirm.center,
  .btn-inactive.center {
    margin: 0 auto;
  }

  .btn-back {
    max-width: 240px;
    margin: 0 20px 0 0;
    padding: 1.3rem 0;
  }

  .check-agree {
    width: 140px;
    font-size: 16px;
    border: unset;
  }

  .check-agree:hover,
  .check-agree input[type="radio"]:hover,
  .check-agree label:hover {
    cursor: pointer;
  }

  .btn-comfirm:hover {
    background: #1091d4 url(../images/ico-btnArr-ov.svg) no-repeat right 3% center/2.5%;
    color: white;
  }

  .btn-back:hover {
    background: #bbbbbb url(../images/ico-btnArr-back-ov.svg) no-repeat left 3% center/2.5%;
    color: white;
  }

  .personalInfo-txt h2 {
    font-size: 16px;
  }

  .personalInfo-txt {
    font-size: 14px;
  }

  .ann {
    margin-left: 0;
  }

  .contact-table th.inquiry-box {
    align-items: flex-start;
  }

  .validate {
    font-size: 14px;
  }
}

/* 入力確認
--------------------------------------------*/

.personalInfo-agree {
  font-size: 1.4rem;
  text-align: center;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.personalInfo-agree::before {
  content: url(../../contact/images/ico-check.svg);
  display: inline-block;
  transform: scale(0.7);
}

.perInfo-hd {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.perInfo-list {
  list-style: disc;
  margin-left: 2rem;
}

.comfirm-topTxt {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .comfirm-topTxt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* 送信完了
--------------------------------------------*/

.col-thanks {
  text-align: center;
  margin-bottom: 60px;
}

.thanks-appy {
  margin-bottom: 30px;
}

.thanks-appy img {
  width: 60%;
  max-width: 240px;
}

.thanks-ttl {
  margin-bottom: 20px;
}

.thanks-ttl img {
  width: 84%;
}

.thanks-txt {
  font-size: 1.4rem;
}

@media (min-width: 481px) {
  .thanks-appy img {
    max-width: 200px;
  }
  .thanks-ttl img {
    max-width: 300px;
  }
}

/* 電話問い合わせ
--------------------------------------------*/

.col-phone {
  border-top: 1px solid #00b6bc;
  padding: 40px 0;
  background-color: #f3f3f3;
}

.col-phone-inner {padding: 0 3vw;}

.phone-appy {display: none;}

.col-phone-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00b6bc;
  text-align: center;
  margin-bottom: 20px;
}

.phone-detail {
  text-align: center;
}

.phone-detail-txt {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: bold;
}

/* .phone-detail-num {margin-bottom: 5px;} */

.phone-detail-num a {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 34px;
}

.phone-detail-num a::before {
  /* content :url(../../contact/images/ico-phone.png); */
  content :"";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../../contact/images/ico-phone.png) center center/contain no-repeat;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
}

.phone-detail-num span {font-size: 1.2rem;}

.phone-detail-time {font-size: 1.4rem;}

@media (min-width: 481px) {
  .phone-detail {
    text-align: left;
  }
  .phone-appy {
    display: block;
    width: 82px;
  }

  .phone-appy img {
    width: 100%;
  }
  .col-phone-inner {
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .phone-detail {
    width: calc(100% - 100px);
  }
}
.box-ciclenum-txt {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  margin: 1% auto;
}
.safety-management-indent {
  margin-left: 1.5rem;
}



/* faq_link
--------------------------------------------*/

.faq_link{
  margin: 40px auto;
  max-width: 700px;
}

.faq_link .pc{
  display: block;
}

.faq_link .sp{
  display: none;
}

.faq_link .text{
  text-align: center;
  font-size: 16px ;
  color: #333;
}

.faq_link .items{
  margin-top: 20px ;
  background-color: #00b6bc;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 50px;
}

.faq_link .items a{
  color: #fff;
  font-size: 18px;
  width: 100%;
}

.faq_link .items:hover{
  opacity: 0.8;
}



@media (max-width: 450px) {

  .faq_link .pc{
    display: none;
  }
  
  .faq_link .sp{
    display: block;
  }

  .faq_link{
    width: 96%;
    max-width: 700px;
  }


  .faq_link .items a{
    color: #fff;
    font-size: 14px;
    width: 100%;
  }
}