@charset "utf-8";

/* /////////////////////////////
      下層共通
///////////////////////////// */
@media screen and (max-width:1000px){
}
@media screen and (max-width:768px){
}

/* /////////////////////////////
      下層ページ
///////////////////////////// */
/* 睡眠サポートランキング！！ */
.ranking_top,.page_ranking_detail{
  margin-bottom: 30px;
}
.ranking_ttl{
  margin: 0 auto 20px;
  width: 98%;
}
.page_ranking_item01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_ranking_item01 li{
  width: calc((100% - 8px) / 3);
}
.page_ranking_item01 li:nth-child(2)::after,
.page_ranking_item01 li:nth-child(2)::before{
  content: "";
  background: url(../img/ranking/line.png)no-repeat center / contain;
  height: 100%;
  width: 4px;
  display: block;
  position: absolute;
  top: 0;
}
.page_ranking_item01 li:nth-child(2)::after{
  left: 0;
}
.page_ranking_item01 li:nth-child(2)::before{
  right: 0;
}
.page_ranking_item01 li:nth-child(2){
  position: relative;
}
.page_ranking_item01 li p{
  font-size: 18px;
  text-align: center;
  color: #191c92;
  margin: 10px auto;
  white-space: nowrap;
}
.ls_01{
  letter-spacing: -1px;
}
.page_ranking_item01 li img{
  padding: 0 10px;
}
.ranking_btn{
  display: block;
  margin: auto;
  width: 80%;
}
.page_ranking_reason{
  background: #fbf3c3;
  margin-top: 40px;
  padding: 20px 30px;
  line-height: 1.7;
  font-size: 18px;
  text-align: justify;
}
.ranking04_item .ranking04_img03{
  max-width: 150px;
  width: 60%;
  margin-bottom: 40px;
}

@media screen and (max-width:1250px){
  .page_ranking_item01 li p{
    font-size: 1.2vw;
  }
}
@media screen and (max-width:1080px){
  .page_ranking_item01 li{
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
  }
  .page_ranking_item01 li p{
    font-size: 20px;
  }
  .page_ranking_item01 li:nth-child(2){
    padding-bottom: 30px;
  }
  .page_ranking_item01 li:nth-child(2)::after,
  .page_ranking_item01 li:nth-child(2)::before{
    content: "";
    background: url(../img/ranking/line_sp.png)no-repeat center / contain;
    height: 4px;
    width: 100%;
    left: 0;
  }
  .page_ranking_item01 li:nth-child(2)::after{
    top: 0;
  }
  .page_ranking_item01 li:nth-child(2)::before{
    right: auto;
    bottom: 0;
    top: auto;
  }
  .page_ranking_item01 li img{
    padding: 0 10px;
    max-width: 560px;
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .page_ranking_reason{
    font-size: 17px;
    padding: 20px 20px;
    width: calc(100% + 40px);
    margin: auto -20px;
  }
  .ranking_top, .page_ranking_detail {
    margin-bottom: 15px;
  }
  .ranking_ttl {
    margin: 0 auto 10px -5px;
    width: 98%;
  }
  .page_ranking_item01 li {
    margin-bottom: 20px;
  }
  .page_ranking_item01 li:nth-child(2){
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ranking04_item .ranking04_img03 {
    max-width: 180px;
    width: 60%;
    margin-bottom: 0;
  }
  .ranking04_item {
    display: flex;
    align-items: center;

  }
}

/* 睡眠サポートサプリメント5選！ */
.page_comparison .scroll_table{
  overflow-x: unset;
  height: auto;
}
.page_comparison .scroll_img, .page_comparison .scroll_table table {
  width: 100%;
}
.page_comparison .scroll_table table th,
.page_comparison .scroll_table table td{
  padding: 10px 0;
  font-size: 16px;
}
.page_comparison .scroll_table table tr:first-child th{
  font-size: 18px;
}
.page_comparison .scroll_table table .ls_item p{
  font-size: 18px;
  letter-spacing: -2px;
  margin-left: -4px;
  transform: scaleX(0.8);
}
.page_comparison .scroll_table table th span{
  font-size: 12px;
}
.page_comparison_detail{
  background: #fef2e9;
  margin: 40px -20px ;
  width: calc(100% + 40px);
  padding: 80px 20px 20px;
}
.comparison_content{
  background: #fff;
  border: solid 8px var(--blue);
  padding: 40px;
  margin-bottom: 60px;
}
.comparison_content.content05{
  margin-bottom: 0;

}
.comparison_content h2{
  margin-top: -80px;
}
.comparison_txt01{
  color: var(--red);
  text-align: center;
  margin: 20px auto 0;
  font-size: 35px;
  font-weight: 900;
}
.hikaku_item{
  margin-top: 50px;
}
.comparison_content.content01 .hikaku_item{
  margin-top: 20px;
}
.hikaku_img{
  width: 34%;
}
.hikaku_txtarea{
  width: 60%;
}
.hikaku_txtarea .red_txt{
  text-align: left;
  margin-bottom: 16px;
}
.hikaku_txtarea .red_txt span{
  font-size: 20px;
}
.check_list li{
  color: #4d4d4d;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.check_list li::before{
  content: "";
  background: url(../img/comparison/check.png)no-repeat center / contain;
  height: 30px;
  width: 25px;
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
}
.check_list li p{
}
.comparison_list li{
  color: #4d4d4d;
  width: 32%;
  margin-bottom: 10px;
  border-radius: 20px;
  border: solid 3px #191c92;
  text-align: center;
}
.comparison_txt02{
  background: var(--blue);
  padding: 10px;
  border-radius: 20px 20px 0 0;
  font-weight: 900;
  font-size: 20px;
}
.comparison_txt03{
  font-size: 20px;
  border-radius: 0 0 20px 20px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
.comparison_txt03.ls_item{
  letter-spacing: -2px;
  margin-left: -4px;
  transform: scaleX(0.8);
  white-space: nowrap;
}

.hikaku_reason_ttl{
  margin-top: 30px;
}
.yumekurage_point{
  background: #fbf3c3;
  padding: 0 30px 30px 30px;
}
.yumekurage_point_item{
  position: relative;
  padding-bottom: 20px;
  padding-top: 30px;
}
.hikaku_reason {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 140px;
}
.yumekurage_point_ttl {
  background: #191c92;
  color: #fff;
  font-size: 32px;
  padding: 10px 10px 6px 100px;
  margin-left: auto;
  width: calc(100% - 50px);
  font-weight: 900;
}
.yumekurage_point_txt{
  line-height: 1.6;
  font-size: 20px;
  text-align: justify;
}
.hikaku_btn{
  display: block;
  margin: 30px auto 0;
  width: 80%;
}
.comparison_content.content03 .hikaku_txtarea{
  padding-top: 40px;
}
.item_1000{
  display: block;
}
.item_1000_sp{
  display: none;
}
@media screen and (max-width:1366px){
  .page_comparison .scroll_table{
    overflow-x: scroll;
  }
  .page_comparison .scroll_img, .page_comparison .scroll_table table {
    width: 900px;
  }
}
@media screen and (max-width:1280px){
  .comparison_list li{
    width: 49%;
  }
}
@media screen and (max-width:1080px){
  .hikaku_img{
    margin: auto;
    width: 65%;
  }
  .hikaku_txtarea{
    width: 100%;
  }
  .item_1000{
    display: none;
  }
  .item_1000_sp{
    display: block;
  }
  .yumekurage_point_item{
    padding-top: 70px;
  }
  .hikaku_reason {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
  }
  .yumekurage_point_ttl{
    font-size: 28px;
    padding: 10px;
    text-align: center;
    width: 100%;
  }
  .hikaku_btn {
    margin: 30px auto 0;
    width: 100%;
  }
  .content02 .hikaku_item {
    margin-top: 0;
  }
  .comparison_content{
    padding: 40px 20px;
  }
  .comparison_txt03{
    font-size: 1.6vw;
  }
}
@media screen and (max-width:768px){
  .comparison_content h2 {
    margin-top: -70px;
  }
  .comparison_txt01{
    font-size: 25px;
  }
  .page_comparison .scroll_img, .page_comparison .scroll_table table {
    width: 650px;
  }
  .page_comparison .scroll_img::before,
  .page_comparison .scroll_img li,
  .page_comparison .scroll_table table th,
  .page_comparison  .scroll_table table td {
    width: 100px;
  }
  .page_comparison .scroll_table table tr:first-child th,
  .page_comparison .scroll_table table .ls_item p,
  .page_comparison .scroll_table table td span {
    font-size: 15px;
  }
  .page_comparison .scroll_table table tr:nth-child(4) td,
  .page_comparison .scroll_table table tr:nth-child(6) td,
  .page_comparison .scroll_table table p{
    font-size: 30px;
  }
  .page_comparison .scroll_table table th span{
    letter-spacing: -1px;
  }
  .comparison_txt03{
    font-size: 12px;
    min-height: 50px;
  }
  .hikaku_txtarea .red_txt span {
    width: 100%;
    padding: 4px 10px;
    display: inline;
  }
  .page_comparison_detail{
    padding-top: 40px;
  }
  .comparison_list li{
    border-radius: 10px;
  }
  .comparison_txt02{
    border-radius: 10px 10px 0 0;
    font-size: 14px;
  }
  .yumekurage_point{
    padding: 0 15px 30px 15px;
  }
  .yumekurage_point_item{
    padding-bottom: 10px;
    padding-top: 55px;
  }
  .hikaku_reason{
    width: 70px;
  }
  .yumekurage_point_ttl {
    font-size: 18px;
    padding: 5px;
  }
  .yumekurage_point_txt{
    font-size: 16px;
  }
  .content02 .hikaku_img,
  .content03 .hikaku_img{
    margin-bottom: -40px;
  }
  .content05 .hikaku_img{
    margin-top: -40px;
    margin-bottom: -20px;
  }
  .check_list li{
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .check_list li::before{
    width: 20px;
  }
  .hikaku_btn {
    margin: 5px auto 0;
  }
  .comparison_content {
    padding: 40px 20px 20px;
  }
  .comparison_content{
    margin-bottom: 30px;
  }
}

/* 運営会社 */
.management_list li{
  margin-bottom: 25px;
}
.management_ttl{
  font-size: 24px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0 30px 30px 0;
  background: #1e9cd7;
  background: -webkit-linear-gradient(to right, #1e9cd7, #225398);
  background: linear-gradient(to right, #1e9cd7, #225398);
  margin-bottom: 25px;
  border: 4px solid #4379c0;
}
p.management_txt{
  line-height: 1.8;
  font-weight: 500;
  font-size: 19px;
  padding-right: 20px;
  text-align: justify;
}
@media screen and (max-width:768px){
  .management_list li{
    margin-bottom: 15px;
  }
  .management_ttl{
    padding: 5px 15px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  p.management_txt{
    font-size: 16px;
  }
}

/* 全商品 */
.page_archive .pt_25{
padding-top: 25px;
}
.archive_table {
  padding: 20px;
  background: #2c68b8;
  height: 1350px;
  width: 100%;
  margin-bottom: 40px;
}
.archive_table table {
  overflow: hidden;
  width: 100%;
}
.archive_table table th, .archive_table table td {
  font-size: 12px;
  font-weight: 500;
  border: solid 1px #000;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0;
}
.archive_table table th{
  background: var(--blue);
  height: 60px;
}
.archive_table table td{
  background: #fff;
  height: 100px;
  font-size: 14px;
}
.archive_table table td span{
  font-size: 10px;
  line-height: 1.2;
  display: inline-block;
}
.page_archive_img img{
  margin: auto;
  max-width: 100px;
  width: 100%;
}
.page_archive_img p{
  line-height: 1.2;
}
.archive_table table td a{
  display: block;
  margin: auto;
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width:768px){
  .archive_table{
    padding: 10px;
    height: 2400px;
    white-space: nowrap;
    overflow-y: scroll;
  }
  .archive_table table {
    overflow: hidden;
    width: 600px;
  }
  .archive_table table th, .archive_table table td {
    font-size: 12px;
    padding: 10px;
  }
  .archive_table table td{
    font-size: 16px;
    height: 230px;
  }
  .archive_table table td a {
    width: 120px;
  }
  .page_archive_img img{
    width: 80%;
  }
  td.archive_img04_sp img,
  td.archive_img08_sp img{
    max-width: 160px;
    padding: 10px 0;
    width: 100%;
  }
}

.article_top{
  text-shadow: 4px 4px 8px rgba(0,0,0,0.6);
  padding: 20px 0;
  font-size: 36px;
  text-align: center;
  color: #fff;
  background: #1e9cd7;
  background: -webkit-linear-gradient(135deg, #010a58, #1e9cd7, #cce0f4);
  background: linear-gradient(135deg, #010a58, #1e9cd7, #cce0f4);
}
.page_article_inner{
  border: solid 1px #191c92;
  margin-bottom: 40px;
}
.page_article_content{
  padding: 30px 20px;
  max-width: 580px;
  width: 100%;
  margin: auto;
}
.article_ttl{
  border-radius: 10px;
  padding: 16px 0;
  font-size: 28px;
  text-align: center;
  color: #fff;
  background: #1e9cd7;
  background: -webkit-linear-gradient(to right, #003caa, #1e9cd7, #003caa);
  background: linear-gradient(to right, #003caa, #1e9cd7, #003caa);
  margin-bottom: 20px;
  margin-top: 30px;
}
.article_ttl.mt_00{
  margin-top: 0;
}
.article_txt{
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: justify;
}
.article_img{
  margin-bottom: 20px;
}
.page_article .link{
  margin-top: 40px;
  text-align: center;
  color: #191c92;
}
.blue_txt{
  color: #191c92;
  font-size: 18px;
  margin-bottom: 10px;
}
.attend_txt{
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width:768px){
  .page_article_content {
    padding: 20px;
    max-width: 100%;
  }
  .article_top{
    font-size: 25px;
  }
  .article_ttl{
    font-size: 20px;
  }
  .article_txt {
    font-size: 15px;
  }
  .attend_txt{
    font-size: 10px;
  }
}
