@charset "shift_jis";

@media screen and (max-width: 768px) {

 .sp_off,
 .smart_off {
  display: none;
 }

 body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }

 ul {
  padding: 0;
  margin: 0;
  list-style: none;
 }


 /*------------- main -----------------*/

 .chintai_main_wrap {
  background: url(../img/webp/main_bg.webp);
  background-size: cover;
  background-position: 70%;
 }

 .chintai_main_inner {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
 }

 .chintai_main_inner ul {
  display: flex;
  margin-bottom: 15px;
 }

 .chintai_main_inner ul li {
  line-height: 1;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
  margin-right: 10px;
  padding: 15px;
 }

 .chintai_main_inner span {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  border-bottom: 1px solid #fff;
  display: inline;
  text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);
 }

 .chintai_main_inner p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 15px 0 0;
 }

 /*------------- /main -----------------*/

 .side_btn {
  position: fixed;
  right: 0;
  top: 65%;
  z-index: 1000;
 }

 .sell_title {
  text-align: center;
 }

.sell_title h2 {
	font-weight: bold;
	font-size: 6.5vw;
	color: #0d2c4b;
}

 .sell_title img {
  max-width: 80%;
 }

 .underline {
  display: block;
  border-bottom: 4px solid #dadada;
  width: 25px;
  margin: 0 auto;
 }

 .sell_title p {
  font-size: 6vw;
  font-weight: bold;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
 }

 .contact_wrap {
  width: 100%;
  background: #0d2c4b;
 }

 .contact_co {
  width: 96%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  color: #fff;
 }

 .con_title {
  font-size: 28px;
  font-weight: bold;
 }

 .contact_co p {
  margin: 30px auto;
 }

 .contact_btn a {
  height: 70px;
  display: block;
  margin: 0 auto;
  background: #fff;
  line-height: 70px;
  text-decoration: none;
  color: #000;
  font-size: 4vw;
  font-weight: bold;
  border-radius: 40px;
  text-indent: 15px;
 }

 .contact_btn a::before {
  content: "";
  display: inline-block;
  background: url(/sell_lptemp/img/mail_icon.png);
  background-size: auto;
  width: 21px;
  height: 17px;
  margin-right: 14px;
  margin-bottom: -2px;
 }

 .reform_wrap {
  position: relative;
  width: 96%;
  margin: 0 auto;
 }

 .reform_title {
  width: 80%;
  position: absolute;
  background: #fff;
  padding: 20px 0;
  right: 10%;
  top: -17%;
 }

 .refo_co {
  position: relative;
  margin: 180px auto 80px;
 }

 .re_list {
  overflow: scroll;
 }

 .re_list ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 1550px !important;
 }

 .re_list ul li {}

 .re_btn {
  margin-top: 5%;
 }

 .re_btn a {
  width: 80%;
  height: 70px;
  display: block;
  margin: 0 auto;
  background: #fff;
  line-height: 70px;
  text-decoration: none;
  color: #0d2c4b;
  font-size: 18px;
  font-weight: bold;
  border: 4px solid #0d2c4b;
  text-align: center;
  box-sizing: border-box;
 }

 .re_left {
  font-size: 4vw;
  color: #797979;
 }

 .re_left p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
 }

 .re_right img {
  width: 100%;
 }

 .trouble_wrap {
  text-align: center;
  margin: 80px auto;
  background: url(/chintai/img/trouble_img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 15%;
 }

 .tro_co {
  font-size: 5.5vw;
        line-height: 2em;
  font-weight: bold;
 }

 .tro_co p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
 }

 .tro_co span {
  color: #0d2c4b;
  background: linear-gradient(transparent 60%, #ffeb3b 0%);
 }

 .tro_text {
  font-size: 7vw;
  font-weight: bold;
  padding-bottom: 1px;
 }

 .tro_text p {
  display: block;
  margin-block-start: 2em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
 }

 .tro_text span {
  color: #0d2c4b;
 }

 /* -管理体制- */
 .support_wrap {
  padding: 80px 0;
  text-align: center;
  background: #f6f6f6;
 }

 .sup_co {
  width: 90%;
  margin: 2em auto;
 }

 .sup_co img {
  width: 100%;
 }

 .sup_co_l {
  width: 90%;
  margin: 0 auto;
 }

 .sup_co_l p {
        font-size: 6vw;
        font-weight: bold;
        line-height: 1.5em;
        padding: 2em 0 1em 0;
 }

 .sup_co_l p span {
  color: #0d2c4b;
 }

 .sup_co_r {
  width: 100%;
  text-align: left;
 }

 .sup_co_r ul {
  background-color: #fff;
  padding: 1.5em;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin: 0;
 }

 .sup_co_r ul li {
  border-bottom: 1px dashed #ccc;
  list-style-type: none;
  margin-bottom: 20px;
 }

 .sup_co_r ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
 }

 .sup_co_r li h3 {
  font-size: 5vw;
  line-height: 1;
  font-weight: bold;
  margin: 0;
 }

 .sup_co_r li h3 span {
  color: #0d2c4b;
  margin-left: 0.5em;
  font-weight: bold;
 }

 .sup_co_r li p {
	font-size: 4vw;
	margin: 0.5em auto;
	line-height: 1.5em;
 }

 .plan_wrap {
  margin: 80px auto;
  text-align: center;
 }

 .plan_img {
  width: 96%;
  margin: 2em auto;
  overflow: scroll;
 }

 .plan_img img {
	max-width: 250%;
	width: fit-content;
 }

 .flow_wrap {
  padding: 80px 0;
  text-align: center;
  background: #f6f6f6;
 }

 .flow_co {
  width: 96%;
  margin: 2em auto 0 auto;
  overflow: scroll;
 }

 .flow_co img {
  max-width: 200%;
 }

 .gal_co {
  position: relative;
  margin: 180px auto 80px;
 }

 .gal_title {
  width: 80%;
  position: absolute;
  background: #fff;
  padding: 20px 0;
  right: 10%;
  top: -17%;
 }

/*--owner--*/

.new_owner_wrap {
 margin: 100px 0 40px;
 position: relative;
}

.new_owner_wrap:before {
 position: absolute;
 width: 80%;
 height: 360px;
 display: block;
 left: 0;
 top: 105px;
 background: url(../img/shop_lp/new_bg.webp)no-repeat;
 content: "";
 z-index: -1;
 background-size: cover;
}

.new_owner_inner {
 width: 100%;
 margin: 0 auto;
}

.new_owner_txt {
 font-size: 3.5vw;
 text-align: center;
 font-weight: bold;
 line-height: 1.5;
 margin: 2em;
}

.new_owner_inner ul {
 width: 96%;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: auto;
}

.new_owner_inner ul li {
width: 48%;
        margin-bottom: 4%;
}

.new_owner_inner ul li a {
color: #000;
text-decoration: none;
line-height: 3em;
font-size: 3.2vw;
display: block;
border-radius: 10px;
position: relative;
border: 1px solid #cccccc;
padding-left: 1em;
}


.new_owner_inner ul li a > .fa-chevron-right{
	margin-left: 1em;
}




}
