@charset "UTF-8";
/*lp.min.css リセット*/
.cnt_form_cov,
#formTop {
  background: initial;
}
p strong, li strong, dt strong, dd strong {
  color: inherit;
  font-weight: inherit;
}

/******スタイル ******/
@media screen and (max-width: 640px) {
  #formTop {
    margin-top: -10%;
  }
}
/* NV */
#mv {
  background-image: url(/images/common/lp/bg_lp_af.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  text-align: center;
}
#mv .mv__img img {
max-width: 750px;
width: 90%;
margin-top: 23px;
}
@media screen and (max-width: 767px) {
#mv {
  background-image: url(/images/common/lp/bg_lp_af-sp.png);
  background-position: top center;
}
#mv .mv__img img {
width: 100%;
margin-top: 5px;
}
}
/*フォーム */
#formTop {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #formTop {
    margin-top: 10px;
  }
}
.bg_polygon {
  position: absolute;
  background: url(/images/common/lp/bg_form.svg);
  background-size: cover;
  width: 100%;
  height: 110%;
  margin-top: -30px;
  z-index: -30;
}
@media screen and (max-width: 767px) {
  .bg_polygon {
    margin-top: -20px;
  }
}

#cnt_form .contact_form_in {
  border:none;
  background: transparent;
  padding-top: 60px;
}
.cnt_ttl_cov--wrapper {
  border-radius: 10px;
  padding: 25px 25px 5px;
  background-color: #FFFFFF;
  border: 1px solid #CCC;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.cnt_blk {
        margin-top: 0;
}
.socialplus_login {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cnt_form_cov {
    margin: 0 10px 20px;
  }
  #cnt_form .contact_form_in {
    padding-top: 28px;
  }
  .cnt_ttl_cov--wrapper {
    padding: 15px 10px 0;
  }
}
@media screen and (max-width: 640px) {
  #cnt_form .contact_form_in {
    padding-top: 6%;
  }
}
@media screen and (max-width: 499px) {
  #cnt_form .contact_form_in {
    padding-top: 5%;
  }
}
/* フォームの吹き出し */
.contact_form--center-box {
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.contact_form--balloon {
	width: 85px;
  height: 85px;
  top: 16px;
  right: 190px;
  display: flex;
  font-size: 17px;
  color: #277e59;
  text-align: center;
  line-height: 1.3;
  background: #fff;
  border: solid 2px #277e59;
  border-radius: 50%;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	animation: fuwafuwa 2s infinite;
}
.contact_form--balloon--bold {
  font-size: 20px;
  font-weight: bold;
}
@keyframes fuwafuwa {
	0% {
    transform: translateY(0px);
	}
	50% {
    transform: translateY(-6px);
	}
	100% {
    transform: translateY(0px);
	}
  }
.contact_form--balloon::before {
	content: "";
  position: absolute;
  height: 10px;
  bottom: -10px;
  left: calc(71% - 6px);
  border-left: 3px solid #277e59;
  transform: skew(47deg);
  z-index: 2;
}
.contact_form--balloon::after {
	content: "";
  position: absolute;
  width: 15px;
  height: 6px;
  background: #fff;
  bottom: -1px;
  left: calc(76% - 15px);
  transform: skew(39deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact_form--balloon {
    width: 70px;
    height: 70px;
    top: 13px;
    right: 168px;
    font-size: 14px;
  }
  .contact_form--balloon--bold {
    font-size: 16px;
  }
  .contact_form--balloon::before {
    height: 8px;
    bottom: -8px;
    left: calc(67% - 6px);
    transform: skew(47deg);
  }
  .contact_form--balloon::after {
    width: 12px;
    height: 4px;
    bottom: -2px;
    left: calc(63% - 5px);
    transform: skew(55deg);
  }
}
@media screen and (max-width: 640px) {
  .contact_form--balloon {
    top: 2.5%;
    right: 160px;
  }
}
@media screen and (max-width: 499px) {
  .contact_form--balloon {
    top: 0%;
    right: 104px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 370px) {
	.contact_form--balloon {
		display: none;
	}
}
/* フォームのタイトル */
.cnt_ttl_cov--sub {
  color: #442E09;
  font-size: 16px;
  text-align: center;
}
.br499 {
  display: none;
}
#cnt_form .cnt_ttl_cov {
  font-size: 30px;
  width: 70%;
  background: transparent;
  color: #ff8500 !important;
  margin: 0 auto;
  padding: 0 0 3px;
  border-bottom: dashed 1px #ccc;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
	.cnt_ttl_cov--sub {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 3px;
  }
  #cnt_form .cnt_ttl_cov {
    font-size: 21px;
    letter-spacing: 1px;
  }
  .placeholder_txt {
    padding-left: 2%;
  }
   .form-group + p {
    margin-left: 0;
    padding-left: 1%;
   }
}
@media screen and (max-width: 505px) {
  #cnt_form .cnt_ttl_cov {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .br499 {
    display: block;
  }
}
/* フォームの中身 */
#formTop form {
  width: auto;
  margin: auto;
  padding-top: 16px;
}
@media screen and (max-width: 480px) {
#formTop form {
    padding-top: 16px;
}
}
.corona_msg {
  display: none;
}
.cnt_tbl tr td {
  background: #fff;
}
/* フォームのステップ */
.step_txt {
  line-height: 1.5;
  color: #442E09;
}
#pagination {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  #pagination {
  margin-bottom: 0px;
}
}
#pagination span {
  padding: 4px 0px 6px 0px;
}
#pagination span.active {
  background: #ff8500;
}
@media screen and (max-width: 760px) {
#pagination {
  padding-right: 2%;
}
}
@media screen and (max-width: 767px) {
  .step_txt {
  line-height: 1.7;
  }
  #pagination {
  margin-bottom: 0px;
}
}
/* フォーム項目 */
#cnt_form {
    color: #442E09;
}
.radio_button label, .consult_check label, .consult_check2 .qualification, .checkbox_cov_sec label, .input_box, .text_box, .cv_select, .form-control {
    border: 1px solid #5a3f12;
}
.radio_button input[type="radio"]:checked+label {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23FFF" d="M7 13.5C3.416 13.5.5 10.584.5 7S3.416.5 7 .5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5z"/><path fill="%23442E09" d="M7 1c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6m0-1a7 7 0 10.001 14.001A7 7 0 007 0z"/><path fill="%23442E09" d="M7 3c2.207 0 4 1.794 4 4s-1.793 4-4 4c-2.205 0-4-1.794-4-4s1.795-4 4-4"/></svg>') no-repeat, #FDFFC4;
    color: #442E09;
    background-position: 12px 12px;
}
.radio_button input[type="radio"]+label {
    padding: 10px 0;
    text-align: center;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23442E09" d="M7 1c3.309 0 6 2.691 6 6 0 3.31-2.691 6-6 6s-6-2.69-6-6c0-3.309 2.691-6 6-6m0-1a7 7 0 100 14A7 7 0 007 0z"/></svg>') no-repeat ,#fff;
    background-position: 12px 12px;
    color: #442E09;
}
.guidance_check .consult_check input[type="checkbox"]+label, .check_pd .checkbox_cov_sec input[type="checkbox"]+label, .consult_check2 input[type=checkbox]+label {
    padding: 10px 0;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23442E09" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/></svg>') no-repeat ,#FFF;
    background-position: 12px 12px;
    color: #442E09;
}
.consult_check input[type="checkbox"]:checked+label, .consult_check2 input[type="checkbox"]:checked+label, .checkbox_cov_sec input[type="checkbox"]:checked+label {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23FFF" d="M.5.5h13v13H.5z"/><path fill="%23442E09" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/><g><path fill="%23442E09" d="M4.518 11.092a.924.924 0 001.092.042l6.299-5.145a.93.93 0 10-1.035-1.548L5.11 8.294 2.924 6.579a.927.927 0 00-1.308.158.93.93 0 00.157 1.307l2.745 3.048z"/></g></svg>') no-repeat , #FDFFC4;
    color: #442E09;
    background-position: 12px 12px;
}
.consult_check, .checkbox_cov_sec {
    padding: 8px 0px 5px;
}
.consult_check2 .qualification {
      margin: 8px auto 5px;
}
/* エラーメッセージを枠線と揃える */
.error_msg {
  padding-left: 2%;
  padding-bottom: 3px;
}
.form-group .error_msg {
  padding-left: 1%;
}
.consult_check label {
  margin: 0 2%;
}
.consult_check label[for="form_compositions_id[26]_1"], .consult_check label[for="form_compositions_id[26]_2"] {
  margin: 0 2% 2%;
}
/* 所感の記入例のフォントカラー設定 */
textarea#placeholder.placeholder_on {
    color: #666 !important;
    font-size: 13px;
}
@media screen and (max-width: 767px) {
  .cnt_tbl tr td:nth-child(2) {
    padding: 0 0 5px;
  }
/* フォームの枠の高さ・フォントサイズ変更 */
  .radio_button input[type="radio"]+label, .guidance_check .consult_check input[type="checkbox"]+label, .check_pd .checkbox_cov_sec input[type="checkbox"]+label, .qualification input[type=checkbox]+label, #detail_ph .guidance_check .consult_check input[type="checkbox"]+label, #detail_ph .guidance_check .qualification input[type="checkbox"]+label, .radio_button input[type="radio"]:checked+label, .consult_check input[type="checkbox"]:checked+label, .qualification input[type="checkbox"]:checked+label, .checkbox_cov_sec input[type="checkbox"]:checked+label {
    font-size: 14px;
    background-position: 9px 16px;
    padding: 13px 0;
  }
  .cnt_tbl tr td {
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 2px;
    padding-left: 2%;
  }
  .btn-step4_next, .btn-step4_next:hover, .btn-step4_next:active, .btn-step4_next:link, .btn-step4_next:visited {
    font-size: 16px;
    padding: 13px 15px;
  }
  .input_box {
    padding: 23px 5px;
    margin: 0 2%;
    width: 96%;
  }
  div.input_divbox span.input_checkmark::before {
    left: -50px;
  }
  .detail_smsamll select {
    padding: 0 25px 0 5px;
    height: 42px;
    font-size: 15px;
  }
  .radio_button .consult_check label[for="form_compositions_id[27]_0"], .radio_button .consult_check label[for="form_compositions_id[27]_1"], .radio_button .consult_check label[for="form_compositions_id[27]_2"] {
    padding-left: 10px;
  }
  .radio_button .consult_check label[for="form_compositions_id[12]_0"], .radio_button .consult_check label[for="form_compositions_id[12]_1"], .radio_button .consult_check label[for="form_compositions_id[12]_2"], .radio_button .consult_check label[for="form_compositions_id[12]_3"], .radio_button .consult_check label[for="form_compositions_id[34]_0"], .radio_button .consult_check label[for="form_compositions_id[34]_1"], .radio_button .consult_check label[for="form_compositions_id[34]_2"], .radio_button .consult_check label[for="form_compositions_id[34]_3"], .radio_button .consult_check label[for="form_compositions_id[34]_4"], .radio_button .consult_check label[for="form_compositions_id[34]_5"],     .radio_button .consult_check label[for="form_compositions_id[10]_0"], .radio_button .consult_check label[for="form_compositions_id[10]_1"],.radio_button .consult_check label[for="form_compositions_id[35]_0"], .radio_button .consult_check label[for="form_compositions_id[35]_1"], .radio_button .consult_check label[for="form_compositions_id[35]_2"], .radio_button .consult_check label[for="form_compositions_id[35]_3"],    .radio_button .consult_check label[for="form_compositions_id[36]_0"], .radio_button .consult_check label[for="form_compositions_id[36]_1"], .radio_button .consult_check label[for="form_compositions_id[36]_2"], .radio_button .consult_check label[for="form_compositions_id[36]_3"]   {
    font-size: 14px;
  }
  .radio_button .consult_check label[for="form_compositions_id[12]_3"], .radio_button .consult_check label[for="form_compositions_id[34]_0"], .radio_button .consult_check label[for="form_compositions_id[38]_1"] {
    padding: 13px 0;
  }
  .cv_select[name="form_compositions_id[4][pref]"] {
    height: 44px;
    font-size: 16px;
  }
  #city[name="form_compositions_id[4][city]"] {
    height: 44px;
    font-size: 16px;
  }
  /* iPhoneのフォーム表示 */
  _::-webkit-full-page-media, _:future, :root select {
      appearance: none;
      background: url("data:image/svg+xml,%3Csvg version='1.1' id='arrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M5,6l5,5l5-5l2,1l-7,7L3,7L5,6z'/%3E%3C/svg%3E") no-repeat;
      background-position: top 13px right 5px;
      background-size: 15px;
      background-color: #fff;
      color: #000;
      font-size: 16px;
      height: 42px;
  }
  _::-webkit-full-page-media, _:future, :root .detail_smsamll select {
    padding: 0 25px 0 5px;
  }
}

@media screen and (max-width: 400px) {
  .radio_button .consult_check label[for="form_compositions_id[12]_0"], .radio_button .consult_check label[for="form_compositions_id[12]_1"], .radio_button .consult_check label[for="form_compositions_id[12]_2"], .radio_button .consult_check label[for="form_compositions_id[12]_3"] {
    width: 100%;
}
}
/* フォームボタン */
.btn-step4_next, .btn-step4_next:visited {
    font-size: 23px;
    padding: 18px 20px !important;
}
.btn-step4_back, .btn-step4_back:hover {
  font-size: 18px;
  margin-right: 0;
}
.thanks_btn .cnt_btn {
    padding: 18px 40px;
    font-size: 22px;
    position: relative;
    overflow: hidden;
    transition: 300ms;
    letter-spacing: 1px;
}
.thanks_btn .cnt_btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #ffc466;
    transition: 300ms;
    animation: shiny 3s ease-in-out infinite;
}
#btn_entry.loading_disabled:before {
    background-color: #d9f4db;
}
@media screen and (max-width: 767px) {
  .btn-step4_back, .btn-step4_back:hover {
    font-size: 14px;
  }
  .btn-step4_back::before {
    font-size: 16px;
  }
  .thanks_btn .cnt_btn {
    width: 85% !important;
    padding: 14px;
    font-size: 16px;
  }
}
@-webkit-keyframes shiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*No1 */
.icon_no1 {
  max-width: 150px;
  margin: 0 10px;
}

/*アニメーション */
.bg_circle_green {
  animation: fadeOut1 6s var(--easing) infinite forwards;
}

.bg_circle_blue {
  animation: fadeOut2 8s var(--easing) infinite forwards;
}

@media screen and (max-width: 640px) {
  .bg_circle_blue {
    animation: fadeOut3 4s var(--easing) infinite forwards;
  }
}

@keyframes fadeOut1 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
  }
  50% {
    opacity: 0.8;
    width: 100px;
    height: 100px;
  }
  100% {
    opacity: 0;
    width: 300px;
    height: 300px;
  }
}
@keyframes fadeOut2 {
  0% {
    opacity: 0.3;
    width: 100px;
    height: 100px;
    filter: blur(3px);
  }
  100% {
    opacity: 0;
    width: 220px;
    height: 220px;
    filter: blur(1px);
  }
}
@keyframes fadeOut3 {
  0% {
    opacity: 0.3;
    width: 50px;
    height: 50px;
    filter: blur(3px);
  }
  100% {
    opacity: 0;
    width: 120px;
    height: 120px;
    filter: blur(1px);
  }
}
/*ie bugfix */
@media all and (-ms-high-contrast: none) {
  #main .wrap {
    padding: 0.9% 2% 0.9% 10%;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  }
  #formTop, .cnt_form_cov {
    background: #fff;
  }
}