
/* TABLE OF CONTENTS:
 * 
 * 00 どのサイズでも共通で適用されるスタイル
 *    - テンプレ調整
 *    - イントロ
 *    - 選ばれる理由
 *    - 遺品買取例
 * 01 幅 768 未満
 *    - メインビジュアル
 *    - 選ばれる理由
 *    - 遺品買取例
 * 02 幅 480px 以上
 * 03 幅 768px 以上
 *    - メインビジュアル
 *    - 選ばれる理由
 *    - 遺品買取例
 * 04 幅 880px 以上
 * 05 幅 1072px 以上
 * 06 幅 1264px 以上
 *    - イントロ
 * 07 それ以外
 *    - 遺品買取例
 */

/* --------------------------------------------------------------------------------------------------------
   00
 *
 * どのサイズでも共通で適用されるスタイル
 */


  /* テンプレ調整 */
  #mainImg + div.outer {
    padding-bottom: 1px;
  }


  /* イントロ */
  .intro h1 + p {
    max-width: 750px;
    margin-right: auto !important;
    margin-left: auto !important;
  }


  /* 選ばれる理由 */
  .advantage ul li {
    list-style: none;
  }


  /* 遺品買取例 */
  .outer.kougakusatei {
    background-color: #e7e7e7;
  }
  .kougakusatei-wrapper {
    background-color: #FFF;
    padding: 1em;
  }
  .kougakusatei-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5em;
    margin-left: -0.5em;
  }
  .kougakusatei-wrapper ul li {
    list-style: none;
    padding: 1em 0.5em 0;
  }
  .kougakusatei-wrapper ul li .price {
    background: #993333;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    padding: 0.2em;
  }
  .kougakusatei .cost h3 {
    background: #ffcc33;
    text-align: center;
    padding: 0.5em 0.2em;
  }
  .kougakusatei .cost h3 + div {
    background: #FFF;
    padding: 0.5em 2em 1em;
  }



/* --------------------------------------------------------------------------------------------------------
   01
 *
 * 幅 768px 未満
 */
@media screen and (max-width: 767px) {


  /* メインビジュアル */
  #mainImg {
    background-image: url(../img/ihin/mv-bg.png);
    padding: 0 !important;
  }


  /* 選ばれる理由 */
  .advantage ul li {
    border-bottom: 1px #CCC dashed;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .advantage ul li .image {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .advantage ul li .image img {
    margin-left: -3%;
  }


  /* 遺品買取例 */
  .kougakusatei-wrapper ul li {
    width: calc(100% / 3);
  }


}/* End max 767px */



/* --------------------------------------------------------------------------------------------------------
   02
 *
 * 幅 480px 以上
 */
@media screen and (min-width: 30em) {

    /* ここにスタイル */

}/* End min 480px */



/* --------------------------------------------------------------------------------------------------------
   03
 *
 * 幅 768px 以上
 */
@media screen and (min-width: 48em) {


  /* メインビジュアル */
  #mainImg {
    background-image: url(../img/ihin/mv-bg-pc.png);
    padding: 0 !important;
  }


  /* 選ばれる理由 */
  .advantage ul {
    display: flex;
  }
  .advantage ul li {
    width: calc( 100% / 3 )
  }
  .advantage ul li .txt {
    margin-top: -0.8em;
    padding-left: 8%;
  }


  /* 遺品買取例 */
  .outer.kougakusatei {
    background-image: url(../img/ihin/kougakusatei-bg-pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  .kougakusatei-wrapper .image-1 {
    float: left;
    text-align: left;
    width: 53%;
  }
  .kougakusatei-wrapper .image-2 {
    float: right;
    text-align: right;
    width: 46%;
  }
  .kougakusatei-wrapper ul {
    clear: both;
  }
  .kougakusatei-wrapper ul li {
    width: calc(100% / 5);
  }
  .kougakusatei-wrapper ul li .price {
    font-size: 1.2em;
  }


}/* End min 768px */



/* --------------------------------------------------------------------------------------------------------
   04
 *
 * 幅 880px 以上
 */
@media screen and (min-width: 55em) {

    /* ここにスタイル */

}/* End min 880px */



/* --------------------------------------------------------------------------------------------------------
   05
 *
 * 幅 1072px 以上
 */
@media screen and (min-width: 67em) {

    /* ここにスタイル */

}/* End min 1072px */



/* --------------------------------------------------------------------------------------------------------
   06
 *
 * 幅 1264px 以上
 */
@media screen and (min-width: 79em) {

    /* イントロ */
    .intro {
      padding-bottom: 0;
    }
    .intro:before {
      content: none;
    }



}/* End min 1264px */



/* --------------------------------------------------------------------------------------------------------
   07
 *
 * それ以外
 */


    /* 遺品買取例 */
    @media screen and (min-width: 1640px) {
        .outer.kougakusatei {
          position: relative;
        }
        .outer.kougakusatei:after {
          content: "";
          background: url(../img/ihin/image1.png) center no-repeat;
          display: block;
          height: 368px;
          width: 392px;
          position: absolute;
          bottom: 0;
          left: calc(1000px + ( 49vw - 500px ));
        }
    }/* End min 1640px */
