@charset "UTF-8";

/*
:root {
*light beige*
--super-light: #FEFCFA;
*beige*
--light-color: #fef4e5;
*navy*
--dark-color: #2c4176;
*orange-light*
--accent-color-light: #fba592; [super light #ffded6]
*orange*
--accent-color: #fa705b;
*orange-dark*
--orange-color-dark: #f9452e;
*gray*
--gray-color: #C4BEBE;
*Line*
--line-color: #00B900;
*gnav menu*
--gnav-color: #fff;
*gold*
--bright-color: #c3a27b;
}
*/

/* ------------------------------
PAGE 買取の流れ
------------------------------ */
.flowsp {
    width: 90%;
}

.flowimg {
    width: 20%;
}

/*
.flow-step {
    border: 15px solid var(--light-color);
    border-radius: 15px;
    margin: 10px;
    padding: 5px;
}

.flow-stepbox1 img {
    width: 100px;
}

.flow-stepbox2 {
    padding: 5px;
}

.campLineImg {
    width: 300px;
}

.flow-step2-wrap {
    border: solid 1px #e0e0e0;
    width: 90%;
    max-width: 600px;
    min-width: 300px;
    margin: auto;
}

.flow-step2-box1 {
    padding: 10px 5px 10px 5px;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    background: var(--accent-color-light);
}

.flow-step2-box2 img {
    height: 100px;
}

.flow-step2-box2 {
    padding: 10px;
    background: var(--light-color);
}
*/
.step2-wrap{
    padding: 0 10px;
}

.step2-detail img{
	height: 70px;
}

.step3-text{
	vertical-align: top;
	text-align: left;
}
.flow-box1{
    width: 60%; 
    padding: 10px;
}
.flow-box2{
    width: 30%; 
}
.flow-box{
  display: -webkit-flex;
  display: flex;
}
.flow-toiawase{
    margin: 40px 20px;
}
.flow-tel a{
    text-decoration: none;
}

/* ------------------------------
PAGE フクールとは 
------------------------------ */
.title-aboutF {
    background: var(--light-color);
}

.box2row .table {
    color: #706f6f;
    display: table;
    width: 90%;
    border: 1px solid #d5d5d5;
    margin: 10px;
}

.box2row .cells {
    display: table-cell;
    padding: .5rem 1rem;
}

.box2row .point {
    background: #f58f85;
    color: #fff;
    width: 30%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.box2row .title {
    color: #b40000;
    font-weight: bold;
}

.af-box-comment p {
    margin-top: 20px;
    font-size: 1.2em;
    color: #505050;
}

.af-box-comment span {
    color: #505050;
    font-size: 1em;
}

.aboutC-table {
    margin: 10px;
    font-size: 1em;
}

.aboutC-table dl,
.aboutC-table dt,
.aboutC-table dd {
    box-sizing: border-box;
}

.aboutC-table dl {
    width: 90%;
    max-width: 700px;
    /*  overflow: hidden;*/
    border: 1px solid #ccc;
    border-top: none;
    background: #f5f0f0;
    margin: 12px auto;
}

.aboutC-table dt {
    width: 30%;
    float: left;
    padding: 15px 15px 0 15px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

.aboutC-table dd {
    margin-left: 30%;
    /*dtのwidth分だけマージンを開ける*/
    padding: 15px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
		text-align: left;
}

.aboutC-table dd::after {
    content: "";
    display: block;
    clear: both;
}

.box2-wrap,
.box2-21-wrap,
.box3-wrap {
    display: -webkit-box;
    /* old Android */
    display: -webkit-flex;
    /* Safari etc. */
    display: -ms-flexbox;
    /* IE10        */
    display: flex;
    flex-wrap: wrap;
}

.box2,
.box2-21-wrap{
/*    width: calc(50% - 20px);*/
    padding: 20px 5px;
    margin: 5px auto;
}

.box3 {
/*    width: calc(33% - 20px);*/
    padding: 20px 5px;
    margin: 5px auto;
/*    min-width: 200px;*/
    border: solid 1px #e0e0e0;
}

/* ------------------------------
PAGE キャンペーン（コート） 
------------------------------ */
.intro-img img {
    margin: 10px 5px;
    width: 90%;
}

.aboutCampaign {
    padding: 20px;
}

/* ------------------------------
PAGE キャンペーン（LINE） 
------------------------------ */
.line-stepIMG {
    /*	height: 400px;*/
}

.line-stepIMG img {
    width: 90%;
    max-width: 400px;
}

.line-stepBox {
    width: 45%;
    max-width: 450px;
    min-width: 300px;
    vertical-align: top;
    background: var(--light-color);
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
}
.line-stepBox-sp {
    width: 90%;
    vertical-align: top;
    background: var(--light-color);
    border-radius: 15px;
    padding: 10px;
    margin: 10px auto;
}

/* ------------------------------
PAGE キャンペーン（40%アップ） 
------------------------------ */
.camp-img img {
    max-width: 800px;
    width: 90%;
}

/* ------------------------------
PAGE ご利用規約
------------------------------ */
.terms-wrap {
    text-align: left;
}

.terms-wrap ul {
    list-style: disc;
    margin: 10px 10px 10px 30px;
}

.terms-sentence {
    margin: 20px;
}

/*モバイル用*/
@media only screen and (max-width: 798px) {
    .terms-frame {
        position: relative;
        width: 100%;
        padding-top: 3830%;
        height: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .terms-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }
}

/* ------------------------------
PAGE 個人情報の取扱いについて
------------------------------ */
.privacy {
    text-align: left;
    margin: 5px;
}

.privacy-ul1 {
    margin: 30px 5px 20px 5px;
}

.privacy-ul2,
.privacy p {
    margin: 10px 0 5px 20px;
}

/* ------------------------------
PAGE サイトマップ
------------------------------ */
.sitemap-list {
    text-align: left;
    margin: 30px;
}

.sitemap-second {
    margin-left: 30px;
}

/* ------------------------------
PAGE お買取りできないアイテム
------------------------------ */
ul.excluded-brand-class {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: wrap;
}

ul.excluded-brand-class li {
    background: var(--gray-color);
    margin: 7px;
    padding: 10px;
    border: 2px solid #e0e0e0;
    width: 250px;
    color: #FFF;
    font-weight: bold;
    /*    box-shadow: 1px 1px 2px gray;*/
}

ul.excluded-item-class {
    border: solid 2px var(--light-color);
    background: var(--light-color);
    border-radius: 30px;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    text-align: left;
    margin: 1em;
}

ul.excluded-item-class li {
    line-height: 1.5;
    padding: 0.5em 2em;
    list-style-type: none !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
}

ul.excluded-item-class li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    /*アイコンの種類*/
    position: absolute;
    left: 1em;
    /*左端からのアイコンまでの距離*/
    color: var(--accent-color);
    /*アイコン色*/
    font-size: 2em;
}

.ex-box3 {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: wrap;
    /*    width: 30%;
max-width: 250px;*/
}

.ex-box3-2 {
    width: 45%;
    max-width: 250px;
    padding: 10px;
}

.damageIMG img {
/*    border-radius: 8px;*/
}

.ex-box-comment{
	border: 1px solid #e0e0e0;
	margin: 20px;
	padding: 10px;
	font-size: 0.9em;
	
}


/* ------------------------------
PAGE お取扱いブランド一覧
------------------------------ */
ul.brand-alphabet {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: wrap;
}

.alphabet-box {
    border: 2px solid #e0e0e0;
    padding: 0.5em;
}

ul.brand-alphabet li {
    margin: 7px;
    width: 40px;
    color: #FFF;
    font-weight: bold;
}

ul.brand-alphabet li a:hover {
    color: var(--accent-color);
}

.brand-list {
    font-size: 1em;
    color: #2A2A2A;
    text-align: left;
    margin-left: 15%;
}

/* ------------------------------
PAGE 買取強化ブランド
------------------------------ */

.kyouka-box1{
	width: 100%;
	height: 430px;
}
.kyouka-box1.amaca{
	background: #F0F0F0 url("../image/strong-brand/furugi_amaca.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.leilian{
	background: #F0F0F0 url("../image/strong-brand/furugi_leilian.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.maxmara{
	background: #F0F0F0 url("../image/strong-brand/furugi_maxmara.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.pleatsplease{
	background: #F0F0F0 url("../image/strong-brand/furugi_pleatsplease.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.mizuiroind{
	background: #F0F0F0 url("../image/strong-brand/furugi_mizuiroind.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.nolleys{
	background: #F0F0F0 url("../image/strong-brand/furugi_nolleys.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.madisonblue{
	background: #F0F0F0 url("../image/strong-brand/furugi_madisonblue.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.jurgenlehl{
	background: #F0F0F0 url("../image/strong-brand/furugi_jurgenlehl.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.mackintosh{
	background: #F0F0F0 url("../image/strong-brand/furugi_mackintosh.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.essen-lautreamont{
	background: #F0F0F0 url("../image/strong-brand/furugi_essen-lautreamont.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.deuxieme-classe{
	background: #F0F0F0 url("../image/strong-brand/furugi_deuxieme-classe.png") no-repeat left top;
	background-size: contain;
	max-width: 1000px;
}

.kyouka-box1.leonard{
	background: #F0F0F0 url("../image/strong-brand/furugi_leonard.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.lestera{
	background: #F0F0F0 url("../image/strong-brand/furugi_lestera.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.iena{
	background: #F0F0F0 url("../image/strong-brand/furugi_iena.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.journal-standard{
	background: #F0F0F0 url("../image/strong-brand/furugi_journal-standard.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.amerivintage{
	background: #F0F0F0 url("../image/strong-brand/furugi_amerivintage.png") no-repeat left top;
	background-size: contain;
}

/*5/12*/

.kyouka-box1.nest-robe{
	background: #F0F0F0 url("../image/strong-brand/furugi_nest-robe.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.tobechic{
	background: #F0F0F0 url("../image/strong-brand/furugi_tobechic.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.lappartement{
	background: #F0F0F0 url("../image/strong-brand/furugi_lappartement.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.hyke{
	background: #F0F0F0 url("../image/strong-brand/furugi_hyke.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.auralee{
	background: #F0F0F0 url("../image/strong-brand/furugi_auralee.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.adore{
	background: #F0F0F0 url("../image/strong-brand/furugi_adore.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.acne-studios{
	background: #F0F0F0 url("../image/strong-brand/furugi_acne-studios.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.the-north-face{
	background: #F0F0F0 url("../image/strong-brand/furugi_the-north-face.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.mariha{
	background: #F0F0F0 url("../image/strong-brand/furugi_mariha.png") no-repeat left top;
	background-size: contain;
}

/*5/16*/
.kyouka-box1.rd-m-co{
	background: #F0F0F0 url("../image/strong-brand/furugi_rd-m-co.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.balenciaga{
	background: #F0F0F0 url("../image/strong-brand/furugi_balenciaga.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.blamink{
	background: #F0F0F0 url("../image/strong-brand/furugi_blamink.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.feiler{
	background: #F0F0F0 url("../image/strong-brand/furugi_feiler.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.johnstons{
	background: #F0F0F0 url("../image/strong-brand/furugi_johnstons.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.plage{
	background: #F0F0F0 url("../image/strong-brand/furugi_plage.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.yves-saint-laurent{
	background: #F0F0F0 url("../image/strong-brand/furugi_yves-saint-laurent.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.margaret-howell{
	background: #F0F0F0 url("../image/strong-brand/furugi_margaret-howell.png") no-repeat left top;
	background-size: contain;
}

.kyouka-box1.mhl{
	background: #F0F0F0 url("../image/strong-brand/furugi_mhl.png") no-repeat left top;
	background-size: contain;
}


.kyouka-box1-inner{
	padding: 150px 50px 0;
	text-align: left;
}

.kyouka-box1 h1 {
	display: block;
    margin: 0 0 28px;
    padding: 12px 0px;
    border-bottom: 1px solid gray;
    text-shadow: 0 0 2px gray;
    font-size: 2.5em;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    width: 60%;
}

.essen-lautreamont h1{
	font-size: 2.2em;
	width: 80%;
}

.kyouka-box1 p{
	font-size: 0.9em;
}

.kyouka-box2{
	display: inline-block;
	width: 90%;
	max-width: 800px;
	margin-top: 20px;
	margin-width: 10px;
	padding: 10px;
	background: var(--light-color);
}

.kyouka-box2 p{
	text-align: left;
	font-size: 0.8em;
}


.kyouka-koutou{
	background: var(--bright-color);
	color:#FFF;
	font-weight: bold;
	font-size: 2em;
	margin-top: 30px;
	margin-bottom: 30px;
}
.kyouka-koutoutext{
	max-width: 1000px;
	padding: 20px;
	text-align: center;
	  margin: auto;
}


.kyouka-satei-box1 img{
	width: 100px;
	text-align: center;
	margin: auto;
}

table.kyouka-satei {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
  color: #000;
}

table.kyouka-satei tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
table.kyouka-satei thead{
  border-bottom: 5px solid var(--bright-color);
}
table.kyouka-satei tr:last-child{
   border-bottom: none;
}
table.kyouka-satei th,
table.kyouka-satei td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table.kyouka-satei th:last-child,
table.kyouka-satei td:last-child{
    border: none;
}
tbod.kyouka-sateiy th {
    color: var(--bright-color);
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: center;
}

.satei-ex{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: wrap;
}

.satei-ex-box{
	border: solid 1px #e0e0e0;
	margin: 10px;
	padding: 8px;
	border-radius: 5px;
}

.category-box{
	margin: 0 auto;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	border: solid 1px var(--bright-color);
	width: 70%;
	background: var(--bright-color);
	border-radius: 3px;
}

div.satei-ex-box-wrap{
	text-decoration: none!important;
}
.satei-ex-box-wrap:hover{
	background-color: #f5f0f0;
}

.satei-title{
/*	font-size: 1em;*/
	font-weight: bold;
	margin: 10px 0 5px 0;
	text-shadow: 0 0 1px gray;
}

.satei-ym{
	font-size: 0.7em;
	color: var(--gray);
}


@media screen and (max-width: 798px) {
  table.kyouka-satei {
    border: 0;
    width:100%;
  }
  table.kyouka-satei th{
    display: block;
    border-right: none;
    border-bottom: 5px solid var(--bright-color);
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  table.kyouka-satei thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.kyouka-satei tr {
    display: block;
    margin-bottom: 2em;
  }
  
  table.kyouka-satei td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table.kyouka-satei td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table.kyouka-satei td:last-child {
    border-bottom: 0;
  }
    .satei-ex-box{
		width: 90%;
        font-size: 0.9em;
	}
    .satei-ex-box1{
        display: flex;
        justify-content:space-between;
        align-items: center;
    }
    .satei-ex-box1-1{
        width: 30%;
    }
    .satei-ex-box1-2{
        width: 50%;
    }
}

.satei-ex-box1-1 img{
	margin-top: 5px;
}


ul.kyouka-brand-box {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: wrap;
	margin: 10px 0;
}

ul.kyouka-brand-box li a div:hover{
	background: var(--light-color);
}

ul.kyouka-brand-box li{
	margin: 10px;
	width: 35%;
	max-width: 200px;
	border: 1px solid #AFAFAF;
	color: #808080;
	font-weight: bold;
	font-size: 0.9em;
	border-radius: 3px;
    /*    box-shadow: 1px 1px 2px gray;*/
}

ul.kyouka-brand-box div{
		padding: 10px;
}


/*タブレット・デスクトップ用*/
@media screen and (min-width: 799px) {
		.satei-ex-box{
		width: 20%;
	}
}

/* ------------------------------
PAGE 買取価格40%アップ
------------------------------ */

.camp40-hero h1 {
	display: block;
	margin: 20px 0 20px;
	padding: 12px 0px;
	text-shadow: 0 0 2px gray;
	font-size: 2em;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.camp40-hero h1 span{
	font-size: 2.3em;
}

.camp40-hero2{
	padding: 20px 0;
	background: #f5f0f0 url("../image/campaign-clothes3.png") no-repeat left top;
	background-size: contain;
	background-position: center;
}

.camp40-hero2 p{
	display: block;
	margin: 20px 0 28px;
	padding: 12px 0px;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.camp40-hero2 p span{
	font-size: 2em;
}

.camp40-box1{
	font-size: 0.9em;
	color: gray;
	margin: 40px 0;
    padding: 10px;
	
}
.camp40-title{
	background: #c3a27b;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	padding: 20px 0;
	margin: 70px 0 40px 0;
}
.camp40-title span{
	font-size: 1.5em;
}
ul.camp40-brand-class {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: wrap;
	margin: 20px 0;
}

ul.camp40-brand-class li {
	margin: 10px;
	padding: 10px;
	border: 1px solid #AFAFAF;
	width: 250px;
	color: #808080;
	font-weight: bold;
	font-size: 0.9em;
	border-radius: 3px;
    /*    box-shadow: 1px 1px 2px gray;*/
}
.imadake-box{
	margin: 0 auto;
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
	border: solid 1px red;
	width: 140px;
	background: red;
	border-radius: 3px;
}

.line-through{
	text-decoration: line-through;
	}

.camp40-list li{
	display: inline-block;
	font-size: 0.8em;
}
.mousikomi{
	background: #efefef;
	padding: 30px 0 30px 0;
	line-height: 2em;
}

.description{
    font-size: 0.8em;
    padding: 10px;
}
.bc-inquiry{
	width: 80%;
	max-width: 400px;
	margin: auto;
	
}
.bc-inquiry img{
	border-radius: 3px;
	border-right: solid 2px  #E56C55;
	border-bottom: solid 2px  #E56C55;
}

.bc-inquiry img:hover{
	border-right: solid 5px  #E56C55;
	border-bottom: solid 5px  #E56C55;
  transform: translateY(-5px);
  transition-duration: 0.2s;
	border-radius: 3px;
}

/* ------------------------------
　FAQ　ページ
------------------------------ */

.faq-wrap{
	text-align: left;
	padding: 10px;
	font-size: 1em;
	max-width: 800px;
    line-height: 2.5;
}

.faq-wrap dt:hover {
	cursor: pointer;
	text-decoration: underline;
}
.faq-wrap  dd {
	display: none;
}

/* Q */
.faq-wrap dl dt {
	margin: 10px 0 5px;
	padding-left: 35px;
	background: url("../image/Q.png") no-repeat left top;
	font-weight: bold;
	min-height: 30px;
}

/* A */
.faq-wrap dl dd {
	margin-bottom: 15px;
	margin-top:15px;
	padding: 0 10px 15px 35px;
	background: url("../image/a.png") no-repeat left top;
	border-bottom: 1px dotted #e0e0e0;
	line-height:150%;
}

.faq-list{
	margin: 40px;
	text-align: ceter;
	line-height: 2;
}
.faq-list ul{
	text-align: left;
	display: inline-block;
}

.btn-flat-border {
	margin-top: 70px;
	margin-bottom: 70px;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #e0e0e0;
  border: solid 2px #aaa;
  border-radius: 3px;
  transition: .4s;
	width: 80%;
	max-width: 500px;
	font-weight: bold;
}

.btn-flat-border:hover {
  background: #e0e0e0;
  color: white;
}

/* ------------------------------
PAGE ナチュラル系ブランドキャンペーン
------------------------------ */

.box-w80{
	border: solid 1px #555;
	width: 90%;
	margin: auto;
	text-align: left;
	padding: 10px;
	border-radius: 3px;
}

.box-w80 ul li{
	padding-bottom: 10px;
}

/* ------------------------------
PAGE LINE査定
------------------------------ */

.accent-icon {
    color: var(--accent-color);
}
dl.lineH{
    font-size: 0.9em;
}
dl.lineH dt{
    font-weight: bold;
}

dl.lineH dd{
    margin-bottom: 10px;
} 

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 1px #888;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

/* ------------------------------
PAGE お客様の声 
------------------------------ */

.voice{
	width: 90%;
	margin: auto;
	padding: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
}


.voice-box{
	border: 1px solid #878787;
	border-radius: 3px;
	padding: 10px;
	font-size: 16px;
	width: 90%;
	margin: 10px;
	background-color: #FFFAF0;
}

.voice-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.voice-sentence{
	margin:10px 0;
}


.voice img{
	padding-right: 3px;
}

.voice-underwrap{
	position: relative;
	height: 70px;
}

.voice-underbox{
	position: absolute;
	bottom: 0;
	left: 40%;
}

/* ------------------------------
PAGE 買取実績 
------------------------------ */

/*メニュー*/

.results-menu-wrap{
	text-align: center;
}
#results-menu{
	margin: 0 ;
	padding: 0 ;
}
#results-menu li{
	list-style: none;
	display: inline-block;
	width: 50px;
/*	min-width: 15%;*/
}
#results-menu li:not(:last-child){
	border-right:2px solid #ddd;	
}
#results-menu li a{
	text-decoration: none;
	color: #333;
	padding: 5px 15px;
}
#results-menu li a.active{
	color: var(--accent-color-light);
	font-weight: bold;
	border-bottom:2px solid var(--accent-color-light);
}
#results-menu li a:hover{
	color:#F7CB4D;
	border-bottom:2px solid #F7CB4D;
}