@charset "utf-8";

/*==================================================

お問い合わせ /contact

==================================================*/
#contact article {
  padding: 60px 0 100px;
}
#contact article .item {
  width: 650px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
#contact article .item p {
  margin-bottom: 10px;
  font-weight: 500;
}
#contact article .item p span {
  width: 50px;
  height: 22px;
  margin-left: 10px;
  background: #2fb2cf;
  border-radius: 4px;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
#contact article .item select,
#contact article .item input {
  width: 650px;
  height: 42px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  outline: none;
}
#contact article .item textarea {
  width: 650px;
  height: 102px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  outline: none;
}
#contact article input[type="submit"] {
  width: 380px;
  height: 52px;
  margin: 80px auto 60px;
  padding: 0;
  background: #2fb2cf;
  border: none;
  border-radius: 26px;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 5.2rem;
  text-align: center;
  cursor: pointer;
}
#contact article input[type="submit"]:hover {
  opacity: 0.8;
}
#contact article #recaptcha {
  float: none;
  margin: 0 auto;
}

/*==================================================

お問い合わせ確認 /confirm

==================================================*/
#confirm article .inner {
  width: 650px;
  margin: 0 auto 40px;
}
#confirm article .inner p {
  margin-bottom: 10px;
  text-align: center;
}
#confirm article table {
  width: 100%;
  margin: 50px 0 100px 0;
}
#confirm article table tr:last-of-type {
  display: none;
}
#confirm article table tr th {
  padding: 15px 30px 15px 15px;
  text-align: right;
}
#confirm article table tr td {
  padding: 15px 15px 15px 30px;
}
#confirm article .inner p.att {
  margin-bottom: 40px;
}
#confirm article .inner p.error_messe {
  color: #fc5c6c;
}
#confirm article .inner p.error_messe:last-of-type {
  margin-bottom: 50px;
}
#confirm article input[type="button"] {
  width: 380px;
  height: 52px;
  margin: 0 auto;
  padding: 0;
  background: #bbb;
  border: none;
  border-radius: 26px;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 5.2rem;
  text-align: center;
  cursor: pointer;
}
#confirm article ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#confirm article ul li input[type="button"] {
  width: 300px;
}
#confirm article ul li input[type="submit"] {
  width: 300px;
  height: 52px;
  margin: 0 auto;
  padding: 0;
  background: #2fb2cf;
  border: none;
  border-radius: 26px;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 5.2rem;
  text-align: center;
  cursor: pointer;
}
#confirm article input[type="button"]:hover,
#confirm article input[type="submit"]:hover {
  opacity: 0.8;
}

/*==================================================

お問い合わせ完了 /complete

==================================================*/
#complete article .inner {
  width: 650px;
  margin: 0 auto 40px;
}
#complete article .inner p {
  margin-bottom: 10px;
  text-align: center;
}
#complete article .inner p:last-of-type {
  margin-bottom: 80px;
}
#complete article .inner a {
  width: 300px;
  height: 52px;
  margin: 0 auto;
  padding: 0;
  background: #2fb2cf;
  border: none;
  border-radius: 26px;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 5.2rem;
  text-align: center;
  cursor: pointer;
}
#complete article .inner a:hover {
  opacity: 0.8;
}

/*==================================================

会社概要 /company

==================================================*/
#company article table {
  width: 680px;
  margin: 0 auto;
}
#company article table th,
#company article table td {
  padding: 20px;
}
#company article table td ul li {
  margin-bottom: 5px;
}
#company article table td ul li:last-child {
  margin-bottom: 0;
}
#company article table tr:last-child td span {
  margin-left: 0.5em;
}

/*==================================================

プライバシーポリシー /privacy

==================================================*/
#privacy article section {
  width: 800px;
  margin: 0 auto 50px;
}
#privacy article h2 + p {
  width: 800px;
  margin: 0 auto 50px;
  line-height: 2.8rem;
}
#privacy article section h3 {
  margin-bottom: 15px;
  font-size: 1.7rem;
}
#privacy article section p {
  margin-bottom: 15px;
  line-height: 2.8rem;
}
#privacy article section ol {
  padding-left: 1.5em;
}
#privacy article section ol li {
  margin: 0 0 15px 0;
  padding-left: 0.25em;
  line-height: 2.6rem;
}
#privacy article section ul {
  margin: 20px 0;
  padding-left: 0.25em;
}
#privacy article section ul li {
  margin-bottom: 15px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
#privacy article section ul li ol {
  margin: 20px 0;
}
#privacy article section ul li ol li {
  padding-left: 0;
  text-indent: 0;
  list-style: auto;
}
#privacy article section p a {
  color: #2fb2cf;
}
#privacy article section a:hover {
  text-decoration: underline;
}

/*==================================================

利用規約 /terms

==================================================*/
#terms article section {
  width: 800px;
  margin: 0 auto 50px;
}
#terms article h2 + p {
  width: 800px;
  margin: 0 auto 50px;
  line-height: 2.8rem;
}
#terms article section h3 {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
#terms article section p {
  margin-bottom: 15px;
  line-height: 2.8rem;
}
#terms article section:nth-of-type(2) h3 + p {
  margin-bottom: 10px;
}
#terms article section ol {
  padding-left: 1.5em;
}
#terms article section ol li {
  margin: 0 0 15px 0;
  padding-left: 0.25em;
  line-height: 2.6rem;
}
#terms article section ul {
  margin: 20px 0;
}
#terms article section ul li {
  margin-bottom: 10px;
}
#terms article section ul li span {
  margin-right: 0.25em;
}
#terms article section:nth-of-type(5) ul {
  padding-left: 0;
  text-indent: 0;
}
#terms article section:nth-of-type(5) ul li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}
#terms article section:nth-of-type(5) ul li ul li {
  padding-left: 2.0em;
  text-indent: -1.25em;
}
#terms article section + p {
  text-align: right;
}

/*==================================================

特定商取引法に基づく表記 /transactions

==================================================*/
#transactions article table {
  width: 800px;
  margin: 0 auto 50px;
}
#transactions article table tr th,
#transactions article table tr td {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#transactions article table tr th {
  padding: 20px 10px 10px 10px;
  font-size: 1.7rem;
  text-align: left;
}
#transactions article table tr td {
  padding: 10px 10px 20px 10px;
  border-bottom: 1px solid #ddd;
  line-height: 2.6rem;
}
#transactions article table tr:last-child td {
  border-bottom: none;
}
#transactions article table tr td a {
  margin-bottom: 5px;
  display: inline-block;
  color: #2fb2cf;
}
#transactions article table tr td a:hover {
  text-decoration: underline;
}
#transactions article table tr td span {
  font-weight: 500;
}

/*==================================================

 responsive

==================================================*/
@media screen and (max-width: 1100px) {
  #company article table,
  #transactions article table,
  #confirm article .inner,
  #complete article .inner {
    width: 100%;
  }
  #company article table tr th {
    width: 100px;
  }
  #company article table tr:last-child td span {
    margin-left: 0;
  }
  #company article table tr:last-child td span:before {
    content: "\A";
    white-space: pre;
  }
  #terms article h2 + p,
  #terms article section,
  #privacy article h2 + p,
  #privacy article section {
    width: 100%;
  }
  #confirm article ul {
    width: 650px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #contact article .item {
    width: 100%;
  }
  #contact article .item select,
  #contact article .item input,
  #contact article .item textarea {
    width: 100%;
  }
  #confirm article table {
    margin: 50px 0 80px;
  }
  #confirm article ul {
    width: 300px;
    flex-direction: column-reverse;
  }
  #confirm article ul li:last-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  #complete article .inner p:last-of-type {
    line-height: 2.8rem;
  }
  #complete article .inner p:last-of-type span:before {
    content: "\A";
    white-space: pre;
  }
}
@media screen and (max-width: 643px) {
  #confirm article .inner h2 + p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .page article {
    margin-top: 70px;
    padding: 50px 0;
  }
  .page .inner {
    width: 94%;
    margin: 0 3%;
    padding: 0;
  }
  h2 {
    font-size: 1.8rem;
  }
  #contact article .item {
    padding: 0 20px;
  }
  #contact article .item p {
    font-size: 1.5rem;
  }
  #contact article .item p span {
    margin: 5px 0 0 0;
    display: block;
  }
  #contact article input[type="submit"] {
    width: 300px;
  }
  #company article table th,
  #company article table td,
  #confirm article table th,
  #confirm article table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  #company article table tr th,
  #confirm article table tr th {
    padding: 20px 10px 10px 10px;
    text-align: left;
  }
  #company article table tr td,
  #confirm article table tr td {
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  #company article table tr:last-child td,
  #confirm article table tr:nth-child(4) td {
    border: none;
  }
  #terms article section h3,
  #privacy article section h3,
  #transactions article table tr th {
    font-size: 1.6rem;
  }
  #terms article h2 + p,
  #terms article section p,
  #privacy article h2 + p,
  #privacy article section p,
  #privacy article ul li,
  #privacy article ol li,
  #transactions article table tr td {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  #confirm article .inner,
  #complete article .inner {
    width: 94%;
    margin: 0 3%;
  }
}
@media screen and (max-width: 500px) {
  #contact article input[type="submit"],
  #confirm article ul li input[type="submit"],
  #confirm article input[type="button"],
  #complete article .inner a {
    width: 260px;
  }
}