/*入浴剤LP*/

.cat_lp div#hamburger-menu-btn .box {
    background: none;
}

.cat_lp .under-mv {
    display: none;
}

.cat_lp #under_blog h3.blog-page-title {
    font-size: 2em;
    border-bottom: 1px solid #3f3f3f;
}

.cat_lp #under_blog h3.blog-page-title span {
    display: block;
    font-size: .7em;
}

.cat_lp #under_blog .blog-dates {
    display: none;
}

#under_blog .blog-content {
    padding: 0;
}

.cat_lp .blog-content h2 {
    font-size: 24px;
    margin-bottom: 1rem;
}

.cat_lp h3 {
    margin-bottom: 1rem;
}

/** -----------------------------------
   共通
-------------------------------------**/
.cat_lp p {
  margin-bottom: 1em;
}

.cat_lp .tB{
  font-weight: bold;
}

.cat_lp .tC{
  text-align: center;
}

.cat_lp .tR{
  text-align: right;
}

.cat_lp .fs_L {
  margin-right: 5px;
  font-size: 1.3em;
  letter-spacing: 0;
}

.cat_lp .fs_S {
  font-size: .7em;
}

.cat_lp b.marker {
  padding: 0;
  background: #ffff95;
}

.cat_lp .image-line-up-2{
  display: flex;
}

.cat_lp .image-line-up-2 li{
  max-width: 50%;
}

.cat_lp a:hover{
  opacity: .7;
  transition: .5s;
}

.cat_lp .under {
  border-bottom: 1px solid #e03636;
  display: inline;
  padding-bottom: 6px;
}

.cat_lp a.cta-btn {
  display: inline-block;
  color: #fff;
  background: #015d9f;
  margin: 2rem auto 3rem;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  text-decoration: none;
}

.cat_lp .cta-btn span {
  background: #fff;
  color: red;
  padding: 3px 5px;
  margin-right: 5px;
}

.cat_lp .center {
    text-align: center;
}
.cat_lp .center img {
    margin: 0 auto;
}

/** -------- PC -------- **/
@media screen and (min-width: 769px) {
  .cat_lp .sphone{
    display: none!important;
  }
}

/** -----------------------------------
    リスト
-------------------------------------**/
.cat_lp ul.list-box {
  list-style: none;
}

.cat_lp ul.list-box li::marker {
  content: none!important;
}


.cat_lp ul.list-box li {
  background: #f2f5f7;
  margin-bottom: 1em;
  padding: 1em;
  font-size: 1.1em;
  font-weight: bold;
}

.cat_lp ul.list-box li p {
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  margin: 5px auto;
  padding-left: 1.5em;
}

.cat_lp ul.list-box li li {
  background: none;
  font-size: 1rem;
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 0 1em;
}

.cat_lp ul.list-dics {
  list-style: none;
  border: solid 1.5px #d7e5ee;
  margin: 1em 0;
  padding: 1em;
  position: relative;
}

.cat_lp ul.list-dics li {
    line-height: 1.5;
    padding: 0.5em 0 0 1em;
    list-style: none;
}

.cat_lp ul.list-dics li::before{
    content: "・";
    display: inline-block;
    position: absolute;
    left: 1em;
}

.cat_lp ul.list-box.list-check,
.cat_lp ul.list-box.list-check li{
	list-style: none;
}

.cat_lp ul.list-box.list-check li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(https://rayclink.net/lp-post/img/check.svg)no-repeat;
  display: inline-block;
  top: 3px;
  position: relative;
  margin-right: 5px;
}

.cat_lp ul.list-nomal {
    list-style: none;
}

.cat_lp ul.list-nomal li {
    list-style: none;
    position: relative;
    padding-left: 1em;
    margin-left: 0;
}

.cat_lp ul.list-nomal li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #333;
}

.cat_lp dl.dl-flex div {
  display: flex;
}

.cat_lp dl.dl-flex div dt {
  width: 120px;
}

.cat_lp dl.dl-list dt {
  color: #005b9c;
}

.cat_lp dl.dl-list dd {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.cat_lp .box {
  background: #f2f5f7;
  padding: 1em;
}

.cat_lp .col2-box,
.cat_lp ul.col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cat_lp .col2-box>ul,
ul.col2>li {
  width: calc(50% - 15px);
}

#under_blog a.to-archive {
    display: none;
}

/** -----------------------------------
    余白
-------------------------------------**/
.mb0{
  margin-bottom: 0!important;
}
.mb20{
  margin-bottom: 20px!important;
}
.mb30{
  margin-bottom: 30px!important;
}
.mb50{
  margin-bottom: 50px!important;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .cat_lp .pc{
    display: none!important;
  }
  .cat_lp section {
    padding: 1em 5px;
}
	
.cat_lp #under_blog .blog-contents-area {
    margin-top: 80px;
    padding: 10px;
}
	
.cat_lp body {
    font-size: 14px;
}

.cat_lp #under_blog h3.blog-page-title {
    font-size: 1.4rem;
    padding-bottom: 1rem;
}

.cat_lp .fs_L {
    font-size: 1.1rem;
}

.cat_lp ul.list-box li p {
    padding: 0;
    font-size: 14px;
}

.cat_lp .blog-content h2 {
    font-size: 1.2rem;
    padding-left: .5em;
    line-height: 1.5;
}

.cat_lp ul.list-nomal li {
    margin-bottom: .5em;
}

.cat_lp ul.list-dics {
    padding: 1em;
}

.cat_lp h3 {
    padding: .3em 1em;
}

.cat_lp ul li,
.cat_lp ul.list-box li{
  font-size: 14px;
}

.cat_lp ul.list-sub li {
    margin-bottom: 1em;
}

.cat_lp .box {
    padding: 1em 1em .5em;
}

.cat_lp .col2-box>ul, ul.col2>li {
    width: 100%;
}

.cat_lp ul.list-box li li {
    padding: 0;
}

.cat_lp a.cta-btn {
    padding: 1em;
    font-size: 1rem;
}
.cat_lp a.cta-btn {
    margin: 2rem auto 0;
}
	
.cat_lp dl.dl-flex div {
    flex-direction: column;
}
}