@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.bold
{
	color: #399e7e;
	font-weight: bold;
}
.areac #toc li.chapter-h.chapter-h-three {
    display: block;
}

.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: fit-content;
  margin: auto;
  font-size: 1.8rem;
  padding: 1rem 8rem 1rem;
  border-radius: 3rem;
  background: #5dc452;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 4px 8px #0000002e;
}
.grad-btn::after {
  content: "もっと見る"
}
.grad-btn:hover {
  background: #fff;
  color: #333;
}
.grad-btn .fa {
  /* margin-right: .5em; */
  display: none;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 8rem;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  z-index: 1;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
.grad-wrap .fa-chevron-down:before {
    content: "\f078";
    margin: 0 1rem;
}

.areac .toc_parts {
    margin: 4rem auto;
}
.areac .toc_parts .grad-item {
    height: 26rem;
}
.areac .toc_parts .grad-item::before {
    content: "";
    background: -webkit-linear-gradient(top, rgba(255, 248, 244, 0) 0%, rgb(250 248 244) 50%, rgb(250 248 244) 50%, #faf8f4 100%);
}
.areac .toc_parts .grad-trigger:checked ~ .grad-item {
    height: auto;
}
.areac .toc_parts label.grad-btn {
    background: #5ec2a2;
    padding: 0.5rem 5rem;
}


.areaflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.areaflex .btn-internal {
    width: 31%;
    margin: 1.5rem 0;
}

.areaflex .btn-internal a {
    padding: 18px 45px 17px;
}
p.imgarea.caption.rgt {
    text-align: center;
}

p.imgarea.caption.rgt img {
    margin-bottom: 1rem;
}
.category .slideinner .slider-nav {
    display: none;
}

.category .slider .slider-for {
    float: none;
    margin: 0 auto;
}

.category .slider p.caption {
    font-size: 10px;
    line-height: 1.2;
    margin: 1rem 0;
}
.category .slider .slider-for button {
    background-color: #00000040;
    padding: 2rem;
    border-radius: 2rem;
}

.category .slider .slider-for img {
    max-height: 40rem;
    width: auto;
}

.category .slick-list {
    min-height: 40rem;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {


p.imgarea.caption.rgt {
    width: 50%;
    display: block;
    float: right;
    margin: 0 0 2rem 2rem;
}
.clr {
    clear: both;
}

}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

.areac .toc_parts .grad-item {
    height: 32rem;
}
.areaflex .btn-internal {
    width: 48%;
}

.areaflex .btn-internal a {
    padding: 15px 40px 14px;
    background-position: 90%;
}

.index-banner .flinkw {
    display: flex;
    width: 100%;
}

.index-banner .flinkw .flink {
    width: 50%;
    display: table;
}

.index-banner .flinkw .flink a {
    background: #68bd63;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0.7rem 2rem;
}

.index-banner {
    width: 100%;
}

.index-banner .flinkw .flink:last-child a {
    background: #5ec2a2;
}
.category .slick-list {
    min-height: unset;
}

.category .slider .slider-for button.slick-next, .slider .slider-for button.slick-prev {
    background-size: 1rem;
}

.category .slider .slider-for img {
    max-height: 20rem;
}
	
}

