﻿.section-spe * {
  box-sizing: border-box;
}

.section-spe {
  position: relative;
  font-family: 'Manrope', 'Noto Sans JP', sans-serif;
  color: #434343;
  letter-spacing: 1.8px;
}
.section-spe .fa {
  font-family: FontAwesome !important;
  margin-right: 5px;
}

.section-spe img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 600px) {
  .sp-visible {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .sp-hidden {
    display: none;
  }
}
.section-spe {
  padding: 4px;
  outline: 10px solid #f8e6eb;
  margin: 20px 10px 40px;
}
.section-spe_wrap {
  border: 4px double #d66a8d;
  padding: 20px 30px 0;
}
@media only screen and (max-width: 599px) {
  .section-spe_wrap {
    padding: 20px 15px 0;
  }
}
.section-spe_nav {
  font-size: 16px;
  margin-bottom: 30px;
}
.section-spe_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-spe_nav ul li {
  width: 25%;
  padding: 5px;
}
.section-spe_nav ul li a {
  display: block;
  border-radius: 5px;
  border: 1px solid #f8e6eb;
  text-align: center;
  color: #434343;
  padding: 12px 0;
}
.section-spe_nav ul li a span {
  display: block;
  color: #d66a8d;
  font-size: 10px;
}
@media only screen and (min-width: 600px) {
  .section-spe_nav ul li a:hover {
    border-color: #d66a8d;
  }
}
.section-spe_header h2 {
  text-align: center;
  padding: 30px 0 15px;
  position: relative;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 599px) {
  .section-spe_header h2 {
    font-size: 30px;
  }
}
.section-spe_header h2 img {
  max-width: 430px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  .section-spe_header h2 img {
    max-width: 90%;
  }
}
.section-spe_header h2:after {
  content: "";
  width: 500px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  margin-left: -250px;
  bottom: 0;
}
@media only screen and (max-width: 599px) {
  .section-spe_header h2:after {
    width: 150px;
    margin-left: -75px;
  }
}
.section-spe_header p {
  font-size: 13px;
  line-height: 2;
  text-align: center;
  padding: 0 0 15px;
}
@media only screen and (max-width: 599px) {
  .section-spe_header p {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: .5px;
  }
}

.section-area {
  padding: 60px 0;
}
@media only screen and (max-width: 599px) {
  .section-area {
    padding: 30px 0;
  }
}
.section-area h3 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 599px) {
  .section-area h3 {
    margin-bottom: 30px;
  }
}
.section-area h3 span {
  width: 120px;
  height: 1px;
  border-top: 4px double #f8e6eb;
  margin: 0 15px;
}
@media only screen and (max-width: 599px) {
  .section-area h3 span {
    width: 30px;
  }
}
.section-area h3 b {
  font-size: 32px;
  font-weight: 700;
  color: #d66a8d;
}
@media only screen and (max-width: 599px) {
  .section-area h3 b {
    font-size: 24px;
  }
}

.article-hall {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media only screen and (max-width: 599px) {
  .article-hall {
    flex-direction: column;
  }
}
.article-hall:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 599px) {
  .article-hall:nth-of-type(2n) {
    flex-direction: column;
  }
}
.article-hall_img {
  width: 45%;
  flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
  .article-hall_img {
    width: 100%;
  }
}
.article-hall_inner {
  width: 100%;
  padding: 0 30px;
  margin-top: auto;
}
@media only screen and (max-width: 599px) {
  .article-hall_inner {
    padding: 0 10px;
  }
}
.article-hall_inner h4 {
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 599px) {
  .article-hall_inner h4 {
    font-size: 16px;
    text-align: center;
  }
}
.article-hall_inner-btn {
  text-align: center;
  padding: 24px 0 0;
}
.article-hall_inner-btn a {
  background: #fff;
  color: #434343;
  max-width: 200px;
  line-height: 36px;
  border: 2px solid #d66a8d;
  margin: 0 auto;
  display: block;
  border-radius: 50px;
}
.article-hall_inner-btn a i {
  color: #d66a8d;
}
@media only screen and (min-width: 600px) {
  .article-hall_inner-btn a:hover {
    background: #d66a8d;
    color: #fff;
  }
  .article-hall_inner-btn a:hover i {
    color: #fff;
  }
}
.article-hall_inner dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 40px;
}
@media only screen and (max-width: 599px) {
  .article-hall_inner dl {
    padding-bottom: 15px;
  }
}
.article-hall_inner dl div {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  .article-hall_inner dl div {
    margin-bottom: 20px;
  }
}
.article-hall_inner dl div:nth-last-of-type(1) {
  margin-bottom: 0;
}
.article-hall_inner dl div:nth-last-of-type(1) dt {
  background: #d66a8d;
}
.article-hall_inner dl div:nth-last-of-type(1) dd ul li:before {
  background: #d66a8d;
}
.article-hall_inner dl div dt {
  color: #fff;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  background: #8c83b8;
  margin-bottom: 16px;
}
.article-hall_inner dl div dd {
  width: 100%;
  font-size: 13px;
}
.article-hall_inner dl div dd ul li {
  position: relative;
  line-height: 1.3;
  padding-bottom: 8px;
  padding-left: 12px;
}
.article-hall_inner dl div dd ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  background: #8c83b8;
}
