/*************************************
* 下部コンテンツ
*************************************/

.footer-content {
  margin-top: 100px;
}

.footer-content > div + div {
  margin-top: 80px;
}

.footer-content .ranking h2 {
  margin-bottom: 5px;
  padding-top: 60px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  background: url(/img/title_ranking.png) no-repeat top;
}
.webp .footer-content .ranking h2 {
  background: url(/img/title_ranking.png.webp) no-repeat top;
}

.footer-content .ranking h2 + p {
  margin-bottom: 50px;
  font-size: 12px;
  text-align: center;
}

.footer-content .ranking ul {
  font-size: 0;
}

.footer-content .ranking ul li {
  display: inline-block;
  width: 47%;
  margin-bottom: 20px;
  vertical-align: top;
}

.footer-content .ranking ul li:nth-child(odd) {
  margin-right: 6%;
}

.footer-content .ranking ul li a figure {
  position: relative;
  margin-bottom: 15px;
}

.footer-content .ranking ul li a figure::before {
  display: block;
  padding-top: 45%;
  content: "";
}

.footer-content .ranking ul li a figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.footer-content .ranking ul li a h3 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.footer-content .ranking ul li a:hover h3 {
  color: #cab641;
}

.footer-content .ranking ul li a p {
  color: #999;
  font-size: 10px;
}

.footer-content .ranking .button-white {
  width: 480px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
}

.footer-content .column h2 {
  margin-bottom: 5px;
  padding-top: 60px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  background: url(/img/title_column.png) no-repeat top;
}
.webp .footer-content .column h2 {
  background: url(/img/title_column.png.webp) no-repeat top;
}


.footer-content .column h2 + p {
  margin-bottom: 50px;
  font-size: 12px;
  text-align: center;
}

.footer-content .column ul {
  font-size: 0;
}

.footer-content .column ul li {
  display: inline-block;
  width: 47%;
  margin-bottom: 30px;
  vertical-align: top;
}

.footer-content .column ul li:nth-child(odd) {
  margin-right: 6%;
}

.footer-content .column ul li a figure {
  position: relative;
  margin-bottom: 15px;
}

.footer-content .column ul li a figure::before {
  display: block;
  padding-top: 45%;
  content: "";
}

.footer-content .column ul li a figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.footer-content .column ul li a h3 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-content .column ul li a:hover h3 {
  color: #cab641;
}

.footer-content .column ul li a p {
  color: #999;
  font-size: 12px;
}

.footer-content .column .button-white {
  width: 480px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
}

.footer-content .item h2 {
  margin-bottom: 5px;
  padding-top: 60px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  background: url(/img/title_item.png) no-repeat top;
}
.webp .footer-content .item h2 {
  background: url(/img/title_item.png.webp) no-repeat top;
}


.footer-content .item h2 + p {
  margin-bottom: 50px;
  font-size: 12px;
  text-align: center;
}

.footer-content .item ul {
  margin-bottom: 20px;
  font-size: 0;
}

.footer-content .item ul li {
  display: inline-block;
  width: 47%;
  margin-bottom: -1px;
  padding: 30px 0;
  font-size: 0;
  vertical-align: top;
  border-top: 1px #cecece solid;
  border-bottom: 1px #cecece solid;
}

.footer-content .item ul li:nth-child(odd) {
  margin-right: 6%;
}

.footer-content .item ul li a {
  display: block;
}

.footer-content .item ul li a figure {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 5px;
  vertical-align: middle;
  border: 1px #cecece solid;
}

.footer-content .item ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.footer-content .item ul li a .inner {
  display: inline-block;
  width: calc(100% - 100px);
  padding-left: 20px;
  vertical-align: middle;
}

.footer-content .item ul li a .inner h3 {
  margin-bottom: 5px;
  color: #ff6b9f;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s;
  /*line-height: 1.4;*/
}

.footer-content .item ul li a:hover .inner h3 {
  color: #cab641;
}

.footer-content .item ul li a .inner h3 span {
  display: block;
  color: #666;
  font-size: 11px;
  /*margin-bottom: 5px;*/
}

.footer-content .item ul li a .inner p img {
  width: 18px;
  margin-right: 2px;
}

.footer-content .item ul li a .inner p span {
  margin-left: 10px;
  font-size: 14px;
  /*line-height: 1.2;*/
}

.footer-content .item .button-white , .footer-content .single .button-white{
  width: 480px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
}

@media screen and (max-width: 768px) {

  .footer-content {
    margin-top: 50px;
  }

  .footer-content > div + div {
    margin-top: 50px;
  }

  .footer-content .ranking h2 {
    padding-top: 50px;
    font-size: 16px;
    background-size: 160px;
  }

  .footer-content .ranking h2 + p {
    margin-bottom: 7px;
  }

/*
  .footer-content .ranking ul {
    margin-bottom: 7px;
    padding-top: 10px;
    font-size: 0;
    border-top: 1px #cecece solid;
  }

  .footer-content .ranking ul li,
  .footer-content .ranking ul li:nth-child(odd) {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px #cecece solid;
  }
*/

/*
  .footer-content .ranking ul li a {
    position: relative;
    display: block;
    padding-right: 30px;
    color: #ff6b9f;
  }
  */
/*
  .footer-content .ranking ul li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    content: "";
  }
*/
  .footer-content .ranking ul li a figure {
    margin-bottom: 5px;
  }
/*
  .footer-content .ranking ul li a figure {
  
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0;
    vertical-align: middle;
  }
  */

  .footer-content .ranking ul li a h3 {
    /*display: inline-block;
     
    width: calc(100% - 60px); 
    margin: 0;
    padding-left: 10px;
    */

    font-size: 13px;
    line-height: 1.4;
    vertical-align: middle;
  }
/*
  .footer-content .ranking ul li a p {
    display: none;
  }
*/
  .footer-content .ranking .button-white {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 48px;
  }

  .footer-content .item h2 {
    padding-top: 50px;
    font-size: 16px;
    background-size: 160px;
  }

  .footer-content .item h2 + p {
    margin-bottom: 7px;
  }
  
  .footer-content .item ul li {
    padding: 10px 0;
  }
/*
  .footer-content .item ul {
    margin-bottom: 7px;
    padding-top: 10px;
    border-top: 1px #cecece solid;
  }

  .footer-content .item ul li,
  .footer-content .item ul li:nth-child(odd) {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-top: none;
    border-bottom: 1px #cecece solid;
  }

  .footer-content .item ul li a {
    position: relative;
    padding-right: 30px;
  }

  .footer-content .item ul li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    content: "";
  }
*/
  .footer-content .item ul li a figure {
    width: 60px;
    height: 60px;
  }

  .footer-content .item ul li a .inner {
    width: calc(100% - 60px);
    padding-left: 5px;
  }

  .footer-content .item ul li a .inner h3 {
    color: #ff6b9f;
    font-size: 11px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .footer-content .item ul li a .inner h3 span {
    font-size: 6px;
  }

  .footer-content .item ul li a .inner p img {
    width: 10px;
    height: auto;
  }

  .footer-content .item ul li a .inner p span {
    font-size: 8px;
  }

  .footer-content .item .button-white , .container .footer-content .button-white.footercontent_ranklist {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 48px;
  }

  .footer-content .column .button-white {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 48px;
  }

  .footer-content .column h2 {
    padding-top: 50px;
    font-size: 16px;
    background-size: 160px;
  }

  .footer-content .column h2 + p {
    margin-bottom: 7px;
  }
/*
  .footer-content .column ul {
    margin-bottom: 7px;
    padding-top: 10px;
    font-size: 0;
    border-top: 1px #cecece solid;
  }

  .footer-content .column ul li,
  .footer-content .column ul li:nth-child(odd) {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px #cecece solid;
  }

  .footer-content .column ul li a {
    position: relative;
    display: block;
    padding-right: 30px;
    color: #ff6b9f;
  }

  .footer-content .column ul li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    content: "";
  }

  .footer-content .column ul li a figure {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0;
    vertical-align: middle;
  }

  .footer-content .column ul li a h3 {
    display: inline-block;
    width: calc(100% - 60px);
    margin: 0;
    padding-left: 10px;
    font-size: 13px;
    vertical-align: middle;
  }

  .footer-content .column ul li a p {
    display: none;
  }
  */
}



.footer-content .ranking ul li a figure, .footer-content .column ul li a figure {
  width: 100%;
  height: 100%;

}

.footer-content .item ul,
.footer-content .ranking ul li,
.footer-content .column ul li,
.footer-content .ranking ul, 
.footer-content .column ul {
    border-top: none;
}

.footer-content .ranking ul li, .footer-content .column ul li {
    padding: 0;
    border-bottom: none;
}


.top_block__img img {
  width: auto;
}

.sub_title {
    font-size: 0.8rem;
    margin-top: 8px;
    font-weight: 500;
    color: #636466;
}

.re_container02 .footer-content, .top_block .footer-content {
    margin: 0;
}



.footer-content .item ul li a {
  display: flex;
}

.top_block .footer-content .ranking,
.top_block .footer-content .column,
.top_block .footer-content .item {
    margin-top: 0px;
}

.top_block__img img {
    height: 20px;
    width: auto;
}

.top_block .button-white, 
.top_block .button-pink {
    width: 100%;
    font-size: 11px;
    border: #333 solid 1px;
}

@media screen and (min-width: 768px) {
  .top_block .button-white, 
  .top_block .button-pink {
      font-size: 14px;
  }

  .top_block__img img {
     height: 35px;
  }
}

@media screen and (max-width: 768px) {

  .top_block .button-blue,
  .top_block .button-pink,
  .top_block .button-white {
      width: 90%;
      height: 50px;
      line-height: 48px;
  }
  .footer-content .ranking ul li a, 
  .footer-content .column ul li a,
  .footer-content .item ul li a {
      color: #333;
  }

  .top_block .button-white {
      width: 90%;
  }

  .top_block__title {
      margin: 0;
  }

  .top_block .button-pink, 
  .top_block .button-blue,
  .top_block .button-white {
    width: 90%;
    height: 50px;
    line-height: 48px;
  }
  .footer-content .ranking ul li a::after, 
  .footer-content .column ul li a::after, 
  .footer-content .item ul li a::after {
    display: none;
  }

  .footer-content .ranking ul li a,
  .footer-content .column ul li a, 
  .footer-content .item ul li a {
    padding-right: 0px;
  }

  .button-blue span:before, .button-pink span:before, .button-white span:before {
      right: 15px;
      width: 7px;
      height: 7px;
      margin-top: -3px;
      border-width: 1px;
  }  
}

.footer-content .ranking ul li a p {
  margin: 0;
}


footer {
    /*max-width: 1020px; */
    padding: 70px 0 35px;
    color: #fff;
    text-align: center;
    background: #333;
}

footer .container{
  padding: 0 5%;
}
.footer-logo{
  margin-bottom: 30px;
}
.footer_nav{
  margin: 30px 0;
}
.footer_nav ul{
  display: flex;
  justify-content: center;
  border-top: #555 solid 1px;
  border-bottom: #555 solid 1px;
  padding: 20px 0;
}
.footer_nav ul li{
  border-right: #555 solid 1px;
  line-height: 1;
}
.footer_nav ul li:last-child{
  border: 0;
}
.footer_nav ul li a{
  color: #fff;
  font-size: 11px;
  display: block;
  padding: 0 10px;
}
.footer_sns{
  margin: 30px 0;
  text-align: center;
}
.footer_sns__txt{
  font-size: 12px;
  margin-bottom: 10px;
}
.footer_sns ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_sns ul li{
  padding: 0 5px;
}
.footer_sns ul li a{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: #fff solid 1px;
}
.footer_sns ul li a img{
  width: 50%;
}
.footer-logo p {
    margin-top: 15px;
    color: #c3c3c3;
    font-size: 14px;
}
.copyright {
    color: #878787;
    font-size: 10px;
}
@media screen and (max-width: 768px) {
  footer {
      min-width: 100%;
      padding: 40px 0 20px;
  }
  .footer-logo p {
      font-size: 12px;
  }
}


@media screen and (min-width: 768px) {
  .best_itemList li{
    min-width: 25%;
    margin-right: 20px;
  }
  .best_itemList__title{
    font-size: 12px;
  }
  .best_itemList__wrap .button-white{
    font-size: 12px;
  }
  .footer_nav ul li a{
    font-size: 12px;
    padding: 0 20px;
  }
  .footer_sns__txt{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer_sns ul li{
    padding: 0 10px;
  }
  .footer_sns ul li a{
    width: 50px;
    height: 50px;
  }
}

.top_block__title {
  margin-bottom: 0;
}





.archives_wrap .read_more{
  margin-left: 10px;
  color: #ff6b9f;
}
.archives_wrap .review_block01__footer{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.archives_wrap .review_date{
  color: #8d8d8d;
  font-size: 10px;
}
.archives_wrap .review_good{
  display: flex;
  align-items: center;
  color: #ff6b9f;
  font-weight: bold;
}
.archives_wrap .review_good img{
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.archives_wrap .review_block02__box{
  padding: 15px;
  border: #d6d6d6 solid 1px;
  box-shadow: 0 3px 8px -5px rgba(0,0,0,.2);
  margin-bottom: 20px;
}
.archives_wrap .review_detail__wrap{
  display: flex;
/*  align-items: flex-start; */
}
.archives_wrap .review_detail__txt{
  flex: 1;
}
.archives_wrap .review_detail__txt p.short_text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.archives_wrap .review_detail__img{
  flex: 0 0 100px;
  margin-left: 15px;
}
.archives_wrap .review_detail__title{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.archives_wrap .review_detail__title a {
  border-bottom: solid 1px #333;
}
/*
.archives_wrap .user_data__list02{
  font-size: 10px;
  display: flex;
  align-items: center;
  line-height: 1;
/*  color: #555; 
}
/*
.archives_wrap .user_data__list02 li{
  padding-right: 8px;
  margin-right: 8px;
  border-right: #555 solid 1px;
}
.archives_wrap .user_data__list02 li:last-child{
  border: 0;
}*/
.archives_wrap .review_block02__footer{
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.review_block02__box .user_data{
  margin: 20px 0 0;
}
.archives_wrap .report_book{
  background: #58bcbb;
  padding: 8px 10px 10px;
  position: relative;
  margin-bottom: 20px;
}


@media screen and (min-width: 1024px){

  .archives_wrap .review_block02__box{
    padding: 20px;
  }
  .archives_wrap .review_detail__title{
    font-size: 18px;
  }

}

.archives_wrap .review_block01__list li.hide,
.archives_wrap .review_block02 li.hide {
    display: none;
}

@media screen and (min-width: 1025px) {
    #top_userList .footer-content {
        margin-bottom: 40px;
    }
}

.archives_wrap .top_block {
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .archives_wrap .top_block {
      margin-bottom: 80px;
  }
}

.archives_wrap .edit_search {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0 0;
}
#search_box {
    border-radius: 50px;
    border: #ccc solid 1px;
    background: #fff;
    line-height: 1.7;
    box-shadow: none;
    outline: 0;
    overflow: visible;
    font-family: inherit;
    margin: 0;
    font-size: 13px;
    padding: 8px 10px 8px 40px;
}

.archives_wrap .review_detail__img {
    flex: 0 0 100px;
    margin-left: 15px;
}

.follow_btn {
    font-size: 13px;
}
  
@media screen and (min-width: 1024px) {
  .archives_wrap .review_detail__img {
    flex: 0 0 180px;
  }
}

.archives_wrap .edit_search::before {
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 5;
}

.button-white:hover {
  border-color: #fff !important;
}

#profile_comment {
  margin-bottom: 20px;
}
#profile_comment p.short_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


#profile_comment p {
    margin: .5rem 0;
}

.posted_box__photo {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .posted_box__photo {
     width: 30%;
  }
  /*
  .posted_box__txt p {
    display: none;
  }
  */
}


.keep_cont__nav {
  border-top: none;
  margin-bottom: 10px;
}

.keep_cont__nav li {
   padding: 5px 0 5px 0;
   width: 50%;
}

.review_data__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 5px; */
}
.review_data__bottom .userList_box {
  width: auto;
}

#profile_review .review_box__stars p {
  margin: 0;
}
.review_box__user_txt {
  line-height: 1.4;
}


.note_list_element {
  padding: 2px 0;
  padding: 0;
  border-radius: 5px;
  font-size: 10px;
  margin: 0 0 2px;
  line-height: 1;
}

.note_list_element li {
  padding: 0 4px;
  margin: 0;
}
.note_list_element {
    margin-left: -4px;
}
.note_list_element li:not(:last-child) {
    border-right: #999 solid 1px;
}

#profile_home .review_box__user_txt_new, #search_result_div .review_box__user_txt_new {
  display: block;
}

.btn_good_block {
  width: 100%;
}

#profile_home .posted_box, #search_result_div .posted_box {

    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 15px;
}
#note_detail {
  margin-top: 0px !important;
}

#profile_home .posted_box__txt h2, #search_result_div .posted_box__txt h2 {
  padding-bottom: 0px;
}

#profile_home .view_count_span, #search_result_div .view_count_span {
  color: #333;
}
#profile_home .posted_box__like, #search_result_div .posted_box__like {
  margin-left: 10px;
}

.view_count_span figure {
  width: 20px;
}

.view_count_span figure svg {
  height: 20px !important;
}
#profile_home .view_count_span, #search_result_div .view_count_span {
  color: #999;
  font-size: .9rem;
  align-items: center
}

#profile_home .btn_good span, #search_result_div .btn_good span {
  font-size: 14px;
}
#profile_home .posted_box .posted_date, #search_result_div .posted_box .posted_date {
  font-size: 11px;
}

.review_may #profile_home .posted_box__txt, #search_result_div .posted_box__txt {
    padding: 0 5px 0;
}

#profile_home .user_data__bottom, #search_result_div .user_data__bottom {
  margin-top: 0;
}

#profile_name {
  margin: 20px 0 0px;
}

#profile_name h3 span {
  font-size: 16px;
}

#profile_name .sns_links {
  bottom: auto;
  top: 0;
}
#profile_name .sns_links li a svg {
      width: 16px;
}

#profile_name .no-link-tags li {
 margin-bottom: 0;
}

#profile_counter li .counter {
  font-size: 14px;
}

#profile_counter li {
  border-right: 0;
}

#textBox {
  line-height: 2;
}
#textBox h2 {
  font-weight: 700;
}

#profile_cont__wrap #profile_home {
  padding: 0;
}

#note_detail .unde_title_buttons {
  margin-bottom: 10px;
  position: relative;
}

.follow_btn .btn_follow {
  border: #FF6B9F solid 1px;
  color: #FF6B9F;
  padding: 10px;
}

#note_detail .unde_title_buttons .btn_good {
  position: relative;
  margin: 0;
}

#note_detail .unde_title_buttons .view_count_span figure {
  height: 16px;
  height: 22px;
}
#note_detail .unde_title_buttons .icon_heart svg {
  height: 20px;
}
#note_detail .unde_title_buttons .column_box__data_icon {
  width: 15px;
}
#note_detail .unde_title_buttons .btn_good svg {
  height: 12px !important;
}
#profile_home #note_detail .unde_title_buttons .posted_box__like {
  margin-left: 10px;
}
#note_detail .unde_title_buttons .btn_good span {
  font-size: 13px;
}
#note_detail .unde_title_buttons .btn_good {
  bottom: 1px;
}
.unde_title_buttons .posted_box__like .icon_heart {
  width: 13px;
}




/* 目次 */
.post_index{
  padding: 30px;
  margin-bottom: 40px;
}
.post_index {
    margin: 30px 0;
    border: #ff6b9f dotted 2px;
    padding: 20px;
    border-radius: 10px;
}
.post_index__title{
  font-size: 20px;
  margin-bottom: 20px;
}
.post_index__title::before{
  width: 15px;
  height: 20px;
  margin-right: 10px;
}
.post_index__inner > li > a{
  padding: 10px 0 10px 25px;
}
.post_index__inner > li > a::before{
  width: 20px;
  height: 20px;
  top: 12px;
}
.post_index__sub li a{
  padding: 8px 0 8px 40px;
}
.post_index__sub li a::before{
  top: 15px;
  width: 8px;
  height: 8px; 
}

.post_index{
  margin: 30px 0;
  border: #ff6b9f dotted 2px;
  padding: 20px;
  border-radius: 10px;
}
.post_index__title{
  font-size: 16px;
  font-weight: bold;
  border-bottom: #e6e6e6 solid 1px;
  padding: 0 0 5px;
  margin-bottom: 15px;
  position: relative;
}
.post_index__title::before{
  content: '';
  background: url('../img/202309/icon_book02.svg') no-repeat left center / contain;
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 5px;
}
.post_index__inner li a{
  display: block;
  padding: 5px 0;
  position: relative;
}
.post_index__inner li a::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
}
.post_index__inner > li{
  margin-bottom: 5px;
}
.post_index__inner > li > a{
  font-weight: bold;
  padding: 8px 0 8px 20px;
}
.post_index__inner > li > a::before{
  background: url('../img/202309/index_arrow.svg') no-repeat center center / contain;
  width: 15px;
  height: 15px;
}
.post_index__sub li a{
  padding-left: 35px;
}
.post_index__sub li a::before{
  width: 5px;
  height: 5px;
  border-top: #ff6b9f solid 1px;
  border-right: #ff6b9f solid 1px;
  transform: rotate(45deg);
  left: 20px;
  top: 12px;
}

#textBox {
  font-size: 13px;
}
#textBox h2 {
  font-size: 15px;
}
#textBox h3 {
  font-size: 14px;
}

#profile_home {
  margin-top: 0px;
}

#profile_home #note_detail h2 {
  font-size: 15px;
}

#profile_home #note_detail h3 {
  font-size: 13px;
}

.review_hash_tags {
  font-size: 14px;
}

@media screen and (min-width: 768px) {

  .review_hash_tags {
    font-size: 16px;
  }
  .post_index {
      padding: 30px;
      margin-bottom: 40px;
  }

  #textBox {
    font-size: 16px;
  }

  #textBox h2 {
    font-size: 25px;
  }
  
  #textBox h3 {
    font-size: 20px;
  }
  
  #profile_home #note_detail h2 {
    font-size: 25px;
  }
  
  #profile_home #note_detail h3 {
    font-size: 16px;
  }
}

#note_detail .note_mokuji ol li,
#note_detail .note_mokuji ul li {
  list-style: none;
}
#note_detail .note_mokuji ol, #note_detail .note_mokuji ul {
  padding-left: 0;
}

li.h2_li {
  margin: 0 !important;
}
li.h2_li a {
  font-weight: bold;
  padding: 8px 0 8px 20px;
  color: #ff6b9f;
  text-decoration: underline;
  font-size: 12px;
}

li.h3_li {
  padding-left: 35px;
  margin: 0 !important;
}
li.h3_li a {
    display: block;
    padding: 5px 0;
    position: relative;
    
    color: #ff6b9f;
    text-decoration: underline;
    font-weight: 400;
    font-size: 12px;
}

li.h3_li a::before {
    width: 5px;
    height: 5px;
    border-top: #ff6b9f solid 1px;
    border-right: #ff6b9f solid 1px;
    transform: rotate(45deg);
    left: -20px;
    top: 12px;
    content: '';
    position: absolute;
    background: none;
}

li.h3_li a:hover, li.h2_li a:hover {
    background: none;
}

.page_container {
    overflow-x: inherit;
}

#note_editor__container #toolBar1 {
  top: 40px;
}

/*
#header_right {
    width: 90px;
}*/

.troble_tags {
/*  margin: -70px 0 20px; */
  display: block;
}
.troble_tags a {
  margin-right: 10px;
}

.edit_search input[type="search"] {
  font-size: 14px;
  line-height: 1.4;
}
.search_box input {
  font-size: 12px;
}


.follow_btn .btn_follow:hover {
  color: #fff;
}


.sort_pop {
    background: #fff;
    padding: 8px;
    border: #555 solid 1px;
    border-radius: 4px;
}

.sort_list__label{
  display: flex;
  line-height: 1.5;
  position: relative;
}
.check_icon{
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.check_icon::after{
  content: '';
  position: absolute;
  z-index: 5;
  width: 10px;
  height: 6px;
  left: 50%;
  top: 35%;
  transform: translate(-50%,-50%) rotate(135deg);
  border-top: #dedede solid 2px;
  border-right: #dedede solid 2px;
}
.sort_list__txt{
  font-weight: bold;
  font-size: 9px;
  white-space: nowrap;
}
.sort_list__check{
  padding: 3px 8px;
}
.sort_list__check li{
  margin: 8px 0;
}
.sort_list__check .check_icon{
  border: #555 solid 1px;
  border-radius: 2px;
  background: #f4f4f4;
}
.sort_list__radio .sort_list__label{
  padding: 5px 20px 5px 5px;
}
.sort_list__radio .check_icon::after{
  opacity: 0;
  border-top: #ff6b9f solid 2px;
  border-right: #ff6b9f solid 2px;
}
.sort_new .sort_list__radio .sort_list__label {
  border: none;
}

.sort_list__radio .input_none:checked + .sort_list__label{
  background: #f4f4f4;
}
.sort_list__radio .sort_list li{
  width
}

.arrow_down{
  margin-left: 10px;
}
.btn_sort{
  font-size: 12px;
}
.btn_sort .btn_sort__icon{
  width: 10px;
  margin-right: 10px;
}
.sort_list__txt{
  font-size: 12px;
}
.sort_pop__wrap::before,
.sort_pop__wrap::after{
  right: 40px;
}
.sort_pop__title{
  font-size: 12px;
  padding: 8px 10px;
}
.sort_pop{
  padding: 10px;
}
.check_icon{
  width: 18px;
  height: 18px;
}
.sort_list__check{
  padding: 5px 10px;

}/*
.review_box__comment_short {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
*/

.flex-reverse {
  flex-direction: row-reverse;
}

#page_login_ , #page__{
  overflow: hidden;
}

.button_link {
  display: block;
  width: 80%;
  max-width: 500px;
  margin: 20px auto;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
  text-align: center;
  position: relative;
  font-size: 13px;
  border: #D3D3D3 solid 1px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
  box-shadow: 0px 4px 1px 0px rgba(0,0,0,.2);
  transition: .3s;
}


.button_link::after{
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  rotate: 45deg;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
}
.button_pink{
  background: linear-gradient(180deg, #EF84A5 0%, #EA779A 100%);
  box-shadow: 0px 4px 1px 0px #B74E6D;
  border: 0;
  color: #fff;
}
.button_pink:hover {
  box-shadow: 0px 1px 1px 0px #B74E6D;
  translate: 0 3px;
}

.note_main_div .thumb_box{
  padding-top: 60%;
}
#note_detail .note_title{
  margin: 10px 0;
}

#default aside {
  margin: 30px 0 0 0;
}

@media screen and (min-width: 768px) {
  .button_link,
  .post-content .button-white,
  .post-content .button-pink {
      padding: 20px 30px;
      font-size: 16px;
  }
  
  #default aside {
    margin: 60px 0 0 0;
  }
}


.note_main_div .thumb_box{
  padding-top: 55%;
}
#note_detail .note_title{
  margin: 10px 0;
}
