﻿@charset "UTF-8";

/* =======================================
    コンポーネント
======================================= */
/* ------ title -------*/
/* .ttl_main */
.ttl_main{
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  text-align: center;
}
.ttl_main span{
  background: #005920;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  padding: 5px;
  min-width: 454px;
}
@media screen and (max-width: 767px) {
  .ttl_main{
    font-size: 4.8vw;
  }
  .ttl_main span{
    min-width: 60vw;
  }
}

/* .ttl_page */
.ttl_page{
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.ttl_page span{
  background: #005920;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  padding: 5px;
  min-width: 454px;
}
@media screen and (max-width: 767px) {
  .ttl_page{
    font-size: 4.8vw;
    margin: 1.5em 0;
  }
  .ttl_page span{
    min-width: 60.533vw;
  }
}


/* ------ text -------*/
.txt_small{
  font-size: 85%;
}
.txt_wide-spacing{
  letter-spacing: 1em;
}
.txt_narrow-spacing{
  letter-spacing: -0.1em;
}
.txt_marker_y{
  background-color: #FFF467;
}
.txt_marker_o{
  background-color: #FF9000;
}
.txt_red{
  color: #ED1C24;
}


/* ------ btn -------*/
.link_box a{
  display: inline-block
}
.link_box a:last-child{
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .link_box a:last-child{
    margin-top: -2.667vw;
  }
}

/* btn */
.btn{
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  background-image: url(../img/arrow_submit.png);
  background-color: #008a68;
  background-size: 120px auto;
  background-repeat: no-repeat;
  background-position: right -10px center;
  border-radius: 50px;
  box-shadow: 0 1px 20px rgb(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Noto Serif JP","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 10px #849200;
  height: 84px;
  max-width: 500px;
}
a.btn.none{
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .btn:hover{
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .btn{
    background-size: 16vw auto;
    background-position: right -1.333vw center;
    border-radius: 6.667vw;
    box-shadow: 0  0.133vw 2.667vw rgb(0, 0, 0, 0.5);
    font-size: 5.067vw;
    height: 6.667vw;
    line-height: 6.667vw;
    text-shadow: 0 0 1.333vw #849200;
    height: 11.2vw;
    max-width: 80vw;
  }
}

/* .btn_reset */
.btn_reset{
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #008a68 !important;
  background-color: transparent;
  border-radius: 50px;
  box-sizing: border-box;
  color: #008a68;
  font-family: "Noto Serif JP","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.5rem;
  font-weight: 600;
  height: 38px;
  letter-spacing: 0;
  text-align: center;
  max-width: 140px;
  margin: 1.5em 0 0;
}
@media screen and (min-width: 768px) {
  .btn_reset:hover{
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .btn_reset{
    border-radius: 6.667vw;
    font-size: 3.467vw;
    height: 8vw;
    max-width: 32vw;
  }
}


/* ------ .cta_box -------*/
.ttl_cta{
  text-align: center;
  font-weight: 500;
  font-size: 4.2rem;
}
.ttl_cta > span{
  display: inline-block;
  padding: 0 55px;
  position: relative;
}
.ttl_cta > span:before, .ttl_cta > span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: black;
}
.ttl_cta > span:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.ttl_cta > span:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.ttl_cta .txt_small{
  font-size: 85%;
}
@media screen and (max-width: 767px) {
  .ttl_cta{
    font-size: 5.6vw;
  }
  .ttl_cta > span{
    padding: 0 8vw;
  }
  .ttl_cta > span:before, .ttl_cta > span:after {
    width: 7.467vw;
  }
}


/* ------ form -------*/
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #333;
  box-sizing: border-box;
  padding: 15px;
  transition: all 0.3s ease 0s;
  width: 100%;
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  textarea{
    padding: 2vw;
  }
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus{
  border: 1px solid #000;
  outline: none;
}
input[type="text"]:placeholder-shown,
input[type="number"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
textarea:placeholder-shown{
  color: #bbb;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder{
  color: #bbb;
  opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder{
  color: #bbb;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}
input[type="text"]:placeholder-shown,
input[type="number"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
textarea:placeholder-shown {
  color: #bbb;
}
input[type="submit"],
input[type="reset"],
input[type="button"]{
  border: none;
  cursor: pointer;
  width: 100%;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus{
  outline: none;
}


/* .checkbox_box */
.checkbox_box{
  display: flex;
  align-items: center;
}
input[type="checkbox"] {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #333;
  background-color: #fff;
  margin-right: 1em;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"]:checked:before {
  content: '';
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  position: absolute;
  top: 0px;
  left: 6px;
  transform: rotate(50deg);
  width: 11px;
  height: 15px;
}
@media (max-width: 767px) {
  input[type="checkbox"] {
    width: 3.733vw;
    height: 3.733vw;
    vertical-align: -0.667vw;
  }
  input[type="checkbox"]:checked:before {
    left: 0.8vw;
    width: 1.467vw;
    height: 2vw;
  }
}

/* .select_box */
.select_box {
  position: relative;
  display: block;
  width: 100%;
}
.select_box::before {
  content: '▼';
  color: #000;
  position: absolute;
  font-size: 1.2rem;
  right: 11px;
  top: 10px;
  z-index: 1;
  pointer-events: none;
}
.select_box select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 10px 15px;
  padding-right: 50px;
  transition: all 0.3s ease 0s;
  width: 100%;
}
@media (max-width: 767px) {
  .select_box {
    width: 100%;
  }
  .select_box select {
    font-size: min(3.733vw, 1.4rem);
    padding: 2.133vw 2.667vw;
    /* padding: 8px 10px; */
  }
  .select_box::before{
    top: 1.333vw;
  }
}

/* .file-button */
input[type="file"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
  font-family: "Noto Serif JP","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
  font-size: 0.5em;
  min-width: 50%;
}
.file-button::file-selector-button {
  font-weight: bold;
  color: white;
  background-color: #008A68;
  font-family: "Noto Serif JP","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.4rem;
  border: 0;
  border-radius: 10em;
  cursor: pointer;
  padding: 8px 16px;
  margin-right: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  input[type="file"] {
    font-size:  3.467vw;
  }
  .file-button::file-selector-button {
    font-size:  3.467vw;
    padding: 1.067vw 2.133vw;
  }
}

/* .error */
.error{
  color: crimson;
  font-size: 2.6rem;
  font-weight: 400;
  margin: 0;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .error{
    font-size:  3.467vw;
  }
}


/* ------ form_box  -------*/
.form_box .case{
  margin-bottom: 40px;
}
.form_box .case:last-child{
  margin-bottom: 0;
}
.form_box .ttl_form{
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: center;
}
.form_box .txt_top{
  border-bottom: 1px solid #aaa;
  font-size: 2.6rem;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form_box .case{
    margin-bottom: 5.333vw;
  }
  .form_box .ttl_form{
    font-size: 4.8vw;
  }
  .form_box .txt_top{
    font-size: 3.467vw;
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
}

/* .form_table */
.form_table table{
  width: 100%;
}
.form_table th{
  box-sizing: border-box;
  display: block;
  color: #008A68;
  text-align: left;
  width: 100%;
}
.form_table td{
  box-sizing: border-box;
  display: block;
  font-weight: 400;
  padding-bottom: 20px;
  width: 100%;
}
.form_table tr:last-child td{
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form_table td{
    padding-bottom: 2.667vw;
  }
}

/* .privacy_box */
.privacy_box .checkbox_box{
  justify-content: center;
}

/* .submit_box */
.submit_box{
  text-align: center;
}


/* ------ .warranty-freeinspection_box  -------*/
.warranty-freeinspection_box{
  padding: 30px 0 10px;
  text-align: center;
}
.warranty-freeinspection_box img{
  width: 94.667%;
}
.ttl_warranty-freeinspection{
  font-size: 4.2rem;
}
.ttl_warranty-freeinspection .txt_marker_w{
  background-color: #fff;
  display: inline-block;
  margin-bottom: 0.5em;
  position: relative;
}
.ttl_warranty-freeinspection .txt_marker_w::before,
.ttl_warranty-freeinspection .txt_marker_w::after{
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  background-color: inherit;
}
.ttl_warranty-freeinspection .txt_marker_w::before{
  left: -14px;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%) !important;
}
.ttl_warranty-freeinspection .txt_marker_w::after {
  right: -14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%) !important;
}
.ttl_warranty-freeinspection .txt_marker_y{
  background: linear-gradient(transparent 60%, #FFD500 60%);
  display: inline-block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .warranty-freeinspection_box{
    padding: 8vw 0 2.667vw;
  }
  .ttl_warranty-freeinspection{
    font-size: 5.6vw;
  }
}


/* ------ .tb_style -------*/
.tb_style table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.tb_style th, .tb_style td {
  box-sizing: border-box;
  line-height: 1.2;
}
.tb_style th {
  border-bottom: 1px solid;
  color: #008A68;
  font-weight: 500;
  padding: 15px 20px;
  text-align: left;
  width: 25%;
}
.tb_style td {
  border-bottom: 1px solid;
  font-weight: 400;
  padding: 15px 0;
  width: 75%;
}
@media (max-width: 767px) {
  .tb_style th {
    padding: 2vw 2.667vw;
  }
  .tb_style td {
    padding: 2vw 0;
    width: 75%;
  }
}