@media screen and (min-width:721px) {
  .u-sp__show {
    display: none;
  }

  .u-pc__show {
    display: block;
  }
}

@media screen and (max-width:720px) {
  .u-pc__show {
    display: none;
  }

  .u-sp__show {
    display: block;
  }
}

/* REALTYPE webフォント (theme_customize.cssにfont-familyが記載されているクラスを上書き) */
.u-text--head, .u-text--subhead,  .u-text--body, .u-text--strong .u-text--link, .u-text--head--overlay, .u-text--subhead--overlay, .u-text--btn, .u-text--btn--overlay, .u-text--input, .u-text--btn--overlay, .u-font--head, .u-font--subhead, .u-font--body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .u-font__jp {
    font-family: 'A+EqpB-游ゴシック体 Pr6N M', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}

img {
  pointer-events: none;   
}

b {
  font-weight: bold;   
}

.u-text--center {
  text-align: center;
}

.u-link__hover {
  transition: 0.4s;  
}

.u-link__hover:hover {
  opacity: 0.4;   
}

.u-color__btn--bg--cv {
  background: linear-gradient(167deg, #ec7429 0%,#ec7429 55%,#e85b26 55%,#e85b26 100%) !important;
  border-radius: 1000px;
}

.u-color__btn--bg_sub {
  background: #777777 !important;
}

body .u-text--btn_sub {
  color: rgb(255, 255, 255) !important;
  font-size: 15px !important;
}

.u-color__btn--bg_secondary {
  background: #ffe6e1 !important;
}

body .u-text--btn_secondary {
  border: 1px solid #dcc3bf;
  color: #000000 !important;
  font-size: 16px !important;
}

.u-margin__bottom--80 {
  margin-bottom: 80px;
}

.u-margin__bottom--60 {
  margin-bottom: 60px;
}

.u-margin__bottom--40 {
  margin-bottom: 40px;
}

.u-margin__bottom--30 {
  margin-bottom: 30px;
}

.u-margin__bottom--20 {
  margin-bottom: 20px;
}

.u-margin__bottom--10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 720px) {
  .u-margin_sp__bottom--80 {
    margin-bottom: max(80px, min(21.33vw, 100px));
  }
}

@media screen and (max-width: 720px) {
  .u-margin_sp__bottom--60 {
    margin-bottom: max(60px, min(16vw, 80px));
  }
}

@media screen and (max-width: 720px) {
  .u-margin_sp__bottom--40 {
    margin-bottom: max(40px, min(10.67vw, 60px));
  }
}

@media screen and (max-width: 720px) {
  .u-margin_sp__bottom--20 {
    margin-bottom: max(20px, min(5.33vw, 30px));
  }
}

/* ページ上部に戻るボタン */
.c-back_to_top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width:720px) {
  .c-back_to_top {
    /*display: none !important;*/
    right: 10px;
    bottom: 10px;
  }
}

/* ヘッダー上部のメッセージ */
.p-header__notice {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  background: #3c5641;
  color: #ffffff;
  height: 60px;
  font-size: 18px;
}

.l-header__inner {
  height: 80px !important;
  margin-top: 60px;
}

.l-header.on {
  top: 0 !important;
  background: red;
}

/* ヘッダーの下線削除 */
body .l-header {
  border: none;
}

.p-header_search_menu_pc__form {
  position: relative;
  width: 170px;
  height: 25px;
}

.p-header_search_menu_pc__input {
  width: inherit;
  height: inherit;
  padding: 0 28px 0 8px;
  border: 1px solid #3E3A39;
  border-radius: 1000px;
  font-size: 10px;
  line-height: 25px;
}

.p-header_search_menu_pc__input::placeholder {
  color: #B9B6B7;
}

.p-header_search_menu_pc__input::-webkit-search-cancel-button {    
  -webkit-appearance: none;
}

.p-header_search_menu_pc__btn {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-header_search_menu_pc__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.p-header_search_menu_pc__btn .u-icon--search {
  font-size: 18px;
}

.p-header_icon__text {
  font-size: 8px;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.l-header__inner__block__item .u-color__bg--alert {
  background: #b66561;  
}

.logo--left .logo__block {
  align-items: center;
}


body .p-header_logo__text {
  display: inline-block;
  width: 8em;
  font-size: 11px;
  line-height: 1.3;
}

.l-header__inner__block__item, .l-header__inner__block__item--menu, .l-header__inner__block__item--search {
  text-align: center;
}

.l-header__inner__block__item:not(:last-child), .l-header__inner__block__item--menu:not(:last-child), .l-header__inner__block__item--search:not(:last-child), .p-header_search_menu_pc__form {
  margin-right: 30px;
}


@media screen and (max-width: 720px) {
  .p-header__notice {
    font-size: 2.3vw;
    height: 30px;
  }
  
  .l-header__inner {
    height: 70px !important;
    margin-top: 30px;
  }

  .logo--left .logo__block {
    flex-direction: column;
  }
  
  .p-header_logo__text {
    width: auto;
    font-size: 7px;
  }
  
  .l-header__inner__block__item:not(:last-child), .l-header__inner__block__item--menu:not(:last-child), .l-header__inner__block__item--search:not(:last-child), .p-header_search_menu_pc__form {
    margin-right: 15px;
  }

  .l-header__inner__block__item .count, .l-header__inner__block__item--menu .count, .l-header__inner__block__item--search .count {
    left: 25px;
  }
}



/* 商品一覧の縦並び合わせる */
body .c-product_item:not(.p-subscription_detail .c-product_item) {
  flex-grow: 1;
}

.p-product_list__list__item,
.p-new_product__slider__track__list__item {
  display: flex;
}

body .c-product_item__inner__title {
  flex-grow: 1;
}

body .c-product_item__inner__category {
  display: none;
  font-size: 12px !important;
}

body .c-product_item__inner__category:not(.p-subscription_detail .c-product_item__inner__category) {
  height: 3em;
}

body .c-product_item__inner__price:last-child {
  margin-top: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 720px) {
  body .c-product_item__inner__price:last-child {
    -webkit-line-clamp: 2;
  }
}

body .c-product_item__inner__price {
  display: table;
}

body .c-product_item__inner__price:not(.p-subscription_detail .c-product_item__inner__price) {
  height: 3em;
}

/* 商品一覧の無駄スペース削除 */
/* body .c-product_item__inner__price, */
body .c-product_info__price .u-text--subhead {
  font-size: 0 !important;
}

body .c-product_item__inner__price:last-child {
  font-size: 15px !important;
}

body .c-product_item__inner__price *,
body .c-product_info__price .u-text--subhead * {
  font-size: 15px !important;
}

@media screen and (max-width: 720px) {
  body .c-product_item__inner__price *,
  body .c-product_item__inner__price:last-child,
  body .c-product_info__price .u-text--subhead * {
      font-size: 14px  !important;
  }

  body .c-product_item__inner__price:not(.p-subscription_detail .c-product_item__inner__price) {
    height: auto;
  }
}

/* テキスト省略方法変更 */
body .product_description {
  white-space: normal;
  overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/* フォームデザイン */

table.c-form_table th,
table.c-form_table td,
table.c-form_table input,
table.c-form_table select,
table.c-form_table textarea {
  font-size: 16px !important;
}

.p-account_form__inner {
  max-width: 800px;
}

.c-form_table__th__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-form_table .c-form_table__th__inner .u-color__text--alert {
  margin-left: 10px;
  padding: 2px 8px;
  background: #E21E1E;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
}

.u-text--head {
  font-size: 38px !important;
}

.p-page_header__inner__title {
  font-weight: bold;
}

.amazon_pay_box, .p-checkout__list, .p-checkout__bottom {
  margin: auto;
  max-width: 1016px;
}

.p-checkout__list__block {
  border-radius: 20px;
  padding: 42px 62px;
  word-break: break-word;
  border: none;
  margin-top: 40px;
}

.p-checkout__list__shadow {
  box-shadow: rgba(51, 51, 51, 0.16) 2px 3px 10px;
}

.p-checkout__list__block__inner, #view-payment-information > * {
  max-width: 1016px;
}

.p-checkout__list__block__inner__title {
  font-weight: bold;
}

/* フォーム */

.c-form_table > tbody > tr > td input[type=text],
.c-form_table--confirm > tbody > tr > td input[type=text],
.c-form_table > tbody > tr > td input[type=email],
.c-form_table--confirm > tbody > tr > td input[type=email],
.c-form_table > tbody > tr > td input[type=tel],
.c-form_table--confirm > tbody > tr > td input[type=tel],
.c-form_table > tbody > tr > td input[type=number],
.c-form_table--confirm > tbody > tr > td input[type=number],
.c-form_table > tbody > tr > td input[type=password],
.c-form_table--confirm > tbody > tr > td input[type=password] {
  height: 48px;
  padding: 0 16px;
  border-radius: 10px;
}

.c-form_table > tbody > tr > td textarea {
  min-height: 200px;
}

.c-form_table__select > * {
  height: 48px;
  border-radius: 10px;
}

.u-color__border--input {
  border-color: #d5d5d5 !important;
}

.c-form_table > tbody > tr > td, .c-form_table--confirm > tbody > tr > td,
.c-form_table > tbody > tr > th, .c-form_table--confirm > tbody > tr > th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-form_table > tbody > tr > th, .c-form_table--confirm > tbody > tr > th {
  min-width: 240px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  padding: 20px;
  background: #ffe6e1;
  font-weight: bold;
}

.p-login__inner__login .c-form_table > tbody > tr > th,
.c-form_table--confirm .c-form_table > tbody > tr > th,
.p-account_form .c-form_table > tbody > tr > th {
  min-width: auto;
}

.c-form_table > tbody > tr > th.c-form_table_cell__hide {
  background: transparent;
}

.c-form_table > tbody > tr > td, .c-form_table--confirm > tbody > tr > td {
  vertical-align: top;
  position: relative;
  padding: 16px 40px;
}

.p-checkout__bottom {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 80px;
}

.p-checkout__bottom::before {
  content: "";
  width: 100px;
}

.p-checkout__bottom__submit {

}

.p-checkout__list__block_hide {
  display: none;
}

.c-form_table_hide_th th {
  display: none;
}

.p-account_form__notice {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding: 20px;
  font-size: 12px;
  background: #fafafa;
  line-height: 1.6;
}

@media screen and (max-width: 720px) {
  .c-form_table__th__inner {
    justify-content: flex-start;
  }

  .c-form_table .c-form_table__th__inner .u-color__text--alert {
    margin-left: 10px;
  }
  
  .amazon_pay_box, .p-checkout__list, .p-checkout__bottom {
    max-width: auto;
  }

  .p-checkout__list__block {
    margin: 20px 0;
    padding: 0;
    box-shadow: none;
  }

  .c-form_table > tbody > tr > th, .c-form_table--confirm > tbody > tr > th {
    min-width: auto;
    padding: 12px 20px;
  }

  .c-form_table > tbody > tr > td, .c-form_table--confirm > tbody > tr > td,
  .c-form_table > tbody > tr > th, .c-form_table--confirm > tbody > tr > th {
    border: none;
  }

  .c-form_table > tbody > tr > td, .c-form_table--confirm > tbody > tr > td {
    width: 100%;
    padding: 16px 20px;
  }

  .c-form_table > tbody > tr:not(:last-child), .c-form_table--confirm > tbody > tr:not(:last-child){
    margin-bottom: 0;
  }

  .p-checkout__list__block__inner__title {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .p-checkout__bottom {
    flex-direction: column;
    margin-top: 20px;
  }

  .p-checkout__list__block_hide {
    display: none;
  }

  .c-form_table_hide_th th {
    display: none !important;
  }

  .c-form_table > tbody > tr > th.c-form_table_cell__hide {
    display: none !important;
  }

}


/* ハンバーガーメニュー */
.c-gmenu__container::-webkit-scrollbar {
  display:none;
}

.c-gmenu__overlay {
  background: rgba(255, 255, 255, 0.5);
}

.c-gmenu__container {
  background: #3C5641;
}

.c-gmenu__container .u-color--head, .c-gmenu__container .u-text--subhead {
  color: #ffffff !important;
  line-height: 1;
  font-size: 14px !important;
  font-weight: 600;
}

.c-gmenu__container .u-color__border--border {
  border-color: #ffffff !important;   
}

.c-gmenu__container__close {
  right: 7px;
}

.c-gmenu__container__inner {
  width: 100%;
  padding: 80px 60px;
}

.c-gmenu__container .u-icon--close {
  font-size: 46px;
  line-height: 0;   
}

.c-gmenu__container .p-header_icon__text {
  margin-top: -4px;    
}

.c-gmenu__container__inner__list__item__inner {
  padding: 20px 0 20px 20px;   
}

.c-gmenu__container__inner__list__item__inner__toggle {
  position: relative;
  cursor: pointer;
  opacity: 1 !important;
}

.c-gmenu__container__inner__list__item__inner__toggle::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.c-gmenu__container__inner__list__item__inner__toggle.on::before {
  transform: translateY(25%) rotate(-45deg);
}

.c-gmenu__container__inner__list__item__child {
    display: none;
    padding: 0;
}

.c-gmenu__container__inner__list__item__child__item:not(:last-child) {
    margin-bottom: 0;
}

.c-gmenu__container__inner__list__item__child__item__inner {
  display: block;
  padding: 20px 0 20px 40px;
}

@media screen and (max-width: 720px) {
  .c-gmenu__container {
    width: 75%;
  }
  .c-gmenu__container .u-color--head, .c-gmenu__container .u-text--subhead {
    font-size: 12px !important;
    font-weight: normal;
  }

  .c-gmenu__container__close {
    top: 25px;
  }
  
  .c-gmenu__container__inner {
    padding: 64px 30px 30px
  }
  
  .c-gmenu__container__inner__list__item__inner {
    padding: 15px 0 15px 10px;   
  }
  
  .c-gmenu__container__inner__list__item__inner__toggle::before {
    content: "";
    position: absolute;
    right: 5px;
    width: 8px;
    height: 8px;
  }

  .c-gmenu__container__inner__list__item__child__item__inner {
    display: block;
    padding: 12px 0 12px 26px;
  }
}

/* 検索メニュー */

.p-search_menu__container, .p-search_menu__container__searchbtn {
  width: 75%;
}

.p-search_menu__overlay {
  background: rgba(255, 255, 255, 0.5);
}

.p-search_menu .u-color__bg--base {
  background: #3c5641 !important;
}

.p-search_menu .u-color__border--border {
  border-color: #ffffff !important;
}

.p-search_menu .p-search_menu__container__close {
  top: 25px;
  right: 5px;
}

.p-search_menu .u-icon--close {
  font-size: 46px;
  color: #ffffff;
  line-height: 0; 
}

.p-search_menu__container__close .p-header_icon__text {
  margin-top: 4px;
  color: #ffffff;
}

.p-search_menu .p-search_menu__container__inner__heading {
  color: #ffffff !important;
}

.p-search_menu .u-text--subhead {
  color: #ffffff !important;
  font-size: 14px !important;
}

.p-search_menu__container__inner__search__part {
  padding: 0 30px;
}

.p-search_menu .u-color__bg--sub {
  background: #ffffff;
  color: #3e3a39 !important;
}

.p-search_menu .u-color__bg--accent {
  background: #b66561;
  color: #ffffff;
}


/* footer */

.l-footer {
  display: block;
  margin-top: 50px;
  padding: 50px 0;
  background: #3c5641 !important;   
  color: #ffffff;
}

.l-footer__inner {
  width: 960px;
  margin: 0 auto;
}

.l-footer-consultation__head {
  text-align: center;
  margin-top: 10px;
  font-size: 16px; 
}

.l-footer-consultation__note {
  margin-top: 10px;
  text-align: center;
}

.l-footer-consultation__menu {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.l-footer-consultation__menu__item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.l-footer-consultation__menu__item__head {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}

.l-footer-consultation__menu__item__detail {
  display: flex;
  flex-direction: column;
}

.l-footer-consultation__menu__item__detail__item {
  margin-top: 5px;
  padding: 0 30px;
}

.l-footer-consultation__menu__item__detail__item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ffffff;
  color: #3c5641;
  height: 50px;
  border-radius: 1000px;
  font-size: 20px;
  font-weight: bold;
}

body .l-footer-consultation__menu__item__detail__item__btn::after {
  content: "→";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: normal;
  color: #3c5641;
}

.l-footer-consultation__menu__item__detail__item__img_tel {
  pointer-events: none;
  height: 50px;   
}

.l-footer-consultation__menu__item__detail__item__img_tel img {
  margin: auto;
  width: 100%;
  height: inherit;
  object-fit: contain;
}

.l-footer-consultation__menu__item__detail__note {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

.l-footer-consultation__menu__item__detail__item__col1 {
  margin: 20px auto 35px;
  width: 500px;   
}

.c-footer_menu__list {
  display: flex;
  margin-top: 90px;
  margin-bottom: 76px;
}

.c-footer_menu__list__item {
    width: 230px;
}

body .l-footer .c-footer_menu__list__item__title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  font-family: 'A+EqpB-游明朝体 Pr6N M', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}

.c-footer_menu__list__item__child__item {
  margin-top: 10px;
}

.c-footer_menu__list__item__child__item__inner, .l-footer-consultation__menu__item__detail__item__btn {
  position: relative;
  transition: 0.4s;
}

.c-footer_menu__list__item__child__item__inner, .l-footer-consultation__menu__item__detail__item__btn {
  position: relative;
  transition: 0.4s;
}

.c-footer_menu__list__item__child__item__inner:hover, .l-footer-consultation__menu__item__detail__item__btn:hover {
  opacity: 0.4;
}

.u-double__line {
  display: block;
  height: 6px;
  border: none;
  border-top: 1px dashed #ffffff;
  border-bottom: 1px solid #ffffff;
}

.footer_body {
  margin-top: 30px;
  text-align: center;
  font-size: 14px !important;
}

.u-footer_sns__list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.u-footer_sns__list__item {
  width: 32px;
}

.u-footer_sns__list__item a {
  transition: 0.4s;
}

.u-footer_sns__list__item a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 960px) and (min-width: 720px) {
  .l-footer__inner {
    width: 100%;
    padding: 0 30px;
  }
}


@media screen and (max-width: 720px) {
  .l-footer {
    display: block;
    padding: 25px;
  }
  
  .l-footer__inner {
    width: auto;
  }
  
  .l-footer-consultation__head {
    text-align: center;
    margin-top: 10px;
    font-size: 16px; 
  }
  
  .l-footer-consultation__note {
    margin-top: 10px;
    font-size: 10px;
    white-space: nowrap;
  }
  
  .l-footer-consultation__menu {
    display: block;
    margin-top: 30px;
  }
  
  .l-footer-consultation__menu__item {
    width: auto;
    margin-top: 20px;
  }
  
  .l-footer-consultation__menu__item__head {
    font-size: 17px;
  }
  
  .l-footer-consultation__menu__item__detail {
    display: flex;
    flex-direction: column;
  }
  
  .l-footer-consultation__menu__item__detail__item {
    padding: 0 8%;
  }
  
  .l-footer-consultation__menu__item__detail__item__btn {
    height: 40px;
    font-size: 15px;
  }
  
  .l-footer-consultation__menu__item__detail__item__btn::after {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
  }
  
  .l-footer-consultation__menu__item__detail__item__img_tel {
    pointer-events: auto;
    display: block;
    height: auto;
    width: 94%;
    margin: 0 auto;
  }
  
  .l-footer-consultation__menu__item__detail__note {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
  }
  
  .l-footer-consultation__menu__item__detail__item__col1 {
    margin: 30px auto 30px;
    width: auto;
    padding: 0 8%;
  }
  
  .c-footer_menu {
    margin-bottom: 0;
    padding: 0;
    border: none; 
  }
  
  .c-footer_menu__list {
    margin: 30px 0
  }
  
  .c-footer_menu__list__item {
    width: auto;
  }
  
  .l-footer .c-footer_menu__list__item__title {
    font-size: 17px;
  }
  
  .c-footer_menu__list__item__child__item {
    margin-top: 6px;
  }
  
  .c-footer_menu__list__item__child__item .u-font--body {
    font-size: 12px !important;
  }
  
  .l-footer .footer_body {
    margin-top: 30px;
    font-size: 10px !important;
  }
  
  .u-footer_sns__list__item {
    max-width: 40px;
    width: 10%;
  }

}

/* 商品カテゴリ見出し */
.c-category_header__inner {
    margin-top: 60px;   
}


/* カートページ「初めての方はこちら」 */
.c-cart_submit__block_border {
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
}

.c-cart_submit .c-cart_submit__block__title {
    font-size: 19px !important;
    font-weight: bold;
}

/* 「ログインして購入」ボタン */
.c-cart_submit__block__submit.c-cart_login_to_buy__submit {
    font-size: 17px !important;
}

/* マイページ定期便詳細 */
.p-subscription_detail__block__message {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding: 25px 20px;
}

.p-subscription_detail__block__message__note {
    font-size: 14px;
}

.p-subscription_detail__block__message__btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    width: 100%;
    max-width: 280px;
    height: 40px;
    border-radius: 2px;
    transition: 0.4s;
}

.p-subscription_detail__block__message__btn:hover {
    opacity: 0.4;
}

/* マイページ定期便情報 */
.p-list_header__inner__title__wrap {
  display: flex;
  flex-wrap: wrap;
}

.p-list_header__inner__title__wrap .p-list_header__inner__title__annotation {
  margin-left: 30px;
  width: 560px;
  font-size: 13px !important;
}

@media screen and (max-width: 720px) {
  .p-list_header__inner__title__wrap {
    display: block;
  }
  
  .p-list_header__inner__title__wrap .p-list_header__inner__title__annotation {
    margin: -15px auto 20px 0;
    width: auto;
    font-size: 13px !important;
  }
}