/* Scss Document */
.area02 {
  width: 100%;
  background: url("../img/common/white.png") left top/100% 74px no-repeat, url("../img/common/white.png") left bottom/100% 74px no-repeat, #dff0ee;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .area02 {
    padding: 15px 0;
    background: #dff0ee;
    margin-bottom: 36px;
  }
}
.area02__inner {
  width: 1024px;
  margin: auto;
  box-sizing: border-box;
  border: 1px solid #7ac1bb;
  padding: 24px 0 72px;
  background: url("../img/common/bgp_top_l.png") top left/contain no-repeat, url("../img/common/bgp_bottom_l.png") bottom right/contain no-repeat, #fff;
}
@media screen and (max-width: 480px) {
  .area02__inner {
    width: 100%;
    border-width: 1px 0;
    background: url("../img/common/bgp_top.png") top left/contain no-repeat, url("../img/common/bgp_bottom.png") bottom right/contain no-repeat, #fff;
  }
}
.area02__inner .list {
  width: 930px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .area02__inner .list {
    width: 93.75%;
  }
}
.area02__inner .list > li {
  width: 445px;
  box-sizing: border-box;
  border: 5px solid #d9e6b9;
  background: #fff;
  padding: 14px 0;
}
.area02__inner .list > li:hover {
  background: #ffe;
}
.area02__inner .list > li.no_hover:hover {
  background: none !important;
}
.area02__inner .list > li a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .area02__inner .list > li {
    border-width: 5px 5px 0 5px;
  }
  .area02__inner .list > li:nth-child(n + 4) {
    border-bottom: 5px solid #d9e6b9;
  }
}
.area02__inner .list > li:nth-child(n + 3) {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .area02__inner .list > li:nth-child(n + 3) {
    margin-top: 0;
  }
}
.area02__inner .list > li .cont {
  width: 399px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.area02__inner .list > li .cont > li:first-child {
  width: 118px;
}
.area02__inner .list > li .cont > li:last-child {
  width: 272px;
}
.area02__inner .list > li .cont > li:last-child h3 {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: #053980;
}
.area02__inner .list > li .cont > li:last-child hr {
  border: none;
  padding: 0;
  width: 100%;
  height: 5px;
  background: #d9e6b9;
}
.area02__inner .list > li .cont > li:last-child .copy p {
  font-size: 17px;
  line-height: 1.75;
  color: #575757;
}
.area02__inner .list > li .cont > li:last-child .copy p.red_text {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  margin-top: 1em;
  color: #d95857;
  position: relative;
  padding-left: 20px;
}
.area02__inner .list > li .cont > li:last-child .copy p.red_text::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 23px;
  background: url("../img/common/handset.svg") center center/contain no-repeat;
}

.area03 {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .area03 {
    margin-bottom: 50px;
  }
}
.area03__inner {
  width: 93.75%;
  max-width: 930px;
  margin: auto;
}
.area03__inner__inner {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.75;
}
.area03__inner__inner a {
  color: #555;
  text-decoration: underline;
}
.area03__inner__inner .textarea01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .area03__inner__inner .textarea01 {
    margin-bottom: 36px;
  }
}
.area03__inner__inner .textarea02 {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area03__inner__inner .textarea02 {
    display: block;
  }
}
.area03__inner__inner .textarea02 .list {
  flex: 1;
}
.area03__inner__inner .textarea02 .list li {
  position: relative;
  padding-left: 1.5em;
}
.area03__inner__inner .textarea02 .list li:nth-child(1)::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url("../img/common/01.svg") center center/contain no-repeat;
}
.area03__inner__inner .textarea02 .list li:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url("../img/common/02.svg") center center/contain no-repeat;
}
.area03__inner__inner .textarea02 .list li:nth-child(3)::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url("../img/common/03.svg") center center/contain no-repeat;
}
.area03__inner__inner .textarea02 .list li:nth-child(4)::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url("../img/common/04.svg") center center/contain no-repeat;
}
.area03__inner__inner .textarea02 .list li:nth-child(5)::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url("../img/common/05.svg") center center/contain no-repeat;
}
.area03__inner__inner .textarea02 .list li:nth-child(6)::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url("../img/common/06.svg") center center/contain no-repeat;
}
.area03__inner__inner .textarea02 .list li:nth-child(7)::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url("../img/common/07.svg") center center/contain no-repeat;
}
.area03__inner__inner .textarea02 .img05 {
  width: 420px;
}
@media screen and (max-width: 480px) {
  .area03__inner__inner .textarea02 .img05 {
    width: 100%;
    margin-top: 24px;
  }
}
