ul.check_point {
  list-style: none;
  text-align: left;
}
ul.check_point img {
  width: 30px;
  margin-right: 30px;
}
ul.check_point li {
  list-style: none;
  align-items: center;
}

h2.h2S{
  font-size: 1.5em;
  text-align: center;
  padding:20px 0px 10px 0px;
}
.txt_bold {
  font-weight: bold;
}

/* マーカー風アンダーライン */
.marker {
  background: linear-gradient(transparent 70%, #D9B44A 70%);
  display: inline-block;
}


/* アンカーリンクの位置を調整するためのCSS */
.anchor {
  display: block;
  position: relative;
  top: -85px; /* 固定ヘッダーの高さ分を調整 */
  visibility: hidden;
}

/* 成分表示の書式 */
.nutrition_facts {
  width: 280px;
  border: 1.2px solid #595645;
  padding: 10px 10px 10px 10px;
  line-height: 1.2;
  color: #595645;
  text-align: left;
}

/** 購入ボタン *****************************************/
.btn_box {
    margin: 10px auto;
    text-align: center;
}
.btn a {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.8;
    letter-spacing: 0.1em;
    background-color: #fff;
    border: 1px solid #ccb475;
    padding: 10px 0;
    width: 250px;
    text-align: center;
    color: #595645;
    position: relative;
}
div.btn ::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(https://www.e-yuzuya.com/images/common/right.png) center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
}

/** PC **********************************************/
@media (min-width: 751px) {
/** 見出し用 **/
  .title_txt{
    font-size: 34px;
    text-align: center;
    line-height: 1.8;
    color: #595645;
    letter-spacing: 0.1em;
  }

/*  テキスト  */
  .sp_only {/*sp表示を無視する*/
    display: none !important;
  }
  .text_box {
    width: 90%;
    height: auto;
    margin: auto;
    text-align: center;
  }
  div.text_box h2 {
    font-size: 1.5em;
    color: #595645;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
    margin:0px 0px 10px 0px;
  }
  div.text_box p {
    font-size: 18px;
    line-height: 1.8;
    color: #595645;
    letter-spacing: 0.1em;
    text-align: left;
    margin:0px 0px 10px 0px;
  }
/*  div.text_box img {
    text-align: left;
    margin:0px 0px 10px 0px;
  }*/

p.p1{
    font-size: 18px;
    line-height: 1.8;
    color: #595645;
    letter-spacing: 0.1em;
    text-align: center;
    margin:0px 0px 20px 0px;
  }
}
/* 商品選択 */
@media (min-width: 751px) {
  .select_box {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  div.select_box ul {
    display        : flex;                 /* FlexBox定義         */
    justify-content: space-around;         /* 揃えの定義          */
    flex-wrap      : no-wrap;                 /* 折り返し定義        */
    padding-left:0;
  }
  div.select_box li {
    width: 30%;
    list-style: none;
  }

  .item_box {
    width: 100%;
    height: auto;
    margin: 50px auto;
    text-align: center;

    display        : flex;                 /* FlexBox定義         */
    justify-content: space-around;         /* 揃えの定義          */
    frex-direction: row;
    flex-wrap      : wrap;                 /* 折り返し定義        */
  }

  .item_pic {
    width: 50%;
    height: auto;
    margin: auto;
    padding: 0px 20px 0px 5px;
    text-align: center;
  }
  .item_txt {
    width: 50%;
    height: auto;
    margin: auto;
    padding: 0px 5px 0px 20px;
  }
  .item_txt2 {
    max-width: 50%;
    height: auto;
    margin: auto;
    padding: 0px 5px 0px 20px;
  }

  :where(.item_txt,.item_txt2) h2 {
    font-size: 24px;
    color: #595645;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
    margin:0px 0px 20px 0px;
  }
  .item_txt p {
    font-size: 18px;
    line-height: 1.8;
    color: #595645;
    letter-spacing: 0.1em;
    text-align: left;
    margin:0px 0px 20px 0px;
  }
  .item_txt2 p {
    font-size: 18px;
    line-height: 1.8;
    color: #595645;
    letter-spacing: 0.1em;
    text-align: left;
    margin:0px 0px 20px 0px;
  }

/**/
  .item_link {
    max-width: 100%;
    height: atuo;
    margin: 20px auto;
    text-align: center;

    display        : flex;                 /* FlexBox定義         */
    flex-direction: column;
    align-items: center;
    flex-wrap      : no-wrap;                 /* 折り返し定義        */
  }

  .linkbox {
    width: 90%;
    height: auto;
    margin-bottom: 5px;
    text-align: center;

    display        : flex;             /* FlexBox定義         */
    flex-direction: row;
    justify-content: center;         /* 揃えの定義          */
    align-items: center;
    flex-wrap      : no-wrap;          /* 折り返し定義        */
  }

  .linkbox_txt {
    width: 150px;
    font-size: 1.2em;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: right;
    height: auto;
    margin: 0px 15px;
  }
  .linkbox_btn {
   width: fit-content;
   padding-right: 15px;
  }

/* 余白を追加する */
.mrgn_b {
  margin-bottom: 50px;
}
.mrgn_txt {
  margin-bottom: 20px;
}

.pddng_b {
  padding-bottom: 50px;
}
.mrgn_t {
  margin-top: 50px;
}
.pddng_t {
  padding-top: 50px;
}


/* 1200を縮小して表示 */
.container_LP {
  width: 65%;
  height: auto;
  margin: auto;
}

.wrap_area {
  max-width: 90%;
  height: auto;
  margin: auto;
  text-align: center;
}

}
/**  SP *********************************************/
/** 見出し用 **/
@media screen and (max-width: 750px) {
  .title_txt{
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    color: #595645;
    letter-spacing: 0.1em;
  }
/* テキスト  */
  .pc_only {/*pc表示を無視する*/
    display: none !important;
  }
  .text_box {
    width: 95%;
    height: auto;
    margin: auto;
    text-align: center;
  }
  div.text_box h2 {
    font-size: 1.2em;
    color: #595645;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
    margin:0px 0px 10px 0px;
  }
  div.text_box p {
    font-size: 0.9em;
    line-height: 1.7;
    color: #595645;
    letter-spacing: 0.1em;
    text-align: left;
    margin:0px 0px 10px 0px;
  }
p.p1{
    font-size: 0.9em;
    line-height: 1.7;
    color: #595645;
    letter-spacing: 0.1em;
    text-align: center;
    margin:0px 0px 10px 0px;
  }
}

/* 商品選択 */
@media screen and (max-width: 750px) {
  .select_box {
    max-width: 100%;
    height: atuo;
    margin: auto;
  }
  div.select_box ul {
    display        : flex;                 /* FlexBox定義         */
    justify-content: space-around;         /* 揃えの定義          */
    flex-wrap      : no-wrap;                 /* 折り返し定義        */
    padding-left:0;
  }
  div.select_box li {
    width: 30%;
    list-style: none;
  }

  .item_box {
    max-width: 100%;
    height: atuo;
    margin: 20px auto;
    text-align: center;

    display        : flex;                 /* FlexBox定義         */
    flex-direction: column;
    align-items: center;
    flex-wrap      : wrap;                 /* 折り返し定義        */

  }
  .item_pic {
    max-width: 90%;
    height: atuo;
    margin: auto;
    text-align: center;
  }
  .item_txt {
    width: 80%;
    height: atuo;
    margin: auto;
  }

  :where(.item_txt,.item_txt2) h2 {
    font-size: 1.2em;
    color: #595645;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
    margin:0px 0px 20px 0px;
  }

  div.item_txt p {
    font-size: 0.9em;
    line-height: 1.7;
    color: #595645;
    letter-spacing: 0.1em;
    text-align: left;
    margin:0px 0px 20px 0px;
  }
  div.item_txt2 p {
    font-size: 0.9em;
    line-height: 1.7;
    color: #595645;
    letter-spacing: 0.1em;
    text-align: left;
    margin:0px 0px 0px 0px;
  }

/**/
  .item_link {
    width: 100%;
    height: atuo;
    margin: 20px auto;
    text-align: center;

    display        : flex;                 /* FlexBox定義         */
    flex-direction: column;
    align-items: center;
    flex-wrap      : no-wrap;                 /* 折り返し定義        */
  }

  .linkbox {
    width: 90%;
    height: auto;
    margin-bottom: 5px;
    text-align: center;

    display        : flex;                 /* FlexBox定義         */
    flex-direction: row;
    justify-content: center;         /* 揃えの定義          */
    align-items: center;
    flex-wrap      : no-wrap;                 /* 折り返し定義        */
  }

  .linkbox_txt {
    width: 150px;
    font-size: 1.2em;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: right;
    height: auto;
    margin: 0px 15px;
  }
  .linkbox_btn {
   display        : flex;
   width: fit-content;
   min-width: 150px;
  }

/* 余白を追加する */
.mrgn_b {
  margin-bottom: 20px;
}
.pddng_b {
  padding-bottom: 20px;
}
.mrgn_t {
  margin-top: 20px;
}
.pddng_t {
  padding-top: 20px;
}

/* 1200を縮小なしで表示 */
.container_LP {
  width: 100%;
  height: auto;
  margin: auto;
}

.wrap_area {
  max-width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}



}

/** 注目ワード **********************************/
.keyword {
  widht: 100%;
  margin: 10px auto;
}
.keyword_caption {
  font-size: 20px;
  line-height: 1.8;
}
.keyword_box {
  overflow-x: auto;
  white-space: no-wrap;
/*  scrollbar-color: #ff8b34 #eee; */
  padding: 0 0 18px 10px;
  scrollbar-width: thin;
}

div.keyword_box ul {
  display        : flex;                 /* FlexBox定義         */
  justify-content: flex-start;         /* 揃えの定義          */
  flex-wrap      : no-wrap;                 /* 折り返し定義        */
  padding-left:0;
}
div.keyword_box li {
  list-style: none;
}

.keyword-list {
    display: inline-block;
    margin-right: 2px;
    padding: 5px 10px;
    border: 1px solid #ccb475;
    border-radius: 20px;
}

/** 画像の上にテキストをのせるCSS **/
.txtONimgbox {
  max-width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  padding:0px 0px 15px 0px;
  position: relative;
  background-image: url(https://www.e-yuzuya.com/images/03yuzu/yuzu-tea/yuzutea_3size_back.jpg);
  background-repeat: no-repeat;
}

.imgONbox {
  max-width: 750px;
  height: auto;
  margin: auto;
  display        : flex;                 /* FlexBox定義         */
  justify-content: space-around;         /* 揃えの定義          */
  flex-wrap      : no-wrap;                 /* 折り返し定義        */
  text-align: center;
  padding:0px 0px 15px 0px;
  position: relative;
}
.imgONimg_back {
  max-width: 750px;
  position: relative;
}

.imgONimg1 {
  max-width:25%
  position: absolute;
  top:90%;
  left: 30%;
}

.imgONimg2 {
  max-width:25%
  position: absolute;
  top:90%;
  left: 50%;
}

.imgONimg3 {
  max-width:25%
  position: absolute;
  top:90%;
  left: 70%;
}


/*スクロールバー*/
  .xscroll_box {
    display: flex;
    max-width: 750px;
    height: auto;
    overflow-x: scroll;
    overflow-y:hidden;
    margin: auto;
  }
  .xscroll_box div {
    min-width: 95%;
    height: auto;
    margin:5px;
  }

/***********************************************************************/
.caption_area {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #FCF9EF;
}

.container_QandA {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: left;
}

.container_s {
  width: 80%;
  height: auto;
  margin: auto;
}
.container_b {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  padding:5px 0px 15px 0px;
}
.container_b img {
  width: 100vw;
}

.container_c {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  padding:0px 0px 15px 0px;
}

/*paddingを効かせるためのコンテナ*/
.container_block {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

/*右寄せコンテナ*/
.container_rightblock {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}


.container_row {
  margin: auto;
  align-items:center;
  width: 100%;
  height: auto;
  padding:0px 0px 10px 0px;
  /* ▼ FlexBoxの定義 */
  display        : flex;                 /* FlexBox定義         */
  justify-content: space-around;         /* 揃えの定義          */
  frex-direction: row;
  flex-wrap      : wrap;                 /* 折り返し定義        */
}

img.pc_view {
  display: block !important;
  width: 80%;
  height: auto;
  margin: auto;
 }
img.sp_view { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
img.pc_view { display: none !important; }
img.sp_view {
  display: block !important;
  width: 100%;
  height: auto;
  margin: auto;
 }
}

/*おすすめ商品表示用*/
.pickup_field {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  background-image: url(https://www.e-yuzuya.com/images/03yuzu/yuzu-tea/yuzu-tea_osusume_back.jpg);
  background-repeat: repeat-y;
}

.pickup_box {
  margin: auto;
  width: 100%;
  height: 100%;
  padding:0px 0px 20px 0px;
}

div.pickup_box h2 {
  font-size: 1.7em;
  text-align: center;
  padding:20px 0px 10px 0px;
}
div.pickup_box h3 {
  font-size: 1.5em;
  text-align: center;
  padding:20px 0px 10px 0px;
}

div.pickup_box p {
  font-size: 1.2em;
  text-align: center;
}

.pickup_btn {
    width: 288px;
    height: 55px;
    display: block;
    text-indent: -9999px;
    background: transparent url(https://www.e-yuzuya.com/images/03yuzu/yuzu-tea/pickup_btn.png) no-repeat 0 0;
    margin: 40px auto;
}
.pickup_btn:hover {
 background-position:0 -55px;
}