.c-block__headings h3 {
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.5;
}
.c-block__headings h3::before {
  background-color: #19b3d6;
  bottom: 0;
  content: "";
  display: block;
  font-size: 20px;
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.c-block__headings h3.plus::before {
  background-color: #ff873c;
}
.c-block__headings h1.ios-title {
  display: inline-block;
  font-size: 20px;
  /* height: 33px; */
  letter-spacing: normal;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.5;
  color: rgb(34, 34, 34);
}
.c-block__headings h1.ios-title::before {
  -webkit-transform: translateX(-50%);
  background-color: #19b3d6;
  bottom: 0;
  content: "";
  display: block;
  font-size: 20px;
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.c-slider-news__item::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-slider-news__img {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .c-thumbnail-list__price {
    order: 3;
  }
}

.c-filter__group .c-selectbox .select-dropdown.dropdown-trigger {
  height: 32px;
  line-height: 32px;
}

.l-result {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .l-result {
    padding: 0 0 40px;
  }
}

.c-filter__group {
  margin: 0 0 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-filter__group {
    display: block;
  }
}
.c-filter__group .c-selectbox {
  max-width: 300px;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .c-filter__group .c-selectbox {
    margin: 0 0 0 10px;
  }
}
.c-filter__group .page-current {
  font-size: 13px;
  font-weight: bold;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .c-filter__group .page-current {
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
  }
}

.anchor-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .anchor-link {
    justify-content: space-between;
    margin: 0 0 25px;
  }
}
.anchor-link li {
  width: 240px;
  margin: 0 20px 20px 0;
}
.anchor-link li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .anchor-link li {
    margin: 0;
    width: 32%;
  }
}
.anchor-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border: 1px solid #00b3d6;
  background: #fff;
  color: #00b3d6;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .anchor-link li a {
    font-size: 12px;
    border-radius: 10px;
    padding: 0 5px 0 0;
    position: relative;
    text-align: center;
  }
  .anchor-link li a::after {
    content: "";
    background: url(/src/assets/img/common/arrow-blue-right.png) no-repeat center;
    background-size: cover;
    width: 5px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 360px) {
  .anchor-link li a {
    font-size: 3.2vw;
  }
}
.anchor-link li a:hover, .anchor-link li a.is-active {
  background: #00b3d6;
  color: #fff;
}
.anchor-link li.anc-plus a {
  border: 1px solid #ff873c;
  color: #ff873c;
}
.anchor-link li.anc-plus a:hover, .anchor-link li.anc-plus a.is-active {
  background: #ff873c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-thumbnail-list-wrapper {
    width: 100%;
  }
}
.c-thumbnail-list-wrapper .c-black {
  color: #222;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 {
  padding: 0;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank {
  width: 90px;
  align-self: flex-start;
  margin: 128px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank {
    position: absolute;
    left: -55px;
    top: 50%;
    width: 35px;
    background-size: 100% auto;
    margin: 0;
    transform: translate(0, -50%);
  }
  .c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank span {
    padding: 4px 10px;
  }
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank .p-index__slider-label-rank-crown {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank .p-index__slider-label-rank-crown {
    margin: 0;
  }
  .c-thumbnail-list-wrapper .c-thumbnail-list-5 .p-index__slider-label-rank .p-index__slider-label-rank-crown span {
    padding: 4px 0;
  }
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .c-thumbnail-list__booktitle {
  line-height: 1.5;
  margin: 0 0 5px;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .c-thumbnail-list__bookname {
  line-height: 1.5;
  margin: 0 0 5px;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .c-thumbnail-list__lead {
  margin: 0 0 20px;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .c-thumbnail-list__text {
  width: auto;
  flex: 1;
  margin-bottom: 35px;
}
.c-thumbnail-list-wrapper .c-thumbnail-list-5 .c-thumbnail-list__price {
  line-height: 1.5;
}
.c-thumbnail-list-wrapper .c-label-pink {
  background: #ff873c;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-thumbnail-list-wrapper.list .c-thumbnail-list-5 {
    display: flex;
  }
  .c-thumbnail-list-wrapper.list .c-thumbnail-list-5 .c-thumbnail-list__item-5 {
    width: 100%;
  }
  .c-thumbnail-list-wrapper.list .c-thumbnail-list-4 {
    display: none;
  }
  .c-thumbnail-list-wrapper.tile .c-thumbnail-list-5 {
    display: none;
  }
  .c-thumbnail-list-wrapper.tile .c-thumbnail-list-4 {
    display: flex;
  }
}
.c-thumbnail-list-wrapper.wpb .c-pager {
  margin-bottom: 50px;
  margin-top: 0;
}
.c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item {
  position: relative;
  padding-bottom: 30px;
}
.c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item .c-thumbnail-list__price {
  display: none;
}
.c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item .c-thumbnail-list__icon {
  display: none;
}
.c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item .c-thumbnail-list__img {
  position: relative;
  overflow: hidden;
}
.c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item .c-thumbnail-list__img .sales_sash {
  display: block;
  position: absolute;
  bottom: 0;
  left: -12%;
  width: 50%;
  background-color: #ff0060;
  height: 6%;
  transform: rotate(45deg);
  color: white;
  text-align: left;
  padding-left: 10%;
  padding-top: 2%;
  font-size: 105%;
}
@media screen and (max-width: 767px) {
  .c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item .c-thumbnail-list__img .sales_sash {
    font-size: 2.5vw;
    padding-left: 15%;
    width: 54%;
    left: -14%;
    bottom: 13px;
  }
}
.c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item .c-btn-trial {
  width: 85%;
  position: absolute;
  bottom: 0;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
.c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item .c-btn-trial a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item a:hover .sales_sash {
    opacity: 0.5;
    transition: all 0.4s;
  }
  .c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item.c-thumbnail-list__item-4:nth-last-child(-n+3) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-thumbnail-list-wrapper.wpb {
    padding-right: 0;
  }
  .c-thumbnail-list-wrapper.wpb .c-thumbnail-list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item {
    padding-bottom: 30px;
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item.c-thumbnail-list__item-4 a {
    display: block;
    position: relative;
  }
  .c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item .c-thumbnail-list__img {
    width: 100%;
  }
  .c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item .c-thumbnail-list__text {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item .c-thumbnail-list__text .c-booktitle {
    text-align: center;
  }
  .c-thumbnail-list-wrapper.wpb .c-thumbnail-list__item .c-btn-trial {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .gravure-list .c-thumbnail-list-4 {
    display: none;
  }
}
.c-pager {
  margin: 50px 0;
}

@media screen and (min-width: 768px) {
  .c-slider-news {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-slider-news .c-slider-news__item {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-slider-news .c-slider-news__item {
    width: 226px;
    margin: 0 11px 40px;
  }
}
.c-slider-news .c-slider-news__item::before {
  left: 0;
}
.c-slider-news .c-slider-news__item .c-lead {
  margin: 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-slider-news .c-slider-news__item .c-slider-news__text-label {
    justify-content: flex-end;
  }
}

.l-inner {
  position: relative;
}
.l-inner.none {
  display: none;
}
.l-inner .l-inner-margin-bottom {
  margin-bottom: 50px;
}
.l-inner > a {
  position: absolute;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .l-inner > a {
    top: -55px;
  }
}

.c-selectbox-own, .browser-default-parent {
  width: 100%;
  max-width: 300px;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .c-selectbox-own, .browser-default-parent {
    width: 170px;
    margin: 0 0 0 10px;
  }
}

.c-filter__group .c-selectbox-own {
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  div.input-field select.browser-default {
    width: 170px;
    font-size: 13px;
    height: 34px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  div.input-field select.browser-default {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .profile_list p {
    display: flex;
    justify-content: flex-start;
  }
  .profile_list p span:first-child {
    width: 70px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .profile_list p {
    display: flex;
    justify-content: flex-start;
  }
  .profile_list p span:first-child {
    width: 70px;
    text-align: left;
  }
  .profile_list p span:nth-child(2) {
    width: 15px;
  }
  .profile_list p span:last-child {
    width: calc(100% - 70px - 15px);
  }
}