@charset "UTF-8";

/* コンテンツ */
.contents_wrap {
  margin: 8px 16px 0;
}


/* ブログヘッダー
------------------------------------------------------------------------------------*/
.blog_info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_info_label_osusume,
.blog_info_label_color,
.blog_info_label_choice,
.blog_info_label_other {
  font-size: 1.2rem;
  display: grid;
  place-items: center;
  position: relative;
  padding: 3px 14px;
}
.blog_info_label_osusume { background: #cccee1; }
.blog_info_label_color { background: #f8bfc4; }
.blog_info_label_choice { background: #a6e0dc; }
.blog_info_label_other { background: #e9d9c6; }

.blog_info_label_osusume::before,
.blog_info_label_color::before,
.blog_info_label_choice::before,
.blog_info_label_other::before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 9px 0 9px 5px;
  position:absolute;
  top: 0;
  left: 0;
}

.blog_info_label_osusume::after,
.blog_info_label_color::after,
.blog_info_label_choice::after,
.blog_info_label_other::after {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 9px 5px 9px 0;
  position:absolute;
  top: 0;
  right: 0;
}

.blog_info_time {
  background: url(/images/sp/content/free/free_cmn/time_icon_sp.svg)  left center / 10px 10px no-repeat;
  color: #707070;
  font-size: 1.2rem;
  padding-left: 14px;
}


/* ブログ
------------------------------------------------------------------------------------*/
.blog_h1 {
  background: linear-gradient(0deg, #957cb6 0px, #957cb6 1px, transparent 1px, transparent 4px,#957cb6 4px, #957cb6 5px) left bottom / 100% 5px no-repeat;
  --fs: 2rem;
  --fh: 2.8rem;
  color: #957cb6;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(16px + ((var(--fs) - var(--fh)) / 2)) 0 calc(-12px + ((var(--fs) - var(--fh)) / 2));
  padding-bottom: 12px;
}

.blog_h2 {
  width: calc(100% + 32px);
  --fs: 1.8rem;
  --fh: 2.4rem;
  background: #cccee1;
  border-bottom: #957cb6 solid 4px;
  font-size: var(--fs);
  font-weight: bold;
  text-indent: -1em;
  line-height: var(--fh);
  margin: calc(48px + ((var(--fs) - var(--fh)) / 2)) -16px calc(-8px + ((var(--fs) - var(--fh)) / -2) + ((var(--fs) - var(--fh)) / 2));
  padding: 12px 16px 12px calc(1em + 16px);
  scroll-margin-top: 72px;
}

.blog_h3 {
  --fs: 1.6rem;
  --fh: 2rem;
  border-top: #cccee2 solid 1px;
  border-bottom: #cccee2 solid 1px;
  color: #957cb6;
  font-size: var(--fs);
  font-weight: bold;
  line-height: var(--fh);
  margin: 40px 0 -16px;
  padding: 6px 0;
  scroll-margin-top: 64px;
}
.blog_repo_wrap + .blog_h3 { margin-top: 48px; }

.blog_h4 {
  --fs: 1.4rem;
  --fh: 1.8rem;
  color: #957cb6;
  font-size: var(--fs);
  font-weight: bold;
  line-height: var(--fh);
  margin: 40px 0 -20px;
}

.blog_hero { margin-top: 40px; }

.blog_p {
  --fs: 1.4rem;
  --fh: 2.4rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.blog_annotation {
  --fs: 1.4rem;
  --fh: 2.0rem;
  display: inline-block;
  font-size: var(--fs);
  text-indent: -1em;
  line-height: var(--fh);
  margin: calc(6px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
  padding-left: 1em;
}

.blog_ul {
  margin-left: 22px;
  padding-top: 16px;
}

.blog_ol {
  margin-left: 24px;
  padding-top: 16px;
}

.blog_ul li,
.blog_ol li {
  --fs: 1.4rem;
  --fh: 2.0rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));  
}
.blog_ul li:first-of-type,
.blog_ol li:first-of-type {
  --fs: 1.4rem;
  --fh: 2.0rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin-top: calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.blog_h2 + .blog_ul,
.blog_h3 + .blog_ul,
.blog_h4 + .blog_ul,
.blog_h2 + .blog_ol,
.blog_h3 + .blog_ol,
.blog_h4 + .blog_ol { margin-top: 16px; }
.blog_table .blog_ul,
.blog_table .blog_ol { padding: 4px 0; }

.blog_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 16px;
}

.blog_table caption { padding: 16px 0 8px; }

.blog_table th {
  background: #f7f7f7;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8rem;
  vertical-align: middle;
  padding: 6px;
}

.blog_table td {
  border: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.8rem;
  vertical-align: middle;
  padding: 6px;
}

.blog_table + figcaption {
  --fs: 1.2rem;
  --fh: 1.6rem;
  color: #707070;
  font-size: var(--fs);
  text-indent: -1em;
  line-height: var(--fh);
  margin: calc(4px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));  
  padding-left: 1em;
}

.blog_nav_wrap {
  width: 88.34%;
  border: #cccee1 dashed 2px;
  border-radius: 16px;
  position: relative;
  margin: 56px auto 0;
}

.blog_nav_tit {
  background: #cccee1;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: calc((1.6rem + 10px) / -2);
  left: 50%;
  padding: 5px 20px;
  transform: translateX(-50%);
}

.blog_nav_list_wrap {
  margin: calc((1.6rem + 10px) / -2) 0 0 24px;
  padding: 12px 20px 24px;
}

.blog_nav_list {
  --fs: 1.4rem;
  --fh: 2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.blog_nav_subList_wrap {
  list-style: none;
  counter-reset: my-counter;
  margin: -2px 0 0 21px;
}

.blog_nav_subList {
  --fs: 1.4rem;
  --fh: 2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.blog_nav_subList::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 16px;
  height: 16px;
  border: #333 solid 1px;
  border-radius: 50%;
  color: #222;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  display: inline-block;
  position: relative;
  top: 0;
  margin: 0 4px 0 -20px;
  padding-left: 1px;
}

.blog_product_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 48px 0 0;
}
.blog_product_wrap + .blog_product_wrap {
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x;
  margin-top: 20px;
  padding-top: 20px;
}
.blog_h3 + .blog_product_wrap { padding-top: 32px; }

.blog_product_tit {
  width: 100%;
  --fs: 1.6rem;
  --fh: 2rem;
  font-size: var(--fs);
  text-indent: -1em;
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0 calc(12px + ((var(--fs) - var(--fh)) / 2));
  padding-left: 1em;
  scroll-margin-top: 72px;
}

.blog_product_link { width: 40%; }

.blog_product_img { border-radius: 12px; }

.blog_product_spec_wrap {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px;
}

.blog_product_spec_tit {
  --fs: 1.2rem;
  --fh: 1.6rem;
  width: 6.5em;
  border-bottom: #ccc solid 1px;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding: 10px 4px 2px;
}
.blog_product_spec_tit:first-of-type { margin-top: -8px; }


.blog_product_spec_txt {
  --fs: 1.2rem;
  --fh: 1.6rem;
  width: calc(100% - 6.5em - 6%);
  border-bottom: #ccc solid 1px;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2)) 6%;
  padding: 10px 4px 2px;
}
.blog_product_spec_txt:first-of-type { margin-top: -8px; }

@media (max-width: 374px) {
  .blog_product_spec_tit { width: 5em; }
  .blog_product_spec_tit span { display: block; }
  .blog_product_spec_txt { width: calc(100% - 5em - 6%); }
}

.blog_product_txt_wrap {
  width: 100%;
  background: #f0f0f0;
  margin-top: 16px;
  padding: 8px;
}

.blog_product_txt {
  --fs: 1.2rem;
  --fh: 2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(20px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}
.blog_product_txt:first-of-type {
  --fs: 1.2rem;
  --fh: 2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
}

.blog_repo_wrap {
  background: #FFF;
  border: solid 2px #cccee2;
  border-radius: 12px;
  text-align: center;
  position: relative;
  margin-top: calc(12px + 8px);
  padding: 24px 20px;
}

.blog_repo_wrap::before {
  content: "";
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  z-index: 2;
}
.blog_repo_wrap::after {
  content: "";
  border: 14px solid transparent;
  border-bottom: 14px solid #cccee2;
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -17px;
  z-index: 1;
}

.blog_repo_tit {
  --fs: 1.6rem;
  --fh: 1.8rem;
  color: #957cb6;
  font-size: var(--fs);
  font-weight: bold;
  line-height: var(--fh);
  margin: 32px 0 8px;
}
.blog_repo_wrap .blog_repo_tit:first-of-type { margin-top: -4px; }

.blog_repo_txt {
  --fs: 1.4rem;
  --fh: 1.8rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(-8px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.blog_repo_img { margin-bottom: 16px; }

.blog_repo_img_ragan { position: relative; }

.blog_repo_img_ragan_txt {
  font-size: 1.2rem;
  text-shadow: -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white, 1px 1px 1px white;
  position: absolute;
  top: 4px;
  left: 4px;  
}

.blog_repo_img_flexWrap {
  display: flex;
  justify-content: space-between;
}

.blog_repo_img_flexL,
.blog_repo_img_flexR {
  width: 47%;
}


/* サブメニュー
------------------------------------------------------------------------------------*/
.subMenu_wrap {}

.subMenu_tit {
  width: calc(100% + 32px);
  --fs: 1.8rem;
  --fh: 2.4rem;
  background: #f0f0f0;
  border-bottom: #999999 solid 4px;
  font-size: var(--fs);
  font-weight: bold;
  text-indent: -1em;
  line-height: var(--fh);
  margin: calc(48px + ((var(--fs) - var(--fh)) / 2)) -16px calc(((var(--fs) - var(--fh)) / -2) + ((var(--fs) - var(--fh)) / 2));
  padding: 12px 16px 12px calc(1em + 16px);
}

/* 関連ブログ */
.blogList_wrap {}

.blogList_link {
  min-height: 90px;
  display: block;
  position: relative;
  margin-top: 24px;
  padding-left: 106px;
}
@media (max-width: 374px) {
  .blogList_link { padding-left: 30.9%; }
}

.blogList_link + .blogList_link {
  margin-top: 35px;
}
.blogList_link + .blogList_link::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
  position: absolute;
  top: -17px;
  left: 0;
}

.blogList_img {
  width: 26.23%;
  max-width: 90px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.blogList_txt {
  --fs: 1.6rem;
  --fh: 2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}
@media (max-width: 374px) {
  .blogList_txt {
    --fs: 1.5rem;
    --fh: 1.9rem;
    font-size: var(--fs);
    line-height: var(--fh);
    margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
  }
}

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

.blogList_info_label_osusume,
.blogList_info_label_color,
.blogList_info_label_choice,
.blogList_info_label_other {
  color: #222;
  font-size: 1.2rem;
  display: grid;
  place-items: center;
  position: relative;
  padding: 3px 14px;
}
.blogList_info_label_osusume { background: #cccee1; }
.blogList_info_label_color { background: #f8bfc4; }
.blogList_info_label_choice { background: #a6e0dc; }
.blogList_info_label_other { background: #e9d9c6; }

.blogList_info_label_osusume::before,
.blogList_info_label_color::before,
.blogList_info_label_choice::before,
.blogList_info_label_other::before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 9px 0 9px 5px;
  position:absolute;
  top: 0;
  left: 0;
}

.blogList_info_label_osusume::after,
.blogList_info_label_color::after,
.blogList_info_label_choice::after,
.blogList_info_label_other::after {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 9px 5px 9px 0;
  position:absolute;
  top: 0;
  right: 0;
}

.blogList_info_time {
  background: url(/images/sp/content/free/free_cmn/time_icon_sp.svg)  left center / 10px 10px no-repeat;
  color: #707070;
  font-size: 1.2rem;
  padding-left: 14px;
}

@media (max-width: 349px) {
  .blogList_info_label_osusume,
  .blogList_info_label_color,
  .blogList_info_label_choice,
  .blogList_info_label_other {
    letter-spacing: -0.02rem;
    padding: 3px 10px;
  }
}

/* 特集ページ */
.special_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.special_link {
  width: 48.4%;
  color: #222;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 24px;
}
/* .special_link:nth-of-type(-n+2) { margin-top: 16px; } */

/*
.special_txt {
  --fs: 1.2rem;
  --fh: 1.6rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(8px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}
*/

/* まとめ買い */
.matomeBuy_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.matomeBuy_link1 {
  width: 48.4%;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 24px;
}

.matomeBuy_link2 {
  width: 31.2%;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 16px;
}


/* ページ毎
------------------------------------------------------------------------------------*/
/* blogpage95 */
.blogpage95_table1 th:first-of-type { width: 25%; }

/* blogpage90 */
.blogpage90_table1 th:first-of-type { width: 25%; }

/* blogpage56 */
.blogpage56_table1 th:first-of-type { width: 50%; }
.blogpage56_table2 td:first-of-type {
  width: 100px;
  background: #f7f7f7;
}