@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_single
====================================================================== */
.p_single .cautions_box {
  position: relative;
  margin: 70px 0 !important;
  padding: 20px 20px 0;
  border: 1px solid #E93B3B;
  border-radius: 4px;
  border-top-left-radius: 0;
  background: #FFF7F7;
}
.p_single .cautions_box .label {
  position: absolute;
  line-height: 0;
  font-size: 18px;
  left: -1px;
  top: -36px;
  color: #fff;
  padding: 18px 15px;
  background: #E93B3B;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  letter-spacing: 0px !important;
}
@media screen and (max-width: 768px) {
  .p_single .negativebox {
    margin: 0 0 -1px;
  }
}
.p_single .negativebox img {
  width: 100%;
}
.p_single .l_content {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p_single .l_content {
    padding: 40px 0 115px;
  }
}
.p_single .l_content .l_main {
  float: none;
  background: #fff;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main {
    width: 100%;
    margin: 0 auto;
  }
}
.p_single .l_content .l_main > .inner {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner {
    padding: 0 4.6875%;
  }
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner {
    padding: 0;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner ul {
  margin: 0 0 30px;
}
.p_single .l_content .l_main > .inner .detail > .inner ul li {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner ul li {
    font-weight: normal;
    font-size: 15px;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner ol {
  position: relative;
  margin: 0 0 30px;
  border: solid 2px #21abc2;
  counter-reset: number;
  list-style-type: none;
}
.p_single .l_content .l_main > .inner .detail > .inner ol li {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 0 46px;
  padding: 0 0 0 10px;
  position: relative;
  border-bottom: dashed 1px silver;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner ol li {
    font-weight: normal;
    font-size: 15px;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #20abc2;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: .875em;
  border-radius: 50%;
  left: -30px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p_single .l_content .l_main > .inner .detail > .inner ol li:last-of-type {
  border: none;
}
.p_single .l_content .l_main > .inner .detail > .inner ul.attention {
  position: relative;
  margin: 0 0 30px;
  border: solid 2px #21abc2;
}
.p_single .l_content .l_main > .inner .detail > .inner ul.attention li {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 0 46px;
  padding: 0 0 0 10px;
  border-bottom: dashed 1px silver;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner ul.attention li {
    font-weight: normal;
    font-size: 15px;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner ul.attention li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  font-weight: 400;
  position: absolute;
  left: 1em;
  color: #21abc2;
}
.p_single .l_content .l_main > .inner .detail > .inner ul.attention li:last-of-type {
  border: none;
}
.p_single .l_content .l_main > .inner .detail > .inner img {
  max-width: 100%;
  height: auto;
}
.p_single .l_content .l_main > .inner .detail > .inner #toc_container {
  width: -moz-calc(100% - 90px);
  width: -o-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  padding: 70px;
  background: #f8f8f8;
  border: none;
  margin: 50px 45px 50px 45px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner #toc_container {
    width: 100%;
    margin: 50px 0 0;
    padding: 40px 4.6875%;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner #toc_container .toc_title {
  position: absolute;
  font-size: 26px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: -28px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner #toc_container .toc_title {
    font-size: 19px;
    top: -18px;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner #toc_container .toc_title .toc_toggle {
  display: none;
}
.p_single .l_content .l_main > .inner .detail > .inner #toc_container:before {
  content: "・・・";
  color: #018fa7;
  position: absolute;
  font-size: 2.6em;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 46.25%;
  margin: auto 0 40px;
  letter-spacing: -.3em;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner #toc_container:before {
    font-size: 3em;
    left: 40%;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner #toc_container ul.toc_list {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.p_single .l_content .l_main > .inner .detail > .inner #toc_container ul.toc_list > li:not(:nth-of-type(1)) {
  margin: 30px 0 0;
}
.p_single .l_content .l_main > .inner .detail > .inner #toc_container ul.toc_list > li > a {
  color: #018fa7;
}
.p_single .l_content .l_main > .inner .detail > .inner #toc_container ul.toc_list > li > ul {
  margin: 0 0 0 4em;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner #toc_container ul.toc_list > li > ul {
    margin: 0 0 0 3em;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner #toc_container ul.toc_list > li > ul > li > a {
  color: #018fa7;
}
.p_single .l_content .l_main > .inner .detail > .inner h2 {
  font-size: 3.4em;
  line-height: 1.125;
  letter-spacing: .06em;
  font-weight: 400;
  font-family: "Noto Sans JP", "Quicksand", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  border-bottom: 4px solid #018fa7;
  padding: 0 0 15px 0;
  margin: 70px 0 30px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner h2 {
    font-size: 2.5em;
    line-height: 1.4;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner h3 {
  font-size: 2.4em;
  line-height: 1.23;
  letter-spacing: .06em;
  font-weight: normal;
  font-family: "Noto Sans JP", "Quicksand", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  padding: 0 0 15px;
  margin: 70px 0 30px;
  position: relative;
  background: url(../img/border_dot01.png) repeat-x 0 100%;
  background-size: 15px;
  /* 20181126_comment_out
                &:before {
                  content:"・・・";
                  color: $color_2;
                  position: absolute;
                  font-size: 1em;
                  left: -8px;
                  bottom: -30px;
                  letter-spacing: -.3em;
                  @include mq_max_768 {
                    font-size: 1.6em;
                    bottom: -35px;
                  }
                }
  */
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner h3 {
    margin: 35px 0 25px 0;
    line-height: 1.58;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner h3 span {
  display: block;
  padding: 10px;
  border-left: 4px solid #21abc2;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner h3 {
    font-size: 1.9em;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner h4 {
  font-size: 2em;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.3;
  padding: 0 0 15px;
  margin: 50px 0 15px;
  font-family: "Noto Sans JP", "Quicksand", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  border-bottom: 3px solid #999;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner h4 {
    font-size: 1.7em;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner h5 {
  font-size: 2em;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.3;
  padding: 0 0 10px;
  margin: 50px 0 15px;
  font-family: "Noto Sans JP", "Quicksand", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  background: url(../img/border_dot02.png) repeat-x 0 100%;
  background-size: 15px;
}
.p_single .l_content .l_main > .inner .detail > .inner p {
  font-size: 1.6em;
  line-height: 2.25;
  letter-spacing: .04em;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner p {
    font-size: 1.5em;
    line-height: 2;
    letter-spacing: .06em;
    font-weight: normal;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner #movie_wrap {
  position: relative;
  overflow: hidden;
  height: 475px;
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner #movie_wrap {
    height: 180px;
    margin: 60px 0 0;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner #movie_wrap._active:before,
.p_single .l_content .l_main > .inner .detail > .inner #movie_wrap._active .btn {
  display: none;
}
.p_single .l_content .l_main > .inner .detail > .inner #movie_wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner #movie_wrap:before {
    display: none;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner #movie_wrap.in_content {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner #movie_wrap.in_content {
    margin: 40px 0;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner #movie_wrap .btn {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner #movie_wrap .btn {
    display: none;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner #movie_wrap .youtube_thumb {
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner #movie_wrap .youtube_thumb {
    display: none;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner #movie_wrap #movie {
  height: 475px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .inner .detail > .inner #movie_wrap #movie {
    height: 180px;
  }
}
.p_single .l_content .l_main > .inner .detail > .inner .dltable {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 1.6em;
  margin: 0 0 30px;
}
.p_single .l_content .l_main > .inner .detail > .inner .dltable._col-2 dl dt, .p_single .l_content .l_main > .inner .detail > .inner .dltable._col-2 dl dd {
  width: 50%;
}
.p_single .l_content .l_main > .inner .detail > .inner .dltable._col-3 dl dt, .p_single .l_content .l_main > .inner .detail > .inner .dltable._col-3 dl dd {
  width: 33%;
}
.p_single .l_content .l_main > .inner .detail > .inner .dltable._col-4 dl dt, .p_single .l_content .l_main > .inner .detail > .inner .dltable._col-4 dl dd {
  width: 25%;
}
.p_single .l_content .l_main > .inner .detail > .inner .dltable._col-5 dl dt, .p_single .l_content .l_main > .inner .detail > .inner .dltable._col-5 dl dd {
  width: 20%;
}
.p_single .l_content .l_main > .inner .detail > .inner .dltable dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}
.p_single .l_content .l_main > .inner .detail > .inner .dltable dl:last-child {
  border-bottom: none;
}
.p_single .l_content .l_main > .inner .detail > .inner .dltable dl dt {
  padding: 10px 0;
  background: #02768a none repeat scroll 0 0;
  color: #fff;
}
.p_single .l_content .l_main > .inner .detail > .inner .dltable dl dd {
  padding: 10px 0;
  border-right: 1px solid #dcdcdc;
}
.p_single .l_content .l_main > .inner .detail > .inner .dltable dl dd:last-child {
  border-right-style: none;
}
.p_single .l_content .l_main > .img_block {
  text-align: center;
  margin: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .l_main > .img_block {
    padding: 0 4.6875%;
    margin: 70px 0;
  }
}
.p_single .l_content .sec {
  padding: 100px 0;
}
.p_single .l_content .sec._1 {
  background: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec {
    padding: 55px 0;
  }
}
.p_single .l_content .sec._relation .l_content_size {
  margin: 0 auto;
}
.p_single .l_content .sec._relation .l_content_size .sec_ttl {
  margin: 0 0 50px;
  text-align: center;
  position: relative;
}
.p_single .l_content .sec._relation .l_content_size .sec_ttl .ja {
  display: block;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._relation .l_content_size .sec_ttl .ja {
    margin: 0 0 40px;
    font-size: 2.8em;
    margin: 0 0 10px;
  }
}
.p_single .l_content .sec._relation .l_content_size .sec_ttl .en {
  display: inline-block;
  color: #018fa7;
  font-size: 2em;
  letter-spacing: 0.06em;
  padding: 0 10px;
  position: relative;
  background: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._relation .l_content_size .sec_ttl .en {
    font-size: 1.3em;
  }
}
.p_single .l_content .sec._relation .l_content_size .sec_ttl:before {
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  bottom: 77px;
  width: 100%;
  background-image: radial-gradient(#018fa7 15%, rgba(0, 0, 0, 0) 25%), radial-gradient(#018fa7 15%, rgba(0, 0, 0, 0) 25%);
  background-size: 20px 20px;
  background-position: 0 0, 0 13px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._relation .l_content_size .sec_ttl:before {
    bottom: 43px;
    background-image: radial-gradient(#018fa7 5%, rgba(0, 0, 0, 0) 15%), radial-gradient(#018fa7 5%, rgba(0, 0, 0, 0) 15%);
    background-size: 10px 20px;
  }
}
.p_single .l_content .sec._relation .l_content_size .sec_ttl:after {
  content: '';
  background: url(../img/drop.png);
  display: block;
  background-size: cover;
  width: 60px;
  height: 50px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._relation .l_content_size .sec_ttl:after {
    background: url(../img/sp/drop.png);
    background-size: cover;
    width: 35px;
    height: 29px;
    margin: 10px auto 0;
  }
}
.p_single .l_content .sec._relation .l_content_size .article_block {
  padding: 0 30px;
  *zoom: 1;
}
.p_single .l_content .sec._relation .l_content_size .article_block:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._relation .l_content_size .article_block {
    padding: 0;
  }
}
.p_single .l_content .sec._relation .l_content_size .article_block .c_article_2 {
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._relation .l_content_size .article_block .c_article_2 {
    margin: 0 0 15px 15px;
  }
}
.p_single .l_content .sec._relation .l_content_size .article_block .c_article_2:nth-child(odd) {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._relation .l_content_size .article_block .c_article_2:nth-child(odd) {
    margin: 0 0 15px;
  }
}
.p_single .l_content .sec._relation .l_content_size .article_block a .inner .txt_block .c_ico_1 {
  vertical-align: top;
}
.p_single .l_content .sec._recommend {
  margin: 150px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._recommend {
    padding: 75px 0 0;
    margin: 0;
  }
}
.p_single .l_content .sec._recommend .l_content_size {
  margin: 0 auto;
}
.p_single .l_content .sec._recommend .l_content_size .sec_ttl {
  margin: 0 0 50px;
  text-align: center;
  position: relative;
}
.p_single .l_content .sec._recommend .l_content_size .sec_ttl .ja {
  display: block;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._recommend .l_content_size .sec_ttl .ja {
    margin: 0 0 40px;
    font-size: 2.8em;
    margin: 0 0 10px;
    line-height: 1.3;
  }
}
.p_single .l_content .sec._recommend .l_content_size .sec_ttl .en {
  display: inline-block;
  color: #018fa7;
  font-size: 2em;
  letter-spacing: 0.06em;
  padding: 0 5px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._recommend .l_content_size .sec_ttl .en {
    font-size: 1.3em;
  }
}
.p_single .l_content .sec._recommend .l_content_size .sec_ttl:before {
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  bottom: 77px;
  width: 100%;
  background-image: radial-gradient(#018fa7 15%, rgba(0, 0, 0, 0) 25%), radial-gradient(#018fa7 15%, rgba(0, 0, 0, 0) 25%);
  background-size: 20px 20px;
  background-position: 0 0, 0 13px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._recommend .l_content_size .sec_ttl:before {
    bottom: 43px;
    background-image: radial-gradient(#018fa7 5%, rgba(0, 0, 0, 0) 15%), radial-gradient(#018fa7 5%, rgba(0, 0, 0, 0) 15%);
    background-size: 10px 20px;
  }
}
.p_single .l_content .sec._recommend .l_content_size .sec_ttl:after {
  content: '';
  background: url(../img/drop.png);
  display: block;
  background-size: cover;
  width: 60px;
  height: 50px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._recommend .l_content_size .sec_ttl:after {
    background: url(../img/sp/drop.png);
    background-size: cover;
    width: 35px;
    height: 29px;
    margin: 10px auto 0;
  }
}
.p_single .l_content .sec._recommend .l_content_size .article_block {
  padding: 0 30px;
  *zoom: 1;
}
.p_single .l_content .sec._recommend .l_content_size .article_block:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._recommend .l_content_size .article_block {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._recommend .l_content_size .article_block a .inner .txt_block {
    font-size: 1.5em;
    line-height: 2;
  }
  .p_single .l_content .sec._recommend .l_content_size .article_block a .inner .txt_block .u_txt_2 {
    font-size: 1em;
  }
  .p_single .l_content .sec._recommend .l_content_size .article_block a .inner .txt_block .c_ico_1 {
    font-size: .6em;
    vertical-align: top;
  }
  .p_single .l_content .sec._recommend .l_content_size .article_block a .inner .txt_block .date.u_txt_4 {
    font-size: 0.867em;
  }
}
.p_single .l_content .sec._recommend .l_content_size .article_block .c_article_2 {
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._recommend .l_content_size .article_block .c_article_2 {
    margin: 0 0 15px 15px;
  }
}
.p_single .l_content .sec._recommend .l_content_size .article_block .c_article_2:nth-child(odd) {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_single .l_content .sec._recommend .l_content_size .article_block .c_article_2:nth-child(odd) {
    margin: 0 0 15px;
  }
}

/*# sourceMappingURL=p_single.css.map */
