@charset "UTF-8";
/* 下層固定ページ */

/* ----------
ページネーション
----------*/
.pagination{
  text-align: center;
  font-size: 16px;
}
.pagination .page-numbers,
.pagination a.page-numbers {
  color: #333;
  background: #ddd;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.pagination .page-numbers.current {
  background: #333;
  color: #fff;
}
.pagination a.page-numbers:hover {
  background: #aaa;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers,
  .pagination a.page-numbers {
    width: 30px;
  }
}

/* ----------
ページ見出し
----------*/
.page_top_ttl{
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page_top_ttl{
    font-size: 30px;
  }
}
.page_top_txt{
  line-height: 2;
}

/* ----------
ページ見出し
----------*/
.template img{
  max-width: 790px;
  margin: 50px auto;
}
.template h2{
  font-size: 20px;
  font-weight: 700;
  margin: 80px 0 30px;
  padding: 0;
  line-height: 1.2;
  padding: 0 20px 10px;
  border-bottom: 3px solid #FCBA04;
}
.template h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 10px;
  border-left: 7px solid #EB3323;
  margin: 50px 0 20px;
}
.template h4{
  font-size: 20px;
  font-weight: 700;
  margin: 50px 0 20px;
  line-height: 1.2;
  color: #EB3323;
}
.template p{
  margin: 15px 0;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .template img{
    margin: 30px auto;
  }
  .template h2{
    margin: 60px 0 20px;
    font-size: 18px;
  }
  .template h3{
    margin: 30px 0 20px;
    font-size: 18px;
  }
  .template h4{
    margin: 30px 0 20px;
    font-size: 18px;
  }
}

/* ----------
買取品目一覧ページ
----------*/
.con_subttl.-btn{
  position: relative;
  padding: 0 35px 10px 20px;
  transition: .3s all;
}
.con_subttl.-btn:hover{
  color: #EB3323;
}
.con_subttl.-btn::after{
  position: absolute;
  content: '▶︎';
  color: #aaa;
  font-size: 14px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  transition: .3s all;
}
.con_subttl.-btn:hover::after{
  color: #EB3323;
}
.con_subttl.-btn .-link{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ----------
買取品目ページ
----------*/
.item_results .-link{
  display: block;
  text-align: right;
  text-decoration: underline;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.2;
}
/* Condition */
.item_condition .-toptxt{
  font-weight: 300;
}
.item_condition .-list{
  display: flex;
  justify-content: center;
}
.item_condition .-list .-item{
  max-width: 300px;
}
.item_condition .-list .-item .-img{
  width: 80%;
  border-radius: 100%;
  margin: 0 auto;
  max-width: inherit;
}
.item_condition .-list .-item .-txt{
  text-align: center;
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .item_condition .-list .-item .-img{
    width: 90%;
  }
  .item_condition .-list .-item .-txt{
    margin: 15px 0 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .item_condition .-list{
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .item_condition .-list .-item{
    width: 49%;
  }
}

/* 今月の強化買取商品 - 下層ページ用 */
.month_item .-list{
  display: flex;
  justify-content: center;
  gap: 2%;
}
.month_item .-list .-item{
  position: relative;
}
.month_item .-list .-item::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 50px;
  background: linear-gradient(rgba(255,255,255,0) 0%, #fff 100%);
  left: 0;
  bottom: 0;
}
.month_item .-list .-item a{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.month_item .-list .-item .reflection{
  width: 100%;
  height: 50px;
  object-fit: cover;
  object-position: bottom;
  transform: scale(1, -1);
  position: relative;
  opacity: .1;
}
@media screen and (max-width: 900px) {
  .month_item .-list{
    flex-wrap: wrap;
    gap: 3%;
  }
  .month_item .-list .-item{
    min-width: 31%;
    width: 18%;
  }
  .month_item .-list .-item::after{
    height: 30px;
  }
  .month_item .-list .-item .reflection{
    height: 30px;
  }
}

/* 高く売るポイント */
.item_point .-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.item_point .-list .-item{
  background: #F6F6F6;
  width: 49%;
}
.item_point .-list .-item .-ttl{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  background: #333;
  color: #fff;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.item_point .-list .-item .-txt{
  padding: 20px 7%;
}
@media screen and (max-width: 600px) {
  .item_point .-list{
    gap: 15px;
  }
  .item_point .-list .-item{
    width: 100%;
  }
  .item_point .-list .-item .-ttl{
    font-size: 16px;
  }
  .item_point .-list .-item .-txt{
    padding: 15px 3%;
  }
}

/* ----------
店舗買取ページ
----------*/
.store_point .-list{
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.store_point .-list .-item .-img{
  width: 100%;
  max-width: 250px;
  margin: 0 auto 20px;
  border-radius: 100%;
}
.store_point .-list .-item .-txt{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.store_point .-list .-item .-txt span{
  color: #EB3323;
}
/* .store_point .-comments{
  font-weight: 300;
  padding: 20px 40px;
  background: #F6F6F6;
}
.store_point .-comments p{
  margin: 10px 0;
} */
@media screen and (max-width: 767px) {
  .store_point .-list .-item .-img{
    margin: 0 auto 15px;
  }
  .store_point .-list .-item .-txt{
    font-size: 16px;
  }
  /* .store_point .-comments{
    padding: 10px 5vw;
  }
  .store_point .-comments p{
    margin: 5px 0;
  } */
}
@media screen and (max-width: 560px) {
  .store_point .-list {
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .store_point .-list .-item{
    width: 48%;
    min-width: 210px;
  }
  .store_point .-list .-item .-img{
    margin: 0 auto 10px;
  }
}

/* ----------
宅配買取ページ
----------*/
.takuhai_kit .-img {
  height: 350px;
  object-fit: cover;
}

/* ----------
フォーム
----------*/
.form-half{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px 2%;
}
.form-half .in-half{
  width: 49%;
}
form .form-half input,
form .form-full input{
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 10px 0 0;
}
form .form-half textarea,
form .form-full textarea {
  width: 100%;
  height: 100px;
  padding: 8px 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 10px 0 0;
}
form input:focus-visible,
form textarea:focus-visible{
  outline-color: #FCBA04;
}
.form-ttl{
  line-height: 1.2;
}
.form-ttl .required{
  color: #fff;
  background: #EB3323;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1;
  margin: 0 5px;
}
form .caption{
  font-size: 12px;
}
.form-precautions{
  background: #F6F6F6;
  padding: 20px;
  margin: 10px 0 0;
}
.form-precautions p{
  font-size: 12px;
}
.check-box label{
  display: flex;
  align-items: flex-start;
  margin: 5px 0 0;
}
.check-box label input{
  margin-top: 4px;
}
.check-box span{
  margin: 0;
}
.form-submit{
  position: relative;
  height: 50px;
  width: 100%;
  max-width: 370px;
  margin: 50px auto 0;
}
.form-submit::after{
  position: absolute;
  content: '▶︎';
  top: 0;
  color: #fff;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: table;
}
.form-submit input[type="submit"]{
  background: #990100;
  width: 100%;
  height: 50px;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  display: table;
  transition: .3s all;
}
.form-submit input[type="submit"]:hover{
  background: #EB3323;
}
.form-submit input[type="submit"]:disabled {
  background: #aaa;
}
@media screen and (max-width: 767px) {
  .form-precautions {
    padding: 15px;
  }
  .form-submit input[type="submit"]{
    height: 40px;
    font-size: 14px;
  }
  .form-submit{
    height: 40px;
    max-width: 300px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .form-half .in-half{
    width: 100%;
  }
}

/* ----------
よくある質問ページ
----------*/
.faq_menu{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 2%;
}
.faq_menu a.-item{
  width: 49%;
  background: #990100;
  color: #fff;
  border-radius: 5px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 1.2;
  transition: .3s all;
}
.faq_menu a.-item:hover{
  background: #EB3323;
}
#page-faq section h2 {
  padding-top: 150px;
  margin-top:-150px;
}
@media screen and (max-width: 767px) {
  .faq_menu{
    gap: 15px 2%;
  }
  .faq_menu a.-item{
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .faq_menu {
    gap: 15px 3%;
  }
  .faq_menu a.-item {
    width: 48.5%;
  }
}

/* ----------
サイトマップページ
----------*/
.sitemap_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin: 0 0 20px;
}
.sitemap_list .-item{
  width: 32%;
  box-shadow: 0px 1px 8px #00000033;
  padding: 7px 30px 7px 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  min-height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  transition: .3s all;
}
.sitemap_list .-item:hover{
  color: #EB3323;
  opacity: .7;
}
.sitemap_list .-item::after{
  position: absolute;
  content: '▶︎';
  display: table;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  color: #aaa;
  transition: .3s all;
}
.sitemap_list .-item:hover:after{
  color: #EB3323;
}
@media screen and (max-width: 900px) {
  .sitemap_list .-item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .sitemap_list {
    gap: 15px 2%;
  }
  .sitemap_list .-item {
    font-size: 14px;
    padding: 5px 25px 5px 13px;
    min-height: 55px;
  }
  .sitemap_list .-item::after {
    right: 10px;
  }
}
