/* heder phpの最後に書き込む */

/*----------------------
*ユーティリティ
----------------------*/
body{
  font-feature-settings: "palt";
	letter-spacing:  0.05em;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-center{
text-align:center;
}
.mg0auto{
  margin:0 auto;
}
.mg0{
  margin:0;
}
.l-header__inner {
    max-width: 1200px;
}
.section{
  max-width:1130;
}

th{
  vertical-align:middle;
}

@media only screen and (min-width: 800px){
.p-index-slider {
 margin-top: 105px;
}
}

/* ----------------------- 
* PC改行
*  ---------------------*/
.br-pc { display:block; }
.br-sp { display:none; }

/* ----------------------- 
* 各ページ共通
*  ---------------------*/
.ection_btn_copy {
  text-align:center;
  }


/*----------------------
*カラー
----------------------*/
.color-gray{
  color:#5F5F5E !important;
}
.color-red{
  color:#ff0000 !important;
}
.color-white{
  color:#ffffff !important;
}
.color-yellow{
  color:#ffe200 !important;
}
.color-gold{
  color:#C7A554 !important;
}
.color-navy{
  color:#002442 !important;
}

.bg-red{
  background:#ff0000 !important;
}

/* ----------------------- 
 * 会社概要・利用規約・プライバシー
 *  ---------------------*/
.information-area{
max-width: 900px;
margin: 0 auto;
background-color: #ffffff;
}
.information_title{
    font-family: "Times New Roman",  "Yu Mincho","YuMincho", "Hiragino Mincho Pro", "HiraMinProN-W3",  serif;
    color:#002442;
    font-weight: bold;
    font-size: 1.4em;
}
.information_text{
    line-height: 210%;
    margin: 15px 0 50px;
    font-size: 1em;
    color: #2d2d2d;
    font-weight: 300;
}
.information_list ul{
  list-style: decimal;
    padding: 0 20px;
}
.information_list li{
  font-size: 100%;
  font-weight: 300;
}

 
/*----------------------
*ボタン
----------------------*/
.btn-text {
    font-weight: bold;
    font-size: 1.2em;
}

.post_col, .post_col-2{
    margin-bottom: 0;
}
.section_btn.post_row{
  max-width:1130px;
}
.button-cta{
  max-width:100%;
  padding:.7em 0 1em;
  background-color:#ff0000;
  line-height: 160%;
  font-weight: bold;
  font-size: 1.2em;
}
.button-cta_number{
  font-size: 1.5em;
  font-weight: bold;
}

.btn-square-red {
    display: inline-block;
    padding: 1em 1.2em;
    text-decoration: none;
    background: #ff0000;
    color: #FFF;
    border-bottom: solid 4px #880000;
    border-right: solid 4px #880000;
    border-radius: 5px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.btn-square-green {
    display: inline-block;
    padding: 1em 1.2em;
    text-decoration: none;
    background: #07e62c;
    color: #FFF;
    border-bottom: solid 4px #007c15;
    border-right: solid 4px #007c15;
    border-radius: 5px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.btn-square-navy {
    display: inline-block;
    padding: 1em 1.2em;
    text-decoration: none;
    background: #004b89;
    color: #ffffff;
    border-bottom: solid 4px #002442;
    border-right: solid 4px #002442;
    border-radius: 5px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.btn-square-red:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
    border-right: none;
}

.btn-square-green:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
    border-right: none;
}

.btn-square-navy:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
    border-right: none;
}

.btn-square-red:hover {
  /*マウスが乗った時*/
  background-color: #ce0303;
}

.btn-square-green:hover {
  /*マウスが乗った時*/
  background-color: #00a01b;
}

.btn-square-navy:hover {
  /*マウスが乗った時*/
  background-color: #002e54;
}

/*----------------------
*グローバルメニュー
----------------------*/
.c-menu-button {
    color: #002442;
}
.p-global-nav > li > a {
padding-left: 10px;
padding-right: 10px;
}

.menu-text{
color:#002442;
font-size:.9em;
}

.p-footer-nav a{
color:#ffffff;
font-size:0.8em;
}
.p-footer-nav .fa-fw:before{
  font-size:0.9em;
}

@media only screen and (max-width: 1200px){
.p-global-nav {
    background: rgba(255, 255, 255, 0.8);
}
}

/* ----------------------- 
 * 見出し装飾
 *  ---------------------*/

.section-title1{
    font-size: 2.4em !important;
    font-weight: bold !important;
    color: #ffffff;
}
.section-title2{
    font-size: 2.3em !important;
    font-weight: bold !important;
    color: #002442;
    margin-top: 30px;
}
.section-title3{
    font-size: 2.1em !important;
    font-weight: bold !important;
    color: #002442;
    margin-top: 45px;
}
.text-bold{
    font-weight: bold !important;
    color:#ff0000;
    font-size: 1.1em !important;
}
.font-small{
  font-size: .9em;
}
.p-index-content01 {
    margin: 50px 0;
    padding: 0;

}

/* ----------------------- 
* 選ばれる理由
*  ---------------------*/
.container3{
    display:flex;
    margin-bottom: 25px;
}
.container3:last-child{
    margin-bottom: 15px;
}
.selected{
    background-color: #c7e5ff;
    border: 3px solid #c7e5ff;
    border-radius:3px;
    box-sizing: border-box;
    max-width: 1130px;
    margin: 0 auto;
    padding: 15px;
}
.selected-nunber{
    background-color: #002442;
    padding: 30px 10px;
    color:#ffffff;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size:4em;
}
.selected-wrap{
    display: flex;
    justify-content: space-between;
}
.selected-box{
    margin: 0 0 0 20px;
}
.selected-title_area{
    font-size: 1.9em;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color:#002442;
    box-sizing: border-box;
    width:100%;
    margin: 10px 0;
}
.selected-title_catch{
    font-size: 1em;
    line-height: 200%;
    font-weight: bold;
}
.selected-title{
      font-size: 1.3em;
    font-weight: bold;
    color: #ff0000;
}
.selected-text{
    font-size: 1em;
    max-width:100%;
    text-align: left;
    line-height: 200%;
}
.selected-photo{
    margin-left: 20px;
}
.selected-img{
    max-height:190px;
}
/* ----------------------- 
* 確かな査定
*  ---------------------*/

.assess{
    background-color: #ffffff;
    border: 3px solid #ffe200;
    border-radius:3px;
    box-sizing: border-box;
    max-width: 1130px;
    margin: 0 auto 40px;
}

/* ----------------------- 
* 二つの買取方法
*  ---------------------*/
.container2{
    display:flex;
    justify-content: space-around;
    flex-direction: row;
    margin-bottom: 15px;
    align-items: center;
}
.how-to-buy{
    background-color: #ffffff;
    border: 3px solid #ffe200;
    border-radius:3px;
    box-sizing: border-box;
    max-width: 1130px;
    margin: 0 auto 40px;
}
.how-to-buy:last-of-type{
    margin-bottom: 0px;
    }
.how-to-title_area{
    font-size: 1.9em !important;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color:#002442;
    padding: 8px;
    margin: 0 auto 20px;
    background-color: #ffe200;
    box-sizing: border-box;
    width:100%;
}
.how-to-title_catch{
    font-size: .5em;
    line-height: 200%;
    font-weight: bold;
}
.how-to-title{
    font-weight: bold;
}
.how-to-text__box{
    max-width:600px;
    margin-right: 20px;
}
.how-to-text{
    font-size: 1em;
    max-width:100%;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 30px;
    line-height: 200%;
}
.text-notes{
    font-size: .8em;
    display: block;
    margin: 15px 0 0;
    line-height: 190%;
}
.how-to-photo{
    max-width:60%;
    margin-right: 15px;
}
.how-to-img{
    max-height:320px;
    margin-bottom: 10px;
}
.how-to-btn{
    font-weight: bold;
    font-size: 1.2em;
    background-color: #002442;
    border-radius:3px;
    box-sizing: border-box;
}
.howto-3step_area{
    max-width: 1130px;
    border: 3px solid #ffe200;
    margin: 60px auto;
}
.howto-3step_title{
    font-size: .7em;
    font-weight: bold;
    color:#002442;
}
.howto-3step_number{
    background-color: #ffe200;
    padding: 10px;
    color:#ffffff;
    line-height: 110%;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.3em;
    font-weight: bold;
}
.howto-3step_text{
    background-color: #eeefef;
    padding: 10px;
    height: 380px;
}


/* ----------------------- 
* 買取実績
*  ---------------------*/
.section-area{
    max-width: 1130px;
    margin: 0 auto;
}
.container{
    display:flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: auto;
}

.box{
    margin: 10px;
}
.brand-icon{
    margin-bottom: 20px;
}
.items-box{
    display:flex;
    justify-content: space-between;
    width: 500px;
    height: auto;
    padding: 15px;
    margin: 0 auto 20px;
    background-color: #ffffff;
    border-radius:3px;
    box-sizing: border-box;
}
.items-box:last-of-type{
    margin-bottom: 40px;
}
.items-img{
    max-height:135px;
    margin-right:20px;
}
.item-text{
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
    margin: auto 0;
    font-size:.9em;
    line-height: 210%;
}
.items-name{
    display: block;
    font-weight:bold;
    font-size:1.6em;
}
.items-price{
    display: block;
    font-size:2.2em;
    color:#ff0000;
    font-weight:bold;
}
.items-majorprice{
    display: inline-block;
    font-size: .8em;
    line-height: 200%;
    border-radius: 3px;
    padding: 0px 10px;
    box-sizing: border-box;
    background-color: #909090;
    color: #fff;
}
.items-price_jisseki{
    display: inline-block;
    background-color: #ff0000;
    color:#fff;
    font-weight:600;
    font-size:0.5em;
    padding: 0px 5px;
    box-sizing: border-box;
    vertical-align:text-bottom;
}
.bland-link{
  color: #C7A554;
  font-weight: 500;
  border-bottom: 1px solid #C7A554;
  padding-bottom: 2px;
}
.items-text_link{
  margin-bottom: 25px;
}
.yen{
    font-size:0.6em;
    font-weight:bold;
}

/* ----------------------- 
 * レビューページ
 *  ---------------------*/
 .review-text{
   line-height:180%;
 }
 

/* ----------------------- 
 * 装飾
 *  ---------------------*/
.line1{
    border:1px dashed #eeeeee;
    margin: 0 40px 40px;
}
.line2{
    border:1px dashed #002442;
    margin: 0 40px 40px;
}
.line3{
    border:1px dashed #002442;
    margin: 0 0 25px;
}
/* ----------------------- 
 * ブランドリスト表示
 *  ---------------------*/
.bland-list_text{
  font-size: 1.2rem;
    font-weight: bolder;
    margin-bottom: 20px;
    text-align:center;
    line-height: 180%;
}
 
.wbox {
    margin: auto;
    position: relative;
        padding: 45px 15px;
}
@media only screen and (max-width: 800px){
.wbox {
    width: auto;
    padding: 40px 15px;
}

.main-block > .inner {
    padding: 4%;
}
}

.main-block > .inner {
    padding: 20px;
    border-top: 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #f5f5f5;
    max-width: 1130px;
    margin: 0 auto;
}
.brand-list {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 6px;
}
@media only screen and (max-width: 800px){
.brand-list {
    margin-top: 10px;
    margin-bottom: 6px;
}
}

/* リスト表示　挙動*/
.brand-list ul {
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brand-list ul li {
    display: inline-block;
    margin: 0 5px 15px;
    vertical-align: top;
}
@media only screen and (max-width: 800px){
.brand-list ul li {
/*width: 77%;*/
    margin: 0 3% 0 0;
    margin-bottom: 12px;
}
}

.block{
  display: block;
}

/*ブランドリスト黒丸非表示*/
.entry-content .brand-list ul li:before {
	content: none;
}

/* リストの文字装飾設定*/
li, dt, dd {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.08em;
}
@media only screen and (max-width: 800px){
li, dt, dd {
    font-size: 15px;
}
}

.brand-list ul li span {
    display: block;
    padding: 6px 0;
    font-weight: bold;
    line-height: 140%;
}
.brand-list ul li　a {
text-decoration: none;
}


/* ----------------------- 
 * エリア装飾
 *  ---------------------*/
#cb_1{
  padding: 20px 0 20px;
}
#cb_3{
  background-color:#002442;
  padding: 15px 15px 1px;
}

#cb_6{
  padding: 0 15px;
}
#cb_8{
  background-color:#fffdeb;
  padding: 1px 15px 45px;
}

#cb_7{
    margin: 10px 15px 30px;
}
#cb_5{
    padding: 1px 15px 65px;
    background-color: #e7f2fb;
}

/*----------------------
*Font Awesome
----------------------*/
.i-thumbs-up:before {
    content: "\f164";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color:#ffe200;
    font-size: 1.3em;
}
.i-camera:before {
  content: "\f030";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:1.1rem;
}
.i-chevron-right:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:1rem;
}
.i-camera2:before {
  content: "\f030";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color:#ffe200;
    font-size: 1.3em;
}
.i-yen:before {
  content: "\f157";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:1.1rem;
}
.i-yen2:before {
    content: "\f157";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color:#ffe200;
    font-size: 1.3em;
}
.i-comments:before {
  content: "\f086";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:1.1rem;
}
.i-crown:before {
  content: "\f521";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:1rem;
}
.i-question:before {
  content: "\f128";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:1.1rem;
}
.i-truck-box:before {
    content: "\f0d1";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color:#ffe200;
    font-size: 1.3em;
}
.i-truck-box:after {
    content: "\f466";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color:#ffe200;
    font-size: 1.3em;
}



/*----------------------
*
*スマホ対応
*
----------------------*/

@media screen and (max-width:480px) {
    .p-index-content01__catch {
        font-weight: bold !important;
    }
    
    /* ----------------------- 
    * スマホ改行
    *  ---------------------*/
    .br-pc { display:none; }
    .br-sp { display:block; }
    
    /* ----------------------- 
    * ボタン
    *  ---------------------*/
    .post_col-2:first-child{
    margin-bottom: 30px;
    }
    
    /* ----------------------- 
    * フォントサイズ
    *  ---------------------*/
    h2.p-index-content01__catch.spfont-size{
        font-size:1.4em !important;
    }
    .section-title3{
    font-size: 170% !important;
    }
    .section-title2{
    font-size: 1.3em !important;
    }
    .selected-title_area {
    font-size: 1.8em !important;
      
    }

    /* ----------------------- 
     * 装飾
     *  ---------------------*/
    .line1{
        border:1px dashed #eeeeee;
        margin: 0 0 30px;
    }
    .line2{
        border:1px dashed #002442;
        margin: 0 0 30px;
    }
    /* ----------------------- 
    * 選ばれる理由
    *  ---------------------*/
    .selected {
        background-color: #c7e5ff;
        border: 3px solid #c7e5ff;
        box-sizing: border-box;
    }
    .selected-wrap {
        display: block;
    }
    .selected-title_area {
        margin: 10px 0 20px;
        text-align: center;
    }
    .selected-box {
        margin: 0 0 20px 20px;
        width: auto;
    }
    .selected-photo {
        text-align: center;
        margin: 0 0 20px 20px;
        width: auto;
    }
    .selected-img {
        max-height: 160px;
    }
    /* ----------------------- 
    * 二つの買取方法
    *  ---------------------*/
    .container2{
        display:block !important;
        flex-wrap:nowrap;
        justify-content:space-between;
    }
    .how-to-text__box {
        margin: 0 20px;
    }
    .how-to-photo {
    max-width: 100%;
    margin-right: 0;
    }
    .how-to-img {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }
    .how-to-btn {
        margin-bottom: 30px;
    }
    .how-to-text {
    margin: 0 15px 20px;
    }
    /* ----------------------- 
    * 買取実績
    *  ---------------------*/
    .container{
        display:block !important;
        flex-wrap:nowrap;
        justify-content:space-between;
    }
    .items-img{
        max-height:95px;
        margin-right:10px;
    }
    .items-box{
        max-width: 100%;
        padding: 5px;
        margin: 0 0px 20px;
    }
    .item-text{
        font-size:.8em;
        line-height: 150%;
    }
    .items-name{
        font-size:1.2em;
    }
    .items-price{
        font-size:1.6em;
    }
    .items-majorprice{
        letter-spacing: 0.03em;
        margin: 5px 0 10px;
    }
   .container:last-of-type{
        margin-bottom: 20px;
    }
    .bland-list_text {
    font-size: 1rem;
    }
    /* ----------------------- 
    * アコーディオンメニュー
    *  ---------------------*/
    .p-global-nav .sub-menu a, .p-news-ticker, .p-widget-dropdown, .p-widget-dropdown select, .p-headline, .p-latest-news__title, .l-footer, .p-menu-button.is-active{
    color: #ffffff;
    }
    
    /* ----------------------- 
    * 固定ページ ディスクリプション
    *  ---------------------*/
    .p-page-header__desc {
    text-align: center;
}

}


@media only screen and (max-width: 1200px){
      /* ----------------------- 
    * アコーディオンメニュー
    *  ---------------------*/
.p-global-nav {
    background: rgba(255, 255, 255, 0.8) !important;
}

}


/*----------------------
*マージンボトム
----------------------*/
.mb140{
  margin-bottom: 140px;
}
.mb130{
  margin-bottom: 130px;
}
.mb120{
  margin-bottom: 120px;
}
.mb110{
  margin-bottom: 110px;
}
.mb100{
  margin-bottom: 100px;
}
.mb90{
  margin-bottom: 90px;
}
.mb80{
  margin-bottom: 80px;
}
.mb70{
  margin-bottom: 70px;
}
.mb60{
  margin-bottom: 60px;
}
.mb50{
  margin-bottom: 50px;
}
.mb40{
  margin-bottom: 40px;
}
.mb30{
  margin-bottom: 30px;
}
.mb20{
  margin-bottom: 20px;
}
.mb10{
  margin-bottom: 10px;
}
.mb0{
  margin-bottom: 0;
}

/*----------------------
*マージントップ
----------------------*/
.mt140{
  margin-top: 140px;
}
.mt130{
  margin-top: 130px;
}
.mt120{
  margin-top: 120px;
}
.mt110{
  margin-top: 110px;
}
.mt100{
  margin-top: 100px;
}
.mt90{
  margin-top: 90px;
}
.mt80{
  margin-top: 80px;
}
.mt70{
  margin-top: 70px;
}
.mt60{
  margin-top: 60px;
}
.mt50{
  margin-top: 50px;
}
.mt40{
  margin-top: 40px;
}
.mt30{
  margin-top: 30px;
}
.mt20{
  margin-top: 20px;
}
.mt10{
  margin-top: 10px;
}
.mt0{
  margin-top: 0;
}

/*----------------------
*パディングリセット
----------------------*/
.pd0{
  padding: 0;
}

/* ----------------------- 
フォントコード
font-family: 'Ubuntu', sans-serif;
font-family: 'Ubuntu Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Philosopher', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
 *  ---------------------*/

