/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* scene common
---------------------------------------------------------------------------- */
.c-page-header {
  background: url("../images/scene/page_head.jpg") no-repeat center center;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    background: url("../images/scene/page_head_sp.jpg") no-repeat center center;
  }
}

/*  p-scene-cntents
---------------------------------------------------------------------------- */
.p-scene-cntents .scene-box {
  margin-top: 45px;
  border: 2px solid #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box {
    position: relative;
    margin-top: 1.6rem;
  }
}
.p-scene-cntents .scene-box:first-of-type {
  margin-top: 0;
}
.p-scene-cntents .scene-box + .scene-box {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box + .scene-box {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-scene-cntents .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li {
    width: auto;
  }
  .p-scene-cntents .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(1), .p-scene-cntents .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(4) {
    width: 114px;
  }
  .p-scene-cntents .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(2), .p-scene-cntents .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(5) {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(1), .p-scene-cntents .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(3), .p-scene-cntents .scene-box.scene01 .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(5) {
    width: 11.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box.scene03 .scene-box__img {
    top: 15.8rem;
    bottom: auto;
  }
}
.p-scene-cntents .scene-box__links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  padding: 29px;
  border-left: 4px solid #CFC59B;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box__links {
    display: block;
    padding: 1.3rem 1.6rem 1.6rem 2rem;
  }
}
.p-scene-cntents .scene-box__links .scene-box__txt {
  width: calc(100% - 272px);
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box__links .scene-box__txt {
    width: 100%;
    padding-right: 0;
  }
}
.p-scene-cntents .scene-box__links .scene-box__txt .title {
  position: relative;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box__links .scene-box__txt .title {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
}
.p-scene-cntents .scene-box__links .scene-box__txt .title:after {
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 9px;
  width: 9px;
  border-color: #CECDC9;
  transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box__links .scene-box__txt .title:after {
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 1rem;
    width: 1rem;
    border-color: #CECDC9;
    transform: rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
.p-scene-cntents .scene-box__links .scene-box__txt .gray-box {
  background: #F5F6F5;
  padding: 8px 16px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box__links .scene-box__txt .gray-box {
    padding: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-scene-cntents .scene-box__links .scene-box__txt .gray-box .check-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
.p-scene-cntents .scene-box__links .scene-box__txt .gray-box .check-list li {
  position: relative;
  width: 168px;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box__links .scene-box__txt .gray-box .check-list li {
    width: auto;
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: 400;
  }
  .p-scene-cntents .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(1), .p-scene-cntents .scene-box__links .scene-box__txt .gray-box .check-list li:nth-of-type(3) {
    width: 13.4rem;
  }
}
.p-scene-cntents .scene-box__links .scene-box__txt .gray-box .check-list li:before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: "";
  background: url("../images/common/ico_check.svg") no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
}
.p-scene-cntents .scene-box__links .scene-box__txt p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box__links .scene-box__txt p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
    padding-right: 11rem;
    box-sizing: border-box;
  }
}
.p-scene-cntents .scene-box__links .scene-box__img {
  position: relative;
  top: 7px;
  width: 272px;
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .scene-box__links .scene-box__img {
    position: absolute;
    top: auto;
    right: 1.6rem;
    bottom: 1.6rem;
    width: 10.4rem;
  }
}
.p-scene-cntents .c-comment-box {
  margin: 96px 0;
}
@media screen and (max-width: 767px) {
  .p-scene-cntents .c-comment-box {
    margin: 4.6rem 0 7.2rem 0;
  }
}