@charset "utf-8";
.peage-tag{
  font-size: 10px;
  font-weight: bold;
  color: #fd85a2;
}
.contents__mainimage{
  background: url(/cms/img/usr/care/month_mv_bg_1.jpg) no-repeat;
  background-size: cover;
}
.contents__mainimage{
  background: url(/cms/img/usr/care/month_mv_bg_1.jpg) no-repeat;
  background-size: cover;
}
.month__contents{
  background-color: #ffffff;
  padding: 32px;
  box-sizing: border-box;
  width: 696px;
}
.month__contents__h2{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 32px;
}
.month__contents__box{
  margin-bottom: 56px;
}
.month__contents__image{
  width: 500px;
  height: 334px;
  margin: 0 auto 24px;
}
.month__contents__image img{
  width: 100%;
}
.month__contents__text{
  margin-bottom: 16px;
}

/* 一覧ページstyle */
.month__list__contents{
  padding-bottom: 32px;
  box-sizing: border-box;
  width: 696px;
  min-height: 400px;
}
.month__item {
  padding: 16px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  margin-bottom: 24px;
  overflow: hidden;
}
.month__item__image {
  width: 150px;
  height: 150px;
  float: left;
}
.month__item__image img{
  width: 100%;
  height: 100%;
}
.month__detail{
  float: right;
  width: 480px;
}
.month__item__title{
  font-size: 20px;
  margin-bottom: 8px;
}


.table__list__box{
  background-color: #f6f6f6;
  padding: 24px;
  box-sizing: border-box;
  margin-top: 24px;
}
.table__list{
  line-height: 1.8;
}
.table__list__title{
  font-size: 20px;
}
.table__item a{
  font-size: 14px;
  color: #e57993;
  font-weight: bold;
  text-decoration: underline;
}
.table__item__inner{
  padding-left: 8px;
}
.table__item__inner__item a{
  font-weight: normal;
}
.month__contents__h3{
  font-size: 24px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 2px solid #d41f34;
  margin-bottom: 24px;
}
.month__contents__h4{
  background-color: #fdf4f7;
  padding: 12px;
  margin: 24px 0;
}
.month__contents__h5{
  font-weight: bold;
  padding-left:16px;
  border-left: 4px solid #d41f34;
  margin-bottom: 16px;
  font-size: 14px;
}
.care__item{
  padding: 24px;
  border: 4px solid #eaeaea;
  margin-bottom: 24px;
}
.care__item__title{
  font-weight: bold;
  margin-bottom: 8px;
}
.care__item__list{
  line-height: 1.8;
}
.care__flow__title{
  font-weight: bold;
  margin-bottom: 8px;
}
.care__flow__list{
  line-height: 1.8;
  counter-reset: li_count;
}
.care__flow__item{
  position: relative;
  padding-left: 24px;
}
.care__flow__item::before{
  counter-increment: li_count;  /* カウンタの値を計算していく */
  content: counter(li_count)""; /* 数字出力 */
  color: #ffffff;               /* 文字色指定 */
  background-color: #000;
  padding: 0px 6px;
  border-radius: 10px;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}
.care__flow__item::after{
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 18px);
  left: 8px;
  top: 20px;
  border-left: 1px dotted #333;
}
.care__flow__item:last-child::after{
  display: none;
}
.care__point{
  padding: 16px;
  background-color: #fdf4f7;
  margin-top: 24px;
}
.care__point__title{
  color: #d41f34;
  font-size: 14px;
  font-weight: bold;
}
.month__attention{
  padding: 16px;
  border:2px solid #eaeaea;
  margin-top: 24px;
}
.month__attention__title{
  font-weight: bold;
  margin-bottom: 8px;
}
.month__attention__text{
  font-size: 12px;
}
/* ログイン・登録ボタンのｃｓｓ */
.enjoylife__rnav{
  width: 312px;
  position: absolute;
  top: 0;
  right: 0;
}
.join__login{
  background-color:#ffffff;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  padding: 24px;
  box-sizing: border-box;
}
.join__login__title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.join__login__btnitem{
  text-align: center;
  width: 90%;
  margin: 0 auto;
  border-radius:32px;
}
.join__login__btnitem a{
  padding:16px 0;
  display:block;
  border-radius:32px;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
.join__login__btnitem a::after{
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(-45deg);
}
.join__login__btnitem.join{
  background-color:#e57993;
  margin-bottom: 16px;
}
.join__login__btnitem.join a{
  color: #ffffff;
}
.join__login__btnitem.join a::after{
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.join__login__btnitem.login{
  border: 2px solid #e57993;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.join__login__btnitem.login a{
  color: #e57993;
}
.join__login__btnitem.login a::after{
  border-right: 2px solid #e57993;
  border-bottom: 2px solid #e57993;
}
/* 使わなくなったら削除 */
.month__rnav__box{
  width: 312px;
  position: absolute;
  top: 300px;
  right: 0;
}
.month__rnav{
  background-color:#ffffff;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  padding: 8px;
  box-sizing: border-box;
}
.month__rnav--month{
  margin-top: 24px;
}
.month__rnav__title{
  font-size: 20px;
  font-weight: bold;
  padding: 8px 16px;
  border-bottom: 2px solid #eaeaea;
}
.month__rnav__list{
  padding: 16px;
  box-sizing: border-box;
}
.month__rnav__item{
  padding-left: 16px;
  position: relative;
  line-height: 14px;
  margin-bottom: 16px;
  box-sizing: border-box;
  font-size: 14px;
}
.month__rnav__item:last-child{
  margin-bottom: 0;
}
.month__rnav__item::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 10px;
  background: url(/cms/img/usr/care/arrow-pink.png) no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.month__rnav__item a{
  display: block;
}
.month__category{
  width: 1040px;
  margin: 0 auto;
  padding: 32px 0;
  box-sizing: border-box;
}
.month__category__title{
  font-size: 20px;
  color: #d41f34;
  font-weight: bold;
  margin-bottom: 24px;
}
.month__category__list{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.month__category__item{
  width: 24%;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 2px rgba(88, 88, 88, 0.15);
  margin-bottom: 24px;
}
.month__category__item a{
  display: block;
  line-height: 36px;
  padding: 14px 96px 14px 16px;
  box-sizing: border-box;
  position: relative;
  font-weight: 600;
}
.month__category__item a::after{
  position: absolute;
  content: "";
  width: 80px;
  height: 46px;
  top:8px;
  right: 8px;
}
.prev__next{
  box-sizing: border-box;
  padding: 32px 0;
  /* background-color: #fbf7f8; */
  width: 100%;
  overflow: hidden;
}
.prev__next__btnlist{
  width: 696px;
  max-width: 100%;
  font-size: 0;
}
.prev__next__btnitem{
  display: inline-block;
  width: 48%;
  font-size: 16px;

}
.prev{
  margin-right: 4%;
}
.next{
  float:right;
}
.prev__next__btnitem a{
  padding: 16px 24px;
  display: block;
  text-align: center;
  background-color: #ffffff;
  border:1px solid #e57993;
  box-sizing: border-box;
  border-radius: 32px;
  position: relative;
}
.prev__next__btnitem a::after{
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 50%;
  border-right: 2px solid #e57993;
  border-bottom: 2px solid #e57993;
}
.prev a::after{
  left: 24px;
  transform: translateY(-50%) rotate(135deg);
}
.next a::after{
  right: 24px;
  transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 768px){
  .month .maincontents{
    padding: 0;
  }
  .month__contents{
    width: 100%;
    padding: 10px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
  }
  .month__contents__image{
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  /* 一覧ページstyle */
  .month__list__contents{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 40px;
    min-height: inherit;
  }
  .month__item{
    padding: 10px;
    margin-bottom: 16px;
  }
  .month__item__image{
    width: 30%;
    height: 88px;
    margin-right: 2%;
  }
  .month__detail{
    width: 68%;
  }
  .month__item__title{
    font-size: 14px;
    margin-bottom: 0;
  }
  .month__text{
    font-size: 12px;
  }


  .join__login{
    padding: 24px 8px;
  }

  .prev__next__btnlist{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .prev__next__btnitem{
    font-size: 12px;
    font-weight: bold;
  }
  .prev__next__btnitem a{
    padding: 16px;
  }
  .prev a::after{
    left: 10px;
  }
  .next a::after{
    right: 10px;
  }
  .prev__next__btnitem a::after{
    height: 6px;
    width: 6px;
  }
  .enjoylife__rnav{
    position: relative;
    width: 100%;
    border-radius: 0;
    border-radius: 10px;
  }


  .month__rnav{
    width: 100%;
    position: relative;
    border-radius: 0;
    top: 0;
    margin-top: 24px;
  }
  .month__rnav__box{
    width: 100%;
    position: relative;
    top: 0;
  }
}