@charset "utf-8";
.alignC {
    text-align: center;
}

.alignL {
    text-align: left;
}

.alignR {
    text-align: right;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom25 {
    margin-bottom: 25px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom60 {
    margin-bottom: 60px;
}

.left10 {
    margin-left: 10px;
}

.right10 {
    margin-right: 10px;
}

.right15 {
    margin-right: 15px;
}

.color {
    color: #C00;
}

.top10 {
    padding-top: 10px;
}

.small {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

.ph100 img {
    width: 100%;
    height: auto;
}


/* フロート回り込み解除
----------------------------------------------- */

.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}


/************top*************/

.bxslider>li:nth-child(2),
.bxslider li:nth-child(3) {
    display: none;
}

.bx-viewport .bxslider li {
    display: block !important;
}

.red_ribbon {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #de1122;
    color: #fff;
    line-height: 100%;
    padding: 7px 0 5px;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
}

.red_ribbon span {
    font-size: 15px;
    vertical-align: -1px;
}

.satei_box {
    background: #de1122;
    border-radius: 5px;
    padding: 10px 10px 5px;
    margin: 0 10px;
    box-sizing: border-box;
}

.satei_box .chara {
    display: block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 20%;
}

.satei_box span {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 4px 0 6px;
}

.satei_box p {
    color: #fff;
    font-size: 9px;
    line-height: 12px;
}

.satei_box p.txt {
    color: #fff;
    width: 70%;
    font-size: 10px;
    float: left;
    line-height: 12px;
}

.satei_box ul {
    clear: both;
    padding-top: 10px;
}

.satei_box li {
    margin-bottom: 5px;
}

.satei_box li img {
    width: 100%;
}

.satei_btm {
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    clear: both;
}

.satei_btm .chara {
    display: block;
    width: 30% !important;
    float: left;
    padding-left: 0px;
    padding-right: 10px;
}

.satei_btm .chara_men {
    display: block;
    width: 30% !important;
    float: left;
    padding-left: 0px;
    padding-right: 10px;
}

.satei_btm span {
    width: 70%;
    max-width: 260px;
    display: block;
    position: absolute;
    height: 20px;
    left: 33%;
    font-size: 14px;
    top: 10px;
    color: #de1122;
    font-weight: bold;
    padding: 5px 0 6px 0px;
    line-height: 16px;
}

.kaitori.under .satei_btm span {
    width: 69%;
    max-width: 260px;
    display: block;
    position: absolute;
    height: 20px;
    left: 33%;
    font-size: 14px;
    top: 10px;
    color: #de1122;
    font-weight: bold;
    padding: 3px 0 6px 0px;
}

.satei_btm p {
    color: #000;
    font-size: 13px;
    padding-top: 74px;
    width: 65%;
    line-height: 125%;
    float: left;
    padding-left: 0;
    text-align: left;
}

.satei_btm em {
    color: #de1122;
    text-decoration: underline;
}

.kaitori.under .satei_btm p {
    color: #000;
    font-size: 13px;
    padding-top: 70px;
    width: 65%;
    line-height: 140%;
    float: left;
    padding-left: 0;
}

.satei_btm p a {
    color: #de1122;
}

.category_box {
    margin: 10px 10px 0;
}

.category_box ul li {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 70px;
    display: table;
}

.category_box ul li:nth-child(6),
.category_box ul li:nth-child(7),
.category_box ul li:nth-child(8),
.category_box ul li:nth-child(9),
.category_box ul li:nth-child(10),
.category_box ul li:nth-child(11),
.category_box ul li:nth-child(12) {
    pointer-events: none;
}

.category_box ul li .imgbox {
    border-radius: 5px 0 0 5px;
    display: table-cell;
    float: left;
    width: 40%;
    overflow: hidden;
    min-height: 80px;
    height: 80px;
    position: relative;
    box-sizing: border-box;
}

.category_box ul li .imgbox img {
    margin-top: 0px;
    width: 100%;
}

.category_box ul li div {
    border-radius: 0 5px 5px 0;
    float: left;
    display: table-cell;
    width: 60%;
    box-sizing: border-box;
    background: #de1122;
    padding: 5px;
    min-height: 80px;
    height: 80px;
    box-sizing: border-box;
}

.category_box ul a {
    text-decoration: none;
}

.category_box ul li span {
    padding: 0 0 2px 10px;
    box-sizing: border-box;
    display: block;
    margin: 0px;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 12px;
    background: url(../img/top/arrow01.png) no-repeat left 3px;
    background-size: 6px;
    text-decoration: none;
    font-weight: bold;
    line-height: 14px;
}

.category_box ul li p.txt {
    padding: 0;
    color: #fff;
    font-size: 8px;
    width: 100%;
    float: left;
    line-height: 9px;
    text-decoration: none;
}

.jisseki_list {
    margin-top: 20px;
}

.jisseki_list h2 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #de1122;
    padding: 12px 15px 10px;
    line-height: 100%;
    margin-bottom: 15px;
}

.jisseki_list h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #de1122;
    padding: 12px 15px 10px;
    line-height: 100%;
    margin-bottom: 15px;
}

.jisseki_list .item_img {
    text-align: center;
    background: #fff;
    padding: 0px;
    /*height: 72px;
	height: 50%;*/
    width: 100%;
    height: auto;
}

.jisseki_list p.txt {
    padding: 2px 0 5px;
    font-size: 10px;
    color: #fff;
}

.jisseki_list ul li {
    background: #fff;
    border-radius: 5px;
    margin-right: 7px;
}

.jisseki_list ul li p {
    color: #fff;
    font-weight: bold;
    line-height: 14px;
    font-size: 11px;
    /*text-align: left;
    padding: 5px 0 8px;
    clear: both;
    height: 100%;
    width: auto;  */
}

.jisseki_list ul li p.txt {
    color: #fff;
    font-weight: normal;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    padding: 5px 0 8px;
    clear: both;
    border-top: 1px dotted #FFFFFF;
    margin-top: 5px;
}

.jisseki_list ul li p span {
    line-height: 9px;
    color: #fff;
    font-size: 10px;
    text-align: left;
    padding: 5px 0 8px;
    clear: both;
    height: 100%;
    font-weight: normal;
    width: auto;
}

.jisseki_list ul li img {
    display: block;
    text-align: center;
    margin: 0 auto;
    /*height: 100%;
	width: auto;*/
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}

.jisseki_list ul li div {
    padding: 0 5px 0px 5px;
    /*padding: 0px;*/
    background: #de1122;
    border-radius: 0 0 5px 5px;
}

.jisseki_list ul li span.tag01 {
    background: url(../img/sp/tag01.png) no-repeat;
    background-size: 34px;
    width: 34px;
    height: 19px;
    line-height: 9px;
    padding: 3px;
    color: #fff;
    display: block;
    font-size: 8px;
    float: left;
    margin-right: 0px;
}

.jisseki_list ul li span.tag02 {
    background: url(../img/sp/tag02.png) no-repeat;
    background-size: 34px;
    width: 34px;
    height: 19px;
    line-height: 9px;
    padding: 3px;
    color: #fff;
    display: block;
    font-size: 8px;
    float: left;
    margin-right: 0px;
}

.jisseki_list ul li span.tag03 {
    background: url(../img/sp/tag03.png) no-repeat;
    background-size: 25px;
    width: 24px;
    height: 23px;
    line-height: 9px;
    padding: 3px;
    color: #fff;
    display: block;
    font-size: 9px;
    float: left;
    margin-right: 0px;
}

.jisseki_list ul li span.pref {
    padding: 2px 0 0;
    color: #fff;
    display: block;
    font-size: 11px;
    float: left;
}

.top .recommend {
    margin-top: 15px;
}

.top .recommend h2 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #de1122;
    padding: 8px 15px 5px;
    line-height: 1.6;
}

.top .recommend h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #de1122;
    padding: 8px 15px 5px;
    line-height: 1.6;
}

.top .recommend ul li {
    background: url(../img/sp/arrow01.png) #fff no-repeat 95%;
    background-size: 20px;
    border-bottom: 2px solid #de1122;
}

.top .recommend ul li a {
    padding: 15px 10px 15px 50px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #585558;
    font-weight: bold;
}

.top .recommend ul li a.link01 {
    background: url(../img/sp/icon01.png) no-repeat 10px;
    background-size: 25px;
}

.top .recommend ul li a.link02 {
    background: url(../img/sp/icon02.png) no-repeat 10px;
    background-size: 25px;
}

.top .recommend ul li a.link03 {
    background: url(../img/sp/icon03.png) no-repeat 10px;
    background-size: 25px;
}

.top .recommend ul li a.link04 {
    background: url(../img/sp/icon04.png) no-repeat 10px;
    background-size: 25px;
}

.top .box06 {
    margin-top: 25px;
}

.top .box06 h2 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #de1122;
    padding: 12px 15px 10px;
    line-height: 100%;
    margin-bottom: 15px;
}

.top .box06 h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #de1122;
    padding: 12px 15px 10px;
    line-height: 100%;
    margin-bottom: 15px;
}

.top .box06 .c01 {
    border-radius: 5px;
    margin-bottom: 18px;
    padding: 0 15px 15px;
}

.top .box06 span.tag04 {
    display: none;
}


/*.top .box06 span.ttl{
    padding: 10px 10px 15px ;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;    
    border-radius: 5px 5px 0 0;
    color: #fff;
    background:#ff6d4b url(../img/sp/hukidashi_btm.png) no-repeat bottom;
    background-size: contain;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;    
    float: left;
    text-align: center;
}*/


/* balloon-2 bottom */

.top .box06 span.ttl {
    position: relative;
    display: block;
    width: 98%;
    color: #F6F6F6;
    line-height: 1.6;
    text-align: center;
    background-color: #2766AA;
    border-radius: 5px;
    z-index: 0;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
}

.top .box06 span.ttl:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 7px 0 7px;
    border-color: #2766AA transparent transparent transparent;
}

.top .box06 p.txt {
    clear: both;
    font-size: 11px;
    line-height: 160%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top .box06 .re_wrap {
    display: table;
}

.top .box06 .re {
    font-size: 12px;
    line-height: 160%;
    float: left;
    color: #585558;
    background: #fff;
    padding: 0px 8px 10px 8px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    display: table-cell;
    margin-top: 0px;
}

.top .box06 .chara {
    display: none;
}

.top .box06 .sp_hukidashi {
    display: table;
    position: relative;
    width: 100%;
    min-height: 54px;
    margin-bottom: 10px;
}

.top .box06 .sp_hukidashi span {
    /* font-size:  9px;
    display: block;
        
    padding-bottom: 5px;    
    font-weight:    bold;*/
}

.top .box06 .sp_hukidashi p {
    font-size: 13px;
    width: 70%;
    display: block;
}

.re_sp {
    display: table-cell;
    vertical-align: middle;
}


/*.top .box06 .re_sp{
    font-size: 12px;
    line-height: 160%;
    float: left;
    color: #fff;
    background: #ff6d4b;
    padding: 7px 12px 7px 12px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    display: table-cell;
}*/


/* balloon-2 right */

.re_sp p {
    position: relative;
    display: block;
    padding: 7px 12px 7px 12px;
    width: 200px;
    height: auto;
    color: #fff;
    line-height: 160%;
    text-align: center;
    background: #ff6d4b;
    z-index: 0;
    border-radius: 5px;
}

.re_sp p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -8px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0 8px 20px;
    border-color: transparent transparent transparent #ff6d4b;
}

.top .box06 .chara_sp {
    display: table-cell;
    vertical-align: middle;
    width: 20% !important;
    box-sizing: border-box;
}

.top .box06 .chara_sp img {
    display: block;
    /*width: 100%;*/
    width: 60px;
    margin-left: -1px\0;
    position: absolute;
    right: 1px;
    bottom: 0px;
}

.top .box06 a.link_btn {
    display: block;
    padding: 13px 15px 10px;
    box-sizing: border-box;
    width: 80%;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
    background: url(../img/top/arrow02.png) #de1122 no-repeat right 18px top 17px;
    background-size: 8px;
    text-decoration: none;
    margin: 10px auto;
}

.top .box07 h3 {
    background-color: #E9EAEA;
    border-top: 4px solid #CD000D;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #CD000D;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.top .box07 p {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#pagetop {
    text-align: center;
    padding: 10px;
    background: #de1122;
}

#pagetop img {
    width: 133px;
}


/******************ここから下層ページ**********************/

.about_txt {
    display: none;
}


/* div.breadcrumbs {
	display: none;
	height: 0px;
} */

div.breadcrumbs {
    color: #787878;
    font-size: 12px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

div.breadcrumbs a {
    text-decoration: none;
    color: #787878;
}

div.breadcrumbs a span {
    background: url(../img/common/pankuzu_arrow.png) no-repeat right 5px;
    padding-right: 15px;
    margin-right: 8px;
    text-decoration: none;
    color: #787878;
}

div.breadcrumbs a:hover span {
    text-decoration: underline;
}

.ttl_bg {
    background: url(../img/common/ttl_bg.png) no-repeat 10px 11px;
    background-size: 30px;
    height: 55px;
    margin-top: 0px;
}

h2.page_ttl {
    font-size: 16px!important;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    height: 55px;
    line-height: 17px!important;
    padding-right: 10px!important;
    padding-left: 50px!important;
    background: none!important;
    color: #000!important;
}

h2.page_ttl span {
    font-size: 10px;
    font-weight: bold;
    padding-left: 0;
    display: block;
}

.under .mv_s {
    position: relative;
}

.under .mv_s img {
    width: 100%;
}

.under .mv_s span {
    font-size: 14px;
    display: block;
    font-weight: bold;
    padding: 10px;
    /*line-height: 15px;*/
}

.under .mv_s p {
    /*line-height: 13px;*/
    font-size: 12px;
    padding: 0 10px;
}

.under .faq .mv_s {
    margin-bottom: 15px;
}

.under .privacy .mv_s {
    margin-bottom: 15px;
}


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

.under h2 {
    font-size: 16px;
    text-align: left;
    border-radius: 5px;
    color: #fff;
    background: #de1122;
    padding: 7px 7px 7px;
    line-height: 1.4;
    margin: 15px 10px 15px;
    box-sizing: border-box;
}

.under h3 {
    font-size: 16px;
    text-align: left;
    border-radius: 5px;
    color: #fff;
    background: #de1122;
    padding: 7px 7px 7px;
    line-height: 1.4;
    margin: 15px 10px 15px;
    box-sizing: border-box;
}

.under .first h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ffb6bc;
    color: #70614a;
    padding: 0px 0px 10px;
    line-height: 100%;
    margin: 0 10px;
}

.under .first .box01 {
    border-bottom: 1px dotted #c1c1c1;
    padding-top: 13px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.under .first .box01 p {
    font-size: 9px;
    line-height: 13px;
    margin: 0 10px 15px;
}

.under .first .box01 .fl_r {
    text-align: center;
    margin-bottom: 10px;
}

.under .first .box02 {
    border-bottom: 1px dotted #c1c1c1;
    padding-top: 13px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.under .first .box02.last {
    border-bottom: none;
}

.under .first .box02 p {
    /*font-size: 12px;
	line-height: 13px;*/
    margin-bottom: 15px;
    padding: 0 10px;
}

.box02 .fst p {
    /*font-size: 12px;
	line-height: 13px;*/
    margin-bottom: 15px;
    padding: 0px;
}

.under .first .box02 p.caution {
    font-size: 8px;
    line-height: 10px;
    color: #de1122;
    width: ;
    background: #efefef;
    padding: 5px;
    margin: 0 10px 10px;
}

.under .first .box02 img {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: block;
}

.under .first h5 {
    font-size: 11px;
    font-weight: bold;
    color: #ce9237;
    padding: 0 10px 10px;
}

.under .first .box02 table {
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 9px;
}

.under .first .box02 table th {
    width: 15%;
    text-align: left;
    vertical-align: top;
}

.under .first .box02 table td {
    padding: 1px 0;
}


/**店舗一覧**/

.under .shop_list dl.accordion {
    background: ;
    width: calc(100% - 20px);
    margin: 0 auto 20px;
    font-size: 9px;
}

.under .shop_list dl.accordion dt {
    background: #de1122;
    background-size: 12px;
    height: 35px;
    text-indent: 10px;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.under .shop_list dl.accordion dt.open {
    background: #de1122;
    background-size: 13px;
    border-radius: 5px 5px 0 0;
}

.under .shop_list dl.accordion dd {
    background: #f1f1f1;
    line-height: 1.5;
    border-top: none;
    display: none;
    border-radius: 0 0 5px 5px;
}

.under .shop_list dl.accordion dd a {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 18px 10px 15px;
    background: url(../img/sp/open02.png) 97.5% center no-repeat;
    background-size: 13px;
    text-decoration: none;
    color: #585558;
    font-weight: bold;
    font-size: 13px;
}

.under .shop_list dl.accordion dd a.last {
    border-bottom: none;
}

.under .shop_list h3,
.shop_list div .basic {
    font-size: 16px;
    text-align: left;
    border-radius: 5px;
    color: #fff;
    background: #de1122;
    padding: 7px 7px 7px;
    line-height: 100%;
    margin: 15px 10px 0px;
    box-sizing: border-box;
}

.under .shop_list p.txt {
    /*font-size: 9px;
	line-height: 13px;*/
    padding: 0 10px;
    margin-bottom: 10px;
}

.under .shop_list p.img img {
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto 20px;
}

.under .shop_list .shop_box_wrap {
    margin-bottom: 30px;
}

.under .shop_list .shop_box {
    position: relative;
    border-bottom: 1px dotted #c1c1c1;
    padding: 15px 0px;
    margin: 0 10px;
}

.under .shop_list .shop_box span {
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.under .shop_list .shop_box p.shop_address {
    font-size: 8px;
    line-height: 13px;
    padding: 0 0 3px;
    display: block;
}

.under .shop_list .shop_box p.shop_tel {
    font-size: 12px;
    font-weight: bold;
    color: #de1122;
    padding: 0px 4px 5px 9px;
    float: left;
    background: url(../img/shops/tel_icon.png) no-repeat left 5px;
    background-size: 8px;
    display: block;
}

.under .shop_list .shop_box p.shop_time {
    font-size: 12px;
}

.under .shop_list .shop_box a {
    padding: 7px 0 5px;
    line-height: 100%;
    display: block;
    font-size: 9px;
    font-weight: bold;
    margin: 10px auto 0;
    text-align: center;
    width: 65%;
    text-decoration: none;
    border: 2px solid #de1122;
    color: #de1122;
    border-radius: 5px;
    background: url(../img/shops/arrow_icon.png) no-repeat 95% #fff;
    background-size: 9px;
}

.under .shop_list h3.search {
    margin-top: 0!important;
}

div#search-box {
    background: #f1f1f1;
    padding-bottom: 15px;
    border-radius: 5px;
    margin: 0 10px;
    margin-bottom: 20px;
}

.under .shop_list_ex h3 {
    margin-top: 0!important;
    margin-bottom: 10px;
}

.shop_list_ex_02 h3 {
    border-radius: 5px 5px 0 0!important;
}

.search-jp {
    padding: 15px 15px 5px;
    border-radius: 0 0 5px 5px;
    background: #F1F1F1;
}

div#search-box h3 {
    border-radius: 5px 5px 0 0!important;
    margin-left: 0;
    margin-right: 0;
}

div#search-box div {
    margin: 0 auto!important;
    width: 90%;
    margin-top: 20px!important;
    margin-bottom: 10px!important;
    padding: 0 10px;
}

p.search-text {
    font-weight: bold;
    line-height: 33px;
    margin-right: 25px;
    display: none;
}

.search-jp a {
    margin-bottom: 10px;
    display: inline-block;
}

#search-box form {
    text-align: center;
    width: 100%;
}

#search-box input[type="text"] {
    width: 75%;
    height: 30px;
    border: 1px solid #BDBDBD;
    padding-left: 5px;
    font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    padding-right: 4px;
    line-height: 34px;
}

#search-box input[type="submit"] {
    border: none;
    background: #DE1122;
    color: #fff;
    padding: 6px 0px 5px 5px;
    font-family: メイリオ;
    font-size: 14px;
    letter-spacing: 6px;
    vertical-align: bottom;
    width: 19%;
    box-sizing: border-box;
    height: 32px;
}

p.search-text-02 {
    text-align: center;
    clear: both;
    padding: 0 10px;
}

div#no_keyword p {
    padding: 0 10px;
}

div#no_keyword {
    margin: 10px 0 20px;
}

#touhoku,
#kanto,
#chubu,
#kansai,
#chugoku,
#shikoku,
#kyushu {
    margin-top: 0px!important;
}

.under .shop_list .shop_box_wrap {
    margin-bottom: 30px;
    margin-top: -10px;
}


/****店舗詳細****/

.under .shop_list_detail p.shop_catch {
    /*line-height: 15px;*/
    font-weight: bold;
    color: #de1122;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    display: block;
    font-size: 18px;
    clear: both;
}

.under .shop_txt {
    display: block;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.under .shop_list_detail .address {
    display: block;
    padding-top: 3px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.under .shop_list_detail .tel {
    display: block;
    padding-top: 3px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.under .shop_list_detail .time {
    display: block;
    padding-top: 3px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.under .shop_list_detail .holiday {
    display: block;
    padding-top: 3px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.under .shop_list_detail .number {
    display: block;
    padding-top: 3px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.under .shop_list_detail span {
    font-size: 9px;
    margin-left: 10px;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    padding: 4px 0px 2px 0px;
    background: #adadad;
    width: 25%;
    line-height: 100%;
    display: block;
}

.under .shop_list_detail ul {
    padding: 0;
}

.under .shop_list_detail ul li {
    width: 100%;
}

.under .shop_list_detail h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

.acf-map {
    width: 100%;
    padding: 0 10px;
    height: 200px;
    margin: 0;
}


/*****豊富な買取実績******/

.under .purchase .box {
    padding: 0px 0px 10px;
    border-top: none;
    border-bottom: 1px dotted #c1c1c1;
    margin-bottom: 20px;
    line-height: 13px;
    font-size: 9px;
    margin: 0 13px 20px;
}

.under .purchase .box .caution {
    font-size: 8px;
    line-height: 11px;
    color: #de1122;
    clear: both;
    margin: 10px 0px;
    display: block;
    background: #efefef;
    padding: 5px;
}

.w_20p {
    width: 20%;
}

.w_50p {
    width: 50%;
}

.w_25p {
    width: 25%;
}

.w_480 {
    width: 480px;
}

.w_555 {
    width: 555px;
}

.w_15p {
    width: 15%;
}

.w_10p {
    width: 10%;
}

.w_12p {
    width: 12%;
}

.w_14p {
    width: 14%;
}

.purchase table {
    font-size: 100%;
    line-height: 1.5em;
    width: calc(100% - 20px);
    color: #000;
    clear: both;
    border-collapse: collapse;
    margin: 0 auto 20px;
}

.purchase table img {
    width: 100%;
}

.purchase table.column3 td {
    width: 33%;
}

.purchase table td {
    padding: 3px;
    color: #000;
    font-size: 6px;
    text-align: center;
    border: 1px solid #ccc;
}

.purchase table th {
    border: 1px solid #ccc;
    background: #ebebeb;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.purchase table th.th01 {
    border: 1px solid #ccc;
    background: #ebebeb;
    color: #4c0d00;
    font-weight: bold;
    text-align: center;
}

.purchase table td.top {
    vertical-align: top;
}

.purchase table td.td01 {
    background: #f3f3f3;
    text-align: center;
}

.purchase table td.td_num01 {
    background: url(../../images/official/num_1.jpg) no-repeat center 0 #fffcec;
    width: 50%;
}

.purchase table td.td_num02 {
    background: url(../../images/official/num_2.jpg) no-repeat center 0 #f2fdff;
    width: 50%;
}

.purchase table td.td_num03 {
    background: url(../../images/official/num_3.jpg) no-repeat center 0 #f8ffe8;
    width: 50%;
}

.purchase table td.td_num04 {
    background: url(../../images/official/num_4.jpg) no-repeat center 0 #fff1f4;
    width: 50%;
}

.purchase table td.td_none {
    border-bottom: none;
    border-right: none;
    border-top: none;
}


/*********買取強化ブランド*********/

.under .purchase dl.accordion {
    background: ;
    width: calc(100% - 20px);
    margin: 0 auto 10px;
    font-size: 9px;
}

.under .purchase dl.accordion dt {
    background: url(../img/sp/open.png) 97% center no-repeat #de1122;
    background-size: 13px;
    height: 35px;
    text-indent: 10px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 2px;
    font-weight: bold;
    cursor: pointer;
}

.under .purchase dl.accordion dt.open {
    background: url(../img/sp/close.png) 97% center no-repeat #de1122;
    margin-bottom: 0;
    background-size: 13px;
}

.under .purchase dl.accordion dd {
    background: #f0f0f0;
    line-height: 1.8;
    border: 2px solid #de1122;
    border-top: none;
    display: none;
    padding: 10px;
    margin-bottom: 2px;
}

.under .purchase dl.accordion dd span {
    display: block;
}

.under .purchase dl.accordion dd a {
    display: block;
    border-bottom: 2px solid #de1122;
    background-size: 13px;
    text-decoration: none;
    color: #585558;
    font-weight: bold;
}

.under .purchase dl.accordion dd a.last {
    border-bottom: none;
}


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

.voice .box {
    margin-top: 25px;
}

.voice .box h3 {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #de1122;
    padding: 12px 15px 10px;
    line-height: 100%;
    margin-bottom: 15px;
}

.under .voice h2 {
    margin: 15px 10px 0px;
}

.under .voice h3 {
    margin: 15px 10px 0px;
}

.voice .box .c01 {
    border-radius: 5px;
    margin-bottom: 18px;
    padding: 0 10px 15px;
}

.voice .box span.tag04 {
    display: none;
}

.voice .box span.ttl {
    position: relative;
    display: block;
    width: 98%;
    color: #F6F6F6;
    line-height: 1.6;
    text-align: center;
    background-color: #2766AA;
    border-radius: 5px;
    z-index: 0;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
}

.voice .box span.ttl:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #2766AA transparent transparent transparent;
}

.voice .box p.txt {
    clear: both;
    font-size: 11px;
    line-height: 160%;
    padding-top: 20px;
    padding-bottom: 5px;
}

.voice .box .re_wrap {
    display: table;
}

.voice .box .re {
    font-size: 12px;
    line-height: 160%;
    float: left;
    color: #585558;
    background: #fff;
    padding: 10px 8px 10px 8px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    display: table-cell;
    margin-top: 10px;
}

.voice .box .chara {
    display: none;
}


/*.voice .box .sp_hukidashi {
	display: table;
}*/

.voice .box .sp_hukidashi {
    display: table;
    position: relative;
    width: 100%;
    height: 70px;
}

.voice .box .sp_hukidashi span {
    display: none;
    /*font-size:  9px;
    display: block;
        
    padding-bottom: 5px;    
    font-weight:    bold;*/
}


/*.voice .box .sp_hukidashi p {
	font-size: 13px;
}*/

.voice .box .sp_hukidashi p {
    font-size: 13px;
    width: 70%;
    display: block;
}


/*.voice .box .re_sp{
    font-size: 12px;
    line-height: 160%;
    float: left;
    color: #fff;
    background: #ff6d4b;
    padding: 7px 12px 7px 12px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    display: table-cell;
}*/


/*.voice .box .chara_sp {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	box-sizing: border-box;
}*/

.voice .box .chara_sp {
    display: table-cell;
    vertical-align: middle;
    width: 20% !important;
    box-sizing: border-box;
}


/*.voice .box .chara_sp img {
	display: block;
	width: 60px;
	margin-left: -1px\0;
}*/

.voice .box .chara_sp img {
    display: block;
    /*width: 100%;*/
    width: 60px;
    margin-left: -1px\0;
    position: absolute;
    right: 1px;
    top: 0px;
}

.voice a.link_btn {
    display: block;
    padding: 13px 15px 10px;
    box-sizing: border-box;
    width: 80%;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
    background: url(../img/top/arrow02.png) #de1122 no-repeat right 18px top 17px;
    background-size: 8px;
    text-decoration: none;
    margin: 20px auto 0;
}

.wp-pagenavi {
    clear: both;
    display: table;
    margin: 20px auto 20px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    padding: 8px 14px!important;
    color: #fff;
    background: #de1122;
    margin-left: 5px!important;
    margin-right: 5px!important;
    font-size: 12px;
    border-radius: 5px;
    border: 2px solid #de1122!important;
    box-sizing: border-box;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #fff;
    border: 2px solid #de1122!important;
    color: #de1122;
    box-sizing: border-box;
}

.gray_bg {
    background: #eaeaea;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}


/**************品目ページ*****************/

.item_mv p img {
    width: 100%;
}

.kaitori_box {
    background: #de1122;
    border-radius: 5px;
    padding: 5px 5px 0;
    margin: 10px 10px 15px;
}

.kaitori_box span {
    font-size: 10px;
    border-radius: 3px;
    background: #fff url(../img/common/icon.png) no-repeat 5px bottom;
    background-size: 33px;
    color: #000;
    display: block;
    padding: 6px 0 6px 40px;
}

.kaitori_box span.ttl {
    font-size: 18px;
    border-radius: 0;
    background: none;
    color: #de1122;
    width: 100%;
    display: block;
    font-weight: normal;
    text-align: center;
    padding: 0;
}

.kaitori_box p.tag05 {
    color: #fff;
    font-size: 8px;
    line-height: 12px;
    background: url(../img/common/tag05.png) no-repeat;
    background-size: contain;
    width: 75%;
    margin: 0 auto 5px;
    text-align: center;
    padding: 2px 0px;
}

.kaitori_box li p {}

.kaitori_box ul {
    clear: both;
    padding-top: 5px;
}

.kaitori_box li {
    padding: 8px 5px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 5px;
}

.kaitori_box li div {
    width: 45%;
    float: left;
}

.kaitori_box li img {
    width: 55%;
    float: right;
    display: block;
}

.kaitori_box li:last-child {
    float: right;
}

.brand_list_ttl {
    margin-top: 50px!important;
    margin-bottom: 15px!important;
}

.brand_list_s {
    font-size: 8px;
    line-height: 12px;
}

.brand_list_s div {
    padding: 0 10px;
    box-sizing: border-box;
}

.brand_list_s p {
    margin-bottom: 20px;
}

.under dl.brand_accordion {
    background: ;
    width: calc(100% - 20px);
    margin: 12px auto 0px;
    font-size: 9px;
}

.under dl.brand_accordion dt {
    background: url(../img/sp/open.png) 97% center no-repeat #de1122;
    background-size: 13px;
    height: 35px;
    text-indent: 10px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.under dl.brand_accordion dt.open {
    background: url(../img/sp/close.png) 97% center no-repeat #de1122;
    background-size: 13px;
}

.under dl.brand_accordion dd {
    background: #f0f0f0;
    line-height: 1.5;
    border: 2px solid #de1122;
    border-top: none;
    display: none;
}

.under dl.brand_accordion dd a {
    display: block;
    border-bottom: 2px solid #de1122;
    padding: 10px;
    background: url(../img/sp/open02.png) 97.5% center no-repeat;
    background-size: 13px;
    text-decoration: none;
    color: #585558;
    font-weight: bold;
}

.under dl.brand_accordion dd a.last {
    border-bottom: none;
}


/**************ブランド詳細ページ*****************/

.brand_detail {
    margin-bottom: 15px;
}

.brand_detail .sub_ttl {
    font-size: 11px;
    line-height: 16px;
    padding: 15px 10px 10px;
    color: #de1122;
    font-weight: bold;
}

.brand_detail .txt01 {
    font-size: 9px;
    padding: 0px 10px 10px;
    line-height: 13px;
}

.brand_detail .brand_rank_box {
    background: #de1122;
    border-radius: 5px;
    padding: 10px 10px 0;
    margin-bottom: 20px;
}

.brand_rank_box span {
    font-size: 10px;
    border-radius: 3px;
    background: #fff url(../img/common/icon.png) no-repeat 5px bottom;
    background-size: 30px;
    color: #000;
    display: block;
    padding: 5px 0 4px 38px;
}

.brand_rank_box span.ttl {
    font-size: 15px;
    border-radius: 0;
    background: none;
    color: #de1122;
    display: block;
    text-align: center;
    padding: 0px 0 5px 0;
}

.brand_rank_box p.tag05 {
    color: #FFF;
    font-size: 8px;
    font-weight: bold;
    line-height: 20px;
    background: transparent url("../img/common/tag05.png") no-repeat scroll 0% 0% / contain;
    width: 77%;
    margin: 2px auto 0px;
    text-align: center;
    height: 24px;
    padding-top: 0px;
}

.brand_rank_box li p.txt {
    font-size: 7px;
    line-height: 12px;
}

.brand_rank_box ul {
    clear: both;
    padding-top: 10px;
}

.brand_rank_box li {
    float: none;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
}

.brand_rank_box li:first-child {}

.brand_rank_box li div {
    width: 47%;
    float: left;
}

.brand_rank_box li div img {
    width: 100%;
}

.brand_rank_box li p.txt {
    font-size: 7px;
    padding-top: 0;
    line-height: 12px;
    float: right;
    width: 50%;
}

.under .brand_detail_what p {
    font-size: 9px;
    line-height: 13px;
    padding: 0 10px;
}

.faq {
    margin-bottom: 20px;
}

.faq h3 {
    background: url(../img/sp/open.png) 97% center no-repeat #de1122;
    border-radius: 0;
    padding: 0 0 0 2px;
    margin: 0px 10px 2px;
    background-size: 13px;
    height: 35px;
    text-indent: 10px;
    line-height: 35px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    cursor: pointer;
}

.faq h3.active {
    background: url(../img/sp/close.png) 97% center no-repeat #de1122;
    background-size: 13px;
    margin: 0 10px 0px;
}

.faq-pretty {
    width: calc(100% - 20px);
    margin: 0 auto 0;
}

.faq-pretty ul {
    margin-bottom: 2px;
    list-style: none;
    padding: 0;
    border: 2px solid #de1122;
    border-top: none;
    background: #f0f0f0;
}

.faq-pretty .faq-item {
    margin-bottom: 0;
    list-style: none;
    border-bottom: 2px solid #de1122;
    margin-left: 0;
}

.faq-pretty ul li:last-child {
    border-bottom: none;
}

.faq-pretty .faq-question {
    background: url(../img/sp/open02.png) 97% center no-repeat;
    background-size: 13px;
    color: #585558;
    font-weight: bold;
    cursor: pointer;
    font-size: 9px;
    line-height: 1.1;
    padding-right: 30px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq-pretty .highlight .faq-question {
    background: url(../img/sp/close02.png) 97% center no-repeat;
    background-size: 13px;
}

.faq-pretty .faq-answer {
    padding: 5px 10px 10px 10px;
    border-bottom: 1px dotted #c1c1c1;
    border-top: 0px;
    font-size: 9px;
    line-height: 18px;
    display: block!important;
}

.under .privacy p {
    margin-bottom: 15px;
    font-size: 9px;
    padding: 0 10px;
    line-height: 13px;
}

.under .privacy dl {
    margin-bottom: 15px;
    font-size: 9px;
    line-height: 13px;
    padding: 0 10px;
}

.under .privacy dl dt {
    display: block;
    float: left;
}

.under .privacy dl dd {
    float: left;
    width: calc(100% - 20px);
}

.under .privacy table {
    width: 100%;
    font-size: 9px;
    line-height: 13px;
    padding: 0px 10px;
    display: block;
    margin-bottom: 20px;
}

.under .privacy table tr,
.under .privacy table tbody {
    display: block;
}

.under .privacy table th {
    font-weight: normal;
    display: block;
}

.under .privacy table th a {
    color: #de1122;
}

.under .privacy table td {
    text-align: left;
    padding-top: 10px;
    display: block;
}

.under .company h3 {
    clear: both;
}

.under .company h4 {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ffb6bc;
    color: #70614a;
    padding: 0px 0px 10px;
    line-height: 100%;
    margin: 0 10px;
}

.under .company table {
    margin: 10px auto 0;
    width: calc(100% - 20px);
}

.under .company tbody {
    display: block;
}

.under .company tr {
    display: block!important;
}

.under .company th,
.under .company td {
    padding: 4px 0;
    display: block;
    line-height: 16px;
    font-size: 10px;
}

.under .company td {
    border-bottom: 1px dotted #c1c1c1;
    padding-left: 15%;
}

.under .company td img {
    padding-top: 5px;
}

.under .company th {
    width: 100%;
    vertical-align: top;
}

.under .company table td span.caution {
    color: #de1122;
}

.under .company table.table01 {
    margin-bottom: 20px;
}

.under .company table.table02 {
    margin-bottom: 20px;
}

.under .company table.table02 td {
    padding-left: 0;
}

.under .company table.table03 {
    margin-bottom: 20px;
}

.under .company table.table03 tr:last-child td {
    padding-left: 0;
}

.under .company table.table02 td {
    text-align: left;
    border-bottom: none;
}

.under .company table.table02 td.right {
    text-align: right;
    border-bottom: 1px dotted #c1c1c1;
}

.under .company table.table01 img.img01 {
    width: 106px;
}

.under .company table.table01 img.img02 {
    width: 92px;
}

.under .company p.txt01 {
    padding: 25px 10px 15px;
    font-size: 12px;
    line-height: 18px;
}

.under .company p.txt02 {
    padding: 0 10px 15px;
    font-size: 12px;
    line-height: 18px;
}

.under .company a.link_btn {
    padding: 6px 0;
    line-height: 100%;
    display: block;
    font-size: 9px;
    font-weight: bold;
    margin: 0 auto 10px;
    text-align: center;
    width: 75%;
    text-decoration: none;
    border: 2px solid #de1122;
    color: #de1122;
    border-radius: 5px;
    background: url(../img/shops/arrow_icon.png) no-repeat 95% #fff;
    background-size: 9px;
}

.under .company a.link_btn02 {
    padding: 6px 0;
    line-height: 100%;
    display: block;
    font-size: 9px;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
    width: 85%;
    text-decoration: none;
    border: 2px solid #de1122;
    color: #de1122;
    border-radius: 5px;
    background: url(../img/shops/arrow_icon.png) no-repeat 95% #fff;
    background-size: 9px;
}

.under .company .youtube {
    padding-top: 55%;
    width: 95%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

.under .company .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.cm_box {
    margin: 0 10px;
}

.cm_box p {
    padding: 0px 0 10px!important;
}

img.youtube_img {
    width: 60%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20% 8px;
    margin-bottom: 20px;
}

.under .company ul.media {
    padding: 0 10px;
}

.under .company .number {
    margin-bottom: 20px;
}

.under .company .number li {
    line-height: 13px;
    font-size: 9px;
    padding: 0 10px;
}

.under .contact table {
    margin: 0 auto 0px;
    width: calc(100% - 20px);
}

.under .contact a {
    color: #de1122;
}

.under .contact tbody {
    display: block;
}

.under .contact th,
.under .contact td {
    padding: 7px 0 2px;
    line-height: 13px;
    display: block;
    font-size: 9px;
}

.under .contact td {
    border-bottom: 1px dotted #c1c1c1;
    padding: 2px 0 7px;
    line-height: 13px;
    display: block;
    font-size: 9px;
}

.under .contact th {
    width: 100%;
    vertical-align: top;
    font-weight: bold;
    padding: 7px 0 2px;
    line-height: 13px;
    display: block;
    font-size: 9px;
}

.under .contact th span {
    color: #de1122;
}

.under .contact .caution {
    color: #de1122;
}

.contact input#ad {
    margin-top: 5px;
}

.under .contact input[type="text"],
.under .contact input[type="tel"] {
    background: #f1f1f1;
    border: none;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.under .contact input[type="email"] {
    background: #f1f1f1;
    border: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
}

.under .contact input[type="file"] {
    padding-bottom: 7px;
}

.under .contact textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 5px;
    background: #f1f1f1;
    border: none;
    border-radius: 3px;
    padding: 5px;
}

.wpcf7-list-item label {
    margin-right: 20px;
    display: inline-block;
}

.wpcf7-list-item label input[type="radio"] {
    display: block;
    float: left;
    margin-top: 0px;
}

.wpcf7-list-item label span {
    display: block;
    padding-top: 2px;
    padding-left: 5px;
    float: left;
}

.under .contact .submit {
    text-align: center;
}

.under .contact input[type="submit"] {
    background: #de1122;
    -webkit-appearance: none;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 60%;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 15px;
}

.under .contact input[type="button"] {
    background: #868686;
    -webkit-appearance: none;
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    border: none;
    border-radius: 5px;
    width: 60%;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 10px;
    margin-left: -20px;
    margin-bottom: 20px;
}

.under .contact p.txt {
    padding: 10px 10px 0;
    font-size: 9px;
    line-height: 13px;
}

.tenpo_mv img {
    width: 100%;
    height: auto;
}

.bnr img {
    width: 100%;
    height: auto;
}

.shop_kaitori {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.shop_kaitori img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.shop_kaitori .box01 h4 {
    background-color: #E9EAEA;
    border-top: 4px solid #CD000D;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #CD000D;
}

.shop_kaitori h3 {
    font-size: 13px;
    text-align: left;
    border-radius: 5px;
    color: #D01E28;
    background: none;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    line-height: 1.6;
    box-sizing: border-box;
    margin: 5px 0px 5px;
}

.shop_kaitori em {
    font-size: 14px;
    color: #D01E28;
    display: block;
    margin-bottom: 10px;
}

.shop_kaitori .box01.clearfix .txt {
    border-bottom: 2px dotted #EAEAEA;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.tenpo span.txt_flow {
    display: block;
    background-color: #FAE8DC;
    border-radius: 5px;
    padding: 15px 15px 10px;
    margin-top: 15px;
    font-weight: normal;
    color: #000000;
    line-height: 1.4;
    border-radius: 0px;
}

.tenpo span.red_flow {
    display: block;
    background: #CD000D;
    border-radius: 0px;
    color: #fff !important;
    margin-top: 30px;
    padding: 15px 15px 10px;
    line-height: 120%;
    font-weight: bold;
}

div .box01.clearfix span {
    font-size: 14px;
    color: #D01E28;
    margin-bottom: 10px;
}

#main .greet p {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.under.kaitori .greet h2.basic {
    background-color: #E9EAEA;
    border-top: 4px solid #CD000D;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #CD000D;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    border-radius: 0!important;
    font-size: 14px!important;
}

.under.kaitori .rank.clearfix .basic {
    background-color: #E9EAEA;
    border-top: 4px solid #CD000D;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #CD000D;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.under.kaitori .rank img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
    margin-bottom: 10px;
}

.under.kaitori .rank div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.under.kaitori .rank div dl {
    padding: 0px 5%;
}

.under.kaitori .rank div dl .ic_01 {
    background-image: url(../img/kin/kin_kaitori_12.png);
    background-repeat: no-repeat;
    height: 46px;
    color: #DE1122;
    font-size: 20px;
    line-height: 20px;
    padding-left: 56px;
    margin-top: 5px;
    margin-bottom: 4px;
    padding-top: 14px;
}

.under.kaitori div dl .ic_02 {
    background-image: url(../img/kin/kin_kaitori_13.png);
    background-repeat: no-repeat;
    height: 46px;
    color: #DE1122;
    font-size: 20px;
    line-height: 20px;
    padding-left: 56px;
    margin-top: 5px;
    margin-bottom: 4px;
    padding-top: 14px;
}

.under.kaitori .rank div dl .ic_03 {
    background-image: url(../img/kin/kin_kaitori_14.png);
    background-repeat: no-repeat;
    height: 46px;
    color: #DE1122;
    font-size: 20px;
    line-height: 20px;
    padding-left: 56px;
    margin-top: 5px;
    margin-bottom: 4px;
    padding-top: 14px;
}

.merrit_box {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #eaeaea;
    /*padding: 10px;*/
}

.merrit_box h2 {
    font-size: 16px;
    text-align: center !important;
    color: #de1122 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 14px !important;
    font-weight: bold;
    background-color: #EAEAEA !important;
    padding-top: 20px !important;
    margin-bottom: 0px !important;
}

.merrit_box h3 {
    font-size: 18px;
    text-align: center !important;
    color: #de1122 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 14px !important;
    font-weight: bold;
    background-color: #EAEAEA !important;
    padding-top: 20px !important;
    margin-bottom: 0px !important;
}

.merrit_box ul {
    margin-top: 10px;
}

.merrit_box ul li {
    width: 44%;
    background: #fff;
    border-radius: 5px;
    float: left;
    margin-left: 4%;
    text-align: center;
    margin-bottom: 13px;
    /*padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;*/
    /*padding-left: 10px;*/
    height: 218px;
    padding-bottom: 5%;
}


/*.merrit_box ul li{
	
	background: #fff;
	border-radius: 5px;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	margin-bottom: 13px;
	padding-top: 10px;;
	padding-bottom: 10px;
}*/

.merrit_box ul li img {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.merrit_box ul li span {
    color: #DE1122;
    font-size: 12px;
    display: block;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 5px;
    padding: 0px 5px 5px;
}

.merrit_box ul li p {
    font-size: 10px;
    line-height: 14px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.merrit_box ul li p span {
    font-size: 20px;
}

.merrit_box ul li:nth-child(2n) {
    /*margin-right: 0;*/
    margin-right: 3%;
}

.kaitori.under .category_box {
    margin: 10px 10px 0;
}

.kaitori.under .category_box ul li {
    width: 44%;
    background: #fff;
    border-radius: 5px;
    float: left;
    margin-left: 10px;
    text-align: center;
    margin-bottom: 13px;
    /*padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;*/
    /*padding-left: 10px;
	height:200px;*/
}

.kaitori.under .category_box ul li:nth-child(2n) {
    /*margin-right: 0;*/
    margin-left: 14px;
}

.kaitori.under .category_box ul li .imgbox {
    border-radius: 5px 5px 0px 0px;
    display: block;
    float: none;
    width: 100%;
    overflow: hidden;
    /*min-height: 70px;*/
    height: 100%;
    position: block;
    box-sizing: border-box;
}

.kaitori.under .category_box ul li .imgbox img {
    width: 100%;
}

.kaitori.under .category_box ul li div {
    border-radius: 0px 0px 5px 5px;
    float: none;
    display: block;
    width: 100%;
    /*box-sizing: border-box;*/
    background-color: #DE1122;
    /*padding: 5px;*/
    min-height: 35px;
    height: 35px;
    box-sizing: border-box;
}

.kaitori.under .category_box ul a {
    text-decoration: none;
}

.kaitori.under .category_box ul li span {
    padding: 0 0 0px 10px;
    box-sizing: border-box;
    display: block;
    margin: 0px;
    width: 100%;
    float: none;
    color: #fff;
    font-size: 13px;
    background: url(../img/top/arrow01.png) no-repeat left 6px;
    background-size: 6px;
    text-decoration: none;
    font-weight: bold;
}

.kaitori.under .category_box ul li p.txt {
    padding: 0;
    color: #fff;
    font-size: 11px;
    width: 100%;
    float: none;
    line-height: 11px;
    text-decoration: none;
    text-align: center;
    margin-top: 4px;
}

.blog_cover {
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}

dl.blog_txt,
div.blog_txt {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

.blog_txt dt,
div.blog_txt div.tit-box {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.blog_txt dt .date,
div.blog_txt div.tit-box .date {
    font-size: 11px;
    color: #5B5B5B;
}

.blog_txt dt a,
div.blog_txt div.tit-box a {
    color: #000000!important;
    text-decoration: none;
}

.blog_txt dt a:hover {
    text-decoration: underline;
}

.blog_txt dd,
div.blog_txt div.content-box {
    margin-bottom: 30px;
}

.blog_txt dd img,
div.blog_txt div.content-box img {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

dt.search-title .date,
div.blog_txt div.tit-box .date {
    display: block;
}

dt.search-title {
    background: none;
    border: none;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ddd;
    margin-top: 10px;
}


/*fst*/

.fst .satei_btm p a {
    color: #de1122;
}

.fst .category_box {
    margin: 10px 10px 0;
}

.fst .category_box ul li {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 70px;
    display: table;
}

.fst .category_box ul li .imgbox {
    border-radius: 5px 0 0 5px;
    display: table-cell;
    float: left;
    width: 40%;
    overflow: hidden;
    min-height: 80px;
    height: 80px;
    position: relative;
    box-sizing: border-box;
}

.fst .category_box ul li div {
    border-radius: 0 5px 5px 0;
    float: left;
    display: table-cell;
    width: 60%;
    box-sizing: border-box;
    background: #de1122;
    padding: 5px;
    min-height: 80px;
    height: 80px;
    box-sizing: border-box;
}

.fst .category_box ul a {
    text-decoration: none;
}

.fst .category_box ul li span {
    padding: 0 0 0px 10px;
    box-sizing: border-box;
    display: block;
    margin: 0px;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 13px;
    background: url(../img/top/arrow01.png) no-repeat left 3px;
    background-size: 6px;
    text-decoration: none;
    font-weight: bold;
}

.fst .category_box ul li p.txt {
    padding: 0;
    color: #fff;
    font-size: 8px;
    width: 100%;
    float: left;
    line-height: 9px;
    text-decoration: none;
}

.under .first .box02 .fst li img {
    width: 125%;
    margin: 0 auto;
    display: block;
}

.under .first .box02 .fst .satei_btm p {
    margin-bottom: 0px;
    padding-top: 75px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.under .first .box02 .fst p {
    margin: 0px;
    padding: 0px;
}

.fst_btn {
    text-align: left;
}

.fst_btn li {
    display: block;
    padding-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

.fst_btn li a {
    display: block;
    width: 100%;
}

.fst_btn li.btn_01 a {
    text-decoration: none;
    background-color: #D8232F;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    text-align: center;
}

.fst_btn li.btn_02 a {
    text-decoration: none;
    background-color: #F4A53D;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    text-align: center;
}

.fst_btn li.btn_03 a {
    text-decoration: none;
    background-color: #007EB9;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    text-align: center;
}

.page-template-page-shop #main h3 a,
.page-template-page-shop #main h3 a:link,
.page-template-page-shop #main h3 a:visited {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}

.page-template-page-shop #main h3 a:active,
.page-template-page-shop #main h3 a:hover {
    display: block;
    color: #FFFFFF;
    text-decoration: underline;
}

.top .blog {
    margin-top: 0px;
}


/* footer 追加分 */

p.foot_btn01 {
    float: left;
    width: 66%;
    margin-left: 2%;
    margin-top: 10px;
}

p.foot_btn02 {
    width: 27%;
    float: right;
    margin-left: 7px;
    margin: 4px 1.5% 4px 7px;
}

p.foot_btn03 {
    clear: both;
}


/* privacy02 */

div#privacy {
    background: #fff;
    border-radius: 10px;
    margin-top: 25px;
    color: #000;
    font-size: 14px!important;
}

p.privacy_ttl {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

div#privacy>ul>li {
    margin-bottom: 5px;
}

div#privacy>ul>li>ul {
    margin-top: 3px!important;
}

div#privacy>ul>li:last-child {
    margin-bottom: 20px;
}

.menu_list li a {
    height: 44px;
    vertical-align: middle;
    display: table-cell;
    width: 30%!important;
}

.check00 strong {
    font-size: 12px;
    line-height: 1.2;
}

.check00 {
    padding: 10px 15px 5px;
}

@media (min-width: 319px) and (max-width: 374px) {
    .top .category_box ul li .imgbox img,
    .tenpo .category_box ul li .imgbox img,
    .purchase .category_box ul li .imgbox img {
        margin-top: 0px!important;
        width: 124%!important;
        margin-left: -15px!important;
    }
}

@media (min-width: 375px) and (max-width: 413px) {
    /*各買取ボタン画像*/
    .top .category_box ul li .imgbox img,
    .tenpo .category_box ul li .imgbox img,
    .purchase .category_box ul li .imgbox img {
        margin-top: 0px!important;
        width: 104%!important;
    }
    /*お客様の声スタッフ返答サイズ調整*/
    .top .box06 .sp_hukidashi p {
        font-size: 13px!important;
        width: 73%!important;
        display: block!important;
    }
}

@media (min-width: 414px) and (max-width: 767px) {
    /*各買取ボタン画像*/
    .top .category_box ul li .imgbox img,
    .tenpo .category_box ul li .imgbox img,
    .purchase .category_box ul li .imgbox img {
        margin-top: 0px!important;
        width: 100%!important;
    }
    /*お客様の声スタッフ返答サイズ調整*/
    .top .box06 .sp_hukidashi p {
        font-size: 13px!important;
        width: 76%!important;
        display: block!important;
    }
}


/* new buttons / cards for sidebar */

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    margin-bottom: 25px;
    border-radius: 5px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-top {
    text-align: center;
    padding: 15px 0;
    background-color: #de1122;
    border-radius: 5px 5px 0 0;
}

.card-top img {
    width: 100px;
    height: 100px;
}

.card-bottom {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-bottom p,
.card-bottom span {
    color: #de1122;
    font-weight: bold;
}

.card-bottom span::before {
    content: ">";
}

.breadcrumbs {
    background-image: url("../img/common/bg_breadcrumbs.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 13px;
    padding-bottom: 13px;
    width: 100% !important;
}

.section-inner {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .section-inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 960px) {
    .section-inner {
        width: 90vw;
    }
}

h1.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background,
p.has-background {
    padding: 5px 10px !important;
    background-color: white !important;
    color: #de1122 !important;
    font-weight: bold;
    font-size: 18px;
    border-left: #de1122 3px solid;
    text-align: left;
}

h2.has-background {
    padding: 5px 10px !important;
    background-color: white !important;
    color: #de1122 !important;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}