@charset "UTF-8";
/* CSS Document */



/*inquiry*/
.inquiry .page_title {
  background: url(../img/inquiry/page_title.jpg) no-repeat center center;
  height: 140px;
}
.inquiry main h1 {
  font-size: 4.8rem;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 150px;
}
.inquiry main .catch {
  padding-bottom: 170px;
  line-height: 2.5;
}
.inquiry main .catch p:not(:last-of-type) {
  margin-bottom: 1.2em;
}





.inquiry main .form_box .note {
  margin-bottom: 40px;
  padding: 0 5px;
}
.inquiry main .form_box .note ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
.inquiry main .form_box .note ul li::before {
  position: absolute;
  top: 0;
  left: .1em;
  content: '・';
}
.inquiry main .form_box .form table {
  width: 100%;
}
.inquiry main .form_box .form table tr th ,
.inquiry main .form_box .form table tr td {
  padding: .8em 1em;
  border-top: solid 1px #6e788a;
  border-bottom: solid 1px #6e788a;
}
.inquiry main .form_box .form table tr th {
  width: 270px;
}
.inquiry main .form_box .form table tr th p {
  padding-top: .8em;
}
.inquiry main .form_box .form table tr th dl {
  display: flex;
  align-items: center;
  padding-top: .4em;
}
.inquiry main .form_box .form table tr th dl dt {
  margin-right: .5em;
}
.inquiry main .form_box .form table tr th dl dd {
  margin-left: auto;
  border: solid 1px #6883b1;
  border-radius: .2em;
  font-size: 1.6rem;
  color: #6883b1;
  padding: .2em .8em;
}
.inquiry main .form_box .form table tr td {
  width: calc(100% - 270px);
}
.inquiry main .form_box .form table tr td .mail_box ul li:first-of-type {
  margin-bottom: .5em;
}
.inquiry main .form_box .form table tr td .caution01 {
  padding: 0 1em;
  padding-top: 1em;
}
.inquiry main .form_box .form table tr td .caution01 ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.4rem;
}
.inquiry main .form_box .form table tr td .caution01 ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
.inquiry main .form_box .form .pp_box {
  margin: 0 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 20px;
  border: solid 1px #6e788a;
  border-radius: .4em;
}
.inquiry main .form_box .form .pp_box .pp_title {
  text-align: center;
  margin-bottom: .8em;
}
.inquiry main .form_box .form .pp_box .comment {
  font-size: 1.4rem;
}
.inquiry main .form_box .form .pp_box .comment p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.inquiry main .form_box .form .pp_check {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 767px) {
  .inquiry .page_title {
    background: url(../img/inquiry/page_title_sp.jpg) no-repeat center center;
    height: 30vw;
  }
  .inquiry main h1 {
    font-size: 3.2rem;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .inquiry main .catch {
    padding-bottom: 15vw;
    line-height: 2;
    font-size: 1.4rem;
  }
  .inquiry main .catch p:not(:last-of-type) {
    margin-bottom: 1.2em;
  }

  .inquiry main .form_box .note {
    margin-bottom: 10vw;
    padding: 0;
  }
  .inquiry main .form_box .note ul li {
    position: relative;
    padding-left: 1em;
    font-size: 1.4rem;
  }
  .inquiry main .form_box .note ul li::before {
    position: absolute;
    top: 0;
    left: .1em;
    content: '・';
  }
  .inquiry main .form_box .form table {
    width: 100%;
  }
  .inquiry main .form_box .form table tr th ,
  .inquiry main .form_box .form table tr td {
    display: block;
    padding: .8em 1em;
    border-top: solid 1px #6e788a;
    border-bottom: solid 1px #6e788a;
  }
  .inquiry main .form_box .form table tr th {
    width: 100%;
    border-bottom: none;
  }
  .inquiry main .form_box .form table tr th p {
    padding-top: 0;
  }
  .inquiry main .form_box .form table tr th dl {
    display: flex;
    align-items: center;
    padding-top: 0;
  }
  .inquiry main .form_box .form table tr th dl dt {
    margin-right: .5em;
  }
  .inquiry main .form_box .form table tr th dl dd {
    margin-left: auto;
    border: solid 1px #6883b1;
    border-radius: .2em;
    font-size: 1.2rem;
    color: #6883b1;
    padding: .2em .8em;
  }
  .inquiry main .form_box .form table tr td {
    width: 100%;
    border-top: none;
  }
  .inquiry main .form_box .form table tr td .mail_box ul li:first-of-type {
    margin-bottom: .5em;
  }
  .inquiry main .form_box .form table tr td .caution01 {
    padding: 0;
    padding-top: 1em;
  }
  .inquiry main .form_box .form table tr td .caution01 ul li {
    position: relative;
    padding-left: 1.2em;
    font-size: 1.4rem;
  }
  .inquiry main .form_box .form table tr td .caution01 ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }
  .inquiry main .form_box .form table tr td .caution02 {
    padding: 0;
    padding-bottom: 1em;
  }
  .inquiry main .form_box .form table tr td .caution02 p {
    font-size: 1.4rem;
  }
  .inquiry main .form_box .form table tr td .caution02 ul li {
    position: relative;
    padding-left: 1em;
    font-size: 1.4rem;
  }
  .inquiry main .form_box .form table tr td .caution02 ul li::before {
    position: absolute;
    top: 0;
    left: .1em;
    content: '・';
  }
  .inquiry main .form_box .form .pp_box {
    margin: 0;
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding: 4vw 3vw;
    border: solid 1px #6e788a;
    border-radius: .4em;
  }
  .inquiry main .form_box .form .pp_box .pp_title {
    text-align: center;
    margin-bottom: .8em;
  }
  .inquiry main .form_box .form .pp_box .comment {
    font-size: 1.4rem;
  }
  .inquiry main .form_box .form .pp_box .comment p:not(:last-of-type) {
    margin-bottom: 1.2em;
  }
  .inquiry main .form_box .form .pp_check {
    display: flex;
    align-items: center;
    justify-content: center;
  }

}
