@charset "shift_jis";

@media screen and (min-width: 769px) {
 body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }

 header {
  padding: 15px;
  width: 100%;
  margin: 0 auto;
 }

 ul {
  padding: 0;
  margin: 0;
  list-style: none;
 }

 h2 {
  text-align: center;
  font-size: 28px;
 }

 .pc_off {
  display: none;
 }

 /*------------- main -----------------*/

 .chintai_main_wrap {
  height: 624px;
  background: url(../img/webp/main_bg.webp);
  background-size: cover;
  background-position: center;
  margin: -20px 0px 0px;
 }

 .chintai_main_inner {
        width: 1100px;
        margin: 0 auto;
        padding-top: 92px;
 }
 .chintai_main_ti{
    position: relative;
    width: fit-content;
 }
 .chintai_main_ti h2{
    margin: 0px 0px 30px 0px;

    
 }
 .chintai_main_ti h2 img{
    display: block;
    
 }
 .chintai_main_ti p{
    margin: 0px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
 }
 .chintai_main_is{
    margin: 20px 0px 0px -10px;
 }


 /*------------- /main -----------------*/

.chintai_drawn_wrap{
    width: 1100px;
    margin:100px auto 100px;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
.chintai_drawn_wrap img{
    display: block;
    margin: 0px 0px 0px -50px;
    
}
.chintai_drawn_tex{
    margin: 50px 0px 0px;
    position: relative;
}
.chintai_drawn_tex::before{
    content: "";
    width:328px;
    height:126px;
    background-image: url(/owner/img/webp/drawn_is.webp);
    right: -50px;
    top: -70px;
    position: absolute;

}
.chintai_drawn_tex ul{
    margin: 0px 0px 18px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    gap: 0px 10px;
    
}
.chintai_drawn_tex ul li{
    width: fit-content;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    padding: 0px 12px;
    background-color: #115fb0;
}
.chintai_drawn_tex h2{
    font-size: 27px;
    font-weight: bold;
    text-align: left;
    line-height: 40px;
    margin: 0px 0px 25px;
}
.chintai_drawn_tex p{
    margin: 0px;
    font-size: 14px;
    line-height: 28px;
}
.chintai_drawn_tex a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #000;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    width: 317px;
    line-height: 50px;
    margin: 40px 0px 0px;
    position: relative;
}
.chintai_drawn_tex a:hover{
    background-color: #000;
    color: #fff;
}
.chintai_drawn_tex a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.chintai_drawn_tex a:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.chintai_strong_wrap{
    width: 1200px;
    margin:0px auto 100px;
}
.chintai_strong_wrap ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 0px;
    margin: 60px 0px 0px;
}
.chintai_strong_wrap ul li{
    width: 375px;
}
.chintai_strong_wrap ul li img{
    display: block;
    width: 100%;
    
}
.chintai_strong_wrap ul li h3{
        margin: -20px 0px 22px;
        padding: 0px 0px 15px;
        position: relative;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
}
.chintai_strong_wrap ul li h3::before{
    content: "";
    width: 42px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: #115fb0;
    position: absolute;
}
.chintai_strong_wrap ul li h3 span{
    display: block;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #115fb0;
    border-radius: 50px;
    color: #fff;
    margin: 0px auto 20px;

    
}
.chintai_strong_wrap ul li p{
    font-size: 14px;
    line-height: 28px;
}


 .side_btn {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000;
 }

 .sell_title {
  text-align: center;
  margin-bottom: 60px;
 }
 .plan_img p{
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
}
 .underline {
  display: block;
  border-bottom: 4px solid #dadada;
  width: 25px;
  margin: 0 auto;
 }

 .sell_title h2 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
 }

 .sell_title p {
  font-size: 24px;
  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: #888;
 }

 .contact_co {
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  color: #fff;
 }

 .contact_co p {
  margin: 30px auto;
  font-size: 15px;
  letter-spacing: 1px;
 }

 .con_title {
  font-size: 28px;
  font-weight: bold;
 }

 .contact_btn a {
  width: 450px;
  height: 70px;
  display: block;
  margin: 0 auto;
  background: #fff;
  line-height: 70px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
  text-indent: 15px;
  transition-duration: 0.3s;
 }

 .contact_btn a::before {
  content: "";
  display: inline-block;
  background: url(/owner/img/mail_icon.png);
  background-size: auto;
  width: 21px;
  height: 17px;
  margin-right: 14px;
  margin-bottom: -2px;
 }

 .contact_btn a:hover {
  background: #fff552;
  transition-duration: 0.3s;
 }

 .reform_wrap {
  position: relative;
 }

 .reform_title {
  width: 330px;
  position: absolute;
  background: #fff;
  padding: 30px 0;
  right: 3%;
  top: -17%;
 }

 .refo_co {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 1280px;
  margin: 180px auto;
 }



 .re_btn a {
  color: #0d73a2;
  font-size: 18px;
  font-weight: bold;
  width: 360px;
  display: block;
  margin: 40px auto;
  background: #fff;
  line-height: 70px;
  text-decoration: none;
  border: 4px solid #0d73a2;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
 }

 .re_btn a:hover {
  color: #FFF;
  background: #0d73a2;
  transition: all 0.2s ease-out;
 }

 .re_left {
  font-size: 18px;
  color: #797979;
 }
 .re_left iframe{
    width: 500px;
    height: 336px;
 }
 .re_left p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 25px;
 }

 .trouble_wrap {
  text-align: center;
  margin: 80px auto;
  background: url(/lptemp_chintai/img/trouble_img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
 }

 .tro_co {
  font-size: 42px;
  font-weight: bold;
 }

 .tro_co p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 78px;
 }

 .tro_co span {
  color: #0d73a2;
  background: linear-gradient(transparent 60%, rgba(13, 115, 162, 0.2) 0%);
 }

 .tro_text {
  font-size: 90px;
  font-weight: bold;
  padding-bottom: 1px;
 }

 .tro_text p {
  display: block;
  margin-block-start: 1.8em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 85px;
 }

 .tro_text span {
  color: #0d73a2;
 }

 /* -???????§- */
 .support_wrap {
  padding: 80px;
  text-align: center;
  background: #e8f7ff;
 }

 .sup_co {
  display: flex;
  width: 1100px;
  margin: 100px auto 0;
  justify-content: space-between;
 }

 .sup_co_l {
  width: 470px;
 }

 .sup_co_l p {
    font-size: 25px;
    font-weight: bold;
    line-height: 43px;
    margin: 30px 0px 0px;
 }

 .sup_co_l p span {
  color: #0d73a2;
 }

 .sup_co_r {
  width: 530px;
  text-align: left;
 }

 .sup_co_r ul {
  background-color: #fff;
  padding: 40px 50px;
  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: 18px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
 }

 .sup_co_r li h3 span {
  color: #008dcd;
  margin-left: 10px;
  font-weight: bold;
 }

 .sup_co_r li p {
  font-size: 14px;
  margin: 10px 0;
 }

 /* -?v????- */
 .plan_wrap {
  margin: 80px auto;
  text-align: center;
 }

 .flow_wrap {
  padding: 80px;
  text-align: center;
  background: #e8f7ff;
 }

 .gal_co {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1280px;
  margin: 180px auto;
 }

 .gal_title {
  width: 330px;
  position: absolute;
  background: #fff;
  padding: 30px 0;
  left: 3%;
  top: -17%;
 }
}
 .re_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 500px;
 }

 .re_list ul li {
  width: 156px;
  margin-bottom: 10px;
 }

 .re_list ul li a {
  text-decoration: none;
  display: block;
 }
 .re_list ul li a img{
object-fit: cover;
    width: 100%;
    height: 100px;
 }
 .re_list ul li p {
  font-size: 13px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 5px 0 0 0;
  color: #000;
 }