/* 並び替えソートフォーム */

.sort-eria{
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
  font-family: "Noto Sans CJK JP";
}

.sort-eria p{
  font-size: 14px;
  font-weight: 400;
  padding: 0.7em;
}

.sort-eria select{
  padding-left: 0.5em;
  font-size: 14px;
  font-weight: 400;
  width: 12em;
  height: 2.5em;
  background-color: #F2F2F2;
}

.satori__input_group input{
	-webkit-appearance:auto;
	appearance:auto;
}


/* シークレットのブラー 物件一覧*/

.items-list li .secret{
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.items-list li .secret-image{
  display: none;
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.items-list li .bg-grey{
  background-color: #DEDEDE;
}

.items-list li .info .heading .green{
  background-color: #71A941;
}

.items-list li .info .heading .black{
  background-color: #000000;
}
.items-list li .secret-box{
  width: 225px;
  height: 150px;
  background: linear-gradient(180deg, #ffffff, #000000);
  text-align: center;
}
@media screen and (max-width: 768px){
  .items-list li .secret-box{
    width: 100%;
    height: 230px;
    padding: 4em;
  }

}

.items-list li .secret-box h2{
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000000;
  width: 8em;
  margin: 1em auto;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.3em;
}
.items-list li .secret-box h2:before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 15px;
  background-image: url(../images/icon-secret-key.png);
  background-size: contain;
  vertical-align: middle;
  margin: 2px 4px 4px 0px;
}

.items-list li .secret-box p{
  font-size: 13px;
}

.items-list li .secret-box .flex-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 16em;
  margin: 1em auto;
  padding: 7px;
  background-color: #fff;
}

.items-list li .secret-box .flex-box h4{
  font-size: 11px;
  font-weight: bold;
  color: #008BFF;
  padding-right: 7px;
  border-right: 2px solid #f2f2f2;
}

.items-list li .secret-box .flex-box h3{
  font-size: 22px;
  padding-left: 7px;
}


/* シークレットのブラー  詳細画面*/

.property-detail .property-content .secret {
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.property-detail .property-content .secret_contact01{
  font-size: 1.8em;
  background-color: #3E69A2;
  text-align: center;
  width: 27em;
  margin: 6em auto -11em;
  z-index: 9;
  position: relative;
  opacity: 90%;
  color: #fff;
  padding: 2em 0;
}

.property-detail .property-content .secret_contact01 p{
  opacity: 1;
}

.property-detail .property-content .secret_contact02{
  font-size: 1.8em;
  background-color: #3E69A2;
  text-align: center;
  width: 18em;
  margin: 2em auto -7em;
  z-index: 9;
  position: relative;
  opacity: 90%;
  color: #fff;
  padding: 2em 0;
}

.property-detail .property-content .secret_contact02 p{
  opacity: 1;
}

.property-detail .property-content .secret_contact03{
  font-size: 1.8em;
  background-color: #3E69A2;
  text-align: center;
  width: 27em;
  margin: 13em auto -18em;
  z-index: 9;
  position: relative;
  opacity: 90%;
  color: #fff;
  padding: 2em 0;
}

.property-detail .property-content .secret_contact03 p{
  opacity: 1;
}

@media screen and (max-width: 768px){
  .property-detail .property-content .secret_contact01{
    width: 100%;
  }
  .property-detail .property-content .secret_contact02{
    width: 100%;
  }
  .property-detail .property-content .secret_contact03{
    width: 100%;
    margin: 5em auto -10em;
  }
}


/* //210728 追記*/
@media screen and (min-width: 769px){
  #main-header .dropdown__btn.is-open + .dropdown__body{
    top: 85px;
  }
  #main-header .header-inner{
    height: 85px;
  }
  #main-header .btn-mail{
    height: 85px;
  }
  #main-header .dropdown__btn, #main-header .btn-tel_sp, #main-header .fav-icn{
    height: 85px;
  }
  #main-header .tel-tx .tel-link-eria p{
    margin-bottom: -5px;
  }
  #main-header .com-name{
    font-size: 13px;
    padding-top: 5px;
  }
}


/*sell.html*/
.c-al__c {
  text-align: center;
}

.c-fw__bd {
  font-weight: 700;
}

.c-fc__bl {
  color: #0E448B;
}

.ttl-balloon {
  position: relative;
  display: inline-block;
}

.ttl-balloon:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.ttl-balloon:before {
  top: 8px;
  left: 8px;
  background: #fff;
}

.ttl-balloon:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: calc(50% + 8px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  border: solid 18px transparent;
  border-top: solid 30px #fff;
  margin-top: -5px;
}

.ttl-balloon-inner {
  position: relative;
  padding: 40px 30px;
  border: solid 2px #3678AF;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .ttl-balloon-inner {
  padding: 7% 5%;
  }
}

.ttl-balloon-inner:before, .ttl-balloon-inner:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ttl-balloon-inner:before {
  border: solid 18px transparent;
  border-top: solid 30px #3678AF;
}

.ttl-balloon-inner:after {
  border: solid 18px transparent;
  border-top: solid 30px #fff;
  margin-top: -5px;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF500));
  background: -o-linear-gradient(transparent 60%, #FFF500 60%);
  background: linear-gradient(transparent 60%, #FFF500 60%);
}

.c-ttl01 {
  position: relative;
  margin-bottom: 30px;
  color: #0E448B;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-ttl01 {
  margin-bottom: 20px;
  font-size: max(28px, 4.166vw);
  }
}

.c-ttl01 span {
  position: relative;
  display: inline-block;
}

.c-ttl01 .bdr {
  padding: 0 118px;
}

@media screen and (max-width: 768px) {
  .c-ttl01 .bdr {
  padding: 0 90px;
  }
}

@media screen and (max-width: 640px) {
  .c-ttl01 .bdr {
  display: block;
  padding: 0 60px;
  }
}

.c-ttl01 .bdr:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 128px;
  height: 3px;
}

.c-ttl01 .bdr:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 128px;
  height: 3px;
}

.c-ttl01 .bdr:before, .c-ttl01 .bdr:after {
  top: 50%;
  margin-top: -1.5px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .c-ttl01 .bdr:before, .c-ttl01 .bdr:after {
  margin-top: -1px;
  width: 100px;
  height: 2px;
  }
}

@media screen and (max-width: 640px) {
  .c-ttl01 .bdr:before, .c-ttl01 .bdr:after {
  width: 50%;
  }
}

.c-ttl01 .bdr:before {
  left: 0;
}

.c-ttl01 .bdr:after {
  right: 0;
}

.c-ttl01 .dot {
  padding: 0 20px;
  background: #D7D5D3;
  z-index: 1;
}

.c-ttl01 .dot:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
}

.c-ttl01 .dot:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
}

.c-ttl01 .dot:before, .c-ttl01 .dot:after {
  top: 50%;
  margin-top: -5px;
  background: #fff;
  border-radius: 50%;
}

.c-ttl01 .dot:before {
  left: 0;
}

.c-ttl01 .dot:after {
  right: 0;
}

.c-ttl01.-l .bdr {
  padding: 0 20px 0 0;
}

.c-ttl01.-l .bdr:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 2px;
}

.c-ttl01.-l .bdr:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 2px;
}

.c-ttl01.-l .bdr:before, .c-ttl01.-l .bdr:after {
  margin-top: -2px;
}

@media screen and (max-width: 640px) {
  .c-ttl01.-l .bdr {
  padding: 0;
  }
  .c-ttl01.-l .bdr:before, .c-ttl01.-l .bdr:after {
  width: 0;
  }
}

.c-ttl02 {
  color: #0E448B;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .c-ttl02 {
  font-size: 20px;
  font-size: 2rem;
  }
}

.c-ttl02 .small {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .c-ttl02 .small {
  font-size: 16px;
  font-size: 1.6rem;
  }
}

.c-underline {
  text-decoration: underline;
}

.img-of {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
   object-fit: cover;
  -o-object-position: center;
   object-position: center;
  font-family: "object-fit: cover; object-position: center", sans-serif;
}

.page-mv {
  padding: 10px 0 60px;
  width: 100vw;
  margin: 0 calc(((100vw - 100%) / 2) * -1);
  text-align: center;
  background: #0E448B;
}

@media screen and (max-width: 768px) {
  .page-mv {
  padding: 0 0 35px;
  }
}

.page-mv .inner {
  margin: 0 auto;
  max-width: 1140px;
}

.page-mv .bnr-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 768px) {
  .page-mv .bnr-box {
  display: none;
  }
}

.page-mv .bnr-box__item {
  width: 32.894%;
}

.page-lp .ttl-sec {
  margin-bottom: 70px;
}

@media screen and (max-width: 640px) {
  .page-lp .ttl-sec {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
  }
}

.page-lp .ttl-sec .ttl-main {
  font-size: 34px;
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) {
  .page-lp .ttl-sec .ttl-main {
  font-size: max(28px, 4.442vw);
  line-height: 1.5;
  }
}

.page-lp .ttl-sec .ttl-lead {
  margin: 20px 0 30px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .page-lp .ttl-sec .ttl-lead {
  margin: 15px 0 20px;
  font-size: max(20px, 3.125vw);
  }
}

.page-lp .ttl-sec .desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.83;
}

@media screen and (max-width: 768px) {
  .page-lp .ttl-sec .desc {
  font-size: 15px;
  font-size: 1.5rem;
  }
}

.page-lp .sec-target {
  padding: 70px 0 65px;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-target {
  padding: 40px 0 40px;
  }
}

.page-lp .sec-target .target-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin: 0 auto 85px;
  padding: 0 20px;
  max-width: 1040px;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-target .target-block__top {
  padding: 0;
  width: 100vw;
  margin: 0 -10px 60px;
  }
}

.page-lp .sec-target .target-block__top-item {
  width: 32%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-target .target-block__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-lp .sec-target .target-block__top-item .img {
  width: 170px;
  }
  .page-lp .sec-target .target-block__top-item .img img {
  height: 100%;
  min-height: 170px;
  }
}

@media screen and (max-width: 374px) {
  .page-lp .sec-target .target-block__top-item .img {
  width: 130px;
  }
  .page-lp .sec-target .target-block__top-item .img img {
  min-height: 1px;
  }
}

.page-lp .sec-target .target-block__top-item .txt {
  padding: 20px 6.25% 25px;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-target .target-block__top-item .txt {
  padding: 20px 15px;
  width: calc(100% - 170px);
  }
}

@media screen and (max-width: 374px) {
  .page-lp .sec-target .target-block__top-item .txt {
  width: calc(100% - 130px);
  }
}

.page-lp .sec-target .target-block__top-item .ttl {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-target .target-block__top-item .ttl {
  margin-bottom: 10px;
  }
}

.page-lp .sec-target .target-block__top-item .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.857;
}

.page-lp .sec-target .target-block__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-target .target-block__btm {
  padding: 0;
  }
}

.page-lp .sec-target .target-block__btm-item {
  position: relative;
  margin-bottom: 80px;
  padding: 0 4% 30px;
  width: 48%;
  border: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-target .target-block__btm-item {
  margin-bottom: 60px;
  width: 100%;
  }
}

.page-lp .sec-target .target-block__btm-item.item02 .cont-box02 {
  position: relative;
}

.page-lp .sec-target .target-block__btm-item.item02 .cont-box02 .desc {
  margin-top: 15px;
}

.page-lp .sec-target .target-block__btm-item.item02 .txt {
  position: absolute;
  top: 0;
  left: 0;
}

.page-lp .sec-target .target-block__btm-item.item03 .img {
  margin: 20px 0;
  max-width: 265px;
}

.page-lp .sec-target .target-block__btm-item.item01 .desc, .page-lp .sec-target .target-block__btm-item.item04 .desc {
  margin-top: 15px;
}

.page-lp .sec-target .target-block__btm-item.item01 .desc {
	font-size: 1.6rem;
	font-weight: 700;
}

@media screen and (max-width: 640px) {
  .page-lp .sec-target .target-block__btm-item.item01 .desc, .page-lp .sec-target .target-block__btm-item.item04 .desc {
  margin-top: 10px;
  }
}

.page-lp .sec-target .target-block__btm-item .en {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  letter-spacing: .08em;
  -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

@media screen and (max-width: 640px) {
  .page-lp .sec-target .target-block__btm-item .en {
  font-size: 18px;
  font-size: 1.8rem;
  }
}

.page-lp .sec-target .target-block__btm-item .c-ttl01 {
  position: relative;
  margin-bottom: 10px;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .page-lp .sec-target .target-block__btm-item .c-ttl01 {
  margin-bottom: 0;
  }
}

.page-lp .sec-target .target-block__btm-item .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.857;
}

.page-lp .sec-target .target-block__btm-item .cont-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-lp .sec-target .target-block__btm-item .cont-box .img {
  padding-top: 10px;
  width: 108px;
}

.page-lp .sec-target .target-block__btm-item .cont-box .txt {
  padding-left: 6.25%;
  width: calc(100% - 108px);
}

.page-lp .sec-target .target-block__btm-item .cont-box:not(:first-of-type) {
  padding-top: 25px;
	margin-top: 25px;
  border-top: 3px dotted #fff;
}

.page-lp .sec-target .target-block__btm-item.item04 {
	display: flex;
	flex-direction: column;
}

.page-lp .sec-target .target-block__btm-item.item04 .cont-box {
	margin: auto 0;
	padding-bottom: 20px;
	justify-content: center;
}

.page-lp .sec-target .target-block__btm-item.item04 .cont-box .txt {
	width: auto;
}

@media screen and (max-width: 640px) {
  .page-lp .sec-target .target-block__btm-item .cont-box:not(:first-of-type) {
  margin-top: 10px;
  padding-top: 15px;
  }
	.page-lp .sec-target .target-block__btm-item.item04 .cont-box {
		padding-bottom: 0;
	}
}

.page-lp .sec-target .target-block__btm .list-no {
  margin-top: 20px;
/*   margin-bottom: 20px; */
}

@media screen and (max-width: 640px) {
  .page-lp .sec-target .target-block__btm .list-no {
  margin-top: 10px;
/*   margin-bottom: 10px; */
  }
}

.page-lp .sec-target .target-block__btm ol {
  counter-reset: counter-no;
}

.page-lp .sec-target .target-block__btm ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .page-lp .sec-target .target-block__btm ol li {
  font-size: 14px;
  font-size: 1.4rem;
  }
}

.page-lp .sec-target .target-block__btm ol li:before {
  content: counter(counter-no);
  counter-increment: counter-no;
  background-color: #3678AF;
  border-radius: 50%;
  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;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
}

.page-lp .sec-form {
  padding-bottom: 150px;
  margin: 0 calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
  background: #0E448B;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-form {
  padding-bottom: 80px;
  }
}

.page-lp .sec-form .inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 890px;
}

.page-lp .sec-form .ttl-sec {
  position: relative;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.page-lp .sec-form .ttl-sec .ttl-balloon {
  width: 100%;
  max-width: 400px;
}

.page-lp .sec-form .txt-lead {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.833;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-form .txt-lead {
  font-size: 16px;
  font-size: 1.6rem;
  }
}

.page-lp .sec-form .bnr-tel {
  margin: 30px 0 40px;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-form .bnr-tel {
  margin: 15px 0;
  }
}

.page-lp .sec-form .bnr-tel img {
  max-width: 600px;
}

.page-lp .sec-form .openhour {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-form .openhour {
  margin-bottom: 30px;
  }
}

.page-lp .sec-form .form-wrap {
  padding: 8.235% 7.647%;
  background: #fff;
}

.page-lp .sec-form .form-wrap .description {
  margin-top: 5px;
}

.page-lp .sec-form .mw_wp_form_confirm .form-wrap .description{
  display: none;
}

.page-lp .sec-form .form-wrap .f_err {
  margin-bottom: 5px;
}

.page-lp .sec-form .form-wrap .form-input {
  position: relative;
}

.page-lp .sec-form .form-wrap .form-inline {
  display: -webkit-box;
  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;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-lp .sec-form .form-wrap .form-inline__item {
  display: -webkit-box;
  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;
  width: 50%;
  max-width: 230px;
}

@media screen and (max-width: 640px) {
  .page-lp .sec-form .form-wrap .form-inline__item {
  width: 100%;
  max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page-lp .sec-form .form-wrap .form-inline__item:not(:first-of-type) {
  margin-top: 10px;
  }
}

@media screen and (min-width: 641px) {
  .page-lp .sec-form .form-wrap .form-inline__item:not(:first-of-type) {
  margin-left: 1em;
  }
}

.page-lp .sec-form .form-wrap .form-inline__item input {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 640px) {
  .page-lp .sec-form .form-wrap .form-inline__item input {
  max-width: 270px;
  }
}

@media screen and (min-width: 769px) {
  .page-lp .sec-form .form-wrap .form-address th {
  padding-top: 25px !important;
  vertical-align: top !important;
  }
}

.page-lp .sec-form #contact .single-main {
  padding: 0;
  margin-bottom: 0;
}

.page-lp .sec-form #contact .single-main select.pref {
  display: block;
  margin: 10px 0;
}

.page-lp .sec-form #contact .single-main .c-selectbox {
  max-width: 94px;
}

@media screen and (max-width: 768px) {
  .page-lp .sec-form #contact .single-main table {
  margin-bottom: 20px;
  }
}

.page-lp .sec-form #contact .single-main table td input[type=text].text02 {
  width: 100%;
  max-width: 200px;
}

.c-selectbox {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 5px;
}

.c-selectbox:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
}

.c-selectbox:before {
  top: 50%;
  right: 10px;
  margin-top: -6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.c-selectbox select {
  display: inline-block;
  padding: 15px 30px 15px 15px !important;
  width: 100%;
  cursor: pointer;
  background: #F2F2F2;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
.wrapper-up .bnr-selLp {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .wrapper-up .bnr-selLp {
  margin: 10px;
  }
}
.wrapper-up .bnr-selLp a{
  display: inline-block;
  transition: all .3s;
}

.wrapper-up .bnr-selLp a:hover{
  opacity: .7;
}

.wrapper-up .bnr-selLp img {
  max-width: 360px;
}

@media screen and (max-width: 768px) {
  .wrapper-up .bnr-selLp img {
  max-width: 350px;
  }
}
*/

@media screen and (min-width: 769px) {
  .bnr-sell{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    z-index: 11;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bnr-sell{
    width: 240px;
    bottom: 67px;
  }
}

.page-lp .sec-form .mw_wp_form_complete .form-wrap #contact .c-ft_yug{
  margin: 50px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-lp .sec-form .mw_wp_form_complete .form-wrap #contact .c-ft_yug{
    margin: 40px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}	

.custom-checkbox2{
  width:33% !important;
}
@media screen and (max-width: 768px) {
  .custom-checkbox2{
        width:100% !important;
    }
}

 /*css for contact form*/

 .submit-btn-box input[type=submit], .submit-btn-box button[type=submit] {
  cursor: pointer;
  width: 280px;
  display: block;
  margin: 0 auto;
  font-weight: 700;
  line-height: 60px;
  font-size: 1.8rem;
  color: #fff;
  background: #008bff;
  border: 1px solid #008BFF;
  border-radius: 60px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .submit-btn-box input[type=submit], .submit-btn-box button[type=submit] {
    width: 250px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 1.5rem;
  }
}
.submit-btn-box input[type=submit]:after, .submit-btn-box button[type=submit]:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  background: url("../img/contact/arrow-left-short@2x.png") no-repeat center/cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .submit-btn-box input[type=submit]:after, .submit-btn-box button[type=submit]:after {
    width: 13px;
    height: 12px;
  }
}

.submit-btn-box input[type=submit] {
  background-image: url(/img/contact/arrow-left-short@2x.png);
    background-size: 18px 16px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: top 50% right 20%;
}

.single-main .form td input[type=text], .single-main .form td input[type=email] {
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #F2F8FF;
  border: 1px solid #BAD3F2;
  outline: 0;
  font-size: 1.4rem;
  border-radius: 3px;
  height: 45px;
}

/* edit css for page sell */
@media screen and (max-width: 768px) {
  .page-lp .sec-target {
    padding: 24px 15px;
  }
}
.page-lp .sec-target .target-block__top {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
@media screen and (max-width: 768px) {
  .page-lp .sec-target .target-block__top {
    margin: 0 0 60px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page-lp .sec-target .target-block__top-item {
    display: block;
    width: 100%;
  }
  .page-lp .sec-target .target-block__top-item .img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  .page-lp .sec-target .target-block__top-item .img {
    position: relative;
    overflow: hidden;
  }
  .page-lp .sec-target .target-block__top-item .img::before {
    content: "";
    display: block;
    padding-bottom: 57.9710144928%;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  .page-lp .sec-target .target-block__top-item .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-lp .sec-target .target-block__top-item .txt {
    width: 100%;
    padding: 13px 23px;
  }
}
@media screen and (max-width:768px) {
  .page-lp .page-mv h1 {
    position: relative;
    z-index: 2;
  }
}
.page-lp .page-mv .bnr-box__item {
  width: 50%;
}
.page-lp .page-mv .bnr-box__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media screen and (max-width: 768px) {
  .page-lp .page-mv .bnr-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    margin: -56px -10px 0;
  }
}
/*end edit css for page sell */