@charset "UTF-8";
/* 楽しみ方
/* ---------------------------------- */
.mainvisual {
  background: url(/img/related/mainvisual.jpg) no-repeat center top;
}

@media screen and (max-width: 768px) {
  .mainvisual .tit_main {
    width: 82%;
    top: 50%;
  }
  .mainvisual .tit_main img {
    margin: 0;
  }
  .mainvisual .tit_main .title01 {
    padding: 6vw 0 0;
    font-size: 5.12vw;
  }
  .mainvisual .tit_main .title02 {
    font-size: 2.34667vw;
  }
}

.box_careful {
  margin: 80px auto 0;
}

@media screen and (min-width: 769px) {
  .box_careful {
    padding: 0 55px 63px;
    background: url(/img/related/ivy_line_pc.png) no-repeat center top 20px/100%;
  }
}

.box_careful .tit_careful {
  text-align: center;
  font-size: 24px;
}

.box_careful .ul_careful {
  margin: 40px auto 0;
  line-height: 2.1;
}

.box_careful .ul_careful li {
  position: relative;
  padding: 0 0 0 1.5em;
}

.box_careful .ul_careful li::before {
  content: '◯';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .box_careful {
    margin: 13vw auto 0;
    padding-bottom: 11vw;
  }
  .box_careful .tit_careful {
    position: relative;
    top: -3vw;
    font-size: 4.8vw;
  }
  .box_careful .ul_careful {
    margin: -2vw auto 0;
    font-size: 3.73333vw;
    line-height: 2.2;
  }
  .box_careful .ul_careful li {
    position: relative;
    padding: 0 0 0 1.5em;
  }
  .box_careful .ul_careful li::before {
    content: '◯';
    position: absolute;
    top: 0;
    left: 0;
  }
}

.box_body {
  width: 1000px;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  .box_body {
    width: 80%;
    margin: 20vw auto 0;
  }
}

.ul_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .ul_other::after {
    content: "";
    width: 320px;
    display: block;
  }
}

.ul_other li {
  width: 320px;
  text-align: center;
}

.ul_other li:nth-child(n+4) {
  margin: 46px 0 0;
}

.ul_other a {
  display: block;
  text-decoration: none;
  color: #222;
}

.ul_other a img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ul_other a:hover img {
  opacity: .7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .ul_other li {
    width: 48%;
    text-align: center;
  }
  .ul_other li:nth-child(n+3) {
    margin: 9vw 0 0;
  }
}

.box_go_other {
  margin: 75px auto 0;
  padding: 37px 0 50px;
  background: #dde8f5;
  text-align: center;
}

.box_go_other p {
  font-size: 18px;
  font-weight: 700;
}

.box_go_other .btn {
  width: 305px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px auto 0;
}

.box_go_other .btn a {
  display: block;
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-shadow: 5px 5px 0px 0px #ddd;
  box-shadow: 5px 5px 0px 0px #ddd;
  display: block;
  padding: 12px 0;
  border: 1px solid #888;
  background: #fff;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .box_go_other .btn a {
    padding: 1.5vw 0;
  }
}

.box_go_other .btn a::before {
  content: '';
  display: block;
  width: 50px;
  height: 0;
  border-bottom: 1px solid #888;
  position: absolute;
  top: 30px;
  right: -18px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .box_go_other .btn a::before {
    top: 46%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.box_go_other .btn a:hover::before {
  right: -45px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .box_go_other {
    margin: 13vw auto 0;
    padding: 6vw 0;
  }
  .box_go_other p {
    font-size: 3.73333vw;
    line-height: 1.8;
  }
  .box_go_other .btn {
    width: 70%;
    margin: 5vw auto 0;
  }
}

figcaption {
  margin: 4px 0 0;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 700;
}

figcaption span {
  margin: 10px 0 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  figcaption {
    margin: 1vw 0 0;
    font-size: 3.73333vw;
  }
  figcaption span {
    margin: 4vw 0 0;
    font-size: 3.73333vw;
  }
}

.wrap_useful {
  margin: 80px auto 0;
  padding: 60px 0 130px;
  background: #f7f5f2;
}

.wrap_useful .tit_content {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.9;
  font-size: 30px;
}

.wrap_useful .tit_content span {
  margin: 14px 0 0;
  font-size: 13px;
  display: block;
  color: #888;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .wrap_useful .tit_content {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .wrap_useful .tit_content span {
    margin: 2vw 0 0;
    font-size: 2.42667vw;
  }
}

.wrap_useful .tit_content span {
  margin: 0;
}

.wrap_useful .ul_useful {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap_useful .ul_useful li {
  width: 235px;
  text-align: center;
}

.wrap_useful .ul_useful li:nth-child(n+5) {
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .wrap_useful {
    margin: 13vw auto 0;
    padding: 18vw 0 20vw;
  }
  .wrap_useful .inner {
    width: 80%;
  }
  .wrap_useful .tit_content {
    font-size: 5.6vw;
  }
  .wrap_useful .ul_useful {
    width: 100%;
    margin: 10vw auto 0;
  }
  .wrap_useful .ul_useful li {
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrap_useful .ul_useful li img {
    width: 80%;
  }
  .wrap_useful .ul_useful li:nth-child(odd) {
    text-align: left;
  }
  .wrap_useful .ul_useful li:nth-child(odd) img {
    padding: 0 0 0 8%;
  }
  .wrap_useful .ul_useful li:nth-child(even) {
    text-align: right;
  }
  .wrap_useful .ul_useful li:nth-child(even) img {
    padding: 0 8% 0 0;
  }
  .wrap_useful .ul_useful li:nth-child(n+3) {
    margin: 6vw 0 0;
  }
  .wrap_useful .ul_useful li:first-child figcaption, .wrap_useful .ul_useful li:nth-child(2) figcaption {
    margin: 3vw 0 0;
  }
  .wrap_useful .ul_useful li figcaption {
    margin: 0;
    text-align: center;
  }
  .wrap_useful .ul_useful li figcaption span {
    margin: 1vw 0 0;
    letter-spacing: -.06em;
  }
}
