@charset "UTF-8";

/*ーーーーーーーーーーーーーーーーーーーーーおすすめポイントページのCSSーーーーーーーーーーーーーーーーーーーーー*/

@media only screen and (min-width: 641px) {
  .points_cont_wrp {
    width: 980px;
    margin: 0 auto;
  }

  /*リード部分の設定*/

  .leed_wrp {
    padding-top: 27px;
  }

  .leed_l_wrp {
    width: 620px;
    float: left;
  }

  .leed_r_wrp {
    width: 337px;
    float: right;
  }

  .m_leed_img {
    display: inline-block;
    padding-bottom: 4px;
  }

  .leed_sentence {
    font-size: 123%;
    line-height: 2em;
    text-indent: -0.6em;
  }

  /*レスポンシブ版リード部分*/
  .res_leed_title_wrp {
    display: none;
  }

  /*グローバルメニュー「おすすめポイント」ボタン部分の設定*/

  .nav_points a {
    display: block;
    width: 221px;
    margin-top: -56px;
    overflow: hidden;
  }

  .non_link {
    cursor: default;
  }

  /*大容量の２コース部分の設定*/

  .res_service_title {
    display: none;
  }

  .title_under_line {
    display: none;
  }

  .course_title {
    display: inline-block;
    background-image: url(../../img/old/shared/line.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 5px;
  }

  .two_course_leed {
    font-size: 123.1%;
    padding-left: 15px;
    padding-top: 16px;
    padding-bottom: 15px;
  }

  .std_wrp {
    width: 481px;
    float: left;
  }

  .dx_wrp {
    width: 481px;
    float: right;
  }

  .leed_wrp {
    padding-bottom: 8px;
  }

  .course_caption1 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 108%;
    padding-left: 8px;
  }

  .course_caption2 {
    padding-bottom: 8px;
    font-size: 108%;
    padding-left: 8px;
  }

  .two_course_explanation {
    margin-top: 13px;
    padding: 20px;
    margin-bottom: 40px;
    background-color: #f1f1f1;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    behavior: url("/PIE.htc");
  }

  .explanation1 {
    font-size: 108%;
    padding-bottom: 5px;
  }

  .explanation2 {
    font-size: 108%;
    padding-bottom: 5px;
  }

  .explanation3 {
    font-size: 108%;
  }

  /*預けたコレクションはウェブで管理部分の設定*/

  .management_leed {
    font-size: 123.1%;
    padding-left: 15px;
    padding-top: 10px;
    line-height: 1.7em;
  }

  .management_title {
    display: block;
  }

  .management_explanation {
    font-size: 108%;
    margin-top: 10px;
    padding: 15px 28px;
    line-height: 1.7em;
    background-color: #e0d4ae;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    behavior: url("/PIE.htc");
  }

  .management_img_wrp {
    display: table;
  }

  .management_img_1 {
    width: 326px;
    display: table-cell;
    text-align: center;
  }

  .management_img_2 {
    width: 326px;
    display: table-cell;
    text-align: center;
    margin-left: -9px;
  }

  .management_img_3 {
    width: 328px;
    display: table-cell;
    text-align: center;
  }

  .img_caption1 {
    width: 326px;
    display: inline-block;
    text-align: center;
    font-size: 123.1%;
    font-weight: bold;
  }

  .img_caption2,
  .img_caption3 {
    width: 326px;
    display: inline-block;
    text-align: center;
    font-size: 123.1%;
    font-weight: bold;
  }

  .kome {
    font-size: 80%;
    font-weight: bold;
  }

  /*購入ボタン部分の設定*/

  .buy_btn_big {
    margin-top: 15px;
  }

  /*SNSボタン部分の設定*/

  .sns {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}

/*画面サイズ640px切り替え後の設定ーーーーーーーーーーーーーーー*/

@media only screen and (max-width: 640px) {
  .points_cont_wrp {
    width: 100%;
  }

  /*リード部分の設定*/

  /*レスポンシブ版リード部分*/

  .res_leed_title_wrp {
    display: block;
  }

  .res_leed_title_wrp {
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .res_leed_title_img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
  }

  .leed_title {
    display: inline-block;
    font-size: 153.9%;
    font-weight: bold;
  }

  .leed_wrp {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .leed_l_wrp {
    width: 93.75%;
    height: auto;
    margin: 0 auto;
    padding-left: 0px;
    float: none;
  }

  .leed_r_wrp {
    display: none;
  }

  .m_leed {
    display: none;
  }

  .leed_sentence {
    font-size: 108%;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  /*大容量の２コース部分の設定*/

  .two_course_wrp {
    width: 93.75%;
    height: auto;
    margin: 0 auto;
  }

  .two_course_title {
    display: none;
  }

  .res_service_title {
    display: block;
    background-color: #ff6600;
    color: #fff;
    font-size: 108%;
    padding: 15px 0px 10px 20px;
    background-image: url(../../img/old/shared/footer_line.gif);
    background-position: top left;
    background-repeat: repeat-x;
  }

  .course_title {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .title_under_line {
    display: block;
    background-image: url(../../img/old/shared/line.gif);
    background-position: top left;
    background-repeat: repeat-x;
    padding-top: 5px;
  }

  dt {
    margin-bottom: -5px;
  }

  .course_img_wrp {
    width: 100%;
    text-align: center;
  }

  .course_img {
    max-width: 77.156%;
    height: auto;
    width: auto;
    display: inline;
    margin: 0 auto;
  }

  .two_course_leed {
    font-size: 123.1%;
    padding-left: 15px;
    padding-top: 16px;
    padding-bottom: 15px;
  }

  .std_wrp {
    width: 100%;
    float: none;
  }

  .dx_wrp {
    float: none;
  }

  .leed_wrp {
    padding-bottom: 8px;
  }

  .course_caption1 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 108%;
    padding-left: 8px;
  }

  .course_caption2 {
    width: 100%;
    padding-bottom: 8px;
    font-size: 108%;
    padding-left: 8px;
  }

  .two_course_explanation {
    margin-top: 13px;
    padding: 20px;
    margin-bottom: 40px;
    background-color: #f1f1f1;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    behavior: url("/PIE.htc");
  }

  .explanation1 {
    font-size: 108%;
    padding-bottom: 5px;
  }

  .explanation2 {
    font-size: 108%;
    padding-bottom: 5px;
  }

  .explanation3 {
    font-size: 108%;
  }

  /*預けたコレクションはウェブで管理部分の設定*/

  .management_wrp {
    width: 93.75%;
    height: auto;
    margin: 0 auto;
  }

  .management_title {
    display: none;
  }

  .management_leed {
    font-size: 108%;
    padding-left: 15px;
    padding-top: 10px;
    line-height: 1.7em;
  }

  .management_explanation {
    font-size: 108%;
    margin-top: 10px;
    padding: 15px 28px;
    line-height: 1.7em;
    background-color: #e0d4ae;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    behavior: url("/PIE.htc");
  }

  .management_img_wrp {
    max-width: 328px;
    height: auto;
    width/***/: auto;
    margin: 0 auto;
  }

  .management_img_1 {
    max-width: 326px;
    height: auto;
    width/***/: auto;
    display: inline-block;
    text-align: center;
  }

  .management_img_2 {
    max-width: 326px;
    height: auto;
    width/***/: auto;
    display: inline-block;
    text-align: center;
    margin-left: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .management_img_3 {
    max-width: 328px;
    height: auto;
    width/***/: auto;
    display: inline-block;
    text-align: center;
  }

  .management_img {
    width: 100%;
    height: auto;
  }

  .img_caption1 {
    max-width: 328px;
    height: auto;
    width/***/: auto;
    display: inline-block;
    text-align: center;
    font-size: 123.1%;
    font-weight: bold;
  }

  .img_caption2,
  .img_caption3 {
    max-width: 328px;
    height: auto;
    width/***/: auto;
    display: inline-block;
    text-align: center;
    font-size: 123.1%;
    font-weight: bold;
  }

  .kome {
    font-size: 80%;
    font-weight: bold;
  }

  /*購入ボタン部分の設定*/

  .buy_btn_big img {
    display: block;
    margin-top: 25px;
    width: 93.75%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
  }

  /*SNSボタン部分の設定*/

  .sns {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
