@charset "UTF-8";

:root{
  --bg1-color: #85a4da;
}

.bg1{
  background-color: var(--bg1-color);
}

/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.pg_header_mv{
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
}
.pg_header_mv_img.img_fit:before{
  padding-top: 150px;
}
.pg_header_mv_img:after{
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0,0,0,0.3);
  pointer-events: none;
}

.pg_header_title{
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_header_title_h1{
  font-size: 24px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: 0.075em;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

  .pg_header_title{
  }
  .pg_header_title_h1{
    font-size: 36px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

  .pg_header_title{
  }
  .pg_header_title_h1{
    font-size: 42px;
  }

}
@media (min-width:1200px){

  .pg_header{
    margin-bottom: 150px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 580px;
  }

  .pg_header_title{
  }
  .pg_header_title_h1{
    font-size: 60px;
  }

}

@media (min-width:1470px){
  
}
@media (min-width:1470px){
  
}
@media (min-width:1720px){
  .pg_header{
    margin-bottom: 200px;
  }
}

/*******************************
*　
********************************/

/* 背景トライアングル */
.sec_triangle_btm{
  display: flex;
  justify-content: center;
  background: #FFF;
  margin-top: 30px;
}
.sec_triangle_btm:before{
  content: "";
  width: 100%;
  height: 50px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: var(--bg1-color);
}

/* ボタン */
.read_more{
  
}
.read_more a.or{
  background: #f39700;
}
.read_more a.or:hover{
  background: #7691c1;
}

/* Swiper */
.swiper-pagination{
  position: static;
  margin-top: 5px;
}
.swiper-pagination-bullet{
  background-color: var(--main-color);
  opacity: 0.3;
}
.swiper-pagination-bullet-active{
  background-color: var(--main-color);
  opacity: 1;
}
.swiper-pagination.wh .swiper-pagination-bullet{
  opacity: 0.5;
}
.swiper-pagination.wh .swiper-pagination-bullet-active{
  background-color: #FFF;
  opacity: 1;
}

@media (max-width:767px){

}
@media (min-width:768px){

  /* 背景トライアングル */
  .sec_triangle_btm{
    margin-top: 50px;
  }
  .sec_triangle_btm:before{
    height: 100px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  /* 背景トライアングル */
  .sec_triangle_btm{
    margin-top: 100px;
  }
  .sec_triangle_btm:before{
    height: 150px;
  }

}

@media (min-width:1470px){

  /* 背景トライアングル */
  .sec_triangle_btm{
    margin-top: 130px;
  }
  .sec_triangle_btm:before{
    height: 220px;
  }

}


/*******************************
*　
********************************/

/* セクション設定 */
.pg_buying{

}
.pg_buying .section.sec1{
  padding-bottom: 50px;
}
.pg_buying .section.sec2{
  padding-top: 50px;
  padding-bottom: 0;
}
.pg_buying .section.sec2 .tt2{
  margin-bottom: 0;
}

.pg_buying .section.sec3{
  padding-top: 85px;
}

.pg_buying .section.sec4{
  padding-bottom: 0;
}
.pg_buying .section.sec5{

}
.pg_buying .section.sec6{
  padding-top: 0;
}



@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_buying .section.sec4{
    padding-top: 0;
  }
  
  .buy_about_title_p1{
    font-size: 19px;
    letter-spacing: 0;
  }
}
@media (min-width:768px){

  .pg_buying{

  }
  .pg_buying .section.sec1{
    padding-bottom: 75px;
  }
  .pg_buying .section.sec2{
    padding-top: 50px;
    padding-bottom: 0;
  }

  .pg_buying .section.sec3{
    padding-top: 85px;
    padding-bottom: 75px;
  }

  .pg_buying .section.sec4{
    padding-bottom: 80px;
  }
  .pg_buying .section.sec5{

  }
  .pg_buying .section.sec6{
    padding-top: 80px;
  }


}
@media (min-width:1024px){

  .pg_buying .tt2_sub{
    font-size: 40px;
  }
  
  .pg_buying .section.sec5 .tt2{
    margin-bottom: 100px;
  }
  .pg_buying .section.sec6 .home_contents4_items{
    
  }
  .pg_buying .section.sec6 .home_contents4_items{
    margin-top: 52px;
  }
  .pg_buying .section.sec6 .read_more{
    margin-top: 70px;
  }
}
@media (min-width:1200px){

  .pg_buying .section.sec1{
    padding-bottom: 150px;
  }
  .pg_buying .section.sec2{
    padding-top: 135px;
    padding-bottom: 0;
  }

  .pg_buying .section.sec3{
    padding-top: 85px;
    padding-bottom: 75px;
  }

  .pg_buying .section.sec4{
    padding-bottom: 80px;
  }
  .pg_buying .section.sec5{

  }
  .pg_buying .section.sec6{
    padding-top: 80px;
  }

}

/* メイン部分 */

/* About */
.buy_about{

}
.buy_about_head{

}
.buy_about_title{
  text-align: center;
}
.buy_about_title_p1{
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.buy_about_title_p1 strong{
  font-weight: inherit;
  background: linear-gradient(transparent 70%, #fff100 0%);
  position: relative;
  z-index: 1;
}
.buy_about_title_p1.has_illust strong:before{
  content: "";
  width: 58px;
  aspect-ratio: 58 / 60;
  background-image: url(/system_panel/uploads/images/tt_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 70%;
  left: -75px;
}
.buy_about_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
}
* + .buy_about_txt{
  margin-top: 20px;
}

.buy_about_imgs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
* + .buy_about_imgs{
  margin-top: 20px;
}
.buy_about_imgs_item{
  width: 48.68%;
}
.buy_about_imgs_item:nth-child(n+3){
  margin-top: 15px;
}
.buy_about_imgs_item.img_fit:before{
  padding-top: 78.378%;
}

/* REASON 見出し */
.buy_reason_head{

}
.buy_reason_head_fukidashi{
  text-align: center;
  position: relative;
  z-index: 1;
}
.buy_reason_head_title{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  color: #FFF;
}
* + .buy_reason_head_title{
  margin-top: 40px;
}
.buy_reason_head_title_p1{

}
.buy_reason_head_title_p1.bk{
  color: #181818;
}
.buy_reason_head_title_p1 strong{
  font-size: 3em;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #7691c1;
  position: relative;
  z-index: 1;
}

.buy_reason_head_title_p1.anshin{
  
}
.buy_reason_head_title_p1.anshin strong:before{
  content: "";
  width: 120px;
  aspect-ratio: 240 / 156;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/system_panel/uploads/images/sales_support_fukudashi.png);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transform: translate(-75%, -60%);
  transform: translate(-75%, -60%);
}

.buy_reason_head_title_p2{
  display: flex;
  font-size: 1.875em;
  margin-left: 6px;
  margin-right: 6px;
}
.buy_reason_head_title_p2 span{
  width: 1.1733em;
  aspect-ratio: 1 / 1;
  padding-top: 3px;
  background: #0068b7;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.buy_reason_head_title_p2 span + span{
  margin-left: 6px;
}
.buy_reason_head_title_p2 span:nth-child(even){
  background: #f39800;
}

/* REASON */
.buy_reason_list_wrap{
  position: relative;
  z-index: 1;
}
* + .buy_reason_list_wrap{
  margin-top: 30px;
}
.buy_reason_list_wrap{

}
.buy_reason_list_illust{
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
}
.buy_reason_list_illust.pos1{
  width: 95px;
  aspect-ratio: 159 / 164;
  background-image: url(/system_panel/uploads/images/reason_illust1.png);
  top: 25px;
  left: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.buy_reason_list_illust.pos2{
  width: 95px;
  aspect-ratio: 181 / 223;
  background-image: url(/system_panel/uploads/images/reason_illust2.png);
  bottom: 0;
  right: -25px;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}




.buy_reason_list{
}
.buy_reason_list_item{
  width: 100%;
}
.buy_reason_list_item_inner{
  background: #FFF;
  height: 100%;
  padding: 25px 15px 25px;
}
.buy_reason_list_item_img{
  text-align: center;
}
.buy_reason_list_item_img img{
  width: 75px;
}
.buy_reason_list_item_title{
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-top: 10px;
}
.buy_reason_list_item_title strong{
  font-weight: inherit;
  color: #f87f00;
}
.buy_reason_list_item_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
  margin-top: 10px;
}

/* 状態 */
.buy_condition_list{
  position: relative;
}
* + .buy_condition_list{
  margin-top: 40px;
}
.buy_condition_list:after{
  content: "";
  display: block;
  width: 227px;
  aspect-ratio:227 / 265;
  background-image: url(/system_panel/uploads/images/gr.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -265px;
}
.buy_condition_list_item{
  width: 100%;
}
.buy_condition_list_item:nth-child(n+3){

}
.buy_condition_list_item_inner{
  position: relative;
  z-index: 1;
}
.buy_condition_list_item_img{

}
.buy_condition_list_item_img.img_fit:before{
  padding-top: 78.571%;
}
.buy_condition_list_item_txt{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: rgba(0,0,0,0.4);
  color: #FFF;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 5px;
}

/* 買取方法 */
.buy_ways_list{
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
* + .buy_ways_list{
  margin-top: 150px;
}
.buy_ways_list_item{
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.buy_ways_list_item:nth-child(n+2){
  margin-top: 100px;
}
.buy_ways_list_item_inner{
  background: #f1f1f1;
  padding: 5px 30px 30px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.buy_ways_list_item_img{
  margin-top: -85px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.buy_ways_list_item_img img{
  width: 150px;
}
.buy_ways_list_item_title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-top: 20px;
}
.buy_ways_list_item_title:before{
  content: "";
  width: 25px;
  aspect-ratio: 1 / 1;
  margin-right: 15px;
  background-image: url(/system_panel/uploads/images/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.buy_ways_list_item_title2{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 20px;
}
.buy_ways_list_item_title2 strong{
  color: #e4272b;
  font-weight: 900;
}
.buy_ways_list_item_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
  margin-top: 18px;
}
.buy_ways_list_item_txt + .buy_ways_list_item_txt{
  margin-top: 10px;
}
.buy_ways_list_item_txt strong{
  color: #e40000;
  font-weight: 700;
}
.buy_ways_list_item_txt em{
  color: #e40000;
  font-size: 1.25em;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.buy_ways_list_item_txt.sub{
  
}
.buy_ways_list_item_txt.sub p{
  text-indent: -1em;
  padding-left: 1em;
}

.buy_ways_list_item_img.osusume{
  
}
.buy_ways_list_item_img.osusume:before{
  content: "";
  width: 120px;
  aspect-ratio: 240 / 156;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/system_panel/uploads/images/osusume_illust.png);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transform: translate(-16%, -72%);
  transform: translate(5%, -45%);
}


/* 流れ */
.buy_flow_wrap{
  background: #f1f1f1;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}
.buy_flow_wrap + .buy_flow_wrap{
  margin-top: 70px;
}
.buy_flow_head{
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  padding-top: 1px;
  
  text-align: center;
  position: relative;
  z-index: 1;
}
.buy_flow_head_title{
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
  top: -16px;
}
.buy_flow_head_title strong{
  font-size: 1.4em;
  font-weight: inherit;
  line-height: 1;
}

.buy_flow_head.color1{
  background: #7691c1;
}
.buy_flow_head.color1 .buy_flow_head_title{
  text-shadow    :
    3px  3px 1px #7691c1,
    -3px  3px 1px #7691c1,
     3px -3px 1px #7691c1,
    -3px -3px 1px #7691c1,
     3px  0px 1px #7691c1,
     0px  3px 1px #7691c1,
    -3px  0px 1px #7691c1,
     0px -3px 1px #7691c1,
     3px  3px 1px #7691c1,
    -3px  3px 1px #7691c1,
     3px -3px 1px #7691c1,
    -3px -3px 1px #7691c1,
     3px  0px 1px #7691c1,
     0px  3px 1px #7691c1,
    -3px  0px 1px #7691c1,
     0px -3px 1px #7691c1,
     3px  3px 1px #7691c1,
    -3px  3px 1px #7691c1,
     3px -3px 1px #7691c1,
    -3px -3px 1px #7691c1,
     3px  0px 1px #7691c1,
     0px  3px 1px #7691c1,
    -3px  0px 1px #7691c1,
     0px -3px 1px #7691c1
    ;
}
.buy_flow_head.color2{
  background: #f39800;
}
.buy_flow_head.color2 .buy_flow_head_title{
  text-shadow    :
    3px  3px 1px #f39800,
      -3px  3px 1px #f39800,
       3px -3px 1px #f39800,
      -3px -3px 1px #f39800,
       3px  0px 1px #f39800,
       0px  3px 1px #f39800,
      -3px  0px 1px #f39800,
       0px -3px 1px #f39800,
       3px  3px 1px #f39800,
      -3px  3px 1px #f39800,
       3px -3px 1px #f39800,
      -3px -3px 1px #f39800,
       3px  0px 1px #f39800,
       0px  3px 1px #f39800,
      -3px  0px 1px #f39800,
       0px -3px 1px #f39800,
       3px  3px 1px #f39800,
      -3px  3px 1px #f39800,
       3px -3px 1px #f39800,
      -3px -3px 1px #f39800,
       3px  0px 1px #f39800,
       0px  3px 1px #f39800,
      -3px  0px 1px #f39800,
       0px -3px 1px #f39800
    ;
}


.buy_flow_list{
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.buy_flow_list_item{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.buy_flow_list_item:nth-child(n+2){
  margin-top: 50px;
}
.buy_flow_list_item_img{
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.buy_flow_list_item_img{
  width: 80%;
  margin: 0 auto;
}
.buy_flow_list_item_img.img_fit:before{
  padding-top: 100%;
}
.buy_flow_list_item_img_box{
  position: relative;
  z-index: 1;
}


.buy_flow_list_item_title{
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-top: 25px;
}
.buy_flow_list_item_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
  margin-top: 10px;
}



.buy_flow_list_item_img_box:before,
.buy_flow_list_item_img_box:after{
  content: "";
  width: 20px;
  aspect-ratio: 25 / 45;
  background-image: url(/system_panel/uploads/images/flow_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
}
.buy_flow_list_item_img_box:after{
  display: none;
}

.pg_sales .section.sec4 .buy_condition_list:after{
  display: none;
}


@media (max-width:767px){

  .buy_flow_list_item_img_box:before{
    top: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .buy_flow_list_item:first-child .buy_flow_list_item_img_box:before{
    display: none;
  }
  
  .buy_about{
    position: relative;
  }
  .buy_about:after{
    content: "";
    display: block;
   width: 80px;
    aspect-ratio:227 / 265;
    background-image: url(/system_panel/uploads/images/gr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
   bottom: -90px;
  }
  .pg_buying .section.sec3 .buy_condition_list{
    margin-top: 90px;
  }
  .buy_condition_list:after{
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  
  .buy_flow_list_item_img_box:before{
    width: 25px;
    top: 50%;
    right: -36px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .buy_flow_list_item:nth-child(2n) .buy_flow_list_item_img_box:before{
    display: none;
  }
  .buy_flow_list_item:nth-child(3n) .buy_flow_list_item_img_box:after{
    display: block;
    width: 25px;
    top: -50px;
    right: -36px;
    -webkit-transform: translate(50%, -50%) rotate(135deg);
    transform: translate(50%, -50%) rotate(135deg);
  }
  
   .buy_condition_list:after{
  width: 150px;
  top: -170px;
}
  .pg_buying .section.sec3 .buy_condition_list{
  margin-top: 140px;
}
}
@media (min-width:1024px){
  
  .buy_flow_list_item_img_box:before{
    width: 20px;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .buy_flow_list_item:nth-child(4n) .buy_flow_list_item_img_box:before{
    display: none;
  }
  
  .buy_flow_list_item:nth-child(3n):after{
    display: block;
    
  }
  
  .buy_condition_list:after{
  width: 150px;
  top: -170px;
}
.pg_buying .section.sec3 .buy_condition_list{
  margin-top: 140px;
}
}
@media (min-width:1470px){
  
  .buy_flow_list_item_img_box:before{
    width: 25px;
    top: 50%;
    right: -36px;
  }
  .buy_flow_list_item_img{
    width: 100%;
  }
  
  .buy_condition_list:after{
  width: 150px;
  top: -170px;
}
}
@media (min-width:1536px){
  .buy_condition_list:after{
  width: 14.93%;;
  top: -265px;
}
.pg_buying .section.sec3 .buy_condition_list{
  margin-top: 50px;
}
}

@media (max-width:767px){

  .buy_reason_head_title{
    text-align: center;
  }
  .buy_reason_head_title_p1{
    width: 100%;
  }
  .buy_reason_head_title_p2{
    width: 100%;
    justify-content: center;
    margin: 15px 0;
  }
  
}

@media (min-width:768px){

  /* About */
  .buy_about{

  }
  .buy_about_head{

  }
  .buy_about_title{
  }
  .buy_about_title_p1{
    font-size: 30px;
  }
  .buy_about_txt{
    font-size: 16px;
    line-height: 2.125;
  }
  * + .buy_about_txt{
    margin-top: 25px;
  }

  .buy_about_imgs{
  }
  * + .buy_about_imgs{
    margin-top: 40px;
  }
  .buy_about_imgs_item{
    width: 48.68%;
  }
  .buy_about_imgs_item:nth-child(n+3){
    margin-top: 30px;
  }


  /* REASON 見出し */
  .buy_reason_head{

  }
  .buy_reason_head_fukidashi{
  }
  .buy_reason_head_title{
    font-size: 40px;
    font-size: 28px;
  }
  * + .buy_reason_head_title{
    margin-top: 40px;
  }
  .buy_reason_head_title_p1{

  }
  .buy_reason_head_title_p2{
    margin-left: 6px;
    margin-right: 6px;
  }
  .buy_reason_head_title_p2 span{
    padding-top: 3px;
  }
  .buy_reason_head_title_p2 span + span{
    margin-left: 6px;
  }
  
  
  .buy_reason_head_title_p1.anshin{

  }
  .buy_reason_head_title_p1.anshin strong:before{
    width: 120px;
    -webkit-transform: translate(-75%, -80%);
    transform: translate(-75%, -80%);
  }


  /* REASON */
  .buy_reason_list_wrap{

  }
  * + .buy_reason_list_wrap{
    margin-top: 35px;
  }
  .buy_reason_list_illust.pos1{
    width: 120px;
  }
  .buy_reason_list_illust.pos2{
    width: 130px;
    -webkit-transform: translate(30%, 50%);
    transform: translate(30%, 50%);
  }
  .buy_reason_list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .buy_reason_list_item{
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .buy_reason_list_item:nth-child(n+4){
    margin-top: 20px;
  }
  .buy_reason_list_item_inner{
    height: 100%;
    padding: 30px 15px 30px;
  }
  .buy_reason_list_item_img{
  }
  .buy_reason_list_item_img img{
    width: 75px;
  }
  .buy_reason_list_item_title{
    font-size: 19px;
    margin-top: 15px;
  }
  .buy_reason_list_item_txt{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 10px;
  }


  /* 状態 */
  .buy_condition_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .buy_condition_list{
    margin-top: 50px;
  }
  .buy_condition_list_item{
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .buy_condition_list_item:nth-child(n+3){
    margin-top: 0;
  }
  .buy_condition_list_item:nth-child(n+4){
    margin-top: 20px;
  }
  .buy_condition_list_item_txt{
    font-size: 18px;
    padding: 20px 5px;
  }
  

  /* 買取方法 */
  .buy_ways_list{
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }
  * + .buy_ways_list{
    margin-top: 150px;
  }
  .buy_ways_list_item{
    width: 50%;
    padding: 0 10px;
  }
  .buy_ways_list_item:nth-child(n+2){
    margin-top: 0;
  }
  .buy_ways_list_item:nth-child(n+3){
    margin-top: 100px;
  }
  .buy_ways_list_item_inner{
    background: #f1f1f1;
    padding: 5px 30px 60px;
    height: 100%;
  }
  .buy_ways_list_item_img{
    margin-top: -60px;
  }
  .buy_ways_list_item_img img{
    width: 150px;
  }
  .buy_ways_list_item_title{
    font-size: 20px;
    margin-top: 20px;
  }
  .buy_ways_list_item_title:before{
    content: "";
    width: 25px;
    margin-right: 10px;
  }
  
  .buy_ways_list_item_title2{
    font-size: 20px;
    margin-top: 20px;
  }
  
  .buy_ways_list_item_txt{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 18px;
  }
  .buy_ways_list_item_img.osusume:before{
    width: 240px;
    -webkit-transform: translate(-16%, -72%);
    transform: translate(-16%, -72%);
  }


  /* 流れ */
  .buy_flow_wrap{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .buy_flow_wrap + .buy_flow_wrap{
    margin-top: 100px;
  }
  .buy_flow_head{
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 60px;
  }
  .buy_flow_head_title{
    font-size: 36px;
    top: -30px;
  }
  .buy_flow_head.color1{
  }
  .buy_flow_head.color1 .buy_flow_head_title{
    text-shadow    :
      5px  5px 3px #7691c1,
      -5px  5px 3px #7691c1,
      5px -5px 3px #7691c1,
      -5px -5px 3px #7691c1,
      5px  0px 3px #7691c1,
      0px  5px 3px #7691c1,
      -5px  0px 3px #7691c1,
      0px -5px 3px #7691c1,
      5px  5px 3px #7691c1,
      -5px  5px 3px #7691c1,
      5px -5px 3px #7691c1,
      -5px -5px 3px #7691c1,
      5px  0px 3px #7691c1,
      0px  5px 3px #7691c1,
      -5px  0px 3px #7691c1,
      0px -5px 3px #7691c1,
      5px  5px 3px #7691c1,
      -5px  5px 3px #7691c1,
      5px -5px 3px #7691c1,
      -5px -5px 3px #7691c1,
      5px  0px 3px #7691c1,
      0px  5px 3px #7691c1,
      -5px  0px 3px #7691c1,
      0px -5px 3px #7691c1
      ;
  }
  .buy_flow_head.color2{
  }
  .buy_flow_head.color2 .buy_flow_head_title{
    text-shadow    :
      5px  5px 3px #f39800,
      -5px  5px 3px #f39800,
      5px -5px 3px #f39800,
      -5px -5px 3px #f39800,
      5px  0px 3px #f39800,
      0px  5px 3px #f39800,
      -5px  0px 3px #f39800,
      0px -5px 3px #f39800,
      5px  5px 3px #f39800,
      -5px  5px 3px #f39800,
      5px -5px 3px #f39800,
      -5px -5px 3px #f39800,
      5px  0px 3px #f39800,
      0px  5px 3px #f39800,
      -5px  0px 3px #f39800,
      0px -5px 3px #f39800,
      5px  5px 3px #f39800,
      -5px  5px 3px #f39800,
      5px -5px 3px #f39800,
      -5px -5px 3px #f39800,
      5px  0px 3px #f39800,
      0px  5px 3px #f39800,
      -5px  0px 3px #f39800,
      0px -5px 3px #f39800
      ;
  }

  .buy_flow_list{
    margin-left: -36px;
    margin-right: -36px;
  }
  .buy_flow_list_item{
    width: 50%;
    padding-left: 36px;
    padding-right: 36px;
  }
  .buy_flow_list_item:nth-child(n+2){
    margin-top: 0;
  }
  .buy_flow_list_item:nth-child(n+3){
    margin-top: 50px;
  }
  .buy_flow_list_item_title{
    font-size: 24px;
    margin-top: 25px;
  }
  .buy_flow_list_item_txt{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 10px;
    padding: 0 10px;
  }
}
@media (min-width:1024px){


  /* 買取方法 */
  .buy_ways_list{
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
  }
  * + .buy_ways_list{
    margin-top: 150px;
  }
  .buy_ways_list_item{
    width: 33.333%;
    /*padding: 0 20px;*/
  }
  .buy_ways_list_item:nth-child(n+3){
    margin-top: 0;
  }
  .buy_ways_list_item:nth-child(n+4){
    margin-top: 100px;
  }
  .buy_ways_list_item_inner{
    background: #f1f1f1;
    padding: 5px 30px 60px;
    height: 100%;
  }
  .buy_ways_list_item_img{
    margin-top: -85px;
  }
  .buy_ways_list_item_img img{
    width: 250px;
  }
  .buy_ways_list_item_title{
    font-size: 20px;
    margin-top: 20px;
  }
  .buy_ways_list_item_title:before{
    /*width: 39px;*/
    /*margin-right: 22px;*/
  }
  .buy_ways_list_item_title2{
    font-size: 20px;
    margin-top: 20px;
  }
  
  .buy_ways_list_item_txt{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 18px;
  }
  
  
  /* 流れ */
  .buy_flow_wrap{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
  }
  .buy_flow_wrap + .buy_flow_wrap{
    margin-top: 100px;
  }
  .buy_flow_head{
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 60px;
  }
  .buy_flow_head_title{
    font-size: 50px;
    top: -30px;
  }
  
  .buy_flow_list{
    margin-left: -10px;
    margin-right: -10px;
  }
  .buy_flow_list_item{
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .buy_flow_list_item:nth-child(n+2){
    margin-top: 0;
  }
  .buy_flow_list_item:nth-child(n+5){
    margin-top: 50px;
  }
  .buy_flow_list_item_title{
    font-size: 18px;
    margin-top: 25px;
  }
  .buy_flow_list_item_txt{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 10px;
    padding: 0 10px;
  }
  
}
@media (min-width:1200px){

  /* About */
  .buy_about{

  }
  .buy_about_head{

  }
  .buy_about_title{
  }
  .buy_about_title_p1{
    font-size: 40px;
  }
  .buy_about_txt{
    font-size: 16px;
    text-align: center;
  }
  * + .buy_about_txt{
    margin-top: 43px;
  }

  .buy_about_imgs{
  }
  * + .buy_about_imgs{
    margin-top: 70px;
  }
  .buy_about_imgs_item{
    width: 48.68%;
  }

  /* REASON 見出し */
  .buy_reason_head{

  }
  .buy_reason_head_fukidashi{
  }
  .buy_reason_head_title{
    font-size: 40px;
  }
  * + .buy_reason_head_title{
    margin-top: 40px;
  }
  .buy_reason_head_title_p1{

  }
  .buy_reason_head_title_p2{
    margin-left: 6px;
    margin-right: 6px;
  }
  .buy_reason_head_title_p2 span{
    padding-top: 3px;
  }
  .buy_reason_head_title_p2 span + span{
    margin-left: 6px;
  }
  
  .buy_reason_head_title_p1.anshin{

  }
  .buy_reason_head_title_p1.anshin strong:before{
    width: 240px;
    -webkit-transform: translate(-75%, -80%);
    transform: translate(-75%, -80%);
  }

  /* REASON */
  .buy_reason_list_wrap{
  }
  * + .buy_reason_list_wrap{
    margin-top: 35px;
  }
  .buy_reason_list_illust.pos1{
    width: 159px;
  }
  .buy_reason_list_illust.pos2{
    width: 181px;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .buy_reason_list{
    margin-left: -10px;
    margin-right: -10px;
  }
  .buy_reason_list_item{
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tt2_lg_en.wh{
    color: #fff;
  }
  .buy_reason_list_item:nth-child(n+4){
    margin-top: 20px;
  }
  .buy_reason_list_item_inner{
    height: 100%;
    padding: 45px 32px 50px;
  }
  .buy_reason_list_item_img{
  }
  .buy_reason_list_item_img img{
    width: 104px;
  }
  .buy_reason_list_item_title{
    font-size: 24px;
    margin-top: 30px;
  }
  .buy_reason_list_item_txt{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 18px;
  }

  /* 状態 */
  .buy_condition_list{
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
  }
  * + .buy_condition_list{
    margin-top: 85px;
  }
  .buy_condition_list_item{
    width: 20%;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
  }
  .buy_condition_list_item:nth-child(n+4){
    margin-top: 0;
  }
  .buy_condition_list_item:nth-child(n+6){
    margin-top: 20px;
  }
  .buy_condition_list_item_txt{
    font-size: 16px;
    padding: 20px 5px;
  }
  
  .buy_condition_list.col4{
    
  }
  .buy_condition_list.col4 .buy_condition_list_item{
    width: 25%;
  }
  .buy_condition_list.col4 .buy_condition_list_item:nth-child(n+5){
    margin-top: 20px;
  }
  
  
  /* 買取方法 */
  .buy_ways_list{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .buy_ways_list{
    margin-top: 150px;
  }
  .buy_ways_list_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .buy_ways_list_item_inner{
    padding: 5px 30px 60px;
  }
  .buy_ways_list_item_img{
    margin-top: -85px;
  }
  .buy_ways_list_item_img img{
    width: 250px;
  }
  .buy_ways_list_item_title{
    /*font-size: 28px;*/
    /*margin-top: 20px;*/
  }
  .buy_ways_list_item_title:before{
    width: 39px;
    margin-right: 22px;
  }
  .buy_ways_list_item_title2{
    /*font-size: 25px;*/
    /*margin-top: 32px;*/
    margin-left: -20px;
    margin-right: -20px;
  }
  
  
}
@media (min-width:1366px){


}
@media (min-width:1450px){
  .buy_ways_list{
    margin-left: -20px;
    margin-right: -10px;
  }
  * + .buy_ways_list{
    margin-top: 150px;
  }
  .buy_ways_list_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .buy_ways_list_item_title{
    font-size: 28px;
    margin-top: 20px;
  }
  .buy_ways_list_item_title2{
    font-size: 22px;
    margin-top: 32px;
  }
  
  .buy_ways_list_item:nth-child(n+4){
    margin-top: 150px;
  }
  
  /* 状態 */
  .buy_condition_list{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .buy_condition_list{
    margin-top: 85px;
  }
  .buy_condition_list_item{
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .buy_condition_list_item:nth-child(n+4){
    margin-top: 0;
  }
  .buy_condition_list_item:nth-child(n+6){
    margin-top: 20px;
  }
  .buy_condition_list_item_txt{
    font-size: 20px;
    padding: 20px 5px;
  }
  
  .buy_condition_list.col4{
    
  }
  .buy_condition_list.col4 .buy_condition_list_item{
    width: 25%;
  }
  .buy_condition_list.col4 .buy_condition_list_item:nth-child(n+5){
    margin-top: 30px;
  }
  .buy_condition_list.col4 .buy_condition_list_item_txt{
    font-size: 17px;
  }
  
  .buy_flow_list{
    margin-left: -36px;
    margin-right: -36px;
  }
  .buy_flow_list_item{
    width: 25%;
    padding-left: 36px;
    padding-right: 36px;
  }
  .buy_flow_list_item_title{
    font-size: 24px;
    margin-top: 25px;
  }
  
  
  .buy_reason_head_title_p1.anshin{

  }
  .buy_reason_head_title_p1.anshin strong:before{
    width: 240px;
    -webkit-transform: translate(-75%, -80%);
    transform: translate(-75%, -80%);
  }
  
}

@media (min-width:1700px){

  .buy_ways_list{
    margin-left: -20px;
    margin-right: -20px;
  }
  .buy_ways_list_item{
    width: 33.333%;
    padding: 0 20px;
  }
  .buy_ways_list_item_title2{
    font-size: 25px;
    margin-top: 32px;
  }

}


/*******************************
*　
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


/* 保証期間 */
.sales_warran_wrap{
  
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/* メイン部分 */

@media (max-width:767px){

}
@media (min-width:768px){

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1366px){


}
@media (min-width:1450px){


}

@media (min-width:1700px){


}


/*******************************
*　
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}



@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/* メイン部分 */



/* カテゴリ */
.price_list_cat_nav{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.price_list_cat_nav_item{
  width: 100%;
  padding: 0 5px;
}
.price_list_cat_nav_item:nth-child(n+2){
  margin-top: 10px;
}
.price_list_cat_nav_item_a{
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  background: #7691c1;
  color: #FFF;
  padding: 11px 10px 11px;
  position: relative;
  z-index: 1;
}

.price_list_cat_nav_item_a:after{
  content: "";
  width: 10px;
  height: 20px;
  background-image: url(/system_panel/uploads/images/arrow_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.price_list_cat_nav_item_a:hover{
  color: #f2b34d;
}
.price_list_cat_nav_item_a:hover:after{
  margin-right: -5px;
}

/**/
.price_list_msg{
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-top: 20px;
}

/* 商品一覧 */
.price_list_wrap{

}
* + .price_list_wrap{
  margin-top: 30px;
}
.price_list_row{

}
.price_list_row + .price_list_row{
  margin-top: 20px;
}

.price_list_category{
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  background: #f2b34d;
  color: #FFF;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.price_list_category:after{
  content: "";
  width: 20px;
  aspect-ratio: 1 / 1;
  background-image: url('/system_panel/uploads/images/toggle_icon2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 43px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.price_list_category.is-open:after{
  background-image: url('/system_panel/uploads/images/toggle_icon1.png');
}

.price_list{

}
* + .price_list{
  margin-top: 15px;
}
.price_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.price_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.price_list .webgene-item:nth-child(n+3){
  margin-top: 20px;
}
.price_list .webgene-item .img{
  background: #CCC;
  overflow: hidden;
}
.price_list .webgene-item .img.img_fit:before{
  padding-top: 100%;
}
.price_list .webgene-item .title{
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  margin-top: 10px;
}
.price_list .webgene-item .read_more{
  margin-top: 5px;
}


@media (max-width:767px){
  .price_list .webgene-item .read_more a{
    font-size: 12px;
  }
}
@media (min-width:768px){

  /* カテゴリ */
  .price_list_cat_nav{
    margin-left: -5px;
    margin-right: -5px;
  }
  .price_list_cat_nav_item{
    width: 33.333%;
    padding: 0 5px;
  }
  .price_list_cat_nav_item:nth-child(n+2){
    margin-top: 0;
  }
  .price_list_cat_nav_item:nth-child(n+4){
    margin-top: 10px;
  }
  .price_list_cat_nav_item_a{
    font-size: 16px;
    padding: 11px 10px 11px;
  }

  .price_list_cat_nav_item_a:after{
    width: 10px;
    height: 20px;
    right: 20px;
  }

  /* 商品一覧 */
  .price_list_wrap{

  }
  * + .price_list_wrap{
    margin-top: 50px;
  }
  .price_list_row{

  }
  .price_list_row + .price_list_row{
    margin-top: 30px;
  }

  .price_list_category{
    font-size: 18px;
    padding: 15px 20px;
  }
  .price_list_category:after{
    width: 25px;
    right: 35px;
  }

  .price_list{

  }
  * + .price_list{
    margin-top: 35px;
  }
  .price_list .webgene-blog{
    margin-left: -20px;
    margin-right: -20px;
  }
  .price_list .webgene-item{
    width: 33.333%;
    padding: 0 20px;
  }
  .price_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .price_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
    ;
  }
  .price_list .webgene-item .title{
    font-size: 20px;
    margin-top: 15px;
  }
  .price_list .webgene-item .read_more{
    margin-top: 15px;
  }

   .price_list .webgene-item a{
    min-width: inherit;
    width: 100%;
  }
}
@media (min-width:1024px){
  .price_list .webgene-item a{
    min-width: 240px;
  }

}
@media (min-width:1200px){

  /* カテゴリ */
  .price_list_cat_nav{
    margin-left: -20px;
    margin-right: -20px;
  }
  .price_list_cat_nav_item{
    width: 33.333%;
    padding: 0 20px;
  }
  .price_list_cat_nav_item:nth-child(n+2){
    margin-top: 0;
  }
  .price_list_cat_nav_item:nth-child(n+4){
    margin-top: 10px;
  }
  .price_list_cat_nav_item_a{
    font-size: 20px;
    font-weight: 600;
    padding: 11px 10px 11px;
  }

  .price_list_cat_nav_item_a:after{
    content: "";
    width: 10px;
    height: 20px;
    right: 20px;
  }

  /* 商品一覧 */
  .price_list_wrap{

  }
  * + .price_list_wrap{
    margin-top: 80px;
  }
  .price_list_row{

  }
  .price_list_row + .price_list_row{
    margin-top: 75px;
  }

  .price_list_category{
    font-size: 24px;
    padding: 20px 40px;
  }
  .price_list_category:after{
    content: "";
    width: 34px;
    right: 43px;
  }

  .price_list{

  }
  * + .price_list{
    margin-top: 35px;
  }
  .price_list .webgene-blog{
    margin-left: -20px;
    margin-right: -20px;
  }
  .price_list .webgene-item{
    width: 25%;
    padding: 0 20px;
  }
  .price_list .webgene-item:nth-child(n+4){
    margin-top: 0;
  }
  .price_list .webgene-item:nth-child(n+5){
    margin-top: 30px;
    ;
  }
  .price_list .webgene-item .title{
    font-size: 24px;
    margin-top: 18px;
  }
  .price_list .webgene-item .read_more{
    margin-top: 22px;
  }


}
@media (min-width:1366px){


}
@media (min-width:1450px){


}

@media (min-width:1700px){


}


/*******************************
*　
********************************/

/* セクション設定 */
.pg_price2{

}
.pg_price2 .section.sec1{

}
.pg_price2 .section.sec2{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_price2{

  }
  .pg_price2 .section.sec1{

  }
  .pg_price2 .section.sec2{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/* メイン部分 */

/* 詳細 */
.price_detail{
  
}
.price_detail_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price_detail_box1{
  width: 41.44%;
  width: 100%;
}
.price_detail_box2{
  width: 100%;
  margin-top: 20px;
}
.price_detail_box3{
  width: 100%;
  margin-top: 30px;
}

.price_detail .category{
  display: flex;
  margin-bottom: 10px;
}
.price_detail .category span{
  font-size: 16px;
  font-weight: 700;
  background: #f2b34d;
  color: #FFF;
  padding: 5px 15px;
}
.price_detail .title{
  font-size: 20px;
  font-weight: 900;
}


.price_spec_area{
  margin-top: 20px;
}

.price_detail_guide{
  background: #f1f1f1;
  padding: 30px 20px;
}
.price_detail_guide_row + .price_detail_guide_row{
  margin-top: 20px;
}
.price_detail_guide h3{
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  border-left: 5px solid #7691c1;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-bottom: 25px;
}
.price_detail_guide h4{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.price_detail_guide ul{
  
}
.price_detail_guide ul li{
  font-size: 15px;
  line-height: 2.1875;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
}
.price_detail_guide [data-category]{
}
.price_detail_guide ul li+li{
  margin-top: 1px;
}
.price_detail_guide p{
  margin-bottom: 5px;
}

.price_detail + .read_more{
  margin-top: 75px;
}
.price_detail + .read_more a{
  width: 280px;
}



.price_spec_area{
  
}
.price_spec_area_row{
  
}
.price_spec_area_row + .price_spec_area_row{
  margin-top: 30px;
}
.price_spec_area_tr{
  
}
.price_spec_title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.price_spec_title:before{
  content: "■";
  position: absolute;
  z-index: 1;
  left: 0;
}
.price_spec_tbl{
  width: 100%;
  table-layout: fixed;
}
.price_spec_tbl tr{
  
}
.price_spec_tbl th,
.price_spec_tbl td{
  border: 1px solid #CCC;
  padding: 10px 10px 11px;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.price_spec_tbl th{
  font-weight: 500;
  background: #f4f4f4;
  text-align: center;
}
.price_spec_tbl td{
  
}
.price_spec_memo{
  margin-top: 20px;
/*  white-space: pre;*/
white-space: normal;
}

@media (max-width:767px){

  .price_spec_tbl.cols-2 th:first-child{
    width: 100px;
  }
  .price_spec_tbl.cols-3 th:first-child{
    width: 100px;
  }

  
}
@media (min-width:768px){

  
  .price_detail .category{
    margin-bottom: 10px;
  }
  .price_detail .category span{
    font-size: 18px;
    padding: 5px 30px;
  }
  .price_detail .title{
    font-size: 24px;
  }
  .price_spec_area{
    margin-top: 30px;
  }
  
  .price_spec_tbl th,
  .price_spec_tbl td{
    padding: 10px 25px 11px;
    font-size: 18px;
  }
  
  .price_spec_tbl.cols-2 th:first-child{
    width: 200px;
  }
  .price_spec_tbl.cols-3 th:first-child{
    width: 200px;
  }
  
  .price_detail_guide{
    padding: 30px 30px;
  }
  
}
@media (min-width:1024px){

  /* 詳細 */
  .price_detail{

  }
  .price_detail_inner{
  }
  .price_detail_box1{
    width: 41.44%;
  }
  .price_detail_box2{
    width: 54.05%;
    margin-top: 0;
  }
  .price_detail_box3{
    width: 100%;
    margin-top: 70px;
  }

  .price_detail .category{
    margin-bottom: 10px;
  }
  .price_detail .category span{
    font-size: 20px;
    padding: 5px 30px;
  }
  .price_detail .title{
    font-size: 34px;
  }
  .price_spec_area{
    margin-top: 30px;
  }

  .price_detail_guide{
    padding: 50px 50px;
  }
  .price_detail_guide_row + .price_detail_guide_row{
    margin-top: 35px;
  }
  .price_detail_guide h3{
    font-size: 22px;
    border-left: 5px solid #7691c1;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-bottom: 25px;
  }
  .price_detail_guide h4{
    font-size: 18px;
    margin-bottom: 10px;
  }

  .price_detail_guide ul{

  }
  .price_detail_guide ul li{
    font-size: 16px;
    line-height: 2.1875;
  }

  .price_detail + .read_more{
    margin-top: 75px;
  }
  .price_detail + .read_more a{
    width: 280px;
  }



  .price_spec_area{

  }
  .price_spec_area_row{

  }
  .price_spec_area_row + .price_spec_area_row{
    margin-top: 30px;
  }
  .price_spec_area_tr{

  }
  .price_spec_title{
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .price_spec_title:before{
    left: 0;
  }
  .price_spec_tbl th,
  .price_spec_tbl td{
    padding: 10px 25px 11px;
    font-size: 18px;
  }
  
  .price_spec_tbl.cols-2 th:first-child{
    width: 250px;
  }
  .price_spec_tbl.cols-3 th:first-child{
    width: 180px;
  }

}
@media (min-width:1200px){


}
@media (min-width:1366px){


}
@media (min-width:1450px){


}

@media (min-width:1700px){


}


/*******************************
*　
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/* メイン部分 */

@media (max-width:767px){

}
@media (min-width:768px){

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1366px){


}
@media (min-width:1450px){


}

@media (min-width:1700px){


}