@media screen and (min-width:1201px){
  .pc_hide{
    display: none!important;
  }
}/*@media screen and (min-width:1201px){*/

@media screen and (max-width:1200px){
  .pad_hide{
    display: none!important;
  }

  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }

  main{
    padding-top: 110px;
  }


  /*
  ------------------------------------
  共通パーツ
  ------------------------------------
  */

  .hide{
    display: none!important;
  }
  .container{
    max-width: 720px;
    padding:0;
    margin:0 auto;
  }

  .common_no_result{
    margin-top: 40px;
  }

  /*
  ------------------------------------
  セクションタイトルセット
  ------------------------------------
  */
  .common_sec_title_set{
    padding-bottom: 28px;
  }

  .common_sec_title_set::before,
  .common_sec_title_set::after{
    width: 110px;
  }

  .common_sec_title_set::before{
    height:2px;
    bottom:10px;
  }
  .common_sec_title_set::after{
    height:4px;
  }

  .common_sec_title_set .en_title{
    font-size: 16px;
  }

  .common_sec_title_set .ja_title{
    font-size: 48px;
  }

  .common_sec_title_set .en_title + .ja_title{
    margin-top: 6px;
  }


  /*
  ------------------------------------
  下線半分付きのタイトル
  ------------------------------------
  */
  .common_half_border_bototm_title{
    font-size: 32px;
  }

  .common_half_border_bototm_title::after{
    margin-top: 12px;
    width: 60px;
    height: 3px;
  }

  /*
  ------------------------------------
  青色の矢印付きボタン
  ------------------------------------
  */
  .common_blue_button{
    width: 420px;
    height: 80px;
    font-size: 20px;
    margin:60px auto 0;
  }

  .common_blue_button::after{
    width: 24px;
    height: 24px;
    right:30px;
  }

  /*
  ------------------------------------
  お客様の声
  ------------------------------------
  */
  .common_voice_list .voice_card{
    padding: 36px 24px 48px;
    border: solid 3px #1a2348;
  }

  .common_voice_list .voice_card + .voice_card{
    margin-top: 30px;
  }

  .common_voice_list .voice_card .voice_thumb{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 32px;
  }


  .common_voice_list .voice_card .cat_list li{
    min-width: 180px;
    min-height: 30px;
    padding:3px 14px;
  }

  .common_voice_list .voice_card .cat_list + .voice_info_flex{
    margin-top: 20px;
  }

  .common_voice_list .voice_card .voice_info_flex{
    display: flex;
    align-items: center;
  }

  .common_voice_list .voice_card .star_list{
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .common_voice_list .voice_card .star{
    width:28px;
    height:27px;
  }

  .common_voice_list .voice_card .star + .star{
    margin-left: 5px;
  }

  .common_voice_list .voice_card .voice_info{
    margin-left: 24px;
    font-size: 18px;
    line-height: 1.2;
  }

  .common_voice_list .voice_card .voice_title{
    margin-top: 14px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }

  .common_voice_list .voice_card .voice_text{
    margin-top: 15px;
    font-size: 18px;
    line-height: 2.11;
  }

  /*
  ------------------------------------
  新着情報一覧
  ------------------------------------
  */
  .common_news_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:40px 0;
    
  }

  .common_news_list .news_item{
    width:48%;
  }

  .common_news_list .news_card{
    height:100%;
    min-height: 300px;
    border: solid 3px #1a2348;
  }

  .common_news_list .news_card .news_text_area{
    padding:20px 20px 20px;
  }

  .common_news_list .news_card .news_date{
    font-size: 14px;
  }

  .common_news_list .news_card .news_title{
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.56;
  }

  .common_news_list .news_card .cat_list{
    margin-top: 6px;
    gap:10px;
  }

  .common_news_list .news_card .cat_list li{
    min-width: 180px;
    min-height: 30px;
    padding:3px 14px;
  }

  /*
  ------------------------------------
  ページネーション
  ------------------------------------
  */
  .common_page_nation{
    margin-top: 80px;
    gap:20px 12px;
  }

  .common_page_nation span.current{/*現在のページボタン*/
    min-width: 34px;
    height: 40px;
    padding:0 3px;
    border: solid 3px #1a2348;
  }

  .common_page_nation a.page-numbers{/*指定のページ移動ボタン*/
    min-width: 34px;
    height: 40px;
    padding:0 3px;
    border: solid 3px #1a2348;
  }


  .common_page_nation a.page-numbers.prev::after,
  .common_page_nation a.page-numbers.next::after{
    width: 8px;
    height: 12px;
  }

  .common_page_nation a.page-numbers.prev{
    margin-right: 32px;
  }

  .common_page_nation a.page-numbers.next{
    margin-left: 32px;
  }

  /*
  ------------------------------------
  大カテゴリーリスト
  ------------------------------------
  */
  .common_product_category_list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap:30px 30px;
  }

  .common_product_category_list .product_category_card{
    width: 220px;
    height: 60px;
    border: solid 3px #1a2348;
    padding:0 10px;
    font-size: 18px;

  }

  /*
  ------------------------------------
  FAQリスト
  ------------------------------------
  */
  .common_faq_list{

  }

  .common_faq_list .faq_block{
    border: solid 3px #1a2348;
  }

  .common_faq_list .faq_block + .faq_block{
    margin-top: 30px;
  }

  .common_faq_list .faq_block .faq_question{
    padding:24px 110px 24px 100px;
    min-height: 100px;

    font-size: 18px;
    line-height: 1.5;
  }

  .common_faq_list .faq_block .faq_question::before{

    width: 50px;
    height: 50px;
    font-size: 28px;
    left:30px;
    top:25px;
  }

  .common_faq_list .faq_block .faq_question::after{
    width: 24px;
    height: 24px;
    font-size: 32px;
    right:36px;
    top:38px;
  }

  .common_faq_list .faq_block .faq_answer{
    padding:24px 110px 16px 100px;
    min-height: 100px;
  }

  .common_faq_list .faq_block .faq_answer::before{
    width: 50px;
    height: 50px;
    font-size: 28px;
    left:30px;
    top:25px;
  }

  /*
  ------------------------------------
  商品リスト
  ------------------------------------
  */
  .common_product_list{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    
    gap:40px 0;
  }

  .common_product_list .product_item{
    width: 100%;
    min-height: auto;
  }

  .common_product_list .product_card{
    height: auto;
    min-height:auto;
    display: flex;
    justify-content: center;
    padding:36px;
    border: solid 3px #1a2348;
  }

  .common_product_list .thumb{
    width: 220px;
    height: 220px;
    margin-right: 30px;
  }

  .common_product_list .thumb img{
    width:80%;
    height:80%;
    object-fit: contain;
  }

  .common_product_list .product_textarea{
    width:100%;
  }

  .common_product_list .product_name{
    padding-bottom: 6px;
    font-size: 28px;
    border-bottom: 3px solid #1a2348;
  }

  .common_product_list .product_cat_head{
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 20px;
  }

  .common_product_list .product_cat_head::before{
    width: 23px;
    height: 31px;
    margin-right: 8px;
  }

  .common_product_list .product_cat_list{
    margin-top: 4px;
  }

  .common_product_list .product_more{
    
    display: flex;
    align-items: center;
    position: absolute;
    right:40px;
    bottom:36px;
    z-index: 2;
  }

  .common_product_list .product_more::after{
    width: 18px;
    height: 18px;
    margin-left: 6px;
  }


  /*
  ------------------------------------
  買取強化商品リスト
  ------------------------------------
  */
  .common_purchase_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:30px 0;
  }

  .common_purchase_list .purchase_item{
    width:100%;
  }

  .common_purchase_list .purchase_card{
    display: flex;
    min-height:auto;
    height:auto;
    border: solid 3px #1a2348;
    
    padding:36px 36px 16px;
  }

  .common_purchase_list .purchase_card .thumb{
    width: 190px;
    height: 190px;
    margin-right: 20px;
  }

  .common_purchase_list .purchase_card .purchase_status{
    min-width: 120px;
    padding:0 8px;
    height: 28px;
    font-size: 18px;
  }

  .common_purchase_list .purchase_card .purchase_text_area{

  }

  .common_purchase_list .purchase_card .purchase_maker{
    font-size: 18px;
  }

  .common_purchase_list .purchase_card .purchase_cat_list{

    margin-top: 12px;
    gap:10px;
  }

  .common_purchase_list .purchase_card .purchase_cat_list li{
    padding:5px 15px;
  }

  .common_purchase_list .purchase_card .purchase_name{
    margin-top: 10px;
    font-size: 20px;
  }

  .common_purchase_list .purchase_card .purchase_price{
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .common_purchase_list .purchase_card .purchase_price span{
    font-size: 24px;
    padding-left: 6px;
  }

  .common_purchase_list .purchase_card .purchase_price span.num{
    font-size: 30px;
    padding-right: 4px;
  }

  /*
  ------------------------------------
  買取実績
  ------------------------------------
  */

  .common_result_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:40px 0;
  }

  .common_result_list .result_item{
    width: 48%;
  }

  .common_result_card{
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    border: solid 3px #1a2348;
  }

  .common_result_card .result_status{
    
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    padding:0 8px;
    white-space: nowrap;
    height: 28px;
    background-color: #ff9600;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    position: absolute;
    bottom:0;
    right:0;
    z-index: 2;
  }

  .common_result_card .result_text_area{
    margin-top: 30px;
    padding:0 28px 16px;
  }

  .common_result_card .result_maker{
    font-size: 18px;
    line-height: 1.3;
  }

  .common_result_card .result_cat_list{
    margin-top: 12px;
    gap:10px;
  }

  .common_result_card .result_cat_list li{
    padding:5px 15px;
    border-radius: 100px;

  }

  .common_result_card .result_name{
    margin-top: 16px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }

  .common_result_card .result_price{
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .common_result_card .result_price span{
    font-size: 24px;
    padding-left: 6px;
  }

  .common_result_card .result_price span.num{
    font-size: 30px;
    padding-right: 4px;
  }


  /*
  ------------------------------------
  利用ガイド コンテンツ
  ------------------------------------
  */

  .common_guide_contents .area_head{
    padding-bottom: 12px;
    font-size: 24px;
    border-bottom:2px solid #1a2348;
  }

  .common_guide_contents .purchase_area{
    margin-top: 48px;
  }

  .common_guide_contents .purchase_area .purchase_guide{
    margin-top: 16px;
    font-size: 18px;
    line-height: 2.11;
  }

  .common_guide_contents .purchase_area .purchase_flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 52px;
  }

  .common_guide_contents .purchase_area .purchase_box{
    width: 580px;
    max-width: 100%;
    padding: 28px 40px;
    border: solid 3px #1a2348;
  }

  .common_guide_contents .purchase_area .purchase_box + .purchase_box{
    margin-top: 56px;
  }

  .common_guide_contents .purchase_area .purchase_box::before{
    height:10px;
    top:-4px;
  }

  .common_guide_contents .purchase_area .purchase_box01::before{
    width:160px;
  }
  .common_guide_contents .purchase_area .purchase_box02::before{
    width:280px;
  }

  .common_guide_contents .purchase_area .purchase_head{
    font-size: 22px;
    top:-16px;
  }

  .common_guide_contents .purchase_area .purchase_text{
    font-size: 18px;
    line-height: 2.11;
  }

  .common_guide_contents .purchase_area .purchase_remark{
    margin-top: 12px;
  }

  .common_guide_contents .purchase_area .purchase_list{
    padding-top: 0;
  }

  .common_guide_contents .purchase_area .purchase_list li{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.56;
  }

  .common_guide_contents .purchase_area .purchase_list li::before{
    width: 12px;
    height: 12px;
    border:2px solid #1a2348;
    margin-top: 8px;
    margin-right: 16px;
  }

  .common_guide_contents .purchase_area .purchase_list li + li{
    margin-top: 16px;
  }

  .common_guide_contents .maker_area{
    margin-top: 80px;
  }

  .common_guide_contents .maker_area .maker_list{
    margin-top: 16px;
    font-size: 18px;
    line-height: 2.11;
  }

  .common_guide_contents .maker_area .maker_remark{
    margin-top: 20px;
  }

  .common_guide_contents .link_list{
    margin-top: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .common_guide_contents .link_list .link{
    width: 580px;
    min-height: 140px;
    padding:16px 30px;
    border: solid 3px #1a2348;
  }

  .common_guide_contents .link_list .link + .link{
    margin-top: 40px;
  }

  .common_guide_contents .link_list .link::after{
    width: 15px;
    height: 26px;
    margin-left: 8px;
  }

  .common_guide_contents .link_list .link_contents{
    display: flex;
    align-items: center;
  }

  .common_guide_contents .link_list .link_icon{
    width: 100px;
    height: 100px;
    border: solid 3px #1a2348;

    margin-right: 20px;
  }

  .common_guide_contents .link_list .store .link_icon::after{
    width: 66px;
    height: 53px;
  }
  .common_guide_contents .link_list .delivery .link_icon::after{
    width: 58px;
    height: 66px;
  }

  .common_guide_contents .link_list .link_text01{
    line-height: 1.5;
  }
  .common_guide_contents .link_list .link_text02{
    font-size: 36px;
  }

  .common_guide_contents .link_list .link_text01 + .link_text02{
    margin-top: 6px;
  }


  /*
  ------------------------------------
  ヘッダー
  ------------------------------------
  */
  header{

  }

  header a{
    transition-duration: 0.4s;
  }


  header .header_inner{
    
  }

  header .header_flex{
    padding-right: 30px;
    padding-top: 10px;
  }

  header .header_flex::before{
    height:10px;
  }

  header .header_logo{
    z-index: 22;
    width: 340px;
    height: 100px;
  }

  header .header_logo img{
    width:280px;
  }

  header .header_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  header .header_nav{
    display: none;
  }

  header .button_list{
    padding:10px 0;
    display: flex;
    margin-left: 72px;
  }

  header .button_list .button{
    min-width: 180px;
    height: 80px;
    border: solid 3px #1a2348;
  }

  header .button_list .button .button_icon{
    height:43px;
  }

  header .button_list .button p{
    margin-top: 4px;
    font-size: 16px;
  }


  header .button_list .button.line .button_icon::after{
    width: 43px;
    height: 43px;
  }


  header .drawer_open{
    margin-left: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }

  header .drawer_open_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:50px;
    height:30px;
  }

  header .drawer_open .bar{
    width:100%;
    height:3px;
    background-color: #1a2348;
    transition-duration: 0.5s;
  }

  header .drawer_open .bar02{
    margin:9px 0;
  }
  
  header .drawer_open.active .bar01 {
    transform: translateY(1px) rotate(-45deg);
  }
  header .drawer_open.active .bar02 {
    display: none;
  }
  header .drawer_open.active .bar03 {
    transform: translateY(-1px) rotate(45deg);
  }

  header .drawer_open p{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-top: 8px;
    color:#1a2348;
    font-size: 14px;
  }

  #drawer_menu{
    position: fixed;
    top:0;
    right:0;
    z-index:18;
    width:100%;
    max-width: 450px;
    height: calc(100vh ); /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    height: calc(var(--vh2, 1vh) * 100);
    background-color: #1a2348;
    transition-duration: 0.7s;
    opacity: 0;
    pointer-events: none;
    padding-top: 110px;
  }

  #drawer_menu.show{
    opacity: 1;
    pointer-events: auto;
  }

  #drawer_menu_bg{
    position: fixed;
    top:0;
    left:0;
    z-index:17;
    width:100%;
    height:100vh;
    opacity: 0;
    pointer-events: none;
    transition-duration:0.7s;
    background-color: rgba(0,0,0,0.6);
  }

  #drawer_menu_bg.show{
    opacity: 1;
    pointer-events: auto;
  }


  #drawer_menu .drawer_menu_inner{
    height:100%;
    overflow-y: auto; 
  }


  #drawer_menu .drawer_menu_contents{
    padding:50px 30px;
  }

  #drawer_menu .parent_list{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:40px 0;
  }

  #drawer_menu .parent_item{
    width: 50%;
    padding:0 6px;
  }

  #drawer_menu .parent_link{
    width: fit-content;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #drawer_menu .parent_link .parent_icon{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #drawer_menu .parent_link .parent_icon.beginner img{
    height: 47px;
  }
  #drawer_menu .parent_link .parent_icon.store img{
    height: 44px;
  }
  #drawer_menu .parent_link .parent_icon.delivery img{
    height: 43px;
  }
  #drawer_menu .parent_link .parent_icon.products img{
    height: 44px;
  }
  #drawer_menu .parent_link .parent_icon.shop img{
    height: 44px;
  }
  #drawer_menu .parent_link .parent_icon.news img{
    height: 47px;
  }
  #drawer_menu .parent_link .parent_icon.price img{
    height: 47px;
  }
  #drawer_menu .parent_link .parent_icon.results img{
    height: 45px;
  }

  #drawer_menu .parent_link p{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.41;
    color: #fff;
    margin-top: 10px;
  }

  #drawer_menu .tel_block{
    width: 315px;
    min-height: 50px;
    height: auto;
    margin: 48px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px 0;
    position: relative;
    background-color: #fff;
  }

  #drawer_menu .tel_block .num {
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #e83331;
    flex-shrink: 0;
  }

  #drawer_menu .tel_block .num::before {
    content: '';
    width: 14px;
    height: 19px;
    background-image: url(../img/common/icon_tel_orange.png);
    flex-shrink: 0;
    margin-right: 5px;
  }

  #drawer_menu .tel_block .tel_text {
    font-size: 11px;
    line-height: 1.38;
  }

  #drawer_menu .line_button{
    width: 315px;
    min-height: 50px;
    height: auto;
    margin: 10px auto 0;
    position: relative;
    border: solid 2px #1a2348;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    color: #1a2348;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4fc714;
    padding-right: 10px;
  }

  #drawer_menu .line_button::after {
    content: '';
    width: 9px;
    height: 16px;
    background-image: url(../img/common/icon_angle_right_blue.png);
    flex-shrink: 0;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #drawer_menu .line_button p {
    display: flex;
    align-items: center;
  }

  #drawer_menu .line_button p::before {
    content:'';
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    background-image: url(../img/common/icon_line.png);
  }
  /*
  ------------------------------------
  フッター
  ------------------------------------
  */

  footer{

  }


  footer .footer_inner{
    max-width: 720px;
    padding:0;
    margin:0 auto;
  }

  footer .footer_area01{
    padding:50px 0;
  }

  footer .page_top{
    width: 60px;
    top:-32px;
    right:56px;
  }


  footer .footer_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  footer .footer_logo{
    margin:0 auto;
    width:256px;
  }


  footer .footer_text01{
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }

  footer .footer_text02{
    margin-top: 32px;
    font-size: 18px;
    text-align: center;
    line-height: 1.56;
  }

  footer .footer_right{
    margin-top: 48px;
  }

  footer .footer_nav{
    display: flex;
    align-items: flex-start;
  }

  footer .footer_nav .parent_menu{
    margin-right: 72px;
  }

  footer .footer_nav .parent_item + .parent_item{
    margin-top: 24px;
  }

  footer .footer_nav .parent_link{
    font-size: 18px;
  }
  footer .footer_nav .parent_link::before{
    width: 9px;
    height: 16px;
    margin-right: 20px;
  }

  footer .footer_nav .child_menu{
    margin-top: 24px;
    padding-left: 2px;
  }

  footer .footer_nav .child_item + .child_item{
    margin-top: 16px;
  }

  footer .footer_nav .child_link{
    line-height: 1.3;
  }

  footer .footer_nav .child_link::before{
    width: 7px;
    height: 12px;
    margin-right: 20px;
  }

  /*
  ------------------------------------
  検索エリアセクション
  ------------------------------------
  */
  .common_search_section{
    padding:94px 0 100px;
  }

  .common_search_section .search_head_frame{
    width: fit-content;
    padding:0 15px 12px;
    transform: translateX(75px);
  }

  .common_search_section .search_head_frame::before{
    width: 144px;
    height: 177px;
    top:-32px;
    left:-164px;
  }

  .common_search_section .search_head_frame::after{
    width: 100%;
    height: 36px;
  }
  .common_search_section .search_head{
    position: relative;
    z-index: 2;
    width:510px;
  }


  .common_search_section .search_box{
    padding:60px 32px;
    margin-top: 28px;
  }

  .common_search_section .search_line + .search_line{
    margin-top: 30px;
  }

  .common_search_section .search_label{
    font-size: 22px;
  }

  .common_search_section .search_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .common_search_section .search_flex .search_block{
    width: 49%;
  }

  .common_search_section .select_frame{
    position: relative;
    margin-top: 20px;
  }

  .common_search_section .select_frame::after{
    border-width: 9px 9px 0 9px;
    right:12px;
  }

  .common_search_section .select_frame select{
    height: 60px;
    padding-left: 20px;
    padding-right: 40px;
    border: solid 3px #1a2348;
    font-size: 17px;
  }


  .common_search_section .text_frame{
    margin-top: 20px;
  }

  .common_search_section .text_frame input{
    height: 60px;
    padding:0 20px;
    font-size: 18px;
    border: solid 3px #1a2348;
  }

  .common_search_section .search_button{
    width: 420px;
    height: 80px;
    margin:40px auto 0;
    font-size: 22px;
    padding-right: 20px;
  }

  .common_search_section .search_button::after{
    width: 12px;
    height: 20px;
    right:30px;
  }

  .common_search_section .search_button .icon{
    width: 46px;
    height: 46px;
    margin-right: 15px;
  }

  .common_search_section .search_button .icon::after{
    width: 29px;
    height: 29px;
  }
  /*
  ------------------------------------
  選べる買取方法セクション
  ------------------------------------
  */
  .common_purchase_section{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .common_purchase_section .link_list{
    margin-top: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .common_purchase_section .link_list .link{
    width: 580px;
    min-height: 140px;
    padding:16px 30px;
    border: solid 3px #1a2348;
  }

  .common_purchase_section .link_list .link::after{
    width: 15px;
    height: 26px;
    margin-left: 8px;
  }

  .common_purchase_section .link_list .link + .link{
    margin-top: 40px;
  }

  .common_purchase_section .link_list .link_contents{
    display: flex;
    align-items: center;
  }

  .common_purchase_section .link_list .link_icon{
    width: 100px;
    height: 100px;
    border: solid 3px #1a2348;
    margin-right: 20px;
  }

  .common_purchase_section .link_list .store .link_icon::after{
    width: 66px;
    height: 53px;
  }
  .common_purchase_section .link_list .delivery .link_icon::after{
    width: 58px;
    height: 66px;
  }

  .common_purchase_section .link_list .link_text01{
    line-height: 1.5;
  }
  .common_purchase_section .link_list .link_text02{
    font-size: 36px;
  }

  .common_purchase_section .link_list .link_text01 + .link_text02{
    margin-top: 6px;
  }


  .common_purchase_section .contact_area{
    margin-top: 80px;
    position: relative;
    padding:20px 56px 40px 56px;
  }

  .common_purchase_section .contact_area::after{
    width: 320px;
    height: 380px;
    right:20px;
    bottom:auto;
    top:-20px;
    /* display: none; */
  }

  .common_purchase_section .contact_text01{
    margin:0;
    font-size: 50px;
    text-align: left;
    
  }

  .common_purchase_section .contact_text01 .baloon{
    position: absolute;
    width:132px;
    z-index: 2;
    left:-70px;
    top:-48px;
  }

  .common_purchase_section .contact_text01 strong{
    font-size: 63px;
    line-height: 0.48;
    text-underline-offset: 15px;
    margin-left: 80px;
  }


  .common_purchase_section .tel_block{
    min-height: 100px;
    height:auto;
    border: solid 3px #1a2348;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:10px 0;
  }

  .common_purchase_section .tel_block .num{
    font-size: 48px;
    
  }
  .common_purchase_section .tel_block .num::before{
    width: 30px;
    height: 38px;
    margin-right: 10px;
  }

  .common_purchase_section .tel_block .tel_text{
    margin-left: 18px;
    line-height: 1.38;
  }

  .common_purchase_section .button_list{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 5;
  }

  .common_purchase_section .button_list .button{
    width: 100%;
    height: 100px;
    border: solid 3px #1a2348;
    font-size: 28px;
  }

  .common_purchase_section .button_list .button::after{
    width: 15px;
    height: 26px;

    right:50px;

  }


  .common_purchase_section .button_list .button.line p::before{
    width: 52px;
    height: 52px;
    margin-right: 20px;
  }



  /*
  ------------------------------------
  共通のお問い合わせセクション
  ------------------------------------
  */

  .common_contact_section{
    padding:100px 0;
  }


  .common_contact_section .contact_box{
    max-width: 100%;
    margin:60px auto 0;
    padding:50px 24px 40px;
  }

  .common_contact_section .contact_box::before{
    width: 110px;
    height: 102px;
    left:16px;
  }
  .common_contact_section .contact_box::after{
    width: 144px;
    height: 104px;
    right:8px;
  }

  .common_contact_section .contact_text01{
    font-size: 20px;
  }

  .common_contact_section .contact_button{
    max-width: 500px;
    height:100px;
    margin:24px auto 0;
    border: solid 3px #1a2348;
    padding-left: 0;
    padding-right: 24px;
    justify-content: center;
  }
  .common_contact_section .contact_button p{
    font-size: 28px;
  }

  .common_contact_section .contact_button p::before{
    width: 50px;
    height: 29px;
    margin-right: 14px;
    margin-top: 3px;
  }

  .common_contact_section .contact_button::after{
    width: 15px;
    height: 26px;
    right:30px;
  }

  /*
  ------------------------------------
  トップページ
  ------------------------------------
  */
  body.top_body{
    
  }
  main.top_main{

  }

  .top_section{
    position: relative;
  }

  .top_mv_section{
    
  }

  .top_mv_section .flex{
    display: flex;
  }

  .top_mv_section .top_mv_left {
    width: 50%;
    /* aspect-ratio: 1 / 0.885; */
    aspect-ratio: 1/0.7;
  }

  .top_mv_section .top_mv_left img{
    object-position: right;
  }


  .top_mv_section .top_swiper_block {
    width: 50%;
  }

  .top_mv_section .top_mv_slide {
    width: 100%;
    aspect-ratio: 1/0.7;
    /* aspect-ratio: 1 / 0.885; */
  }

  .top_mv_section .swiper_pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 20px;
    right: 40px;
    z-index: 15;
  }

  .top_mv_section .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    border: 2px solid #1a2348;
  }

  .top_sale_section{
    padding:30px 0;
  }

  .top_sale_section .flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .top_sale_section .button{
    display: flex;
    align-items: center;
    width: 520px;
    height: 100px;
    margin:0 20px;
    padding-left: 98px;
    font-size: 32px;
  }

  .top_sale_section .button + .button{
    margin-top: 40px;
  }

  .top_sale_section .button::after{
    width: 15px;
    height: 26px;
    right:30px;
  } 

  .top_sale_section .button_icon{
    width: 68px;
    height: 68px;
    border: solid 3px #1a2348;
    margin-right: 12px;
  }

  .top_sale_section .store .button_icon::after{
    width: 45px;
    height: 36px;
  }
  .top_sale_section .delivery .button_icon::after{
    width: 40px;
    height: 46px;
  }


  .top_beginner_section{
    padding:170px 0 70px;
    overflow: hidden;
  } 

  .top_beginner_section::before,
  .top_beginner_section::after{
    content:none;
  }



  .top_beginner_section .beginner_frame{
    max-width: 1920px;
  }


  .top_beginner_section .beginner_contents{
    max-width: 960px;
    padding:0 90px;
  }


  .top_beginner_section .beginner_head_frame::before{
    width:335px;
    height:178px;
    top:-120px;
  }

  .top_beginner_section .beginner_head{
    max-width:727px;
  }

  .top_beginner_section .beginner_text{
    margin-top: 24px;
    font-size: 18px;
    line-height: 2.11;
  }

  .top_beginner_section .beginner_button{
    margin:56px auto 0;
  }


  .top_product_section{
    padding:100px 0;
  }

  .top_product_section .common_product_list{
    margin-top: 60px;
  }

  .top_result_section{
    padding:100px 0;
  } 

  .top_result_section .swiper_block{
    margin-top: 60px;
  }

  .top_result_section .swiper_result_button{
    width:60px;
    height:60px;
  }

  .top_result_section .swiper_result_prev{
    right:calc(50% + 178px);
  }
  .top_result_section .swiper_result_next{
    left:calc(50% + 178px);
  }

  .top_result_section .result_slide{
    width:410px;
    padding:0 15px;
  }

  .top_purchase_section{
    padding:100px 0;
    background-image: url('../img/common/common_yellow_bg.jpg');
  }

  .top_purchase_section .purchase_area{
    margin-top: 60px;
  }

  .top_purchase_section .tab_list{
    display: flex;
    justify-content: space-between;
  }

  .top_purchase_section .tab_list .tab{
    width:16%;
    min-height: 80px;
    border: solid 3px #1a2348;
    font-size: 15px;
    padding:3px 4px;
    text-align: center;
    border-bottom: none;
  }


  .top_purchase_section .purchase_frame{
    padding:56px;
    border: 3px solid #1a2348;
  }

  .top_purchase_section .common_purchase_list .purchase_item{
    width:100%;
  }

  .top_voice_section{
    padding:100px 0;
  } 

  .top_voice_section .common_voice_list{
    margin-top: 60px;
  }

  .top_shop_section{
    padding:100px 0;
    background-image: url('../img/top/top_shop_bg.jpg');
  } 

  .top_shop_section .shop_text{
    margin-top: 40px;
    font-size: 18px;
    line-height: 2.11;
  }
  .top_shop_section .shop_button{
    border: solid 3px #fff;
    margin:48px auto 0;
  }

  .top_news_section{
    padding:100px 0;
  }

  .top_news_section .news_frame{
    margin-top: 60px;
    border: solid 3px #1a2348;
    padding:32px 24px 60px;
  }

  .top_news_section .news_list{

  }

  .top_news_section .news_list .news_item{
    border-bottom: 2px solid #1a2348;
  }

  .top_news_section .news_list .news_card{
    padding:24px 48px 24px 20px;
    display: flex;
    align-items: flex-start;
  }

  .top_news_section .news_list .news_card::after{
    width: 24px;
    height: 24px;
    right:20px;
    top:28px;
  }

  .top_news_section .news_list .news_left{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 28px;
  }

  .top_news_section .news_list .news_date{
    width:118px;
    font-size: 18px;
    padding-right: 6px;
  }

  .top_news_section .news_list .news_cat{
    min-width: 120px;
    height: 30px;
    border-radius: 15px;
    padding:0 4px;
  }

  .top_news_section .news_list .news_title{
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
  }

  .top_link_section{
    padding:100px 0;
    background-image:url('../img/top/top_link_bg.jpg');
  }

  .top_link_section .link_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .top_link_section .link{
    width: 580px;
    min-height: 180px;
    padding:72px 16px 24px;
    border: solid 3px #1a2348;
  }

  .top_link_section .link + .link{
    margin-top: 64px;
  }

  .top_link_section .link .icon{
    width: 100px;
    height: 100px;
    border: solid 3px #1a2348;
    top:-40px;
  }

  .top_link_section .link .icon.recruit::after{
    width: 60px;
    height: 51px;
  }
  .top_link_section .link .icon.company::after{
    width: 59px;
    height: 57px;
  }

  .top_link_section .link .link_text{
    display: flex;
    justify-content: center;
    line-height: 1.5;
  }

  .top_link_section .link .link_title{
    display: flex;
    justify-content: center;
    margin-top:8px;
    font-size: 42px;
  }

  /*
  ------------------------------------
  下層mv
  ------------------------------------
  */

  .page_mv_section{
    padding:75px 0;
  }

  /*
  ------------------------------------
  パンクズ
  ------------------------------------
  */

  .common_bread_section{
    padding:20px 0 10px;
  }

  .common_bread_section .bread_list{
    gap:24px;
    font-size: 18px;

  }

  .common_bread_section .bread_list a{
    text-decoration: underline;
    text-underline-offset: 8px;
  }


  .common_bread_section .bread_list .arrow{
    width: 9px;
    height: 16px;
    margin-top: 1px;
  }

  /*
  ------------------------------------
  新着情報一覧
  ------------------------------------
  */

  body.archive_news_body{
  }

  main.archive_news_main{

  }

  .archive_news_section01{
    padding-top: 72px;
    padding-bottom: 120px;
  }

  .archive_news_section01 .news_category_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap:25px;
  }

  .archive_news_section01 .news_category_list li{
    width: 48%;
  }

  .archive_news_section01 .news_category_list .news_category_card{
    min-width: 100%;
    height: 60px;
    border: solid 3px #1a2348;
    padding:0 10px;
    font-size: 18px;
  }


  .archive_news_section01 .common_news_list{
    margin-top: 80px;
  }



  /*
  ------------------------------------
  新着情報詳細
  ------------------------------------
  */

  body.single_news_body{
  }

  main.single_news_main{

  }

  .single_news_section01{
    padding-top: 72px;
    padding-bottom: 120px;
  }

  .single_news_section01 .news_frame{
    max-width: 860px;
  }

  .single_news_section01 .info_flex{
    display: flex;
    align-items: flex-start;
  }

  .single_news_section01 .info_flex .news_date{
    margin-right: 20px;
    padding-top: 6px;
    font-size: 18px;
  }

  .single_news_section01 .cat_list{
    gap:10px;
  }

  .single_news_section01 .cat_list li{
    min-width: 120px;
    min-height: 30px;
    padding:4px 10px;
  }

  .single_news_section01 .news_title{
    margin-top: 12px;
    font-size: 32px;
    line-height: 1.63;
  }

  .single_news_section01 .news_single_block{
    margin-top: 40px;
  }

  .common_single_block{

  }

  .common_single_block .wp-block-image{
    margin-top: 40px;
  }


  .common_single_block h2{
    font-size: 28px;
    line-height: 1.71;
    padding-bottom: 20px;
    margin-top: 44px;
  }


  .common_single_block h2::before{
    height:2px;
    bottom:7px;
  }
  .common_single_block h2::after{
    height:3px;
  }

  .common_single_block h3{
    padding-left: 20px;
    margin-top: 44px;
    font-size: 26px;
    line-height: 1.77;
    border-left: 3px solid #1a2348;
  }



  .common_single_block h4{
    margin-top: 44px;
    font-size: 24px;
    line-height: 1.83;
    padding:12px 20px;
    border-bottom: 3px solid  #1a2348;
  }


  .common_single_block h5{
    margin-top: 44px;
    font-size: 22px;
    line-height: 1.77;
    padding-left: 32px;
  }

  .common_single_block h5::before{
    width: 20px;
    height: 20px;
    border: solid 2px #1a2348;
    top:10px;
  }

  .common_single_block h6{
    margin-top: 44px;
    font-size: 20px;
    line-height: 1.55;
  }

  .common_single_block p{
    margin-top: 40px;
    font-size: 18px;
    line-height: 2.11;
  }

  .common_single_block ul{
    margin-top: 48px;
  }

  .common_single_block ul li{
    font-size: 18px;
    line-height: 1.4;
    padding-left: 28px;
  }

  .common_single_block ul li::before{
    width:12px;
    height:12px;

    border:2px solid #1a2348;
    top:8px;
  }

  .common_single_block ul li + li{
    margin-top: 8px;
  }

  .common_single_block ol{
    margin-top: 48px;
  }

  .common_single_block ol li{
    font-size: 18px;
    line-height: 1.4;
    padding-left: 28px;
    counter-increment: cnt;
  }

  .common_single_block ol li::before {
    font-size: 18px;
    line-height: 1.4;
  }

  .common_single_block ol li + li{
    margin-top: 8px;
  }

  .common_single_block pre{
    margin-top: 56px;
    padding:28px 44px;
    font-size: 18px;
    line-height: 2.11;
    border: solid 3px #1a2348;
  }

  .common_single_block .wp-block-table{
    margin-top: 60px;
  }

  .common_single_block table{
    border: solid 3px #1a2348;
  }

  .wp-block-table table{
    table-layout: auto!important;
  }
  .common_single_block table tr{
    
  }

  .common_single_block table td{
    padding:24px 16px;
    font-size: 18px;
    line-height: 1.3;
    border-bottom: solid 1px #ccc;
  }

  .common_single_block .wp-block-quote{
    margin-top: 80px;
    border: solid 3px #979cb3;
    padding:32px 40px 24px 160px;
    font-size: 18px;
    line-height: 2.11;
    min-height:72px;
  }

  .common_single_block .wp-block-quote::before{
    width: 120px;

  }

  .common_single_block .wp-block-quote::after{
    width: 50px;
    height: 54px;
    left:35px;
  }

  .common_single_block .wp-block-quote p{
    margin-top: 0;
  }

  .common_single_block .wp-block-quote p + p{
    margin-top: 24px;
  }

  .single_news_section01 .news_list_button{
    margin-top: 80px;
  }

  .single_news_section02{
    padding-bottom: 120px;
  }

  .single_news_section02 .sec_title{
    padding-bottom: 16px;
    border-bottom:3px solid #1a2348;
    font-size: 28px;
  }

  .single_news_section02 .sec_title::before{
    width: 32px;
    height: 36px;
    margin-right: 12px;
  }

  .single_news_section02 .common_news_list{
    margin-top: 40px;
  }

  /*
  ------------------------------------
  お客様の声
  ------------------------------------
  */

  body.voice_body{
    
  }
  main.voice_main{

  }

  .voice_section01{
    padding:80px 0 120px;
  }

  .voice_section01 .common_page_nation{
    margin-top: 100px;
  }

  /*
  ------------------------------------
  よくある質問
  ------------------------------------
  */

  body.faq_body{
    
  }
  main.faq_main{

  }

  .faq_section01{
    padding:80px 0 120px;
  }

  .faq_section01 .common_faq_list{
    margin-top: 80px;
  }



  /*
  ------------------------------------
  買取強化商品
  ------------------------------------
  */

  body.purchase_body{
    
  }
  main.purchase_main{

  }

  .purchase_section01{
    padding:80px 0 120px;
  }

  .purchase_section01 .anchor_list{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:25px 0;
  }

  .purchase_section01 .anchor_list li{
    width: 48%;
  }

  .purchase_section01 .anchor_list li a{
    min-width: 100%;
    height: 60px;
    border: solid 3px #1a2348;
    font-size: 18px;
  }

  .purchase_section01 .anchor_list li a::after{
    width: 18px;
    height: 10px;
    right:24px;
  }


  .purchase_section01 .purchase_area{
    margin-top: 100px;
  }

  .purchase_section01 .purchase_area + .purchase_area{
    margin-top: 80px;
  }

  .purchase_section01 .purchase_area .area_title{
    font-size: 24px;
    padding-bottom: 18px;
    border-bottom: 2px solid #1a2348;
  }

  .purchase_section01 .common_purchase_list{
    margin-top: 40px;
  }

  /*
  ------------------------------------
  買取実績
  ------------------------------------
  */

  body.archive_result_body{
    
  }
  main.archive_result_main{

  }

  .archive_result_section01{
    padding:80px 0 100px;
  }

  .archive_result_section02{
    padding:90px 0 120px;
  }

  /*
  ------------------------------------
  買取強化商品 詳細
  ------------------------------------
  */

  body.single_result_body{
    
  }
  main.single_result_main{

  }

  .single_result_section01{
    padding:80px 0 100px;
  }

  .single_result_section01 .result_title{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.63;
  }

  .single_result_section01 .flex{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 48px;
  }

  .single_result_section01 .img_area{
    flex-shrink: 0;
    width:100%;
    margin-right: 0;
  }

  .single_result_section01 .result_main_img_frame{
    aspect-ratio: 1/1;
    border: solid 3px #1a2348;
  }

  .single_result_section01 .result_gal_list{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap:15px;
  }

  .single_result_section01 .result_gal_item {
    width: 132px;
    border: solid 3px #1a2348;
  }


  .single_result_section01 .text_area {
    margin-top: 64px;
}


  .single_result_section01 .tag_list{
    gap:10px;
  }

  .single_result_section01 .tag_list li{
    min-width: 120px;
    height: 30px;
    padding: 0 16px;
  }

  .single_result_section01 .result_name{
    margin-top: 16px;
    font-size: 28px;
    line-height: 1.71;
  }

  .single_result_section01 .result_table{
    margin-top: 32px;
  }

  .single_result_section01 .result_table th{
    padding:12px 20px;
    font-size: 18px;
    border-bottom:2px solid #1a2348;
    height: 70px;
  }

  .single_result_section01 .result_table td{
    padding:12px 20px;
    font-size: 18px;
    border-bottom:2px solid #c2bdaa;
    width:100%;
    height: 70px;
  }

  .single_result_section01 .result_table .result_price{
    font-size: 24px;
  }

  .single_result_section01 .result_table .result_price span{
    font-size: 30px;
  }

  .single_result_section01 .rank_head{
    font-size: 22px;
    padding-bottom: 16px;
    border-bottom:2px solid #1a2348;
    margin-top: 56px;
  }

  .single_result_section01 .rank_list{
    margin-top: 30px;
  }

  .single_result_section01 .rank_list li{
    width:120px;
  }


  .single_result_section02{
    padding:100px 0;
    background-image:url('../img/common/common_yellow_bg.jpg');
  }

  .single_result_section02 .sec_title{
    padding-bottom: 16px;
    border-bottom:3px solid #1a2348;
    font-size: 28px;
  }

  .single_result_section02 .sec_title::before{
    width: 32px;
    height: 36px;
    margin-right: 12px;
  }

  .single_result_section02 .common_result_list{
    margin-top: 40px;
  }


  /*
  ------------------------------------
  取扱商品
  ------------------------------------
  */

  body.archive_product_body{
    
  }
  main.archive_product_main{

  }

  .archive_product_section01{
    padding:90px 0 120px;
  }

  /*
  ------------------------------------
  取扱商品 詳細
  ------------------------------------
  */

  body.single_product_body{
    
  }
  main.single_product_main{

  }

  .single_product_section{
    padding:100px 0;
  }

  .single_product_section .sec_title{
    padding-top: 14px;
    padding-bottom: 16px;
    border-bottom:2px solid #1a2348;
    padding-left: 60px;
    font-size: 24px;
  }

  .single_product_section01{
    padding:90px 0 100px;
  }

  .single_product_section01 .product_name{
    font-size: 32px;
  
    padding-bottom: 16px;
  }
  .single_product_section01 .product_name::after{
    width: 60px;
    height: 3px;
  }

  .single_product_section01 .flex{
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .single_product_section01 .img_area{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border: solid 3px #1a2348;
    margin-right: 0;
  }


  .single_product_section01 .text_area{
    margin-top: 56px;
  }

  .single_product_section01 .product_text{
    font-size: 18px;
    line-height: 2.11;
  }

  .single_product_section01 .product_category_head{
    margin-top: 32px;
    font-size: 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid #1a2348;
  }

  .single_product_section01 .product_category_head::before{
    width: 25px;
    height: 33px;
    margin-right: 10px;
  }

  .single_product_section01 .product_category_contents{
    margin-top: 8px;
    line-height: 2.25;
  }


  .single_product_result_section .sec_title::before{
    width: 30px;
    height: 33px;
    left:10px;
  }

  .single_product_result_section .common_result_list{
    margin-top: 40px;
  }

  .single_product_purchase_section{

  }

  .single_product_purchase_section .sec_title::before{
    width: 36px;
    height: 29px;
    left:6px;
  }

  .single_product_purchase_section .common_purchase_list{
    margin-top: 40px;
  }

  .single_product_voice_section{
  }

  .single_product_voice_section .sec_title::before{
    width: 41px;
    height: 34px;
    left:0;
  }

  .single_product_voice_section .common_voice_list{
    margin-top: 40px;
  }

  .single_product_faq_section{

  }

  .single_product_faq_section .sec_title::before{
    width: 36px;
    height: 36px;
    left:8px;
  }

  .single_product_faq_section .common_faq_list{
    margin-top: 40px;
  }

  /*
  ------------------------------------
  店舗情報
  ------------------------------------
  */

  body.archive_shop_body{
    
  }
  main.archive_shop_main{

  }

  .archive_shop_section01{
    padding:90px 0 120px;
  }


  .archive_shop_section01 .shop_list{

  }

  .archive_shop_section01 .shop_block{
    padding:54px 60px;
    border: solid 4px #1a2348;
    display: flex;
    align-items:center;
    flex-direction: column;
  }

  .archive_shop_section01 .shop_block + .shop_block{
    margin-top: 50px;
  }

  .archive_shop_section01 .shop_block .shop_thumb{
    width:100%;
    aspect-ratio: 1/0.82;
    margin-right: 0;
  }

  .archive_shop_section01 .shop_block .shop_text_area{
    margin-top: 56px;
  }

  .archive_shop_section01 .shop_block .shop_name{
    font-size: 32px;
    padding-bottom: 12px;
    border-bottom:3px solid #1a2348;
  }

  .archive_shop_section01 .shop_block .shop_tel{
    margin-top: 24px;
    font-size: 36px;
  }

  .archive_shop_section01 .shop_block .shop_tel::before{
    width: 23px;
    height: 30px;
    margin-right: 6px;
  }

  .archive_shop_section01 .shop_block .shop_tel_time{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.71;
  }

  .archive_shop_section01 .shop_block .shop_sub_head{
    min-width: 120px;
    height: 30px;
    padding:0 8px;
    border-radius: 15px;
    margin-top: 16px;
  }

  .archive_shop_section01 .shop_block .shop_address{
    gap:4px 12px;
    margin-top: 10px;

  }

  .archive_shop_section01 .shop_block .shop_time{
    gap:4px 12px;
    margin-top: 10px;
  }


  .archive_shop_section01 .shop_block .shop_link{
    margin-top: 24px;
    width: 340px;
    height: 70px;
    padding-left: 44px;
    font-size: 18px;
  }

  .archive_shop_section01 .shop_block .shop_link::after{
    width: 24px;
    height: 24px;
    right:20px;
  }


  /*
  ------------------------------------
  店舗情報 詳細
  ------------------------------------
  */

  body.single_shop_body{
    
  }
  main.single_shop_main{

  }

  .single_shop_section .sec_title{
    padding-top: 14px;
    padding-bottom: 16px;
    border-bottom:2px solid #1a2348;
    padding-left: 40px;
    font-size: 24px;
  }


  .single_shop_section01{
    padding:90px 0 120px;
  }

  .single_shop_section01 .shop_name{
    font-size: 32px;

    padding-bottom: 16px;
  }
  .single_shop_section01 .shop_name::after{
    width: 60px;
    height: 3px;
  }

  .single_shop_section01 .flex{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
  }

  .single_shop_section01 .thumb{
    width:100%;
    aspect-ratio: 1 / 0.714;
    margin-right: 0;
    border: solid 3px #1a2348;
  }


  .single_shop_section01 .text_area{
    width: 100%;
    margin-top: 56px;
  }

  .single_shop_section01 .shop_table{
    width:100%;

    border-collapse: collapse;

  }

  .single_shop_section01 .shop_table th{
    padding:15px 20px;
    font-size: 18px;
    line-height: 2.1;
    border-bottom:2px solid #1a2348;
  }

  .single_shop_section01 .shop_table td{
    padding:15px 20px;
    font-size: 18px;
    line-height: 2.1;
    border-bottom:2px solid #c2bdaa;
    width:100%;
  }

  .single_shop_section01 .access_area{
    margin-top: 80px;
  }

  .single_shop_section01 .access_area .sec_title::before{
    width: 24px;
    height: 36px;
  }

  .single_shop_section01 .shop_map{
    height:420px;
    margin-top: 40px;
  }


  .single_shop_section01 .access_head{
    margin-top: 30px;
    padding-left: 15px;
    border-left:3px solid #1a2348;
    font-size: 18px;
  }

  .single_shop_section01 .access_contents{
    margin-top: 16px;
    font-size: 18px;
    line-height: 2.11;
  }

  .single_shop_section01 .access_contents ul{

  }

  .single_shop_section01 .access_contents ul li{
    font-size: 18px;
    line-height: 1.4;
    padding-left: 28px;
  }

  .single_shop_section01 .access_contents ul li::before{
    width:12px;
    height:12px;
    border:2px solid #1a2348;
    top:7px;
  }

  .single_shop_section01 .access_contents ul li + li{
    margin-top: 10px;
  }

  .single_shop_section01 .gallery_area{
    margin-top: 80px;
  }

  .single_shop_section01 .gallery_area .sec_title{
    padding-left: 50px;
  }
  .single_shop_section01 .gallery_area .sec_title::before{
    width: 37px;
    height: 28px;
    left:0;
  }

  .single_shop_section01 .gallery_flex{
    margin-top: 40px;
    display: flex;
    align-items:center;
    flex-direction: column;
  }

  .single_shop_section01 .shop_main_img_frame{
    width: 100%;
    aspect-ratio: 1/0.7;
    margin-right: 0;
  }

  .single_shop_section01 .shop_gal_list{
    display: flex;
    flex-wrap: wrap;
    gap:20px 10px;
    margin-top: 32px;
  }

  .single_shop_section01 .shop_gal_item {
    width: 172px;

  }

  .single_shop_section01 .shop_tel_box{
    margin-top: 112px;

    border: solid 3px #1a2348;
    padding:48px 24px 42px;
  }

  .single_shop_section01 .shop_tel_box::before{
    width:410px;
    height:5px;
    top:-4px;
  }

  .single_shop_section01 .shop_tel_box .shop_tel_head{
    font-size: 32px;
    line-height: 0.75;
    width:100%;
    top:-16px;
  }

  .single_shop_section01 .shop_tel_text{
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
  }

  .single_shop_section01 .shop_tel_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 28px;
  }

  .single_shop_section01 .shop_tel_num{
    font-size: 50px;
    line-height: 0.67;
  }
  .single_shop_section01 .shop_tel_num::before{
    width: 32px;
    height: 42px;
    margin-right: 10px;
  }

  .single_shop_section01 .shop_tel_time{
    margin-left: 0;
    line-height: 1.63;
    margin-top: 16px;
  }

  .single_shop_section01 .shop_tel_box .shop_list_button{
    margin-top: 36px;
  }

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

  body.beginner_body{
    
  }
  main.beginner_main{

  }

  .beginner_section{

  }

  .beginner_about_section{
    padding:100px 0 100px;
  }

  .beginner_about_section .flex{
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .beginner_about_section .left{
    width:100%;
    margin-top: 40px;
  }

  .beginner_about_section .about_head{
    font-size: 34px;
    line-height: 1.59;
  }

  .beginner_about_section .about_text{
    margin-top: 18px;
    font-size: 18px;
    line-height: 2.11;
  }

  .beginner_about_section .right{
    flex-shrink: 0;
    width: 100%;
    margin-left: 0;
    border: solid 3px #1a2348;
  }


  .beginner_strong_section{
    padding:100px 0;
  }

  .beginner_strong_section .strong_list{
    margin-top: 60px;
  }

  .beginner_strong_section .strong_block{
    padding:52px 56px 52px;
    border: solid 4px #1a2348;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .beginner_strong_section .strong_block + .strong_block{
    margin-top: 100px;
  }

  .beginner_strong_section .strong_block .strong_num{
    position: absolute;
    top:-32px;
  }

  .beginner_strong_section .strong_block .strong_num img{
    height:64px;
  }

  .beginner_strong_section .strong_block .strong_thumb{
    width:100%;
    flex-shrink: 0;
    margin-right: 0;
  }


  .beginner_strong_section .strong_block .strong_text_area{
    width:100%;
    padding-top: 0px;
    margin-top: 40px;
  }

  .beginner_strong_section .strong_block .strong_head{
    font-size: 24px;
    line-height: 1.83;
    border-bottom: 2px solid #1a2348;
    padding-bottom: 8px;
  }

  .beginner_strong_section .strong_block .strong_text{
    margin-top: 12px;
    font-size: 18px;
    line-height: 2.11;
  }

  .beginner_strong_section .strong_block01{

  }
  .beginner_strong_section .strong_block01::before{
    width: 135px;
    height: 127px;
    top:-75px;
    left:120px
  }
  .beginner_strong_section .strong_block01 .strong_num{
    left:36px;
  }

  .beginner_strong_section .strong_block02{
    flex-direction: column;
  }
  .beginner_strong_section .strong_block02::before{
    width: 108px;
    height: 146px;
    top:-78px;
    right:130px
  }
  .beginner_strong_section .strong_block02 .strong_num{
    right:40px;
  }
  .beginner_strong_section .strong_block02 .strong_thumb{
    margin-right: 0;
    margin-left: 0;
  }

  .beginner_strong_section .strong_block03{

  }
  .beginner_strong_section .strong_block03::before{
    width: 105px;
    height: 130px;
    top:-72px;
    left:128px
  }
  .beginner_strong_section .strong_block03 .strong_num{
    left:36px;
  }

  .beginner_reason_section{
    padding:120px 0 72px;
  }

  .beginner_reason_section .reason_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:56px 40px;
    margin-top: 60px;
  }

  .beginner_reason_section .reason_block{
    width:315px
  }

  .beginner_reason_section .reason_icon{
    width: 240px;
    height: 240px;
    border: solid 3px #1a2348;
  }


  .beginner_reason_section .reason_icon::after{
    content:'';
  }

  .beginner_reason_section .reason_icon::after{
    width: 126px;
    height: 114px;
    margin-top: 6px;
  }

  .beginner_reason_section .reason_text{
    margin-top: 16px;
    font-size: 20px;
    line-height: 2;
    text-align: center;
  }

  .beginner_reason_section .reason_block02{
    margin:0;
  }

  .beginner_guide_section{
    padding:120px 0;
  }




  /*
  ------------------------------------
  店頭買取について
  ------------------------------------
  */

  body.store_body{
    
  }
  main.store_main{

  }

  .store_section{

  }

  .store_about_section{
    padding:80px 0 0;
  }

  .store_about_section .sec_head{
    font-size: 34px;
    line-height: 1;
    text-align: center;
  }

  .store_about_section .about_text{
    margin-top: 20px;
    font-size: 18px;
    line-height: 2.11;
    text-align: center;
  }

  .store_about_section .about_flex{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .store_about_section .about_thumb{
    width:100%;
    border: solid 3px #1a2348;
  }

  .store_about_section .about_text_box_frame{
    position: relative;
    width: 100%;
    margin-top: 48px;
  }

  .store_about_section .about_text_box_frame::before{
    width:380px;
    height:10px;
  }

  .store_about_section .about_text_box{
    padding: 60px 48px 44px;
    min-height: 400px;
    border: solid 3px #1a2348;
  }

  .store_about_section .about_text_box::after{
    width:138px;
    height:171px;
    right:20px;
    bottom:-43px;
  }


  .store_about_section .about_head{
    font-size: 22px;
    top:-12px;
  }

  .store_about_section .about_text_box li{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.56;
  }

  .store_about_section .about_text_box li + li{
    margin-top: 15px;
  }

  .store_about_section .about_text_box li::before{
    width: 12px;
    height: 12px;
    border:2px solid #1a2348;
    margin-top: 9px;
    margin-right: 16px;
  }

  .store_flow_section{
    padding:100px 0;
  }

  .store_flow_section .flow_list{
    margin-top: 50px;
  }

  .store_flow_section .flow_block{
    min-height: 210px;
    position: relative;
  }

  .store_flow_section .flow_block + .flow_block{
    margin-top: 50px;
  }

  .store_flow_section .flow_block .flow_icon{
    width:140px;
    margin-right: 40px;
  }

  .store_flow_section .flow_block .flow_dot{
  }

  .store_flow_section .flow_block .flow_dot span{
    width: 6px;
    height:6px;
  }

  .store_flow_section .flow_block .flow_dot span + span{
    margin-top: 4px;
  }

  .store_flow_section .flow_block .flow_contents{
    width:100%;
  }

  .store_flow_section .flow_block .flow_head{
    display: flex;
    align-items: center;
  }

  .store_flow_section .flow_block .flow_head_text{
    font-size: 22px;
    line-height: 1.18;
    
  }

  .store_flow_section .flow_block .flow_head_num{
    font-size: 18px;
    margin-right: 24px;
  }

  .store_flow_section .flow_block .flow_head_num span{
    font-size: 32px;
    padding-left: 6px;
    line-height: 1;
  }

  .store_flow_section .flow_block .flow_text_box{
    margin-top: 20px;
    padding:20px 48px 36px;
    font-size: 18px;
    line-height: 2.11;
  }

  .store_document_section{
    padding:100px 0;
  }

  .store_document_section .document_guide{
    margin-top: 28px;
    font-size: 18px;
    text-align: center;
    line-height: 2.11;
  }

  .store_document_section .document_box{
    margin-top: 40px;
    border: solid 3px #1a2348;
    padding:40px 24px 48px;
  }

  .store_document_section .document_head{
    font-size: 20px;
  }

  .store_document_section .document_list{
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:32px 40px;
  }

  .store_document_section .document_list li{
    width:140px;
    margin:0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .store_document_section .document_list li p{
    margin-top: 4px;
    font-size: 18px;
  }

  .store_document_section .document_remark{
    margin-top: 28px;
  }

  .store_purchase_section{
    padding:100px 0;
  }

  .store_purchase_section .purchase_guide_text{
    margin-top: 36px;
    font-size: 18px;
    line-height: 2.11;
    text-align: center;
  }

  .store_purchase_section .product_box{
    margin-top: 128px;
    border: solid 3px #1a2348;
    padding:36px 58px 38px;
  }

  .store_purchase_section .product_box::before{
    width: 137px;
    height: 116px;

    top:-105px;
  }

  .store_purchase_section .product_box .product_text{
    font-size: 18px;
    line-height: 2.11;
  }

  .store_purchase_section .product_remark{
    margin-top: 20px;
  }

  .store_purchase_section .ng_box{
    margin-top: 80px;
    position: relative;
    padding:56px 260px 64px 24px;
  }

  .store_purchase_section .ng_box::after{
    width: 355px;
    height: 274px;
    right:24px;
  }

  .store_purchase_section .ng_head{
    font-size: 22px;
    top:-10px;
  }

  .store_purchase_section .ng_list li{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.56;
  }

  .store_purchase_section .ng_list li::before{
    width: 12px;
    height: 12px;
    border: 2px solid #1a2348;
    margin-right: 16px;
    margin-top: 8px;
  }

  .store_purchase_section .ng_list li + li{
    margin-top: 10px;
  }

  .store_maker_section{
    padding:100px 0;
  }

  .store_maker_section .maker_box_frame{
    position: relative;
    margin-top: 120px;
  }

  .store_maker_section .maker_box_frame::before{
    width: 199px;
    height: 188px;

    left:60px;
    top:-102px;
  }
  .store_maker_section .maker_box_frame::after{
    width: 175px;
    height: 193px;
    right:48px;
    top:-106px;
  }

  .store_maker_section .maker_box{
    border: solid 3px #1a2348;
    padding:38px 56px 36px;
    font-size: 18px;
    line-height: 2.11;
  }

  .store_maker_section .maker_remark{
    margin-top: 20px;
  }

  /*
  ------------------------------------
  宅配買取について
  ------------------------------------
  */

  body.delivery_body{
    
  }
  main.delivery_main{

  }

  .delivery_section{

  }

  .delivery_about_section{
    padding:80px 0 100px;
  }

  .delivery_about_section .sec_head{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
  }

  .delivery_about_section .about_text{
    margin-top: 20px;
    font-size: 18px;
    line-height: 2.11;
    text-align: center;
  }

  .delivery_about_section .about_flex{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .delivery_about_section .about_thumb{
    width:100%;
    border: solid 3px #1a2348;
  }

  .delivery_about_section .about_text_box_frame{
    position: relative;
    width: 100%;
    margin-top: 56px;
  }

  .delivery_about_section .about_text_box_frame::before{
    width:380px;
    height:10px;
  }

  .delivery_about_section .about_text_box{
    position: relative;
    padding: 48px 180px 44px 32px;
    min-height: auto;
    border: solid 3px #1a2348;
  }

  .delivery_about_section .about_text_box::after{
    width:138px;
    height:171px;
    right:20px;
    bottom:-43px;
  }


  .delivery_about_section .about_head{

    font-size: 22px;
    top:-12px;
  }

  .delivery_about_section .about_text_box li{
    font-size: 18px;
    line-height: 1.56;
  }

  .delivery_about_section .about_text_box li + li{
    margin-top: 15px;
  }

  .delivery_about_section .about_text_box li::before{
    width: 12px;
    height: 12px;
    border:2px solid #1a2348;
    margin-top: 9px;
    margin-right: 16px;
  }

  .delivery_reason_section{
    padding:100px 0 100px;
  } 


  .delivery_reason_section .common_half_border_bototm_title .num{
    font-size: 42px;
  }

  .delivery_reason_section .reason_guide{
    font-size: 18px;
    line-height: 2.11;
    text-align: center;
    margin-top: 28px;
  }

  .delivery_reason_section .reason_list{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:56px 60px;
  }

  .delivery_reason_section .reason_block{
    width:300px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .delivery_reason_section .reason_text{
    margin-top: 24px;
    font-size: 22px;
    line-height: 1.18;
  }

  .delivery_flow_section{
    padding:100px 0 100px;
  }

  .delivery_flow_section .flow_list{
    margin-top: 50px;
  }

  .delivery_flow_section .flow_block{
    display: flex;
    align-items: flex-start;
    min-height: 210px;
    position: relative;
  }

  .delivery_flow_section .flow_block + .flow_block{
    margin-top: 50px;
  }

  .delivery_flow_section .flow_block .flow_icon{
    width:140px;
    margin-right: 40px;
  }


  .delivery_flow_section .flow_block .flow_dot{
    top:calc(100% + 32px);
  }

  .delivery_flow_section .flow_block .flow_dot span{
    width: 6px;
    height:6px;
  }

  .delivery_flow_section .flow_block .flow_dot span + span{
    margin-top: 4px;
  }

  .delivery_flow_section .flow_block .flow_contents{
    width:100%;
  }

  .delivery_flow_section .flow_block .flow_head{
    display: flex;
    align-items: center;
  }

  .delivery_flow_section .flow_block .flow_head_text{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.18;
    
  }

  .delivery_flow_section .flow_block .flow_head_num{
    font-size: 18px;
    margin-right: 24px;
  }

  .delivery_flow_section .flow_block .flow_head_num span{
    font-size: 32px;
    padding-left: 6px;
  }

  .delivery_flow_section .flow_block .flow_text_box{
    margin-top: 20px;
    padding:50px 24px;
    font-size: 18px;
    line-height: 1.75;
  }

  .delivery_flow_section .flow_block .button_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }


  .delivery_flow_section .flow_block .button_flex .button{
    width: 450px;
    height: 100px;
    border: solid 3px #1a2348;
    font-size: 24px;
  }

  .delivery_flow_section .flow_block .button_flex .button img{
    width:139px;
    margin:10px auto 0;
  }

  .delivery_flow_section .flow_block .button_flex .button::after{
    width: 15px;
    height: 26px;
    right:20px;
  }


  .delivery_flow_section .flow_block .button_flex .button.line{
    padding-left: 134px;
  }
  .delivery_flow_section .flow_block .button_flex .button.line .button_text::before{
    width: 52px;
    height: 52px;
    left:-72px;
  }

  .delivery_flow_section .flow_block .flow_min_head{
    font-size: 22px;
    padding-bottom: 8px;
    border-bottom:2px solid #1a2348;
    margin-top: 20px;
    margin-bottom: 16px;
  }


  .delivery_flow_section .flow_block .address_box{
    margin:30px 0 36px;
    border: solid 3px #1a2348;
    padding:12px 24px 16px;
  }

  .delivery_flow_section .flow_block .address_head{
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
  }

  .delivery_flow_section .flow_block .address_text{
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
  }

  .delivery_flow_section .flow_block .print_button{
    width: 360px;
    height: 60px;
    margin:12px 0 16px;
  }

  .delivery_flow_section .disclaimer_box{
    margin-top: 72px;
    border: solid 3px #e83331;
    padding:42px 56px 30px;
  }

  .delivery_flow_section .disclaimer_box::before{
    width:150px;
    height:10px;
    top:-4px;
  }

  .delivery_flow_section .disclaimer_head{

    font-size: 22px;
    top:-15px;
  }

  .delivery_flow_section .disclaimer_text{
    font-size: 18px;
    line-height: 2.11;
  }

  .delivery_flow_section .disclaimer_list{
    margin-top: 10px;
    line-height: 2.25;
  }


  .delivery_flow_section .flow_block .flow_remark{
    font-size: 16px;
    line-height: 1.63;
    margin-top: 4px;
  }
  
  .delivery_flow_section .flow_block .flow_strong{
    font-weight: bold;
    margin-top: 40px;
  }
  
  .delivery_flow_section .flow_block .flow_step_list{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap:40px 0;
    margin-top: 36px;
  }
  
  .delivery_flow_section .flow_block .flow_step_list li{
    width:100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  
  .delivery_flow_section .flow_block .flow_step_num{
    width: 42px;
    height: 42px;
    margin:0 auto 15px;
    font-size: 26px;
  }
  
  .delivery_flow_section .flow_block .flow_step_img{
    position: relative;
  }
  
  .delivery_flow_section .flow_block .flow_step_img::after{
    content:none;
  }

  .delivery_flow_section .flow_block .flow_step_list .flow_stap_up{
    width:45%;
    flex-shrink: 0;
  }
  
  .delivery_flow_section .flow_block .flow_step_list + p{
    margin-top: 40px;
  }

  .delivery_flow_section .flow_block .flow_step_text{
    padding-left: 24px;
    padding-top: 100px;
    line-height: 1.75;
    width:100%;
    margin-top: 0;
  }
  
  .delivery_flow_section .flow_block .flow_step_text .remark{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.63;
  }
  
  .delivery_flow_section .flow_block .flow_step_text.float{
    position: static;
    width: 100%;
  }
  
  .delivery_flow_section .flow_block .alert_box{
    margin-top: 20px;
    border: solid 3px #e83331;
    padding:36px 24px 28px;
  }
  
  .delivery_flow_section .flow_block .alert_head{
    line-height: 1.56;
  }
  
  .delivery_flow_section .flow_block .alert_box ul{
    margin:16px auto 0;
  }
  
  .delivery_flow_section .flow_block .alert_box li{
    padding-left: 30px;
    line-height: 1.4;
  }
  
  .delivery_flow_section .flow_block .alert_box li::before{
    width:12px;
    height:12px;
    top:8px;
  }
  
  .delivery_flow_section .flow_block .alert_box li + li{
    margin-top: 9px;
  }



  .delivery_document_section{
    padding:100px 0 100px;
  }

  .delivery_document_section .document_box{
    margin-top: 60px;
    border: solid 3px #1a2348;
    padding:40px 24px 48px;
  }

  .delivery_document_section .document_head{
    font-size: 20px;
  }

  .delivery_document_section .document_list{
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px 40px;
  }

  .delivery_document_section .document_list li{
    width: 140px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .delivery_document_section .document_list li p{
    margin-top: 4px;
    font-size: 18px;
  }


  .delivery_document_section .certificate_box{
    margin-top: 60px;
    padding:60px 32px; 
  }

  .delivery_document_section .certificate_head{
    font-size: 20px;
  }

  .delivery_document_section .certificate_guide{
    margin-top: 16px;
    font-size: 18px;
    line-height: 2.11;
  }

  .delivery_document_section .certificate_remark{
    margin-top: 16px;
  }

  .delivery_document_section .resident_box{
    margin-top: 48px;
  }

  .delivery_document_section .resident_head{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    padding:16px 0;
  }

  .delivery_document_section .resident_head p{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .delivery_document_section .resident_head p img{
    height:42px;
    margin:0 4px;
  }

  .delivery_document_section .resident_body{
    padding:36px 48px 32px;
  }

  .delivery_document_section .resident01{
    display: flex;
    justify-content: center;
  }

  .delivery_document_section .resident01 img{
    width:100%;
  }

  .delivery_document_section .resident02{
    min-width: 220px;
    min-height: 40px;
    margin:24px auto 0;
    border-radius: 40px;
    border: solid 2px #1a2348;
    padding:4px 12px;
    font-size: 18px;
  }

  .delivery_document_section .resident03{
    margin-top: 16px;
    font-size: 26px;
  }

  .delivery_document_section .resident_list{
    margin-top: 32px;
    font-size: 18px;
    line-height: 2.11;
  }

  .delivery_contact_section{
    padding:114px 0 100px;
  } 

  .delivery_contact_section .contact_box{
    border: solid 3px #1a2348;
    padding:48px 24px 40px;
  }

  .delivery_contact_section .contact_box::before{
    width:410px;
    height:10px;
    top:-4px;
  }

  .delivery_contact_section .contact_head{
    font-size: 32px;
    top:-16px;
  }

  .delivery_contact_section .contact_guide{
    font-size: 20px;
  }


  .delivery_contact_section .tel_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 28px;
  }

  .delivery_contact_section .tel_num{
    font-size: 50px;
    line-height: 0.67;
  }
  .delivery_contact_section .tel_num::before{
    width: 32px;
    height: 42px;
    margin-right: 10px;
  }

  .delivery_contact_section .tel_time{
    margin-left: 0;
    line-height: 1.63;
    margin-top: 16px;
  }

  .delivery_contact_section .button_flex{
    margin-top: 38px;
    display: flex;
    justify-content: center;
  }

  .delivery_contact_section .button{
    
  }

  .delivery_contact_section .button{
    width: 420px;
    height: 100px;
    border: solid 3px #1a2348;

    font-size: 24px;
  }

  .delivery_contact_section .button + .button{
    margin-left: 0;
  }

  .delivery_contact_section .button::after{
    width: 15px;
    height: 26px;

    right:15px;
  }



  .delivery_contact_section .button.line{
    padding-left: 100px;
  }
  .delivery_contact_section .button.line .button_text::before{
    width: 52px;
    height: 52px;
    left:-64px;
  }


  /*
  ------------------------------------
  査定(LINE メール共通)
  ------------------------------------
  */

  body.appraisal_body{
    
  }
  main.appraisal_main{

  }

  .appraisal_section{

  }

  .appraisal_about_section{
    padding:100px 0 0;
  }

  .appraisal_about_section .about_flex{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .appraisal_about_section .about_thumb{
    width: 100%;
    flex-shrink: 0;
    margin-right: 0;
    border:3px solid #1a2348;
  }


  .appraisal_about_section .about_text_area{
    width:100%;
    margin-top: 48px;
  }

  .appraisal_about_section .about_head{
    white-space: nowrap;
    font-size: 34px;
    line-height: 1.59;
  }

  .appraisal_about_section .about_text{
    font-size: 18px;
    line-height: 2.11;
    margin-top: 24px;
  }

  .appraisal_flow_section{
    padding:100px 0;
  }

  .appraisal_flow_section .flow_list{
    margin-top: 50px;
  }

  .appraisal_flow_section .flow_block{
    display: flex;
    align-items: flex-start;
    min-height: 210px;
    position: relative;
  }

  .appraisal_flow_section .flow_block:last-child{
    min-height: auto;
  }

  .appraisal_flow_section .flow_block + .flow_block{
    margin-top: 50px;
  }

  .appraisal_flow_section .flow_block .flow_icon{
    width:140px;
    margin-right: 40px;
  }

  .appraisal_flow_section .flow_block .flow_dot{
    top:calc(100% + 32px);
  }

  .appraisal_flow_section .flow_block .flow_dot span{
    width: 6px;
    height:6px;
  }

  .appraisal_flow_section .flow_block .flow_dot span + span{
    margin-top: 4px;
  }

  .appraisal_flow_section .flow_block .flow_contents{
    width:100%;
  }

  .appraisal_flow_section .flow_block .flow_head{
    display: flex;
    align-items: flex-start;
  }

  .appraisal_flow_section .flow_block .flow_head_text{
    font-size: 22px;
    line-height: 1.18;
    padding-top: 5px;
  }

  .appraisal_flow_section .flow_block .flow_head_num{
    font-size: 18px;
    margin-right: 24px;
  }

  .appraisal_flow_section .flow_block .flow_head_num span{
    font-size: 32px;
    padding-left: 6px;
    line-height: 1;
  }

  .appraisal_flow_section .flow_block .flow_text_box{
    margin-top: 20px;
    padding:20px 40px 32px;
    font-size: 18px;
    line-height: 2.11;
  }

  .appraisal_flow_section .flow_block .flow_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .appraisal_flow_section .flow_block .line_qr{
    display: none;
  }

  .appraisal_flow_section .flow_block .add_button{
    height:60px;
    margin:12px 0 0 0;
    justify-content: flex-start;
    padding-left: 36px;
  }

  .appraisal_flow_section .flow_block .add_button::after{
    right:20px;
  }

  .appraisal_flow_section .flow_block .cap_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .appraisal_flow_section .flow_block .cap{
    width:100%;
    flex-shrink: 0;
    margin-left: 0;
    margin-top: 24px;
  }


  .appraisal_flow_section .flow_block .flow_area{
    margin-top: 24px;
  }

  .appraisal_flow_section .flow_block .flow_area + .flow_area{
    margin-top: 56px;
  }

  .appraisal_flow_section .flow_block .flow_blue_head{

    min-height: 40px;
    border-radius: 80px;
    font-size: 18px;
    padding: 8px 24px;
    margin-bottom: 16px;
  }

  .appraisal_flow_section .flow_block .flow_min_head{
    font-size: 22px;
    padding-bottom: 8px;
    border-bottom:2px solid #1a2348;
    margin-top:36px;
    margin-bottom: 12px;
  }

  .appraisal_flow_section .flow_block .dot_list{
    margin-top: 28px;
  }

  .appraisal_flow_section .flow_block .dot_list + .dot_list{
    margin-top: 8px;
  }

  .appraisal_flow_section .flow_block .dot_list li{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.56;
  }

  .appraisal_flow_section .flow_block .dot_list li::before{
    width: 12px;
    height: 12px;
    border:2px solid #1a2348;
    margin-top: 8px;
    margin-right: 16px;
  }

  .appraisal_flow_section .flow_block .dot_list li + li{
    margin-top: 8px;
  }

  .appraisal_flow_section .flow_block .list_flex{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .appraisal_flow_section .flow_block .list_flex ul + ul{
    margin-left: 0;
    margin-right: 8px;
  }

  .appraisal_flow_section .flow_block .photo_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 28px;
  }

  .appraisal_flow_section .flow_block .photo_block{
    width: 100%;
  }

  .appraisal_flow_section .flow_block .photo_block + .photo_block{
    margin-top: 40px;
  }

  .appraisal_flow_section .flow_block .photo_block .photo_head{
    min-height: 40px;
    border-radius: 40px;
    border: solid 2px #1a2348;
    padding:4px 16px;
    font-size: 18px;
  }

  .appraisal_flow_section .flow_block .photo_block ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
  }

  .appraisal_flow_section .flow_block .photo_block li{
    width:48.8%;
  }

  .appraisal_flow_section .flow_block .photo_block li p{
    margin-top: 8px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    white-space: nowrap;
  }

  .appraisal_flow_section .flow_block .photo_gal_list{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px 0;
    margin-top: 36px;
  }

  .appraisal_flow_section .flow_block .photo_gal_list li{
    width:48.8%;
  }



  .appraisal_flow_section .link_button{
    width: 560px;
    min-height: 100px;
    margin: 100px auto 0;
    padding: 10px 0;
    border: solid 3px #1a2348;
  }

  .appraisal_flow_section .link_button::after{
    width: 15px;
    height: 26px;
    right:40px;
  }

  .appraisal_flow_section .link_button .button_text{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .appraisal_flow_section .link_button .button_text01{
    display: flex;
    justify-content: center;
    line-height: 1.5;
  }

  .appraisal_flow_section .link_button .button_text02{
    font-size: 28px;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }


  .appraisal_flow_section .line_button .button_text02::before{
    width: 42px;
    height: 42px;
    margin-right: 12px;
  }

  /*
  ------------------------------------
  ご利用ガイド
  ------------------------------------
  */

  body.guide_body{
    
  }
  main.guide_main{

  }

  .guide_section{

  }

  .guide_section01{
    padding:40px 0 120px;
  }

  /*
  ------------------------------------
  個人情報保護方針
  ------------------------------------
  */

  body.privacy_body{
    
  }
  main.privacy_main{

  }

  .privacy_section{

  }

  .privacy_section01{
    padding:80px 0 120px;
  }

  .privacy_section .privacy_block + .privacy_block{
    margin-top: 72px;
  }

  .privacy_section .privacy_head{
    padding-bottom: 12px;
    font-size: 24px;
    border-bottom: 2px solid #1a2348;
  }


  .privacy_section .privacy_text{
    margin-top: 12px;
    font-size: 18px;
    line-height: 2.11;
  }

  .privacy_section .privacy_list{
    margin-top: 20px;
  }

  .privacy_section .privacy_list>li{
    font-size: 18px;
    line-height: 2.11;
    padding-left: 28px;
  }

  .privacy_section .privacy_list>li::before {
    font-size: 18px;
    line-height: 2.11;
    font-weight: bold;
  }

  .privacy_section .privacy_list>li + li{
    margin-top: 24px;
  }

  .privacy_section .dot_list li{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.56;
    margin-top: 24px;
  }

  .privacy_section .dot_list li::before{
    width: 12px;
    height: 12px;
    border:2px solid #1a2348;
    margin-top: 8px;
    margin-right: 16px;
  }

  /*
  ------------------------------------
  お問い合わせ
  ------------------------------------
  */

  body.contact_body{
    
  }
  main.contact_main{

  }

  .contact_section{

  }


  .contact_section01{
    padding:100px 0 120px;
  }

  .contact_section01 .flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .contact_section01 .box{
    width: 580px;
    padding: 75px 59px 31px 41px;
    border: solid 3px #1a2348;
    padding:72px 44px 28px;
  }

  .contact_section01 .box + .box{
    margin-top: 64px;
  }

  .contact_section01 .box .box_head{
    font-size: 32px;
    line-height: 0.75;
  }

  .contact_section01 .box .box_text{
    margin-top: 20px;
    font-size: 18px;
    line-height: 2.11;
  }

  .contact_section01 .box .line_qr{
    width:120px;
    margin:24px auto 0;
  }



  .contact_section01 .box .icon{
    width: 100px;
    height: 100px;
    border: solid 3px #1a2348;
    top:-45px;
  }

  .contact_section01 .line_box .icon::after{
    width: 54px;
    height: 54px;
  }
  .contact_section01 .tel_box .icon::after{
    width: 42px;
    height: 55px;
  }

  .contact_section01 .tel_box .tel_contents{
    padding:20px 20px 18px;
    border: solid 3px #1a2348;
    min-height: 120px;
    margin-top: 24px;
  }

  .contact_section01 .tel_box .tel_num{
    font-size: 50px;
    line-height: 0.67;
  }

  .contact_section01 .tel_box .tel_num::before{
    width: 32px;
    height: 42px;
    margin-right: 10px;
  }

  .contact_section01 .tel_box .tel_time{
    margin-top: 6px;
    line-height: 1.63;
    text-align: center;
  }

  .contact_section01 .form_box{
    margin-top: 124px;
    border: solid 3px #1a2348;
    padding:72px 24px 40px;
  }

  .contact_section01 .form_box .icon{
    width: 100px;
    height: 100px;
    border: solid 3px #1a2348;
    top:-45px;
  }
  .contact_section01 .form_box .icon::after{
    width: 64px;
    height: 37px;
  }

  .contact_section01 .form_box .form_head{
    font-size: 32px;
  }

  .contact_section01 .form_box .form_text{
    margin-top: 18px;
    font-size: 18px;
    line-height: 2.11;
    display: flex;
    justify-content: center;
  }

  .contact_section01 .form_box .form_contents{
    max-width: 1000px;
    margin:50px auto 0;
  }

  .contact_section01 .form_box .form_line{
    display: flex;
    
  }


  .contact_section01 .form_box .form_left{
    flex-shrink: 0;
    width:240px;
    padding:26px 20px 26px 20px;
  }

  .contact_section01 .form_box .form_title{
    font-size: 15px;
  }

  .contact_section01 .form_box .form_title::after{
    width: 50px;
    height: 28px;
    font-size: 15px;
    margin-left: 8px;
  }

  .contact_section01 .form_box .form_title.free::after{
    content:none;
  }

  .contact_section01 .form_box .form_right{
    padding:18px 30px 18px;
    display: flex;
    align-items: center;
  }

  .contact_section01 .form_box .select_frame{
    max-width: 400px;
  }

  .contact_section01 .form_box .select_frame::after{
    width: 14px;
    height: 8px;
    right:20px;
  }

  .contact_section01 .form_box .select_frame select{
    height: 42px;
    padding: 0 20px;
    border: solid 2px #d1ccbc;
    font-size: 18px;
  }

  .contact_section01 .form_box .input_frame{
    width:100%;
  }

  .contact_section01 .form_box .input_frame input{
    width: 100%;
    height: 42px;
    padding: 0 20px;
    border: solid 2px #d1ccbc;
    background-color: #fff;
    font-size: 18px;

  }

  .contact_section01 .form_box .input_frame input::placeholder{
    color: #d1ccbc;
  }

  .contact_section01 .form_box .address_flex{
    display: flex;
    align-items: center;
  }

  .contact_section01 .form_box .address_flex .input_frame{
    max-width: 400px;
  }

  .contact_section01 .form_box .address_button{
    width: 140px;
    height: 42px;
    margin-left: 20px;
    font-size: 18px;
  }

  .contact_section01 .form_box .textarea_frame{
    width:100%;
  }

  .contact_section01 .form_box .textarea_frame textarea{
    height: 190px;
    padding: 20px;
    border: solid 2px #d1ccbc;
    font-size: 18px;
    line-height: 1.5;
  }

  .contact_section01 .form_box .privacy_area{
    margin:40px auto 0;  
  }

  .contact_section01 .form_box .privacy_area .wpcf7-not-valid-tip{
    top:calc(100% + 6px);
    left:0;
    width:100%;
    white-space: nowrap;
  }

  .contact_section01 .form_box .privacy_area .wpcf7-list-item{
    margin:0;
  }

  .contact_section01 .form_box .privacy_area .privacy_text{
    margin-left: 16px;
    font-size: 18px;
    padding-bottom: 3px;
  }

  .contact_section01 .form_box .privacy_area input{
    width: 26px;
    height: 26px;
  }

  .contact_section01 .form_box .submit_area{
    margin-top: 50px;
  }

  .contact_section01 .form_box .submit_frame{
    width: 420px;
    margin: 50px auto 0;    
  }

  .contact_section01 .form_box .submit_frame::after{
    width: 24px;
    height: 24px;
    right:30px;
    top:28px;
  }

  .contact_section01 .form_box .submit_frame .submit{
    height: 80px;
    font-size: 20px;
  }


  .contact_section01 .finish_text01{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  .contact_section01 .finish_text02{
    font-size: 18px;
    line-height: 2.11;
    text-align: center;
    margin-top: 40px;
  }

  /*
  ------------------------------------
  買取相場
  ------------------------------------
  */
  body.price_body{
    
  }
  main.price_main{

  }

  main.price_main .common_bread_section{
    padding-bottom: 88px;
  }

  .price_section{

  }


  .price_section01{
    padding:100px 0;
  }


  .price_section01 .price_table{
    border-collapse: collapse;
    width: 100%;
  }

  .price_section01 .price_table th,
  .price_section01 .price_table td{
    width:20%;
    height:80px;
    padding:8px;
    font-size: 18px;
  }

  .price_section01 .price_table th{
    border-top: 2px solid#1a2348;
  }


  /*
  ------------------------------------
  サイトマップ
  ------------------------------------
  */

  body.sitemap_body{
    
  }
  main.sitemap_main{

  }

  .sitemap_section{
    padding:88px 0 210px;
  }

  .sitemap_section .sitemap_contents{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:50px 0;
  }

  .sitemap_section .parent_menu{
    width: 48%;
  }

  .sitemap_section .parent_item + .parent_item{
    margin-top: 50px;
  }

  .sitemap_section .parent_link{
    font-size: 18px;
    padding-bottom: 14px;
    border-bottom:2px solid #1a2348;
    padding-right: 8px;
  }

  .sitemap_section .parent_link::after{
    width: 22px;
    height: 22px;
    margin-left: 8px;
  }

  .sitemap_section .child_menu{
    margin-top: 28px;
  }


  .sitemap_section .child_item + .child_item{
    margin-top: 25px;
  }

  .sitemap_section .child_link{

  }

  .sitemap_section .child_link::before{
    width: 7px;
    height: 12px;
    margin-right: 20px;
  }

  /*
  ------------------------------------
  404
  ------------------------------------
  */

  body.page404_body{
    
  }
  main.page404_main{

  }

  .page404_section{

  }


  .page404_section01{
    padding:100px 0 120px;
  }


  .page404_section01 .p01{
    font-size: 32px;
  }

  .page404_section01 .p02{
    font-size: 18px;
    line-height: 2.11;
    margin-top: 40px;
    text-align: center;
  }

  
}/*@media screen and (max-width:1200px){*/