@charset "UTF-8";
/*
// common.scss
$commoncolor: hsla(0,0,0,1);
$commonbgcolor: hsla(0,0,100,1);
$commonlinkcolor: hsla(0,0,40,1);
$commonhovercolor: #b3c4de;
*/
/*
// テーマカラー：必要な場所は全てこの変数を使用
$maincolor: #FF9400; // orange : link color

// アクセントカラー：協調させる箇所に適用
$accentcolor: #E60012; // orange

// ベースカラー：見出しの背景など ※複数あり
$basecolor: #FFBC00; // orange
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500);
@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;
}

/*
//@include mixin-bg-stripe($bg:#000000,$color:#1a1a1a);
@mixin mixin-bg-stripe($bg:#000000,$color:#1a1a1a){
-webkit-background-size: 18px 18px;
-moz-background-size: 18px 18px;
background-size: 18px 18px;
background-color: $bg;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, $color), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, $color),
            color-stop(.75, $color), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
}
*/
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section
    ------------------------------------- */
}

#article .section {
  /* -------------------------------------
           form
        */
}

#article .section.form {
  width: 100%;
  padding: 2rem 0 3rem;
  background: #f2f2f2;
}

#article .section.form .inner {
  width: 93.75%;
  padding: 0 0 0.5rem 0 !important;
  margin: 0 auto;
  position: relative;
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.form .inner .content {
  /* -------------------------------------
                       contents_header
                    */
  /* -------------------------------------
                       content_1
                    */
}

#article .section.form .inner .content.contents_header {
  padding: 1.5rem 0 0;
}

#article .section.form .inner .content.contents_header .h3 {
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  font-weight: bold;
}

#article .section.form .inner .content.contents_header .h3.h3_1 {
  text-align: center;
  margin: 0 0 1.0rem;
}

#article .section.form .inner .content.contents_header .h3.h3_1 span.txt {
  font-size: 1.8rem;
}

#article .section.form .inner .content.contents_header .h3.h3_1 span.txt:before {
  content: "●";
  display: inline;
  color: #ec3333;
  margin: 0 0.5rem 0 0;
}

#article .section.form .inner .content.contents_header p {
  padding: 0.5em 0 0 0;
}

#article .section.form .inner .content.contents_header p.lead {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}

#article .section.form .inner .content.contents_header ul {
  list-style: none;
}

#article .section.form .inner .content.contents_header ul li {
  text-indent: -1em;
  padding: 0.5em 0 0 1em;
}

#article .section.form .inner .content h3.wpcf7c-elm-step2 {
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
}

#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 {
  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 {
  padding: 1rem 0 0;
  /* -------------------------------------
               form
            */
}

#article .section .inner .h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  letter-spacing: 0.15em;
}

#article .section .inner .h3.h3_1 {
  text-align: center;
  margin: 0 0 1.5rem;
}

#article .section .inner .h3.h3_1 span.txt {
  font-size: 1.4rem;
  font-weight: 500;
}

#article .section .inner p.lead {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 auto 1rem;
}

#article .section .inner form {
  /* alert-text */
  /* alert-messege */
}

#article .section .inner form .imperative {
  color: #DC0012;
}

#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 p.error-text {
	padding: 40px 0 0;
	color: #F00;
	text-align: center;
}

#article .section .inner form .table {
  width: 90%;
  margin: 0 auto;
}

#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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.125em;
  color: #252525;
  font-weight: bold;
  width: 100%;
  padding: 1.25rem 0.5rem 1rem 1rem;
  background: #CCC;
  box-sizing: border-box;
}

#article .section .inner form .table .th .imperative {
  font-size: 1rem;
  line-height: 1;
  color: white;
  padding: 0.5rem 0.5rem 0.25rem;
  background: #252525;
}

#article .section .inner form .table .th label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  width: 100%;
}

#article .section .inner form .table .td {
  letter-spacing: 0.03em;
  width: 100%;
  padding: 0.5rem 0 0;
  margin: 0 0 1.5rem;
  background: #f2f2f2;
}

#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 p.error {
	padding-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
	color: #F00;
}
#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 .button_area img {
  width: auto;
}

#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 textarea {
  height: 31.25vw;
}

#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: #252525;
}

#article .section .inner form input[type=submit].back,
#article .section .inner form input[type=button] {
  font-size: 1.4rem;
  width: 50%;
  padding: 1.0em 0;
  margin: 10px auto 0;
  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: #DC0012;
  border: none;
}
#article .section .inner .button_area {
	text-align: center;
}
#article .section .inner .button_area a {
	display: block;
	width: 50%;
	margin: 10px auto 0;
	padding: 1.0em 0;
	background-color: #999999;
	color: white;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1;
	border-radius: 4px;
}

/*
@mixin webfont( $weightF : 100 , $lineH : 1 ){
font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN","游ゴシック","游ゴシック体",YuGothic,"Yu Gothic","メイリオ", Meiryo, sans-serif;
font-weight: $weightF;
line-height: $lineH;
}
*/
@media screen and (min-device-width: 767px) {
  /* =================================================
   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: 960px;
    padding: 0 0 50px !important;
    margin: 20px auto 0;
    border: 1px solid #cccccc;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.form .inner.border {
    border: 2px solid #cccccc;
    box-sizing: border-box;
  }
  #article .section.form .inner .content {
    /* -------------------------------------
                       contents_header
                    */
    /* -------------------------------------
                       content_1
                    */
  }
  #article .section.form .inner .content.contents_header {
    padding: 50px 0 20px;
  }
  #article .section.form .inner .content.contents_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.contents_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.contents_header .h3.h3_1 span.txt {
    font-size: 2.4rem;
  }
  #article .section.form .inner .content.contents_header .h3.h3_1 span.txt:before {
    content: "●";
    display: block;
    margin: 0;
    position: absolute;
    left: -0.5em;
  }
  #article .section.form .inner .content.contents_header p.lead {
    word-break: keep-all;
    font-size: 1.8rem;
    text-align: left;
    width: 100%;
  }
  #article .section.form .inner .content.contents_header ul {
    list-style: none;
    padding: 0 0 0 1em;
  }
  #article .section.form .inner .content.contents_header ul li {
    text-indent: -1em;
    font-size: 1.8rem;
    padding: 0.5em 0 0 1em;
  }
  #article .section.form .inner .content.contents_header .f_l {
    font-size: 3.0rem;
  }
  #article .section.form .inner .content.contents_header .f_m {
    font-size: 2.4rem;
    padding: 0.5em 0 0 0;
  }
  #article .section.form .inner .content.contents_header .txt_line_under {
    border-bottom: 1px solid #DC0012;
  }
  #article .section.form .inner .content h3.wpcf7c-elm-step2 {
    font-size: 1.8rem;
  }
  #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 {
    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 .h3.h3_1 {
    padding: 60px 0 0;
    margin: 0 0 40px;
  }
  #article .section .inner .h3.h3_1 span.txt {
    font-size: 2.4rem;
    font-weight: 500;
  }
  #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;
    margin: 0 0 10px;
    box-sizing: border-box;
  }
  #article .section .inner form .table .th {
    font-weight: bold;
    width: 230px;
    padding: 10px 10px 10px 20px;
  }
  #article .section .inner form .table .td {
    width: 650px;
    padding: 10px 20px;
    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 textarea {
    height: 100px;
  }
  #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=submit].back: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=submit].back,
  #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: #DC0012;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 30px;
  }
	#article .section .inner .button_area a {
		font-size: 1.4rem;
		width: 200px;
		margin: 10px auto 0;
		transition: 0.5s;
	}
	#article .section .inner .button_area a:hover {
		opacity: 0.6;
	}
}
