@charset "UTF-8";
.p-news-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px; }
  .p-news-carousel .slick-dots li.slick-active button {
    background: rgba(255, 126, 0, 0.8);
    border: 1px solid #ff7e00; }
.p-news-carousel .slick-dots button {
  width: 10px;
  height: 10px;
  background: rgba(255, 126, 0, 0.3);
  border: 1px solid #ff7e00;
  border-radius: 100%; }
  .p-news-carousel .slick-dots button:before {
    content: none; }

.p-news-carousel-img {
  display: block !important;
  position: relative; }
  .p-news-carousel-img img,
  .p-news-carousel-img video {
    background: #000;
    width: 100%; }

.p-news-slide-prev {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10; }
  @media print, screen and (min-width: 900px) {
    .p-news-slide-prev {
      transition: background .4s; }
      .p-news-slide-prev:hover {
        background: #ff7e00; } }
  .p-news-slide-prev:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%) rotate(-135deg);
    transform: translate(-40%, -50%) rotate(-135deg); }
  .p-news-slide-prev.slick-disabled {
    display: none !important; }

.p-news-slide-next {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10; }
  @media print, screen and (min-width: 900px) {
    .p-news-slide-next {
      transition: background .4s; }
      .p-news-slide-next:hover {
        background: #ff7e00; } }
  .p-news-slide-next:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -50%) rotate(45deg);
    transform: translate(-60%, -50%) rotate(45deg); }
  .p-news-slide-next.slick-disabled {
    display: none !important; }

@media only screen and (max-width: 899px) {
  .p-news-contents {
    margin-top: 25px; } }
@media print, screen and (min-width: 900px) {
  .p-news-contents {
    margin-top: 35px; } }
.p-news-contents h2 {
  font-weight: 400;
  padding-left: .7em;
  position: relative;
  margin: 1.5em 0 .5em; }
  @media only screen and (max-width: 899px) {
    .p-news-contents h2 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 900px) {
    .p-news-contents h2 {
      font-size: 30px;
      font-size: 3rem; } }
  .p-news-contents h2:before {
    content: "";
    display: block;
    height: calc(100% - .25em);
    background: #ff7e00;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%); }
    @media only screen and (max-width: 899px) {
      .p-news-contents h2:before {
        width: 4px; } }
    @media print, screen and (min-width: 900px) {
      .p-news-contents h2:before {
        width: 8px; } }
.p-news-contents h3 {
  font-weight: 500;
  position: relative;
  margin: 1.5em 0 .5em; }
  @media only screen and (max-width: 899px) {
    .p-news-contents h3 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 900px) {
    .p-news-contents h3 {
      font-size: 24px;
      font-size: 2.4rem; } }
.p-news-contents h4, .p-news-contents h5, .p-news-contents h6 {
  font-weight: 500;
  position: relative;
  margin: 1.5em 0 .5em; }
  @media only screen and (max-width: 899px) {
    .p-news-contents h4, .p-news-contents h5, .p-news-contents h6 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 900px) {
    .p-news-contents h4, .p-news-contents h5, .p-news-contents h6 {
      font-size: 20px;
      font-size: 2rem; } }
.p-news-contents p {
  margin: 1.5em 0; }
.p-news-contents ul {
  margin: 1.5em 0; }
  .p-news-contents ul > li {
    text-indent: -1em;
    padding-left: 1em; }
    .p-news-contents ul > li:not(:first-child) {
      margin-top: .2em; }
    .p-news-contents ul > li:before {
      content: "・"; }
.p-news-contents ol {
  margin: 1.5em 0;
  counter-reset: index; }
  .p-news-contents ol > li {
    counter-increment: index;
    padding-left: 1em;
    position: relative; }
    .p-news-contents ol > li:not(:first-child) {
      margin-top: .2em; }
    .p-news-contents ol > li:before {
      content: counter(index) ".";
      position: absolute;
      top: 0;
      left: 0; }
.p-news-contents a {
  text-decoration: underline; }
  @media print, screen and (min-width: 900px) {
    .p-news-contents a:hover {
      color: #ff7e00;
      text-decoration: none; } }

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