@charset "shift_jis";

@media screen and (min-width: 769px) {
 body {
  margin: 0;
  margin: 96px 0px 0px 0px;
 }


 h2 {
  margin: 0;
 }

 p {
  margin: 0;
 }

 a {
  text-decoration: none;
  color: #333;
 }

 li {
  list-style-type: none;
  margin: 0;
 }

 ul {
  padding: 0;
  margin: 0;
 }

 .pc_off {
  display: none;
 }

 /*--------- main ----------*/
 .s_t_main {
  background-image: url(../img/main_bg1.webp);
  padding: 120px 0 80px;
  background-size: cover;
  background-position: center;
 }

 .s_t_main_inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
 }
 
  .s_t_main_inner:after{
    content: "";
    position: absolute;
    bottom: -80px;
    right: 115px;
    width: 214px;
    height: 135px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/main_cala.webp);
  }

 .s_t_main_inner h2 {
  font-size: 60px;
  color: #fff;
  line-height: 75px;
  margin: 0 0 20px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
 }

 .s_t_main_inner h2 span {
  font-size: 50px;
 }

 .s_t_main_inner p {
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  margin: 0 0 20px;
  font-weight: bold;
 }

 .s_t_main_inner img {}

 /*--------- 速報 ---------*/
 .top_info {
  background: #f5f5f5;
  text-align: left;
 }

 .t_info {
  width: 1100px;
  margin: auto;
  color: #333333;
  font-size: 12px;
  line-height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
 }

 .t_info>div{
   display: flex;
   align-items: center;
   gap: 0px 20px;
 }

 .sokuho_ttl {
  background-color: #ffffff;
  width: 110px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
 }

 .t_info iframe{
   width: 700px;
   height: 18px;
 }

 .t_info > img {
  position: absolute;
  top: 30px;
  left: 85px;
 }

 .sokuho {
  margin-left: 60px;
 }

 .t_info a {
  font-size: 12px;
  text-decoration: none;
  color: #333333;
 }

 .t_info a:hover {
  text-decoration: underline;
 }

 .t_info a img {
  vertical-align: middle;
 }

 /* iframe中身ここから */
 .ticker {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 100% !important;
  line-height: 59px;
  font-size: 13px;
  /* font-weight: bold; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
 }

 .ticker ul {
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
 }

 .ticker ul li {
  width: 100%;
  /* display: none; */
  /* font-weight:bold; */
 }

 .ticker ul li a {
  display: block;
  color: #333333;
  text-decoration: none;
 }

 .ticker ul li a:hover {
  color: #fe5339;
 }

 .info_slide_wrap {
  display: block;
  width: 700px;
  border-radius: 30px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 99;
 }


 .info_slide {
  width: 620px;
  margin-left: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
 }

 .info_slide a {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 1;
  overflow: hidden;
 }

 .info_slide a:hover {
  text-decoration: underline;
 }

 .info_prev::before {
  border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
 }

 .info_next::before {
  border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
 }

 /* iframe中身ここまで */
 /*--------- お悩み ---------*/
 .s_t_nayami {
  background-image: url(../img/nayami_bg_pc.webp);
  background-position: center bottom -10px;
  background-repeat: no-repeat;
  padding: 70px 0 250px;
 }

 .s_t_nayami_ti {
  text-align: center;
 }

 .s_t_nayami_ti p {
  color: #d71718;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
  display: inline-block;
  position: relative;
 }

 .s_t_nayami_ti p:after{
   content: "";
   display: block;
   width: calc(100% - 10px);
   height: 13px;
   background-color: #fff899;
   position: absolute;
   bottom: -4px;
   left: 0;
   z-index: -1;
 }

 .s_t_nayami_ti h2 {
  margin: 0;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: bold;
 }

 .s_t_nym_txt {}

 .s_t_nym_txt p {
  font-size: 15px;
  text-align: center;
  margin: 60px 0 0;
  line-height: 30px;
 }

 /*--------- カテゴリ別 ---------*/
 .s_t_category {
  background-image: url(../img/category_bg.webp);
  background-position: center bottom;
  padding: 70px 0 60px;
  background-repeat: no-repeat;
  background-size: cover;
 }

 .s_t_category_ti {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 40px;
  font-weight: bold;
 }

 .s_t_category ul {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  gap: 30px;
 }

 .s_t_category ul li {
  width: 280px;
 }

 .s_t_category ul li a {
  border-radius: 10px;
  background-color: #fff;
  display: block;
  padding: 40px 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
  position: relative;
 }

  .s_t_category ul li a:after {
  	content: "";
  	position: absolute;
  	bottom: 20px;
  	right: 20px;
  	width: 28px;
  	height: 8px;
  	background-repeat: no-repeat;
  	background-size: contain;
  	background-image: url(../img/arrow_icon.webp);
  }

 .s_t_category ul li a:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
 }

 .s_t_category ul li h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
  text-align: center;
 }

 .s_t_category ul li p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
 }

 .s_t_category ul li .img {
  text-align: center;
 }

 .s_t_category ul li .img img {}

 /*--------- コンバージョン ---------*/
 .s_t_cv {
  background-color: #d71718;
  overflow: hidden;
 }

 .s_t_cv_in{
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 43px 0 42px 0;
    z-index: 0;
 }

 .s_t_cv_in:before{
    content: "";
    position: absolute;
    bottom: -8px;
    left: -30px;
    width: 237px;
    height: 152px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/inq_cala.webp);
    z-index: -1;
 }

 .s_t_cv_in>p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
  color: #fff;
 }

 .s_t_cv ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 20px;
 }

 .s_t_cv ul li {}

 .s_t_cv ul li a {
  display: flex;
  width: 400px;
  height: 70px;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  border-radius: 35px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 2px solid #d71718;
 }

  .s_t_cv ul li:nth-child(1) a{
    padding: 0px 0px 0px 45px;
    box-sizing: border-box;
    transition: all 0.2s;
  }

  .s_t_cv ul li:nth-child(1) a:hover{
    background-color: #f9dcdd;
  }
 
 .s_t_cv ul li:nth-child(1) a p {
 	color: #d71718;
    font-size: 20px;
    position: relative;
    z-index: 0;
 }

  .s_t_cv ul li:nth-child(2) a p{
  	font-size: 12px;
  	line-height: 14px;
  	margin: 7px 0px 0px 0px;
  	color: #333;
    position: relative;
  }

   .s_t_cv ul li:nth-child(1) a p:before {
   	content: "";
   	position: absolute;
   	bottom: 0px;
   	top: 0px;
   	margin: auto;
   	left: -32px;
   	width: 20px;
   	height: 26px;
   	background-repeat: no-repeat;
   	background-size: contain;
   	background-image: url(../img/inq_satei_icon.webp);
   }

   .s_t_cv ul li:nth-child(1) a p:after{
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background-color: #fff899;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
   }

 .s_t_cv ul li a img{
    width: 248px;
 }

 /*--------- 共通h2 ---------*/
 .s_t_ti {
  padding-bottom: 50px;
 }

 .s_t_ti h2 {
  font-size: 40px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
 }

 .s_t_ti h2:before {
  content: "";
  width: 70px;
  height: 5px;
  background-color: #d71718;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
 }

 .s_t_ti p {
  font-size: 15px;
  line-height: 30px;
  text-align: center;
 }

 /*--------- 私たちの強み ---------*/
 /*************************************************/
 /*  sale売却  */
 /*************************************************/
 .s_t_strong {
  padding: 80px 0;
 }

 .s_t_sr_con {
  display: flex;
  align-items: center;
  padding: 20px 0 80px;
 }

 .s_t_sr_con_l {
  width: 40vw;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  position: relative;
  height: 490px;
  margin-right: 5vw;
  background-image: url(../img/strong_img_sp.webp);
  background-size: cover;
  background-position: center;
 }

 .s_t_sr_con_r {
  float: left;
  width: 650px;
  padding: 0 0 5px 0;
 }

 .s_t_sr_con_r ul {
  margin: 0 0 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }

 .s_t_sr_con_r ul li {
  width: 210px;
  padding: 20px;
  box-sizing: border-box;
  width: 216px;
  padding: 20px;
  box-sizing: border-box;
  border-left: dotted 1px #aaa;
  margin-bottom: 20px;
 }

 .s_t_sr_con_r ul li:nth-child(3n) {
  border-right: dotted 1px #aaa;
 }

 .s_t_sr_con_r p {
  font-size: 15px;
  margin: 10px 0;
  font-weight: bold;
 }

 .s_t_sr_con_r h3 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  line-height: 28px;
  position: relative;
  color: #d71718;
 }

 .s_t_sr_con_r span {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(transparent 70%, #fff000 70%);
 }

 .s_t_more_btn a {
  display: block;
  background-color: #ffffff;
  border: 2px solid #d71718;
  width: 300px;
  line-height: 56px;
  border-radius: 35px;
  text-align: center;
  margin: 30px auto 0px auto;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  transition: all 0.2s;
  box-sizing: border-box;
  color: #d71718;
 }

  .s_t_more_btn a:hover{
    background-color: #d71718;
    color: #ffffff;
  }

 .s_t_more_btn a:before {
 	content: "";
 	display: block;
 	width: 21px;
 	height: 21px;
 	background-color: #d71718;
 	border-radius: 50%;
 	position: absolute;
 	bottom: 0;
 	top: 0;
 	right: 15px;
 	margin: auto;
 	transition: all 0.2s;
 }

  .s_t_more_btn a:hover:before{
    background-color: #ffffff;
  }

 .s_t_more_btn a:after {
 	content: "";
 	display: block;
 	width: 6px;
 	height: 8px;
 	background-color: #ffffff;
 	position: absolute;
 	bottom: 0;
 	top: 0;
 	right: 21px;
 	margin: auto;
 	clip-path: polygon(0 0, 0% 100%, 100% 50%);
 	transition: all 0.2s;
 }

  .s_t_more_btn a:hover:after{
    background-color: #d71718;
  }

 .s_t_sr_con_r a:before {}

 .s_t_sr_con_r a:hover {}

 .s_t_sr_con_bg {}

 .s_t_result_wrap {
  width: 1100px;
  margin: 0 auto 0px;
 }

 .s_t_result_wrap iframe{
   width: 100%;
   height: 310px;
 }

 .s_t_result_ti {
  background-image: url(../img/result_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
 }

 .s_t_result_ti h3 {
  margin: 0;
  font-size: 35px;
  color: #d71718;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
  padding: 30px 0 40px;
 }

   .satei_box {
   	width: 1100px;
   	border-collapse: collapse;
   }
   .satei_box_w {
   	position: relative;
   }
   .satei_w iframe {
   	width: 1100px;
   	height: 350px;
   }
   .satei_box_w::before {
   	content: "";
   	display: inline-block;
   	background: url(../img/akiya/house_left.png);
   	position: absolute;
   	top: -50px;
   	left: 1px;
   	width: 293px;
   	height: 50px;
   }
   .satei_box_w::after {
   	content: "";
   	display: inline-block;
   	background: url(../img/akiya/house_right.png);
   	position: absolute;
   	top: -50px;
   	right: 1px;
   	width: 293px;
   	height: 50px;
   }
   .satei_box th, .satei_box td {
   	border: solid 1px #cccccc;
   	font-size: 15px;
   	line-height: 19px;
   	width: 25%;
   }
   .satei_box th {
   	background-color: #d71718;
   	color: #ffffff;
   	font-weight: bold;
   	padding: 20px 0px;
   }
   .satei_box td {
   	text-align: center;
   	transition: all 0.2s;
   }
   .satei_box tr:hover td {
   	background: #f9dcdd;
   }
   .satei_box td a {
   	padding: 20px 0px;
   	display: block;
   	color: #000;
   	text-decoration: none;
   }

 /*--------- 売却の流れ ---------*/
 .s_t_flow {
  padding: 100px 0;
 }

 .s_t_flow_block {}

 .s_t_flow_block ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
 }

 .s_t_flow_block ul li {
  width: 270px;
 }

 .s_t_flow_block ul li .ti {
  background-color: #c4e1ee;
  line-height: 60px;
  padding: 0 30px 0 40px;
  display: flex;
  align-items: center;
 }

 .s_t_flow_block ul li:nth-child(2) .ti {
  background-color: #a6d5e9;
 }

 .s_t_flow_block ul li:nth-child(3) .ti {
  background-color: #86c2dc;
 }

 .s_t_flow_block ul li:nth-child(4) .ti {
  background-color: #5db1d5;
  position: relative;
 }

 .s_t_flow_block ul li:nth-child(4) .ti:after{
    content: "";
    display: block;
    width: 10px;
    height: 60px;
    background-color: #5db1d5;
    position: absolute;
    bottom: 0;
    top: 0;
    right: -10px;
    margin: auto;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
 }

  .s_t_flow_block ul li:nth-child(5) .ti:before {
  	content: "";
  	display: block;
  	width: 10px;
  	height: 60px;
  	background-color: #ffffff;
  	position: absolute;
  	bottom: 0;
  	top: 0;
  	left: 0px;
  	margin: auto;
  	clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }

 .s_t_flow_block ul li:nth-child(5) .ti {
  background-color: #26abe5;
  position: relative;
 }

 .s_t_flow_block ul li:nth-child(6) .ti {
  background-color: #169eda;
 }

 .s_t_flow_block ul li:nth-child(7) .ti {
  background-color: #1491c8;
 }

 .s_t_flow_block ul li:nth-child(8) .ti {
  background-color: #1181b2;
 }

 .s_t_flow_block ul li .ti span {
    background-color: #fff;
    padding: 0px 7px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    font-family: Century Gothic, sans-serif;
    color: #0e6e98;
    line-height: 19px;
 }

 .s_t_flow_block ul li .ti h3 {
  display: inline-block;
  margin: 0;
  font-size: 18px;
 }

 .s_t_flow_block ul li .txt {
  padding: 10px 20px;
  box-sizing: border-box;
  border-left: 1px dashed #ccc;
  margin: 20px 0 30px;
  min-height: 145px;
 }

 .s_t_flow_block ul li:nth-child(4n) .txt{
    border-right: 1px dashed #ccc;
 }

 .s_t_flow_block ul li .txt p {
  font-size: 13px;
  line-height: 23px;
 }

 .s_t_flow_block ul li .txt p.orange {
  font-size: 18px;
  color: #ff9c00;
  font-weight: bold;
  margin: 0 0 10px;
 }

 /*--------- 仲介と買取の違い ---------*/
 .s_t_differ {
  background-color: #eee;
  padding: 120px 0 100px;
  background-image: url(../img/differ_bg.webp);
  background-repeat: no-repeat;
  background-position: center top 50px;
 }

 .s_t_differ .s_t_ti p {
  background-color: #fff;
  padding: 50px 0;
  width: 910px;
  border-radius: 5px;
  margin: 0 auto 20px;
 }

 .s_t_df_block {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
 }

 .s_t_df_box {
  width: 530px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 30px;
 }

 .s_t_df_box h3 {
  margin: 0;
  text-align: center;
  line-height: 65px;
  color: #fff;
  font-size: 25px;
 }

 .s_t_df_box.chukai_box h3{
    background-color: #0e6e98;
 }

 .s_t_df_box.kaitori_box h3 {
  background-color: #c63e3e;
 }

 .s_t_df_box img {
  display: block;
  margin: 10px auto;
 }

 .tokucho {
  padding: 0 40px;
  margin-bottom: 30px;
 }

 .tokucho li {
  margin-bottom: 10px;
 }

 .tokucho li span {
  display: inline-block;
  width: 80px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #aaa;
  background-color: #eee;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 3px;
  font-weight: bold;
 }

 .tokucho li p {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
 }

 .merit {
  padding: 0 40px;
  margin-bottom: 30px;
 }

 .merit p {
  font-size: 15px;
  color: #c63e3e;
  padding: 0 0 10px 15px;
  border-bottom: 1px solid #c63e3e;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
  position: relative;
 }

  .merit p:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #c63e3e;
    position: absolute;
    top: 3px;
    left: 3px;
    margin: auto;
  }

 .merit ul li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  background-image: url(../img/merit_check.webp);
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 10px;
 }

 .demerit {
  padding: 0 40px;
  margin-bottom: 30px;
 }

 .demerit p {
  font-size: 15px;
  color: #62a4c1;
  padding: 0 0 10px 15px;
  border-bottom: 1px solid #62a4c1;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
  position: relative;
 }

 .demerit p:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #62a4c1;
    position: absolute;
    top: 3px;
    left: 3px;
    margin: auto;
 }

 .demerit ul li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  background-image: url(../img/demerit_check.webp);
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 10px;
 }

 .chart_bg {
  width: 1100px;
  height: 1230px;
  background: url("../img/chart_img.png") no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 50px auto 0;
 }

 .chart_bg ul {
  width: 100%;
  position: absolute;
  bottom: 55px;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
 }

 .chart_bg ul li {
  list-style: none;
 }

 /*--------- よくある質問 ---------*/
 .s_t_faq {
  padding: 110px 0 0px;
 }

 .s_t_faq h2 {
  margin-bottom: 0;
 }

 .sale_qa_wrap .accordionbox {
  width: 1100px;
  margin: 0px auto 0px;
  box-sizing: border-box;
 }

 .sale_qa_wrap .accordionlist dt {
  display: block;
  overflow: hidden;
 }

 .sale_qa_wrap .accordionlist dt:first-child,
 .sale_qa_wrap .accordionlist dt:nth-child(2) {
  border-top: none !important;
 }

 .sale_qa_wrap .accordionlist dt .title {
  position: relative;
  float: left;
  background-color: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  color: #000;
  font-size: 20px;
  padding: 15px 0 15px 80px;
  line-height: 40px !important;
  box-shadow: 0 0 8px rgb(0 0 0 / 30%);
  background-image: url(../img/faq_q.webp);
  background-repeat: no-repeat;
  background-position: top 20px left 20px;
 }

 .sale_qa_wrap .accordionlist dt .title p {
  font-weight: bold;
 }

 .sale_qa_wrap .accordionlist dd {
  position: relative;
  display: none;
  background: #eee;
  padding: 20px 20px 20px 79px;
  margin: 0;
  background: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  background-image: url(../img/faq_a.webp);
  background-repeat: no-repeat;
  background-position: top 20px left 20px;
 }

 .sale_qa_wrap .accordion_icon,
 .sale_qa_wrap .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
 }

 .sale_qa_wrap .accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 10px;
  margin-top: -42px;
 }

 .sale_qa_wrap .accordion_icon span {
  position: absolute;
  left: 0px;
  width: 70%;
  height: 2px;
  background-color: #999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
 }

 .sale_qa_wrap .accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
 }

 .sale_qa_wrap .accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
 }

 .sale_qa_wrap .accordion_icon.active span:nth-of-type(1) {
  display: none;
 }

 .sale_qa_wrap .accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
 }

 .sale_qa_wrap .clearfix.active {
  background-color: #e6d9ba;
 }

 .sale_qa_wrap .accordionlist dt .title:hover {
  background-color: #fff7d7;
  transition: .3s;
 }

 .sale_qa_wrap .accordionlist dt .title.active {
  border-bottom: 1px dashed #ccc;
  color: #000;
 }

 .sale_qa_wrap .accordionlist dt .title.active p {}

 .qa_block {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
 }

 /*--------- レンタルコンテンツ ---------*/
 .s_t_know {
  padding-bottom: 100px;
 }

 .s_t_know .s_t_ti {
  background-image: url(../img/know_bg.webp);
  background-size: cover;
  color: #fff;
  height: 370px;
  position: relative;
  padding-top: 100px;
  box-sizing: border-box;
 }

 .s_t_know .s_t_ti img {
  position: absolute;
  top: 70px;
  left: 0;
  right: 700px;
  margin: 0 auto;
 }

 .s_t_know .s_t_ti h2:before {
  background-color: #fff;
 }

 .s_t_know ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  width: 1100px;
  margin: -110px auto 0;
  position: relative;
 }

 .s_t_know ul li {
  width: 340px;
 }

 .s_t_know ul li a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.3s;
 }

 .s_t_know ul li a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
 }

 .s_t_know ul li img {}

 .s_t_know ul li p {
  padding: 10px 20px 15px;
  font-weight: bold;
  position: relative;
 }

 .s_t_know ul li p::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #d71718;
  right: 15px;
  top: 10px;
 }

 .s_t_know ul li p::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }

 /*--------- 当社について ---------*/

 .s_t_com {
  background-color: #eee;
  padding: 100px 0;
 }

 .s_t_com_block {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
 }

 .s_t_com_l {
  width: 470px;
  height: 320px;
  background-color: #aaa;
 }

 .s_t_com_r {
  width: 560px;
 }

 .s_t_com_r p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
 }

 .s_t_com_r ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
 }

 .s_t_com_r ul li {}

 .s_t_com_r ul li a {
  display: block;
  width: 180px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
 }
}
