@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  color: black;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #666666;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
  background: #fff;
}
html body {
  /* ボタンとカウントダウンを含むコンテナ */
  /* ボタンのスタイル */
  /* カウントダウンのスタイル */
}
html body #buttonContainer1, html body #countdown1, html body #buttonContainer2, html body #countdown2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px auto;
}
html body #timerButton {
  padding: 30px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #67BFDE;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  box-shadow: #666666 5px 5px 1px 0px;
  transform: translate(-5px, -5px);
  transition: all 0.3s;
  line-height: 1.6;
}
html body #timerButton:hover {
  box-shadow: none;
  transform: none;
}
html body #expiredButton {
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: gray;
  cursor: not-allowed;
}
html body #countdown1, html body #countdown2 {
  font-size: 16px;
  margin-top: 10px;
  color: #FF8D8D;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body p,
html body b,
html body li,
html body a {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #666666;
  letter-spacing: 2px;
}
html body header {
  width: 100%;
  margin: 0 auto;
}
html body section {
  width: 100%;
}
html body .contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
html body img {
  width: 100%;
  height: auto;
}
html body strong {
  font-size: 3rem;
  line-height: 2;
}
html body strong b {
  font-size: 1.4em;
  line-height: 1.1;
}
html body strong.yellow {
  background: linear-gradient(transparent 60%, #fbffd2 30%);
}
html body span.bule {
  color: #67BFDE;
}
html body span.pink {
  color: #FF8D8D;
  font-weight: bold;
}
html body h1 {
  font-size: 4.2rem;
  line-height: 140%;
}
html body h2 {
  font-size: 3.2rem;
  line-height: 1.23;
  margin: 80px 0 30px;
}
html body h3 {
  font-size: 2.4rem;
  line-height: 1.27;
  margin: 80px 0 30px;
}
html body h4 {
  font-size: 2.1rem;
  line-height: 140%;
}
html body h5 {
  font-size: 1.18rem;
  font-weight: bold;
  line-height: 140%;
}
html body p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 30px;
}
html body b {
  font-size: 16px;
}
html body a {
  color: #666666;
  text-decoration: none;
  font-size: 16px;
}
html body li {
  list-style: none;
}
html body footer {
  width: 100%;
}
@media (max-width: 1024px) {
  html html body .contents {
    width: 95%;
  }
}
@media (max-width: 734px) {
  html .pc {
    display: none;
  }
  html .sp {
    display: block;
  }
  html html body .contents {
    width: 90%;
  }
}

header {
  position: relative;
}
header .header-wrap .header-bar {
  width: 100%;
}
header .header-wrap .header-bar img {
  position: absolute;
  top: 17px;
  left: 7%;
}
header .header-wrap .header-bar img {
  width: 20%;
  margin: 20px auto;
}

section.campaign .campaign-wrap .contents {
  text-align: center;
}
section.campaign .campaign-wrap .contents h3 {
  margin: 0 0 20px 0;
  color: #FF8D8D;
}

section.worries .worries-wrap .contents {
  text-align: center;
}
section.worries .worries-wrap .contents h2 {
  margin: 50px 0 30px;
}
section.worries .worries-wrap .contents ul.worries-list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
section.worries .worries-wrap .contents ul.worries-list li {
  width: 30%;
}
section.worries .worries-wrap .contents .textarea {
  margin: 50px auto;
}

section.point {
  background-color: #f1f1f1;
  padding: 1px 0 50px 0;
}
section.point .point-wrap .contents {
  text-align: center;
}
section.point .point-wrap .contents h2 {
  margin-bottom: 50px;
}
section.point .point-wrap .contents h2 span.ao {
  color: #67BFDE;
}
section.point .point-wrap .contents h2 span.green {
  color: #ACD876;
  font-size: 1.7em;
  font-family: serif;
}
section.point .point-wrap .contents h2 span.greenm {
  color: #ACD876;
  font-size: 2em;
  font-family: math;
}
section.point .point-wrap .contents .flex_box {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: top;
}
section.point .point-wrap .contents .flex_box .t-area {
  text-align: left;
  width: 49%;
}
section.point .point-wrap .contents .flex_box .t-area h3 {
  margin: 0 0 10px 0;
}
section.point .point-wrap .contents .flex_box .img-area {
  width: 49%;
}
section.point .point-wrap .contents .flex_box .img-area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 90%;
}
@media (max-width: 734px) {
  section.point .point-wrap .contents .flex_box .t-area {
    width: 100%;
  }
  section.point .point-wrap .contents .flex_box .img-area {
    width: 100%;
  }
}
section.point .point-wrap .contents .flex_box {
  padding: 50px;
  border-radius: 25px;
  background-color: #fff;
  margin: 20px auto;
}
section.point .point-wrap .contents .flex_box h4.point {
  font-size: 1.8rem;
  font-weight: bold;
  color: #67BFDE;
  display: block;
  margin-top: 10px;
}
section.point .point-wrap .contents .flex_box h3 {
  display: inline;
  background: linear-gradient(transparent 60%, #b1cd52 30%);
  font-size: 3rem;
  color: #000;
  line-height: 1.8;
  letter-spacing: 7px;
}
section.point .point-wrap .contents .flex_box p {
  margin-top: 20px;
}

section.sample .sample-wrap .contents {
  text-align: center;
}
section.sample .sample-wrap .contents h2 {
  color: #67BFDE;
}
section.sample .sample-wrap .contents h3 {
  color: #FF8D8D;
}
section.sample .sample-wrap .contents .sample-list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
section.sample .sample-wrap .contents .sample-list ul {
  width: 30%;
}
section.sample .sample-wrap .contents .sample-list ul li span {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}
section.sample .sample-wrap .contents .picture-list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
section.sample .sample-wrap .contents .picture-list img {
  width: 45%;
}

section.plan .plan-wrap .contents {
  line-height: 1.25;
  text-align: center;
}
section.plan .plan-wrap .contents h2 {
  color: #67BFDE;
  margin-bottom: 50px;
}
section.plan .plan-wrap .contents h2 span.green {
  font-size: 1.5em;
  color: #ACD876;
}
section.plan .plan-wrap .contents table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
section.plan .plan-wrap .contents thead th {
  padding: 1em 0.8em;
  border-right: 5px solid #fff;
}
section.plan .plan-wrap .contents table tr {
  background-color: #fff;
  padding: 0.35em;
}
section.plan .plan-wrap .contents table tr:nth-child(even) {
  background-color: #f9f9f9;
}
section.plan .plan-wrap .contents table td {
  padding: 1em;
  text-align: center;
}
section.plan .plan-wrap .contents table th {
  font-size: 1.5em;
}
section.plan .plan-wrap .contents i {
  font-size: 2em;
  font-weight: bold;
}
section.plan .plan-wrap .contents .plan1 {
  background: #67BFDE;
}
section.plan .plan-wrap .contents .plan1_i {
  color: #67BFDE;
}
section.plan .plan-wrap .contents .plan3 {
  background: #FF8D8D;
}
section.plan .plan-wrap .contents .plan3_i {
  color: #FF8D8D;
}
section.plan .plan-wrap .contents .plan2 {
  background: #ACD876;
}
section.plan .plan-wrap .contents .plan2_i {
  color: #ACD876;
}
section.plan .plan-wrap .contents .price {
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
  text-align: left;
  margin-bottom: 10px;
}
section.plan .plan-wrap .contents .price span {
  font-size: 0.6em;
}
section.plan .plan-wrap .contents .btn {
  background: #fff;
  color: #000;
  padding: 1em;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  font-size: 0.8em;
}
@media screen and (max-width: 600px) {
  section.plan .plan-wrap .contents .wrap {
    overflow-x: scroll;
  }
}

section.flow .flow-wrap .contents {
  margin-bottom: 10rem;
  text-align: center;
}
section.flow .flow-wrap .contents h2 {
  margin-bottom: 7rem;
  color: #67BFDE;
}
section.flow .flow-wrap .contents .flow-list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
section.flow .flow-wrap .contents .flow-list.sp {
  display: none;
}
section.flow .flow-wrap .contents .flow-list ul {
  border: solid 3px #67BFDE;
  width: 32%;
  margin: 0 auto;
  position: relative;
}
section.flow .flow-wrap .contents .flow-list ul:nth-of-type(3)::after {
  display: none;
}
section.flow .flow-wrap .contents .flow-list ul li {
  width: 100%;
  margin: 0 auto;
}
section.flow .flow-wrap .contents .flow-list ul li img {
  width: 45%;
}
section.flow .flow-wrap .contents .flow-list ul li h3 {
  margin-top: 30px;
  color: #000;
  position: relative;
}
section.flow .flow-wrap .contents .flow-list ul li h3::after {
  content: "";
  width: 90px;
  height: 3px;
  display: inline-block;
  background-color: #cbcbcb;
  position: absolute;
  bottom: -15px;
  left: 33%;
}
section.flow .flow-wrap .contents .flow-list ul li:nth-of-type(1) {
  position: absolute;
  top: -30px;
}
section.flow .flow-wrap .contents .flow-list ul li:nth-of-type(1) img {
  width: 45%;
}
section.flow .flow-wrap .contents .flow-list ul li:nth-of-type(2) {
  margin-top: 60px;
}
section.flow .flow-wrap .contents .flow-list ul li:nth-of-type(4) p {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 5px;
}

section.form-area {
  background-color: #f1f1f1;
  padding: 1px 0 50px 0;
}
section.form-area .form-area-wrap {
  text-align: center;
}
section.form-area .form-area-wrap h2 {
  color: #67BFDE;
}
section.form-area .form-area-wrap h3 {
  margin: 30px 0 50px 0;
}
section.form-area .form-area-wrap h3 span.green {
  color: #ACD876;
}
section.form-area .form-area-wrap h3 span.blue {
  color: #67BFDE;
}
section.form-area .form-area-wrap .contents {
  padding: 50px;
  border-radius: 5px;
  background-color: #fff;
}
section.form-area .form-area-wrap .contents table {
  text-align: left;
  border: #f1f1f1 solid 1px;
  width: 100%;
}
section.form-area .form-area-wrap .contents table tr td {
  border: #cbcbcb solid 1px;
  font-size: 1.4rem;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(1) {
  padding: 20px;
  background: #b4cd57;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(1) p {
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(1) span {
  background-color: #fff;
  color: #67BFDE;
  padding: 1px 5px;
  margin-right: 10px;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) {
  width: 70%;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p {
  width: 95%;
  margin: 0 auto;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p span {
  width: 100%;
  vertical-align: middle;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p span span .wpcf7-list-item {
  width: 30%;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p span label input {
  width: 10%;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p input {
  width: 100%;
  padding: 10px 0;
  border: #cbcbcb 1px solid;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p input.wpcf7-date {
  width: 30%;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p select {
  padding: 10px 20px;
  border: #cbcbcb 1px solid;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p ::-moz-placeholder {
  padding-left: 5px;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p ::placeholder {
  padding-left: 5px;
}
section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p textarea {
  width: 100%;
  vertical-align: middle;
  margin: 20px auto;
}
section.form-area .form-area-wrap .contents p input.submit_btn {
  margin: 50px auto;
  width: 40%;
}
section.form-area .form-area-wrap .contents .wpcf7-previous {
  background-color: transparent;
  border: none;
  font-size: 20px;
  margin: 40px 0 0 0;
  color: #878787;
}

section.form-area .logo {
  width: 100%;
  max-width: 1100px;
  margin: 30px auto;
}
section.form-area .logo img {
  width: 25%;
}

section.news .news-wrap .contents {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 100px auto;
}
section.news .news-wrap .contents h2 {
  width: 20%;
  color: #67BFDE;
  margin: 0;
}
section.news .news-wrap .contents .post {
  width: 75%;
}
section.news .news-wrap .contents .post .postlist ul.post {
  width: 100%;
  border-top: solid 1px #cbcbcb;
}
section.news .news-wrap .contents .post .postlist ul.post:nth-last-of-type(1) {
  border-bottom: solid 1px #cbcbcb;
}
section.news .news-wrap .contents .post .postlist ul.post a li {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
section.news .news-wrap .contents .post .postlist ul.post a li time {
  margin-right: 30px;
}
section.news .news-wrap .contents .post .postlist ul.post a li h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

footer .footer-wrap .contents {
  text-align: center;
}
footer .footer-wrap .contents .logo img {
  padding: 30px;
}

.drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.drawer-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  width: 80%;
  height: 100%;
  overflow: auto;
  position: relative;
}
.drawer-content h3.red, .drawer-content h4.red {
  color: #FF8D8D;
}
.drawer-content h3.green, .drawer-content h4.green {
  color: #ACD876;
}
.drawer-content h3.blue, .drawer-content h4.blue {
  color: #67BFDE;
}
.drawer-content ul {
  margin: 30px auto;
}
.drawer-content ul li {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 30px;
  cursor: pointer;
}

.drawer-section {
  display: none;
}

@media (max-width: 734px) {
  .drawer-content {
    padding: 0;
    width: 98%;
  }
}
header .header-wrap {
  text-align: center;
}
header .header-wrap h1.single {
  color: #67BFDE;
  padding: 200px 0 0 0;
  font-size: 60px;
}
header .header-wrap h3.single {
  color: #666666;
  padding: 60px 0;
  background: #f1f1f1;
  width: 100%;
}

main.single section.single {
  text-align: center;
}
main.single section.single .single-wrap .contents p {
  text-align: left;
  margin: 100px auto;
  max-width: 700px;
  line-height: 3;
}
main.single section.single a {
  margin: 80px auto;
  display: block;
}

@media (max-width: 1024px) {
  html body .contents {
    width: 95%;
  }
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 734px) {
  html body .contents {
    width: 95%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  html body p {
    font-size: 4.3vw;
    line-height: 2;
    margin: 0 0 30px;
  }
}
@media (max-width: 734px) {
  header .header-wrap .header-bar {
    width: 100%;
    height: 50px;
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7960784314);
    z-index: 2;
  }
  header .header-wrap .header-bar img {
    width: 85%;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 734px) {
  section.campaign .campaign-wrap .contents h2 {
    margin-top: 50px;
  }
  section.campaign .campaign-wrap .contents h3.campaign {
    margin-top: 50px;
  }
  section.btn-area .btn-area-wrap .contents img {
    width: 90%;
    margin-top: 0;
  }
  section.worries .worries-wrap .contents h2 {
    font-size: 5vw;
    letter-spacing: normal;
    margin-top: 30px;
  }
  section.worries .worries-wrap .contents strong {
    font-size: 6vw;
  }
  section.worries .worries-wrap .contents strong.yellow {
    font-size: 5vw;
  }
  html body strong b {
    font-size: 1.03em;
    line-height: 1.1;
  }
  section.worries .worries-wrap .contents ul.worries-list {
    flex-flow: column;
  }
  section.worries .worries-wrap .contents ul.worries-list li {
    width: 100%;
    margin-bottom: 50px;
  }
  section.worries .worries-wrap .contents ul.worries-list li:nth-of-type(6) {
    margin-bottom: 20px;
  }
  section.worries .worries-wrap .contents .textarea {
    margin-top: 0;
  }
  section.point .point-wrap .contents h2 {
    font-size: 6.2vw;
    letter-spacing: normal;
    line-height: 1.5;
    margin-top: 20px;
  }
  section.point .point-wrap .contents .flex_box .t-area {
    order: 1;
  }
  section.point .point-wrap .contents .flex_box .t-area h3 {
    font-size: 6vw;
  }
  section.point .point-wrap .contents .flex_box .t-area h4 {
    font-size: 5.5vw;
  }
  section.point .point-wrap .contents .flex_box .t-area ul li {
    text-align: center;
  }
  section.point .point-wrap .contents .flex_box .t-area ul li p {
    text-align: left;
  }
  section.point .point-wrap .contents .flex_box {
    padding: 50px 20px;
    border-radius: 25px;
  }
  section.point .point-wrap .contents .flex_box .img-area {
    order: 2;
  }
  section.point .point-wrap .contents .flex_box .img-area img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 95%;
    box-shadow: 11px 10px #d1e8ea;
  }
  section.point .point-wrap .contents .flex_box span.point {
    font-size: 6.5vw;
  }
  section.sample .sample-wrap .contents h2 {
    font-size: 6.2vw;
  }
  section.sample .sample-wrap .contents .sample-list ul {
    width: 90%;
    margin: 10px auto;
  }
  section.sample .sample-wrap .contents .picture-list img {
    width: 90%;
    margin: 10px auto;
  }
  section.plan .plan-wrap .contents h2 {
    color: #67BFDE;
    margin-bottom: 50px;
    font-size: 6.2vw;
  }
  section.plan .plan-wrap .contents .price {
    font-size: 4.8vw;
  }
  section.plan .plan-wrap .contents table {
    width: 600px;
  }
  section.plan .plan-wrap .contents table th {
    position: sticky;
    left: 0;
    background-color: #fff;
  }
  section.plan .plan-wrap .contents table th:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    height: 100%;
  }
  section.flow .flow-wrap .contents h2 {
    font-size: 7vw;
  }
  html body main section.flow .flow-wrap .contents .flow-list {
    flex-flow: column;
    display: block;
  }
  html body main section.flow .flow-wrap .contents .flow-list ul {
    width: 90%;
    margin-bottom: 50px;
  }
  section.flow .flow-wrap .contents .flow-list ul li:nth-of-type(4) p {
    width: 95%;
  }
  section.form-area .form-area-wrap h2 {
    font-size: 6.2vw;
  }
  section.form-area .form-area-wrap h2 strong {
    font-size: 6.2vw;
  }
  section.form-area .form-area-wrap h2 span.pink {
    font-size: 5.5vw;
  }
  section.form-area .form-area-wrap h3 {
    font-size: 6vw;
  }
  section.form-area .form-area-wrap .contents {
    padding: 23px 0;
  }
  section.form-area .form-area-wrap .contents table tr td {
    display: block;
    width: 100%;
  }
  section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) {
    width: 100%;
  }
  section.form-area .form-area-wrap .contents table tr td:nth-of-type(1) {
    padding: 10px 0;
    background: #b4cd57;
  }
  section.form-area .form-area-wrap .contents table tr:nth-of-type(1):nth-of-type(1) input,
  section.form-area .form-area-wrap .contents table tr:nth-of-type(1):nth-of-type(2) input,
  section.form-area .form-area-wrap .contents table tr:nth-of-type(2):nth-of-type(1) input,
  section.form-area .form-area-wrap .contents table tr:nth-of-type(2):nth-of-type(2) input {
    width: 100%;
    margin: 8px auto;
  }
  section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p input {
    margin: 8px auto;
    width: 100%;
  }
  section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p select {
    margin: 8px auto;
  }
  section.form-area .form-area-wrap .contents table tr:nth-of-type(4) td:nth-of-type(2) p select {
    margin: 8px auto;
    width: 35%;
    margin-right: 10px;
  }
  section.form-area .form-area-wrap .contents p input.submit_btn {
    margin: 50px auto;
    width: 85%;
  }
  section.form-area .form-area-wrap .contents table tr td:nth-of-type(1) p {
    width: 90%;
    font-weight: normal;
    font-size: 5vw;
  }
  section.form-area .form-area-wrap .contents table tr td:nth-of-type(1) span {
    padding: 1px 10px;
    font-size: 3vw;
    vertical-align: text-bottom;
  }
  section.form-area .form-area-wrap .contents table tr td:nth-of-type(1) {
    padding: 5px 0;
  }
  section.form-area .form-area-wrap h2.thanks, section.form-area .form-area-wrap h2.confirm {
    font-size: 5vw;
  }
  section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p input.wpcf7-date {
    width: 100%;
  }
  section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p textarea {
    width: 98%;
  }
  section.form-area .logo {
    width: 90%;
    margin-bottom: 0;
  }
  section.form-area .logo img {
    width: 55%;
  }
  section.form-area .form-area-wrap .contents table tr td:nth-of-type(2) p span span .wpcf7-list-item {
    width: 35%;
    padding: 10px 0;
  }
  section.form-area .form-area-wrap .contents table tr:nth-of-type(1):nth-of-type(1) input {
    width: 20%;
  }
}
@media (max-width: 734px) {
  footer .footer-wrap .contents img {
    width: 70%;
  }
}
@media (max-width: 734px) {
  section.news .news-wrap .contents h2 {
    margin: 20px 0 45px 0;
  }
  section.news .news-wrap .contents {
    flex-flow: column;
    width: 90%;
    margin: 50px auto;
  }
  section.news .news-wrap .contents .post {
    width: 100%;
  }
  section.news .news-wrap .contents .post .postlist ul.post a li {
    display: block;
    text-align: left;
  }
  section.news .news-wrap .contents .post .postlist ul.post a li h3 {
    margin-top: 10px;
    font-size: 4vw;
  }
  header .header-wrap h1.single {
    padding: 150px 0 0 0;
    font-size: 40px;
  }
  header .header-wrap h3.single {
    padding: 30px 0;
    font-size: 4.5vw;
  }
  main.single section.single .single-wrap .contents p {
    text-align: left;
    margin: 20px auto;
    width: 85%;
    line-height: 2;
  }
  main.single section.single a {
    margin: 60px auto 30px auto;
  }
}/*# sourceMappingURL=style.css.map */