@charset "utf-8";
/*
*###########################################
*# 基本的に編集しない（一般公開用サイト関連のスタイル）
*###########################################
*/

body {background-color: #ffe401;}

.ud{text-decoration:underline;}

/*
*###########################################
*# グローバルナビゲーション(PC用)
*###########################################
*/
.global_nav li{border-left: solid 1.3px; list-style:none; text-align: center; width: 100%;}
.global_nav  li  a {
    color: #000 !important;
    transform: rotate(0.05deg);
    text-shadow: 0 0 0.1px rgba(51, 51, 51, 0.5);
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 1em;
}
.global_nav li:hover {
    background: #feffd394 !important;
    cursor: pointer;
}
.global_nav li a:hover {    text-decoration:none;	}


.cs_search_btn{
 height: 49px;
 border-radius: 0 3px 3px 0px !important;
 width:60px;
 border: 0; 
}

.cs_search_word_bx{height: 50px; border-radius: 3px 0 0 3px   !important;}

/*
*###########################################
*# メニューボタン(スマホ用)
*###########################################
*/


/*　ハンバーガーボタン　*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 10px;
	top   : 15px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 4px ;
	left    : 6px;
	background : #555;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {top: 10px;}
.hamburger span:nth-child(2) {top: 20px;}
.hamburger span:nth-child(3) {top: 30px;}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}

nav.globalMenuSp {
	display: none;
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba(0,0,0,0.9);
	text-align: center;
	width: 100%;
	height: 100%;
	transition: opacity .6s ease, visibility .6s ease;
}
nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	padding-top: 60px;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
}
nav.globalMenuSp ul li:last-child {	padding-bottom: 0;}
nav.globalMenuSp ul li:hover{ background :#797979b8	}

nav.globalMenuSp ul li a , nav.globalMenuSp ul li span {
	display: block;
	color: #fff;
	padding: 10px 0;
	text-decoration :none;
}

.list-group-item{
  background-color:initial;
}

/* アコーディオン対応 */
 nav.globalMenuSp ul li.active , nav.globalMenuSp ul li.active ul{ background :#797979b8	}
.child-menu li a:hover{background-color: #ababab8c;}


/*
*###########################################
*# 会員メニュー（サイドメニュー用）
*###########################################
*/

.side_member_menu_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}								
.side_member_menu{
   padding:10px;
    border-bottom: 1px solid;
}
.side_member_menu:hover{
	background:#fef37a;
}	
.side_member_menu a {
    color: #3c3c3c !important;
    text-shadow: 0 0 0.1px rgba(51, 51, 51, 0.5);
    display: block;
    width: 100%;
    font-weight: 900;
}
.side_member_menu a:hover, .side_member_menu a:focus, .side_member_menu a:active {
    text-decoration: none;
    outline: none;
}	


/*
*###########################################
*# 買取ガイド
*###########################################
*/

.tab_wrap input[type="radio"]{display:none;}


.guide_subtitle{
    background: black;
    padding: 10px 20px 10px 20px;
    color: white;
    border-radius: 5px 5px 0 0;
    font-size: 1.2em;
    font-weight: bold;
    transform: rotate(0.05deg);
    text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
}

.sankaku{
        margin: auto;
	width: 0;
	height: 0;
	border-top: 20px solid black;
	border-right: 30px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid transparent;
}
.tab_wrap{margin:20px auto;}
.tab_area{font-size:0; margin:0 0 -1px 0;}
.tab_area label{width:48%;  display:inline-block; padding:12px 0; color:#999; background:#ddd; text-align:center; font-size:13px; cursor:pointer; transition:ease 0.2s opacity;}
.tab_area label:hover{opacity:0.8;}
.tab_panel{width:100%; padding:42px 0 0 0; display:none;z-index:10;}
.tab_panel p{ letter-spacing:1px; }
 
#tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#000;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#000;}
#tab2:checked ~ .panel_area #panel2{display:block;}

.tab1_label, .tab2_label{
    text-align: center;
    font-size: 20px !important;
    padding: 6px 0 !important;
    text-shadow: 0.1px 0.2px 0 #000;
    transform: rotate(0.05deg);
    text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
}

/* .panel_area{background:#fff;} */
#panel1 div{background: white ; }
#panel2 div{background: white ;}

/*
*###########################################
*# 会社概要
*###########################################
*/

#help_about_box__body{
    width: 95%;
    margin-left: 15px;
    background: #ffffff !important;
}

#help_about_box__body_innner  dt {
  background: #fefacd;
  border:0;
  border-left: 8px solid #000;
  color: #333333;
  transform: rotate(0.05deg); text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
  padding:10px;
  font-weight:bold;
}

#help_about_box__body_innner  dd {
  background: white;
  border:0;
  color: #333333;
  transform: rotate(0.05deg); text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
  padding:15px;
}

#help_about_box__body_innner{
  border-radius: 10px 10px 10px 10px;
  border: 0;
}



/*
*###########################################
*# よくある質問
*###########################################
*/

.answer_area{
padding-left: 30px;
padding-top: 15px;
 display:table;
}
.answer {  display:table-cell;    padding-left: 10px;}
.answer p{
    color: black;
    border-radius: 5px ;
    font-size: 1em;
    transform: rotate(0.05deg);
    margin: 0;
}


div.question_area{
    background: white !important;
    padding: 10px 20px 10px 30px;
    border-radius: 5px;
    margin-top:20px
}

.question_area img{
 float: left;
 margin-right:10px
}
.answer_icon_area{
   display:table-cell;
  margin-right:10px;
  min-width: 25px;
}

.question_area h3{
width: 80%; float: left; margin:0; font-size: 20px;
}
#guide_wrap div.question_area{background: white !important;}

@media only screen and (max-width: 767px) {
#contents{      padding-top: 45px;}

.answer_area{  padding-left: 10px;}
div.question_area {  padding-left: 10px;}
.answer_icon_area{min-width: 20px;}

}


/*
*###########################################
*# お問い合わせ
*###########################################
*/

#top_box__body dl{margin-bottom: 0;}

#top_box__body p {
    background: none !important;
    text-align: center;
/*    font-size: 1.5em;
    font-weight: bold; */
    text-shadow: 0.1px 0.2px 0 #000;
    transform: rotate(0.05deg);
    text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
}

#top_box__body_inner div{
    background: white !important;
  border-radius: 5px; 
}

#top_box__body_inner dl{
  display: block;
  background: white !important;
  padding:0 !important;
    border-left: 1px solid #e1e1e1 !important;
    border-right: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
}

#top_box__body_inner dl:first-child{
    border-top: 1px solid #e1e1e1 !important;
    border-radius: 5px 0 0 5px; 
}
#top_box__body_inner dl:last-of-type{
    border-radius: 0 5px 5px 0; 
}
 

#top_box__body_inner dt{
   width:210px;
    padding-left: 20px;
    border-right: 1px solid #e1e1e1 !important;
    background: #f3f3f3;
}

#top_box__body_inner label {

    background: none !important;
    text-align: center;
/*    font-size: 1.5em;
    font-weight: bold; */
    text-shadow: 0.1px 0.2px 0 #000;
    transform: rotate(0.05deg);
    text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
}

div#top_box__body_inner{
    padding: 4px;
    background: #ffffff !important;
    border-top: 1px solid #ccc;
}

.dl_table dt, .dl_table dd {
    border: 0 none !important 
}

.btn-default {
    background-color: #bfbfbf;
    border-radius: 5px;
    color: #000;
    text-shadow: 0.1px 0.2px 0 #000;
    text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
}

#top_box__body span.required {
    float: right;
    display: block;
    background: #d94523;
    padding: 5px 10px;
    color: white;
    margin-right: 5px;
   text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
}


#contact_contact_option{display:none;}
#top_box__contents dt{vertical-align: top;}

@media only screen and (max-width: 767px) {
#contents {    padding-top: 45px;}

div#top_box__body_inner{padding:0;}

#top_box__body_inner dl{
    padding: 10px 0 !important;
}

#top_box__address_detail dd {width:auto;}
#contact_contents{width:100%;}

 .dl_table dd {   padding: 0 15px;}
span.required{
display: inline;
}
#top_box__body_inner dt {
    background:white !important;
    margin-bottom: 10px;
   border:0 !important;
}

#top_box__name dt {    width: 150px;}

#top_box__body_inner dl:first-child{
    border-radius: 0; 
}
#top_box__body_inner dl:last-of-type{
    border-radius: 0; 
}

}					





/*
*###########################################
*# 買取申込一覧
*###########################################
*/

.detail_area{
  border-top: 1px solid #000 !important;
}
.detail_area:nth-child(odd){  background:#f4f4f4 ;}
.detail_area:nth-child(odd) *{  background:#f4f4f4 ;}
.detail_area:nth-child(even){  background:#ffffff ;}
.detail_area:nth-child(even) *{  background:#ffffff ;}

.detail_block{border-top: 1px dotted #ccc;}
.detail_block:first-child {border-top: 0;}


/*
*###########################################
*# 買取申込詳細
*###########################################
*/

.detail_block{border-top: 1px dotted #ccc;}
.detail_block:first-child {border-top: 0;}



/*
*###########################################
*# 買取製品カテゴリ（サイドメニュー用）
*###########################################
*/


.side_category_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}								
.side_category{
   padding:10px;
    border-bottom: 1px solid;
}
.side_category:hover{
	background:#fef37a;
}	
.side_category a {
    color: #3c3c3c !important;
    text-shadow: 0 0 0.1px rgba(51, 51, 51, 0.5);
    display: block;
    width: 100%;
    font-weight: 500;
}
.side_category a:hover, .side_category a:focus, .side_category a:active {
    text-decoration: none;
    outline: none;
}										

									

  
/*
*###########################################
*# 商品一覧
*###########################################
*/

.product_list {
  border-collapse:collapse;
  margin:0 auto;
  width: 100%;
}
.product_list  td,th{
  padding:10px;
}
.product_list  th{
  color:#fff;
  background:#202020;
}
table tr:nth-child(odd){  background:#f4f4f4;}
table tr:nth-child(even){  background:#ffffff;}
.product_list  tr:hover{  background:#fff6b1;}
.pagination{
  margin: 0 0 30px 0;
}

  
/*
*###########################################
*# ページング
*###########################################
*/

.page-item .page-link {
  color: #6777ef;
  border-radius: 3px;
  margin: 0 3px; }

.page-item.active .page-link {
  background-color: #595959;
  color:white;
  }

.page-item.disabled .page-link {
  border-color: transparent;
  background-color: #f9fafe;
  color: #6777ef;
  opacity: .6; 
  }

.page-link {
  border-color: transparent;
  background-color: #f9fafe;
  font-weight: 600; 
  }

.page-link:hover {
  background-color: #cbcbcb;
  color: black;
  border-color: transparent; 
}
.page-link:focus {
  box-shadow: none; 
}
   
   
   
   


/*
*###########################################
*# 商品詳細
*###########################################
*/
.product_detail_screen .detail_info dt, .product_detail_screen .detail_info dd {
    border-bottom: 1px dotted #080808 !important;
}

div#detail_main{
    width: 95%;
    margin: auto;
   background:white !important;
    border-radius: 0 0 5px 5px ;
}
#detail_main div{
   background:white !important;
}

.detail_content{
    border-radius: 0 0 5px 5px ;
    padding: 0 30px 10px 20px;
    font-size: 1.1em;
    text-shadow: 0.1px 0.2px 0 #000;
    transform: rotate(0.05deg);
    text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
}

.f_amount{
    margin:20px auto;
    text-align: center;
    font-size: 1.1em;
    transform: rotate(0.05deg);
    font-weight: bold;
}

.btn_ptn1{
    width: 45%;
    border-radius: 5px;
    background: #cc0000;
    border: 0;
    padding: 20px;
    color: white;
    transform: rotate(0.05deg);
    font-weight: bold;
}

.detail_title h1{
   background: black !important;
    font-size: 1.5em;
    font-weight: bold;
    padding: 14px 0 10px 0px !important;
    color: white;
    text-shadow: 0.1px 0.2px 0 #000;
    padding: 14px 0 10px 15px !important;
    text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
    border-radius: 5px 5px 0 0;
}

.detail_info dt, .detail_info dd {
border-bottom: 1px dotted #080808;
}

.detail_info dt {
    padding: 16px;
    width: 25% !important;
    font-size: 1.1em;
    text-shadow: 0.1px 0.2px 0 #000;
    transform: rotate(0.05deg);
    text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
}
.detail_info{
  margin: 30px 0;
  padding: 0 20px;
  border:0;
}
.caution_area ,.caution_detail  dl,.caution_area dd, .caution_area dt{
/*  display:block; */
  border:0;
  padding: 0px;
  margin: 10px 0;
}

.caution_detail  dt{
    width: 20% !important;
    vertical-align: middle;
    text-align: center;
   background:  #e0e0e0 !important;
    font-size: 1.1em;
    color: #000;
    text-shadow: 0.1px 0.2px 0 #000;
    transform: rotate(0.05deg);
    text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
    
}

.caution_detail  dd{
    width: 70% !important;
    padding-left:15px;
}


.caution_detail {
border:0;
}

.caution_title{
   background: grey !important;
}

.caution_top_title{
    background: black;
    padding: 10px 20px 10px 20px;
    color: white;
    border-radius: 5px 5px 0 0;
    font-size: 1.2em;
    font-weight: bold;
    transform: rotate(0.05deg);
    text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
}
.text_right{
	text-align:right;
}
.content-price{
	text-align:center;
        font-size: 3.5rem;
        font-weight: bold;
        color:#cc0000;
}



@media only screen and (min-width: 768px) {
    .dl_table {
        display: table;
        width: 100%;
    }
    .dl_table dl {
        display: table-row;
        border: 0 none;
    }
    .dl_table dt,
    .dl_table dd {
        display: table-cell;
        border-bottom: 1px dotted #555454;
        padding: 16px 0;
    }
    .dl_table dt {
        width: 30%;
    }

    .dl_table dd {
        padding: 16px;
    }
    .dl_table dd .form-group {
        padding-top: 16px;
    }
    .dl_table .zip-search {
        margin-top: 16px;
    }
}																											



@media only screen and (max-width: 767px) {
	#contents{      padding-top: 90px;}
	.btn_ptn1{
	  font-size: 0.8em;
	}
	.product_detail_screen .detail_info dl{
	    border:0 !important;
	}
	
	.product_detail_screen .detail_info dt{
	    width: 100% !important;
	    border:0 !important;
	    padding: 10px;
	}
	.product_detail_screen .detail_info dd{
	    width: 100% !important;
	    margin: 0 20px;
	}
	
	.caution_detail dt {
	    width: 100% !important;
	    padding: 10px;
	}
	.caution_detail dd {
	    width: 100% !important;
	    padding: 0 10px;
	}

}
	
.caution_area li {
    list-style: none;
    margin: 0;
    padding: 0;
}   
   
   




/*
*###########################################
*# カート内の商品確認
*###########################################
*/

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
  border-radius:10px;
  text-shadow: 0.1px 0.2px 0 #000;
  text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

.step li{
   width:25%;
  display:table-cell;
  position:relative;
  background: #979797;
  padding: 1.5em 0.5em 1.5em 2em;
  color: #fff;
  line-height: 20px;
}
.step3 li{   width:33%;}
.step4 li{   width:25%;}

.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
    top: -24px;
    right: -30px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 55px 5px 55px 35px;
    z-index: 1;
}
.step li:after{
    top: -24px;
    right: -27px;
    border-style: solid;
    border-color: transparent transparent transparent #979797;
    border-width: 55px 5px 55px 35px;
    z-index: 1;
}
.step li.is-current{ background: #202020; font-weight: bold; }
.step li.is-current:after{ border-color: transparent transparent transparent #202020; }

@media only screen and (max-width: 767px) {
    .step li {
        font-size: 0.8em;
        vertical-align: middle;
	    line-height: 18px;
	    padding: 0.5em 0.5em 0.5em 2em;
    }
}
   

   



.left_arrow_btn {
    position: relative;
    padding: 20px 60px 20px 20px;
}
.left_arrow_btn::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 14px;
    top: calc(50% - 3px);
    border-bottom: solid 4px;
    border-left: solid 4px;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
}

.right_arrow_btn {
    position: relative;
    padding: 20px 20px 20px 60px;
}
.right_arrow_btn::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 22px;
    top: calc(50% - 3px);
    border-top: solid 4px;
    border-right: solid 4px;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
}


.custom_btn {
    display: inline-block;
    width: 90%;
    margin: 5px 0;
    font-size: 0.9rem;
    padding: 20px 0px;
    font-weight: bold;
    color: #fff;
    background-color: #d94523;
    border-color: #d94523;
    border: 0;
    border-radius: 5px;
}

.custom_btn:hover {
	color: white;
	text-decoration: none;
}


/*
*###########################################
*# 申込完了画面
*###########################################
*/

 div.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background:  white !important;
  border-radius: 5px;
  width: 100%;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 70%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid white;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}

   
   