@charset "UTF-8";
/* Scss Document */
.navi_area {
  max-width: 1024px;
  margin: 25px auto 18px;
}
@media screen and (max-width: 480px) {
  .navi_area {
    display: none;
  }
}
.navi_area ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.navi_area ul li {
  width: 250px;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #9fa0a0;
  position: relative;
}
.navi_area ul li:nth-child(n + 2) {
  margin-left: 10px;
}
.navi_area ul li a {
  color: #555;
}
.navi_area ul li a:hover {
  text-decoration: none;
}
.navi_area ul li a div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.navi_area ul li a div::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #7ac1bb transparent transparent transparent;
}
.navi_area ul li a div:hover {
  background: #ffe;
}
.navi_area ul li a div p {
  white-space: nowrap;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navi_area ul li a div.active::after {
  border-color: #f93 transparent transparent transparent !important;
}

.area02 {
  width: 100%;
  padding-top: 1em;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .area02 {
    margin-bottom: 50px;
  }
}
.area02__inner {
  width: 93.75%;
  max-width: 1024px;
  margin: auto;
  box-sizing: border-box;
}
.area02__inner__inner {
  width: 100%;
  margin-top: 20px;
}
.area02__inner__inner ul {
  width: 100%;
}
.area02__inner__inner ul:nth-child(n + 2) {
  margin-top: 20px;
}
.area02__inner__inner ul li {
  position: relative;
  box-sizing: border-box;
  padding: 3.475px 5px 3.475px 44px;
  font-size: 17px;
  line-height: 1.75;
}
.area02__inner__inner ul li:first-child {
  background: #dff0ee;
}
.area02__inner__inner ul li:first-child::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 30px;
  height: 33px;
  background: url("../img/common/q.svg") center center/contain no-repeat;
}
.area02__inner__inner ul li:last-child {
  margin-top: 6px;
}
.area02__inner__inner ul li:last-child::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 30px;
  height: 33px;
  background: url("../img/common/a.svg") center center/contain no-repeat;
}
.area02__inner__inner ul li:last-child h5 {
  position: relative;
  padding-left: 1em;
}
.area02__inner__inner ul li:last-child h5::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "■";
  display: inline-block;
  color: #d95857;
}
.area02__inner__inner ul li:last-child .img01 {
  position: absolute;
  width: 560px;
  right: 0;
  top: .5em;
}
@media screen and (max-width: 480px) {
  .area02__inner__inner ul li:last-child .img01 {
    position: static;
    margin-top: .75em;
    width: 100%;
  }
}
.area02__inner__inner ul li:last-child .kome {
  position: relative;
  padding-left: 1em;
}
.area02__inner__inner ul li:last-child .kome::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  display: inline-block;
}
.area02__inner__inner ul li:last-child a {
  color: #555;
  text-decoration: underline;
}
