@charset "UTF-8";

/* ====================================

	common.css
	---------------------------

	INDEX:
	---------------------------
		ALL SIZES:
			0. General
			1. Module
			2. Layout
			3. Header
			4. Navigation
			5. MainArea
			6. Footer

		Media Queries:
			Print styles

==================================== */

/* ===================================================

   ALL SIZES:

   =================================================== */
html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
td p {
    text-align: left!important;
}
#sec03 {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width:780px) {
.profile_img {
    object-fit: cover;
    float: initial!important;
    margin: 0 0 15px 0!important;
    width: 100%;
    height: 200px;
}
}
/* width */
.w40 {
  width: 40%;
}
.w95 {
  width: 95%;
}
/* flex */
.d-flex{
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
}
.d-flex a{
  margin: 0 10px;
} @media screen and (max-width:340px) {
  .d-flex a{
    padding-left: 13px!important;
  }
  .d-flex i{
    display: none;
  }
}
/* span 中の改行禁止 */
.nowrap {
 font-weight: bold;
 white-space: nowrap;
}
/* borderなし */
.noborder {
  border: none!important;
}
/* アンダーラインマーカー */
.highlight {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
/* 申し込みボタン */
.apply-botton {
  display: block;
  width: 95%;
  max-width: 950px;
  min-height: 80px;
  margin: 0 auto;
  padding-left: 13px!important;
  border-radius: 13px;
  display: flex;
  align-items: center;
   justify-content: center;
  font-size: calc(14px + 6 * ((100vw - 100px) / 1300));
}
.apply-botton p {
  line-height: initial!important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.apply-botton .large-font {
  font-size: calc(16px + 6 * ((100vw - 100px) / 500));
  font-weight: 900;
}
.apply-botton .tap {
  display: none;
} @media screen and (max-width:959px) {
  .apply-botton .tap {
    display: inline;
    font-weight: 900;
  }
}
.apply-botton .click {
  display: inline;
  font-weight: 900;
} @media screen and (max-width:959px) {
  .apply-botton .click {
    display: none;
  }
}

/* contactform7 spinner 位置変更 */
.button {
	display: block;
	text-align: center;
}
.wpcf7-spinner {
	display: block;
	margin: 5px auto 0;
}

/* contactform7 spinner セレクトボックスの幅を140pxに */
.bw-140{
    width: 150px!important;
}

/**/
#select_time {
  margin-left: 5px;
}

/* contactform7 ラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
  margin-top:5px;
  margin-bottom: 10px;
  display: block;
}

/* contactform7 ラジオボタンを大きく */
input[type=radio] {
  transform: scale(1.5);
}

/* お問い合わせフォームの余白 */
#contact-form-inquiry {
  padding: 5%;
}


/* footer 位置調整 */
#footer {
  margin-bottom: -50px;
}

/* トップに戻るボタン上下位置調整 */

.go-to-top {
    bottom: 20px;
}

/* 220207 注意喚起 BOX :start */
.cautionbox{
  max-width: 1000px;
  width: 100%;
  background-color: #fff5ee;
  margin: 30px auto 50px;
  padding: 30px;
}
.cautionbox-title{
  color: #ff6347;
  font-size: 23px;
  font-weight: bold;
}
 
.cautionbox p{
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  line-height:2.5em;
}

/* recaptcha_text */
.recaptcha_text{
  font-size: 10px;
  color: #aaa!important;
}
/* 220207 注意喚起 BOX :end */

/* レイヤー順調整 */
.main{
  z-index: initial!important;
}
header{
  z-index: 1!important;
}
/* 240221 申し込みボタン */
.btn--x, a.btn--x {
    color: #fff;
    background: #000;
    /*
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(50,50,50,1) 90%, rgba(0,0,0,1) 100%);
    */
    text-decoration: none;
    padding-left: 69px;
    width: 304px;
    border-radius: 10px;
    line-height: 23px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}
.btn--x:hover,
a.btn--x:hover {
  color: #fff;
  background: #000;
}
.btn--xmini {
  margin-top: 5px!important;
  border-radius: 5px!important;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
.btn--xmini div {
  padding-left: 69px!important;
}
.follow {
    border-top: solid 1px #181717;
    padding: 0.5em;
    margin-top: 0.5em;
}
.fa-position-left-x {
  position: absolute;
  font-size: 50px;
  top: calc(50% - .5em);
  left: 11px;
}
.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #0077c8;
  text-decoration:  none;
  padding-left: 34px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #3A89FF;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  /*background-color: #C75300;*/
  background-color: #60b630;
  text-decoration:  none;
  padding-left: 34px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
a.btn p {
    line-height: 23px;
    font-weight: bold;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  /*background: #EDA324;*/
  background: #81c14e;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 11px;
}

/* アコーディオンメニュー */
.accordion-001 {
    margin-bottom: 7px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
}
.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 4em 1em 2em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23ee7800%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(2em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #ee7800;
    font-weight: 600;
    font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
    cursor: pointer;
}
.accordion-001 summary::-webkit-details-marker {
    display: none;
}
.accordion-001 summary::before,
.accordion-001 summary::after {
    position: absolute;
    right: calc(2em + 2.5px);
    width: 3px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}
.accordion-001 summary::before {
    rotate: 90deg;
}
.accordion-001 summary::after {
    transition: rotate .3s;
}
.accordion-001[open] summary::after {
    rotate: 90deg;
}
.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

/* ドロワー */
.drawer-hamburger {
  z-index: 4!important;
}
.drawer-nav {
  background-color: rgba( 255, 255, 255, .9);
}
.drawer-header{
  display: flex;
  align-items: center;
  height: 100px;
}
.drawer-nav img{
  display: block;
  height: 60px;
  margin: 0 auto;
  width: min-content;
}
 .drawer-title {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px gray; 
}
.drawer-menu {
  color: black;
  text-decoration: none;
} @media screen and (max-height:650px){
  .drawer-menu {
    display: none;
  }
}
.drawer-menu li {
  padding: 20px 10px;
  text-align: center;
  border-bottom: solid 1px gray; 
}
.drawer-menu li:active {
  background-color: #f0f0f0;
}
.drawer-menu a {
  text-decoration: none;
  color: black;
}
.drawer-menu-botton {
  margin-top:10px;
}
.drawer-menu-botton p {
  width: 100%;
  text-align: center;
  padding: 5px auto;
}
.drawer-menu-botton a {
  width: 80%;
  padding: initial;
}
/* autozip非表示*/
#autozip {
  display:none!important;
}

/* campaignバナー */
.campaign img{
  width: 95%;
  max-width: 500px;
  border-radius: 10px;
  margin-bottom: 10px;
}

/*	0. General
----------------------------- */
/*body {
  border-top: 8px solid #e60012;
}*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
/*	1. Module
-------------------------------- */

/*	2. Layout
----------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: -1px;
  background-color: #F4F5F7;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.header_inner {
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_id_logo {
  float: left;
  padding: 16px 0 16px 0;
  height: 100%;
  display: flex;
}
.h_id_logo img{
  width: 110px;
  margin: 0 5px 0 5px;
}
.h_id_logo p{
  font-weight: bold;
  padding-left: 32px;
  display: flex;
  align-items:  center;
  justify-content: center;
  text-align: left;
} @media screen and (max-width:930px) {
  .h_id_logo p{
    width: 0px;
    display: none;
  }
} @media screen and (max-width:600px) {
  .h_tel_tel, .h_tel_pre {
    display: none;
  }
  .drawer-hamburger {
    display: block!important;
  }
}
.drawer-hamburger {
  position: initial!important;
  display: none;
}
.h_tel {
  display: flex;
}
.h_tel a{
  margin-right: 8px;
}
footer {
  background: #000;
  color: #fff;
  padding: 20px 0 20px 0;
}
footer:after {
  content: "";
  display: block;
  clear: both;
}
.f_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.f_inner:after {
  content: "";
  display: block;
  clear: both;
}

/*.fnav {
}*/
.fnav a {
  color: #fff;
  text-decoration: none;
}
.fnav a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.fnav li {
  font-size: 13px;
  border-left: 1px solid #d9d9d9;
  padding: 0px 12px;
  display: inline;
  white-space: nowrap;
}
.fnav li:first-child {
  border: none;
  padding-left: 0px;
}
.copyright {
  font-size: 10px;
  /* position: absolute; */
  top: 3px;
  right: 0;
  line-height: initial;
}
.btn_contact {
  text-align: center;
}

/* ===================================================

   page styles

   =================================================== */
/* main */
.main_bg {
  width: 100%;
  background: url(../img/main_bg.jpg) no-repeat top right;
  height: 440px;
  margin-top: 98px;
  margin-bottom: 40px;
} @media screen and (max-width:440px) {
  .main_bg {
    height: 330px;
    margin-bottom: 20px;
  }
}
.main_inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.main_t01 {
  padding-top: 15px;
} @media screen and (max-width:1280px) {
  .main_t01 {
    float: left;
    padding-left: 30px;
    max-width: 500px;
    width: 50%;
  }
}@media screen and (max-width:640px) {
  .main_t01 {
    float: left;
    padding-left: 21px;
    max-width: 500px;
    width: 66%;
  }
}
.ct_,
.ct_mess {
    box-sizing: border-box;
    max-width: 1000px;
    width: 100%;
    margin: 30px auto 50px;
    padding: 15px;
    border: 1px solid #dae9b5;
    text-align: left;
    font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
    letter-spacing: -0.02em;
    background-color: #dae9b5;
}

.ct_mess p {
  font-weight: 500!important;
  letter-spacing: -0.02em;
}

.ct_mess p + p {
  margin-top: 1.5em;
}
.inbox {
    background-color: white;
    padding: 15px;
}
.profile_img {
  float: right;
  margin: 15px;
}
/* tw */
.tw_box {
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px 0;
  background: #feecd2;
}
/* タイトル背景 */
.price_list01 {
  max-width: 1000px;
  height: 600px;
  margin: 20px auto;
}
.price_list {
  max-width: 1000px;
  height: 738px;
  margin: 20px auto;
}
.price_list_old {
  max-width: 1000px;
  height: 680px;
  margin: 20px auto;
}

/* 3ステップ */
.step_ttl {
  text-align: center;
  padding: 5px 0;
  background: #60b630;
  background: -moz-linear-gradient(
    50% 100% 90deg,
    rgba(96, 182, 48, 1) 37.81%,
    rgba(130, 193, 79, 1) 77.74%,
    rgba(96, 182, 48, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(96, 182, 48, 1) 37.81%,
    rgba(130, 193, 79, 1) 77.74%,
    rgba(96, 182, 48, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0.3781, rgba(96, 182, 48, 1)),
    color-stop(0.7774, rgba(130, 193, 79, 1)),
    color-stop(1, rgba(96, 182, 48, 1))
  );
  background: -o-linear-gradient(
    90deg,
    rgba(96, 182, 48, 1) 37.81%,
    rgba(130, 193, 79, 1) 77.74%,
    rgba(96, 182, 48, 1) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(96, 182, 48, 1) 37.81%,
    rgba(130, 193, 79, 1) 77.74%,
    rgba(96, 182, 48, 1) 100%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#60B630', endColorstr='#60B630' ,GradientType=0)";
  background: linear-gradient(
    0deg,
    rgba(96, 182, 48, 1) 37.81%,
    rgba(130, 193, 79, 1) 77.74%,
    rgba(96, 182, 48, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60B630',endColorstr='#60B630' , GradientType=0);
}
.step {
  text-align: center;
  background: #ecf4e3;
  padding: 20px 0 40px;
  margin-bottom: 40px;
}

.reason {
  text-align: center;
  background: #fff5e0;
  padding: 30px 0;
  margin-bottom: 40px;
}

.reason2 {
  text-align: center;
  background: #fff5e0;
  padding: 10px;
  margin-bottom: 10px;
}

.reason3 {
  text-align: center;
  background: #e0ffff;
  padding: 10px 5px;
  margin: 10px 5px;
}
.reason3 img {
  border-radius: 6px;
}
.reason p + p {
  margin-top: 30px;
}
.faq_box {
  background: #feecd2;
  padding: 20px 0;
  margin-bottom: 40px;
}
.faq_ttl {
  text-align: center;
  width: 95%;
  margin: 0% auto;
}
.faq_wrap {
  max-width: 944px;
  width: 95%;
  margin: 0 auto;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
div.faq {
  padding: 15px;
}@media screen and (max-width:500px) {
  div.faq {
    padding: 10px;
  }
}
.faq dt {
  color: #ee7800;
  margin-bottom: 5px;
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
}
.faq dd + dt {
  margin-top: 1.5em;
}
.faq dd {
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.faq ul {
  list-style-type: circle;
  text-indent: initial;
  padding-left: 20px;
}

.faq .unindent {
  text-indent: initial;
}

.notification {
  color: red;
}

.faq .bold {
  font-weight: bold
}

.faq {
 padding: 15px;
}

/* フォーム */
.sec_from {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  box-sizing: border-box;
  background: #fff;
}
.form_ttl {
  background: #dae9b5;
  text-align: center;
  line-height: 1;
  padding: 12px 0 6px;
}
.btn_form {
  width: 482px;
  margin: 0 auto 50px;
  text-align: center;
}
table.formTable {
  margin-bottom: 30px;
  border-collapse: collapse;
  /*font-size: 1.3em;*/
}
table.formTable td,
table.formTable th {
  border: 1px solid #c1db81!important;/*追加部分*/
  padding: 15px;
  vertical-align: top;
  color: #333;
} @media screen and (max-width:770px){
  table.formTable td {
    display: block;
  }
  table.formTable th {
    width: 100%!important;
    display: block;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #c1db81;
    border-left: 1px solid #c1db81;
  }
  table.formTable tr:first-of-type > th {
    border-top: 1px solid #c1db81;
  }
  table.formTable tr:last-of-type > td {
    border-top: none;
  }
}
table.formTable th {
  width: 24%;
  font-weight: normal;
  background: #f9f7f1;
  text-align: left;
  font-size: 120%;
}

table.type03 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 3px solid #369;
}
table.type03 th {
  width: 170px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #153d73;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.type03 td {
  width: 349px;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

input,
textarea {
  /* width: 90%;*/
  padding: 0.5em;
  /* border: 2px solid #ccc; */
  font-size: 1em;
  color: #333;
}
input.radio_btn {
  width: 1em;
  padding: 0;
  border: none;
}
.icon {
    /* display: block; */
    /* float: right; */
    color: #fff;
    background: #008A27;
    font-size: 70%;
    font-weight: bold;
    line-height: 1;
    padding: 2px 5px;
    margin-right: 0.7em;
    border-radius: 3px;
    vertical-align: middle;
}

.btn_form:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: pointer;
}
.thanks {
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
  min-height: 400px;
}
.thanks h1 {
  font-size: 1.8em;
  line-height: 1.2;
}
.thanks_tel img {
  width: 65%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn_back {
  font-size: 1.2em;
}
.atten {
  font-size: 0.8em;
}
.radio_set {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.form-atten {
  text-align: center;
  font-size: 1.5em;
  color: #2aa42a;
  margin-bottom: 10px;
}
.form_notes {
  color: #727171;
  font-size: 14px;
  margin-top: 5px;
}
.select_box {
  display: flex!important;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-top: none!important;
  border-bottom: none!important;
  border-left: none!important;
} @media screen and (max-width:770px){
  .select_box {
    border: 1px solid #c1db81!important;
  }
}
.select_dbox {
  width: 209px;
  margin: 10px;
  text-align: center;
}
.select_dbox.last {
  margin-right: 0;
}
.select_dbox label {
  font-weight: bold;
  line-height: 1;
}
.t_box_size {
  font-size: 12px;
  margin-bottom: 5px;
}
.t_box_hr {
  width: 100%;
  height: 20px;
  padding: 10px;
  border-bottom: 1px solid #CCC;
  border-top: 0;
}
.select_dbox select {
  width: 140px;
  margin-right: 8px;
  font-size: 100%;
  margin-top: 10px;
}
.small {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 5px;
}
#contact_f {
   font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
    width: 95%;
    margin: 0 auto;
}
/* thanks page */
.thanks_mess {
  text-align: center;
  padding: 70px 0 80px;
  background: #fff5e0;
}
/*.thanks_ttl {
}*/
h1.thanks_ttl {
  position: relative;
  text-align: center;
  color: #ed1f00;
  font-size: 2.2em;
  margin-bottom: 1.5em;
}
h1.thanks_ttl span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff5e0;
  text-align: left;

  font-weight: bold;
}
h1.thanks_ttl::before {
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -50px;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #ed1f00;
}
.thanks_mess p {
  font-size: 1.2em;
  line-height: 2;
}
.thanks_mess p + p {
  margin-top: 1em;
}

/* 無料キット */
.kit_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 20px 0 30px;
  background: #1897d4;
}
.kit_box_in {
  width: 94%;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
}
.kit_box_in:after {
  content: "";
  display: block;
  clear: both;
}
.kit_col_l {
  max-width: 515px;
  float: left;
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
}
.kit_m04 {
  margin-bottom: 8px;
  font-size: 15px;
  text-align: left;
}
.kit_m04 span {
  padding: 3px 5px;
  background: #0077c8;
  color: #fff;
}
.sage {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-align: left;
}
.aka {
  text-indent: -1em;
  padding-left: 1em;
  color: #e7211a;
  font-size: 90%;
}
.no_kit_atten {
  border: 1px solid #ff0000;
  padding: 20px;
  color: #ff0000;
  margin-bottom: 20px;
}
.no_kit_atten > h4 {
  font-size: 16px;
  font-weight: bold;
}
.dm-bnr {
  display: block;
  margin: 0 auto 70px;
  padding: 0;
}
.dm-bnr img {
  display: block;
  margin: 0 auto;
}
.yugi-bnr {
  display: block;
  margin: 0 auto 70px;
  padding: 0;
}
.yugi-bnr img {
  display: block;
  margin: 0 auto;
}
.vg-bnr {
  display: block;
  margin: 0 auto 70px;
  padding: 0;
}
.vg-bnr img {
  display: block;
  margin: 0 auto;
}
.ptop_120 {
  padding-top: 120px;
}

/* ====== 追加 ====== */

/* 画像ポップアップ */
.c {
    text-align: center;
}
.overlay { /* グレーの背景 */
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#pop-up {
  display: none!important;
}
#pop-up:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
.popWindow {
  border-radius: 5px;
  overflow: auto; /* スクロールバー用 */
  width: 800px;
  max-height: 95%; /* すき間 */
  min-width: fit-content; /* 横幅が広い時に白の部分が大きくならないため */
  max-width: 95%; /* すき間 */
  position: fixed;
  top: 50%; /* 中央に */
  left: 50%; /* 中央に */
  transform: translate(-50%, -50%); /* 中央に */
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  background: #FFFD; /* 枠の色 */
  text-align: center; /* 文字を中央寄せ */
  transition: all 500ms ease-in-out;
}
.popWindow .ptitle {
  font-size: 15px;
  margin: 8px;
  color: #333;
}
.popWindow .close {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 300ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 2px;
}
.popWindow .close:hover {
  color: #06D85F;
}
.popWindow::-webkit-scrollbar-track {
  background: none;
}
.popWindow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.clickable:hover {
  cursor: pointer;
}
@media screen and (max-width: 200px){
  #pop-up:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
}/* end */

/* 安心の価格買取保証 */
.price_txt {
  text-align: left;
  padding-top: 10px;
  width: 98%;
  margin: 0 auto;
  max-width: 1050px;
  align-items: center;
  justify-content: center;
}
.price_sage {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-align: left;
  font-weight: 500;
  letter-spacing: -0.02em;
}
/* end */

/* 悩み一覧 */
.worries_box {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.worries_txt {
  color: black;
  background-color: white;
  font-weight: initial;
  text-align: left;
  border: none;
  padding: 0px 0px 10px 30px!important;
  font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
  letter-spacing: -0.02em;
}
.worries_icon {
  color: #5bb531;
  padding-right: 0.1em;
}
.worries_sage {
    text-indent: -0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    font-weight: 600;
    letter-spacing: -0.02em;
}/* end */

/* タイトル背景 */
.price_ttl_bg {
  max-width: 1050px;
  min-height: 84px;
  width: 98%;
  margin: 0px auto;
  /* padding-left: 13px!important; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(19px + 6 * ((100vw - 100px) / 1300));
  color: white;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  text-shadow: 1px 2px 3px #000;
  background: linear-gradient(180deg, #e66c00 0%, #973f01 100%);
  white-space: nowrap;
}
.price_ttl_bg_02 {
  min-height: 56px; 
}/* end */

.main_bg_sp img {
  width: 100%;
  margin-top: 99px;
  margin-bottom: 20px;
}
.w98 {
  width:98%;
}
.mt_60 {
  margin-top: 60px!important;
}
.mb_60 {
  margin-bottom: 60px!important;
}
.mb_25 {
  margin-bottom: 25px;
}
.sp_newline {
  display: none;
}

@media screen and (max-width:768px) {
  .sp_newline {
      display: block;
  }
  .mt_60 {
      margin-top: 20px!important;
  }
  .mb_60 {
    margin-bottom: 20px!important;
  }
  .mb_25 {
    margin-bottom: 15px!important;
  }
}
@media screen and (min-width:765px) {
	.main_bg_sp{
		display: none;
	}
}
@media screen and (max-width:764px) {
	.main_bg{
		display: none;
	}
}
@media screen and (max-width:781px) {
	.reason3 img {
		padding-bottom: 10px;
	}
  .reason3 {
    padding-bottom: 0px
  }
}

/* フォームに追加 */
@media screen and (max-width: 770px){
  table.formTable th {
      width: 100% !important;
      display: block;
      border-top: none !important;
      border-bottom: none !important;
      border-right: 1px solid #c1db81;
      border-left: 1px solid #c1db81;
  }
  .formTable tbody {
      border-top: 1px solid #c1db81;
  }
}

/* 選ばれる理由 */
.reason_shell {
  text-align: center;
  background: #fff5e0;
  padding: 30px 0;
  margin-bottom: 40px;
  display: flex;
}
.reason_box {
  margin: 0 auto;
}
.reason_set {
  display: flex;
  padding: 20px;
  margin: 30px 20px 20px 20px;
  border-radius: 10px;
  border: 2px solid #eba82d;
  background-color: #ffffff;
  text-align: left;
  position: relative;
  left: auto;
  top: auto;
}
.reason_ttl img {
  height: 62px;
  width: auto;
  position: absolute;
  left: -19px;
  top: 10px;
  max-width: fit-content;
}
.reason_txt,.reason_img {
  padding-top: 46px;
}
.reason_set p {
  padding-top: 20px;  
  font-weight: 500!important;
  letter-spacing: -0.02em;
}
.r6_pc,.r2_pc {
  display: block;
}
.r6_sp,.r2_sp {
  display: none;
}/* end */

@media screen and (max-width: 768px) {
  .reason_set {
      flex-direction: column;
  }
  .od1 {
    order: 1;
  }
  .od2 {
    order: 2;
    padding-top: 52px;
    margin: 0 auto;
  }
  .reason_img.od2 {
    padding-top: 50px;
  }
  .od3 {
    order: 3;
  }
  .reason_txt p {
    padding-top: 20px;
  }.sp_pt_24 {
    padding-top: 24px!important;
  }
  .reason_txt {
    padding-top: 0;
  }
  .reason_ttl img {
    height: 42px;
    left: -13px;
    top: 10px;
  }
  .r6_pc,.r2_pc {
    display: block;
  }
  .r6_sp,.r2_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .reason_set {
    max-width: 945px;
  }
  .reason_txt {
    width: 70%;
    margin: 0 10px;
    
    justify-items: center;
  }
  .reason_img {
    width: fit-content;
    margin: 0 10px;
    
    justify-items: center;
  }
  .sp_pt_24 {
    width: 100%;
  }
}
@media only screen and (max-width: 490px) {
  .r6_pc {
    display: none;
  }
  .r6_sp {
    display: block;
  }
}
@media only screen and (max-width: 398px) {
  .r2_pc {
    display: none;
  }
  .r2_sp {
    display: block;
  }
}
/* end */

/* 3ステップ */
.steps_shell {
  text-align: center;
  background: #ecf4e3;
  padding: 30px 0;
  margin-bottom: 40px;
  display: flex;
}
.steps {
  margin: 0 auto;
}
.steps_set {
  display: flex;
  padding: 20px;
  margin: 30px 20px 20px 20px;
  border-radius: 10px;
  border: 2px solid #60b630;
  background-color: #ffffff;
  text-align: left;
  position: relative;
  left: auto;
  top: auto;
}
.steps p {
  font-weight: 500!important;
  letter-spacing: -0.02em;
}
.steps_ttl img {
  height: 90px;
  width: auto;
  position: absolute;
  left: 18px;
  top: -28px;
}
.steps_txt {
  padding-top: 46px;
}/* end */
@media screen and (max-width: 768px) {
  .steps_set {
      flex-direction: column;
      margin-bottom: 40px!important;
  }
  .od1 {
    order: 1;
  }
  .od2 {
    order: 2;
    padding-top: 38px;
    margin: 0 auto;
  }
  .od3 {
    order: 3;
  }
  .steps_txt p {
    padding-top: 20px;
  }.sp_pt_24 {
    padding-top: 24px!important;
  }
  .steps_txt {
    padding-top: 0;
  }
  .steps_img.od2 {
    width: 80%;
  }
  .steps_ttl img {
    height: 63px;
    width: fit-content;
    position: absolute;
    left: 2%;
    top: -22px;
  }
}
@media screen and (min-width: 769px) {
  .steps_set {
    max-width: 945px;
  }
  .steps_txt {
    width: 70%;
    margin: 0 10px;
    
    justify-items: center;
  }
  .steps_img {
    width: 46%;
    margin: 0 10px;
    
    justify-items: center;
  }
  .sp_pt_24 {
    width: 100%;
  }
}/* end */

/* 宅配キットに追加 */
.kit_ttl_mgn {
  margin: 0px 8px 20px 5px;
}
.kit_box_lead {
  margin: 0px auto;
  display: flex;
  text-align: left;
  justify-content: center;
  font-size: calc(22px + 6 * ((100vw - 100px) / 1300));
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  text-shadow: 1px 1px 2px #29282885;
  color: #0077c8;
  line-height: 1.4em;
}
.red_text {
  /*color: #fb272f;*/
  color: #e7211a;
  display: contents;
  font-weight: 600;
}
.kit_m04 span {
  padding: 3px 5px;
  background: #0077c8;
  color: #fff;
  font-weight: 600;
  font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
}
.kit_box {
  margin: 0 auto 44px;
}
@media screen and (max-width: 501px) {
  .kit_box_lead {
    font-size: calc(16px + 6*((100vw - 100px) / 1300));
    }
    .kit_box_in {
        padding: 12px;
    }
} /* end */

/* 高額買取保証に追加 */
@media screen and (max-width:640px){
  .price_ttl_bg {
  width: 88%;
  font-size: calc(14.7px + 6*((100vw - 100px) / 1300));
  }
  .price_txt {
  width: 88%
  }
} /* end */

/* Xボタン */
i.fa-solid.fa-square-caret-right {
  vertical-align: middle;
  font-size: large;
  padding-left: 8px;
}/* end */

/* キズ有サンプル */
.kizu {
  margin: 0 auto;
  padding: 20px 0 10px 0;
}
.kizu h3 {
  font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
  font-weight: bold;
  color: #ee7800;
}
.kizu p {
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  font-weight: bolder;
  white-space: nowrap;
}
.kizu img {
  padding: 10px 10px 0 10px;
}/* end */