@charset "UTF-8";
/*
$basecolor2: #D7E98D; // red
$basecolor3: #BE99FF; // red
$basecolor4: #FFF899; // red
$basecolor5: #CCCCCC; // red

$basecolor6: #E199FF; // red
$basecolor7: #99D6FF; // red
$basecolor8: #FF99C3; // red
$basecolor9: #FFCF99; // red
*/
/*
@mixin webfont_j3(){
    font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-weight: bold;
}
*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
/* =================================================
   unique layout
================================================= */
#container.page {
  /* -------------------------------------
   article
------------------------------------- */
}

#container.page #article {
  /* -------------------------------------
       section
    ------------------------------------- */
}

#container.page #article .section {
  /* -------------------------------------
           form
        */
}

#container.page #article .section.form {
  padding: 0 0 3em;
  margin: 5.33333vw auto 0;
  background: #f2f2f2;
}

#container.page #article .section.form .inner {
  padding: 0 0 0.3em 0 !important;
  position: relative;
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#container.page #article .section.form .inner .content {
  /* -------------------------------------
                       header
                    */
  /* -------------------------------------
                       measures
                    */
  /* -------------------------------------
                       content_1
                    */
}

#container.page #article .section.form .inner .content.header .h3 {
  letter-spacing: 0.175em;
}

#container.page #article .section.form .inner .content.header p {
  padding: 0.5em 0 0 0;
}

#container.page #article .section.form .inner .content.header p.lead {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}

#container.page #article .section.form .inner .content.header ul {
  list-style: none;
}

#container.page #article .section.form .inner .content.header ul li {
  text-indent: -1em;
  padding: 0.5em 0 0 1em;
}

#container.page #article .section.form .inner .content.measures {
  padding: 0 0 2rem;
  background: #f2f2f2;
}

#container.page #article .section.form .inner .content.measures .item {
  width: 94.66667vw;
  margin: 0 auto;
}

#container.page #article .section.form .inner .content.measures .item p {
  font-size: 1.2rem;
}

#container.page #article .section.form .inner .content.measures .item p strong {
  color: #CC0000;
}

#container.page #article .section.form .inner .content.measures .item.item_1 {
  width: 100%;
  padding: 3rem 0 2rem;
  background: white;
}

#container.page #article .section.form .inner .content.measures .item.item_1 .h2.h2_1 {
  margin: 0 auto 1.4rem;
}

#container.page #article .section.form .inner .content.measures .item.item_1 .h2.h2_1 span {
  display: block;
}

#container.page #article .section.form .inner .content.measures .item.item_1 .h2.h2_1 span.img {
  display: flex;
  align-items: center;
  width: 21.33333vw;
  height: 21.33333vw;
  margin: 0 auto;
  border: 1px solid rgba(143, 206, 242, 0.2);
  border-radius: 100%;
  overflow: hidden;
}

#container.page #article .section.form .inner .content.measures .item.item_1 .h2.h2_1 span.img img {
  width: 14.66667vw;
  margin: 0 auto;
}

#container.page #article .section.form .inner .content.measures .item.item_1 .h3.h3_3 {
  display: flex;
  align-items: center;
  width: 84vw;
  margin: 0 auto 2.5rem;
}

#container.page #article .section.form .inner .content.measures .item.item_1 .h3.h3_3 span.img {
  flex-shrink: 0;
  width: 8vw;
  margin: 0 4vw 0 0;
}

#container.page #article .section.form .inner .content.measures .item.item_1 .h3.h3_3 span.txt {
  letter-spacing: 0.075em;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  padding: 0 0 1rem;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}

#container.page #article .section.form .inner .content.measures .item.item_1 .link {
  text-align: center;
}

#container.page #article .section.form .inner .content.measures .item.item_1 .link a,
#container.page #article .section.form .inner .content.measures .item.item_1 .link a:link {
  display: inline-block;
  color: white;
  font-size: 1rem;
  line-height: 1;
  width: auto;
  padding: 1rem 4rem;
  background: #00B800;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#container.page #article .section.form .inner .content.measures .item.item_1 .link a:before, #container.page #article .section.form .inner .content.measures .item.item_1 .link a:after,
#container.page #article .section.form .inner .content.measures .item.item_1 .link a:link:before,
#container.page #article .section.form .inner .content.measures .item.item_1 .link a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container.page #article .section.form .inner .content.measures .item.item_1 .link a:after,
#container.page #article .section.form .inner .content.measures .item.item_1 .link a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid white;
  border-right: 1px solid white;
  z-index: 9;
  left: 0.75rem;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.6;
}

#container.page #article .section.form .inner .content.measures .item.item_2 {
  width: 84vw;
  padding: 3rem 0 2rem;
}

#container.page #article .section.form .inner .content.measures .item.item_2 .h3.h3_2 {
  text-align: center;
  margin: 0 auto 2.5rem;
}

#container.page #article .section.form .inner .content.measures .item.item_2 .h3.h3_2 span.txt {
  letter-spacing: 0.075em;
  font-size: 1.4rem;
  line-height: 1.75;
}

#container.page #article .section.form .inner .content.measures .item.item_2 p {
  margin: 1rem auto 0;
}

#container.page #article .section.form .inner .content.measures .item.item_3 {
  text-align: center;
  padding: 0 0 2rem;
  background: white;
}

#container.page #article .section.form .inner .content.measures .item.item_3 .h3.h3_2 {
  text-align: center;
  padding: 1rem 0;
  margin: 0 auto 2.5rem;
  background: #e6e6e6;
}

#container.page #article .section.form .inner .content.measures .item.item_3 .h3.h3_2 span.txt {
  letter-spacing: 0.075em;
  font-size: 1.4rem;
  line-height: 1;
}

#container.page #article .section.form .inner .content.measures .item.item_3 ul {
  display: inline-block;
  width: auto;
}

#container.page #article .section.form .inner .content.measures .item.item_4 {
  padding: 0 0 2rem;
  background: white;
}

#container.page #article .section.form .inner .content.measures .item.item_4 .h3.h3_2 {
  text-align: center;
  width: 100%;
  padding: 1rem 0;
  margin: 0 auto 2.5rem;
  background: #e6e6e6;
}

#container.page #article .section.form .inner .content.measures .item.item_4 .h3.h3_2 span.txt {
  letter-spacing: 0.075em;
  font-size: 1.4rem;
  line-height: 1;
}

#container.page #article .section.form .inner .content.measures .item.item_4 .h4.h4_2 {
  width: 84vw;
  margin: 0 auto 1rem;
}

#container.page #article .section.form .inner .content.measures .item.item_4 .h4.h4_2 span.txt {
  letter-spacing: 0.075em;
  font-size: 1.2rem;
  line-height: 1;
}

#container.page #article .section.form .inner .content.measures .item.item_4 .h4.h4_2 span.txt:before {
  content: "・";
}

#container.page #article .section.form .inner .content.measures .item.item_4.float {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#container.page #article .section.form .inner .content.measures .item.item_4 .float_l,
#container.page #article .section.form .inner .content.measures .item.item_4 .float_r {
  margin: 0 0 1.5rem;
}

#container.page #article .section.form .inner .content.measures .item.item_4 .float_l {
  width: 21.33333vw;
  margin: 0 2.66667vw 1.5rem 0;
}

#container.page #article .section.form .inner .content.measures .item.item_4 .float_r {
  width: 60vw;
}

#container.page #article .section.form .inner .content.content_1 {
  width: 100%;
  padding: 1.0em 0 0 0;
}

#container.page #article .section.form .inner .content.content_1 .h3.h3_1.wpcf7c-elm-step2 {
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
}

#container.page #article .section.form .inner .content.content_1 .h3.h3_1 {
  font-size: 1.2rem;
  text-align: center;
}

#container.page #article .section.form .inner .content.content_1 .h3.h3_1 span {
  display: inline-block;
}

#container.page #article .section.form .inner .content.content_1 .h3.h3_1 span.txt strong {
  font-size: 1.4rem;
}

#container.page #article .section.form .inner .content.content_1 .item {
  font-size: 1.2rem;
  padding: 1.0rem 0;
}

#container.page #article .section .inner {
  /* -------------------------------------
               form
            */
}

#container.page #article .section .inner form {
  /* alert-text */
  /* alert-messege */
}

#container.page #article .section .inner form .imperative {
  display: inline-block;
  color: white;
  font-size: 1rem;
  line-height: 1;
  background: #CC0000;
  padding: 0.35em 0.5em;
  margin: 0 0 0 0.5em;
}

#container.page #article .section .inner form .arbitrarily {
  color: #cccccc;
}

#container.page #article .section .inner form .wpcf7-list-item {
  display: block;
  padding: 0 0 0.5em 0;
}

#container.page #article .section .inner form .table {
  width: 90%;
  margin: 0 auto;
}

#container.page #article .section .inner form .table .th,
#container.page #article .section .inner form .table .td {
  vertical-align: top;
  box-sizing: border-box;
}

#container.page #article .section .inner form .table .th {
  letter-spacing: 0.125em;
  width: 100%;
  padding: 1.25rem 0 1rem 0;
}

#container.page #article .section .inner form .table .td {
  letter-spacing: 0.03em;
  width: 100%;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #cccccc;
}

#container.page #article .section .inner form .table .td .wpcf7-form-control-wrap {
  display: inline;
}

#container.page #article .section .inner form .table .td.float {
  display: flex;
}

#container.page #article .section .inner form .table .td.float .item {
  display: flex;
  align-items: baseline;
}

#container.page #article .section .inner form .table .td.float .item label {
  display: block;
  word-wrap: normal;
  text-align: center;
  width: 20%;
}

#container.page #article .section .inner form .table .td.float .item .wpcf7-form-control-wrap {
  display: inline;
  width: 100%;
}

#container.page #article .section .inner form .table .td p {
  padding: 0 0 1em;
}

#container.page #article .section .inner form .table .td ul {
  list-style: none;
  padding: 0 0 0 0;
}

#container.page #article .section .inner form .button_area {
  margin: 3rem auto 0;
}

#container.page #article .section .inner form .consent {
  text-align: center;
  margin: 2rem auto 0;
}

#container.page #article .section .inner form .consent p.notice {
  font-size: 1.2rem;
  margin: 0 auto 1rem;
}

#container.page #article .section .inner form p.privacy {
  font-size: 1.2rem;
  width: 90.66667vw;
  margin: 3rem auto 0;
}

#container.page #article .section .inner form p.privacy strong {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 1rem;
}

#container.page #article .section .inner form select,
#container.page #article .section .inner form input[type=text],
#container.page #article .section .inner form input[type=number],
#container.page #article .section .inner form input[type=email],
#container.page #article .section .inner form input[type=tel],
#container.page #article .section .inner form input[type=date],
#container.page #article .section .inner form textarea {
  width: 100%;
  padding: 1em;
  border: 2px solid #cccccc;
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
}

#container.page #article .section .inner form select.size60,
#container.page #article .section .inner form input[type=text].size60,
#container.page #article .section .inner form input[type=number].size60,
#container.page #article .section .inner form input[type=email].size60,
#container.page #article .section .inner form input[type=tel].size60,
#container.page #article .section .inner form input[type=date].size60,
#container.page #article .section .inner form textarea.size60 {
  width: 60%;
}

#container.page #article .section .inner form select.size50,
#container.page #article .section .inner form input[type=text].size50,
#container.page #article .section .inner form input[type=number].size50,
#container.page #article .section .inner form input[type=email].size50,
#container.page #article .section .inner form input[type=tel].size50,
#container.page #article .section .inner form input[type=date].size50,
#container.page #article .section .inner form textarea.size50 {
  width: 50%;
}

#container.page #article .section .inner form select.size40,
#container.page #article .section .inner form input[type=text].size40,
#container.page #article .section .inner form input[type=number].size40,
#container.page #article .section .inner form input[type=email].size40,
#container.page #article .section .inner form input[type=tel].size40,
#container.page #article .section .inner form input[type=date].size40,
#container.page #article .section .inner form textarea.size40 {
  width: 40%;
}

#container.page #article .section .inner form select.size30,
#container.page #article .section .inner form input[type=text].size30,
#container.page #article .section .inner form input[type=number].size30,
#container.page #article .section .inner form input[type=email].size30,
#container.page #article .section .inner form input[type=tel].size30,
#container.page #article .section .inner form input[type=date].size30,
#container.page #article .section .inner form textarea.size30 {
  width: 30%;
}

#container.page #article .section .inner form select.size20,
#container.page #article .section .inner form input[type=text].size20,
#container.page #article .section .inner form input[type=number].size20,
#container.page #article .section .inner form input[type=email].size20,
#container.page #article .section .inner form input[type=tel].size20,
#container.page #article .section .inner form input[type=date].size20,
#container.page #article .section .inner form textarea.size20 {
  width: 20%;
}

#container.page #article .section .inner form .wpcf7c-conf,
#container.page #article .section .inner form input[type=text].wpcf7c-conf,
#container.page #article .section .inner form input[type=number].wpcf7c-conf,
#container.page #article .section .inner form input[type=tel].wpcf7c-conf,
#container.page #article .section .inner form input[type=email].wpcf7c-conf,
#container.page #article .section .inner form input[type=date].wpcf7c-conf,
#container.page #article .section .inner form textarea.wpcf7c-conf {
  color: #b3b3b3;
  border: 2px solid #cccccc;
  background-color: #cccccc;
}

#container.page #article .section .inner form input[type=text]:focus,
#container.page #article .section .inner form input[type=number]:focus,
#container.page #article .section .inner form input[type=email]:focus,
#container.page #article .section .inner form input[type=tel]:focus,
#container.page #article .section .inner form input[type=date]:focus,
#container.page #article .section .inner form textarea:focus {
  border: solid 2px #b3b3b3;
}

#container.page #article .section .inner form input[type=radio].wpcf7c-conf,
#container.page #article .section .inner form input[type=checkbox].wpcf7c-conf {
  background-color: transparent;
}

#container.page #article .section .inner form #submit {
  -webkit-appearance: none;
  text-align: center;
  padding: 3em 0 0 0;
}

#container.page #article .section .inner form input[type=submit],
#container.page #article .section .inner form input[type=reset],
#container.page #article .section .inner form input[type=button] {
  display: block;
  -webkit-appearance: none;
  color: white;
  line-height: 1;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#container.page #article .section .inner form input[type=submit] {
  font-size: 1.8rem;
  width: 66.66667%;
  padding: 1.5em 0;
  margin: 1rem auto 0;
  background-color: #8FCEF2;
}

#container.page #article .section .inner form input[type=reset],
#container.page #article .section .inner form input[type=button] {
  font-size: 1.4rem;
  width: 50%;
  padding: 1.0em 0;
  margin: 0 auto;
  background-color: #b3b3b3;
}

#container.page #article .section .inner form .wpcf7-not-valid-tip {
  padding: 0.5em 0 0 0;
}

#container.page #article .section .inner form .wpcf7-validation-errors {
  color: #CC0000;
  border: none;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  #container.page {
    /* -------------------------------------
   article
------------------------------------- */
  }
  #container.page #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page #article .section {
    /* -------------------------------------
           form
        */
  }
  #container.page #article .section.form {
    padding: 0 0 25px 0;
    margin: 0 0 0;
    background: none;
    overflow: visible;
  }
  #container.page #article .section.form .inner {
    padding: 0 0 50px !important;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #container.page #article .section.form .inner.border {
    border: 2px solid #cccccc;
    box-sizing: border-box;
  }
  #container.page #article .section.form .inner .content {
    /* -------------------------------------
                       header
                    */
    /* -------------------------------------
                       measures
                    */
    /* -------------------------------------
                       content_1
                    */
  }
  #container.page #article .section.form .inner .content.header {
    padding: 50px 0 20px;
  }
  #container.page #article .section.form .inner .content.header p.lead {
    word-break: keep-all;
    font-size: 1.8rem;
    text-align: left;
    width: 100%;
  }
  #container.page #article .section.form .inner .content.header ul {
    list-style: none;
    padding: 0 0 0 1em;
  }
  #container.page #article .section.form .inner .content.header ul li {
    text-indent: -1em;
    font-size: 1.8rem;
    padding: 0.5em 0 0 1em;
  }
  #container.page #article .section.form .inner .content.header .f_l {
    font-size: 3.0rem;
  }
  #container.page #article .section.form .inner .content.header .f_m {
    font-size: 2.4rem;
    padding: 0.5em 0 0 0;
  }
  #container.page #article .section.form .inner .content.header .txt_line_under {
    border-bottom: 1px solid #CC0000;
  }
  #container.page #article .section.form .inner .content.measures {
    width: 1020px;
    padding: 0 0 50px;
    margin: 0 auto 40px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
  }
  #container.page #article .section.form .inner .content.measures .item {
    width: 940px;
  }
  #container.page #article .section.form .inner .content.measures .item p {
    font-size: 1.4rem;
  }
  #container.page #article .section.form .inner .content.measures .item.item_1 {
    padding: 60px 0 50px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_1 .h2.h2_1 {
    margin: 0 auto 20px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_1 .h2.h2_1 span.img {
    width: 160px;
    height: 160px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_1 .h2.h2_1 span.img img {
    width: 110px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_1 .h3.h3_3 {
    justify-content: center;
    width: 700px;
    margin: 0 auto 40px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_1 .h3.h3_3 span.img {
    width: 60px;
    margin: 0 30px 0 0;
  }
  #container.page #article .section.form .inner .content.measures .item.item_1 .h3.h3_3 span.txt {
    display: inline-block;
    font-size: 2.4rem;
    width: auto;
    padding: 0 0 10px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_1 .link {
    padding: 0;
    margin: 0;
  }
  #container.page #article .section.form .inner .content.measures .item.item_1 .link a,
  #container.page #article .section.form .inner .content.measures .item.item_1 .link a:link {
    font-size: 1.2rem;
    height: auto;
    padding: 1rem 4rem;
    margin: 0;
    border-radius: 0.3rem;
    /*
    &:before{
        width: 16px;
        height: 16px;
        background: $monocolor2;
        border-radius: 100%;
        right: 10px;
        transform: translateY(-50%);
    }
    */
  }
  #container.page #article .section.form .inner .content.measures .item.item_1 .link a:after,
  #container.page #article .section.form .inner .content.measures .item.item_1 .link a:link:after {
    left: 12px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_2 {
    width: 640px;
    padding: 40px 0 40px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_2 .h3.h3_2 {
    margin: 0 auto 2.5rem;
  }
  #container.page #article .section.form .inner .content.measures .item.item_2 .h3.h3_2 span.txt {
    font-size: 1.8rem;
  }
  #container.page #article .section.form .inner .content.measures .item.item_2 p {
    margin: 14px auto 0;
  }
  #container.page #article .section.form .inner .content.measures .item.item_3 {
    width: 900px;
    padding: 0 0 20px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_3 .h3.h3_2 {
    padding: 14px 0;
    margin: 0 auto 40px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_3 .h3.h3_2 span.txt {
    font-size: 1.6rem;
  }
  #container.page #article .section.form .inner .content.measures .item.item_3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #container.page #article .section.form .inner .content.measures .item.item_3 ul li {
    display: block;
    margin: 0 20px 20px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_4 {
    width: 900px;
    padding: 0 0 20px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_4 .h3.h3_2 {
    padding: 14px 0;
    margin: 0 auto 40px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_4 .h3.h3_2 span.txt {
    font-size: 1.6rem;
  }
  #container.page #article .section.form .inner .content.measures .item.item_4 .h4.h4_2 {
    width: 100%;
    margin: 0 auto 30px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_4 .h4.h4_2 span {
    display: block;
  }
  #container.page #article .section.form .inner .content.measures .item.item_4 .h4.h4_2 span.txt {
    font-size: 1.6rem;
    width: 740px;
    margin: 0 auto;
  }
  #container.page #article .section.form .inner .content.measures .item.item_4 .float_l,
  #container.page #article .section.form .inner .content.measures .item.item_4 .float_r {
    margin: 0 0 40px;
  }
  #container.page #article .section.form .inner .content.measures .item.item_4 .float_l {
    width: 120px;
    margin: 0 40px 40px 0;
  }
  #container.page #article .section.form .inner .content.measures .item.item_4 .float_r {
    width: 580px;
  }
  #container.page #article .section.form .inner .content.content_1 {
    width: 1020px;
    padding: 20px 0 0 0;
    margin: 0 auto;
  }
  #container.page #article .section.form .inner .content.content_1 .h3.h3_1.wpcf7c-elm-step2 {
    font-size: 1.8rem;
  }
  #container.page #article .section.form .inner .content.content_1 .h3.h3_1 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 1.2rem;
  }
  #container.page #article .section.form .inner .content.content_1 .h3.h3_1 span {
    display: inline-block;
  }
  #container.page #article .section.form .inner .content.content_1 .h3.h3_1 span.txt strong {
    font-size: 1.8rem;
  }
  #container.page #article .section.form .inner .content.content_1 .item {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    padding: 30px 0;
  }
  #container.page #article .section .inner {
    /* -------------------------------------
               form
            */
  }
  #container.page #article .section .inner form {
    /* alert-text */
    /* alert-messege */
  }
  #container.page #article .section .inner form .wpcf7 {
    padding: 40px 0 0 0;
    position: relative;
  }
  #container.page #article .section .inner form .wpcf7-form-control-wrap {
    display: block;
  }
  #container.page #article .section .inner form .table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
  }
  #container.page #article .section .inner form .table .th,
  #container.page #article .section .inner form .table .td {
    font-size: 1.4rem;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
  }
  #container.page #article .section .inner form .table .th {
    font-weight: bold;
    width: 240px;
    padding: 30px 0 30px 1.5em;
  }
  #container.page #article .section .inner form .table .td {
    width: 780px;
    padding: 30px 30px;
    background: #f2f2f2;
    overflow: hidden;
  }
  #container.page #article .section .inner form .table .td .wpcf7-form-control-wrap {
    margin: 0 0.5rem 0;
  }
  #container.page #article .section .inner form .table .td ul {
    padding: 0 3em 0 0;
    float: left;
  }
  #container.page #article .section .inner form .button_area {
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
  #container.page #article .section .inner form .button_area p {
    padding: 0;
  }
  #container.page #article .section .inner form .consent {
    margin: 0 auto;
  }
  #container.page #article .section .inner form .consent p.notice {
    margin: 0 auto 10px;
  }
  #container.page #article .section .inner form p.privacy {
    width: 1020px;
    padding: 40px 0 0;
    margin: 80px auto 0;
    border-top: 1px solid #cccccc;
  }
  #container.page #article .section .inner form p.privacy strong {
    margin: 0 0 10px;
  }
  #container.page #article .section .inner form select,
  #container.page #article .section .inner form input[type=text],
  #container.page #article .section .inner form input[type=number],
  #container.page #article .section .inner form input[type=email],
  #container.page #article .section .inner form input[type=tel],
  #container.page #article .section .inner form input[type=date],
  #container.page #article .section .inner form textarea {
    padding: 0.75em 1em 0.5em 1em;
  }
  #container.page #article .section .inner form select {
    padding: 0.75em 1em 0.75em 1em;
  }
  #container.page #article .section .inner form input[type=submit],
  #container.page #article .section .inner form input[type=reset],
  #container.page #article .section .inner form input[type=button] {
    line-height: 1;
    transition: 0.5s;
  }
  #container.page #article .section .inner form input[type=submit]:hover,
  #container.page #article .section .inner form input[type=reset]:hover,
  #container.page #article .section .inner form input[type=button]:hover {
    opacity: 0.6;
  }
  #container.page #article .section .inner form input[type=submit] {
    font-size: 1.8rem;
    width: 260px;
    margin: 20px auto 0;
  }
  #container.page #article .section .inner form input[type=reset],
  #container.page #article .section .inner form input[type=button] {
    font-size: 1.4rem;
    width: 200px;
    margin: 10px auto 0;
  }
  #container.page #article .section .inner form .wpcf7-validation-errors {
    color: #CC0000;
    text-align: center;
    width: 790px;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
  }
}
