@charset "utf-8";

/* ----------------------------------------
 page-title
------------------------------------------- */

#quoteTitle{
padding-top: 400px;
background: url('/images/quote-images/mv01.webp') 50% 50% no-repeat;
background-size: cover;
}
#page-title-catch h3 {
 margin-top:3%;
}

#page-title-catch p{
 margin-top:3%;	
}

@media screen and (max-width:1599px) {
 #quoteTitle {
    padding-top: 35%;
  }
}
@media screen and (max-width: 799px) {
	#quoteTitle {
   padding-top: 60%;
  }
	
}

.bg-box {
  position: relative;
  z-index: 1;
}
.bg-box::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #0287c5;
  z-index: -1;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
}


/* ----------------------------------------
 contact
------------------------------------------- */
#contact .wrapper {
  margin-top: -6%;;
}
#contact .group {
  margin-bottom: 30px;
}
#contact p {
  text-align: center;
}
#contact a {
  color: #4B4949;
}
#contact .group .txt01 {
  color: #4B4949;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
}
#contact .group .txt02 {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#contact .group .txt03 {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#contact .group .txt04 {
  color: #4B4949;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}
#contact .btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
/* ----------------------------------------
form
------------------------------------------- */
#form table {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#form table th {
  width: 26%;
  position: relative;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  font-weight: normal;
  box-sizing: border-box;
  border-bottom: 1px solid #d0d0d0;
  padding: 20px 10px;
}
.need {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  background-color: #E75401;
  padding: 1px 5px;
  left: 170px;
}
#form table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  border-bottom: 1px solid #d0d0d0;
  box-sizing: border-box;
  padding: 20px 10px;
}
#form table tr:last-child th, #form table tr:last-child td {
  border-bottom: none;
}
#form table td p {
  padding: 15px 0 0 0;
}
#form .txt01 {
  text-align: center;
  margin-bottom: 20px;
}
.input01 {
  width: 100%;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input01::placeholder {
  color: #b5b5b5;
}
.input02 {
  width: 80%;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input03 {
  width: 30%;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.select01 {
  padding: 10px 15px;
}
.submit input {
  display: inline-block;
  position: relative;
  color: #0287c5;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
  background-color: #ffe102;
  border: solid 1px #ffe102;
  cursor: pointer;
  padding: 15px 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.submit input:hover {
  color: #ffe102;
  background-color: #0287c5;
  border: solid 1px #0287c5;
  cursor: pointer;
}
.cmn-submit {
  display: inline-block;
  position: relative;
  color: #ffe102;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 200px;
  background-color: #0287c5;
  border: solid 1px #0287c5;
  cursor: pointer;
  padding: 15px 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cmn-submit:hover {
  color: #0287c5;
  background-color: #ffe102;
  cursor: pointer;
}
#policy {
  height: 300px;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  background-color: #fefefe;
  overflow-y: scroll;
  padding: 40px 50px;
  margin-bottom: 50px;
}
#policy h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#policy h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#policy p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.check {
  text-align: center;
  margin-bottom: 50px;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  /* ----------------------------------------
 
------------------------------------------- */
  #contact .group .txt01 {
    font-size: 2.4rem;
  }
  #contact .group .txt02 {
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #contact .group .txt03 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #contact .group .txt04 {
    font-size: 2.4rem;
  }
  #form table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  #form table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px 10px 10px 10px;
  }
  #form table td {
    display: block;
    width: 100%;
    padding: 0 10px 15px 10px;
  }
  .input01 {
    width: 100%;
  }
  .input02 {
    width: 100%;
  }
  .input03 {
    width: 100%;
  }
  .select01 {
    width: 100%;
    box-sizing: border-box;
  }
  .need {
    font-size: 1.1rem;
    left: auto;
    margin-left: 10px;
  }
  #policy {
    height: 300px;
    padding: 20px;
    margin-bottom: 30px;
  }
  #policy h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #policy h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  #policy p {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .check {
    margin-bottom: 30px;
  }
}
/* line63 requested changes */
#mv-catch .icon li{width:115px!important;max-width:115px!important;margin-right:24px!important;}
#mv-catch .icon li img{width:100%!important;height:auto!important;}
@media screen and (max-width:768px){#mv-catch .icon li{width:58px!important;max-width:58px!important;margin-right:5px!important;margin-bottom:5px!important;}}
.price-note-outside{max-width:1100px;margin:12px auto 0;text-align:right;font-weight:700;color:#222;font-size:15px;}
