@charset "UTF-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 2.0
*/
/* =====================================
■ BASE
===================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  background: #fff;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
  text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #333;
  vertical-align: middle;
  transition-duration: 0.7s;
}
a:hover img {
  opacity: 0.8;
}
a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

.half {
  display: inline-block;
}

strong {
  font-weight: bold;
}

label {
  cursor: pointer;
}

.cr {
  color: #D93636 !important;
}

/* 支払い金額 */
.hidden-form,
.hidden-form2,
.hidden-form3,
.hidden-form4 {
  display: none;
}

/* -------------------------------------
margin_base
------------------------------------- */
/*
margin_bottom, margin_top の値を5px刻みで指定できます。（0~100まで）
例）.mb15 → margin-bottom: 15px; , .mt25 → margin-top: 25px;
*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}

.cl {
  clear: both !important;
}

/* text indent */
.textHide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* text-align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* font-weight */
.fb {
  font-weight: bold !important;
}

/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
  font-family: icomoon;
  src: url("img/fonts/icomoon.eot?ei8h2t");
  src: url("img/fonts/icomoon.eot?ei8h2t#iefix") format("embedded-opentype"), url("img/fonts/icomoon.ttf?ei8h2t") format("truetype"), url("img/fonts/icomoon.woff?ei8h2t") format("woff"), url("img/fonts/icomoon.svg?ei8h2t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: icomoon, sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkbox-checked::before {
  content: "\ea52";
}

.icon-checkbox-unchecked::before {
  content: "\ea53";
}

.icon-radio-checked::before {
  content: "\ea54";
}

.icon-radio-unchecked::before {
  content: "\ea56";
}

/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
  display: none;
}

@media screen and (width <= 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* =====================================
■ template Layout
===================================== */
#content {
  padding: 63px 0 100px;
  min-height: 600px;
}
@media screen and (width <= 767px) {
  #content {
    padding: 65px 0 0;
  }
}

.home #content {
  padding: 0;
}

/* -------------------------------------
Bread
------------------------------------- */
#bread {
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
#bread li {
  font-size: 11px;
  color: #77716C;
  letter-spacing: 0.1em;
  display: inline-block;
}
#bread li + li::before {
  padding-right: 0.3em;
  content: ">";
}
#bread li a {
  color: #5F5BFF;
  text-decoration: underline;
  vertical-align: baseline;
}
#bread li a:hover {
  text-decoration: none;
}

/*--------------------------------------
container
--------------------------------------*/
#wrapper {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container::after {
  content: "";
  display: block;
  clear: both;
}
@media (width <= 767px) {
  .container {
    padding: 0 20px;
  }
}

.service-option {
  display: inline-block !important;
}

.form_container {
  white-space: normal;
  margin-bottom: 55px;
}
.form_container > p:last-child {
  margin: 30px 0 0;
}
.form_container h3 {
  color: #222;
  font-size: 1.3em;
  font-weight: bold;
  margin: 30px 0 10px;
}
.form_container h4 {
  color: #222;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 5px;
}
.form_container ul {
  list-style: square;
  padding-left: 18px;
}
.form_container ul li::marker {
  font-size: 20px;
}
.form_container .satisfaction {
  display: flex;
  text-align: center;
  padding: 8px 0;
  margin: 0 0 30px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #d5d5d5;
}
@media screen and (width <= 767px) {
  .form_container .satisfaction {
    display: block;
    text-align: left;
    padding: 8px 15px;
    margin: 10px 0 30px;
  }
}
.form_container .satisfaction span label {
  vertical-align: middle;
}

/*--------------------------------------
header
--------------------------------------*/
#header {
  width: 100%;
  display: block;
  margin: 15px 0;
  background: #fff;
  /* logo */
}
#header h1 {
  width: 142px;
  margin: 0 auto;
}
#header h1 a {
  display: block;
  text-align: center;
  padding: 6px 0 10px;
}
#header h1 img {
  width: 100%;
  vertical-align: middle;
}

/*--------------------------------------
Footer
--------------------------------------*/
#footer {
  padding: 30px;
  text-align: center;
}
#footer .copyright {
  font-size: 11px;
  color: #BCBCBC;
  line-height: 1.8;
}

/*--------------------------------------
page title
--------------------------------------*/
#mainimage {
  display: block;
  width: 100%;
  background: #5F5BFF;
  margin-bottom: 50px;
  vertical-align: middle;
  padding: 50px 0;
}
#mainimage h2 {
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L", sans-serif;
  font-size: 34px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (width <= 767px) {
  #mainimage h2 {
    font-size: 26px;
  }
}
@media screen and (width <= 480px) {
  #mainimage h2 {
    font-size: 24px;
  }
}

/* 背景色変更 */
.page-id-113 #mainimage,
.page-id-2784 #mainimage {
  background: #6fba2c;
}

.page-id-2052 #mainimage {
  background: #13A9C1;
}

/*--------------------------------------
Step
--------------------------------------*/
.wrap_contact {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px;
}

.inquiryForm_message {
  text-align: center;
}
.inquiryForm_message .step_catch {
  font-size: 16px;
  text-align: center;
  color: #373431;
  letter-spacing: 0.05em;
  margin-bottom: 44px;
}

.step_list {
  display: flex;
  justify-content: space-between;
  width: 467px;
  margin: 0 auto 90px;
}
.step_list li {
  float: left;
  width: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #BFBEBD;
}
.step_list li span {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  margin: 0 auto 12px;
  background: #BFBEBD;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.step_list li span::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background: #bfbebd;
  position: absolute;
  top: 50%;
  left: 54px;
  z-index: -1;
}
.step_list li:last-child {
  margin: 0;
}
.step_list li:last-child span::after {
  display: none;
}
.step_list li.current {
  color: #373431;
}
.step_list li.current span {
  background: #0091D0;
}
.step_list li.current span.current::after {
  background: #0091D0;
}

@media screen and (width <= 767px) {
  .step_list {
    width: auto;
    margin: 0 auto 60px;
  }
  .step_list li {
    margin-left: 0;
  }
  .step_list li span::after {
    width: 26vw;
    height: 1px;
    background: #bfbebd;
    position: absolute;
    top: 50%;
  }
  .step_list li:last-child span::after {
    display: none;
  }
}
/*--------------------------------------
送信ボタン
--------------------------------------*/
.inquiryFormTable .btBox,
.inquiryFormTable .btBox-nomoca {
  text-align: center;
  margin: 80px 0;
}
.inquiryFormTable .btBox p,
.inquiryFormTable .btBox-nomoca p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (width <= 767px) {
  .inquiryFormTable .btBox p,
  .inquiryFormTable .btBox-nomoca p {
    flex-direction: column;
  }
}
.inquiryFormTable .btBox input[type=submit],
.inquiryFormTable .btBox input.registMemberRegBtn,
.inquiryFormTable .btBox input.registCardBtn,
.inquiryFormTable .btBox input.wpcf7-back,
.inquiryFormTable .btBox-nomoca input[type=submit],
.inquiryFormTable .btBox-nomoca input.registMemberRegBtn,
.inquiryFormTable .btBox-nomoca input.registCardBtn,
.inquiryFormTable .btBox-nomoca input.wpcf7-back {
  cursor: pointer;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  padding: 29px 20px 28px;
  background-size: 6px 10px;
  border: none;
  border-radius: 0 !important;
  outline: 0;
  appearance: none;
  box-sizing: border-box;
}
@media screen and (width <= 767px) {
  .inquiryFormTable .btBox input[type=submit],
  .inquiryFormTable .btBox input.registMemberRegBtn,
  .inquiryFormTable .btBox input.registCardBtn,
  .inquiryFormTable .btBox input.wpcf7-back,
  .inquiryFormTable .btBox-nomoca input[type=submit],
  .inquiryFormTable .btBox-nomoca input.registMemberRegBtn,
  .inquiryFormTable .btBox-nomoca input.registCardBtn,
  .inquiryFormTable .btBox-nomoca input.wpcf7-back {
    font-size: 18px;
  }
}
.inquiryFormTable .btBox input[type=submit],
.inquiryFormTable .btBox input.registMemberRegBtn,
.inquiryFormTable .btBox input.registCardBtn,
.inquiryFormTable .btBox-nomoca input[type=submit],
.inquiryFormTable .btBox-nomoca input.registMemberRegBtn,
.inquiryFormTable .btBox-nomoca input.registCardBtn {
  background: #354FA8 !important;
  display: block;
}
.inquiryFormTable .btBox input[type=submit].disabled,
.inquiryFormTable .btBox input.registMemberRegBtn.disabled,
.inquiryFormTable .btBox input.registCardBtn.disabled,
.inquiryFormTable .btBox-nomoca input[type=submit].disabled,
.inquiryFormTable .btBox-nomoca input.registMemberRegBtn.disabled,
.inquiryFormTable .btBox-nomoca input.registCardBtn.disabled {
  background: #72706E !important;
  background-size: 6px 10px;
  color: #BFBEBD;
  opacity: 1 !important;
  pointer-events: none;
  cursor: default;
  padding: 29px 40px 28px;
}
.inquiryFormTable .btBox .wpcf7c-elm-step2,
.inquiryFormTable .btBox-nomoca .wpcf7c-elm-step2 {
  width: 57.5%;
}
@media screen and (width <= 767px) {
  .inquiryFormTable .btBox .wpcf7c-elm-step2,
  .inquiryFormTable .btBox-nomoca .wpcf7c-elm-step2 {
    width: 100%;
  }
}
.inquiryFormTable .btBox input.wpcf7-back,
.inquiryFormTable .btBox-nomoca input.wpcf7-back {
  width: 37.5%;
  background: #72706E !important;
  padding: 29px 30px 28px;
  text-align: center;
}
@media screen and (width <= 767px) {
  .inquiryFormTable .btBox input.wpcf7-back,
  .inquiryFormTable .btBox-nomoca input.wpcf7-back {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*--------------------------------------
ホームへ戻るボタン
--------------------------------------*/
.btn a {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
  background: #88AAD0;
  color: #fff;
  padding: 30px 10px 34px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-family: "秀英丸ゴシック L", "秀英明朝 L", "Shuei Mincho L", sans-serif;
  border-radius: 6px;
  transition: opacity 0.3s ease;
}
.btn a::after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.btn a:hover {
  opacity: 0.7;
}
@media screen and (width <= 767px) {
  .btn a {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------
loading
--------------------------------------*/
.loader_container {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.loader_bg {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.loader_bg p {
  text-align: center;
  color: #fff;
}

.loader,
.loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto 20px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

/*--------------------------------------
	申し込み状況確認
--------------------------------------*/
.radio-style {
  margin-top: 50px;
  margin-bottom: 50px;
}
.radio-style span#select-first .wpcf7-list-item {
  margin-bottom: 10px;
}
.radio-style span#select-first .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.radio-style span#select-first .wpcf7-list-item label span {
  font-size: 2rem;
  font-weight: bold;
}
.radio-style span#select-first .wpcf7-list-item label span::before {
  margin: 1px 5px 0 0;
}
@media screen and (width <= 767px) {
  .radio-style span#select-first .wpcf7-list-item {
    margin-bottom: 15px;
  }
  .radio-style span#select-first .wpcf7-list-item label {
    align-items: flex-start;
  }
  .radio-style span#select-first .wpcf7-list-item label span {
    font-size: 1.6rem;
  }
}

/*--------------------------------------
	デフォルト　ローディングアイコン
--------------------------------------*/
.wpcf7-spinner {
  display: none !important;
}
/*# sourceMappingURL=sourcemaps/style.css.map */