@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
*/
/*
.overflow{
                            
    position: relative;

    &:after{
        content: "";
        display: block;
        width: (40/640)*100vw;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;

        @include gra($monocolor,1); // color,rotate:0 or 1
        transform: scaleX(-1);
        opacity: 0.2;
    }
    .figure{

        display: flex;
        width: 100%;
        box-sizing: border-box;
        overflow: auto;

        img{
            width: (960/640)*100vw;
        }
        &:after{
            content: "■■";
            display: block;
            opacity: 0;
        }
    }
}
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@font-face {
  font-family: 'tegaki';
  src: url("../webfont/apjapanesefont.eot");
  src: url("../webfont/apjapanesefont.eot?#iefix") format("embedded-opentype"), url("../webfont/apjapanesefont.woff") format("woff"), url("../webfont/apjapanesefont.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'tex gyre heros r';
  src: url("../webfont/texgyreheros-regular-webfont.eot");
  src: url("../webfont/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfont/texgyreheros-regular-webfont.woff") format("woff"), url("../webfont/texgyreheros-regular-webfont.ttf") format("truetype");
  font-display: swap;
}

/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section
    ------------------------------------- */
}

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

#article .section.form {
  width: 100%;
  padding: 0 0 3em 0;
  background: #f2f2f2;
}

#article .section.form .inner {
  width: 93.75%;
  padding: 0 0 0.3em 0 !important;
  margin: 0 auto;
  position: relative;
  /* -------------------------------------
                   content
                ------------------------------------- */
}

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

#article .section.form .inner .content.header {
  padding: 1.5rem 0 0;
}

#article .section.form .inner .content.header .h3 {
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  font-weight: bold;
}

#article .section.form .inner .content.header .h3.h3_1 {
  text-align: center;
  margin: 0 0 1.0rem;
}

#article .section.form .inner .content.header .h3.h3_1 span.txt {
  font-size: 1.8rem;
}

#article .section.form .inner .content.header .h3.h3_1 span.txt:before {
  content: "●";
  display: inline;
  color: #EF4220;
  margin: 0 0.5rem 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

#article .section .inner form .imperative {
  color: #EF4220;
}

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

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

#article .section .inner form .table {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
}

#article .section .inner form .table .th,
#article .section .inner form .table .td {
  font-size: 1.2rem;
  vertical-align: top;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

#article .section .inner form p.privacy {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 3rem auto 0;
}

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

#article .section .inner form select,
#article .section .inner form input[type=text],
#article .section .inner form input[type=number],
#article .section .inner form input[type=email],
#article .section .inner form input[type=tel],
#article .section .inner form input[type=date],
#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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           form
        */
  }
  #article .section.form {
    padding: 0 0 25px 0;
    margin: 0 0 0;
    background: none;
    overflow: visible;
  }
  #article .section.form .inner {
    width: 920px;
    padding: 0 0 50px !important;
    margin: 0 auto;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.form .inner.border {
    border: 2px solid #cccccc;
    box-sizing: border-box;
  }
  #article .section.form .inner .content {
    /* -------------------------------------
                       header
                    */
    /* -------------------------------------
                       content_1
                    */
  }
  #article .section.form .inner .content.header {
    padding: 50px 0 20px;
  }
  #article .section.form .inner .content.header .h3 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 300;
  }
  #article .section.form .inner .content.header .h3.h3_1 {
    padding: 0 50px;
    background: white;
    position: absolute;
    z-index: 1;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
  #article .section.form .inner .content.header .h3.h3_1 span.txt {
    font-size: 2.4rem;
  }
  #article .section.form .inner .content.header .h3.h3_1 span.txt:before {
    content: "●";
    display: block;
    margin: 0;
    position: absolute;
    left: -0.5em;
  }
  #article .section.form .inner .content.header p.lead {
    word-break: keep-all;
    font-size: 1.8rem;
    text-align: left;
    width: 100%;
  }
  #article .section.form .inner .content.header ul {
    list-style: none;
    padding: 0 0 0 1em;
  }
  #article .section.form .inner .content.header ul li {
    text-indent: -1em;
    font-size: 1.8rem;
    padding: 0.5em 0 0 1em;
  }
  #article .section.form .inner .content.header .f_l {
    font-size: 3.0rem;
  }
  #article .section.form .inner .content.header .f_m {
    font-size: 2.4rem;
    padding: 0.5em 0 0 0;
  }
  #article .section.form .inner .content.header .txt_line_under {
    border-bottom: 1px solid #EF4220;
  }
  #article .section.form .inner .content.content_1 {
    width: 880px;
    padding: 20px 0 0 0;
    margin: 0 auto;
  }
  #article .section.form .inner .content.content_1 .h3.h3_1.wpcf7c-elm-step2 {
    font-size: 1.8rem;
  }
  #article .section.form .inner .content.content_1 .h3.h3_1 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 1.2rem;
  }
  #article .section.form .inner .content.content_1 .h3.h3_1 span {
    display: inline-block;
  }
  #article .section.form .inner .content.content_1 .h3.h3_1 span.txt strong {
    font-size: 1.8rem;
  }
  #article .section.form .inner .content.content_1 .item {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    padding: 30px 0;
  }
  #article .section .inner {
    /* -------------------------------------
               form
            */
  }
  #article .section .inner form {
    /* alert-text */
    /* alert-messege */
  }
  #article .section .inner form .wpcf7 {
    padding: 40px 0 0 0;
    position: relative;
  }
  #article .section .inner form span.imperative {
    font-size: 1.2rem;
  }
  #article .section .inner form .wpcf7-form-control-wrap {
    display: block;
  }
  #article .section .inner form .table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 880px;
    margin: 0 auto;
  }
  #article .section .inner form .table .th,
  #article .section .inner form .table .td {
    font-size: 1.4rem;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
  }
  #article .section .inner form .table .th {
    font-weight: bold;
    width: 230px;
    padding: 30px 0 30px 1.5em;
  }
  #article .section .inner form .table .td {
    width: 650px;
    padding: 30px 30px;
    background: #f2f2f2;
    overflow: hidden;
  }
  #article .section .inner form .table .td .wpcf7-form-control-wrap {
    margin: 0 0.5rem 0;
  }
  #article .section .inner form .table .td ul {
    padding: 0 3em 0 0;
    float: left;
  }
  #article .section .inner form .button_area {
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
  #article .section .inner form .button_area p {
    padding: 0;
  }
  #article .section .inner form .consent {
    margin: 0 auto;
  }
  #article .section .inner form .consent p.notice {
    margin: 0 auto 10px;
  }
  #article .section .inner form p.privacy {
    width: 780px;
    margin: 50px auto 0;
  }
  #article .section .inner form p.privacy strong {
    margin: 0 0 10px;
  }
  #article .section .inner form select,
  #article .section .inner form input[type=text],
  #article .section .inner form input[type=number],
  #article .section .inner form input[type=email],
  #article .section .inner form input[type=tel],
  #article .section .inner form input[type=date],
  #article .section .inner form textarea {
    padding: 0.75em 1em 0.5em 1em;
  }
  #article .section .inner form select {
    padding: 0.75em 1em 0.75em 1em;
  }
  #article .section .inner form input[type=submit],
  #article .section .inner form input[type=reset],
  #article .section .inner form input[type=button] {
    line-height: 1;
    transition: 0.5s;
  }
  #article .section .inner form input[type=submit]:hover,
  #article .section .inner form input[type=reset]:hover,
  #article .section .inner form input[type=button]:hover {
    opacity: 0.6;
  }
  #article .section .inner form input[type=submit] {
    font-size: 1.8rem;
    width: 260px;
    margin: 20px auto 0;
  }
  #article .section .inner form input[type=reset],
  #article .section .inner form input[type=button] {
    font-size: 1.4rem;
    width: 200px;
    margin: 10px auto 0;
  }
  #article .section .inner form .wpcf7-validation-errors {
    color: #EF4220;
    text-align: center;
    width: 790px;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
  }
}
