@charset "utf-8";
/*
theme Name:Mrs.Earth.Japn theme by k.muranaka
Author: k.muranaka
Description: original theme
version： 1.0.0
*/

/*------ここから共通 ---------------------------------------------------------*/

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


html {
  color: #586166;
  font-size: 62.5%;
  line-height: 1.76;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dbdbdb;
  /*border-top: 1px solid #EDECEC;*/
  margin: 2em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*----- iOS Safri 対策 ----*/
/*電話番号リンクを自動で追加しない*/
.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;/*クリックを無効化する*/
}

body {
  background-color: #fff;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"),
    url("../fonts/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("../fonts/YakuHanJP-Bold.woff2") format("woff2"),
    url("../fonts/YakuHanJP-Bold.woff") format("woff");
}


@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

body {
  font-family: YakuHanMP, adobe-garamond-pro, "Yu Mincho", YuMincho, "Hiragino Minchō Pro", "Noto Serif CJK JP", serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
  text-align: justify;
  font-size: 1.6rem;
  color: #586166;
  letter-spacing: 0.12em;
}

h1, h2, h3, h4 {
  font-feature-settings: "palt";
  line-break: strict;
  line-height: calc(1em + 8px);
  font-family: YakuHanMP, adobe-garamond-pro, "Yu Mincho", YuMincho, "Hiragino Minchō Pro", "Noto Serif CJK JP", serif;
  font-weight: 400;
  font-style: normal;
  /*font-family: YakuHanMP, DomaineDisplay, "Yu Mincho", YuMincho, "Hiragino Minchō Pro", "Noto Serif CJK JP", serif;*/
  transition: all 0.1s ease-in 0s;
	padding: 0;
	margin: 0;
  text-align: center;
}

h2 {
  font-size: 44px;
  margin: 0 0 1.8em;
}

h3 {
  font-size: 1.56em;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

p {
	margin: 0;
}

a {
	color: #fff;
  text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/*
a:link {
  color: #373D3F;
}

a:visited {
  color: #373D3F;
}

a:active {
  color: #373D3F;
}

a:hover {
  color: #373D3F;
}*/

.fsL {
  font-size: 180%;
}
.fsM {
  font-size: 140%;
}
.fsS {
  font-size: 70%;
}

.notes {
  font-size: 1rem;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media (min-width:768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

/*カテゴリー一覧に未分類を表示しない*/
.cat-item.cat-item-1 {
  display: none;
}

.cat-item.cat-item-1,
.cat-item.cat-item-1 a{
  display: none;
}

/*-------ボタン-------*/
.btn {
  width: 252px;
  height: 80px;
  border: 1px solid #131516;
  background-color: #131516;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: .04rem;
  line-height: 3.5;
  color: #fff;
  text-align: center;
  display: block;

}

.btn:hover {
  opacity: .8;
}

.btn a {
  color: #fff;
  vertical-align: middle;
}

.btn-contact {
  background-color: #EC6D59;
  color: #fff;
}


.wrap {
	max-width: 1040px;
  padding: 0 20px;
	margin: 0 auto;
}

.inner {
  padding: 60px 0;
}

.ttl h3 {
  font-size: 32px;
  margin-bottom: .5em;
  letter-spacing: 0.12em;
}
.ttl h4 {
  font-size: 16px;
  margin-bottom: 4em;
}

@media (min-width: 768px) {
  .inner {
    padding: 140px 0;
  }
  .ttl h3 {
    font-size: 44px;
    margin-bottom: .5em;
    letter-spacing: 0.12em;
  }
}


/*flex*/
.box {

}

@media (min-width: 768px) {
  .flex {
    display: -webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box {

  }
}
/*----------------------------------------------------------------------
jsアニメーション
---------------------------------------------------------------------*/
.fadeIn {
  opacity : 0;
  -moz-transform : translate(0, 40px);
  -webkit-transform : translate(0, 40px);
  transform : translate(0, 40px);
  transition : all 800ms;
}
.fadeIn.scrollin {
  opacity : 1.0;
  -moz-transform : translate(0, 0);
  -webkit-transform : translate(0, 0);
  transform : translate(0, 0);
}
/*左から*/
.fadeInLeft {
  opacity : 0;
  -moz-transform : translate(-40px, 0);
  -webkit-transform : translate(-40px, 0);
  transform : translate(-40px, 0);
  transition : all 800ms;
  z-index: 10;
}
.fadeInLeft.scrollin {
  opacity : 1.0;
  -moz-transform : translate(0, 0);
  -webkit-transform : translate(0, 0);
  transform : translate(0, 0);
}
/*右から*/
.fadeInRight {
  opacity : 0;
  -moz-transform : translate(40px, 0);
  -webkit-transform : translate(40px, 0);
  transform : translate(40px, 0);
  transition : all 800ms;
  z-index: 10;
}
.fadeInRight.scrollin {
  opacity : 1.0;
  -moz-transform : translate(0, 0);
  -webkit-transform : translate(0, 0);
  transform : translate(0, 0);
}

.fadeIn02 {
  opacity : 0;
  transition : all 2600ms;
}
.fadeIn02.scrollin {
  opacity : 1;
}

.fadeBox {
  animation: fadeIn 2s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.is-scale {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
}

.js-scale {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: 0.4s linear opacity, 3.5s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform;
  transition: 0.4s linear opacity, 3.5s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform;
  transition: 3.5s cubic-bezier(0.23, 1, 0.32, 1) transform, 0.4s linear opacity;
  transition: 3.5s cubic-bezier(0.23, 1, 0.32, 1) transform, 0.4s linear opacity, 3.5s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform;
  opacity: 0;
}
/*-------------------- ここまで共通 -------------------------------------------*/
/*--------- ヘッダー --------*/
header {

  position: fixed;
}

.header-inner {
  height: 60px;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 10px 0 10px 12px;
}
.site-title img {
  width: 172px;
  height: auto;
}
@media (min-width: 768px) {
  .header-inner {
    height: 140px;
    padding: 10px 0 10px 40px;
  }
  .site-title img {
    width: 280px;
    height: auto;
  }
}

/*--------- トップ --------*/
.top .inner {
  padding: 0;
}
.catch-area {
  height: 48vh;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.catch-area h2 {
  font-size: 3.2rem;
  margin: 0;
}

@media (min-width: 768px) {
  .catch-area h2 {
    font-size: 7.2rem;
  }
}
/*--- 概要-------*/
.introduction .exp {
  max-width: 660px;
  margin: 0 auto;
}

/*--- サポーター-------*/
.supporter .flex .exp {
  width: 100%;
}
.supporter-img {
  width: 100%;
  height: 352px;
  background-color: #E2E2E2;
  background-image: url(./images/noda.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .supporter .flex {
    -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
  }
  .supporter .flex .exp {
    margin: 0 105px 0 0;
    width: 405px;
  }

  .supporter-img {
    width: 490px;
    height: 558px;
  }
}

/*--- 募集要項 -------*/
.requirements .exp {
  text-align: justify;
  margin-bottom: 5em;
}
.requirements .exp02 {
  text-align: justify;
}
.category {
  text-align: center;
}
.category h4 {
  margin-bottom: 1.5em;
}

.category h4 span {
  font-size: 70%;
}

.requirements .flex {
  margin-bottom: 5em;
}

.entry-fee {
  text-align: center;
  margin-bottom: 2em;
}

.entry-fee h4 {
  margin-bottom: 1.5em;
}

.entry-fee-exp {
  text-align: justify;
  margin-bottom: 5em;
}

.entry-schedule {
  width: 100%;
}
.entry-schedule h4 {
  margin-bottom: 1.5em;
}
.entry-schedule-01 {
  margin-bottom: 5em;
}
.entry-schedule-flex-container {
  border-top: 1px solid #DBDBDB;
}
.entry-schedule-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.8em 0;
}
.entry-schedule-flex  .box01 {
  width: 26.66667%;
}
.entry-schedule-flex  .box02 {
  width: 73.33333%;
}

.entry-schedule-02 {
  text-align: center;
}

@media (min-width: 768px) {
  .requirements .exp {
    text-align: center;
    margin-bottom: 5em;
  }
  .requirements .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
  }
  .requirements .flex .box {
    padding: 0 10px;
  }

  .entry-fee-exp {
    text-align: center;
  }

  .entry-schedule {
    width: 70%;
    margin: 0 auto;
  }
}

/*--- エントリー -------*/
.entry .exp {
  text-align: justify;
  max-width: 830px;
  margin: 0 auto 5em;
}
.entry .exp .fsS {
  margin: 1em 0 0;
}

.entry-form-btn-area .btn-primary {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .entry .exp {
    text-align: center;
    max-width: 830px;
  }
}

@media (max-width:767px){
  .entry .inner {
    padding: 60px 0 120px
  }
}

/*--------------- 入力画面 contact.php --------------*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
button, select {
  text-transform: none;
}
button, input, optgroup, select, textarea {
  font: inherit;
}
ol {
  list-style-type: decimal;
}
button[disabled] {
  cursor: not-allowed;
  background-color: #ccc;
}
button[disabled]:hover {
  cursor: not-allowed;
  background-color: #ccc;
}

.textRequired {
  color: #E00022;
  font-size: 11px;
  margin-top: 10px;
}
#contact-form .container {
  padding-top: 35px;
}
#contact-form .container form {
  padding-bottom: 33px;
}
.form-group {
  margin-top: 17px;
}
.form-group label {
  font-size: 14px;
  line-height: 1;
  margin-top: 17px;
  letter-spacing: 0.07em;
  color: #777;
}
.form-group p , .form-group br {
  display: none;
}
.form-group .form-contents {
  margin-top: 10px;
}
.form-group div input, .form-group div textarea, .form-group div select {
  padding-left: 15px;
  padding-right: 15px;
  height: 55px;
  line-height: 55px;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
}
.form-group div textarea {
  height: 134px;
  line-height: 1.5;
  padding: 1em;
}

/*input,select,textarea*/
.form-control:focus {
  border-color: #aadbe8;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
  background-color: #fff;
}


/*選択矢印*/
.form-group .select-area {
  position: relative;
  text-align: left;
}
.form-group .select-area::before {
  position: absolute;
  top: 28px;
  right: 0;
  -webkit-transform: translate(-145%, -70%) rotate(-45deg);
  -ms-transform: translate(-145%, -70%) rotate(-45deg);
  transform: translate(-145%, -70%) rotate(-45deg);
  content: '';
  width: 11px;
  height: 11px;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  z-index: 1;
  pointer-events: none;
}
.form-group .subject-area.error::before, .form-group .prefecture-area.error::before {
  position: absolute;
  top: 31%;
  right: 0;
  -webkit-transform: translate(-145%, -70%) rotate(-45deg);
  -ms-transform: translate(-145%, -70%) rotate(-45deg);
  transform: translate(-145%, -70%) rotate(-45deg);
  content: '';
  width: 11px;
  height: 11px;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  z-index: 1;
  pointer-events: none;
}

/*名前*/
.name-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.form-group .name {
  width: 50%;
  margin-right: 2%;
}
.form-group .name2 {
  width: 50%;
  margin-left: 2%;
}

/*フリガナ*/
.furigana-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.form-group .furigana {
  width: 50%;
  margin-right: 2%;
}
.form-group .furigana2 {
  width: 50%;
  margin-left: 2%;
}

/*郵便番号*/
.form-group .postal, .form-group .postal2 {
  display: inline-block;
  width: auto;
}


/*電話番号*/
.form-group .tel-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.form-group .tel {
  width: 30%;
}

/*スリーサイズ*/
.form-group .size {
  width: 26%;
  margin: 0 0 0 5px;
}

/*希望地域*/
.form-group .select-area .choice-no {
  padding: 0 1em 0 0;
  width: 88px;
  display: inline-block;
}
.form-group .select-area .choice {
  width: calc(100% - 98px);
  display: inline-block;
}

/*写真*/
.mw_wp_form input[type="file"] {
  background: none;
  border: 1px solid #fff;
}
.mwform-file-delete {
  display: none;
}

.form-group .file-area input {
  padding: 10px 0;
}

/*きっかけ*/
.form-group .check-area .mwform-checkbox-field {
  display: inline-block;
  height: 48px;
}

.form-group input[type="checkbox"] {
  display: none;
}
.form-group input[type="checkbox"] + span {
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}

.form-group input[type="checkbox"] + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid #e9e9e9;
  background: #f4f4f4;
}

.form-group input[type="checkbox"]:checked + span:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(50%, -80%) rotate(-55deg);
  -ms-transform: translate(50%, -80%) rotate(-55deg);
  transform: translate(50%, -80%) rotate(-55deg);
  content: '';
  width: 12px;
  height: 7px;
  border-left: 2px solid #0095d9;
  border-bottom: 2px solid #0095d9;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin:0!important;
}

@media (min-width: 768px) {
  .form-group .check-area {
    width: 528px;
    width: 74%;
  }
  .form-group input[type="checkbox"] + span {
    position: relative;
    padding-left: 30px;
  }
  .form-group input[type="checkbox"] + span:before {
    width: 27px;
    height: 27px;
  }
  .form-group input[type="checkbox"]:checked + span:after {
    -webkit-transform: translate(50%, -80%) rotate(-55deg);
    -ms-transform: translate(50%, -80%) rotate(-55deg);
    transform: translate(50%, -80%) rotate(-55deg);
    width: 14px;
    height: 8px;
  }
}





/*必須マーク*/
.signRequird {
  color: #E00022;
  font-size: 11px;
  vertical-align: text-top;
  line-height: 1.0;
}
/*エラー*/
.error {
  color: #E00022;
  font-size: 11px;
}

.mw_wp_form .error {
  font-size: 93%;
  color: #E00022!important;
  display: block;
  border: 1px solid #e00022;
  padding: .5em 0 .4em 1em;
  line-height: 1;
  margin: .5em 0 0;
}


/*送信ボタン*/
.primary-area {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-top: 43px;
}
.btn-primary {
  /*margin-top: 43px;*/
}
.confirm-back {
  border: 1px solid #9DA4A8;
  background-color: #9DA4A8;
}
.btn-primary, .confirm-back {
  width: 100%;
  height: 70px;
  margin: 0 5% 0;
}

@media (min-width:768px) {
  .btn-primary, .confirm-back {
    width: 40%;
    height: 70px;
    margin: 0 5% 0;
  }
}

/*--------------- 確認画面 confirm.php --------------*/
.mw_wp_form_confirm .form-group .select-area::before {
  display: none;
}

.mw_wp_form_confirm  .form-contents {
  padding: 8px 0 0;
}



#confirm h3 {
  font-size: 2em;
  margin: 0 0 1em;
}

.confirm_table {
  margin: 40px 0;
}
.confirm_table table {
  width: 100%;
}
.confirm_table table caption {
  caption-side: top;
  text-align: left;
  font-size: 16px;
  margin: 0 0 1em;
}
.confirm_table table tr {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.confirm_table table th {
  padding: 1.4em 0;
  color: #777;
  font-weight: normal;
  font-size: 12px;
}
.confirm_table table td {
  padding: 1.4em 0 1.4em 1em;
  font-size: 12px;
  width: 62%;
}

.confirm-btn-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
  margin: 43px 0 0;
}
.confirm-btn-area form {
  width: 46%;
}
.confirm-btn-area form button {
  width: 100%;
  min-width: auto;
}
.confirm-btn-area form button.btn-secondary {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}
.confirm-btn-area form button.btn-success {
  border: 1px solid #E00022;
}

/*--------------- 完了画面 complete.php --------------*/
#complete h3 {
  font-size: 2em;
  margin: 0 0 1em;
}

#complete .btn-wrapper {
  margin: 4em 0 0;
}


@media (min-width: 768px) {
  /*--------------- 入力画面 contact.php --------------*/
  .textRequired {
    font-size: 14px;
  }
  #contact-form .container {
    padding-top: 68px;
  }
  #contact-form .container form {
    padding-top: 0;
    padding-bottom: 66px;
  }
  .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 26px;
  }
  .form-group label {
    font-size: 15px;
    margin-top: 13px;
    width: 22%;
    text-align: right;
  }
  .form-group .full-area {
    width: 528px;
    width: 74%;
  }
  .form-group .form-contents {
    margin-left: 4%;
    margin-top: 0;
  }
  .form-group div input, .form-group div textarea, .form-group div select {
    height: 48px;
    line-height: 1.0;
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 15px;
  }
  .form-group div textarea {
    height: 134px;
    line-height: 1.5;
    padding: 1em;
  }

  /*選択矢印*/
  .form-group .select-area::before {
    position: absolute;
    top: 22px;
    right: 0;
    -webkit-transform: translate(-145%, -70%) rotate(-45deg);
    -ms-transform: translate(-145%, -70%) rotate(-45deg);
    transform: translate(-145%, -70%) rotate(-45deg);
    content: '';
    width: 11px;
    height: 11px;
    border-left: 2px solid #444;
    border-bottom: 2px solid #444;
    z-index: 1;
    pointer-events: none;
  }
  .form-group .subject-area.error::before {
    position: absolute;
    top: 31%;
    right: 18px;
    -webkit-transform: translate(-145%, -70%) rotate(-45deg);
    -ms-transform: translate(-145%, -70%) rotate(-45deg);
    transform: translate(-145%, -70%) rotate(-45deg);
    content: '';
    width: 11px;
    height: 11px;
    border-left: 2px solid #444;
    border-bottom: 2px solid #444;
    z-index: 1;
    pointer-events: none;
  }
  .form-group .subject-area select {
    width: 260px;
  }
  /*名前*/
  .form-group .name {
    width: 220px;
    margin-right: 2%;
  }
  .form-group .name2 {
    width: 220px;
    margin-left: 2%;
  }
  /*フリガナ*/
  .form-group .furigana {
    width: 220px;
    margin-right: 2%;
  }
  .form-group .furigana2 {
    width: 220px;
    margin-left: 2%;
  }

  /*郵便番号*/
  .form-group .postal-area {

  }
  .form-group .postal {
    width: 124px;
  }
  .form-group .postal2 {
    width: 168px;
  }
  .form-group .prefecture-area.error::before {
    position: absolute;
    top: 31%;
    right: 18px;
    -webkit-transform: translate(-145%, -70%) rotate(-45deg);
    -ms-transform: translate(-145%, -70%) rotate(-45deg);
    transform: translate(-145%, -70%) rotate(-45deg);
    content: '';
    width: 11px;
    height: 11px;
    border-left: 2px solid #444;
    border-bottom: 2px solid #444;
    z-index: 1;
    pointer-events: none;
  }
  .form-group .prefecture-area select {
    width: 180px;
  }
  /*電話番号*/
  .form-group .tell-area {
    width: 460px;
  }
  .form-group .tel {
    width: 124px;
  }
  /*スリーサイズ*/
  .form-group .size-area {
    width: 460px;
  }
  .form-group .size {
    width: 124px;
  }
  /*希望地域*/
  .form-group .select-area .choice {
    width: 272px;
    display: inline-block;
  }
  /*写真*/
  .form-group .file-area {
    width: 528px;
    width: 74%;
  }


  /*エラー*/
  .error {
    font-size: 14px;
  }
  /*プライバシーポリシー*/
  #privacy.form-group {
    display: block;
  }
  .privacy-title {
    width: auto;
    text-align: left;
    font-size: 15px;
    margin-top: 13px;
  }
  .privacy-content {
    margin-left: 0;
    margin-top: 16px;
    padding: 23px 26px 23px 53px;
    height: 200px;
    overflow-y: scroll;
  }
  .privacy-content .intro {
    font-size: 14px;
  }
  .privacy-content-contact {
    font-size: 14px;
  }
  .form-group .note {
    font-size: 14px;
  }
  /*同意する*/
  .form-group input.checkbox-agree + span {
    padding-left: 34px;
  }
  .form-group input.checkbox-agree + span:before {
    width: 27px;
    height: 27px;
  }
  .form-group input.checkbox-agree:checked + span:after {
    -webkit-transform: translate(50%, -80%) rotate(-55deg);
    -ms-transform: translate(50%, -80%) rotate(-55deg);
    transform: translate(50%, -80%) rotate(-55deg);
    width: 14px;
    height: 8px;
  }


  /*送信ボタン*/
  .primary-area {
    margin: 10% 0 0;
  }
  .btn-primary .confirm-back {
    width: 40%;
    height: 70px;
    margin: 0 5% 0;
  }
  /*--------------- 確認画面 confirm.php --------*/
  .confirm_table {
    margin: 60px 0;
  }
  .confirm_table table th {
    font-size: 16px;
  }
  .confirm_table table td {
    font-size: 16px;
    width: 72%;
  }


  /*--------------- 完了画面 complete.php --------------*/
}

/*------------------------- フッター ---------------------------------------*/
footer {
  background-color: #686B6E;
  color: #9DA4A8;
  min-height: 100%;
  position: relative;
}
footer .flex .box {
  width: 100%;
}
footer .flex .box:first-child {
  margin-bottom: 40px;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-info-left {
  margin: 20px 0;
}

.footer-info-left p {
  margin-bottom: 1em;
}

.footer-info-left span {
  font-size: 1.2em;
}

.footer-info {
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}
.footer-icon {
  width: 30px;
  margin: 0 16px 0 0;
}
.footer-link,.footer-link:hover,.footer-link:link,.footer-link:visited {
  color: #9DA4A8;
}
.footer-follow a:hover {
  opacity: .8;
}

/*-- お問いあわせフォーム ----*/
.footer-info-right {
  margin: 20px 0;
}
.contact-form-area .form-group {
  display: block;
}
.contact-form-area .form-group label {
  color: #9DA4A8;
  width: 100%;
  text-align: left;
  display: block;
  margin: 0 0 .5em;
}
.contact-form-area .form-group .form-contents {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}

.contact-form-area .primary-area {
  -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.wpcf7-submit {
  line-height: 1;
  padding: 1.5em 4em;
  color: #9DA4A8;
  border: 2px solid #9DA4A8;
  background-color: rgba(255,255,255,0);
}
.wpcf7-not-valid-tip {
    color: #fff!important;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em!important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}


.copyright {
  margin-top: 3em;
  text-align: left;
  display: none;
}

.sp-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5em;
  text-align: left;
}

.top-btn {
  position: absolute;
  top: -52px;
  right: 2%;
}

@media (min-width: 768px) {
  footer {
    min-height: 636px;
  }
  footer .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
  	-ms-flex-align: stretch;
	  align-items: stretch;
  }
  footer .flex .box {
    width: 50%;
  }
  footer .flex .box:first-child {
    margin-bottom: 0px;
  }
  .copyright {
    font-size: 10px;
    font-size: 1rem;
    display: block;
  }
  .sp-copyright {
    display: none;
  }
}

@media (max-width: 640px) {
  footer .inner {
    padding: 100px 0;
  }
}
