@charset "UTF-8";
.pc {
  display: none;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
img {
  width: 100%;
}

article {
  margin-bottom: 60px;
  padding: 160px 10px 40px;
}
article > h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 8vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  line-height: 1.3em;
  text-align: center;
}
@media (min-width: 768px) {
  article {
    padding: 200px 10px 60px;
    text-align: center;
  }
  article > h2 {
    font-size: 60px;
  }
}
article section {
  max-width: 100%;
  margin: 40px auto;
}
@media (min-width: 768px) {
  article section {
    margin: 40px auto 80px;
  }
}
article section .input:focus {
  outline: none;
}
article section h2 {
  color: #6D6E71;
}
article section h2:after {
  border-bottom: 1px solid #6D6E71;
}
article section#fax .btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  article section#fax .btnArea {
    text-align: center;
  }
  article section#fax .btnArea .btn {
    display: inline-block;
  }
}
article section .data ul {
  color: #707070;
}
article section .data ul li input {
  display: block;
  width: 100%;
  margin: 5px 0 1em;
  padding: 5px;
  border: none;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  article section .data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
  }
  article section .data ul li {
    width: 46%;
  }
  article section .data ul li input {
    padding: 10px;
  }
}
article section .fee ul {
  display: flex;
  margin: 10px 0;
}
article section .fee ul li {
  margin-right: 1em;
}
article section .fee ul li label {
  display: flex;
  align-items: center;
  width: 100%;
}
article section .fee ul li label input {
  width: 2em;
  margin: 0;
  border: none;
}
article section .fee > input {
  display: block;
  width: 100%;
  margin: 5px 0 1em;
  padding: 5px;
  border: none;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  article section .fee {
    max-width: 640px;
    margin: 40px auto 0;
    text-align: left;
  }
  article section .fee ul {
    justify-content: flex-start;
  }
  article section .fee ul li {
    width: auto;
  }
  article section .fee input {
    padding: 10px;
  }
}
article section .other {
  margin-top: 40px;
  text-align: left;
}
article section .other .address > input {
  display: block;
  width: 100%;
  margin: 5px 0 1em;
  padding: 5px;
  border: none;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  article section .other {
    max-width: 640px;
    margin: 40px auto 0;
  }
  article section .other p {
    margin-bottom: 20px;
  }
  article section .other .address input {
    padding: 10px;
  }
}
article section .invoice {
  margin-bottom: 40px;
}
article section .invoice ul {
  display: flex;
  margin-top: 10px;
}
article section .invoice ul li {
  margin-right: 1em;
}
article section .invoice ul li label {
  display: flex;
  align-items: center;
  width: 100%;
}
article section .invoice ul li label input {
  width: 2em;
  margin: 0;
  border: none;
}
@media (min-width: 768px) {
  article section .invoice {
    max-width: 640px;
    margin: 40px auto 80px;
    text-align: left;
  }
  article section .invoice ul {
    justify-content: flex-start;
  }
  article section .invoice ul li {
    width: auto;
  }
}
article.maintenance {
  background: #DDEEFF;
}
article.maintenance > h2 {
  color: #0066A5;
}
article.maintenance #fax .btnArea .btn {
  background: #0066A5;
  color: #fff;
  border: none;
  box-shadow: 10px 10px 15px #bbb;
}
article.maintenance .inputBtn {
  text-align: center;
}
article.maintenance .inputBtn .btn {
  display: inline-block;
  background: #0066A5;
  color: #fff;
  box-shadow: 10px 10px 15px #bbb;
  border: none;
}
article.evaluation {
  background: #FFF3DD;
}
article.evaluation > h2 {
  color: #B46F00;
}
article.evaluation #fax .btnArea .btn {
  background: #FFA515;
  color: #fff;
  border: none;
  box-shadow: 10px 10px 15px #bbb;
}
article.evaluation .inputBtn {
  text-align: center;
}
article.evaluation .inputBtn .btn {
  display: inline-block;
  background: #FFA515;
  color: #fff;
  box-shadow: 10px 10px 15px #bbb;
  border: none;
}
