/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
img {
  width: 100%;
}
body,
html {
  overflow-x: hidden;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff"),
    url("../font/NotoSansJP-Regular.eot") format("eot"),
    url("../font/NotoSansJP-Bold.woff") format("woff"),
    url("../font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
.sub_title {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .sub_title {
    font-size: 20px;
  }
}
.new_line {
  display: block;
}

/* 共通パーツ */

/* ボタン */
.shop_button {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 50px;
  transition: 0.3s;
  text-align: center;
  background: #f86334;
  border: 1px solid #f86334;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
.shop_button::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.shop_button:hover {
  background: #fff;
  border: 1px solid #f86334;
  color: #f86334;
}
.shop_button:hover::before {
  border-top: 2px solid #f86334;
  border-right: 2px solid #f86334;
}
.button_container {
  margin: 3rem auto 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
}
/* ヘッダー */
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
}
.header_logo {
  width: 203px;
  height: 122px;
}
.bg_border {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 26px,
    rgba(196, 236, 233, 1) 26px,
    rgba(196, 236, 233, 1) 67px
  );
}
.border_curved {
  position: relative;
  height: 10vh;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 26px,
    rgba(196, 236, 233, 1) 26px,
    rgba(196, 236, 233, 1) 67px
  );
  border-bottom-left-radius: 50% 21%;
  border-bottom-right-radius: 50% 21%;
}
.border_curved_top {
  position: relative;
  height: 10vh;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 26px,
    rgba(196, 236, 233, 1) 26px,
    rgba(196, 236, 233, 1) 67px
  );
  border-top-left-radius: 50% 21%;
  border-top-right-radius: 50% 21%;
  margin-top: -20px;
}
.beige_curved {
  position: relative;
  height: 10vh;
  background: #f5f5f5;
  border-bottom-left-radius: 50% 21%;
  border-bottom-right-radius: 50% 21%;
}
.beige_curved_top {
  position: relative;
  height: 10vh;
  background: #f5f5f5;
  border-top-left-radius: 50% 21%;
  border-top-right-radius: 50% 21%;
}
.green_curved {
  position: relative;
  height: 10vh;
  background: #def1f1;
  border-bottom-left-radius: 50% 21%;
  border-bottom-right-radius: 50% 21%;
}
.green_curved_top {
  position: relative;
  height: 10vh;
  background: #def1f1;
  border-top-left-radius: 50% 21%;
  border-top-right-radius: 50% 21%;
}
/* key */
.key_container {
  width: 100%;
  /* max-width: 1440px; */
  height: 870px;

  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.key_contents {
  max-width: 550px;
  height: 530px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.key_contents h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  position: relative;
}
.key_contents h2::before {
  content: "";
  background: url("./img/img04.svg") no-repeat;
  background-size: contain;
  width: 170px;
  height: 190px;
  position: absolute;
  top: -80px;
  right: -180px;
}
.key_contents h2::after {
  content: "";
  background: url("./img/img03.svg") no-repeat;
  background-size: contain;
  width: 170px;
  height: 190px;
  position: absolute;
  bottom: -520px;
  right: -180px;
}
.key_contents .key_image {
  width: 460px;
  height: 290px;
  object-fit: contain;
  margin: 2rem auto;
  position: relative;
}
.key_contents .key_image::before {
  content: "";
  background: url("./img/img01.svg") no-repeat;
  background-size: contain;
  width: 170px;
  height: 190px;
  position: absolute;
  top: -200px;
  left: -150px;
}
.key_contents .key_image::after {
  content: "";
  background: url("./img/img02.svg") no-repeat;
  background-size: contain;
  width: 170px;
  height: 190px;
  position: absolute;
  bottom: -200px;
  left: -150px;
}

.main {
  width: 100%;
}
.en-title {
  color: #f86334;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}
/* こんな悩み */
.top_about {
  width: 100%;
  margin: -40px auto 0;
  padding: 300px 0 200px;
  background: #f5f5f5;
  text-align: center;
}
.top_about .sub_title {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.top_about .sub_title::before {
  content: "";
  background: url("./img/img09.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 100px;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.top_about_inner {
  text-align: center;
  max-width: 817px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top_about_inner::before {
  content: "";
  background: url("./img/img05.png") no-repeat;
  background-size: contain;
  width: 400px;
  height: 140px;
  position: absolute;
  top: 80px;
  left: -100px;
  z-index: 1;
}
.top_about_inner::after {
  content: "";
  background: url("./img/img06.png") no-repeat;
  background-size: contain;
  width: 400px;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: -70px;
  z-index: 1;
}
.about_image {
  max-width: 400px;
  margin: 3rem auto 0;
  position: relative;
}
.about_image::before {
  content: "";
  background: url("./img/img07.png") no-repeat;
  background-size: contain;
  width: 400px;
  height: 140px;
  position: absolute;
  top: 80px;
  right: -340px;
  z-index: 1;
}
.about_image::after {
  content: "";
  background: url("./img/img08.png") no-repeat;
  background-size: contain;
  width: 500px;
  height: 140px;
  position: absolute;
  bottom: 30px;
  right: -400px;
  z-index: 1;
}
/* 解決 */
.top_answer {
  width: 100%;
  margin: -40px auto 0;
  padding: 220px 0;
  text-align: center;
}
.top_answer .sub_title {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  z-index: 1;
}
.top_answer .sub_title::before {
  content: "";
  background: #faff00;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.top_answer_inner {
  text-align: center;
  max-width: 817px;
  width: 100%;
  margin: 0 auto;
}
.answer_contents {
  max-width: 500px;
  margin: 3rem auto 0;
  background: #fff;
  border-radius: 30px;
  padding: 3rem;
  position: relative;
}
.answer_contents h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.7rem;
  letter-spacing: 2px;
}
.answer_contents h2 span {
  color: #f86334;
  display: block;
}
.answer_contents p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 1rem;
}
.answer_contents::before {
  content: "";
  background: url("./img/img01.svg") no-repeat;
  background-size: contain;
  width: 250px;
  height: 260px;
  position: absolute;
  top: -160px;
  left: -160px;
  z-index: 1;
}
.answer_contents::after {
  content: "";
  background: url("./img/img03.svg") no-repeat;
  background-size: contain;
  width: 250px;
  height: 260px;
  position: absolute;
  bottom: -180px;
  right: -260px;
  z-index: 1;
}
/* メニュー */
.top_menu {
  padding: 120px 1rem;
}
.top_menu .sub_title {
  text-align: center;
}
.top_menu_inner picture {
  display: block;
  max-width: 640px;
  margin: 2rem auto 0;
}
.menu_contents {
  max-width: 1200px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3rem auto 0;
  display: flex;
}
.menu_contents li {
  max-width: 290px;
  margin: 5px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.menu_person_contents li .subtitle {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
  display: block;
  margin: 1rem 0;
  text-align: center;
}
.menu_contents .menu_image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.menu_contents .menu_image img {
  border-radius: 10px 10px 0 0;
}
.menu_contents li p {
  line-height: 1.7rem;
  padding: 20px 30px 30px;
}
.menu_bottom_text {
  max-width: 1200px;
  margin: 2rem auto;
  line-height: 1.7rem;
}
/* セッション */
.top_menu_person {
  padding: 90px 0;
  background: #f5f5f5;
}
.top_menu_person .sub_title {
  text-align: center;
}
.menu_person_contents {
  max-width: 1200px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem auto 0;
  display: flex;
}
.menu_person_contents li {
  max-width: 520px;
  margin: 10px;
  padding: 30px 20px;
  border-radius: 30px;
}
.menu_person_image img {
  border-radius: 20px;
}
.menu_person_contents li p span {
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
  margin: 1rem 0;
  text-align: center;
}
.menu_person_contents li p {
  line-height: 1.5;
}
/* ポイント */
.top_point {
  padding: 120px 0;
}
.top_point .sub_title {
  text-align: center;
  margin-bottom: 3rem;
}
.point_contents {
  max-width: 500px;
  margin: 0 auto;
}
.point_contents li {
  padding: 40px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 1rem 0;
}
.point_contents li {
  display: flex;
}
.point_contents li .point {
  color: #f86334;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.5rem;
  padding-right: 1rem;
}
.point_contents li p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
/* 勉強法 */
.top_method {
  padding: 80px 1rem;
  text-align: center;
  background: #def1f1;
  z-index: 1;
}
.top_method .sub_title {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.top_method .sub_title::before {
  content: "";
  background: #faff00;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.top_method .sub_title_content {
  font-weight: bold;
  padding-top: 2rem;
}
.method_contents {
  max-width: 1200px;
  justify-content: space-between;
  margin: 3rem auto 0;
  display: flex;
}
.method_contents li {
  width: 20%;
  margin: 5px;
  padding: 1.5rem 1rem;
  background: #fff;
  /* box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3); */
  border-radius: 16px;
}
.method_image {
  width: 80%;
  height: 180px;
  margin: 0 auto;
  text-align: center;
}
.method_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.method_contents li p {
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: left;
}
.method_contents li p span {
  color: #00a99d;
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
  margin: 1rem 0 0.5rem;
  text-align: center;
}
/* 実績 */
.top_works {
  text-align: center;
  padding: 120px 0;
}
.top_works .sub_title_content {
  font-weight: bold;
  padding: 2rem 0 3rem;
}
.works_contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
}
.works_contents li {
  display: flex;
  max-width: 500px;
  margin: 10px;
  padding: 20px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  line-height: 1.5rem;
}
.works_contents li .works_image {
  width: 38%;
}
.works_contents li .works_image p {
  font-weight: bold;
  color: #00a99d;
  font-size: 0.8rem;
  line-height: 1.5;
}
.works_contents li .content {
  width: 60%;
}
.works_contents li .content p {
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.5;
}
.top_works .button_container {
  margin-top: 4rem;
}
.top_works .button_container p {
  font-size: 2rem;
  font-weight: bold;
}
.top_works .button_container p span {
  font-size: 1.2rem;
  display: block;
  margin: 1rem 0 2.5rem;
}
footer {
  background: #def1f1;
  padding: 60px 10px;
  text-align: center;
  font-size: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .menu_contents,
  .menu_bottom_text {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1024px) {
  /* 勉強法 */
  .method_contents {
    justify-content: center;
    flex-wrap: wrap;
  }
  .method_contents li {
   width: 43%;
   margin: 1%;
  }
}
@media only screen and (max-width: 768px) {
  /* ヘッダー */
  .header_container {
    padding: 10px;
  }
  .header_logo {
    width: 100px;
    height: 60px;
  }
  /* key */
  .key_container {
    height: 700px;
  }
  .key_contents {
    max-width: 320px;
    height: 420px;
  }
  .key_contents h2 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
    position: relative;
  }
  .key_contents h2::before {
    content: "";
    background: url("./img/img04.svg") no-repeat;
    background-size: contain;
    width: 170px;
    height: 190px;
    position: absolute;
    top: -20px;
    right: -180px;
  }
  .key_contents h2::after {
    content: "";
    background: url("./img/img03.svg") no-repeat;
    background-size: contain;
    width: 170px;
    height: 190px;
    position: absolute;
    bottom: -420px;
    right: -180px;
  }
  .key_contents .key_image {
    width: 320px;
    height: 200px;
    object-fit: contain;
    margin: 2rem auto;
    position: relative;
  }
  .key_contents .key_image::before {
    content: "";
    background: url("./img/img01.svg") no-repeat;
    background-size: contain;
    width: 170px;
    height: 190px;
    position: absolute;
    top: -100px;
    left: -130px;
  }
  .key_contents .key_image::after {
    content: "";
    background: url("./img/img02.svg") no-repeat;
    background-size: contain;
    width: 170px;
    height: 190px;
    position: absolute;
    bottom: -150px;
    left: -130px;
  }

  .en-title {
    font-size: 1rem;
    margin-bottom: 0.2rem;
  }

  /* こんなお悩み */
  .top_about {
    padding-top: 250px;
  }
  .top_about .sub_title::before {
    width: 40px;
    height: 80px;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .top_about_inner::before {
    width: 300px;
    height: 100px;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 1;
  }
  .top_about_inner::after {
    width: 300px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 1;
  }
  .about_image {
    max-width: 320px;
    margin: 10rem auto 0;
    position: relative;
  }
  .about_image::before {
    width: 300px;
    height: 100px;
    position: absolute;
    top: -140px;
    right: 10px;
    z-index: 1;
  }
  .about_image::after {
    width: 320px;
    height: 150px;
    position: absolute;
    bottom: -130px;
    right: -20px;
    z-index: 1;
  }
  /* 解決 */
  .top_answer .sub_title {
    font-size: 1.8rem;
  }
  .answer_contents {
    width: 90%;
    max-width: auto;
    margin: 4rem auto 0;
    padding: 2rem;
  }
  .answer_contents h2 {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
  .answer_contents p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .answer_contents::before {
    content: "";
    background: url("./img/img01.svg") no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -70px;
    left: -20px;
    z-index: 1;
  }
  .answer_contents::after {
    content: "";
    background: url("./img/img03.svg") no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -100px;
    right: -30px;
    z-index: 1;
  }
  /* メニュー */
  .menu_contents {
    justify-content: center;
  }
  .menu_contents li {
    margin: 10px;
  }
  .menu_bottom_text {
    max-width: 100%;
    font-size: 0.8rem;
  }
  .menu_person_contents li p {
   font-size: 0.9rem;
  }
  /* セッション */
  .top_menu {
    padding: 80px 1rem;
  }
  .top_menu_person {
    padding: 60px 0;
  }
  .top_menu_person .sub_title {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .menu_person_contents {
    margin-top: 0;
  }
  .menu_person_contents li {
    padding: 20px 0;
  }
  .menu_person_contents li .subtitle {
    font-size: 1.1rem;
    margin: 0.8rem 0;
  }
  /* ポイント */
  .point_contents {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
  }
  .point_contents li {
    padding: 40px 20px;
  }
  .point_contents li .point {
    font-size: 1.1rem;
  }
  .point_contents li p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  /* 勉強法 */
  .method_contents {
    max-width: 420px;
  }
  .method_contents li {
    width: 80%;
    margin: 0 0 6%;
    padding: 1.5rem 2rem;
  }
  .method_image {
    height: 120px;
  }
  /* 実績 */
  .top_works .sub_title_content {
    padding: 1.8rem 0 2rem;
  }
  .works_contents {
    margin: auto;
  }
  .works_contents li {
    line-height: 1.3rem;
    font-size: 0.9rem;
  }
  .works_contents li .works_image {
    width: 35%;
    margin-right: 10px;
  }
  .works_contents li .content {
    width: 60%;
  }

  /* ボタン */
  .shop_button {
    padding: 15px 30px;
    font-size: 1rem;
  }
  .shop_button:hover {
    background: #fff;
    border: 1px solid #f86334;
    color: #f86334;
  }
  .shop_button .button_arrow {
    padding-left: 7px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 480px) {
  /* key */
  .key_container {
    height: 600px;
  }
  .key_contents {
    max-width: 320px;
    height: 420px;
    padding-top: 3rem;
  }
  .key_contents h2 {
    font-size: 1.1rem;
  }
  .key_contents h2::before {
    content: "";
    background: url("./img/img04.svg") no-repeat;
    background-size: contain;
    width: 120px;
    height: 140px;
    position: absolute;
    top: 40px;
    right: -80px;
  }
  .key_contents h2::after {
    content: "";
    background: url("./img/img03.svg") no-repeat;
    background-size: contain;
    width: 120px;
    height: 140px;
    position: absolute;
    bottom: -370px;
    right: -70px;
  }
  .key_contents .key_image {
    width: 300px;
    height: 180px;
    object-fit: contain;
    margin: 2rem auto;
    position: relative;
  }
  .key_contents .key_image::before {
    content: "";
    background: url("./img/img01.svg") no-repeat;
    background-size: contain;
    width: 120px;
    height: 140px;
    position: absolute;
    top: -20px;
    left: -40px;
  }
  .key_contents .key_image::after {
    content: "";
    background: url("./img/img02.svg") no-repeat;
    background-size: contain;
    width: 120px;
    height: 140px;
    position: absolute;
    bottom: -150px;
    left: -30px;
  }
  .top_about .sub_title::before {
    width: 40px;
    height: 80px;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .top_about_inner::before {
    width: 300px;
    height: 100px;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 1;
  }
  /* 解決 */
  .top_answer {
    padding: 60px 0 100px;
  }
  .top_answer .sub_title {
    margin-bottom: 60px;
  }
  .answer_contents {
    padding: 0;
  }
  .answer_contents h2 {
    padding: 40px 0 0;
  }
  .answer_contents p {
    padding: 0 20px 40px;
  }
  /* メニュー */
  .menu_contents li {
    max-width: 330px;
    margin: 20px 0;
  }
}

/* 問い合わせフォーム */
#formWrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  color: #000;
  line-height: 120%;
  font-size: 90%;
  padding: 100px 0;
}
#formWrap h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td,
table.formTable th {
  padding: 10px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
table.formTable th {
  width: 30%;
  font-weight: bold;
  background: #00a99d;
  text-align: left;
  color: #fff;
}
input[type="text"],
input[type="email"] {
  height: 25px;
  width: 100%;
  padding: 5px;
}
textarea {
  width: 100%;
  height: 200px;
  padding: 5px;
}
.privacy_box {
  max-width: 350px;
  width: 95%;
  height: 250px;
  margin: 50px auto 0;
  overflow-y: scroll;
  padding: 20px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
}
.privacy_box p {
  font-size: 0.8rem;
}
.privacy_box p span {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.privacy_check {
  text-align: center;
  margin: 30px 0;
}
.form_button {
  text-align: center;
}
.form_button input {
  border: 0;
  padding: 10px 30px;
}
.form_button .verification {
  background: #f86334;
  color: #fff;
}
.form_button input[type="reset"] {
  background: #f5f5f5;
}
.back_link {
  text-align: center;
  margin: 50px 0 200px;
}
.back_link a {
  color: #00a99d;
  font-weight: bold;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.formTable .price {
  display: inline-block;
  font-weight: bold;
  padding-left: 0.2rem;
}
.price-off {
  display: inline-block;
  color: #fff;
  background: rgb(232, 77, 20);
  font-weight: bold;
  font-size: 0.8rem;
  padding: 2px;
  margin-left: 0.3rem;
}
.set-pran {
  background: #def1f1;
  padding: 3px 0;
}
/* 確認画面 */
table.formTable {
  width: 100%;
  margin: 30px auto;
  border-collapse: collapse;
}
table.formTable td,
table.formTable th {
  padding: 10px;
}
p.error_messe {
  margin: 5px 0;
  color: red;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
}
/* サンクスページ */
.thanks_container {
  max-width: 700px;
  width: 100%;
  margin: 100px auto 300px;
}
.thanks_container p {
  padding: 0 20px;
  line-height: 1.7rem;
  color: #333;
}
.thanks_container p span {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"],
  textarea {
    width: 95%;
    display: block;
  }
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 80%;
    height: 40px;
    margin: auto;
  }
  .form_button .verification {
    margin-bottom: 10px;
  }
}
