@charset "utf-8";

body {
  background: url("../images/cmn-images/bg2.png") 50% 50% no-repeat;
  background-attachment: fixed;
}
#page-title {
  background: url("../images/contact-images/page-title.jpg") 50% 40% no-repeat;
  background-size: cover;
}

/* ----------------------------------------
tel
------------------------------------------- */
#tel {
border-bottom: 1px solid #888;
}
#tel h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
#tel h3 {
  font-size: 2.4rem;
  text-align: center;
}
#tel h3 a,#tel h3 span{
  font-size: 3.4rem;
  line-height: 1.2;
  margin-left: 10px;
}
#tel .txt {
  text-align: center;
  margin-bottom: 10px;
}
/* ----------------------------------------
form
------------------------------------------- */
#form {
border-top: 1px solid #ccc;
background-color: rgba(255,255,255,0.8);
}
#form h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
#form .txt {
  text-align: center;
  margin-bottom: 50px;
}
#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: bold;
  box-sizing: border-box;
  border-bottom: 1px dotted #000;
  padding: 20px 10px;
}
.need {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #cc0000;
  padding: 1px 5px;
  left: 170px;
}
#form table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  border-bottom: 1px dotted #000;
  box-sizing: border-box;
  padding: 20px 10px;
}
#form table td p {
  padding: 15px 0 0 0;
}

.input01 {
  width: 100%;
  box-sizing: border-box;
  color: #000;
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input01::placeholder,.input02::placeholder,.input03::placeholder {
  color: #b5b5b5;
}
.input02 {
  width: 80%;
  box-sizing: border-box;
  color: #000;
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input03 {
  box-sizing: border-box;
  color: #000;
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.select01 {
  padding: 15px 15px;
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
}
.submit input {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
  background-color: #000;
  border: solid 1px #000;
  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: #fff;
  background-color: #000;
  border: solid 1px #000;
  cursor: pointer;
}

.cmn-submit {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
  background-color: #000;
  border: solid 1px #000;
  cursor: pointer;
  padding: 20px 10px;
  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: #fff;
  background-color: #000;
  cursor: pointer;
}




/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {
/* ----------------------------------------
cmn
------------------------------------------- */
  #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;
  }

}