@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 10px auto;
  }
  /* =======================
	　タイトル
========================== */
  h2 {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 30px;
  }
  #container .min {
    text-align: center;
  }
  h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.3;
  }
  #container .contents_box .txt_box .under_l.aco_ub {
    text-decoration: underline;
  }
  /* =======================
	　コンテンツ内
========================== */
  #container .topicpath {
    margin-bottom: 60px;
  }
  #container .contents_box .txt_box p {
    text-align: left;
    font-size: 1.4rem;
  }
  #container .txt_ditail {
    margin: 15px 0 20px;
  }
  #container .bn_sm {
    padding: 0px 10px;
    width: 30%;
  }
  #container .ttl .contents_box .txt_box p .inside_txt {
    text-align: left;
    margin: 15px 0 75px;
  }
  #container .h2_top {
    margin-top: 55px;
  }
  #container .ttl_no2 {
    font-size: 2.3rem;
    text-align: left;
  }
  /* =======================
	　.bestrate
========================== */
  .bestrate_box {
    background-color: #000;
    color: #c9ac5e;
    padding: 20px 5px;
    width: 100%;
    margin: 30px auto 0px;
    text-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    box-sizing: border-box;
    line-height: 1.5;
    text-box: trim-both cap alphabetic;
    flex-wrap: wrap;
  }
  .bestrate_box_text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (min-width: 568px) {
  /* header #logo a {
	display: block;
	width: 23%;
	margin: 0 auto;
} */
}
@media screen and (min-width: 768px) {
  /* =======================
.bestrate 
========================== */
  .bestrate {
    margin-bottom: 15px;
  }
  .bestrate_box {
    margin: 0 auto;
    padding: 25px 5px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .bestrate_box_title,
  .bestrate_box_text {
    text-box: trim-both cap alphabetic;
  }
}
/*タブレット（横）*/
@media screen and (min-width: 1024px) {
  #container {
    width: 1000px;
    margin: 10px auto;
  }
  header #logo a {
    width: 100%;
  }
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
}
/* PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 1000px;
    margin: 0 auto 30px;
  }
  /* =======================
	　ヘッダー
========================== */
  .page_image p {
    width: 100%;
    right: 0;
  }
  /* =======================
	　コンテンツ内
========================== */
  #container .ttl h2,
  h3,
  h4 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    text-align: left;
  }
  #container h2,
  h3,
  h4 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  #container .topicpath {
    margin-bottom: 70px;
  }
  #container .topicpath {
    font-size: 1.2rem;
  }
  #container .main_image {
    margin-top: 20px;
  }
  #container .contents_box p {
    text-align: left;
    font-size: 1.4rem;
  }
  #container .txt_box {
    padding-top: 15px;
  }
  #container .under_l {
    text-decoration: underline;
    cursor: pointer;
  }
  #container section h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #container .lowest_price {
    margin-bottom: 80px;
  }
  #container .bn_sm {
    padding: 0px 10px;
  }
  #container .ttl .contents_box .txt_box p {
    margin-bottom: 30px;
  }
  #point_pre {
    display: block;
    padding-top: 62px;
    margin-top: -62px;
  }
}
