@charset "utf-8";
/*
Theme Name: 総合買取サイト
*/
:root {
  --txt-color: #333333;
  --hover-color: #E89112;
  --main-color: #135D9C;
  --tag-color:#06C755;
  --header-height: 160px;
  --main-width: 1200px;
}
@media screen and (max-width: 900px) {
  :root {
    --header-height: 160px;
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  box-sizing: border-box;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: 10px;
}
body {
  font-family:"Noto Sans JP","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--txt-color);
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  padding-top:var(--header-height);
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.2rem;
  }
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
ul,ol,li {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
input,
select {
  vertical-align:middle;
}
textarea,
button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  max-width: 100%;
}
input,
select,
textarea,
button {
  box-sizing: border-box;
  font-size: 1.7rem;
  font-family: "Noto Sans JP","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
  color: var(--txt-color);
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 901px) {
  a:hover {
    color: var(--hover-color);
  }
  a:hover img {
    opacity: .8;
  }
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/* アイコンフォント
-------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9ydy2u');
  src:  url('fonts/icomoon.eot?9ydy2u#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?9ydy2u') format('truetype'),
    url('fonts/icomoon.woff?9ydy2u') format('woff'),
    url('fonts/icomoon.svg?9ydy2u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon_box:before {
  content: "\e900";
}
.icon-icon_car:before {
  content: "\e901";
}
.icon-icon_house:before {
  content: "\e902";
}
.icon-icon_movie:before {
  content: "\e903";
}
.point{
  background-color:var(--tag-color);
  color:white;
  width:85px;
  height:85px;
  border-radius:50%;
  text-align:center;
}
.point{
  font-weight:bold;
}
.point div:nth-child(1){
  padding-top:20px;
  font-size:14px;
  letter-spacing:0.4px;
}
.point div:nth-child(2){
  position:relative;
  font-size:27px;
  bottom:8px;
}
.point_green{
  background-color:var(--main-color);
  color:white;
}
.point_three_reason{
  width:70px;
  height:70px;
  background-color:var(--main-color);
  color:white;
}
.point_three_reason > div:nth-child(1){
  padding-top:15px;
  font-size:12px;
}
.point_three_reason > div:nth-child(2){
  font-size:22px;
}
/* 省略
-------------------------------------------*/
.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ヘッダー
-------------------------------------------*/

header {
  background: #fff;
  left: 0;
  
  position: fixed;
  top: 0;
  width: 100%;
  padding:0;
  z-index:1000;
}
.header_part_1{
  height:105px;
}
.header_part_2{
  background-color:#FFF;
  height:56px;
  padding:0;
  text-align:center;
  font-size:15px;
  letter-spacing:0.6px;
  border-bottom: 1px solid var(--main-color);
}
.header_inner{
  margin:0 auto;
  max-width:1200px;
  display:flex;
  justify-content:space-between;
}
.header_inner > div{
  width:100%;
}
.header_inner > div:nth-child(1){
  display:flex;
}
.header_links > ul{
  display:flex;
  justify-content: flex-end;
  padding-top:12px;
}
.header_links > ul > li:not(:last-child){
  margin-right:17px;
}
.header_links li img{
  padding-right:6px;
}
.header_links a{
  font-size:12px;
}
.header_btns{
  margin-top:11px;
  display:flex;
  justify-content: right;
}
.header_logo{
  width:99px;
  padding-top:20px;
}
.header_title{
  color:#135D9C;
  font-size:18px;
  margin-top:28px;
  margin-left:20px;
  letter-spacing:0.88px;
  line-height:1.5;
  font-weight:bold;
}

.header_tel{
  display:block;
  margin-left:39px;
}
.header_tel div:nth-child(1){
  font-size:15px;
  letter-spacing:1.2px;
}
.header_tel div:nth-child(1){
  font-weight:bold;
}

.header_tel div:nth-child(2) img{
  position:relative;
  bottom:8px;
}
.header_tel a{
  font-size:28px;
  letter-spacing:-0.84px;
  line-height:1;
  margin-left:4px;
  font-weight:bold;
}
.header_btn_wrap{
  display:flex;
  margin-left:23px;
  margin-top:2px;
}
.header_btn{
  width:160px;
  height:50px;
  font-size:20px;
  border-radius:5px;
  text-align:center;
  line-height:2.4;
}
.header_btn{
  font-weight:bold;
}
.header_btn:not(:last-child){
  margin-right:8px;
}
.header_btn a{
  color:inherit;
  transition: 0.3s;
}
.header_btn a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.header_btn img{
  position:relative;
  right:4px;
  bottom:1px;
  width:20px;
}
.header_btn_green{
  border:1px solid var(--tag-color);
  background-color: var(--tag-color);
  color:#fff;
}
.header_btn_green img{
  fill:var(--tag-color);
}
.header_btn_red{
  border:1px solid var(--main-color);
  background-color: var(--main-color);
  color:#fff;
}
.header_btn_red img{
  fill:#F7721E;
}
.header_part_2 > ul{
  height:100%;
}
.header_part_2 > ul > li{
  display:block;
  border-left:1px solid white;
  box-sizing:border-box;
}
.header_part_2 > ul > li:last-child{
  border-right:1px solid white;
  box-sizing:border-box;
}
.header_part_2 a{
  display:block;
  color:var(--main-color);
  text-align:center;
  padding:17px 26px;
  transition: 0.2s;
}
@media screen and (min-width:1201px){

}
.header_part_2 a{
  font-weight:bold;
}
@media screen and (min-width: 901px){
  .header_part_2 a:hover{
    background-color:var(--main-color);
    color: #fff;
    transition: 0.2s;
  }
}

.hd_menu a {
  display: block;
  padding: 4px 16px;
}
.hd_tel {
  font-weight: bold;
  text-align: center;
}
.hd_tel dl {
  align-items: center;
  display: flex;
}
.hd_tel dt {
  background-color: var(--hover-color);
  margin-right: 5px;
  width: 30px;
}
.hd_tel dd {
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (min-width: 1201px) {
  .sp {
    display: none !important;
  }
  .hd_menu ul {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  body{
    padding-top:0;
  }
  .pc {
    display: none;
  }
  .header {
    padding: 0;
    position: relative;
  }
  .header_part_1{
    height:auto;
  }
  .header_part_2{
    background-color:white;
    height:100vh;
  }
  .header_part_2 a{
    font-size:12px;
    padding:12px 0 12px 20px;
    text-align:left;
    font-weight: bold;
  }
  .header_btn{
    width:168px;
    height:55px;
    padding-top:6px;
    padding-left:36px;
  }
  .header_btn_delivery{
    display:flex;
    width:345px;
    height:55px;
    background-color:var(--main-color);
    border-radius:3px;
    margin:10px auto 0px;
    font-size:17px;
    padding-left:40px;
  }
  .header_btn_delivery a{
    font-size:17px;
    color:white;
  }
  .header_btn_delivery > img {
    max-width: 20px;
  }
  .header_btn a{
    font-size:17px;
  }
  .header_part_2 > ul > li:first-child{
    border-top:1px solid #E3E3E3;
  }
  .header_part_2 > ul > li{
    border-bottom:1px solid #E3E3E3;
  }
  .header_part_2 .header_inner{
    display:block;
    height:auto;
  }
  .header_logo{
    width:56px;
    padding-top:10px;
    margin-left:10px;
    margin-bottom:8px
  }
  .header_title{
    font-size:14px;
    margin:0;
    margin-top:5px;
    margin-left:10px;
  }
  .header_inner > div{
    width:inherit;
  }
  .header_btn_wrap{
    margin:0 auto;
  }
  .header_btn a{
    padding:0;
  }
  .header_btn_green a{
    color: var(--tag-color);
  }
  .header_btn_red a{
    color: var(--main-color);
  }
  .sp-disable{
    display:none;
  }
  .hd_menu {
    background: #fff;
    display: none;
    left: 0;
    overflow: auto;
    padding: 15px;
    position: fixed;
    top: var(--header-height);
    width: 100%;
    z-index: 100;
  }
  .hd_menu.active {
    display: block;
  }
  .sp_target{
    display:none;
  }
  .sp_target.active{
    display:block;
  }
  .hd_menu a {
    font-weight: bold;
    padding: 10px 16px;
  }
  .hd_menu li {
    border-bottom: 1px dotted var(--hover-color);
  }
  .hd_tel dl {
    justify-content: center;
  }
  .hd_tel a {
    padding: 20px;
  }
  .sp_menu {
    cursor: pointer;
    position:relative;
    padding:10px 10px;
    background-color:var(--main-color);
  }
  .sp_menu span {
    background: white;
    display: block;
    width: 40px;
    height: 3px;
    margin: 8px 0;
    transition-duration: .3s;
  }
  .sp_menu.active span:nth-child(1) {
    transform: translate(0,11px) rotate(45deg);
  }
  .sp_menu.active span:nth-child(2) {
    opacity: 0;
  }
  .sp_menu.active span:nth-child(3) {
    transform: translate(0,-11px) rotate(-45deg);
  }
  .close {
    text-align: center;
  }
  .close a {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    background: var(--main-color);
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .sp_menu span {
    width: 30px;
    height: 2px;
    margin: 6px 0;
  }
  .sp_menu.active span:nth-child(1) {
    transform: translate(0,8px) rotate(45deg);
  }
  .sp_menu.active span:nth-child(3) {
    transform: translate(0,-8px) rotate(-45deg);
  }
  .header {
    padding: 0;
  }

  .logo {
    width: 120px;
  }
}

/* メインビジュアル
-------------------------------------------*/
.bread {
  font-size: 1.2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px 0px 0px;
}
.main_bg {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  height: 500px;
}
.main_bg_txt {
  color: var(--txt-color);
  font-size: 2.8rem;
  font-weight: 700;
  max-width: var(--main-width);
  margin: 0 auto;
}
.main_tx_wrap {
  display: inline-block;
  text-align: center;
  margin-top: 345px;
  margin-left: 30px;
  font-size:18px;
  letter-spacing:0.72px;
}
@media screen and (min-width: 901px) {
  .main_bg {
    max-width:1200px;
    width:100%;
    margin:0 auto;
    background-image: url(img/main_bg.jpg);
  }
}
@media screen and (max-width: 900px) {
  .bread{
    padding-left:15px;
  }
  body{
    /* padding-top:40px; */
  }
  .main_bg {
    align-items: center;
    background-image: url(img/main_bg_sp.jpg);
    background-size: cover;
    display: flex;
    height: 90vw;
    position:relative;
    margin-bottom:15vw;
  }
  .main_bg_txt{
    position:absolute;
    bottom:-10vw;
    width:100%;
    margin:0 auto;
    text-align:center;
  }
  .main_tx_wrap {
    margin: 0;
    font-size:3.4vw;
    font-weight:normal;
  }
}
@media screen and (max-width: 600px) {
  .main_bg_txt {
    font-size: 1.4rem;
  }
  .main_tx {
    font-size: 3rem;
  }
}

/* コンタクトパーツ
-------------------------------------------*/
.contact_section {
  padding: 85px 10px 75px;
  text-align: center;
}
.contact_section p {
  font-size: 2.2rem;
}
.contact_tl {
  display: inline-block;
  font-size: 3rem;
  padding: 0 30px;
  position: relative;
  margin-bottom: 45px;
  letter-spacing:1.2px;
  font-weight:bold;
}
.contact_tl:before {
  transform: rotate(-25deg);
  left: 0;
}
.contact_tl:after {
  transform: rotate(25deg);
  right: 0;
}
.contact_inner{
  background-color:white;
  max-width:1200px;
  margin:0 auto;
  padding-bottom:42px;
  border-radius:10px;
}
.contact_inner_title{
  padding-top:43px;
  margin-bottom:25px;
  font-size:30px;
  letter-spacing:0px;
  font-weight:bold;

}
.contact_inner_desc{
  margin-top:38px;
  letter-spacing:1px;
  font-weight:bold;

}
.contact_line_btn{
  display:block;
  margin:10px auto 0;
  padding-bottom:13px;
  max-width:393px;
  font-size:2.2rem;
  position:relative;
  border-bottom:2px solid var(--main-color);
  font-weight:bold;

}
.contact_banner{
  margin-top:50px;
}
.contact_btn{
  position:relative;
  text-align:center;
  max-width:875px;
  margin:59px auto 0px;
  font-size:3.5rem;
  
}
.contact_btn::before{
  content:"";
  position:absolute;
  width:40px;
  height:40px;
  left:175px;
  top:0;
  bottom:0;
  margin:auto 0;
  background-image:url(img/box-white.png);
  background-size:100% 100%;
}
.contact_btn a{
  background: url(img/arw_right_white.svg) 96% center no-repeat var(--main-color);
  background-size: 10px 20px;
  border-radius: 25vw;
  color: #fff;
  display: block;
  font-size: 3.5rem;
  padding: 24px 10px;
  padding-left:80px;
  letter-spacing:2px;
  transition: 0.2s;
}
.contact_btn a:hover{
  background-color:var(--hover-color);
  transition: 0.2s;
}
.contact_btn a{
  font-weight:bold;
}
.contact_description p{
  font-size:1.5rem;
  margin-top:38px;
  line-height:2;
}
/* arrow */
.contact_line_btn:after{
  content:"";
  position:absolute;
  /*上下中央寄せ 位置合わせ*/
  top:0;
  bottom:15px;
  right:12px;
  margin:auto 0;

  width:8px;
  height:8px;
  box-sizing:border-box;
  border-right:3px solid var(--main-color);
  border-bottom:3px solid var(--main-color);
  transform:rotate(-45deg);
}
.tel {
  margin-bottom: 20px;
}
.tel dl {
  align-items: center;
  display: flex;
  justify-content: center;
}
.tel dt {
  background-color: var(--hover-color);
  margin-right: 8px;
  padding: 8px 0;
  width: 84px;
}
.tel dd {
  font-size: 6.8rem;
  line-height: 1;
}
.tel a {
  display: inline-block;
}
.work_time {
  background: var(--main-color);
  border-radius: 23px;
  color: #fff;
  display: inline-block;
  font-size: 1.9rem;
  line-height: 46px;
  padding: 0 30px;
}
.service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 20px;
  max-width: var(--main-width);
}
.service_list li {
  width: 23%;
  margin: 1%;
}
.service_list a {
  background-color: var(--hover-color);
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 2.3rem;
  padding: 20px;
}
.service_list a i {
  font-size: 3rem;
  line-height: 36px;
  margin-right: 15px;
  vertical-align: middle;
}
@media screen and (min-width: 901px) {
  .service_list a:hover {
    opacity: .7;
  }

}
@media screen and (max-width: 1200px) {
  .service_list li {
    width: 48%;
  }
}
@media screen and (max-width: 900px) {
  
    .contact_tl{
      font-size:17px;
      margin-bottom:10px;
    }
    .contact_section{
      padding-top:20px;
    }
    .contact_inner{
      padding-bottom:20px;
    }
    .contact_inner_banner{
      width:90%;
      margin:0 auto;
    }
    .contact_inner_title{
      padding-top:20px;
      margin-bottom:10px;
      font-size:15px;
    }
    .contact_section p{
      margin-top:15px;
      font-size:1.5rem;
    }
    .contact_banner{
      width:90%;
      margin-left:auto;
      margin-right:auto;
      margin-top:20px;
    }
    .contact_banner a{
      display:block;
      height:100%;
    }
    .contact_line_btn{
      font-size:18px;
      width:320px;
    }
    .contact_btn.sp_btn{
      margin-top:20px;
    }
    .contact_btn:before{
      left:20px;
      width:20px;
      height:20px;
    }
    .contact_btn a{
      padding:15px 0;
    }
    .contact_btn a{
      font-size:20px;
    }
    .contact_description{
      text-align:center;
    }
}
@media screen and (max-width: 600px) {
  .contact_section {
    padding: 30px 15px;
  }
  .contact_tl {
    font-size: 1.8rem;
    padding: 0;
    margin-bottom: 10px;
  }
  .contact_tl:before,
  .contact_tl:after {
    content: none;
  }
  .tel {
    margin-bottom: 10px;
  }
  .tel dd {
    font-size: 3.4rem;
  }
  .tel dt {
    width: 42px;
    padding: 4px 0;
  }
  .work_time {
    border-radius: 11px;
    font-size: 1.1rem;
    padding: 0 20px;
    line-height: 22px;
  }
  .service_list {
    margin: 30px auto 10px;
  }
  .service_list a {
    font-size: 1.4rem;
    padding: 12px 5px;
  }
  .service_list a i {
    font-size: 1.5rem;
    margin-right: 5px;
  }
  .contact_section p {
    font-size: 1.2rem;
  }
}

/* フッター
-------------------------------------------*/
.ft_menu {
  background: #f2f2f2;
  padding: 40px 10px 20px;
}
.ft_menu ul {
  display: flex;
  font-size: 1.4rem;
  font-weight: normal;
  justify-content: center;
}
.ft_menu a {
  display: block;
  padding: 4px 20px;
  color: var(--main-color);
}
.ft_menu a{
  font-weight:bold;
}
.ft_logo_area {
  padding: 44px 10px 30px;
  text-align: center;
}
.ft_logo {
  width: 290px;
  margin: 0 auto;
}
.ft_logo_area .ft_contact {
  font-size: 1.5rem;
  text-decoration: underline;
  letter-spacing:0.48px;
  margin-top:30px;
}
.ft_logo_message{
  font-size:18px;
  color:#135D9C;
  margin-top:25px;
 
}
.ft_logo_message{
  font-weight:bold;
}
.ft_links{
  background-color:#f2f2f2;
  margin:0 auto;
  padding-top:15px;
  padding-bottom:12px;
  line-height:1;
}
.ft_links > ul{
  display:flex;
  justify-content:center;
}
.ft_links > ul > li{
  padding:0px 20px;
}
.ft_links > ul > li:not(:last-child){
  border-right:1px solid var(--txt-color);
}
.copyright {
  font-size: 1.2rem;
  letter-spacing:0.5px;
  padding: 10px;
  text-align: center;
  background-color: #f2f2f2;
}

.navigation{
  position:fixed;
  width:250px;
  background-color:white;
  bottom:20px;
  right:20px;
  z-index:1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  border: 1px solid #E6E6E6;
}
.navigation.none {
  opacity: 0;
  z-index: -1;
}
.navigation_inner{
  padding:20px;
}
.navigation_btn{
  display:block;
   border: 1px solid var(--main-color);
  width:100%;
  height:50px;
  font-size:1.5rem;
  text-align:center;
  line-height:3;
  border-radius:3px;
  position:relative;
}
.navigation_btn{
  font-weight:bold;
}
.navigation_btn a{
  color:var(--main-color);
  display:block;
  height:100%;
  transition: 0.2s;
}
.navigation_btn.header_btn_green {
  border: 1px solid var(--tag-color);
}
.navigation_btn.header_btn_green a,
.navigation_btn.header_btn_red a{
  color:#fff;
}
.navigation_btn img{
  width:15px;
  position:relative;
  right:10px;
}
.navigation_btn:not(:first-child){
  margin-top:6px;
}
.navigation_btn::after{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  background: url("img/arw_right_blue.svg") 96% center no-repeat; 
  right:20px;
  margin:auto 0;
  top:0;
  bottom:0;
}
.navigation_btn.header_btn_green::after,
.navigation_btn.header_btn_red::after{
  background: url("img/arw_right_white_sm.svg") 96% center no-repeat; 
}

@media screen and (min-width:769px){
  .navigation_btn a:hover{
    opacity: 0.7;
    transition: 0.2s;
  }
}
.navigation_sp_btn{
  width:49.6vw;
  height:12vw;
  border-radius:6px 6px 0 0;
  background-color:white;
}
.navigation_sp_btn a{
  display:flex;
  width:100%;
  height:100%;
  justify-content:center;
  align-items: center;
  font-size:3.8vw;
  column-gap: 1.5vw;
  font-weight: bold;
}
.navigation_sp_btn_green a img{
  width:5.5vw;
}
.navigation_sp_btn_red a img{
  width:5.5vw;
}
.navigation_sp_btn_red{
  border:5px solid var(--main-color);
}
.navigation_sp_btn_red a{
  color: var(--main-color);
}
.navigation_sp_btn_green{
  border:5px solid var(--tag-color);
}
.navigation_sp_btn_green a{
   color: var(--tag-color);
}
.navigation_sp_btns{
  display:flex;
  width:100vw;
  bottom:0;
}
.pc_mediaquery{
  display:block;
}
.sp_mediaquery{
  display:none;
}
@media screen and (max-width: 768px){
  .pc_mediaquery{
    display:none;
  }
  .sp_mediaquery{
    display:flex;
    justify-content: space-between;
  }
  nav.navigation{
    background-color:transparent;
    position:fixed;
    bottom:0;
    width:100%;
    right:0;
  }
}
@media screen and (max-width: 900px) {
  .ft_menu ul {
    display: block;
  }
  .ft_menu a {
    padding: 10px 16px;
    font-weight: bold;
  }
  .ft_menu li {
    border-bottom: 1px dotted var(--hover-color);
  }
}
@media screen and (max-width: 600px) {

  .ft_logo {
    width: 140px;
  }
  .ft_logo_area .ft_contact {
    font-size: 1.2rem;
  }
}

/*
* wrap
**/
.section_wrap {
  padding: 80px 0px 100px;
}
.achievement_wrap{
  padding:63px 0px 60px; 
}
.free_area_wrap{
  /*padding:100px 0px 0px;*/
	padding: 0 0 0;
}
.free_area_wrap.starter{
  padding:0px 0px 100px;
}
.news_wrap{
  padding:0px 0px 80px;
}
.series_wrap{
  padding:50px 0px 50px;
}
.greeting_wrap{
  padding:150px 0px 187px;
}
.customer_wrap{
  padding:90px 0px 100px;
  position:relative;
}
.performance_wrap{
  padding:80px 0px 100px;
}
.delivery-flow_wrap{
  padding:75px 0 100px;
}
.delivery-flow_wrap .section_description {
  text-align: center;
}
.line-assessment_wrap{
  padding:50px 0px 0px;
}
.mail-assessment_wrap{
  padding:148px 0px 95px;
}
.reason_wrap{
  padding:100px 0px;
}
.confirmation1_wrap{
  padding:65px 0px 0px;
}
.confirmation2_wrap{
  padding:102px 0px 0px;
}
.confirmation3_wrap{
  padding:102px 0px 90px;
}
.faq_wrap{
  padding:44px 0px 100px;
}
.starter_wrap{
  padding:45px 0px 100px;
}
.process_wrap{
  padding:100px 0 100px;
}
.product_wrap{
  padding:100px 0px;
}
.kaitori_item_wrap{
  padding:35px 0px 100px;
}
.post_slider_wrap{
  padding:80px 0;
}
.kaitori_jisseki_wrap{
  padding-top:100px;
}
.kaitori_brand_wrap {
  padding-top:69px;
}
.column_wrap{
  padding:90px 0px 100px;
}
.market-price_wrap {
  padding-top:50px;
  padding-bottom:80px;
}
.blog_wrap{
  margin-top:29px;
}
.price-purchase_wrap{
  margin-bottom:0;
}
/* トップページ
-------------------------------------------*/

.section_color1 {
  background-color: #F2F2F2;
}
.section_color2{
  background-color: #DCEAF7;
}
.main_width {
  margin: 0 auto;
  max-width: var(--main-width);
}
.section_title {
  text-align: center;
}
.section_image{
  margin-top:10px;
  margin-bottom:10px;
  display:flex;
  justify-content: center;
}
.line_title {
  font-size: 4rem;
  margin-bottom: 25px;
  letter-spacing:2px;
}
.line_title span.area {
  font-size: 0.8em;
  display: block;
}
.line_title:after {
  background: #E89112;
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 15px auto 5px;
}
.line_title.basic:after {
  content: none;
}
.line_title .en {
  color: #999;
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.line_title_small{
  font-size:3.0rem;
  display:block;
  padding-bottom:8px;
  letter-spacing: 1.2px;
}
.line_title_large {
  letter-spacing: 2.4px;
}
.line_title{
  font-weight:900;
}
.section_title p {
  font-size: 1.5rem;
  line-height: 2;
}
.section_subtitle{
  font-size:30px;
  text-align:center;
  padding-top:0px;
  padding-bottom:0px;
}
.section_subtitle{
  font-weight:bold;
}
.section_description{
  font-size:1.5rem;
  text-align:center;
  line-height:2;
  margin-top:30px;  
}
.section_description p{
  margin-top:20px;
}

@media screen and (max-width: 900px) {
  .line_title_small{
    font-size:1.4rem;
    padding-bottom:0;
  }
  .section_wrap {
    padding: 20px 15px 30px;
  }
  .free_area_wrap {
    /*padding:50px 0px 45px;*/
		padding: 0 0 45px;
  }
  .free_area_wrap.starter{
    padding:0px 0px 40px;
  }
  .process_wrap{
    padding:40px 15px 0px;
  }
  .kaitori_item_wrap{
    padding:5px 15px 30px;
  }
  .post_slider_wrap{
    padding:30px 15px 30px;
  }
  .series_wrap{
    padding:40px 15px 30px;
  }
  .kaitori_jisseki_wrap{
    padding:30px 15px;
  }
  .category_souba_wrap.hasnt_strengthen{
    padding:30px 15px;
  }
  .kaitori_brand_wrap {
    padding:20px 15px;
  }
  .market-price_wrap {
    padding:20px 15px 30px;
  }
}
@media screen and (max-width: 600px) {
  .line_title {
    font-size: 2.2rem;
  }
  .line_title:after {
    width: 50px;
    height: 3px;
    margin: 15px auto 0;
  }
  .section_title p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .section_subtitle {
    font-size:2rem;
  }

  .section_description p{
    font-size:1.5rem;
    line-height:1.6;
  }
  .greeting_description p {
    font-size:1.3rem;
  }
  .product_wrap .section_description,
  .performance_wrap .section_description p {
    text-align: center;
  }
}

.series_title{
  font-size: 25px;
  text-align:center;
  letter-spacing:1px;
}
.series_btn{
  max-width:480px;
  margin:30px auto 0;
  text-align:center;
}
@media screen and (max-width: 900px) {
  .series_btn.sp_btn{
    max-width:none;
    margin:22px 0px 0px;
  }
}
.series_btn a {
  background: url(img/arw_right_white.svg) 96% center no-repeat var(--main-color);
  background-size: 5px 10px;
  border-radius: 25vw;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  padding: 26px 10px;
  transition: 0.2s;
}
.series_btn a:hover{
  background-color:var(--hover-color);
  transition: 0.2s;
}
.series_btn a{
  font-weight:bold;
}
.series_description{
  text-align:center;
  margin-top:32px;
  line-height:2.2;
  letter-spacing:1px;
}
.top_contact,
.contact_btn_txt {
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
	margin-top: 1em;
}
@media screen and (min-width: 901px){
  .series_description{
    font-size:14px;
  }
}
.greeting_picture{
  position:relative;
}
.greeting_picture::before{
  content:"";
  position:absolute;
  width:129px;
  height:453px;
  background-image: url(img/greeting_1.png);
  background-size:contain;
  background-repeat:no-repeat;
  left:65px;
  top:-50px;
}
.greeting_picture::after{
  content:"";
  position:absolute;
  width:256px;
  height:479px;
  background-image: url(img/greeting_2.png);
  background-size:contain;
  background-repeat:no-repeat;
  right:0px;
  top:-5px;
}
.customer_picture{
  position:relative;
}
.customer_picture:before{
  content:"";
  width:400px;
  height:200px;
  left:26px;
  top:-35px;
  background-image: url(img/customer_voice1.png);
  background-size:contain;
  background-repeat:no-repeat;
  position:absolute;
}
.customer_picture:after{
  content:"";
  width:300px;
  height:200px;
  right:8px;
  top:0px;
  background-image: url(img/customer_voice2.png);
  background-size:contain;
  background-repeat:no-repeat;
  position:absolute;
}
@media screen and (min-width:600px){
  .blog_inner .itempost.post4 .post_blog_item{
    margin-right:20px;
  }  
}
@media screen and (min-width:1200px){
  .blog_inner .itempost.post4 .post_blog_item:last-child{
    margin-right:0px;
  }
}
.delivery-flow_description{
  margin-top:46px;
}
.delivery-flow_title{
  margin-top:50px;
}
.delivery-flow_title h3{
  font-size:25px;
  font-weight:normal;
  text-align:center;
}
.delivery-flow_title h3{
  font-weight:bold;
}
.delivery-flow_before{
  position:relative;
  margin-top:12px;
  display:flex;
  width:100%;
  border:10px solid #E3E3E3;
}
.delivery-flow_before:after{
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:45px solid transparent;
  border-top:30px solid var(--main-color);
  bottom:-85px;
  left:0px;
  right:0px;
  margin:0 auto;
}
.delivery-flow_before li{
  display:block;
  width:100%;
  text-align:center;
  padding-bottom:40px;
}
.delivery-flow_before li:not(:last-child){
  border-right:1px solid #E3E3E3;
}
.delivery-flow_before li p{
  font-size:2.2rem;
  line-height:1.6;
}
.delivery-flow_before li a{
  color:#00A7FF;
}
.delivery-flow_before li:nth-child(1) p{
  margin-top:43px;
}
.delivery-flow_before li p{
  font-weight:bold;
}
.delivery-flow_before li:nth-child(2) p{
  margin-top:32px;
}
.delivery-flow_link{
  margin-top:22px;
  font-size:1.5rem;
  display:flex;
  justify-content: center;
}
.delivery-flow_link > a:not(:first-child){
  padding-left:40px;
  
}
.delivery-flow_tel{
  font-size:1.5rem;
  margin-top:22px;
}
.delivery-flow_steps{
  margin-top:62px;
  display:flex;
  width:100%;
  border:10px solid #E3E3E3;
  text-align:center;
}
.delivery-flow_steps li{
  display:block;
  width:100%;
  padding-bottom:54px;
}
.delivery-flow_steps li:not(:last-child){
  border-right:1px solid #E3E3E3;
}
.delivery-flow_step{
  font-size:25px;
  font-weight:bold;
  margin-top:45px;
  letter-spacing:1px;
}
.delivery-flow_icon {
  display:flex;
  fill:black;
  text-align:center;
  margin:11px auto 0;
  text-align:center;
  justify-content:center;
  height:82px;
}
.delivery-flow_icon_pc{
  position:relative;
  width:80px;
}
.delivery-flow_icon_glass{
  width:54px;
  margin-right:4px;
}
.delivery-flow_icon_box{
  width:58px;
  margin-left:8px;  
}
.delivery-flow_icon_mail{
  width:64px;
  margin-right:6px;
}
.delivery-flow_icon_money{
  width:78px;
  margin-left:8px;
  
}
.delivery-flow_step_title{
  margin-top:13px;
  font-size:2.2rem;
}

.delivery-flow_step_title h4{
  font-weight:400;
}
.delivery-flow_step_title h4{
  font-weight:bold;
}
.delivery-flow_step_description{
  margin-top:10px;
  font-size:1.4rem;
  line-height:1.6;
}
.delivery-flow_main{
  margin-top:130px;
}
.delivery-flow_main_title{
  font-size:4.0rem;
  text-align:center;
}
.delivery-flow_main_title h3{
  font-weight:normal;
  letter-spacing:2.4px;
}
.delivery-flow_main_title h3{
  font-weight:bold;
}
.delivery-flow_flow_steps{
  margin-top:45px;
}
.delivery-flow_flow_steps li{
  display:flex;
  border-top:1px solid #B0B0B0;
  padding:55px 0px 44px;
}
.delivery-flow_flow_steps li:last-child{
  padding-bottom:0px;
}
.delivery-flow_flow_steps > li:nth-child(2){
  padding-bottom:69px;
}
.delivery-flow_lists_image{
  padding-top:20px;
}
.delivery-flow_article h4{
  font-size:22px;
  font-weight:normal;
}
.delivery-flow_article p{
  font-size:15px;
}
.delivery-flow_icons{
  text-align:center;
  width:18%;
}
.delivery-flow_icons{
  font-weight:bold;
}
.delivery-flow_icons img{
  width:57px;
}
.delivery-flow_icons span{
  display:block;
  font-size:2.5rem;
  margin-top:28px;
  letter-spacing:1px;
}
.delivery-flow_icons > div{
  margin-top:8px;
}
.delivery-flow_icons_images > img:nth-child(1){
  margin-right:5px;
}
.delivery-flow_icons_images > img:nth-child(2){
  margin-left:5px;
}
.delivery-flow_article_notice{
  color:#FF0000;
}
.delivery-flow_article{
  width:67%;
}
.delivery-flow_article h4{
  font-weight:bold;
}
.delivery-flow_article p{
  font-size:1.5rem;
  line-height:2;
  letter-spacing:0.6px;
  margin-top:4px;
}
.delivery-flow_thumbnail{
  position:relative;
  top:0;
  bottom:0px;
  margin:auto 0;
}
.delivery-flow_btn{
  position:relative;
  margin-top:30px;
}
.delivery-flow_lists{
  max-width:1160px;
  margin:26px auto 0px;
  display:flex;
}
.delivery-flow_lists li{
  display:flex;
}
.delivery-flow_lists_inner{
  padding:32px 25px;
}
.delivery-flow_lists > li{
  box-shadow:0px 0px 5px rgba(0,0,0,0.2);
  width:100%;
  position:relative;
  margin-bottom: 20px;
}
.delivery-flow_lists > li:nth-child(1){
  z-index:500;
}
.delivery-flow_lists > li:nth-child(2){
  z-index:400;
}
.delivery-flow_lists > li:nth-child(3){
  z-index:300;
}
.delivery-flow_lists > li:nth-child(4){
  z-index:200;
}
.delivery-flow_lists > li:not(:last-child):after{
  content:"";
  width:32px;
  height:32px;
  background-color:white;
  position:absolute;
  right:-14px;
  top:0;
  bottom:0;
  margin:auto 0;
  transform:rotate(45deg);
  box-shadow:5px -5px 5px 0px rgba(0,0,0,0.1);
}
.delivery-flow_lists > li:nth-child(1):after{
  z-index:0;
}
.delivery-flow_lists_title{
  display:flex;
  font-size:18px;
}
.delivery-flow_lists_title{
  font-weight:bold;
}
.delivery-flow_lists_num{
  width:25px;
  height:25px;
  background-color:#66BF0B;
  color:white;
  text-align:center;
  font-size:16px;
  margin-right:12px;
}
.delivery-flow_notice{
  margin-top:30px;
  border-top:1px solid #B0B0B0;
  border-bottom:1px solid #B0B0B0;
  padding:50px 0 60px;
}
.delivery-flow_notice h3{
  text-align:center;
  font-size:2.2rem;
  font-weight:bold;
  line-height:1.6;
}
.delivery-flow_notice p{
  font-size:1.5rem;
  text-align:center;
  letter-spacing:0.6px;
  margin-top:20px;
}

.line-assessment_horizon{
  background-color:#B0B0B0;
  margin:47px 0px;
}
.line-assessment_lists{
  max-width:1160px;
  margin:0px auto 0;
}
.line-assessment_lists > li{
  display:flex;
}
.line-assessment_lists > li:not(:first-child){
  margin-top:30px;
}
.line-assessment_lists > li > div:nth-child(2){
  width:100%;
}
.flowank {
	padding-top: 161px;
	margin-top: -161px;
}
@media screen and (max-width:1200px) {
	.flowank {
		padding-top: 61px;
		margin-top: -61px;
	}
}
@media screen and (max-width:900px) {
	.flowank {
		padding-top: 50px;
		margin-top: -50px;
	}
}
@media screen and (max-width:600px){
  .delivery-flow_lists_title{
    font-size:17px;
  }
  .delivery-flow_link > a:not(:first-child){
    padding-left:20px;
  }
	.flowank {
		padding-top: 58px;
		margin-top: -58px;
	}
}
@media screen and (min-width:900px){
  .line-assessment_lists > li > div:not(:first-child){
    margin-left:40px;
  }
}

.line-assessment_lists_image{
  width:300px;
}
.line-assessment_lists_title{
  display:flex;
  font-size:25px;
  font-weight:normal;
  margin-top:35px;
  padding-bottom:15px;
  border-bottom:1px dotted var(--tag-color);
}
.line-assessment_lists_title h3{
  line-height:2.2;
  margin-left:20px;
}
.line-assessment_lists_link{
  margin-top:17px;
  font-size:15px;
  letter-spacing:0.6px;
}
.line-assessment_lists_link a{
  color:#00A7FF;
}
.line-assessment_lists_description{
  font-size:15px;
  line-height:2;
  margin-top:15px;
}
.line-assessment_lists_icon{
  display:flex;
  justify-content: center;
  width:60px;
  height:60px;
  background-color:var(--tag-color);
  border-radius:5px;
}
.line-assessment_points{
  max-width:1160px;
  margin:0px auto 0;
}
.line-assessment_points_title{
  padding:17px 0;
  font-size:25px;
  text-align:center;
  background-color:var(--tag-color);
  color:white;
}

.line-assessment_points_title h3{
  font-weight:normal;
}
.line-assessment_points_title h3{
  font-weight:bold;
}
.line-assessment_points_lists{
  width:100%;
  background-color:#F2F2F2;
}
.line-assessment_points_lists_inner{
  display:flex;
  padding:30px 30px 40px;
}
@media screen and (min-width:900px){
  .line-assessment_points_lists_inner li:not(:last-child){
    padding-right:22px;
  }
  
}
.line-assessment_points_subtitle{
  font-size:22px;
  text-align:center;
  margin-top:20px;
  letter-spacing:0.88px;
}
.line-assessment_points_subtitle h4{
  font-weight:normal;
}
.line-assessment_points_subtitle h4{
  font-weight:bold;
}
.line-assessment_points_description{
  text-align:center;
  margin-top:10px;
  font-size:15px;
  letter-spacing:0.6px;
  line-height:1.6;
}
.line-assessment_points_lists > li{
  width:100%;
}
.line-assessment_comment{
  max-width:1160px;
  margin:30px auto 0;
}
.line-assessment_comment_content{
  background-color:#F2F2F2;
  padding:30px 0 46px;
}
.line-assessment_comment_inner{
  padding:0px 36px;
}
.line-assessment_comment_title{
  font-size:22px;
}
.line-assessment_comment_title:not(:first-child){
  margin-top:30px;
}
.line-assessment_comment_description{
  margin-top:10px;
  font-size:15px;
}
.line-assessment_add{
  max-width:1160px;
  margin:26px auto 0;
  width:100%;
}
.line-assessment_add > ul{
  display:flex;
  
}
.line-assessment_add > ul > li{
  display:block;
  width:100%;
}
@media screen and (min-width:900px){
  .line-assessment_add > ul > li:not(:first-child){
    margin-left:20px;
  }
}

.line-assessment_add_title{
  width:100%;
  background-color:var(--tag-color);
  text-align:center;
  color:white;
  font-size:22px;
  padding:14px 0;
}
.line-assessment_add_title{
  font-weight:bold;
}
.line-assessment_add_content_left{
  background-color:#F2F2F2;
  display:flex;
  padding-top:40px;
  padding-bottom:40px;

}
.line-assessment_add_content_left{
  font-weight:bold;
}
.line-assessment_add_content_left > div:nth-child(1){
  margin-left:40px;
}
.line-assessment_add_content_left > div:nth-child(2){
  font-size:18px;
  margin-left:28px;
  margin-top:34px;
  letter-spacing:0.72px;
}
.line-assessment_add_content_right{
  background-color:#F2F2F2;
  padding-bottom:46px;

}

.line-assessment_add_content_right{
  font-weight:bold;
}
.line-assessment_add_content_right > div:nth-child(1){
  display:flex;
  justify-content:center;
  padding-top:35px;
}
.line-assessment_add_content_right > div:nth-child(2){
  font-size:18px;
  text-align:center;
  margin-top:25px;
}
.mail-assessment{
  display:flex;
  justify-content:center;
  
  margin-top:50px;
}
.mail-assessment > div:not(:last-child){
  margin-right:48px;
}

.mail-assessment_btn{
  margin-top:55px;
}
.mail-assessment_image{
  position:relative;
  right:8px;
  top:25px;
}
@media screen and (max-width: 600px) {
  .mail-assessment_image {
    width:30%;
  }
}
.mail-assessment_title{
  font-size:25px;
  line-height:1.4;
  letter-spacing:1px;
}
.mail-assessment_description{
  line-height:2;
  font-size:15px;
  margin-top:10px;
}

.reason_flex{
  display:flex;
  margin-top:-10px;
}
.reason_flex li{
  width:100%;
  display:block;
}
.reason_flex li:not(:last-child){
  margin-right:27px;
}

.reason_inner{
  box-shadow:0px 0px 5px rgba(0,0,0,0.16);
  border-radius:15px;
}
.reason_description{
  width:100%;
  background-color:white;
  text-align:center;
  font-size:22px;
  border-radius:15px;
  padding-top:18px;
  letter-spacing:0.88px;
  height:134px;
}
.reason_description p{
  font-weight:bold;
}
.reason_description small{
  font-size:12px;
}
.reason_point{
  display:flex;
  justify-content:center;
  position:relative;
  top:40px;
}
.section_hero {
  background-image: url(img/top-hero_back.png);
  background-size: cover;
  background-repeat: no-repeat;
}
/* 宅配取引の確認事項
-------------------------------------------*/

.confirmation_title{
  display:flex;
  font-size:25px;
  margin-left:2px;
}
.confirmation_title > h2{
  font-weight:bold;
}

.confirmation_title:before{
  content:"";
  border-left:5px solid var(--main-color);
  padding-right:12px;
}
.confirmation_description{
  font-size:15px;
  margin-top:12px;
  line-height:2;
  letter-spacing:0.6px;
}
.confirmation_notice{
  color:red;
  line-height:2;
  letter-spacing:0.6px;
  margin-top:16px;
  font-size:15px;
}
.confirmation_inner{
  margin-top:24px;
  border-radius:10px;
  background-color:#E5F4D4;
}
.confirmation_inner strong{
  color:white;
  font-weight:normal;
  font-size:18px;
  padding:6px 13px;
  border-radius:5px;
  background-color:var(--tag-color);
  letter-spacing:0.72px;
  
}
.confirmation_inner strong{
  font-weight:bold;
}
.confirmation_inner_wrap > div:not(:first-child){
  margin-top:37px;
}
.confirmation_inner p{
  margin-top:10px;
  line-height:2;
  font-size:15px;
  letter-spacing:0.6px;
}
.confirmation_inner_wrap{
  padding:30px;
}
.confirmation_image > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
}
.confirmation_image {
  margin-top:33px;
}
.confirmation_image table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 449px;
  width:100%;
  margin-right:46px;
}
.confirmation_image table tr {
  font-size:15px;
  text-align: center;
}
.confirmation_image table tr:nth-child(1){
  background-color:#DCF2A6;
}
.confirmation_image table tr td {
  border:solid 1px #707070;
  padding-top: 8px;
  padding-bottom: 8px;
}
.confirmation_image table tr td:nth-child(1){
  
  width:37.8%;
}
@media screen and (max-width: 900px){
  .delivery-flow_main{
    margin-top:60px;
  }
  .delivery-flow_notice{
    padding:30px;
  }
  .delivery-flow_notice h3{
    font-size:17px;
  }
  .delivery-flow_notice p{
    font-size:12px;
  }
  .line-assessment_add > ul > li:not(:first-child){
    margin-top:20px;
  }
  .delivery-flow_main_title h3{
    font-size:2rem;
  }
  .delivery-flow_title h3{
    font-size:1.7rem;
  }
  .delivery-flow_article{
    margin-top:25px;
  }
  .delivery-flow_article p{
    font-size:1.2rem;
  }
  .delivery-flow_btn{
    margin-top:10px;
  }
  .delivery-flow_flow_steps{
    margin-top:15px;
  }
  .delivery-flow_flow_steps > li{
    padding:25px 0px;
  }
  .delivery-flow_flow_steps > li:nth-child(2){
    padding-bottom:25px;
  }
}
@media screen and (max-width: 768px) {
  .confirmation_image > div {
    display: block;
  }
  .confirmation_image table {
    max-width:100%;
  }
  .confirmation_image img {
    display: block;
    margin: 0 auto;
    margin-top: 35px;
  }
  .series_description,
	.contact_btn_txt {
    margin-top:16px;
    font-size:12px;
    letter-spacing:0.5px;
  }
}
@media screen and (max-width: 600px){
  .series_title{
    font-size:17px;
  }
  .line-assessment_add_title{
    font-size:17px;
  }
  .confirmation_title > h2{
    font-weight:normal;
    font-size:1.7rem;
  }
  .confirmation_inner strong {
    font-size:1.7rem;
  }
  .confirmation_inner p,
  .confirmation_notice,
  .confirmation_description {
    font-size:1.2rem;
  }
  .confirmation_inner strong {
    display: block;
  }
}
/* FAQ
-------------------------------------------*/

.faq_desctiption{
  display:block;
  text-align:center;
  font-size:15px;
  letter-spacing:0.6px;
}
.faq_tags{
  margin-top:70px;
}
.faq_tags > ul{
  display:flex;
}
.faq_tags > ul > li{
  display:block;
  width:100%;
  border-bottom:2px solid var(--tag-color);
  font-size:18px;
  text-align:center;
  padding:20px 0px;
  background-color:#F2F2F2;
}
.faq_tags > ul > li.faq_active{
  background-color:var(--tag-color);
  color:white;
}
.faq_tags > ul > li:not(.faq_active){
  cursor: pointer;
}
.faq_tags > ul > li{
  font-weight:bold;
}
@media screen and (max-width:900px){
  .faq_tags > ul > li{
    width:calc(50% - 5px);
    color:white;
    border:0;
    justify-content: center;
    align-items:center;
    display:flex;
  }
  .faq_tags > ul > li:first-child{
    border-top:0;
  }
  .faq_tags > ul > li:nth-child(even){
    margin-left:10px;
  }
  .faq_tags > ul > li:nth-child(n+3){
    margin-top:10px;
  }
}
.faq_items{
  margin-top:17px;
}
.faq_items > ul:not(.faq_active){
  display:none;
}
.faq_items > ul > li{
  display:block;
  border-bottom:1px solid #E3E3E3;
}
.faq_question{
  font-size:22px;
  position:relative;
}
.faq_question:before{
  content:"";
  width:30px;
  height:30px;
  position:absolute;
  left:-40px;
  background-image:url(img/faq-question.png);
  background-position:center;
  background-repeat:no-repeat;
}
.faq_answer{
  margin-top:20px;
  font-size:15px;
  position:relative;
  letter-spacing:0.6px;

}
.faq_answer:before{
  content:"";
  width:30px;
  height:30px;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto 0;
  left:-40px;
  background-image:url(img/faq-answer.png);
  background-position:center;
  background-repeat:no-repeat;
}
@media screen and (max-width:900px){
  .faq_question:before{
    content:"";
    width:30px;
    height:30px;
    position:absolute;
    left:-40px;
    background-image:url(img/faq-question.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
  }
  .faq_answer:before{
    content:"";
    width:30px;
    height:30px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto 0;
    left:-40px;
    background-image:url(img/faq-answer.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
  }
}
.faq_link{
  margin-top:10px;
  letter-spacing:0.6px;
}
.faq_link a{
  color:#00A7FF;
  font-size:15px;
}
.faq_inner{
  padding:22px 20px 23px 60px;
}

.faq_wrap .contact-link{
  display: block;
  width: 100%;
  padding: 50px 40px;
  margin: 65px auto 0;
  border: 5px solid #F2F2F2;
}
.faq_wrap .contact-link .note{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.faq_wrap .contact-link .btn{
  max-width:480px;
  margin:30px auto;
  text-align:center;
}
.faq_wrap .contact-link .btn a {
  background: url(img/arw_right_white.svg) 94% center no-repeat var(--main-color);
  background-size: 8px 13px;
  border-radius: 25vw;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  padding: 26px 10px;
  transition: 0.2s;
}
.faq_wrap .contact-link .btn a:hover{
  background-color:var(--hover-color);
  transition: 0.2s;
}
.faq_wrap .contact-link .btn a{
  font-weight:bold;
}
.faq_wrap .contact-link .description p{
  font-size: 17px;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.47;
}
.faq_wrap .contact-link .description p a{
  text-decoration: underline;
}
.faq_wrap .contact-link .description p span{
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .faq_wrap .contact-link{
    width: 100%;
    padding: 6.666666666666667vw 5.3333333333334vw;
    margin: 8vw auto 0;
    border: 5px solid #F2F2F2;
  }
  .faq_wrap .contact-link .note{
    font-size: 3.4666666666666663vw;
    line-height: 1.58;
  }
  .faq_wrap .contact-link .btn{
    max-width: 66.66666666666666vw;
    width: 100%;
    margin: 4vw auto 3.2vw;
  }
  .faq_wrap .contact-link .btn a {
    background-size: 5px 10px;
    width: 100%;
    font-size: 3.4666666666666663vw;
    padding: 4vw 1.33333333333335vw;
  }
  .faq_wrap .contact-link .description p{
    font-size: 2.66666666666666666666667vw;
    line-height: 1.47;
  }
  .faq_wrap .contact-link .description p span{
    font-size: 2.4vw;
  }
}


/* 初めての方
-------------------------------------------*/

.starter_notice{
  max-width:1200px;
  margin:90px auto 0px;
  background-color:#F2F2F2;
  border-radius:20px;
}
.starter_notice h3{
  font-size:25px;
  font-weight:normal;
  letter-spacing:1px;
}
.starter_notice h3{
  font-weight:bold;
}
.starter_notice ul{
  padding-top:8px;
  font-size:15px;
  line-height:2;
  letter-spacing:0.6px;
}
.starter_notice li:before{
  content:"・";
}
.starter_notice_inner{
  padding:37px 30px;
}
.three_reason{
  padding-top:100px;
}
.three_reason_points{
  display:flex;
  flex-wrap:wrap;
  
  margin-top:48px;
}
@media screen and (min-width: 900px){
  .three_reason_points > li:nth-child(1){
    margin-right:40px;
  }
  .three_reason_points > li:nth-child(4){
    margin-right:40px;
  }
  .three_reason_points > li:nth-child(6){
    margin-right:40px;
  }
  .three_reason_points > li:nth-child(n+3){
    margin-top:45px;

  }
}
.three_reason_point_content{
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  justify-content:center;
}
.three_reason_points > li{
  width:calc(50% - 20px);
}
.three_reason_point{
  display:flex;
  justify-content: center;
}
.three_reason_points_title{
  font-size:2.2rem;
  text-align:center;
  margin-top:22px;
}
.three_reason_points_title{
  font-weight:bold;
}
.three_reason_points_description{
  font-size:1.5rem;
  line-height:2;
  letter-spacing:0.6px;
  margin-top:15px;
}

.three_reason_point_image--pc {
  display: block;
}
.three_reason_point_image--sp {
  display: none;
}
.starter-banner_wrap{
  padding:0 0 100px;
}
@media screen and (max-width: 900px){
  .starter-banner_wrap{
    padding:0 0 0px;
  }
  .line-assessment_add_content_left > div:nth-child(2){
    margin-left:10px;
    margin-top:15px;
    font-size:17px;
  }
  .line-assessment_add_content_right > div:nth-child(2){
    font-size:17px;
  }
  .delivery-flow_steps{
    width:100%;

    margin:50px auto 25px;
  }
  .delivery-flow_step{
    font-size:17px;
  }
  .delivery-flow_title{
    margin-top:20px;
  }
  .delivery-flow_before{
    margin:20px auto;
  }
  .delivery-flow_lists_inner{
    padding:0;
    margin: 0 auto;
    padding-top: 20px;
  }
  .delivery-flow_lists > li:not(:last-child):after{
    display:none;
  }
  .delivery-flow_icons{
    order:1;
    width:50%;
  }
  .delivery-flow_thumbnail{
    order:2;
    width:50%;
  }
  .delivery-flow_article{
    order:3;
    width:auto;
  }
  .delivery-flow_steps{
    flex-wrap:wrap;
  }
  .delivery-flow_steps li{
    padding-bottom:25px;
  }
  .delivery-flow_step{
    margin-top:25px;
  }
  .delivery-flow_link{
    
  }
  .delivery-flow_before{
    flex-wrap:wrap;
  }
  .delivery-flow_before li:not(:last-child){
    border-right:0;
    border-bottom:1px solid #E3E3E3;
  }
  .delivery-flow_before li p{
    font-size: 1.7rem;
  }
  .delivery-flow_step_description{
    font-size: 1.2rem;
  }
  .delivery-flow_step_title{
    font-size:1.7rem;
  }
  .delivery-flow_flow_steps li{
    flex-wrap:wrap;
  }
  .delivery-flow_steps li:not(:last-child){
    border-right:0;
    border-bottom:1px solid #E3E3E3;

  }
  .delivery-flow_btn .more_btn a{
    font-size:16px;
  }
  .delivery-flow_lists{
    flex-wrap:wrap;
  }
  .delivery-flow_lists_image{
    width:87vw;
  }
  .delivery-flow_lists_image > img{
    width:100%;
  }
  .line-assessment_add > ul{
    flex-wrap:wrap;
  }
  
  .faq_tags > ul{
    flex-wrap:wrap;
  }
  .line-assessment_lists > li{
    flex-wrap:wrap;
    flex-direction: column-reverse
  }
  .line-assessment_points_lists_inner{
    flex-wrap:wrap;
  }
  .line-assessment_points_lists_inner > li{
    width:100%;
  }
  .line-assessment_lists_link{
    font-size:12px;
  }
  .line-assessment_points_lists_inner > li:not(:first-child){
    margin-top:30px;
  }
  .line-assessment_lists_icon{
    width:50px;
    height:50px;
  }
  .line-assessment_lists_icon > img{
    width:65%;
  }
  .line-assessment_comment_title{
    font-size:17px;
  }
  .line-assessment_points_subtitle{
    font-size:17px;
  }
  .line-assessment_points_title{
    font-size:17px;
  }
  .line-assessment_points_image{
    width:100%;
  }
  .line-assessment_points_image img{
    width:100%;
  }
  .line-assessment_lists_image{
    margin:20px auto 0;
  }
  .line-assessment_lists_image > img{
    width:100%;
  }
  .line-assessment_lists_title{
    font-size:17px;
    align-items:center;
  }
  .line-assessment_lists_description{
    font-size:12px;
  }
  .line-assessment_add_content_right{
    padding:0px 15px 46px; 
  }
  .mail-assessment_image img{
    margin-left:30px;
  }
  .mail-assessment_title{
    font-size:20px;
  }
  .mail-assessment_description{
    font-size:14px;
  }
  .starter_notice{
    margin-top:30px;
  }
  .starter_notice h3{
    font-size:1.9rem;
    text-align: center;
  }
  .starter_notice ul li{
    font-size:1.4rem;
  }
  .three_reason_points {
    display: block;
    margin-top:20px;
  }
  .three_reason_points > li {
    width: 100%;
  }
  .three_reason {
    padding-top:40px;
  }
  .three_reason_points_title {
    font-size:1.75rem;
  }
  .three_reason_point_image--pc {
    display: none;
  }
  .three_reason_point_image--sp {
    display: block;
  }
  .three_reason_point_image {
    margin-top:20px;
    margin-bottom:15px;
  }
  .three_reason_points_description {
    font-size: 1.2rem;
  }
  .free_area_wrap.starter .free_area {
    padding:10px;
  }
  .starter_wrap .section_description {
    text-align: center;
  }
}
.process_flex{
  display:flex;
  flex-wrap:wrap;
}
.process_flex li{
  width:calc(33.3% - 20px);
  margin-right:21px;
  margin-top:30px;
}
.process_flex li:nth-child(3n){
  margin-right:0;
}
.process_title{
  margin-top:18px;
  font-size:1.8rem;
}
.process_description{
  line-height:1.6;
  margin-top:4px;
  letter-spacing:0.56px;
  font-size:1.4rem;
}
@media screen and (max-width: 600px) {
  .starter_notice ul{
    font-size:12px;
  }
  .process_flex {
    display: block;
    margin-top:47px;
  }
  .process_flex li{
    width:100%;
    margin-bottom:55px;
  }
  .process_title {
    text-align: center;
  }
  .process_image {
    text-align: center;
  }
  .process_image > img{
    width:100%;
  }
}
/* 買取の流れ
-------------------------------------------*/
.flow_before_flex{
  max-width:1200px;
}
/*買取実績
-------------------------------------------*/
.achievement.section_title{
  padding-bottom:50px;
}


/* 投稿
-------------------------------------------*/
.itempost {
  display: flex;
  flex-wrap: wrap;
  
}
.itempost.post4 > .post_item{
    width: 23.1%;
    /*padding-right:20px;*/
    margin-top:25px;
    margin-right: 2.5%;
}
@media screen and (min-width: 901px){
  .itempost.post4 > .post_item:nth-child(4n){
      margin-right: 0;
  }
  .itempost.post4 > .post_item:not(:nth-child(n+5)){
    margin-top:0px;
  }
}
@media screen and (max-width: 900px) and (min-width: 601px){
    .itempost.post4 > .post_item {
        width: 32.66%;
        margin-right: 1%;
        margin-top: 2.5%;
    }
    .itempost.post4 > .post_item:nth-child(3n){
        margin-right: 0;
    }
    .itempost.post4 > .post_item:not(:nth-child(n+4)){
        margin-top:0px;
    }
}
@media screen and (max-width:600px){
    .itempost.post4 > .post_item {
        width: 49.5%;
        margin-right: 1%;
        margin-top: 2.5%;
    }
    .itempost.post4 > .post_item:nth-child(2n){
        margin-right: 0;
    }
    .itempost.post4 > .post_item:not(:nth-child(n+5)){
        margin-top:0px;
    }
}

.itempost_btn {
  margin-top:50px;
}
@media screen and (max-width: 900px){
  .itempost_btn {
    margin-top:25px;
  }
}
@media screen and (max-width: 600px) {
  .itempost {
    justify-content: left;
    
  }
}
.post_item p {
  margin: 10px 0;
  line-height: 1.6;
}
.post_item .image {
	text-align: center;
}
.post_item .image img {
  /*background-color: #fff;*/
  /*width: 100%;*/
  /*height: 180px;*/
  /*object-fit: scale-down;*/
}

.post4 .post_item .inner {
  height: 100%;
  max-width: 285px;
  margin: 0 auto;
}

.purchase a {
  background-color: #fff;
  display: block;
  height: 100%;
  position: relative;
}
.purchase p {
  font-size: 1.4rem;
  margin: 4px 0;
}
.purchase .price {
  color: #EC4B55;
  text-align: right;
  font-weight: bold;
}
.purchase .tag {
  margin-top:10px;
}
.purchase .tag span {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
	margin-bottom: 3px;
}
.item_info { 
  padding: 10px;
}

@media screen and (min-width: 901px) {
  .item_info{
    padding: 10px 15px;
  }
  .voice_item:nth-child(even){
    margin-left:20px;
  }
  .purchase .price {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 900px) {
  .blog_inner .itempost.post4 .post_blog_item{
    padding:5px;
    max-width:250px;
  }
  .line-assessment_lists > li:not(:first-child){
    margin-top:0px;
  }
  .achievement.section_title{
    padding-bottom:0px;
  }
  .post_item .image img {
    /*height: 140px;*/
  }
  .purchase .price {
    font-size: 1.6rem;
  }
  .reason_flex li:not(:last-child){
    margin:0 auto;
  }
  .reason_flex{
    flex-wrap:wrap;
    justify-content: center;
  }
  .reason_inner{

    margin:0 auto;
  }
  .reason_inner > div:nth-child(1) > img{
    width:100%;
  }

}
@media screen and (max-width: 600px) {
  
  .post4 .post_item {
    width:50%;
  }
  .post4 .post_item .inner {
    max-width: none;
  }
  .post_item .image img {
    /*height: 120px;*/
  }
  .purchase p {
    font-size: 1.2rem;
  }
  .item_info {
    padding: 6px;
  }
}

/* 投稿スライダー
-------------------------------------------*/
.post_slider {
  opacity: 0;
  height: 245px;
  overflow: hidden;
  transition-duration: .3s;
}
.post_slider.slick-initialized {
  opacity: 1;
  height: auto;
}
.post_slider {
  margin-top:45px;
  padding: 0 65px;
  position: relative;
}
.post_blog_item p {
  margin: 6px 0 0px;
  line-height: 1.6;
  font-size:14px;
}
.post_blog_item p:nth-child(3){
  margin-top:0px;
  margin-bottom:10px;
}
.post_blog_item .date {
  color: #666;
  font-size: 1.2rem;
}
.post_blog_item .inner {
  padding: 5px;
  max-width: 250px;
  margin: 0 auto;
}
.post_slider.purchase .inner {
  /*max-width: 325px;*/
	max-width: 285px;
  margin: 0 auto;
}
.post_blog_item .image img {
  background-color: #fff;
  width: 100%;
  height: 185px;
  object-fit: scale-down;
}
.post_tag {
  display: flex;
  flex-wrap: wrap;
  margin-top:25px;
}
.post_tag li {
  margin-right: 2px;
  margin-bottom: 2px;
}
.post_tag a {
  border-radius: 4px;
  background-color: var(--tag-color);
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 3px 8px;
}
.slick-arrow {
  background-color: var(--main-color);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 18px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 100px;
  margin-top: -50px;
}
.slick-arrow:hover {
  background-color: var(--hover-color);
}
.slick-prev {
  background-image: url(img/arw_left_white.svg);
  left: 0;
}
.slick-next {
  background-image: url(img/arw_right_white.svg);
  right: 0;
}
.post_slider.purchase .inner{
  padding:5px;
}
.top_slider1 {
  margin-top: 40px;
}
.top_column1 {
  margin-top: 24px;
}
.top_column2 {
  margin-top: 37px;
}
.top_column3{
  margin-top: 48px;
}

.kaitori_jisseki_list{
  margin-top:52px;
}
@media screen and (max-width: 600px) {
  .post_slider {
    padding: 0 20px;
  }
  .slick-arrow {
    background-size: 5px 10px;
    width: 20px;
    height: 60px;
    margin-top: -30px;
  }
  .post_tag a {
    font-size: 1.2rem;
  }
  .top_slider1 {
    margin-top: 20px;
  }
  .top_column1 {
    margin-top: 20px;
  }
  /* .post_blog_item .image img {
    height: 100px;
  } */
}

/* もっと見るボタン
-------------------------------------------*/
.more_btn {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.more_btn a,.more_btn button {
  background: url(img/arw_right_white.svg) 93% center no-repeat var(--main-color);
  background-size: 8px 16px;
  border-radius: 25vw;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  padding: 27px 0px;
  width:100%;
  transition: 0.2s;
}
.more_btn a{
  font-weight:bold;
}
.more_btn button{
  font-weight:bold;
}

@media screen and (min-width: 901px) {
  .more_btn a:hover {
    background-color:var(--hover-color);
    transition: 0.2s;
  }
  .more_btn button:hover{
    background-color:var(--hover-color);
    transition: 0.2s;
  }
}
@media screen and (max-width: 900px){
  .top_column2{
    margin-top:20px;
  }
  .top_column3{
    margin-top:30px;
  }
  .more_btn a,.more_btn button{
    padding: 10px 10px;
    font-size:16px;
  }
  .section_description{
    font-size:12px;
    position:relative;
    right:0;
    text-align:left;
    letter-spacing:0.46px;
    margin:0 auto;
  }
  .greeting_description{
    width:71%;   
    left:28%;
    margin:0;
    text-align:left;
  }
  .greeting_picture:before{
    background-image:url(img/greeting_1_sp.png);
    width:69px;
    top:80px;
    left:6%;
  }
  .greeting_picture:after{
    content:none;
    display:none;
  }
  .customer_picture:before{
    width:26%;
    top:-25px;
    left:10px;
  }
  .customer_picture:after{
    width:26%;
    top:-15px;

  }
}
/* @media screen and (max-width: 768px) {
  
  .contact_btn,
  .more_btn {
    max-width:480px;
    margin:30px auto 0;
    text-align:center;
  }
  .contact_btn a,
  .more_btn a {
    padding: 26px 10px;
  }
} */
@media screen and (max-width: 600px) {
  
  
  .more_btn {
    margin: 20px auto;
    max-width:none;
    width:92%;
  }
  .more_btn a {
    padding: 15px 5px;
    font-size: 1.2rem;
  }
  .section_description {
    font-size:1.2rem;
  }
}

/* ロゴリスト
-------------------------------------------*/
.center {
  text-align: center;
}
.logo_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  text-align: center;
}
.logo_list li img {
  width: 100%;
  height: 100px;
  object-fit: scale-down;
}
@media screen and (min-width: 901px) {
  .logo_list6 li {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .logo_list6 li:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  .logo_list6 li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .logo_list6 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .logo_list {
    font-size: 1.2rem;
  }
  .logo_list6 li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .logo_list6 li:nth-child(even) {
    margin-right: 0;
  }
}

/* 買取アイテム
-------------------------------------------*/
.kaitori_item.product{
  margin-top:45px;
}

.kaitori.post_item{
  padding-right:10px;
}
.kaitori.post_item{
  padding-left:10px;
}
.post_slider_btn{
  margin-top:55px;
}
.product {
  /*margin-top:75px;*/
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width:768px){ 
  .product > .product_item{
    margin-right:15px;
    margin-top:20px;
  }
}
@media screen and (min-width:1000px){
  .product > .product_item{
    width:calc(33.3% - 20px);
  }

  
}
.product.nodescription{
  margin-top:52px;
}
.product_btn{
  margin-top:50px;
}
.product_item {
  border: 1px solid #E3E3E3;
}
.product_item dl {
  flex: 1;
}
.product_item dt {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}z
.product_item dd {
  line-height: 1.5;
}
.product_item .image img {
  object-fit: scale-down;
}
.product_item .image img {
  width: 140px;
  height: 140px;
}
.product_item dt {
  font-size: 2.5rem;
  padding-left:20px;
}
.product_item dd {
  font-size: 1.4rem;
}
.product_item .image {
  margin-left: 15px;
}
.product_item .inner {
  align-items: center;
  background-color: #fff;
  display: flex;
  padding: 28px 0px;
  position: relative;
}
.product_item .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border: 6px solid transparent;
  border-top-color: var(--main-color);
  transform: rotate(-45deg);
}
.sub_product{
  flex-wrap:wrap;
  gap: 20px;
}
.sub_product_item{
  width: calc(25% - 15px);
}
.sub_product_item a {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 10px 10px 15px;
}
.sub_product_item a img {
    height: 100px;
    width: auto;
    padding: 0 0 10px;
}

.sub_product_description{
  font-size: 15px;
    font-weight: 900;
    line-height: 1.46;
    height: 3em;
}
.sub_product_description > div:nth-child(1){
  font-size:15px;
  margin-bottom:13px;
}
.sub_product_description > div:nth-child(1){
  font-weight:bold;
}
.sub_product_description > div:nth-child(2){
  font-size:13px;
  margin-top:5px;
  line-height:21px;
}
.sub_product_btn{
  width:200px;
  background-color:var(--tag-color);
  padding:12px 0;
  border-radius:25vw;
  text-align:center;
  font-size:14px;
  margin-top:36px;
}
.sub_product_btn a{
  color:white;
}
.sub_product_btn:hover{
  background-color:var(--main-color);
}
i.arrow {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  width: 8px;
}
i.arrow:before,
i.arrow:after {
  background-color: var(--main-color);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: top right;
  width: 100%;
}
i.arrow:before {
  transform: rotate(30deg);
}
i.arrow:after {
  transform: rotate(-30deg);
}

.category_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}
.category_list li {
  box-sizing: border-box;
  font-weight: bold;
}
.category_list > ul > li{
  margin-top:5px;
  margin-left:5px;
  background-color:white;
}
.category_list a {
  background-color: #fff;
  display: block;
  text-align: center;
  font-weight:normal;
}
.category_list a{
  font-weight:bold;
}
@media screen and (min-width: 1001px) {
  .product_item {
    width: 32.5%;
  }
  .product_item:nth-child(3n) {
    margin-right: 0;
  }
  .category_list li {
    font-size: 1.8rem;
    width: 235px;
  }
  .category_list a {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 1000px) {
  .product_item {
    width: 48%;
  }
  .product_item:nth-child(even) {
    margin-right: 0;
  }
  .category_list a {
    padding: 15px 5px;
  }
} 
@media screen and (max-width: 900px){
  .post_slider_btn{
    margin-top:25px;
  }
  .kaitori_item.product{
    margin-top:20px;
  }
  .kaitori.post_item{
    padding:5px;
  }
  .product{
    /*margin-top:20px;*/
    
  }
  .product_btn{
    margin-top:20px;
  }
  .sub_product{
    flex-wrap:wrap;
  }
  .sub_product_item{
    width:calc(50% - 10px);
  }
  .sub_product_btn{
    width:23vw;
    padding:1vw 0;
  }
  .category_list a {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 768px) {
  .kaitori_item.product{
    margin-top:35px;
  }
  .product_item {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .product_item:nth-child(even) {
    margin-right: 0px;
  }　
  .product.sub_product {
    margin-top:30px;
  }
  .product_item .image img {
    width: 80px;
    height: 80px;
  }
  .sub_product_item{
    display: block;
    width:100%;
    max-width:none;
    padding:15px;
  }
  .sub_product_btn {
    margin: 0 auto;
    margin-top: 30px;
  }
  .sub_product_description > div:nth-child(1) {
    text-align: center;
  }
  .sub_product_image {
    margin:0 auto;
  }
  .product_item dt {
    font-size: 2.5rem;
  }
  .product_item dd {
    font-size: 1.2rem;
  }
  .sub_product_description{
    width:100%;
    margin-left:0px;
  }
  .sub_product_btn{
    width: 100%;
    padding: 4vw 0;
  }
}


/* 2カラム
-------------------------------------------*/
.column_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_head {
  align-items: center;
  display: flex;
}
.column_2-section {
  width: 50%;
}
.news_head .time {
  margin-right: 10px;
}
.news_item {
  font-size:14px;
  padding: 20px 0;
  padding-left:10px;
  border-bottom: 1px solid #ccc;
}
.news_item p {
  margin-top: 10px;
}
.top_news {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.top_news_title {
  font-weight: normal;
  line-height: 1.1;
}
.top_news_title{
  font-weight:bold;
}
.news{
  margin-top:15px;
}
.news .post_tag{
  margin-top:5px;
}
.news_list_link{
  font-size:15px;
}
.news_list_link i {
  margin-left: 10px;
}
.news_list_link i.arrow:before,
.news_list_link i.arrow:after {
  background-color: var(--txt-color);
}
.news_list_link a {
  border-bottom: 3px solid #707070;
  display: block;
  padding: 10px 0 14px;
}
.facebook_column {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 901px) {
  .news_item p {
    font-size: 1.5rem;
  }
  .top_news_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .top_news_title {
    font-size: 1.6rem;
  }
  .column_2-section {
    width: 100%;
    margin: 15px auto;
  }
}
@media screen and (min-width: 401px) {
  .facebook-wrapper {
    height: 600px;
  }
}
@media screen and (max-width: 400px) {
  .facebook-wrapper {
    height: 400px;
  }
}

/* 買取アイテム
-------------------------------------------*/
.search_title {
  font-weight: bold;
  font-size: 2.5rem;
}
.item_search p {
  text-align: center;
  line-height: 2;
}
.item_search{
  max-width:850px;
  margin:0 auto;
}
.item_search form {
  align-items: center;
}
.item_search form .form-inner{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.search_submit {
  align-items: center;
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: bold;
}
.search_submit .search_btn img {
  display: block;
}
.search_input {
  display: block;
  max-width: 48%;
  width: 100%;
  max-height: 70px;
  padding: 20px;
  background-color:white;
  color:#6F6F6F;
  width:100%;
  font-size:18px;
}
.column-blog_btn{
  margin-top:50px;
}
.column_search_input{
  background-color:#F2F2F2;
  padding:10px 0px;
  padding-left:20px;
}
.select-cat{
  display: block;
  max-width: 48%;
  width: 100%;
}
.search_select{
  display:flex;
  width:100%;
  margin-top:10px;
}
.search_select > div:not(:last-child){
  margin-right:15px;
}
.search_select select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search_category{
  width:100%;
}
.search_select select{
  max-height: 70px;
  font-size:18px;
  padding: 24px 20px;
  position:relative;
  color:#6F6F6F;
}

.search_select select.active{
  color:var(--txt-color);
}
.search_select > div{
  position:relative;
}
.search_select > div:after{
  position:absolute;
  content:"";
  width:10px;
  height:10px;
  box-sizing:border-box;
  border-bottom:1px solid #333333;
  border-right:1px solid #333333;
  right:20px;
  top:0;
  bottom:10px;
  margin:auto 0;
  transform:rotate(45deg);
}
.search_category select{
  width:100%;
  height:100%;
  border:0;
  background-color:white;
}
.search_category{
  width:100%;
}
.search_brand{
  width:100%;
}
.search_brand select{
  width:100%;
  height:100%;
  border:0;
  background-color:white;
}
.price_search_txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.56;
  margin-bottom: 1em;
  color: #FF0000;
}
.market_txt_box {
	display: flex;
	margin-top: 10px;
}
.market_txt_box .market_txt {
	width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .item_search p {
    font-size: 1.5rem;
  }
  .search_submit {
    font-size: 1.8rem;
    padding: 15px 40px
  }
  .search_submit .search_btn {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .search_submit:hover {
    opacity:0.8;
  }
}
@media screen and (max-width: 900px) {
  .search_title {
    font-size: 1.4rem;
  }
  .search_input{
    max-width: 100%;
    max-height: none;
    padding: 20px 10px;
    font-size: 14px;
  }
  .item_search form .form-inner{
    flex-wrap: wrap;
  }
  .select-cat {
    max-width: 100%;
  }
  .search_select select{
    max-height: none;
    max-width: 100%;
    font-size: 14px;
    padding: 20px 10px;
    position: relative;
    color:#6F6F6F;
  }
  .search_select > div:after{
    width:8px;
    height:8px;
    bottom:5px;
  }
  .price_search .section_title {
    margin-top:0px;
    margin-bottom:0px;
    font-size: 2.5rem;
  }
  .item_search p {
    font-size: 1.2rem;
  }
  .item_search form {
    margin: 10px auto;
  }
  .search_submit {
    font-size: 1.4rem;
    padding: 10px 15px
  }
  .search_submit .search_btn {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 600px) {
  .search_select select {
    font-size: 14px;
    padding-left:8px;
  }
  .kaitori_item_wrap .section_description p {
    font-size:1.2rem;
  }
}

/* ページヘッダー
-------------------------------------------*/
.hero {
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.archive-confirmation {
  background-image: url(img/hero/archive-confirmation.png);
}

.archive-starter{
  background-image: url(img/hero/archive-starter.png);
}

.archive-item {
  background-image: url(img/hero/archive-item.png);
}

.archive-kaitori_item {
  background-image: url(img/hero/archive-kaitori_item.png);
}

.archive-kaitori_brand {
  background-image: url(img/hero/archive-kaitori_brand.png);
}

.archive-market_price {
  background-image: url(img/hero/archive-market_price.png);
}

.archive-faq {
  background-image: url(img/hero/archive-faq.png);
}

.archive-blog {
  background-image: url(img/hero/archive-blog.png);
}

.archive-blog_single {
  background-image: url(img/hero/archive-blog_single.png);
}

.archive-kaitori_flow {
  background-image: url(img/hero/archive-kaitori_flow.png);
}

.archive-mail {
  background-image: url(img/hero/archive-mail.png);
}

.archive-item_category {
  background-image: url(img/hero/archive-item_category.png);
}

.archive-recore_form {
  background-image: url(img/hero/archive-recore_form.png);
}
.archive-area {
  background-image: url("img/hero/archive-area.png");
}

@media screen and (min-width: 901px) {
  .hero {
    display:flex;
    height: 252px;
    padding: 0px 20px;
    font-size: 4rem;
    justify-content: center;
    align-items:center;
  }
}
@media screen and (max-width: 900px) {
  .hero {
    display:flex;
    padding: 20px;
    font-size: 2rem;
    justify-content: center;
    align-items:center;
    margin: 12px 0 0;
  }
}

/* ページャー
-------------------------------------------*/
.pagenavi {
  text-align: center;
  margin-top: 75px;
  font-size:15px;
}
.pagenavi a,
.pagenavi span {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 3px;
}
.pagenavi a {
  background-color: var(--tag-color);
}
.pagenavi span {
  background-color: var(--hover-color);
}
@media screen and (min-width: 901px) {
  .pagenavi a:hover {
    background-color:var(--hover-color);
  }
  .pagenavi a:nth-child(2){
    padding:17px 33px;
  }
  .pagenavi a,
  .pagenavi span {
    padding: 17px 22px;
  }
  .pagenavi.pager a,
  .pagenavi.pager span {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 900px) {
  .pagenavi{
    margin-top:25px;
  }
  .pagenavi a,
  .pagenavi span,
  .pagenavi.pager a,
  .pagenavi.pager span {
    padding: 6px 12px;
  }
}

/* アイテム詳細
-------------------------------------------*/
.single_item_wrap{
  padding:40px 0 100px;
}
.item_title {
  font-size:35px;
  border-bottom:4px solid var(--hover-color);
  font-weight: black;
  line-height: 1.2;
}
.item_status table {
  border-collapse: collapse;
  border-bottom: 1px solid #E3E3E3;
  margin: 10px 0;
  width: 100%;
}
.item_status table th,
.item_status table td {
  border-top: 1px solid #E3E3E3;
}
.item_status table th {
  background-color: #F2F2F2;
}
.item_heading {
  font-weight: bold;
  border-left:7px solid var(--main-color);
}
.item_content,
.item_info_rep {
  line-height: 2;
}
.thumbnail-thumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5%;
}
.thumbnail-thumb li {
    width: 20%;
    margin: 0 3% 3% 0;
}
.thumbnail-thumb li img {
    border: solid 4px #fff;
    box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .item_detail {
    margin: 40px 0 50px;
  }
  .item_title {
    font-size: 3.5rem;
    padding-bottom:32px;
  }
  .item_detail {
    align-items: center;
    display: flex;
  }
  .item_detail .image {
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    width: 50%;
  }
    .kaitori_free-area {
        margin-bottom: 70px;
    }
    .kaitori_free-area p {
        font-size: 1.6rem;
    }
  .item_status {
    flex: 1;
  }
	.item_status .item_price {
    font-size: 25px;
    font-weight: bold;
		text-align: right;
    color: #EC4B55;
    margin-top: 10px;
	}
  .item_status table th{
		width: 130px;
		min-width: 130px;
    font-size: 1.8rem;
    padding: 17px 0px;
    line-height:1.6;
		box-sizing: border-box;
  }
  .item_status table td {
    font-size: 1.7rem;
    padding-left:33px;
		vertical-align: middle;
  }
  .item_info_rep {
    font-size: 1.5rem;
  }
  .item_heading {
    font-size: 2.5rem;
    padding:0px 15px;
  }
  .item_content {
    margin: 10px 0 18px;
  }
}
@media screen and (max-width: 900px) {
  .item_detail {
    margin: 15px 0;
  }
  .item_title {
    border-left-width: 4px;
    font-size: 1.6rem;
    padding: 2px 10px;
  }
    .kaitori_free-area {
        margin-bottom: 30px;
    }
	.item_status .item_price {
		font-size: 20px;
    font-weight: bold;
		text-align: right;
    color: #EC4B55;
    margin-top: 10px;
	}
  .item_status table th,
  .item_status table td {
    font-size: 1.2rem;
    padding: 10px;
		vertical-align: middle;
  }
  .item_status table th{
    
    width:31%;
  }
  .item_detail .image {
    padding: 15px 0;
    text-align: center;
  }
  .item_info_rep {
    font-size: 1.2rem;
  }
  .item_heading {
    font-size: 1.4rem;
    padding: 10px;
    border-left:4px solid var(--main-color);
  }
  .item_content {
    margin: 10px 0 20px
  }
}

@media screen and (max-width: 600px) {
    .kaitori_free-area p {
        font-size: 1.2rem;
    }
}

.c_head_image {
  text-align: center;
}

/* 相場表
-------------------------------------------*/


.price-purchase_description{
  text-align:left;
}
.strengthen_title{
  text-align:center;
  font-size:25px;
}
.strengthen_title h2{
  font-weight:normal;
}
.strengthen_tag{
  margin-top:80px;
  color:white;
  text-align:center;
  font-size:25px;
  background-color:var(--main-color);
  max-width:590px;
  padding:14px 24px;
  border-radius:25vw;
  margin:23px auto 0;
}
.strengthen_description{
  text-align:center;
}

.strengthen_area {
  padding: 0.5em 0 0.2em;
}
.strengthen_area span{
  font-weight:bold;
  font-size: 4rem;
  color:var(--main-color);
}

.strengthen_description strong{
  display:block;
  font-size:100px;
  font-weight:normal;
  color:var(--main-color);
  letter-spacing:10px;
}
.strengthen_tag{
  font-weight:bold;
}
.strengthen_description strong{
  font-weight:900;
  line-height: 1;
  margin: 0 0 0.3em;
}

.strengthen_description small{
  display:block;
  font-size:15px;
  margin-top:7px;
  letter-spacing:0.6px;

}
.strengthen_image{
  margin-top:15px;
}
.strengthen_image{
  width:100%;
  max-width:1200px;
}
.strengthen_image > img{
  width:100%;
}
.item_category.price_list{
  margin-top:45px;
}
.price_list .title {
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  position:relative;
  cursor: pointer;
}
.price_list .title:before{
  content:"";
  width:25px;
  height:2px;
  right:20px;
  background-color:white;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto 0;
}
.price_list .title:after{
  content:"";
  width:25px;
  height:2px;
  background-color:white;
  transition: .2s;
  transform: rotate(0deg);
  position:absolute;
  right:20px;
  top:0;
  bottom:0;
  margin:auto 0;
}
.price_list .title.active:after{
  transform:rotate(90deg);
}

.price_list .title span:after {
	content: "";
	width: 78px;
	height: 40px;
	background-image: url("../kaitori__theme/img/icon_market_list_or.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
  top: 50%;
	right: 60px;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}

.price_list .child_title {
  background-color: var(--txt-color);
  color: #fff;
  font-weight: bold;
}
.price_list .table_box {
	display: block;
}
.price_list table {
  border-collapse: collapse;
  width: 100%;
}
.price_list tr:nth-child(n+7){
  display: none;
}
.price_list th,
.price_list td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}
.price_list th {
  width:400px;
  background-color: #f4f4f4;
}
.price_list td:first-child {
  border-left: none;
  text-align: left;
}
.price_list .btn{
  text-align: center;
  border-top: 1px solid #ccc;
}
.price_list .showMoreBtn,
.price_list .closeBtn{
  background: var(--main-color);
  border-radius: 25vw;
  color: #fff;
  font-size: 1.8rem;
  max-width: 35%;
  width: 100%;
  padding: 20px 0px;
  margin: 20px auto;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.price_list .showMoreBtn .arrow{
  content: "";
  width: 8px;
  height: 15px;
  position: absolute;
  top: 51%;
  right: 30px;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(img/arw_right_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} 
.price_list .showMoreBtn:hover,
.price_list .closeBtn:hover {
  background-color: var(--hover-color);
}

.price_category {
  border: 3px solid var(--main-color);
}
.market_line_txt {
	font-size: 16px;
	text-align: center;
}

.section_wrap .add-btn a{
  background: url(img/arw_right_white.svg) 93% center no-repeat var(--main-color);
  background-size: 8px 16px;
  border-radius: 25vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
  max-width: 50%;
  width: 100%;
  padding: 20px 0px;
  margin: 60px auto 0;
  cursor: pointer;
  transition: 0.2s;
}
.section_wrap .add-btn a:hover {
  background-color: var(--hover-color);
}
@media screen and (max-width:900px){
  
  .price_list table tr:not(:first-child){  
    width:100%;
    display:flex;
    flex-direction:column;
  }
  .price_list table tr.md-sp{
    display: none !important;
  }
  .price_list table tbody{
    width:100%;
    display:block;
  }
  .price_list table td{
    width:100%;
    text-align:left;
  }
  .price_list table td:first-child{
    background-color:#333;
    color:white;
  }
  .price_list .showMoreBtn,
  .price_list .closeBtn{
    font-size: 1.6rem;
    max-width: 68vw;
    padding: 12px 0px;
    margin: 10px auto;
  }
  .section_wrap .add-btn a{
    background: url(img/arw_right_white.svg) 95% center no-repeat var(--main-color);
    background-size: 8px 16px;
    font-size: 1.6rem;
    max-width: 90vw;
    padding: 18px 0px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 901px) {
  .price_list th:first-child,
  .price_list td:first-child {
    /*width: 40%;*/
		width: 30%;
  }
  .price_list .title {
    font-size: 2.5rem;
    padding: 20px 25px;
  }
  .price_list .child_title {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
  .price_list th,
  .price_list td {
    font-size: 1.5rem;
    padding: 30px 20px;
  }
	.price_list td:nth-child(2) {
		font-weight: 700;
		color: #EC4B55;
	}
  .price_list th {
    padding: 10px 15px;
  }
  .price_category {
    margin: 20px 0;
  }
  .price_search {
    padding: 40px 40px;
    margin-bottom:90px;
  }
}
.price_search_btn {
    margin-top:35px;
}
@media screen and (max-width: 900px) {
  .price_list .title:before{
    width:13px;
    right:10px;
    bottom:2px;
  }
  .price_list .title:after{
    width:13px;
    right:10px;
    bottom:2px;

  }
  .strengthen_title{
    font-size:17px;
  }
  .price_search_btn.sp_btn{
    margin:30px auto 0px;
  }
  .strengthen_area span{
    font-size:3rem;
  }
  .strengthen_tag{
    font-size:16px;
  }
  .strengthen_description strong{
    font-size:50px;
    letter-spacing:normal;
    
  }
  .price_list .title {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
	.price_list .title span:after {
		width: 57px;
		height: 29px;
		right: 30px;
	}
  .price_list .child_title {
    font-size: 1.3rem;
    padding: 5px 10px;
  }
  .price_list th,
  .price_list td {
    font-size: 1.2rem;
    padding: 5px;
  }
	.price_list td:nth-child(2) {
		font-weight: 700;
		color: #EC4B55;
	}
  .price_category {
    margin: 20px 0;
  }
  .price_search {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 600px) {
	.market_line_txt {
		font-size: 13px;
	}
}

/* カテゴリーページ　お客様の声
-------------------------------------------*/
.category_free_banner{
  margin-top:70px;
}
.category_souba_wrap{
  padding:100px 0 80px;
}
.category_souba_wrap.hasnt_strengthen{
  padding-top:30px;
}
.category_voice_wrap{
  padding-top:100px;
}
.category_voice {
  align-items: center;
  display: flex;
  background-color:white;
}
.category_image{
  padding-left:20px;
}
.c_voice_content {
  flex: 1;
}
.c_voice_title {
  padding: 3px 10px;
}
.c_voice {
  line-height: 2;
  margin-top: 15px;
}
.c_voice_image {
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 901px) {

  .tax-item_category .section_wrap_category1 {
    padding-top:66px;
    padding-bottom:92px;
  }
  .tax-item_category .section_wrap_category2 {
    padding-top:77px;
    padding-bottom:35px;
  }
  .tax-item_category .section_wrap_category3 {
    padding-top:100px;
		padding-bottom: 0;
  }
  .tax-item_category .section_wrap_category4 {
    background-color: #F8F8F8;
    padding: 90px 0 100px;
  }
  .tax-item_category .price-purchase_wrap {
    padding-top:10px;
  }
  .tax-item_category .section_description p {
    margin-top:52px;
  }
  .blog_inner{
    margin-top:35px;
  }
  .category_voice {
    padding: 40px 71px;
    margin-top: 50px;
  }
  .c_voice_title {
    border-left: 3px solid var(--hover-color);
    font-size: 2rem;
  }
  .c_voice {
    font-size: 1.5rem;
  }
  .c_voice_image {
    margin-right: 30px;
  }
  .c_voice_image img {
    width: 260px;
    height: 260px;
    object-fit: cover;
  }
  .category_free_area {
    margin-top: 40px;
      text-align: center;
  }
    .category_free_area p {
        font-size: 1.5rem;
        line-height: 2;
    }
    .category_free_area p img {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 900px) {
    .subcategory_list {
        flex-wrap: wrap;
        gap: 10px;
        margin: 30px 20px 0;
  }
  .tax-item_category .section_wrap_category4 {
    background-color: #F8F8F8;
    padding: 30px 0;
  }
  .category_voice {
    padding: 10px;
    margin-top: 20px; 
  }
  .c_voice_title {
    border-left: 2px solid var(--hover-color);
    font-size: 1.4rem;
  }
  .c_voice {
    font-size: 1.2rem;
  }
  .c_voice_image {
    margin-right: 10px;
  }
  .c_voice_image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .category_free_area {
    margin-top: 20px;
  }
    .category_free_area p img {
        margin-bottom: 20px;
    }
}

/* ブログ
-------------------------------------------*/

.column_description{
  margin-top:60px;
}
.column-blog_wrap {
  padding:15px 0px 100px;
}
.blog_btn{
  margin-top:50px;
}
.common_btn{
  margin-top:50px;
}
.blog_description{
  margin-top:42px;
}
.blog_cont,
.blog_side {
  width: 100%;
}
.blog_search form {
  background-color: #f2f2f2;
  display: flex;
}
.search_submit_side {
  align-items: center;
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  padding: 10px;
}
.search_submit_side .search_btn img {
  display: block;
  width: 16px;
  height: 16px;
}
.blog_side_category_title {
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.blog_side_category li a:before {
  content: ">";
  color: var(--hover-color);
  display: inline-block;
  margin-right: 5px;
}
.post3 .post_blog_item{
  margin-right:15px;
}
.post3 .post_blog_item .inner {
  max-width: none;
}
.blog_title {
  line-height: 1.2;
  margin-bottom: 20px;
}
.blog_post h2 {
  font-size:25px;
  border-left:7px solid var(--tag-color);
}
.column-blog_wrap .no_post {
	text-align: center;
}
@media screen and (min-width: 1200px) {
  .column-blog_wrap .post_blog_item {
    width:285px;
  }
}
@media screen and (min-width: 901px) {
  .recommend_post p {
    margin-bottom:10px;
  }
  .column-blog_wrap .itempost {
    justify-content: space-between;
  }
  .column-blog_wrap .line_title {
    margin-bottom:39px;
  }
  .column-blog_wrap .column-blog_btn {
    margin-top:0px;
  }
  .column-blog_wrap .post_tag {
    margin-top:0px;
  }
  .column-blog_wrap .post_blog_item {
    margin-bottom:47px;
  }
  .blog_wrap {
    display: flex;
    justify-content: space-between;
  }
  .purchase .price {
    font-size: 2.0rem;
  }
  .post3 .post_blog_item {
    width: calc(33.3% - 15px);
  }
  .post4 .post_blog_item {
    width: calc(25% - 16px);
  }
  .post3 .post_blog_item:nth-child(n+4){
    margin-top: 20px;

  }
  .post3 .post_blog_item:nth-child(3n) {
    margin-right: 0;
  }
  .post4 .post_blog_item:nth-child(3n) {
    margin-right: 0;
  }
  .blog_side {
    max-width: 280px;
    
  }
  .blog_side_category {
    margin-top: 30px;
  }
  .blog_side_category ul {
    padding: 5px;
  }
  .blog_side_category li {
    font-size: 1.5rem;
  }
  .blog_side_category li a {
    display: flex;
    padding: 5px;
  }
  .blog_side_category_title {
    font-size: 2rem;
    padding: 5px;
  }
  .recommend_post {
    margin-top: 60px;
  }
  .blog_title {
    font-size: 3.5rem;
    border-bottom: 4px solid var(--tag-color);
    padding: 5px 10px 15px;
  }
  .blog_eyecatch {
    margin: 20px 0;
  }
  .blog_post h2 {
    padding: 10px;
    margin-top: 34px;
    margin-bottom: 15px;
    font-size: 2.5rem;
  }
  .blog_cont {
    padding-right: 30px;
  }
  .blog_inner .blog_cont {
    padding-right: 0px;
  }
  .blog_cont .blog_post p {
    line-height: 30px;
    font-size: 15px;
  }
  .blog_single_wrap {
    padding-top:33px;
  }
  .blog_single_wrap .blog_wrap {
    margin-top:0px;
  }
}
@media screen and (max-width: 900px) {
  .itempost.post3 > .post_blog_item{
    width:calc(50% - 15px);

  }
  .pagenavi{
    font-size:12px;
  }
  .blog_wrap{
    margin-top:0;
  }
  .post_blog_item p:nth-child(3){
    margin:0;
  }
  .post_tag{
    margin-top:10px;
  }
  .common_btn{
    margin-top:25px;
    margin-bottom:0;
  }
  .common_btn .more_btn{
    margin:0 auto;
  }
  .more_btn a{
    padding:15px 0;
  }
  .blog_side {
    margin-top: 30px;
  }
  .blog_side_category_title {
    font-size: 1.4rem;
  }
  .recommend_post {
    margin-top: 20px;
  }
  .post3 .post_blog_item {
    width: 49%;
  }
  .post3 .post_blog_item:nth-child(2n) {
    margin-right: 0;
  }
  .blog_side_category {
    margin-top: 20px;
  }
  .blog_side_category ul {
    padding: 5px;
  }
  .blog_side_category li a {
    display: block;
    padding: 5px;
  }
  .blog_eyecatch {
    margin: 10px 0;
  }
  .blog_title {
    font-size: 1.5rem;
    border-bottom: 2px solid var(--tag-color);
    padding: 5px 10px;
  }
  .blog_post h2 {
    margin: 5px 0;
    font-size: 1.4rem;
    padding-left:4px;
    border-left:2px solid var(--tag-color);
  }
}

/* 取扱ブランド
-------------------------------------------*/

.brand_head {
  text-align: center;
}
.brand_head p {
  font-size: 1.5rem;
  line-height: 2;
}
.brand_title {
  margin-bottom: 10px;
}
.brand_title strong {
  color: var(--hover-color);
}
.group_list {
  background-color: #f2f2f2;
  text-align: center;
}
.group_list li a {
  background-color: #fff;
  display: block;
  font-weight: bold;
}
.group_content{
  max-width:1130px;
  margin:15px auto 0;
  padding-bottom:36px;
}
.group_content > ul{
  display:flex;
  flex-wrap:wrap;
  
}
.group_content > ul > li{
  margin:10px auto 0;
}
@media screen and (min-width:1200px){
  .group_content > ul > li:not(:nth-child(5n)){
    margin-right:38px;
  }
}
.group_letter{
  width:195px;
  display:flex;
}
.group_letter > li:not(:last-child){
  margin-right:5px;
  
}
.group_letter_void{
  width:26px;
}
.group_title {
  padding-top:28px;
  font-weight: bold;
}
@media screen and (min-width:901px){
  .group_title{
    padding-top:20px;
  }
}
.group_name {
  font-weight: bold;
}
.group_column_list {
  max-width:968px;
}
.group_column_list ul {
  display: flex;
  flex-wrap: wrap;
}
.group_column_list li {
  display: inline-block;
  font-weight: bold;
  width:30%;
}
@media screen and (min-width: 901px) {
  .brand_head {
    margin-top:73px;
    margin-bottom:80px;
  }
  .brand_head p {
    font-size: 1.5rem;
  }
  .brand_title {
    font-size: 2.5rem;
  }
  .group_title {
    font-size: 2rem;
  }
  .group_content{
    padding-bottom:25px;
  }
  .group_content li a {
    width:35px;
    height:35px;
    display:block;
    line-height:1.8;
    font-size: 1.8rem;
  }
  .group_name {
    border-left: 8px solid var(--tag-color);
    font-size: 2.5rem;
    margin: 60px 0 10px;
    padding: 12px 15px;
    margin-bottom:19px;
  }
  .group_column_list ul {
    margin-bottom: 30px;
  }
  .group_column_list li {
    margin: 5px 0;
    font-size: 1.6rem;
    margin-bottom:26px;
  }
  .anker {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 600px){
  .group_letter{
    display:flex;
  }
  .group_letter > li:not(:last-child){
    margin-right:5px;
    
  }
}
@media screen and (max-width: 900px) {
  .brand_head {
    margin: 15px 0;
  }
  .brand_head p {
    font-size: 1.2rem;
  }
  .brand_title {
    font-size: 1.5rem;
  }
  .group_list {
    padding: 10px;
  }
  .group_title {
    font-size: 1.4rem;
    padding-top:10px;
  }
  .group_list li a {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  .group_name {
    border-left: 2px solid var(--hover-color);
    font-size: 1.4rem;
    margin: 10px 0 10px;
    padding: 5px 10px;
  }
  .group_column_list ul {
    margin-bottom: 20px;
  }
.group_column_list li {
    margin: 5px;
    font-size: 1.2rem;
  }
  .anker {
    padding-top: 40px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 600px){
  .brand_head {
    margin:30px 0;
  }
}

/* メール査定 */

.mail_form {
  max-width:1120px;
  margin:0 auto;
  background-color:#F2F2F2;
  padding-top:55px;
  padding-bottom:91px;
}

@media screen and (max-width: 600px) {
  .mail_form {
    padding:10px;
  }
  .sp_fileTitle {
    display: block;
    margin-bottom:12px;
  }
}

.satei-mail_wrap {
  padding-top:50px;
}

.mail_form .satei_form {
  max-width:700px;
  margin:0 auto;
}

.mail_form .satei_form .label_title {
  display: block;
  font-size:18px;
  margin-bottom:12px;
}

.mail_form .satei_form input[type="text"],
.mail_form .satei_form input[type="email"],
.mail_form .satei_form textarea {
  background-color: white;
}

.mail_form .satei_form input[type="text"] {
  width:71.4%;
}

.thanks_box {
	text-align: center;
}
.thanks_box .thanks_tit {
	font-size: 25px;
	margin-bottom: 30px;
}
.thanks_box .thanks_txt {
	font-size: 14px;
	line-height: 2;
}
.thanks_box .series_btn {
	margin-top: 50px;
}

@media screen and (max-width: 600px) {
  .mail_form .satei_form input[type="text"] {
    width:100%;
  }
	.thanks_box .thanks_tit {
		font-size: 17px;
	}
	.thanks_box .thanks_txt {
		font-size: 13px;
	}
}

.mail_form .satei_form input[type="email"],
.mail_form .satei_form textarea {
  width:100%;
}

.mail_form .satei_form input[type="text"],
.mail_form .satei_form input[type="email"] {
  height:50px;
  box-sizing: border-box;
  padding:20px;
}

.mail_form .satei_form textarea {
  height:170px;
	padding: 20px;
}

.mail_form .satei_form .annotation {
  font-size:12px;
}

.mail_form .satei_form .input_wrapper {
  margin-top:45px;
}

.mail_form .satei_form .guide {
  font-size:14px;
}

.mail_form .satei_form .satei_image li,
.mail_form .satei_form .satei_image input[type="file"] {
  font-size:12px;
}

.mail_form .satei_form .satei_image li {
  border-top:solid 1px #E3E3E3;
  padding-left:20px;
  padding-top:19.43px;
  padding-bottom:19.43px;
}

.mail_form .satei_form .satei_image li:nth-last-child(1) {
  border-bottom:solid 1px #E3E3E3;
}

.mail_form .satei_form .satei_image .annotation_wrapper {
  margin-top:13px;
}

.mail_form .series_btn {
  margin-top:50px;
}

.mail_form .series_btn input[type="submit"] {
  width:100%;
  background: url(img/arw_right_white.svg) 96% center no-repeat var(--tag-color);
  background-size: 5px 10px;
  border-radius: 25vw;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  padding: 26px 10px;
  cursor:pointer; 
}

.satei_description {
  font-size:12px;
  margin-top:72px;
  letter-spacing: 0.48px;
  line-height: 20px;
}

.mandatory_mark {
  display: inline-block;
  font-size:12px;
  color:white;
  letter-spacing: 0.48px;
  width: 38px;
  height: 22px;
  border-radius:3px;
  background-color:#EC4B55;
  vertical-align: middle;
  text-align: center;
}

.mandatory_mark--none {
  display: inline-block;
  width: 38px;
  height: 22px;
  border-radius:3px;
  margin-left:20px;
  margin-right:20px;
}

.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
	padding: 1em;
}

/* 宅配買取お申込みフォーム */
#app {
  margin-bottom:40px;
}
.recore_form_title {
  max-width:890px;
  margin:0 auto;
  text-align: center;
  letter-spacing: 1.8px;
  font-size:3rem;
  margin-top:58px;
  margin-bottom:27px;
}
.recore_form_bubble {
  max-width: 599px;
  height:30px;
  margin:0 auto;
  background:url(img/recore_form_title.png) no-repeat center;
  margin-bottom:8px;
}
.recore_form_desctiption {
  max-width:890px;
  margin:0 auto;
  text-align: center;
  letter-spacing: 0.6px;
  font-size:1.5rem;
  line-height: 30px;
  margin-bottom:93px;
}
.recore_form_desctiption p:nth-child(1){
  margin-bottom:30px;
}
@media screen and (max-width: 900px){
  .md-pc{
    display:none;
  }
}
@media screen and (min-width: 901px){
  .md-sp{
    display:none;
  }
}
@media screen and (max-width: 900px) {
  #app {
    padding:5px;
    margin-bottom:20px;
  }
  .recore_form_title {
    font-size:1.7rem;
    margin-top:30px;
  }
  .recore_form_bubble {
    margin:0px 10px 30px 10px;
  }
  .recore_form_desctiption {
    padding:10px;
    margin-bottom:40px;
  }
}

/* max 900 */
@media screen and (max-width: 900px){
  .sp_btn{
    max-width:none;
    width:100%;
    margin:0;
  }
  .sp_btn a {
    background: url(img/arw_right_white.svg) 96% center no-repeat;
    background-color:var(--main-color);
    background-size: 7px 12px;
    border-radius: 25vw;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    padding: 26px 10px
  }
  .sp_btn > a,.sp_btn > button{
    font-size:12px;
    padding:16px 0px;
    margin:0 auto;
    width:94vw;
  }
  
  .delivery-flow_btn .more_btn a{
    font-size:12px;
  }
  .bread {
    margin: 0 auto;
    padding: 10px;
  }
  /* 買取実績 */
  .achievement_wrap,
  .performance_wrap{
    padding: 30px 10px;
  }
  .kaitori_jisseki_wrap .post_item .inner,
  .achievement_wrap .post_item .inner,
  .performance_wrap .post_item .inner {
    padding:5px;
  }
  .single_item_wrap {
    padding:30px 10px;
  }
}
/* max 600 */
@media screen and (max-width: 600px) {
  .header_btn_red {
    border:3px solid var(--main-color);
    background-color: #fff;
  }
  .header_btn_green {
    border:3px solid var(--tag-color);
    background-color: #fff;
  }
  .header_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: initial;
    padding-left: initial;
  }
  .navigation_sp_btn_red {
    border:3px solid var(--main-color);
  }
  .navigation_sp_btn_green {
    border:3px solid var(--tag-color);
  }
  .navigation_sp_delivery_btn {
    font-weight: bold;
  }
  .ft_logo {
    width:30%;
  }
  .ft_logo_message {
    font-size:1.5rem;
  }
  .ft_menu {
    padding-top:0px;
  }
  .ft_menu li {
    border-bottom:1px dotted #E3E3E3
  }
  .contact_section .contact_inner_desc {
    font-size:1.5rem;
    text-align: center;
  }
  .contact_line_btn a {
    font-size:1.5rem;
  }
  .contact_line_btn:after {
    bottom:10px;
  }
  .main_tx_wrap p {
    font-weight: bold;
    line-height:1.8;
  }
  .main_bg {
    margin-bottom: 17vw;
    margin-top: 50px;
  }
  .series_description small {
    line-height:1.8;
    font-size: 1.3rem;
  }
  .greeting_description p {
    line-height: 1.8;
  }
  .category_list a {
    padding:10px;
  }
  .delivery-flow_before li:nth-child(1) p {
    font-size:1.5rem;
  }
  .delivery-flow_before li:nth-child(2) p {
    font-size:1.5rem;
  }
  .delivery-flow_link {
    font-size:1.3rem;
  }
  .delivery-flow_step_description {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .product {
    justify-content:space-between;
  }
  .product_item {
    width:49%;
  }
  .product_item .inner {
    padding:initial;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product_item .image {
    margin-left:initial;
  }
  .product_item dt {
    font-size:1.3rem;
    padding-left:7px;
  }
  .reason_flex {
    margin-top:-20px;
  }
  .reason_description {
    font-size:1.8rem;
    padding-bottom: 20px;
    height: initial;
  }
  .voice_item dt {
    font-size:1.5rem;
  }
  .voice_item dd {
    font-size:1.3rem;
    line-height: 1.8;
  }
  .voice_tag {
    font-weight:bold;
  }
  .home .blog_inner .itempost.post4 .post_blog_item {
    width:50%;
  }
  .br-pc {
    display: none;
  }
  .contact_banner {
    width:100%;
  }
  .contact_btn:before {
    left:12%;
  }
  .section_wrap_category1 .main_width .section_title p {
    font-size:1.3rem;
    text-align: left;
  }
  .sub_product_item {
    width: calc(50% - 5px);
    padding: 0;
  }
  .sub_product_image {
    width: 55%;
    height: 28vw;
  }
  .section_wrap_category4 .category_voice {
    display: block;
  }
  .purchase .price {
    font-size: 1.3rem;
  }
  .section_wrap_category4 .c_voice_image {
    margin-right:auto;
    text-align: center;
  }
  .section_wrap_category4 .c_voice_image img {
    width:35%;
    height:auto;
  }
  .kaitori_brand_wrap .group_content > ul > li {
    width:49%;
  }
  .kaitori_brand_wrap .group_content > ul > li .group_letter {
    width: auto;
    display: flex;
    justify-content: center;
  }
  .kaitori_brand_wrap .group_list li a {
    padding: 5px 7px;
  }
  .market-price_wrap .search_input {
    width:100%;
    font-size:1.3rem;
  }
  .market-price_wrap .price_search.section_color1 {
    padding:25px 15px;
  }
  .market-price_wrap .search_select > div:after {
    right:10px;
  }
  .market-price_wrap .item_search form {
    margin:0 auto;
    margin-top:10px;
    margin-bottom:0px;
  }
	.price_search_txt {
		font-size: 15px;
		text-align: left;
	}
  .faq_inner {
    /* padding-right:20px;
    padding-left:20px; */
  }
  .faq_question {
    font-size:1.5rem;
    font-weight: bold;
  }
  .faq_answer {
    font-size:1.3rem;
  }
  .column-blog_wrap .itempost {
    justify-content: space-evenly;
  }
  .column-blog_wrap .post3 .post_blog_item {
    margin-right: initial;
  }
  .tax-blog_category .itempost {
    display: flex;
    justify-content: space-evenly;
  }
  .tax-blog_category .column-blog_wrap .post3 .post_blog_item {
    margin-right:initial;
  }
  .tax-item_category .price-purchase_wrap .section_image img {
    width:100%;
    height:100%;
  }
  .recommend_post {
    margin-top:50px;
  }
  .blog_title {
    font-size:1.8rem;
  }
  .blog_post p {
    font-size:1.3rem;
    line-height: 1.8;
  }
  .blog_post h2 {
    margin-top:30px;
    margin-bottom:15px;
    font-size:1.5rem;
  }
  .confirmation_inner p,
  .confirmation_notice,
  .confirmation_description {
    font-size:1.3rem;
    line-height: 1.8;
  }
  .confirmation_inner_wrap div strong {
    font-weight: bold;
    font-size:1.5rem;
  }
  .confirmation_inner_wrap div p {
    font-size:1.3rem;
  }
  .confirmation_image table tr {
    font-size:1.3rem;
  }
  .mail_form .series_btn input[type="submit"],
  .delivery-flow_btn .more_btn a,
  .sp_btn > a,.sp_btn > button{
    font-size:1.5rem;
    padding:16px 0px;
    margin:0 auto;
    width:90%;
    font-weight: bold;
  }
  .section_wrap {
    padding:30px 10px;
  }
  .greeting_wrap{
    padding: 0 0 60px;
  }
  .column-blog_wrap .post_blog_item p {
    font-size:1.2rem;
  }
  .home .post_blog_item p {
    font-size:1.2rem;
  }
  .blog_description {
    margin-top:20px;
    margin-bottom:20px;
  }
  .post_blog_item .inner {
    padding:5px;
  }
  .top_news_title {
    font-weight: bold;
    font-size:2.2rem;
  }
  .news_list_link {
    font-size:1.3rem;
  }
  .starter_wrap .section_description p {
    font-size:1.3rem;
    line-height: 1.8;
  }
  .starter_notice_inner {
    padding:25px 22px;
  }
  .process_title {
    text-align: left;
  }
  .line-assessment_add > ul > li:nth-child(1) {
    /*display: none;*/
  }
  .line-assessment_lists > li:nth-child(1) .line-assessment_lists_title {
    margin-top:0;
  }
	.line-assessment_add_content_left {
		align-items: center;
		padding: 40px 15px;
	}
	.line-assessment_add_content_left > div:nth-child(1) {
		margin-left: 0;
	}
	.line-assessment_add_content_left > div:nth-child(2) {
		margin: 0 0 0 20px;
	}
  .item_single .item_title {
    padding: 10px 10px;
    border-bottom: 3px solid var(--hover-color);
    font-size: 2.2rem;
  }
  .item_heading {
    font-size:1.8rem;
  }
  .item_content {
    font-size:1.3rem;
  }
  .navigation_sp_btn a {
    position: relative;
  }
  .navigation_sp_btn a::after {
    content: "";
    display: block;
    position: absolute;
    width:100%;
    height: 3px;
    background-color: white;
    bottom: -3px;
  }
  .contact_section p {
    font-size: 1.3rem;
    text-align: left;
  }
  .strengthen_title h2 .sp {
    display: none;
  }
  .mail-assessment_description {
    display: none;
  }
  .mail-assessment_description--sp {
    display: block;
    text-align: center;
  }
  .introduction_thumbnail {
    display: none;
  }

  .introduction_thumbnail--sp {
    display: block;
  }
  .mail-assessment_description--sp {
    display: block;
  }
  .contact_inner_banner_pc {
    display: none;
  }
  .contact_banner_pc {
    display: none;
  }
  .contact_inner_banner_sp {
    display: inline-block;
  }
  .contact_banner_sp {
    display: inline-block;
  }

  .header_title {
    font-size:1.6rem;
  }
  .sp_menu {
    padding:14px 14px;
  }
  .sp_menu span {
    width: 33px;
    height: 2px;
    margin: 6px 0;
  }
  .header_part_2 {
    z-index:20;
  }
  nav.navigation {
    z-index:10;
  }
  .point_three_reason--pc {
    display: none;
  }
  .three_reason_point_image {
    margin-top: 10px;
  }
  .point_three_reason--sp {
    margin-top:15px;
    margin-bottom:10px;
  }
  .delivery-flow_lists {
    justify-content: space-between;
  }
  .delivery-flow_lists > li {
    width:49%;
    padding: 5px;
  }
  .delivery-flow_lists > li:nth-child(1),
  .delivery-flow_lists > li:nth-child(2),
  .delivery-flow_lists > li:nth-child(3),
  .delivery-flow_lists > li:nth-child(4) {
    z-index:5;
  }
  .delivery-flow_lists_title {
    margin-left: 20px;
  }
  .delivery-flow_lists_image {
    width:initial;
  }
  .line-assessment_horizon {
    margin-top:30px;
    margin-bottom:25px;
  }
  .single_item_wrap .item_title {
    line-height: 1.5;
  }
  .price_search_btn.sp_btn {
    width:80%;
  }
  .confirmation2_wrap .confirmation_inner_wrap {
    padding:15px;
  }
  .market-price_wrap .search_select select {
    font-size:1.1rem;
  }
  .section_wrap_category3 .section_title p,
  .price-purchase_wrap .price-purchase_description,
  .column_wrap .blog_description,
  .section_description p,
  .delivery-flow_description p {
    font-size:1.3rem;
    line-height: 1.8;
  }
  .faq_tags > ul > li {
    font-size:1.5rem;
    padding-top:15px;
    padding-bottom:15px;
  }
  .faq_answer:before,
  .faq_question:before {
    width: 25px;
    height: 25px;
    left: -36px;
  }
  .post_blog_item .image img {
    max-height: 115px;
  }
  .archive .column-blog_wrap {
    padding:30px 5px;
  }
  .faq_tags > ul > li {
    background-color: #bcbcbc;
  }
  .greeting_description {
    text-align: left;
  }
  .voice_description p {
    text-align:center;
  }
}
@media screen and (min-width: 600px) {
  .mail-assessment_description {
    display: block;
  }
  .introduction_thumbnail--sp {
    display: none;
  }
  .mail-assessment_description--pc {
    display: block;
  }
  .mail-assessment_description--sp {
    display: none;
  }
  .contact_inner_banner_pc {
    display: inline-block;
  }
  .contact_banner_pc {
    display: inline-block;
  }
  .contact_inner_banner_sp {
    display: none;
  }
  .contact_banner_sp {
    display: none;
  }
  .point_three_reason--sp {
    display: none;
  }
}
_::-webkit-full-page-media, _:future, :root .pc .header_btn_wrap {
  margin-left: 16px;
}

.media_item {
  font-size: 14px;
}
.media_item dl {
  padding: 2em 1em;
  line-height: 1.8;
}
.media_item dt {
  font-weight: 700;
  margin-bottom: 1em;
}
.media_item dd a {
  color: #0563c1;
  text-decoration: underline;
}
.media_item dd a:hover {
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .media_item {
    font-size: 17px;
  }
}


/* 買取強化エリア 一覧*/
.hero.archive-area {
  height: 400px;
  padding: 0px 20px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.3;
}
.hero.archive-area span{
  font-size: 50px;
}
@media screen and (max-width: 900px) {
.hero.archive-area {
  font-size: 40px;
  height: 300px;
    }
.hero.archive-area br {
  display: none;
}
.hero.archive-area span{
  font-size: 25px;
  padding: 0 20px 0 0;
}
}
.area_intor {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin: 0 0 60px;
}
.area_intor span {
  color: #FF0000;
}
.area_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:20px;
  margin: 60px 0 0;
}
.area_list li {
  width: 380px;
}
.area_list li a {
  display: flex;
  border: 1px solid #135D9C;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: #135D9C;
  border-radius: 5px;
  font-weight: bold;
  height: 70px;
  position: relative;
  transition: 0.2s;
  padding: 5px 20px;
}

.area_list li a::before,
.area_list li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 14px;
  width: 10px;
  height: 2px;
  background-color:#135D9C;
  transform-origin: calc(100% - 1px) 50%;
}

.area_list li a::before {
  transform: rotate(45deg);
}

.area_list li a::after {
  transform: rotate(-45deg);
}
.area_list li a:hover {
  background-color: #135D9C;
  color: #fff;
  transition: 0.2s;
}
.area_list li a:hover::before,
.area_list li a:hover::after {
  background-color:#fff;
}
.area_takuhai {
  text-align: center;
  margin: 60px 0 0;
}
.area_takuhai p {
  margin: 0 0 25px;
  font-size: 15px;
}
@media screen and (max-width: 600px){
  .hero.archive-area {
    line-height: 1.1;
    padding: 0 0 20px;
  }
  .hero.archive-area br {
  display: inline;
}
.area_intor {
  font-size: 14px;
  margin: 0 20px 40px;
}
.area_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:10px 2%;
  margin:30px 0 0;
}
.area_list li {
  width: 48%;
}
.area_list li a {
  font-size: 14px;
  justify-content: center;
  height: 54px;
  padding: 1% 4%;
}

.area_list li a::before,
.area_list li a::after {
  right: 12px;
  width: 8px;
  height: 2px;
}


.area_takuhai {
  text-align: center;
  margin: 30px 0 0;
}
.area_takuhai p {
  margin: 0 0 25px;
  font-size: 14px;
}
}

/* 買取強化エリア 詳細*/
.area-header {
  height: 510px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px 20px;
  line-height: 1.3;
  background-image: url("img/hero/area-header.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.area-header h2 {
  font-size: 40px;
  font-weight: 900;
}
.area-header h2 span:first-child {
  font-size: 80px;
}
.area-header h2 span:last-child {
  font-size: 55px;
}
.area-header p {
  font-size: 32px;
  font-weight: bold;
  margin: 30px 0 0;
}
.areas_intor {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 45px;
}
.areas_anchor {
  display: flex;
  gap:4px;
}
.areas_anchor li {
  width: 25%;
  text-align: center;
}
.areas_anchor li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.areas_anchor li a::before,
.areas_anchor li a::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 20px;
  width: 10px;
  height: 2px;
  background-color:#fff;
  transform-origin: calc(100% - 1px) 50%;
}

.areas_anchor li a::before {
  transform: rotate(45deg);
}

.areas_anchor li a::after {
  transform: rotate(135deg);
}
.areas_anchor li a:hover {
  background-color: var(--hover-color);
  transition: 0.2s;
}

.areas_about {
  margin: 50px 0 0;
  border: 5px solid #F2F2F2;
  padding: 45px 35px;
}
.areas_about h3 {
  font-size: 28px;
  color: #135D9C;
  font-weight: bold;
  margin: 0 0 20px;
}
.areas_about p {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 30px;
}
.areas_about h4 {
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 15px;
}
.areas_about ul li {
  font-size: 17px;
  margin: 0 0 8px;
}
.areas_about ul li:last-child {
  margin: 0;
}
.section_store {
  background-color: #F8F8F8;
  padding: 90px 0 110px;
}
.section_store .line_title {
  margin: 0 0 40px;
}
.section_store .store_info {
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap:50px;
}
.section_store .store_info h3 {
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 14px;
}
.section_store .store_info .detail {
  margin: 0 0 30px;
}
.section_store .store_info dl {
  display: flex;
  font-size: 15px;
  line-height: 2;
  gap:15px;
  margin: 0 0 5px;
}
.section_store .store_info dl dt {
  width: 4em;
}
.section_store .store_info dl dd {
  flex: 1;
}
.section_store .store_info dl dd span {
  color: #f00;
}
.section_store .store_info dl dd a {
  text-decoration: underline;
}
.section_store .store_info h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 12px;
}
.section_store .store_info ul {
  display: flex;
  flex-wrap: wrap;
  gap:0.4rem 0.8em;
}
.section_store .store_info ul li {
  font-size:15px;
  margin: 0 0 5px;
}
.section_store .store_info ul li:last-child {
  margin: 0;
}

.section_store .store_info .pending {
  width: 100%;
}
.section_store .store_info .pending a {
  text-decoration: underline;
}
.areas_kyoka {
  background-color: #F8F8F8;
}

.areas_faq {
    background-color: #F8F8F8;
  padding-top: 75px;
}

.areas_flow {
  padding: 100px 0;
}
.areas_flow .delivery-flow_main_title {
  margin: 60px 0 0;
}
.areas_flow .delivery-flow_main_title h3 {
  margin: 0 0 25px;
}
.area-categoy_intor {
  text-align: center;
  margin: 30px 0 45px;
}
.area-categoy_intor h3 {
  font-size: 40px;
  line-height: 1.375;
  font-weight: 900;
  margin: 0 0 30px;
}
.area-categoy_intor p {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 14px;
}
.area-categoy_sub {
  background-color: #F8F8F8;
  padding: 90px 0 100px;
}
.area-categoy_sub ul {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  margin: 40px 0 0;
}
.area-categoy_sub ul li {
  width: calc(25% - 15px);
}
.area-categoy_sub ul li a {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 10px 10px 15px;
}
.area-categoy_sub ul li a img {
  height: 100px;
  width: auto;
  padding: 0 0 10px;
}
.area-categoy_sub ul li a h3 {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.46;
  height: 3em;
}
/* 買取強化エリア 買取カテゴリー*/
.area-categoy-header {
  height: 510px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px 20px;
  gap:50px;
  background-color: #DCEAF7;
}
.area-categoy-header .image {
  max-width: 450px;
  max-height: 450px;
  object-fit: contain;
}
.area-categoy-header .image img {
  max-width: 450px;
  max-height: 450px;
  object-fit: contain;
}
.area-categoy-header .strengthen_title h2,
.strengthen_description small{
  font-weight: bold;
}
.area_free {
  background-color: #F8F8F8;
}

@media screen and (max-width: 600px){
/* 買取強化エリア 詳細*/
.area-header {
  height: 270px;
  padding: 0px 20px 10px;
}
.area-header h2 {
  font-size: 22px;
}
.area-header h2 span:first-child {
  font-size: 40px;
}
.area-header h2 span:last-child {
  font-size: 28px;
}
.area-header p {
  font-size: 15px;
  margin: 15px 0 0;
  line-height: 1.5;
}
.areas_intor {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 30px;
}
.areas_anchor {
  flex-wrap: wrap;
}
.areas_anchor li {
  width: calc(50% - 4px);
}
.areas_anchor li a {
  height: 60px;
  font-size: 15px;
}
.areas_anchor li a::before,
.areas_anchor li a::after {
  right: 10px;
  width: 10px;
  height: 2px;
}

.areas_about {
  margin: 40px 0 0;
  border: 4px solid #F2F2F2;
  padding: 30px 20px;
}
.areas_about h3 {
  font-size: 20px;
  margin: 0 0 15px;
}
.areas_about p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px;
}
.areas_about h4 {
  font-size: 17px;
  margin: 0 0 10px;
}
.areas_about ul li {
  font-size: 16px;
  margin: 0 0 6px;
}
.section_store {
  padding: 40px 20px;
}
.section_store .line_title {
  margin: 0 0 30px;
}
.section_store .store_info {
  padding: 20px;
  gap:30px;
  flex-wrap: wrap;
}
.section_store .store_info h3 {
  font-size: 17px;
  margin: 0 0 10px;
}
.section_store .store_info .detail {
  margin: 0 0 20px;
}
.section_store .store_info dl {
  display: flex;
  font-size: 15px;
  line-height: 1.7;
  gap:10px;
  margin: 0 0 5px;
}
.section_store .store_info dl dt {
  width: 5em;
}
.section_store .store_info h4 {
  font-size: 15px;
  margin: 0 0 8px;
}
.section_store .store_info ul li {
  font-size:14px;
  margin: 0 0 5px;
}
.section_store .store_info ul li:last-child {
  margin: 5px;
}


.areas_faq {
  padding-top: 35px;
}

.areas_flow {
  padding: 35px 0;
}

.area-categoy_intor {
  margin: 30px 20px 45px;
}
.area-categoy_intor h3 {
  font-size: 20px;
  margin: 0 0 20px;
}
.area-categoy_intor p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 14px;
}
.area-categoy_sub {
  padding: 45px 0;
}
.area-categoy_sub ul {
  flex-wrap: wrap;
  gap:10px;
  margin: 30px 20px 0;
}
.area-categoy_sub ul li {
  width: calc(50% - 5px);
}
.area-categoy_sub ul li a {
  padding: 10px 10px 15px;
}
.area-categoy_sub ul li a img {
  height: 80px;
  padding: 0 0 10px;
}
.area-categoy_sub ul li a h3 {
  font-size: 13px;
}
/* 買取強化エリア 買取カテゴリー*/
.area-categoy-header {
  height: auto;
  flex-wrap: wrap;
  padding:20px;
  gap:10px;
}
  .area-categoy-header .image {
    order: 2;
    width: 50%;
  }
.area-categoy-header .image img {
  max-width: 100%;
  max-height: auto;
}
}

.area_info {
  padding: 0 20px 80px; 
}

.area_info p{
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 4rem 0 0;
}
.area_info p span {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 600px){
  .area_info {
  padding: 0 5% 10%; 
}
}

/* ポップアップ */
#first-popup{
  position: fixed;
  inset:0;
  width: 100vw;
  height: 100vh;
  background:rgba(226, 232, 237, 0.95);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
}
#first-popup.hide{
  display: none;
}
#first-popup .popup-inner{
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  max-width: 1030px;
  width: 100%;
  padding: 60px 0 0;
  margin: 0 auto;
}
#first-popup .popup-inner .popup-x{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #135D9C;
  cursor: pointer;
  transition: all .3s;
}
#first-popup .popup-inner .popup-x .plus{
  position: relative;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
#first-popup .popup-inner .popup-x .plus::before,
#first-popup .popup-inner .popup-x .plus::after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #135D9C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin:center;
  transition: all .3s;
}
#first-popup .popup-inner .popup-x .plus::before{
  transform:translate(-50%, -50%) rotate(45deg);
}
#first-popup .popup-inner .popup-x .plus::after{
  transform:translate(-50%, -50%) rotate(-45deg);
}
#first-popup .popup-inner .popup-x:hover{
  background-color: #135D9C;
}
#first-popup .popup-inner .popup-x:hover .plus::before,
#first-popup .popup-inner .popup-x:hover .plus::after{
  background-color: #fff;
}
#first-popup .popup-inner .pop-item{
  display: block;
  padding: 40px 0 50px;
  width: 500px;
  height: 500px;
  background-color: #fff;
  border: 1px solid #135D9C;
}
#first-popup .popup-inner .pop-item .pop-ttl{
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;  
  margin: 0 auto 35px;
  color: #135D9C;
}
#first-popup .popup-inner .pop-item .pop-ttl span{
  font-size: 40px;
}
#first-popup .popup-inner .pop-item .img {
  background-color: #fff;
}
#first-popup .popup-inner .pop-item .img img{
  display: block;
  max-width: 240px;
  width: 100%;
  margin: 0 auto 20px;
}
#first-popup .popup-inner .pop-item .note{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 auto 34px;
  color: #135D9C;
}
#first-popup .popup-inner .pop-item .link-btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  color: #135D9C;
  background-color: #E2E8ED;
  border-radius: 100vw;
  cursor: pointer;
  transition: all .3s;
}
#first-popup .popup-inner .pop-item .link-btn::after{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 9px;
  background-image: url(img/pop-btn_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#first-popup .popup-inner .pop-item .link-btn:hover{
  opacity: 0.7;
}
@media screen and (max-width: 768px){
  #first-popup .popup-inner{
    flex-wrap: wrap;
    gap: 5.33333333333333334vw;
    padding: 8vw 12vw 0;
    margin: 0 auto;
  }
  #first-popup .popup-inner .popup-x{
    width: 8vw;
    height: 8vw;
    top: -4vw;
    right: 12vw;
  }
  #first-popup .popup-inner .popup-x .plus{
    width: 4vw;
    height: 4vw;
  }
  #first-popup .popup-inner .pop-item{
    padding: 5.3333333333334vw 0 8vw;
    width: 76vw;
    height: 76vw;
  }
  #first-popup .popup-inner .pop-item .pop-ttl{
    font-size: 8vw;
    margin: 0 auto 4vw;
  }
  #first-popup .popup-inner .pop-item .pop-ttl span{
    font-size: 6.4vw;
  }
  #first-popup .popup-inner .pop-item .img img{
    max-width: 34.66666666666667vw;
    margin: 0 auto 2.666666666666667vw;
  }
  #first-popup .popup-inner .pop-item .note{
    font-size: 3.2vw;
    margin: 0 auto 4vw;
  }
  #first-popup .popup-inner .pop-item .link-btn{
    max-width: 53.3333333333333333334vw;
    height: 10.66666666666666668vw;
    font-size: 3.7333333333333333334vw;
  }
  #first-popup .popup-inner .pop-item .link-btn::after{
    right: 4vw;
    width: 2.93333333333333333333vw;
    height: 2.1333333333333333vw;
  }
}
