/*
Theme Name: WordPressレスポンシブテーマ Child
Template: tradecamp
Author: Child Theme Configurator
Version: 1.0.1589419727
Updated: 2020-05-14 10:28:47
*/

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
hgroup,
menu,
nav,
section,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

input,
textarea {
    font-size: 16px;
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

html {
    font-size: 62.5%;
    scroll-padding-top: 56px;
    scroll-behavior: smooth;
}


/*body*/

body {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', Meiryo, sans-serif;
    font-size: 1.6rem;
    color: #333;
    text-align: center;
    /* padding-top: 75px; */
    /* margin-top: 75px; */
    margin-top: 86px;
    letter-spacing: 1px;
    word-break: break-all;
}


/*スマホ版では表示しない画像*/

.pc,
.tb {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #d81c35;
    display: inline-block
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/*-----------------------ヘッダー-----------------------*/

header #Header {
    display: flex;
    justify-content: space-between;
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    /* height: 100px; */
}

header #Header #Logo {
    width: 200px;
}

header #Header>ul.sp {
    padding: 0;
}

header #Header>ul.sp li {
    margin-left: 14px;
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
}

header #Header>ul.sp li a {
    vertical-align: bottom
}

header #Header>ul.sp li span {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(http://fukukai.com/img/icon-tel.png);
    background-size: contain;
}

header #Header>ul.sp li:last-child span {
    background-image: url(http://fukukai.com/img/icon-hb.png);
}

header #Header>ul.sp li:last-child span.open {
    background-image: url(http://fukukai.com/img/icon-close.png);
}

header>nav.sp {
    position: fixed;
    top: 64px;
    transform: translateX(-100%);
    transition: ease .5s;
    z-index: 1000;
    background: #000;
    width: 100%;
    height: 100vh;
    padding: 1em;
    box-sizing: border-box
}

header>nav.sp.open {
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 10000;
    padding-bottom: 100px;
}

header>nav.sp .ContactMenu li {
    margin-bottom: 0.5em;
}

header>nav.sp h2 {
    color: #FFF;
    margin: 2em auto 0.4em;
}

header>nav.sp .SiteMenu {
    padding: 0;
}

header>nav.sp .SiteMenu li {
    background: #000;
    color: #666;
    text-align: left;
    font-size: 1.2rem;
    padding: 0.6em;
    margin-right: 2px;
    margin-bottom: 2px;
    text-align: center;
}

header>nav.sp .SiteMenu li a {
    color: #fff;
}

header .ContactMenu li.tel {
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    padding: 15px 0 5px;
    line-height: 1.2;
}

header .ContactMenu li.tel a {
    font-weight: bold;
    text-align: center;
    color: #fff;
}

header .ContactMenu li.tel a p {
    text-align: center;
    margin: 0;
}

header .ContactMenu li.tel a p:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0;
}

header .ContactMenu li.tel a p:last-child {
    font-size: 40px;
}

header>nav.sp .SiteMenuGroup {
    padding: 0;
}

header>nav.sp .SiteMenuGroup li {
    margin-bottom: 5px;
}

header>nav.sp p.close {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 2.6em auto;
    border: solid 1px #fff;
    width: 40%;
    padding: 0.4em;
}


/*-----------------------コンテンツ共通-----------------------*/

p {
    text-align: left;
    line-height: 1.6;
    font-size: 1.4rem;
}

.bg-glay {
    background: #eee;
}

ul.Flex-2,
ul.Flex-3,
ul.Flex-4,
ul.Flex-5,
ul.Flex-6 {
    display: flex;
    flex-wrap: wrap;
}

ul.Flex-2 li,
ul.Flex-4 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px;
}

ul.Flex-2 li:nth-child(2n),
ul.Flex-4 li:nth-child(2n) {
    margin-right: 0;
}

ul.Flex-3 li,
ul.Flex-6 li {
    width: 32%;
    margin-right: 2%;
}

ul.Flex-3 li:nth-child(3n),
ul.Flex-6 li:nth-child(3n) {
    margin-right: 0;
}

ul.Flex-5 li {
    width: 32%;
    margin-right: 2%;
}

ul.Flex-5 li:nth-child(3n) {
    margin-right: 0;
}

.home .Content>section.App {
    padding: 0;
}

.App ul {
    display: flex;
    margin: 1em auto;
    max-width: 1100px;
    justify-content: space-between;
    padding: 0 20px;
}

.App ul li {
    width: 45%;
    position: relative
}

.App ul li.visit {
    margin-left: 5px;
}

.App ul li a {
    display: block;
    padding: 0.6em 0;
    background: #000;
    /* border-radius: 5px; */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-indent: 5px;
    border: solid 1px #000;
}

.App ul li::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
}

.App ul li.visit::before {
    background-image: url(../../../img/App-visit-icon.png);
}

.App ul li.delivery::before {
    background-image: url(../../../img/App-delivery-icon.png);
}

a.more,
button.view-more-button {
    background: #fff;
    /* color: #000; */
    font-weight: bold;
    display: block;
    padding: 0.8em;
    margin: 1.5em auto 0;
    border-radius: 3px;
    width: 80%;
    border: 1px solid #212121;
    color: #212121;
    border-radius: 0px;
}

button.view-more-button {
    /* border: none; */
    margin-bottom: 2em;
}


/*買取方法*/

#Method {
    padding: 0;
}

#Method>div {
    padding: 60px 0 0;
    text-align: center
}

#Method div.Method-Visit {
    background: #eee;
    color: #000
}

#Method div.Method-Shop {
    background: #eee;
    color: #000
}

#Method div.Method-Shop {
    padding: 60px 0
}

#Method div.Method-Delivery {
    background: #eee;
}

#Method>div h2 {
    font-size: 24px;
    letter-spacing: 2px;
}

#Method>div h2 span {
    background: linear-gradient(transparent 55%, #f34955 55%);
    padding: 0 0.2em;
}

#Method>div.Method-Delivery h2 span {
    background: linear-gradient(transparent 55%, #ff9999 55%);
    padding: 0 0.2em;
}

#Method>div h2+p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 20px;
    text-align: center;
}

#Method>div>ul {
    margin: 30px auto 0
}

#Method>div>ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
    align-items: flex-start;
}

#Method>div>ul li {
    margin-bottom: 30px
}

#Method>div>ul li h3 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left
}

#Method>div>ul li img {
    width: 35%;
    height: auto
}

#Method>div>ul li p {
    width: 65%;
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 0;
}

#Method>div>ul li:nth-child(2) h3 {
    order: 1
}

#Method>div>ul li:nth-child(2) img {
    order: 3
}

#Method>div>ul li:nth-child(2) p {
    order: 2
}

#Method .Assesment {
    padding: 20px 0;
    background: #fff;
    letter-spacing: 1px
}

#Method .Assesment ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 15px;
    justify-content: space-around;
}

#Method .Assesment li {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0
}

#Method .Assesment li:not(:last-child) {
    width: 45%
}

#Method .Assesment li:nth-child(3) {
    margin-top: 1em;
    width: 95%
}

#Method .Assesment li a {
    display: block;
    text-decoration: none;
    background: #3077e2;
    padding: 0.6em;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    text-indent: 0.8em;
}

#Method .Assesment li:nth-child(1):before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(../../../img/App-visit-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px
}

#Method .Assesment li:nth-child(2) a {
    background: #54c72a;
    background-image: url(http://fukukai.com/img/line.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 5px
}

#Method .Assesment li:nth-child(3) a {
    background: #339bf4;
    text-indent: 0;
    font-size: 14px;
    padding: 15px;
}

#Method .Assesment li:nth-child(3) a span:nth-child(2) {
    display: block;
    font-size: 30px;
    border: 1px solid #fff;
    border-width: 1px 0;
    padding: 0.4em;
    margin-top: 10px
}

#Method .Assesment>p {
    font-size: 14px;
    color: #999;
    margin-top: 1em;
    text-align: center;
}

#Method .Method-Delivery .Assesment li:nth-child(1):before {
    background-image: url(../../../img/App-delivery-icon.png);
}

#Method .Method-Delivery ul#Box {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
}

#Method .Method-Delivery ul#Box li {
    width: 25%;
    padding: 0;
}

#Method .Method-Delivery ul#Box li img {
    width: 100%
}

#Method div.Method-Shop img {
    margin-top: 20px
}

#Method div.Method-Shop {
    padding: 60px 20px
}

#Method div.Method-Shop img {
    max-width: 100%
}


/*-----------------------フッター-----------------------*/


/*フッター査定ボタン*/

.Otameshi h2 {
    margin: 0 1em 0;
    padding: 0;
    border: 0;
}

.Otameshi {
    background: #fff;
    padding: 2em 0;
}

.Otameshi ul {
    padding: 0;
}

.Otameshi li {
    margin: 1em 1em 0
}

.Otameshi nav li img {
    box-shadow: 2px 4px 7px -2px #bcbcbc;
}

footer {
    background: #fff;
}

footer a {
    color: #02314f;
}

footer .FooterSitemap {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 1.6em;
}

footer .FooterSitemap h2 {
    width: 100%;
}

footer .FooterSitemap ul {
    width: 50%;
    text-align: left;
    font-size: 14px;
    line-height: 2;
}

footer .FooterGroup {
    padding: 0 1em;
}

footer .FooterGroup h2 {
    margin-bottom: 0.6em;
}

footer .FooterGroup h3 {
    padding: 0 1em;
    font-size: 12px;
    margin: 0.4em 0 1.6em;
}

footer .FooterAbout {
    padding: 2em 1em 0;
}

footer .FooterAbout h2 {
    /* width: 60%; */
    width: 200px;
    margin: 0 auto;
}


/*bt*/

footer .FooterAbout ul.ContactMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2em 0;
}

footer .FooterAbout ul.ContactMenu li {
    width: 49%;
}

footer .FooterAbout ul.ContactMenu li:nth-child(2) {
    position: relative;
    text-indent: 1em;
}

footer .FooterAbout ul.ContactMenu li:first-child a,
footer .FooterAbout ul.ContactMenu li:nth-child(2) a {
    border: 1px solid #f2a12b;
    color: #fff;
    background: #f2a12b;
    display: block;
    padding: 0.4em 0;
    line-height: 1;
    margin-bottom: 0.6em
}

footer .FooterAbout ul.ContactMenu li:nth-child(2) a:before {
    content: "";
    display: block;
    background-image: url(../../../img/icon-line.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 5px;
}

footer .FooterAbout ul.ContactMenu li:nth-child(2) a {
    border-color: #01c614;
    background-color: #01c614;
}

footer .FooterAbout ul.ContactMenu li:last-child {
    width: 100%;
    display: flex;
}

footer .FooterAbout ul.ContactMenu li:last-child p {
    width: 50%;
    font-size: 14px;
    margin: 0;
    text-align: left
}

footer .FooterAbout ul.ContactMenu li:last-child a {
    width: 50%;
    display: inline-block;
    display: flex;
    align-items: center;
}


/*bt*/

footer .FooterAbout h3 {
    font-size: 14px;
    margin-bottom: 0.2em;
}

footer .FooterAbout .map iframe {
    width: 100%;
}

footer .FooterAbout dl {
    text-align: left;
    font-size: 12px;
    margin: 1em 0 2em;
}

footer .FooterAbout dl dt,
footer .FooterAbout dl dd {
    margin-bottom: 0.8em;
}

footer .Copyright {
    margin: 0;
    padding: 2em 0;
    font-size: 11px;
    background: #000;
    text-align: center;
    color: #fff;
    line-height: 1;
}

footer .sp .App.Blue ul {
    margin: 2.4em auto 0.6em;
}


/*==========================================
トップページ
===========================================*/

.record-banner {
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 20px;
}

.record-banner ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#TopText {
    padding-bottom: 1em;
}

#TopText p {
    text-align: center;
}

#TopText p.em {
    font-size: 24px;
    margin-top: 0.6em;
    font-weight: bold
}

#TopText p.em span {
    display: block;
}


/* .home .Content>section {
    padding: 3em 0 2em;
    padding-top: 3em;
} */

.home .Content>section h2 {
    font-size: 20px;
    margin-bottom: 0.8em;
}

.home .Content>section:not(#Method) h2 span {
    display: block
}

#TopApp ul {
    display: flex;
    margin: -30px auto 20px
}

#TopView {
    width: 100%;
    height: 600px;
    background-image: url(../../../img/Top-BG2.jpg);
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    /* background-repeat: no-repeat; */
}


/* @media only screen and (max-width: 767px) {
    #TopView {
        background-image: none;
    }
} */

.topview-img {
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: auto;
}

.TopView-pc {
    margin: auto;
    width: 100%;
    height: auto;
}

.TopView-sp {
    display: none;
}

#campaign-100lp {
    max-width: 1100px;
    height: auto;
    margin: auto;
    padding: 0;
}

.campaign-100lp-pc {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.campaign-100lp-sp {
    display: none;
}

.campaign100lpForm {
    background: #f3f3f3;
}

@media only screen and (max-width:767px) {
    .TopView-pc {
        display: none;
    }
    .TopView-sp {
        display: block;
    }
    .campaign-100lp-pc {
        display: none;
    }
    .campaign-100lp-sp {
        display: block;
        padding: 0 10px 20px;
    }
}

.live-mania-link-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .live-mania-link-sp {
        display: block;
    }
    .live-mania-link {
        display: none;
    }
}

.TopViewTex {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0.5em;
    display: block;
}

#TopAbout {
    margin-top: 2em;
}

#TopAbout h2 {
    margin-top: 1em;
}


/*メインビジュアル下の参考価格*/

#TopCatch ul {
    padding: 0 1em 1em;
}

#TopCatch ul.Flex-4 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px
}

#TopCatch ul.Flex-4 li:nth-child(2n) {
    margin-right: 0
}

#TopCatch ul li p {
    letter-spacing: 0;
    font-size: 12px;
}

#TopCatch p.TopCatch-item {
    margin-top: 5px;
    font-weight: bold;
}

#TopCatch p.TopCatch-price {
    font-weight: bold;
    text-align: center
}

#TopCatch p.TopCatch-price>span {
    background: linear-gradient(transparent 60%, #fff438 60%);
}

#TopCatch p.TopCatch-price>span span {
    font-size: 20px;
    color: #dd2626;
}


/*高価買取の理由*/

#Reason-ex {
    background: #eee;
    padding-left: 1em;
    padding-right: 1em;
}

#Reason-ex p {
    margin-top: 1em;
}

#Reason-ex p span {
    font-weight: bold;
}

#Reason-ex img {
    margin-top: 1em;
}


/*買取実績*/

#ResultShort {
    padding-bottom: 2em;
    max-width: 1100px;
    margin: auto;
}

.Result-list {
    padding-right: 1em;
    padding-left: 1em
}


/* .Result-list li {
    border: 1px solid #050a2a;
} */

.Result-list li a {
    color: #666;
}

.Result-list li div {
    position: relative;
}

.Result-list li div h3 {
    color: #555;
    font-size: 12px;
    padding: 0.4em 0.2em;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    /* background: rgb(7, 44, 99, 0.73); */
}

.Result-list li p.result-subtext {
    font-size: 14px;
    padding: 0.2em 0.4em 0;
    line-height: 1.2;
}

.Result-list li p.result-subtext span {
    font-weight: bold
}

.Result-list li p.result-price {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0
}

.Result-list li p.result-price span {
    font-size: 16px;
    color: #dd2626;
}


/*選ばれる理由*/

#Reason {
    padding: 2em 1em;
    background: #eee;
}

#Reason p {
    margin: 0.6em 1em 0;
}

#Reason h2 img {
    display: block;
    margin: 0 auto 10px;
    max-width: 60%;
}

#Reason ul li {
    margin: 2em 0 0;
    padding: 1em;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

#Reason h3 {
    font-size: 24px;
    text-align: left;
}

#Reason h3:before {
    content: "1";
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fcdba6;
    text-align: center;
    line-height: 48px;
    margin-right: 5px;
}

#Reason ul li:nth-child(2) h3:before {
    content: "2";
}

#Reason ul li:nth-child(3) h3:before {
    content: "3";
}

#Reason ul li img {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 40%;
}

#Reason ul li p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 1em;
    text-align: left;
}


/*買取品目*/

#ItemShort {
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
}

.page #ItemShort {
    margin-top: 3em;
}

#ItemShort h2 {
    font-size: 36px;
    margin-bottom: 0.8em;
}

@media only screen and (max-width: 767px) {
    #ItemShort h2 {
        font-size: 20px;
    }
}

ul.Item-list li {
    margin-bottom: 1em;
}

ul.Item-list li p {
    color: #666;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
}

ul.Item-list li img {
    border: 1px solid #ccc;
    margin-bottom: 5px;
}


/*買取品目2*/

#ItemShort2 ul li {
    font-size: 13px;
    margin-top: 20px;
    border: 1px solid #ededed;
    text-align: left;
    position: relative;
    padding: 5px;
}

#ItemShort2 ul li a {
    color: #333;
    padding: 10px;
    display: block;
    height: 100%;
}

#ItemShort2 ul li a:after {
    content: "＞";
    color: #f00;
    font-weight: bold;
    position: absolute;
    top: 45%;
    right: 10px;
}

#ItemShort2 ul li img {
    width: 100px;
    float: left;
    margin-right: 10px;
}

#ItemShort2 ul li h3 {
    font-size: 16px;
    margin-bottom: 0.4em;
    color: #d62525;
}

#ItemShort2 ul li p {
    font-size: 12px;
    padding-right: 20px;
}


/*その他の取扱いメーカー*/

#MakerShort {
    padding: 0 1em 2em;
}

.page #MakerShort {
    margin-top: 3em;
}

#MakerShort h2 {
    font-size: 24px;
    margin-bottom: 0.8em;
}

ul.Maker-list li {
    font-size: 11px;
    margin-top: 10px
}

ul.Maker-list li img {
    margin-bottom: 8px
}

#MakerShort div.Group {
    margin-top: 2em;
}

#MakerShort div.Group ul.Group {
    margin-top: 1em;
}

#MakerShort div.Group ul.Group li {
    margin-bottom: 2em;
}

#MakerShort div.Group ul.Group li p {
    color: #666;
    margin-top: 10px;
}


/*キャンペーン*/

#Campaign {
    background: #212121;
    color: #fff;
    padding: 3em 1em 2em;
}

#Campaign h2 {
    font-size: 24px;
    margin-bottom: 0.8em;
}

#Campaign h2 span {
    display: block
}

#Campaign>p {
    margin-bottom: 1em;
}

#Campaign>div {
    background: #fff;
    color: #000;
    padding: 1em;
}

#Campaign table {
    width: 100%;
    border: 1px solid #333;
    border-bottom: 0;
    margin-bottom: 5px
}

#Campaign table tr {
    border-bottom: 1px solid #333
}

#Campaign table tr th {
    background: #888;
    width: 45%;
    padding: 0.8em;
    font-weight: normal;
    color: #fff;
}

#Campaign table tr td {
    font-weight: bold;
}

#Campaign p.notes {
    font-size: 11px !important;
}

#Campaign #Campaign_ex {
    text-align: center;
    border: 1px solid #ccc;
    margin-top: 2em;
    padding-bottom: 1em;
}

#Campaign #Campaign_ex h3 {
    font-size: 18px;
    background: #fff;
    padding: 0 1em;
    margin: -7px auto 10px;
    width: 88%;
}

#Campaign #Campaign_ex p {
    text-align: center;
    margin-top: 1em
}


/* #Campaign #Campaign_ex p.campaign_items {}

#Campaign #Campaign_ex p.campaign_satei {} */

#Campaign #Campaign_ex p.campaign_plus {
    font-weight: bold;
    letter-spacing: 0
}

#Campaign #Campaign_ex p.campaign_plus span {
    font-size: 20px;
    color: #dd2626;
}

#Campaign #Campaign_ex p.campaign_total {
    font-weight: bold;
}

#Campaign #Campaign_ex p.campaign_total span {
    font-size: 24px;
    color: #dd2626;
}


/*ジャンク品*/

#Junk {
    padding: 3em 1em 2em;
    background-image: url(../../../img/Top-BG2.jpg);
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
    color: #eee;
}


/*
#Junk ul {
    margin-top: 1em
} */

#Junk ul li {
    padding: 1em 0;
}

#Junk ul li h3 {
    text-align: left;
    letter-spacing: 0;
    font-size: 18px;
    color: #fff;
}

#Junk ul li p {
    margin-top: 0.6em;
    font-size: 13px;
}

#Junk ul li img {
    margin-top: 10px;
    border-radius: 50%;
}


/*固定ページ*/

.page #PageHeader,
.archive #PageHeader {
    background: url(http://fukukai.com/img/BG-page.jpg);
    background-size: cover;
    background-position: center;
}

.page #PageHeader h1,
.archive #PageHeader h1 {
    font-size: 24px;
    padding: 2.4em 0;
    color: #fff
}

p.notes {
    font-size: 14px !important;
    color: #999;
}

.Top100lpcampaign {
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: auto;
}


/*==========================================
買取の流れ
===========================================*/

#Flow {
    margin-top: 20px
}

#Flow>div {
    padding: 0 1em;
    margin: 1em 0 2em;
}

#Flow>div>div {
    margin-bottom: 1em;
}

#Flow>div p {
    font-size: 16px
}

#Flow>div p span {
    color: #f00;
    display: block
}

#Flow>p {
    font-size: 16px;
    padding: 1em;
}


/* #Flow li {
    margin: 1em 1em 0
} */

#Flow nav li img {
    box-shadow: 2px 4px 7px -2px #bcbcbc;
}

#Flow h2 {
    font-size: 20px;
}

#Flow>div>div h2 {
    font-size: 24px;
}

#Flow h2.title {
    background: #eee;
    color: #000;
    padding: 0.6em;
    margin-top: 20px;
}

#Flow h2.title+p {
    font-size: 16px;
    padding: 1em;
}

#Flow dl {
    margin-top: 1em;
    padding: 0 1em;
}

#Flow dl dt {
    text-align: left;
    background: #eee;
    padding: 0.6em;
}

#Flow dl dd {
    padding: 0.8em;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}


/*宅配買取の流れ*/

.danbox img {
    border: solid 1px lightgray;
    margin-top: 10px;
}

#Flow .danbox ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#Flow .danbox ul li {
    width: 48.5%;
    font-size: 14px;
    margin-bottom: 2em;
}

#Flow .danbox ul li {
    margin-right: 2%;
}

#Flow .danbox ul li:nth-child(2n) {
    margin-right: 0;
}

#Flow .danboxHide {
    display: none;
}

#Flow .danboxHide div {
    display: inline-block;
}

#Flow #BoxOpen {
    text-align: center;
    border: 1px solid #eee;
    padding: 10px;
    margin: 0px 30px 40px;
    border-radius: 3px;
    background: #eee;
    max-width: 600px;
    cursor: pointer;
    color: #000;
}

#Flow #BoxOpen.opened {
    font-size: 0;
}

#Flow #BoxOpen.opened:before {
    font-size: 14px;
    content: "閉じる";
    padding: 0.6em;
}

@media screen and (min-width: 768px) {
    /*宅配買取の流れ*/
    #Flow .danbox {
        margin-top: 4em;
        margin-bottom: 0;
    }
    #Flow .danboxHide {
        margin-top: 0;
    }
    #Flow .danbox ul li {
        width: 23.5%;
        margin-bottom: 3em;
    }
    #Flow .danbox ul li:nth-child(2n) {
        margin-right: 1.3333333%;
    }
    #Flow .danbox ul li:nth-child(4n) {
        margin-right: 0;
    }
    #Flow .danbox ul li:last-child {
        margin-bottom: 0;
    }
    #Flow #BoxOpen {
        margin: 30px auto 60px;
    }
    .danbox {
        max-width: 1100px;
    }
}

@media screen and (min-width: 980px) {
    #BoxOpen:hover {
        opacity: 0.7;
    }
}


/*宅配買取フォーム*/

.contact-forms .danbox ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.contact-forms .danbox ul li {
    width: 49%;
    font-size: 14px;
    margin-bottom: 2em;
    text-align: center;
}

.contact-forms .danbox ul li {
    margin-right: 2%;
}

.contact-forms .danbox ul li:nth-child(2n) {
    margin-right: 0;
}

.contact-forms .danboxHide {
    display: none;
}

.contact-forms .danboxHide div {
    display: inline-block;
}

.contact-forms #BoxOpen {
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
    margin: 0px 30px 40px;
    border-radius: 3px;
    background: #000;
    max-width: 600px;
    cursor: pointer;
    color: #fff;
}

.contact-forms #BoxOpen:hover {
    background-color: #FFF;
    color: #000;
}

.contact-forms #BoxOpen.opened {
    font-size: 0;
}

.contact-forms #BoxOpen.opened:before {
    font-size: 14px;
    content: "閉じる";
    padding: 0.6em;
}

@media screen and (min-width: 768px) {
    /*宅配買取フォーム*/
    .contact-forms .danbox {
        margin-top: 4em;
        margin-bottom: 0;
    }
    .contact-forms .danboxHide {
        margin-top: 0;
    }
    .contact-forms .danbox ul li {
        width: 24%;
        margin-right: 1.3333333%;
        margin-bottom: 3em;
    }
    .contact-forms .danbox ul li:nth-child(2n) {
        margin-right: 1.3333333%;
    }
    .contact-forms .danbox ul li:nth-child(4n) {
        margin-right: 0;
    }
    .contact-forms .danbox ul li:last-child {
        margin-bottom: 0;
    }
    .contact-forms #BoxOpen {
        margin: 30px auto 60px;
    }
}

@media screen and (min-width: 980px) {
    #BoxOpen:hover {
        opacity: 0.7;
    }
    #BoxOpen {
        transition: .3s;
    }
}


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

#FAQ>p {
    font-size: 14px;
    padding: 1em;
}

#FAQ .bg3 {
    padding: 1em;
    background: #eee;
    margin: 0 auto;
    box-sizing: border-box;
}

#FAQ .bg3 .FAQ {
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 1em;
    margin: 1em 0;
    font-size: 14px;
    text-align: left;
    box-shadow: 2px 4px 7px -2px #bcbcbc;
}

#FAQ .bg3 .FAQ h2 {
    text-align: left;
    border-bottom: 1px solid #dd2626;
    position: relative;
    padding-bottom: 0.2em;
    font-size: 18px;
    color: #4d4d4d;
}

#FAQ .bg3 .FAQ h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 85%;
    border-bottom: 1px solid #ccc;
}

#FAQ .bg3 .FAQ dl {
    line-height: 1.5;
}

#FAQ .bg3 .FAQ dt {
    margin: 1em 0 0.6em;
    display: flex;
    font-size: 16px;
}

#FAQ .bg3 .FAQ dd {
    margin: 0 0 2em;
    display: flex;
    font-size: 16px;
}

#FAQ .bg3 .FAQ dt:before {
    content: "Q.";
    color: #5ac2dd;
    margin-right: 0.6em;
    font-weight: bold;
}

#FAQ .bg3 .FAQ dd:before {
    content: "A.";
    color: #d2585a;
    margin-right: 0.6em;
    font-weight: bold;
}


/* よくある質問 トップページ */

#FAQ-list {
    padding: 2em 10px;
    background: aliceblue;
}

#FAQ-list dl {
    background: #fff;
    line-height: 1.4;
    font-size: 14px;
    text-align: left;
    margin-top: 1em;
}

#FAQ-list dl dt {
    display: flex;
    position: relative;
    padding: 1em 2em 1em 0.8em;
}

#FAQ-list dl dt:not(:first-of-type) {
    border-top: 1px solid #000;
}

#FAQ-list dl dt::before {
    content: "Q.";
    color: #5ac2dd;
    margin-right: 0.4em;
    font-weight: bold;
}

#FAQ-list dl dt::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#FAQ-list dl dd {
    display: flex;
    background: #efefef;
    padding: 0.8em;
}

#FAQ-list dl dd::before {
    content: "A.";
    color: #d2585a;
    margin-right: 0.4em;
    font-weight: bold;
}


/*==========================================
プライバシーポリシー
===========================================*/

.privacy #Content {
    background: #eee;
    padding: 2em;
    text-align: left;
    line-height: 1.6;
}

.privacy #Content dt h2 {
    margin-top: 2em;
    border-bottom: 1px solid #4d4d4d;
    font-size: 18px;
}

.privacy #Content dt:first-of-type h2 {
    margin-top: 0;
}

.privacy #Content dd {
    font-size: 14px;
    margin-top: 5px
}


/*==========================================
会社概要
===========================================*/

.company #Tradeland h2 {
    margin-top: 1em;
    border: 0;
}

.company #Tradeland h2 img {
    max-width: 80%;
    margin-bottom: 0.8em;
}

.company h2 span {
    display: block;
    font-size: 16px;
}

.company .wrapC {
    padding: 1em;
}

.company .wrapC p {
    margin-bottom: 1em;
}

body.company #Content nav.GroupSite {
    padding: 2em;
}

body.company #Content nav.GroupSite ul {
    display: block
}

body.company #Content nav.GroupSite ul li {
    width: 100%;
    margin-bottom: 1.4em;
}

body.company #CompanyInfo {
    padding: 20px 15px;
}

body.company #Content #CompanyInfo h2 {
    font-size: 28px;
}

body.company #CompanyInfo dl {
    margin-bottom: 30px;
    text-align: left;
    font-size: 14px;
}

body.company #CompanyInfo dl dt {
    background: #ddd;
    padding: 0.6em;
}

body.company #CompanyInfo dl dd {
    background: #efefef;
    padding: 0.6em;
}


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

.contact #Content .Form {
    background: #f3f3f3;
}

.contact #Content h2 {
    color: #010f18;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 0 0 0.2em;
}

.contact #Content {
    font-size: 14px;
}

.contact #Content #Contact>p {
    padding: 1em;
}

.contact #Content #ContactList {
    margin: 1em;
}

.contact #Content #ContactList h2 {
    color: #000;
}

.contact #Content #ContactList p {
    margin: 1em 0 0;
}

.contact #Content #ContactList li.Tel,
.contact #Content #ContactList li.Mail {
    padding: 20px;
    background: #fffabd;
    text-align: left;
    line-height: 1.8;
    color: #000;
}

.contact #Content #ContactList li.Mail {
    margin-top: 1em;
    background: #f3f3f3;
}

.contact #Content #ContactList li.Mail a {
    display: block;
    width: 80%;
    margin: 1em auto;
    padding: 1em;
    background: #fff;
    color: #ff1179;
    text-align: center;
}

.contact #Content #ContactList li.Tel img {
    margin: 1em 0 0;
}

#Content .Form {
    padding: 3em 1em 2em;
    font-size: 14px;
}

#Content .Form dl {
    text-align: left;
    margin-bottom: 2em;
}

#Content .Form dl dt {
    padding: 1.6em 0 0.4em;
    font-size: 16px;
    font-weight: bold;
}

#Content .Form dl dt span {
    color: #ff1179;
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px;
}

#Content .Form .contact-forms dd input,
#Content .Form .contact-forms dd textarea {
    padding: 0.6em;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
}

#Content .wpcf7c-btn-back {
    border-radius: 3px;
    margin-right: 2em;
    border: none;
    background: #ccc;
    color: #000;
    cursor: pointer;
    padding: 1em 2em;
}

#Content .contact-forms+p input[type=submit] {
    border-radius: 0px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    padding: 1em 2em;
    border: solid 1px #000;
}

#Content .contact-forms+p input[type=submit]:hover {
    background: #fff;
    color: #000;
    transition: 0.3s;
}

#Content .contact-forms+p {
    text-align: center;
}

#Content span.wpcf7-radio {
    display: flex;
}

#Content span.wpcf7-list-item {
    margin: 0 0.6em 0 0;
}

#Content .contact-forms .wpcf7-list-item-label {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.6em 0.4em;
    display: inline-block;
    font-size: 14px;
}

#Content .contact-forms input[type="checkbox"]:checked+span,
input[type="radio"]:checked+span,
input[type="hidden"]+span {
    background: #000;
    color: #fff;
}

.contact-forms input[type=checkbox],
.contact-forms input[type=radio] {
    display: none;
}

#Content .Form .contact-forms dd.photos input {
    border: none;
}

div.wpcf7 .ajax-loader {
    display: none;
}

.thanksText {
    text-align: left;
    padding-top: 1em;
    margin: 1em auto;
    line-height: 1.5;
    font-size: 15px;
}

.thanksText a {
    color: #47b39d;
}

.thanksText span {
    font-weight: bold;
}

.thanks .thanksText {
    text-align: center;
    line-height: 2;
    padding: 3em 1em;
}

.thanks-delivery #Content {
    max-width: 700px;
    margin: 0 auto;
    padding: 1em;
}


/* .form-genre {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
} */

.form-genre div {
    /* width: 33%; */
    display: flex;
}

.form-genre div dt {
    width: 200px;
}

.form-genre div dd {
    padding: 1.6em 0 0.4em;
}


/*==========================================
買取依頼フォーム
===========================================*/

.form #Content .tabs h2 {
    font-size: 24px;
}

.form #Content .tabs>ul {
    display: flex;
    justify-content: space-between;
    padding: 2em 1em 0;
}

.form #Content .tabs>ul>li {
    width: 30%;
}

.form #Content .tabs>ul>li a {
    display: block;
    padding: 1em 0;
    color: #666;
}

.form #Content .tabs>ul>li a.active {
    background: #f3f3f3;
}

.form #Content .Form>p {
    margin: 1em 0 0;
    text-align: center;
}

.form #Content span.wpcf7-list-item {
    margin: 0.5em 0.8em 0.5em 0;
}

.form #Content .Form .contact-forms dd.photos input {
    background: transparent;
}

.form #Content .Form p.notes {
    margin: 1em 0;
}

.form #Content .Form .danbox {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0
}

.form #Content .Form .danbox div {
    width: 50%;
    text-align: center;
    font-size: 14px;
    padding: 1em;
    box-sizing: border-box
}

.form #Content .Form .contact-forms+h2 {
    margin-top: 2em;
}

.form #Content .Form .contact-forms .Radio span.wpcf7-radio {
    display: block;
}

.wpcf7c-elm-step2 {
    text-align: center;
    padding-top: 80px;
}


/*==========================================
査定依頼
===========================================*/

.assessment #MethodList>li {
    background: #fff;
    border: 5px solid #f2f2f2;
    padding: 1em;
    margin: 1em;
}

.assessment #MethodList>li>h2 {
    text-align: left;
    font-size: 24px;
    color: #dd2626;
    border-bottom: 1px solid #dd2626;
    position: relative;
    padding-bottom: 0.2em;
}

.assessment #MethodList>li>h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 85%;
    border-bottom: 1px solid #ccc;
}

.assessment #MethodList>li p {
    margin: 1em 0 0;
    font-size: 14px;
}

.assessment #MethodList .Form {
    padding: 0;
}

.assessment #MethodList #mail .bg-glay {
    text-align: center;
    padding: 0.6em;
}

.assessment #MethodList li#tel p.notes {
    text-align: center;
    margin: 1em 0 0.2em
}

.assessment #MethodList>li>div:first-of-type {
    display: none;
}


/*==========================================
買取実績
===========================================*/

.archive #Content {
    margin-top: 15px;
    padding-bottom: 25px
}

.archive ul.Result-list li {
    margin-bottom: 10px
}


/*==========================================
買取実績 個別
===========================================*/

.single-result #ItemHeader {
    color: #4d4d4d;
}

.single-result h1 {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    background: #7d7d7d;
    padding: 0.8em;
    margin: 0;
    line-height: 1.2;
    color: #fff;
}

.single-result #result-detail {
    background: #efefef;
    padding: 1em;
}

.single-result .item-info {
    padding: 15px 0 0;
}

.single-result .item-info dl {
    font-size: 14px;
}

.single-result .item-info dl dt {
    width: 8em;
    float: left;
}

.single-result .item-info dl dd {
    margin: 0 0 15px 120px;
    text-align: left;
    padding-top: 0.2em;
    min-height: 2em;
    line-height: 1.4;
}

.single-result .item-info dl dt span {
    background: #666;
    display: block;
    border-radius: 3px;
    padding: 0.4em 0;
    color: #fff;
}

.single-result .item-info h3 {
    width: 100%;
    text-align: left;
    font-size: 24px;
    border-bottom: 1px solid #4e4e4e;
    margin: 2em 0 0.4em;
    font-weight: bold;
}

.single-result .item-info dl dd.fc-f00 {
    color: #d81c35;
    font-weight: bold;
}

.single-result .item-detail {
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin: 0;
}
.single-result .item-detail h2{font-size:18px;line-height:1.2;margin-bottom:0.4em;}
.single-result .item-detail h2:not(:first-of-type){margin-top:1.2em;}

.single-result #result-detail+p {
    margin: 2em 1em 0;
    text-align: left;
    line-height: 1.6;
    font-size: 14px;
}

.single-result section#results-list {
    padding-top: 0;
}

.single-result section#results-list.Result h2 {
    margin: 20px 0 10px;
    background: #7d7d7d;
    padding: 0.6em;
    font-size: 20px;
    color: #fff;
}

.single-result #ItemShort {
    margin-top: 4em;
}

.single-result #MakerShort {
    margin-top: 2em;
}


/*==========================================
買取アイテム
===========================================*/

.item #Content {
    padding: 1em;
}

.item #Content #Items h2 {
    font-size: 24px;
    line-height: 1.4;
}

.item #Content .Group li {
    width: 100%;
    margin: 1em 0 1em;
}

.item #Content .Group li p {
    color: #666;
    margin-top: 10px;
}


/* .item #Content .a-z {} */

.item #Content .a-z li {
    display: inline-block;
    width: 18%;
    margin: 0 1% 15px;
}

.item #Content .a-z li a {
    display: block;
    border: 1px solid #333;
    color: #000;
    border-radius: 3px;
    padding: 0.4em 0;
}

.item #Content #Items .Maker-list {
    margin: 0 0 2em;
}

.item #Content #Items h3 {
    width: 100%;
    text-align: left;
    font-size: 20px;
    border-bottom: 5px solid;
    margin: 2em 0 0;
    padding-bottom: 3px;
}


/*==========================================
買取アイテム 個別
===========================================*/

#GenrePageHeader {
    /* background: #efefef; */
    padding: 1em;
    background-image: url(http://fukukai.com/img/brand-bg.jpg);
    background-position: center;
}

#GenrePageHeader h1 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    padding: 2.4em 0;
    line-height: 1.2;
}

#GenrePageHeader h1 span {
    font-size: 1.5em;
}

#GenrePageHeader h1 span.em {
    color: #d71b34;
}

#GenrePageHeader h1 span.punk {
    display: block;
    margin-top: 0.4em;
}

#GenrePageHeader div img {
    display: none;
}

#GenrePageHeader div #genre-text {
    line-height: 1.4;
    font-size: 14px;
}

#Content.Genre ul.Flex-4 {
    padding: 1em 0;
}

#Content.Genre .box1 {
    padding: 0 15px;
    margin: 1em auto;
}


/* #Content.Genre .box1 h2 {
    font-size: 22px;
    border-bottom: 4px solid #072c63;
    text-align: left;
    color: #010f18;
    padding: 10px 0 10px 0;
} */

#Content.Genre p.notes {
    margin: 10px;
}

#Content.Genre ul li div p {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

#Content.Genre .Price span {
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

#Content.Genre .box1 ul li {
    /* border: solid 1px #e5e5e5; */
    position: relative;
    margin-bottom: 14px;
}

#Content.Genre .box1 ul li img {
    width: 92%;
    margin: 5px auto
}

#Content.Genre .box1 ul li div {
    /* position: absolute; */
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0 0.5em;
    width: 100%;
}

#Content.Genre h2.check-title {
    background: #dd2626;
    color: #fff;
    padding: 0.6em;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    border-bottom: none;
}

#Content.Genre div.genre-checkpoint p {
    font-size: 14px;
    padding: 1em;
    text-align: left;
    line-height: 1.6;
}

#Content.Genre #results-list h2 {
    margin-top: 1em;
    background: #eee;
    color: #fff;
    line-height: 1;
    padding: 0.6em;
    border: 0;
    font-size: 18px;
    color: #000;
}

#Content.Genre ul.Flex-4.Result-list {
    padding: 1em 1em 0
}

#Content.Genre .genre-checkpoint {
    text-align: left
}

#Content.Genre .genre-checkpoint h2.title {
    margin-top: 1em;
    background: #eee;
    color: #000;
    line-height: 1;
    padding: 0.6em;
    border: 0;
    font-size: 18px;
    text-align: center;
}

#Content.Genre .genre-checkpoint h3 {
    margin-left: 16px;
    display: inline-block;
    ;
    background: linear-gradient(transparent 60%, #fff438 60%);
    font-size: 18px;
    margin-top: 1em
}

.SpGenreText {
    padding: 2em 1em;
}

.SpGenreText h2 {
    font-size: 20px;
    margin-bottom: 1em;
}

.SpGenreText h2 span {
    background: linear-gradient(transparent 55%, #f5ef1f 55%);
}

.SpGenreText p.genre-text {
    text-align: left;
    line-height: 1.4;
    font-size: 14px;
}


/*溶接機以外も買取*/

.OtherItem h2.title {
    margin-top: 2em;
    background: #eee;
    color: #000;
    line-height: 1;
    padding: 0.6em;
    text-align: center;
}

#Content.Genre .OtherItem ul {
    padding: 1em;
}

.OtherItem ul.Flex-4 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px
}

.OtherItem ul.Flex-4 li:nth-child(2n) {
    margin-right: 0
}

.OtherItem ul li p {
    letter-spacing: 0;
    font-size: 12px;
}

.OtherItem p.TopCatch-item {
    margin-top: 5px;
}

.OtherItem p.TopCatch-price {
    font-weight: bold;
    text-align: center
}

.OtherItem p.TopCatch-price>span {
    background: linear-gradient(transparent 60%, #fff438 60%);
}

.OtherItem p.TopCatch-price>span span {
    font-size: 20px;
    color: #dd2626;
}

.OtherItem>p {
    padding: 0 1em;
}


/*==========================================
買取メーカー
===========================================*/

#Maker {
    padding: 1em;
    max-width: 1100px;
    margin: 0 auto
}

#Maker h2 {
    margin-bottom: 10px;
}

#Maker p {
    text-align: center
}

ul.AtoZ {
    flex-wrap: wrap;
    padding: 0.5em;
    display: flex;
    margin: 0 0 2em;
    justify-content: left;
}

ul.AtoZ li {
    width: 10%;
    margin-right: 2.85%
}

ul.AtoZ li:nth-child(8n) {
    margin-right: 0;
}

ul.AtoZ li a {
    display: block;
    background: #c00310;
    border: solid 2px #a10611;
    border-radius: 3px;
    color: #fff;
    padding: 0.5em;
    margin: 5px 0px;
}

ul.AtoZ li a:hover {
    background: #f4ed95;
    border: solid 2px #e1d219;
    color: #888;
}

.maker-ddst h2 {
    background: #4d3804;
    color: #fff;
    padding: 0.4em;
}

.maker-ddst ul.Flex-5 {
    justify-content: left;
}

.maker-ddst ul.Flex-5 li a p {
    color: #d61237
}


/*----------------------------------------------スマホのみ～----------------------------------------------*/

@media only screen and (max-width: 767px) {
    #Content.Genre .App {
        background: #efefef;
    }
    #Content.Genre .App ul {
        margin-top: 0;
        padding-bottom: 1em;
    }
    #MakerShort div.Group ul.Group li {
        width: 100%;
    }
    .campaign100lptext {
        padding: 1em;
    }
    .campaign100lpFormTitle {
        font-size: 24px;
    }
}


/*----------------------------------------------タブレット～----------------------------------------------*/

@media only screen and (min-width: 767px) {
    .tb {
        display: block;
    }
    .sp {
        display: none !important;
    }
    html {
        font-size: 62.5%;
        scroll-padding-top: 98px
    }
    /* body {
        padding-top: 93px;
    } */
    /*共通*/
    p {
        font-size: 1.6rem;
    }
    ul.Flex-4 li {
        width: 24%;
        margin-right: 1.333333%;
        margin-bottom: 10px;
    }
    ul.Flex-4 li:nth-child(2n) {
        margin-right: 1.333333%;
    }
    ul.Flex-4 li:nth-child(4n) {
        margin-right: 0;
    }
    ul.Flex-6 li {
        width: 16%;
        margin-right: 0.8%;
    }
    ul.Flex-6 li:nth-child(3n) {
        margin-right: 0.8%;
    }
    ul.Flex-6 li:nth-child(6n) {
        margin-right: 0;
    }
    .App ul.Flex-2 {
        padding: 1em 4em 0.6em;
    }
    section h2,
    .home .Content>section h2 {
        font-size: 30px;
    }
    .App ul {
        margin: 40px auto;
        padding: 0 40px;
    }
    .App ul li.visit {
        margin-left: 0;
    }
    .App ul li a {
        padding: 0.6em 0;
        font-size: 24px;
        text-indent: 5px;
    }
    .App ul li::before {
        width: 64px;
        height: 64px;
        left: -30px;
        top: -5px;
    }
    /*ヘッダー*/
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 20;
        background: #fff;
        /* box-shadow: 0px 3px 8px -4px #28221b; */
    }
    header #Header {
        padding: 1em 1em 0.4em;
        border: none;
        position: relative;
        flex-wrap: wrap;
    }
    header #Header>div.tb.pc {
        display: flex;
        justify-content: space-between;
        align-items: start;
        /* width: 65%; */
    }
    header #Header>div.tb.pc ul li {
        margin-left: 20px;
    }
    header #Header>div.tb.pc ul li a {
        display: block;
        font-size: 12px;
        background: #f2a12b;
        color: #fff;
        padding: 0.6em 1.2em;
    }
    header #Header>div.tb.pc ul li:last-child a {
        background: #01c614;
    }
    header #Header>div.tb.pc>ul {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    header #Header>div.tb.pc>div {
        max-width: 35%;
    }
    header #Header>div.tb.pc>div p {
        text-align: center;
        font-size: 12px;
        line-height: 1;
        margin-top: 0.4em;
    }
    header nav#GN {
        width: 100%;
        text-align: right;
    }
    header nav#GN ul li {
        display: inline-block;
        margin-left: 0.4em;
    }
    header nav#GN ul li a {
        padding: 0.6em;
        font-size: 14px;
        color: #010f18;
    }
    /*フッター*/
    .Otameshi {
        padding: 4em 0;
    }
    .Otameshi ul {
        justify-content: center
    }
    footer .wrap {
        display: flex;
        flex-wrap: wrap;
        padding: 3em 0 0;
    }
    footer .tb section.App {
        padding-top: 1em;
    }
    footer .FooterSitemap {
        width: 36%;
        box-sizing: border-box;
        order: 2;
        padding: 0 0 0 1em;
        letter-spacing: 0
    }
    footer .FooterGroup {
        width: 17%;
        box-sizing: border-box;
        order: 3;
        padding: 0 1em 0 0;
    }
    footer .FooterGroup h2 {
        display: none;
    }
    footer .FooterGroup .GroupSite ul li {
        margin: 0 0 1em;
    }
    footer .FooterGroup .GroupSite ul li h3 {
        display: none;
    }
    footer .FooterAbout {
        width: 45%;
        box-sizing: border-box;
        order: 1;
        padding: 0 1em;
    }
    footer .FooterAbout h2 {
        margin: 0;
    }
    footer .FooterAbout ul.ContactMenu {
        padding: 1em 0;
    }
    footer .FooterAbout h3 {
        display: none;
    }
    footer .Copyright {
        margin-top: 2em;
    }
    /*フッター査定ボタン*/
    .Otameshi ul {
        display: flex
    }
    .Otameshi li {
        margin: 2em 1em 0
    }
    .Otameshi li:nth-child(2) {
        margin-top: 1.5em
    }
    /*買取方法=================================*/
    #Method>div>ul {
        display: flex;
        flex-wrap: wrap;
        max-width: 1100px
    }
    #Method>div>ul li {
        width: 33%;
        display: block
    }
    #Method>div>ul li h3 {
        text-align: center;
        font-size: 24px
    }
    #Method>div>ul li img {
        width: 100%;
        margin-bottom: 10px
    }
    #Method>div>ul li p {
        width: 100%;
        padding-left: 0
    }
    #Method>div>ul li:nth-child(2) p {
        order: 3
    }
    #Method>div h2+p {
        font-size: 16px;
        margin: 40px auto 20px
    }
    #Method .Assesment li a {
        font-size: 24px;
    }
    #Method .Assesment li:nth-child(3) a {
        font-size: 30px;
    }
    #Method .Assesment li:nth-child(3) a span:first-child {
        display: none;
    }
    #Method .Assesment li:nth-child(3) a span:nth-child(2) {
        display: inline;
    }
    /*買取実績*/
    .Result-list li div h3 {
        font-size: 14px;
    }
    .Result-list li p.result-subtext {
        font-size: 14px;
        padding: 0.6em 0.4em 0.2em
    }
    .Result-list li p.result-price {
        font-size: 12px;
    }
    .Result-list li p.result-price span {
        font-size: 18px;
    }
    .archive ul.Result-list li {
        margin-bottom: 15px;
    }
    /*==========================================
	トップページ
	===========================================*/
    /* .home .Content>section {
        padding: 3em 2em;
    } */
    a.more,
    button.view-more-button {
        width: 40%;
        margin: 3.5em auto;
        font-size: 16px;
        border: 1px solid #212121;
        color: #212121;
    }
    a.more,
    button.view-more-button {
        border: 1px solid #212121;
        color: #212121;
        padding: 0.8em;
        line-height: 1.4;
        font-weight: 600;
    }
    #TopVisual {
        background: url(http://fukukai.com/img/TopVisual-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 50px 130px;
        background-position: right;
    }
    /* #TopVisual h1 {} */
    #TopText p.em {
        font-size: 36px;
    }
    #TopText p.em span {
        display: inline
    }
    #TopApp ul {
        margin: -130px auto 40px;
        width: 90%
    }
    /* #TopView {
        width: 100%;
        display: flex;
    }
    #TopView:before,
    #TopView>div {
        width: 50%;
        flex: 0 0 50%;
    } */
    /* #TopView>div {
        padding: 5%;
    } */
    /* #TopView>div  */
    .TopViewTex {
        margin-bottom: 2em;
    }
    /*メインビジュアル下の参考価格*/
    #TopCatch ul.Flex-4 li {
        width: 23%;
        margin-right: 2.66666%
    }
    #TopCatch ul.Flex-4 li:nth-child(2n) {
        margin-right: 2.66666%
    }
    #TopCatch ul.Flex-4 li:nth-child(4n) {
        margin-right: 0
    }
    #TopCatch ul li p {
        font-size: 13px;
        text-align: center
    }
    #TopCatch p.TopCatch-price>span span {
        font-size: 22px
    }
    /*高価買取できる理由*/
    #Reason-ex {
        padding: 3em;
    }
    #Reason-ex h2 {
        text-align: left;
        padding-right: 1em
    }
    .home .Content section#Reason-ex h2 span {
        display: inline
    }
    #Reason-ex img {
        width: 35%;
        float: left;
        margin: 0;
    }
    #Reason-ex>div {
        display: flex;
        align-items: flex-start;
        /* justify-content: */
    }
    #Reason-ex>div p {
        padding-right: 1em;
    }
    /*選ばれる理由*/
    #Reason {
        padding: 3em 2em;
    }
    #Reason h2 {
        font-size: 36px;
    }
    #Reason h2 img {
        margin: 0 0.6em 0 0;
        max-width: 60%;
        height: 34px;
        display: inline-block
    }
    #Reason ul {
        display: flex;
        justify-content: space-between;
    }
    #Reason ul li {
        background: #fff;
        position: relative;
        width: 31%;
        margin: 2em 0.6em 0;
        padding: 0.4em;
        box-shadow: 0px 0px 6px 3px #dedede;
    }
    #Reason ul li:before {
        content: "1";
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #888;
        text-align: center;
        line-height: 48px;
        position: absolute;
        top: -25px;
        left: calc(50% - 24px);
    }
    #Reason ul li:nth-child(2):before {
        content: "2";
    }
    #Reason ul li:nth-child(3):before {
        content: "3";
    }
    #Reason h3 {
        font-size: 24px;
        margin: 1.6em auto 0;
        text-align: center
    }
    #Reason h3:before {
        display: none;
    }
    #Reason ul li img {
        position: relative;
        max-width: 80%;
    }
    #Reason ul li p {
        margin: 1em 0.6em 0.4em;
        font-size: 14px;
        text-align: left;
    }
    /*買取品目*/
    ul.Item-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    ul.Item-list li {
        width: 19%;
        margin-right: 1.25%;
    }
    ul.Item-list li:nth-child(3n) {
        width: 19%;
        margin-right: 1.25%;
    }
    ul.Item-list li:nth-child(5n) {
        margin-right: 0;
    }
    /*その他の取扱いメーカー*/
    ul.Maker-list li {
        width: 19%;
        margin-right: 1.25%;
    }
    ul.Maker-list li:nth-child(3n) {
        margin-right: 1.25%;
    }
    ul.Maker-list li:nth-child(5n) {
        margin-right: 0;
    }
    .home .Content>section#MakerShort {
        padding: 0 2em;
    }
    #MakerShort p {
        text-align: center;
        margin-bottom: 2em;
    }
    #MakerShort div.Group {
        margin-top: 2em;
    }
    #MakerShort div.Group ul.Group {
        display: flex;
        justify-content: space-between;
        max-width: 1050px;
        margin: 0 auto;
    }
    #MakerShort div.Group ul.Group li {
        width: 31%;
    }
    #MakerShort div.Group ul.Group li p {
        font-size: 14px;
        text-align: left;
        max-width: 320px;
    }
    /*キャンペーン*/
    #Campaign {
        margin-top: 2em;
        padding: 3em 2em;
    }
    #Campaign h2 {
        font-size: 30px;
    }
    #Campaign>p {
        text-align: center
    }
    #Campaign>p span {
        display: block
    }
    #Campaign>div {
        padding: 3em 2.5em;
        display: flex;
        align-items: flex-start;
    }
    #Campaign>div div#Campaign_table {
        width: 40%;
    }
    #Campaign>div div#Campaign_ex {
        margin-top: 0.6em;
        width: 55%;
        margin-left: 5%;
        padding-bottom: 1em;
    }
    #Campaign p.notes {
        font-size: 12px !important;
    }
    /*ジャンク品*/
    #Junk {
        /* margin-top: 2em; */
        padding: 5em 2em;
        /* margin-bottom: 60px; */
    }
    #Junk>p {
        text-align: center
    }
    #Junk ul li {
        display: flex;
        align-items: flex-start;
    }
    #Junk ul li>div {
        order: 2;
        width: 70%;
        padding-left: 1.5em;
    }
    #Junk ul li>img {
        order: 1;
        width: 30%;
        -left: 0;
        padding-right: 1em;
    }
    #Junk ul li:nth-child(2n)>div {
        order: 1;
        padding-left: 0;
        padding-right: 1.5em
    }
    #Junk ul li:nth-child(2n)>picture {
        order: 2;
    }
    #Junk ul li img {
        margin: 0
    }
    #Junk ul li h3 {
        font-size: 24px;
    }
    #Junk ul li p {
        font-size: 14px;
    }
    /*==========================================
	固定ページ
	===========================================*/
    .page #PageHeader h1,
    .archive #PageHeader h1 {
        font-size: 36px;
        padding: 4em 0;
    }
    .page section h2 {
        padding: 0 0 0.2em;
    }
    /*==========================================
	買取の流れ
	===========================================*/
    #Flow {
        margin: 60px auto;
        max-width: 1100px;
    }
    #Flow>div {
        display: flex;
        justify-content: space-between;
    }
    #Flow>div>div {
        padding: 0 1em;
    }
    #Flow>div>div h2 {
        text-align: left
    }
    #Flow>div>img {
        width: 45%;
        height: 100%;
    }
    #Flow>div:nth-of-type(2) {
        margin-bottom: 2em;
    }
    #Flow>div:nth-of-type(2) div {
        order: 2;
        padding-left: 1em;
    }
    #Flow>div:nth-of-type(2) img {
        order: 1
    }
    #Flow>nav ul {
        max-width: 980px;
        justify-content: space-between;
        margin: 0 auto;
    }
    #Flow>nav ul li a img {
        transition: all 0.3s;
    }
    #Flow>nav ul li a img:hover {
        opacity: 0.8;
    }
    #Flow dl {
        margin-top: 2em;
        padding: 0;
    }
    /*==========================================
	よくある質問
	===========================================*/
    .faq #FAQ>p {
        text-align: center;
        font-size: 16px;
        padding: 2em
    }
    .faq #FAQ .bg3 {
        padding: 2.4em;
    }
    .faq #FAQ .bg3 .FAQ {
        padding: 3em 3em 1em;
        margin: 2em 0;
    }
    .faq #FAQ .bg3 .FAQ h2 {
        font-size: 22px;
    }
    /* よくある質問 トップページ */
    #FAQ-list dl {
        max-width: 600px;
        margin: 2em auto;
        padding: 1em;
        background: #fff;
        font-size: 16px;
    }
    #FAQ-list dl dd {
        background: #efefef;
    }
    /*==========================================
	プライバシーポリシー
	===========================================*/
    .privacy #Content {
        padding: 2em 4em;
    }
    /*==========================================
	会社概要
	===========================================*/
    .company #CompanyInfo dl dt,
    .company #CompanyInfo dl dd {
        padding: 1em;
        font-size: 16px
    }
    body.company #Content nav.GroupSite ul {
        display: flex
    }
    body.company #Content nav.GroupSite ul li {
        width: 32%;
    }
    .company #Content nav.GroupSite ul li h3 {
        display: none
    }
    .company #Content nav.GroupSite ul li p {
        font-size: 14px;
        margin-top: 5px;
    }
    .company #CompanyInfo {
        padding: 2em;
    }
    /*==========================================
	お問い合わせ
	===========================================*/
    .contact #Content #Contact>p {
        text-align: center;
        font-size: 16px;
        padding: 2em
    }
    .contact #Content .Form {
        padding: 4em 3em 2em;
    }
    .contact #Content h2 {
        font-size: 30px;
    }
    .campaign100lpForm {
        margin: 0 80px 40px;
    }
    /*==========================================
	買取依頼フォーム
	===========================================*/
    #Content .Form {
        padding: 3em 4em 2em;
    }
    .form #Content .Form .danbox div {
        width: 25%;
    }
    /*==========================================
	査定依頼
	===========================================*/
    .assessment #MethodList>li {
        max-width: 980px;
        margin: 2em;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap
    }
    .assessment #MethodList>li>div:first-of-type {
        display: block;
    }
    .assessment #MethodList>li p {
        margin: 0 0 1em
    }
    .assessment #MethodList>li>h2 {
        width: 100%;
        margin-bottom: 1em;
    }
    .assessment #MethodList>li>h2+div {
        width: 30%;
    }
    .assessment #MethodList>li>h2+div+div {
        width: 70%;
        padding: 0 1em;
        box-sizing: border-box
    }
    .assessment #MethodList .Form {
        width: 100%;
    }
    /*==========================================
	買取実績 個別
	===========================================*/
    .single-result #ItemHeader {
        margin: 2em 2em 0;
    }
    .single-result h1 {
        font-size: 24px;
    }
    .single-result #result-detail {
        margin: 0 2em 0;
        padding: 2em;
        display: flex;
        flex-wrap: wrap;
    }
    .single-result #result-detail+p {
        text-align: center;
        font-size: 16px;
    }
    .single-result #result-detail .item-photo {
        width: 40%;
    }
    .single-result #result-detail .item-info {
        width: 60%;
        padding: 0 1em;
    }
	.single-result .item-detail{margin-top:20px;}
    /*==========================================
	買取アイテム
	===========================================*/
    .item #Content #Items>p {
        text-align: center
    }
    .item #Content .Group {
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
    }
    .item #Content .Group li {
        width: 32%;
        max-width: 320px;
    }
    .item #Content .a-z li {
        width: 7%;
    }
    /*==========================================
	買取アイテム 個別
	===========================================*/
    #GenrePageHeader {
        /* background: #fff; */
        padding: 4em 1em;
    }
    #GenrePageHeader h1 {
        font-size: 24px;
        padding: 2.4em 0;
        line-height: 1;
    }
    #GenrePageHeader>div {
        display: flex;
        align-items: center;
    }
    #GenrePageHeader>div img {
        display: block;
        width: 160px;
        height: 160px;
        order: 2;
    }
    #GenrePageHeader>div #genre-text {
        line-height: 1.4;
        font-size: 16px;
        text-align: left;
        padding-right: 2em;
    }
    #Content.Genre #results-list h2 {
        margin-top: 2em;
        background: #eee;
        color: #000;
        line-height: 1;
        padding: 0.6em;
        text-align: center
    }
    #Content.Genre .genre-checkpoint h2.title {
        text-align: center
    }
    #Content.Genre div.genre-checkpoint p {
        font-size: 16px;
    }
    #Content.Genre .genre-checkpoint h3 {
        font-size: 24px;
    }
    /*溶接機以外の買取*/
    .OtherItem h2.title {
        font-size: 18px
    }
    .OtherItem ul.Flex-4 li {
        width: 23%;
        margin-right: 2.66666%
    }
    .OtherItem ul.Flex-4 li:nth-child(2n) {
        margin-right: 2.66666%
    }
    .OtherItem ul.Flex-4 li:nth-child(4n) {
        margin-right: 0
    }
    .OtherItem ul li p {
        font-size: 13px;
        text-align: center
    }
    .OtherItem p.TopCatch-price>span {
        font-size: 16px;
    }
    .OtherItem p.TopCatch-price>span span {
        font-size: 22px
    }
    .OtherItem>p {
        text-align: center
    }
    /*==========================================
	買取メーカー
	===========================================*/
    .page section .maker-ddst h2 {
        padding: 0.4em;
        font-size: 22px;
    }
    ul.AtoZ {
        margin-top: 3em
    }
    ul.AtoZ li {
        width: auto;
        margin-right: 10px
    }
    ul.AtoZ li:nth-child(8n) {
        margin-right: 10px
    }
}


/*----------------------------------------------PC～----------------------------------------------*/

@media only screen and (min-width: 950px) {
    .pc {
        display: block;
    }
    .sp {
        display: none !important;
    }
    html {
        font-size: 62.5%;
        scroll-padding-top: 110px
    }
    /* body {
        padding-top: 105px;
    } */
    a img,
    a p,
    a {
        transition: .3s;
    }
    a:hover img {
        opacity: 0.7;
    }
    a:hover {
        color: #ff1179;
    }
    a.more,
    button.view-more-button {
        border: 1px solid #212121;
        color: #212121;
        padding: 0.8em;
        line-height: 1.4;
        font-weight: 600;
    }
    button.view-more-button {
        cursor: pointer;
        transition: .3s
    }
    a.more:hover,
    button.view-more-button:hover {
        background-color: #212121;
        color: #fff;
    }
    ul.Flex-2,
    ul.Flex-3,
    ul.Flex-4,
    ul.Flex-5,
    ul.Flex-6 {
        padding: 1em 0;
    }
    .wrap {
        max-width: 1100px;
        margin: 0 auto;
    }
    /*ヘッダー*/
    /* header {
        padding: 10px 0 0;
    } */
    header #Header {
        padding: 10px 0 0;
        align-items: start;
    }
    /* header #Header #Logo {
        width: 320px;
    } */
    header #Header>div.tb.pc {
        align-items: start;
        justify-content: flex-end;
    }
    /* header #Header>div.tb.pc>ul {
        margin-right: 1em;
    } */
    header #Header>div.tb.pc ul li a {
        font-size: 14px;
        transition: .3s;
        border: 1px solid #f2a12b;
    }
    header #Header>div.tb.pc ul li a:hover {
        color: #f2a12b;
        background: #fff;
    }
    header #Header>div.tb.pc ul li:last-child a {
        border: 1px solid #01c614;
    }
    header #Header>div.tb.pc ul li:last-child a:hover {
        color: #01c614;
    }
    header #Header>div.tb.pc>div p {
        text-align: right;
    }
    header nav#GN {
        margin-top: -20px;
    }
    header nav#GN ul li a {
        padding: 0.8em;
        font-size: 14px;
    }
    header nav#GN ul li a:hover {
        background: #eee;
        color: #000;
    }
    header nav#GN ul li a span.pc {
        display: inline;
    }
    /*ヘッダー アイテム一覧開く*/
    header .GlNav ul li a span.pc {
        display: inline;
    }
    header #OpenNav {
        padding: 0 4em 3em;
        box-sizing: border-box;
        display: none;
    }
    header #OpenNav.open {
        display: block;
        border-top: 1px solid #010f18;
        box-shadow: 0 0 2px grey;
    }
    header #OpenNav ul {
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0 0;
    }
    header #OpenNav ul li {
        width: 16.666%;
        margin-bottom: 20px;
    }
    header #OpenNav ul li a img {
        border: 1px solid #ccc;
        width: 90%;
    }
    header #OpenNav ul li a p {
        font-size: 14px;
        color: #333;
        transition: .3s;
        margin-top: 5px;
        text-align: center;
    }
    header #OpenNav ul li:hover a p {
        color: #ea580f;
    }
    header #OpenNav ul li:hover a img {
        border-color: #ea580f;
        opacity: 0.75;
    }
    #OpenNavBtClose {
        text-align: center;
        margin-top: 2em;
        cursor: pointer
    }
    /*フッター*/
    footer a {
        font-size: 14px;
        margin-right: 0;
    }
    footer .FooterAbout ul.ContactMenu li:first-child a,
    footer .FooterAbout ul.ContactMenu li:nth-child(2) a {
        transition: .3s;
        font-size: 16px;
    }
    footer .FooterAbout ul.ContactMenu li:first-child a:hover {
        background: #fff;
        color: #f2a12b;
    }
    footer .FooterAbout ul.ContactMenu li:nth-child(2) a:hover {
        background: #fff;
        color: #01c614;
    }
    footer .FooterAbout ul.ContactMenu li:nth-child(2) a:before {
        top: 5px;
        left: 50px;
    }
    /*共通*/
    .App.Blue ul li a:hover {
        background-color: #fff;
        color: #000;
        border: solid 1px #000;
    }
    section h2,
    .home .Content>section h2 {
        font-size: 36px;
    }
    /*トップページ=================================*/
    #TopVisual {
        padding: 70px 0 170px;
    }
    #TopView h1 img {
        margin-bottom: -10px;
    }
    #TopView>div span.TopViewTitle {
        font-size: 4vw;
    }
    #TopView>div h1 {
        font-size: 2vw;
    }
    #TopView>div h1 span {
        font-size: 3vw;
    }
    #TopView>div .TopViewTex {
        font-size: 16px;
    }
    /*買取方法=================================*/
    #Method>div h2 {
        font-size: 36px !important;
    }
    #Method .Assesment {
        padding: 40px 0 60px
    }
    #Method .Assesment li:nth-child(3) {
        margin-top: 2em
    }
    #Method .Assesment li:nth-child(1):before {
        width: 80px;
        height: 80px;
        left: -40px;
        top: -10px;
    }
    #Method .Assesment li:nth-child(2) a {
        background-size: 40px 40px;
        background-position: 15px;
    }
    #Method .Assesment li:nth-child(1) a:hover {
        background-color: #ea580f;
    }
    #Method .Assesment li:nth-child(2) a:hover {
        background-color: #349611;
    }
    /*買取品目*/
    #ItemShort2 ul li {
        transition: .3s;
        width: 49%;
        padding: 5px;
    }
    #ItemShort2 ul li h3 {
        transition: .3s;
        font-size: 18px;
    }
    #ItemShort2 ul li p {
        font-size: 14px;
    }
    #ItemShort2 ul li:hover {
        border-color: #7e0000;
    }
    #ItemShort2 ul li:hover h3 {
        color: #f00;
    }
    #ItemShort2 ul li:hover p {
        color: #ff9510;
    }
    ul.Maker-list li {
        font-size: 14px;
        margin-top: 20px;
    }
    ul.Item-list li:hover a img {
        border-color: #ea580f;
    }
    ul.Item-list li:hover a p {
        color: #ea580f;
    }
    #MakerShort p {
        margin: 2em 0;
    }
    /*高価買取できる理由*/
    /* #Reason-ex div:after {} */
    #Reason-ex img {
        width: 40%;
        margin-right: 40px;
    }
    #Reason-ex p {
        font-size: 18px;
    }
    #Reason p {
        text-align: center;
        margin: 2em 0
    }
    /*キャンペーン*/
    #Campaign h2 {
        font-size: 36px;
    }
    #Campaign>div {
        max-width: 1100px;
        margin: 0 auto;
        padding: 4em;
    }
    #Campaign>div div#Campaign_ex {
        padding-bottom: 1em;
    }
    #Campaign #Campaign_ex h3 {
        width: 60%;
    }
    #Campaign #Campaign_ex p.campaign_total {
        font-size: 18px
    }
    #Campaign #Campaign_ex p.campaign_total span {
        font-size: 30px;
    }
    /*ジャンク品*/
    #Junk ul {
        display: flex;
        flex-wrap: wrap;
        max-width: 1100px;
        margin: 1em auto;
    }
    #Junk ul li {
        width: 50%;
    }
    #Junk ul li>div {
        order: 2;
        padding-left: 0.5em;
        padding-right: 1em;
    }
    #Junk ul li>picture {
        order: 1
    }
    #Junk ul li:nth-child(2n)>div {
        order: 2;
        padding-left: 0.5em;
        padding-right: 0em;
    }
    #Junk ul li:nth-child(2n)>picture {
        order: 1
    }
    /*買取実績*/
    .Result-list li p.result-price {
        font-size: 14px;
    }
    .Result-list li p.result-price span {
        font-size: 20px;
    }
    /*==========================================
	トップページ
	===========================================*/
    #TopText {
        padding-bottom: 2em;
    }
    #TopText p {
        font-size: 18px;
    }
    #TopApp ul {
        max-width: 850px;
        margin: -170px auto 70px;
        justify-content: space-between;
    }
    /*メインビジュアル下の参考価格*/
    #TopCatch ul.Flex-4 li {
        width: 22%;
        margin-right: 4%
    }
    #TopCatch ul.Flex-4 li:nth-child(2n) {
        margin-right: 4%
    }
    #TopCatch ul.Flex-4 li:nth-child(4n) {
        margin-right: 0
    }
    #TopCatch ul li p {
        font-size: 14px;
    }
    #TopCatch p.TopCatch-price>span span {
        font-size: 26px
    }
    /*==========================================
	よくある質問
	===========================================*/
    .faq #FAQ>p {
        padding: 4em
    }
    .faq #FAQ .bg3 {
        padding: 2em 3em 3em;
        margin-bottom: 3em;
    }
    /* よくある質問 トップページ */
    #FAQ-list {
        padding: 2em 10px
    }
    #FAQ-list dl {
        max-width: 800px;
        padding: 2em 3em;
        margin-bottom: 0;
    }
    #FAQ-list dl+.more {
        max-width: 480px;
    }
    /*==========================================
	プライバシーポリシー
	===========================================*/
    .privacy #Content {
        width: 70%;
        margin: 2em auto;
        padding: 4em;
    }
    /*==========================================
	会社概要
	===========================================*/
    body.company #Content nav.GroupSite ul li p {
        max-width: 320px;
        margin: 5px auto
    }
    /*==========================================
	お問い合わせ
	===========================================*/
    .contact #Content #Contact>p {
        padding: 4em
    }
    .contact #Content .Form {
        padding: 5em 5em 3em;
    }
    body.contact #Content #ContactList {
        margin: 3em auto;
        display: flex;
        max-width: 1100px;
    }
    body.contact #Content #ContactList li.Tel,
    body.contact #Content #ContactList li.Mail {
        width: 100%;
        margin: 0;
    }
    /*==========================================
	買取依頼フォーム
	===========================================*/
    .form .tabs {
        max-width: 980px;
        margin: 2em auto;
    }
    /*==========================================
	査定依頼
	===========================================*/
    .assessment #MethodList>li {
        padding: 2em;
        margin: 2em auto;
    }
    /*==========================================
	買取実績 一覧
	===========================================*/
    /*==========================================
	買取実績 個別
	===========================================*/
    .single-result #ItemHeader {
        margin: 2em auto 0;
    }
    .single-result #result-detail {
        margin: 0 auto 0;
    }
    .single-result #result-detail .item-photo {
        width: 45%;
    }
    .single-result #result-detail .item-info {
        width: 55%;
        padding: 0 1em 0 2em;
    }
    .single-result #result-detail .item-info h3 {
        margin-top: 1em;
    }
	.single-result .item-detail h2{font-size:20px;padding:0.4em 0.8em;border-left:5px solid #666;}
	.single-result .item-info dl{font-size:18px;}
	.single-result .item-info dl dd{margin:0 0 25px 160px;}
    /*==========================================
	買取アイテム
	===========================================*/
    .item #Content .a-z li a:hover {
        background: #000;
        color: #fff;
    }
    .item #Content #Items h3 {
        font-size: 32px;
        font-weight: normal
    }
    /*==========================================
	買取アイテム 個別
	===========================================*/
    #GenrePageHeader h1 {
        font-size: 36px;
        padding: 4em 0;
    }
    #GenrePageHeader>div img {
        width: 320px;
        height: 320px;
    }
    #GenrePageHeader>div #genre-text {
        font-size: 20px;
    }
    #Content.Genre .box1 {
        padding: 0;
    }
    #Content.Genre ul.Flex-4.Result-list {
        padding: 1em 0;
    }
    #Content.Genre ul.Flex-4.Result-list li {
        margin-bottom: 15px;
    }
    #Content.Genre ul li div p {
        font-size: 13px;
    }
}


/*----------------------------------------------PC～----------------------------------------------*/

@media only screen and (min-width: 1200px) {
    footer .wrap {
        max-width: 1200px;
    }
}


/*-------------------IE用 ここから-------------------*/

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .foo {
        color: red
    }
    /* IE11 */
    a {
        max-width: 100%;
    }
    a img {
        width: 100%;
    }
    div.Line {
        line-height: 0;
    }
    #Reason-ex>div>div {
        width: 60%
    }
    ul.Item-list li img {
        border-width: 2px
    }
    header #Header>div.tb.pc>ul {
        justify-content: flex-end;
        margin-top: -7px
    }
    header #OpenNav ul li a img {
        border-width: 2px
    }
}


/*-------------------IE用 ここまで-------------------*/


/* ブランド服買取 追加CSS */


/* ブラントリスト */

.TopBrandList {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 100px;
}

.TopBrandList-sp {
    display: none;
}

.TopBrandList ul {
    display: flex;
    flex-wrap: wrap;
}

.TopBrandList ul li {
    width: 25%;
    position: relative;
}

.TopBrandList ul li .caption {
    font-size: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.TopBrandList ul li .mask {
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.TopBrandList ul li:hover .mask {
    opacity: 1;
}


/* ジャンルリスト */

.TopGenreList {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 100px;
}

.TopGenreList ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin: 0 1em;
}

.TopGenreList ul li {
    width: 23.5%;
    /* border: 1px solid #eee; */
    box-shadow: 0 0 5px gray;
    margin-right: 2%;
    box-sizing: border-box;
}

.TopGenreList ul li:last-child {
    margin-right: 0;
}

.TopGenreList h3 {
    text-align: center;
    color: #212121;
    padding: 15px;
}

.TopGenreList p {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    padding: 10px;
}

.TopText {
    padding: 30px;
}

.TopText h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.TopText p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.TopText span {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #333;
}

.BrandText {
    padding: 30px;
}

.BrandText h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.BrandText p {
    text-align: left;
    font-weight: 400;
    padding: 0 30px;
}

.BrandText span {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #333;
}

.TopMethod {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 100px;
}

.TopMethod ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    padding: 0 1em;
}

.TopMethod ul li {
    width: 32%;
    box-shadow: 0 0 5px gray;
    margin-right: 2%;
    box-sizing: border-box;
}

.TopMethod ul li:last-child {
    margin-right: 0;
}

.TopMethod h3 {
    padding: 15px;
    font-size: 24px;
}

.TopMethod p {
    text-align: center;
    padding: 15px;
}

.TopMethod a {
    border: 1px solid #212121;
    background-color: #212121;
    color: #fff;
    padding: 0.8em 1em;
    font-weight: 400;
    margin: 25px;
}

.TopMethod a:hover {
    border: 1px solid #212121;
    color: #212121;
    background-color: #fff;
}

#TopView {
    position: relative;
}

.TopViewText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#TopView h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

#TopView p {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.TopLine {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    padding: 0 10px;
}

.LineArea {
    max-width: 1100px;
    margin: auto;
}

.LineArea ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1em;
}

.LineArea ul li {
    width: 48%;
}

.LineArea ul li a {
    background-color: #28AD38;
    border: solid 1px #28AD38;
    color: #fff;
    font-size: 24px;
    padding: 0.4em 2.8em;
}

.LineArea ul li a:hover {
    background-color: #fff;
    border: solid 1px #28AD38;
    color: #28AD38;
}

.LineText p {
    padding: 40px 20px;
}

.Brand-list {
    margin-bottom: 30px;
}

.Brand-list p {
    text-align: center;
    font-size: 12px;
}

#Items h3 {
    font-size: 32px;
    border-bottom: solid 3px #888;
    padding: 20px;
    color: #333;
}

.a-z {
    display: flex;
    flex-wrap: wrap;
}

.a-z li {
    width: 7%;
    margin: 0 1% 15px;
}

.a-z li a {
    color: #000;
    border: solid 1px #333;
    border-radius: 3px;
    padding: 0.4em 0.8em;
    display: block;
}

.a-z li a:hover {
    color: #fff;
    border: solid 1px #333;
    background-color: #333;
}

.max15campaign {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 100px;
    padding: 1em;
}

.tabs {
    max-width: 1100px;
    margin: 2em auto;
}

.tabs h2 {
    font-size: 24px;
}

.campaignContainer {
    margin: 2em 1em;
}

p.spText-5up {
    max-width: 1100px;
    margin: 2em auto;
    text-align: center;
}

#Content span.wpcf7-radio {
    display: block;
}

span.wpcf7-list-item-label {
    margin-bottom: 10px;
}


/* レスポンシブ タブレット */

@media only screen and (max-width:1025px) {
    .TopBrandList {
        display: none;
    }
    .TopBrandList-sp {
        display: block;
    }
    .TopBrandList-sp ul {
        display: flex;
        flex-wrap: wrap;
        max-width: 1100px;
        margin: auto;
        margin-bottom: 60px;
        font-size: 0;
    }
    .TopBrandList-sp ul li {
        width: 25%;
    }
    #ResultShort {
        padding-bottom: 0;
    }
    .TopGenreList {
        margin-bottom: 60px;
    }
    body {
        margin-top: 113px;
    }
}


/* レスポンシブ スマホ */

@media only screen and (max-width:767px) {
    .TopBrandList-sp ul li {
        width: 33%;
        background-color: #000;
    }
    .TopGenreList ul li {
        width: 48%;
        margin-bottom: 1em;
    }
    .TopGenreList ul li:nth-child(2n) {
        margin-right: 0;
    }
    .TopMethod ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2em;
    }
    .TopMethod ul li:last-child {
        margin-bottom: 0;
    }
    .LineArea ul li {
        width: 100%;
    }
    .LineArea ul li:last-child {
        margin-top: 1em;
    }
    .TopMethod h3 {
        padding: 10px;
    }
    .TopMethod p {
        padding: 10px;
    }
    .TopMethod h3 {
        padding: 15px;
    }
    #TopView h2 {
        font-size: 36px;
    }
    #TopView p {
        font-size: 18px;
    }
    #TopView {
        height: 400px;
    }
    .TopText h2 {
        font-size: 24px;
    }
    .TopText p {
        font-size: 12px;
    }
    .a-z li a {
        padding: 0.4em;
    }
    .BrandText {
        padding: 0;
    }
    .BrandText h2 {
        font-size: 24px;
    }
    .BrandText p {
        padding: 0;
    }
    body {
        margin-top: 75px;
    }
    .TopLine {
        margin-bottom: 30px;
    }
    .max15campaign {
        margin-bottom: 0px;
    }
    .TopGenreList {
        margin-bottom: 0px;
    }
    .TopMethod {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:520px) {
    .TopBrandList-sp ul li {
        width: 50%;
    }
    body {
        margin-top: 75px;
    }
}


/* コンタクトフォーム 確認画面 */

.FormConfirm {
    max-width: 800px;
    margin: 2em auto;
    background: #f7f7f7;
    padding: 2em;
}

.FormConfirm h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0.5em;
}

.FormConfirm p {
    margin-bottom: 1.5em;
}

input.wpcf7-form-control.wpcf7-previous {
    color: #fff;
    background: #000;
    padding: 1em 3em;
    padding: 1;
    border: none;
    margin: 2em 0 1em;
}

input.wpcf7-form-control.wpcf7-previous:hover {
    opacity: 0.7;
    cursor: pointer;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #fff;
    background: #000;
    padding: 1em 3em;
    border: none;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    opacity: 0.7;
    cursor: pointer;
}

.post-time-p {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    text-align: left;
    padding-left: 5.6px;
    line-height: 1;
}


/* 店頭買取の流れ */

section#Shops {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
}

.ShopImage {
    padding: 0.6em;
}

.Shop {
    width: 48%;
}

.Shop h2.title {
    background: #eee;
    padding: 0.6em;
    color: #000;
    font-size: 24px;
}

.Shop dl dt {
    padding: 0.6em;
    background: #eee;
}

.Shop dl dd {
    padding: 0.6em;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.Shop iframe {
    width: 100%;
    height: 300px;
}

@media only screen and (max-width:767px) {
    section#Shops {
        display: block;
    }
    .Shop {
        width: 100%;
        margin-bottom: 2em;
    }
}


/* 道案内 */

#how-to-go {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 40px;
}

#how-to-go h2 {
    background: #eee;
    padding: 0.6em;
    color: #000;
    font-size: 24px;
    margin-bottom: 30px;
}

.way-to-photo-container {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

#how-to-go h3 span {
    background: linear-gradient(transparent 55%, #EBF000 55%);
}

#how-to-go h3 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
}

.how-to-go-span {
    background-color: #eee;
    color: #000;
    padding: 4px 20px;
}

.city-name-box {
    border: 3px solid #eee;
    padding: 15px 15px 0px 15px;
    margin: 0px 0px 30px 0px;
}

.way-to-photo-container-a {
    width: 32%;
}

.way-to-photo-box {
    margin-bottom: 5px;
}

.how-to-go-p-box {
    margin: 0px;
}

@media only screen and (max-width:1100px) {
    .how-to-go-padding {
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .way-to-photo-container {
        display: block;
    }
    .way-to-photo-container-a {
        width: 100%;
    }
    .way-to-photo-container-a {
        margin-bottom: 20px;
    }
}

#how-to-go h3 .way-to-go-span-green {
    background: linear-gradient(transparent 55%, #99CB98 55%);
}


/* 道案内終了 */


/* 新宅配買取の流れ */

.new-flow {
    line-height: 1.4;
}

.new-flow h1 {
    background: #191d4e;
    color: #fff;
    font-size: 19px;
    padding: 0.6em;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 30px;
}

.new-flow a {
    color: #d18c36;
}

.new-flow p {
    text-align: left;
    margin: 20px 0px;
}

.new-flow .new-flow-text-box p:first-child {
    margin-top: 0px;
}

.new-flow-flex {
    display: flex;
    margin-top: 10px;
}

.new-flow-container h3 {
    font-weight: bold;
    text-align: left;
    border-left: 10px solid #327DD2;
    padding-left: 10px;
}

.new-flow-img-box {
    width: 35%;
    margin-right: 2%;
}

.new-flow-text-box {
    width: 68%;
}

.new-flow-container {
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.new-flow-text-color {
    color: #A00000;
}

.new-flow-span {
    color: #A00000;
}

.new-flow .packing-h2 {
    background: #005735;
    color: #fff;
    padding: 0.6em;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media only screen and (max-width:1100px) {
    .new-flow-container-padding {
        padding: 0px 15px;
    }
}

@media only screen and (max-width:767px) {
    .new-flow-flex {
        display: block;
    }
    .new-flow-img-box {
        width: 100%;
    }
    .new-flow-text-box {
        width: 100%;
        margin-top: 10px;
    }
}


/* 新宅配買取の流れ終わり */


/* お問合せ切り分け */

.thanks-container {
    width: 1100px;
    margin: auto;
}


/* お問合せ切り分け終了 */


/*アパレル在庫処分 ここから*/



body.dead-stock .TopText:first-child {
    margin-bottom: 1em;
}

.dead-stock-strongth div {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 3em;
}

.dead-stock-strongth ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 1em;
}

.dead-stock-strongth ul li {
    width: 31.5%;
    list-style-type: none;
    padding-bottom: 1em;
}

.dead-stock-strongth h3 {
    padding-bottom: 0.5em;
    font-size: 18px;
}

.dead-stock-strongth p {
    text-align: left;
    padding-top: 1em;
}

.dead-stock-strongth p span {
    font-size: 14px;
}

.dead-stock-result {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 3em;
}

.dead-stock-result ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 1em;
}

.dead-stock-result ul li {
    display: flex;
    box-sizing: border-box;
    box-shadow: 0 0 5px gray;
    margin-bottom: 4em;
}

.dead-stock-result ul li img {
    width: 40%;
    height: fit-content;
}

.result-container {
    padding: 1em 2em;
}

.result-container h3 {
    padding-bottom: 1em;
    text-align: left;
    font-size: 18px;
}

.result-container p {
    font-size: 15px;
    text-align: left;
}

@media only screen and (max-width:767px) {
    .dead-stock-strongth ul li {
        width: 100%;
        padding-bottom: 4em;
    }
    .dead-stock-strongth ul li:last-child {
        padding-bottom: 0;
    }
    .dead-stock-result ul li img {
        width: 100%;
    }
    .dead-stock-result ul li {
        width: 100%;
        display: block;
        padding-bottom: 1em;
        margin-bottom: 0;
    }
    .result-container {
        padding: 1em 1.5em;
    }
}

.test {
    display: none!important;
}

/* 予約システム */

.AppBox {
    padding: 2em 10px;
}

.AppBox>p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.AppBox ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    justify-content: space-between;
}

.AppBox ul li {
    width: 49%;
    /* margin-right: 2%; */
}

.AppBox ul li:nth-child(2n) {
    margin-right: 0;
}

.AppBox ul li.Tel {
    width: 100%;
    margin-right: 0;
}

.AppBox ul li a {
    color: #fff;
    display: block;
    padding: 0.6em;
    background: #000;
    border-radius: 4px;
    font-weight: bold;
    position: relative;
    text-shadow: 1px 1px 1px rgb(0 0 0);
}

.AppBox ul li a:hover {
    opacity: 0.7;
}



.AppBox ul li.Stores a {
    background: linear-gradient(0deg, #0400a1 0%, #3e88b5 100%);
}

.AppBox ul li.Moushikomi a {
    background: rgb(173, 0, 0);
    background: linear-gradient(0deg, rgba(173, 0, 0, 1) 0%, rgba(221, 38, 38, 1) 100%);
}

.AppBox ul li.Satei a,
.AppBox ul li.Form a {
    background: rgb(207, 112, 6);
    background: linear-gradient(0deg, rgba(207, 112, 6, 1) 0%, rgba(230, 143, 46, 1) 100%);
}

.AppBox ul li.Line a {
    background: rgb(45, 153, 6);
    background: linear-gradient(0deg, rgba(45, 153, 6, 1) 0%, rgba(84, 199, 42, 1) 100%);
}

.AppBox ul li.Tel a {
    background: rgb(7, 110, 198);
    background: linear-gradient(0deg, rgba(7, 110, 198, 1) 0%, rgba(51, 155, 244, 1) 100%);
    padding: 1.5em 0 0.4em;
    font-size: 20px;
}

.AppBox ul li:not(.Tel) {
    margin-bottom: 1em;
}

.AppBox ul li:not(.Tel) a i {
    position: absolute;
    right: 10px;
    top: calc(50% - 0.5em)
}

.AppBox ul li.Tel>span {
    margin-top: 5px;
    font-size: 12px;
    display: block;
}

.button2,
a.button2,
button.button2 {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 0.5rem;
}

a.button2-c {
    width: 100%;
    position: relative;
    padding: 0.25rem 2rem 0.5rem 1.8rem;
    color: #fff;
}

a.button2-c span {
    position: absolute;
    top: -0.75rem;
    left: 10%;
    display: block;
    width: 80%;
    padding: 0.25rem 0;
    color: #000;
    border: 2px solid #339bf4;
    border-radius: 100vh;
    background: #fff;
    font-size: 14px;
    text-shadow: none;
}

a.button2-c span:before,
a.button2-c span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
}

a.button2-c span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #339bf4 transparent transparent transparent;
}

a.button2-c span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

a.button2-c i {
    margin-right: 0.75rem;
}

@media only screen and (min-width:767px) {

    /*問い合わせ・申込BOX*/
    .AppBox {
        width: 720px;
        margin: 0 auto;
    }

    .AppBox>p {
        font-size: 16px;
    }

    /* .AppBox ul li {
        width: 32%;
    } */

    .AppBox ul li a {
        font-size: 20px;
    }
    .AppBox ul li.Stores a span {
        display: inline;
    }
}

@media only screen and (min-width:950px) {
    .AppBox {
        width: 940px;
        padding: 2em 0;
    }

    .AppBox>p {
        font-size: 18px;
    }

    .AppBox ul li:not(.Tel) {
        margin-bottom: 1.5em;
    }

    .AppBox ul li.Tel a {
        font-size: 30px;
    }

    a.button2-c span {
        font-size: 16px;
    }

    .AppBox ul li.Tel>span {
        font-size: 14px;
    }
}

.header-nav-reserva {
    padding: 1.5em 0.5em;
    background: #dc3232 !important;
    width: 100%;
    margin: 0 auto 1em;
    border-radius: 3px;
    text-align: center;
}

.header-nav-reserva a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}


@media only screen and (max-width:767px) {
    .reserva {
        width: 100%!important;
        margin-top: 1em;
    }

    .reserva a {
        background: #b50c0c!important;
    }
    /* .App ul li {
        width: 45%;
    } */
}


/* ライン査定の流れ */

.flow-line-head figure {
    margin: 0;
}

.fld {
    max-width: 1100px;
    margin: 0 auto 75px;
    text-align: left;
}

.fld h2 {
    color: #000;
    margin-bottom: 25px !important;
    text-align: left;
    font-size: 40px;
    font-family: 'Zen Antique', serif;
    font-weight: normal;
}

.fld ul {
    /* padding: 1em; */
    display: flex;
}

.fld img {
    margin-bottom: 1em;
}

.flow-line div#Content {
    padding-top: 0;
}

.flow-line div#Content h1 {
    background: #719865;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1em;
}

.flow-line-top {
    background: #00B700;
}

.flow-line-what>p {
    padding: 1em;
    margin-bottom: 2em;
}

.flow-line-what h3 {
    background: #000;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.flow-line-what ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: none;
    padding: 0;
}

.flow-line-what ul li {
    width: 23.5%;
}

.flow-line-what ul li img {
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 0;
}

.flow-line-what ul li p {
    padding: 0 1em 1em 1em;
    font-size: 16px;
}

.flow-line-read p {
    margin-bottom: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (min-width:767px) {
    .flow-line-read img {
        max-width: 720px;
    }
}


.flow-line-top img {
    margin-bottom: 0;
}

.flow-line-read {
    text-align: center;
}

.flow-line-friend ul {
    justify-content: space-around;
    border: solid #00B800;
    padding: 3em 0;
}

.flow-line-friend ul li {
    width: 28.5%;
}

.flow-line-friend div {
    width: 26.3%;
    padding-left: 40px;
    border-left: solid #719865;
    text-align: center;
}

.flow-line-friend p {
    text-align: center;
}

.flow-line-3step {
    /* background: #e1d8b7;
    padding: 3em 1em; */
    margin-bottom: 50px;
}

.flow-line-3step h2 {
    color: #000;
    margin-bottom: 25px !important;
    text-align: left;
    font-size: 40px;
    font-family: 'Zen Antique', serif;
    font-weight: normal;
}

.flow-line-3step div {
    max-width: 1100px;
    margin: auto;
}

.flow-line-3step div ul {
    display: flex;
    justify-content: space-between;
    background: #fff;
    /* padding: 1em; */
    flex-wrap: wrap;
}


.flow-line-3step>h3 {
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    background: #719865;
    color: #fff;
    padding: 0.3em 0.5em;
}

.flow-line-3step div p {
    padding: 1em;
    line-height: 2;
}

.flow-line-3step ul {
    margin-bottom: 50px;
}

.flow-line-3step ul p,
.flow-line-photo p,
.flow-line-friend p {
    font-size: 16px;
}

.flow-line-3step ul li {
    width: 28.5%;
}


.flow-line-3step ul li h3 {
    font-weight: 600;
    position: relative;
    padding: 15px 0 15px 60px;
    margin-bottom: 0.5em;
    text-align: left;
}


.flow-line-3step ul li h3::before {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #000;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 20px;
}

.flow-line-3step ul li:first-child h3::before {
    content: "1";
}

.flow-line-3step ul li:nth-child(2) h3::before {
    content: "2";
}

.flow-line-3step ul li:last-child h3::before {
    content: "3";
}


.flow-line-photo ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.flow-line-photo ul li {
    width: 23.5%;
    text-align: left;
    box-sizing: border-box;
}

.flow-line-photo ul li h3 {
    border-left: solid 6px #000;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

@media only screen and (max-width:767px) {
    .pc {
        display: none;
    }

    .fld {
        margin: 0px auto 30px;
    }

    .fld ul {
        flex-wrap: wrap;
        padding: 0.5em;
        margin-bottom: 30px;
    }

    .fld h2 {
        font-size: 20px !important;
    }

    .flow-line-read {
        padding: 0.5em;
    }

    .flow-line-what ul li {
        margin-bottom: 1em;
        width: 100%;
    }

    .flow-line-what ul li:last-child {
        margin-bottom: 0;
    }

    .flow-line-read p {
        margin-bottom: 30px;
        text-align: left;
        font-size: 16px;
        font-weight: normal;
    }

    .flow-line-3step {
        padding: 2em 1em;
    }

    .flow-line-3step h2 {
        font-size: 20px;
    }

    .flow-line-3step>h3 {
        font-size: 20px;
    }

    .flow-line-3step div p {
        font-size: 16px;
    }
    .flow-line-3step ul {
        margin-bottom: 0;
    }

    .flow-line-3step ul li {
        width: 100%;
    }

    .flow-line-photo ul li {
        width: 48%;
        padding: 0;
    }


    .flow-line-3step ul li h3 {
        padding: 10px 0 5px 35px;
        font-size: 16px;
    }


    .flow-line-3step ul li h3::before {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .flow-line-3step ul li:not(:first-of-type) {
        padding-left: 0;
    }

    .flow-line-3step ul li:not(:first-of-type)::before {
        position: initial;
        clear: both;
        margin: 1rem auto;
        content: '';
        display: block;
        height: 0;
        width: 0;
        border-top: 30px solid #ff9700;
        border-left: 18px solid transparent;
        border-bottom: 0px none transparent;
        border-right: 18px solid transparent;
    }
}
/* 店舗情報 */

.shop-read ul {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #eee;
    padding: 3em;
    text-align: left;
    margin-top: 40px;
}

.shop-read p {
    line-height: 1.5;
}

.shop-read ul li {
    width: 46%;
}

.Shop-img {
    width: 100%;
}

.shop-read ul li h2 {
    font-size: 28px !important;
    font-weight: 700;
    margin-bottom: 1em;
    padding: 0;
    line-height: 1.2;
}

#ShopPageHeader {
    background: url(http://fukukai.com/img/BG-page.jpg);
    background-position: center;
    background-size: cover;
    padding: 5em 0;
}

#ShopPageHeader h1 {
    font-size: 50px !important;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

#ShopPageHeader h1 span {
    color: #FFE500;
    font-size: 60px;
}

#ShopPageHeader p {
    color: #fff;
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 0 !important;
    text-align: center;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

.shop-info ul,
.support-area ul {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.shop-info ul {
    justify-content: space-between;
    padding: 50px 0;
}

.shop-info ul li {
    width: 47%;
}

.shop-info ul li h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border-left: solid #B41D23;
    text-align: left;
}

.shop-info ul li p {
    text-align: left;
    font-size: 16px;
    padding: 0 30px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.support-area h2 {
    box-sizing: border-box;
    max-width: 1100px;
    background: #191D4E;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 40px;
    padding: 15px 0px 10px!important;
}

.support-area ul li {
    width: 18.4%;
    background: #eee;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 10px 0;
}

.support-area ul li:nth-child(5n) {
    margin-right: 0;
}

@media only screen and (max-width:950px) {
    #ShopPageHeader h1 span {
        font-size: 40px;
    }

    #ShopPageHeader h1 {
        font-size: 36px;
    }

    .shop-info ul,
    .support-area ul {
        padding: 30px;
    }
}

@media only screen and (max-width:767px) {
    .shop-read ul {
        padding: 1em;
        margin-top: 0px;
    }

    .shop-read ul li {
        width: 100%;
    }

    .shop-read ul li h2 {
        margin: 1em 0;
    }

    .shop-info ul {
        padding: 50px 10px;
    }

    .shop-info ul li {
        width: 100%;
    }

    .shop-info ul li:first-child {
        margin-bottom: 1em;
    }

    .support-area ul li {
        width: 32%;
    }

    .support-area ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .support-area ul li:nth-child(3n) {
        margin-right: 0;
    }

    #ShopPageHeader p {
        font-size: 18px !important;
    }

    #ShopPageHeader h1 span {
        font-size: 32px;
    }

    #ShopPageHeader h1 {
        font-size: 28px !important;
    }

    #ShopPageHeader {
        padding: 3em 0;
    }

    .shop-read ul li h2 {
        font-size: 20px !important;
    }
}

/* 新店舗一覧 */
.shops-lists {
    max-width: 1100px;
    margin: auto;
}

.shop-list-h2 {
    text-align: left;
    background: #191D4E;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
	padding: 0.4em!important;
}

.shop-lists-container {
    border-bottom: 1px solid #333;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 20px;
}


.shop-lists-box {
    display: flex;
    padding: 0px;
}

.shops-lists-img-box {
    width: 24%;
    margin-right: 2%;
    padding: 0px;
}

.shops-lists-address {
    text-align: left;
    padding: 0px;
	width: 44%;
}

.shops-lists-address h3 {
    font-size: 24px;
    font-weight: bold;
}

.shop-lists-btn-box {
    position: relative;
    padding: 0px;
    width: 30%;
}

.shop-lists-btn {
    display: inline-block;
    background: #A00000;
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #A00000;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    padding: 10px 0px 7px;
}

.shop-lists-btn:hover {
    color: #A00000 !important;
    background: #fff;
}



.shops-jump-btn-container {
    max-width: 1100px;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
    justify-content: center;
}

.shops-jump-btn {
    background: #333;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border: solid 1px #333;
    display: block;
    width: 10%;
    margin: 0px 10px;
	padding: 10px 0px 5px;
}

.shops-jump-btn:hover {
    color: #333;
    background: #fff;
}

.shops-lead-p {
    margin-bottom: 20px;
    margin-top: 10px;
	text-align: center;
}

@media only screen and (max-width:1100px) {
    .shop-lists-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width:767px) {
    .shop-lists-box {
        display: block;
    }

    .shops-lists-img-box {
        width: 100%;
        margin-right: 0%;
        padding: 0px;
    }

    .shop-lists-btn-box {
        width: 100%;
        margin-top: 30px;
    }

    .shop-lists-btn {
        position: static;
        width: 70%;
    }

    .shops-jump-btn {
        font-size: 22px;
    }
	.shops-lists-address {
	width: 100%;
	margin-top: 30px;
    }
	.shops-jump-btn {
    width: 20%;
    }
}

/* 店舗一覧終わり */
/* 都道府県ページ */

.prefectures-seek,
.prefectures-strength {
    max-width: 1100px;
    margin: auto;
}

.prefectures-seek h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.prefectures-seek-container {
    display: flex;
}

.prefectures-strength {
    padding: 30px 0px 60px;
}

.prefectures-strength ul {
    display: flex;
    justify-content: space-between;

}

.prefectures-strength-method ul {
    display: flex;
}

.prefectures-seek-red {
    text-align: left;
    font-weight: bold;
    color: #bd0000;
    font-size: 20px;
    margin-bottom: 5px;
}

.prefectures-seek-sentence {
    margin-left: 30px;
}

.prefectures-seek-p {
    text-align: left;
    margin-top: 30px;
}

.prefectures-strength h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.prefectures-strength li {
    width: 32%;
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.25);
}

.prefectures-strength h3 {
    font-weight: bold;
    margin-top: 20px;
}

.prefectures-strength p {
    padding: 10px 10px 20px;
    text-align: left;
}

.new-method-h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
.prefectures-strength-photo{
	width: 100%;
}
@media only screen and (max-width:1100px) {

    .prefectures-seek,
    .prefectures-strength {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:767px) {
    .prefectures-seek-container {
        display: block;
    }

    .prefectures-seek-sentence {
        margin: 20px 0px;
    }

    .prefectures-seek h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .prefectures-strength {
        padding-bottom: 60px;
    }

    .prefectures-strength ul {
        display: block;
    }

    .prefectures-strength li {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* 都道府県ページ 終了*/
/* トップ店舗メニュー */
.shop-list-top-container{
	margin-top: 40px;
}
.top-shops-menu{
	max-width: 1100px;
	margin: auto;
	margin-top: 30px;
}
.top-shops-menu .tabnav{
	display: flex;
	margin-bottom: 20px;
    border-bottom: 3px solid #163746;
}
.top-shops-menu .active{
    background: #163746;
    color: #fff;
}
.top-shops-menu ul li {
	width: 10%;
}
.top-shops-menu ul li a{
    font-size: 22px;
    font-weight: bold;
    background: #dbdbdb;
    color: #333;
	display: block;
	padding: 10px 0px 5px;
}
@media only screen and (max-width:1100px) {
	.top-shops-menu{
	padding: 0px 10px;
	margin-top: 20px;
}
	.top-shops-menu ul li {
	width: 25%;
}

}
/* トップ店舗メニュー 終了*/
/* 3つの簡単査定 */

.three-easy-method {
    max-width: 1100px;
    margin: auto;
    padding: 0px 10px 80px 10px;
}

.three-easy-method-container {
    display: flex;
}

.three-easy-method-box {
    width: 32%;
    margin-right: 2%;
    padding: 30px 20px 80px;
    background: #F2F2F2;
    position: relative;
}

.three-easy-method-img-box {
    margin-bottom: 10px;
}

.three-easy-method-box h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px;
    color: #555;
}

.three-easy-method-box p {
    font-size: 16px;
    text-align: left;
}

.three-easy-method-link {
    background: #42230e;
    color: #fff !important;
    border: 1px solid #42230e;
    font-weight: bold;
    width: 60%;
    padding: 10px 0px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.three-easy-method-link:hover {
    color: #42230e !important;
    background: #fff;
}

.three-easy-method-box:before {
    content: "1";
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #d79e9e;
    text-align: center;
    line-height: 48px;
    position: absolute;
    top: -25px;
    left: calc(50% - 24px);
}

.three-easy-method-box:nth-child(2):before {
    content: "2";
}

.three-easy-method-box:nth-child(3):before {
    content: "3";
}

.three-easy-method h2 {
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 30px;
}

.three-easy-method-box:last-of-type {
    margin-right: 0px;
}

@media only screen and (max-width:767px) {
    .three-easy-method-container {
        display: block;
    }
    .three-easy-method-box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 60px;
    }
    .three-easy-method {
        padding-bottom: 0px;
    }
}


/* 3つの簡単査定終わり */

/* NEWフッター */
/* .new-footer {
    display: none;
} */

.new-footer h2 {
    font-size: 16px;
}

.footer-wrap {
    max-width: 1100px;
    margin: auto;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    padding: 5em 0 3em;
}

.footer-cv ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer-cv ul li {
    width: 48.5%;
}

.footer-cv ul li a {
    border: 1px solid #f2a12b;
    color: #fff;
    background: #f2a12b;
    display: block;
    padding: 0.4em 0;
    margin-bottom: 0.6em;
    font-size: 16px;
}

.footer-cv ul li:nth-child(2) a {
    border-color: #01c614;
    background-color: #01c614;
}

.footer-cv ul li:nth-child(4) a {
    background: #fff;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.footer-cv ul li:nth-child(4) a img {
    vertical-align: middle;
}

.footer-cv ul li a:hover {
    opacity: 0.7;
}

.footer-left {
    width: 40%;
}

.footer-logo,
.footer-shoplist {
    margin-bottom: 30px
}

.footer-shoplist h2 {
    margin-bottom: 10px;
}

.footer-left h3 {
    margin-bottom: 10px;
    font-size: 16px;
    border-left: solid;
    padding: 3px 0 3px 5px;
}

.footer-shoplist p {
    font-size: 14px;
    margin-bottom: 15px;
}

.footer-right {
    width: 60%;
    padding-left: 50px;
}

.footer-right h2 {
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.footer-right ul:first-child {
    font-size: 16px;
    padding: 1em;
}

.footer-right ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-right ul li {
    margin: 0 30px 12px 0;
}

@media only screen and (max-width:1100px) {
    .footer-wrap {
        padding: 3em 10px 2em;
    }
}

@media only screen and (max-width:767px) {

    .footer-left,
    .footer-right {
        width: 100%;
    }

    .footer-right {
        padding: 0;
    }

    .footer-left {
        order: 2;
    }

    .footer-right ul:first-child {
        padding: 0;
    }

    .footer-logo {
        width: 70%;
        margin: 0 auto 20px;
    }
    .fotter-company dl {
        font-size: 12px;
    }
}

/* 注意書き実装 */
.caution {
    text-align: center;
    font-size: 14px;
}

@media only screen and (max-width:767px){
    .caution {
        font-size: 10px;
    }
}