@charset "UTF-8";
/* Scss Document */
.area02 {
  width: 100%;
  margin: 40px 0 50px;
}
@media screen and (max-width: 480px) {
  .area02 {
    margin: 30px 0 36px;
  }
}
.area02__inner {
  width: 93.75%;
  max-width: 935px;
  margin: auto;
}
.area02__inner__inner {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.75;
}
.area02__inner__inner .text01 p.hosoku {
  font-size: 14px;
  margin-top: 1em;
  position: relative;
  padding-left: 1em;
}
.area02__inner__inner .text01 p.hosoku::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  display: inline-block;
}

.area03 {
  width: 100%;
  margin: 40px 0 50px;
}
@media screen and (max-width: 480px) {
  .area03 {
    margin: 30px 0 36px;
  }
}
.area03__inner {
  width: 93.75%;
  max-width: 935px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid #d9e6b9;
  border-radius: 14px;
  padding: 12px;
}
@media screen and (max-width: 480px) {
  .area03__inner {
    padding: 13px 16px;
  }
}
.area03__inner dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .area03__inner dl {
    display: block;
    position: relative;
  }
}
.area03__inner dl dt {
  width: 95px;
}
@media screen and (max-width: 480px) {
  .area03__inner dl dt {
    position: absolute;
    left: 0;
    top: 42px;
    width: 97px;
  }
}
.area03__inner dl dd {
  font-size: 17px;
  line-height: 1.75;
  padding-left: 24px;
}
@media screen and (max-width: 480px) {
  .area03__inner dl dd {
    padding: 0;
  }
  .area03__inner dl dd .title {
    text-align: center;
    margin-bottom: 0.25em;
  }
  .area03__inner dl dd span {
    display: block;
    content: "";
    width: 115px;
    height: 94px;
    float: left;
  }
}

.area04 {
  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) {
  .area04 {
    padding: 15px 0;
    background: #dff0ee;
  }
}
.area04__inner {
  width: 1024px;
  margin: auto;
  box-sizing: border-box;
  border: 1px solid #7ac1bb;
  padding: 24px 0 50px;
  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) {
  .area04__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;
  }
}
.area04__inner__inner {
  width: 930px;
  margin: 18px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area04__inner__inner {
    display: block;
    width: 93.75%;
  }
}
.area04__inner__inner .textarea01 {
  width: 425px;
}
@media screen and (max-width: 480px) {
  .area04__inner__inner .textarea01 {
    width: 100%;
  }
}
.area04__inner__inner .textarea01 .h2 {
  width: 100%;
  height: 38px;
}
.area04__inner__inner .textarea01 .h2 h2 {
  font-size: 23px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .area04__inner__inner .textarea01 .h2 h2 {
    text-align: left;
  }
}
.area04__inner__inner .textarea01 .text01 {
  box-sizing: border-box;
  border: 5px solid #7ac1bb;
  border-radius: 11.5px;
  padding: 16px 20px 21px;
  position: relative;
}
.area04__inner__inner .textarea01 .text01::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22.5px 0 22.5px;
  border-color: #39aca1 transparent transparent transparent;
}
.area04__inner__inner .textarea01 .text01 dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.area04__inner__inner .textarea01 .text01 dl dt h3 {
  font-size: 20px;
  font-size: 20px;
}
.area04__inner__inner .textarea01 .text01 dl dt ul {
  font-size: 17px;
  line-height: 1.47;
  margin-top: 12px;
}
.area04__inner__inner .textarea01 .text01 dl dt ul li {
  position: relative;
  padding-left: 20px;
}
.area04__inner__inner .textarea01 .text01 dl dt ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "■";
  display: inline-block;
  color: #d95857;
}
.area04__inner__inner .textarea01 .text01 dl dd {
  flex: 1;
  position: relative;
}
.area04__inner__inner .textarea01 .text01 dl dd span {
  display: block;
  position: absolute;
  width: 170px;
  left: 0.125em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .area04__inner__inner .textarea01 .text01 dl dd span {
    width: 160px;
  }
}
.area04__inner__inner .textarea02 {
  width: 463px;
  box-sizing: border-box;
  padding-top: 38px;
}
@media screen and (max-width: 480px) {
  .area04__inner__inner .textarea02 {
    width: 100%;
    padding-top: 22px;
  }
}
.area04__inner__inner .textarea02 .text02 ul li {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  border: 3px solid #7ac1bb;
  border-radius: 9px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .area04__inner__inner .textarea02 .text02 ul li {
    margin-bottom: 22px;
  }
}
.area04__inner__inner .textarea02 .text02 ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22.5px 0 22.5px;
  border-color: #39aca1 transparent transparent transparent;
}
.area04__inner__inner .textarea02 .text02 ul li:last-child::before {
  display: none;
}
.area04__inner__inner .textarea02 .text02 ul li p {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.area04__inner__inner .textarea02 .text02 ul li p.small {
  font-size: 19px;
}

.area05 {
  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: 100px;
}
@media screen and (max-width: 480px) {
  .area05 {
    padding: 15px 0;
    background: #dff0ee;
    margin-bottom: 50px;
  }
}
.area05__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) {
  .area05__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;
  }
}
.area05__inner .read_area {
  width: 93.75%;
  max-width: 898px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.75;
}
.area05__inner .read_area h3 {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.area05__inner__inner {
  width: 93.75%;
  max-width: 935px;
  margin: 18px auto 0;
  box-sizing: border-box;
  border: 5px solid #d9e6b9;
  padding: 21px 28px;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner {
    padding: 16px;
  }
}
.area05__inner__inner > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner > div {
    display: block;
  }
}
.area05__inner__inner > div .copy {
  flex: 1;
  box-sizing: border-box;
  padding-right: 1em;
  font-size: 17px;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner > div .copy {
    padding-right: 0;
  }
}
.area05__inner__inner > div .copy .fukidashi {
  position: absolute;
  height: 48px;
  border-radius: 24px;
  background: #d95857;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner > div .copy .fukidashi {
    height: 42px;
    border-radius: 21px;
  }
}
.area05__inner__inner > div .copy .fukidashi::after {
  position: absolute;
  right: 40px;
  bottom: -13px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 11.5px;
  border-color: #d95757 transparent transparent transparent;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner > div .copy .fukidashi::after {
    border-width: 11px 7.75px 0 9.25px;
    right: 36px;
    bottom: -11px;
  }
}
.area05__inner__inner > div .copy .fukidashi p {
  font-size: 22px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner > div .copy .fukidashi p {
    font-size: 19px;
  }
}
.area05__inner__inner > div .asterisk {
  position: relative;
  padding-left: 1em;
}
.area05__inner__inner > div .asterisk::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "＊";
  display: inline-block;
}
.area05__inner__inner > div .img02,
.area05__inner__inner > div .img03 {
  width: 308px;
  position: relative;
}
.area05__inner__inner > div .img02 div,
.area05__inner__inner > div .img03 div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner > div .img02 div,
  .area05__inner__inner > div .img03 div {
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .area05__inner__inner > div .img02,
  .area05__inner__inner > div .img03 {
    margin: 1em auto 0;
  }
}
.area05__inner__inner > div.text01 .copy {
  padding-top: 68px;
}
.area05__inner__inner > div.text01 .copy .fukidashi {
  width: 195px;
  left: -9px;
  top: 0;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner > div.text01 .copy {
    padding-top: 55px;
  }
  .area05__inner__inner > div.text01 .copy .fukidashi {
    width: 175px;
  }
}
.area05__inner__inner > div.text02 {
  margin-top: 78px;
}
.area05__inner__inner > div.text02 .copy .fukidashi {
  width: 495px;
  left: -9px;
  top: -60px;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner > div.text02 .copy .fukidashi {
    width: calc(100% + 18px);
  }
}
.area05__inner__inner2 {
  width: 93.75%;
  max-width: 930px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.75;
}

.area06 {
  width: 100%;
  margin-bottom: 50px;
}
.area06__inner {
  width: 93.75%;
  max-width: 1024px;
  margin: auto;
  box-sizing: border-box;
}
.area06__inner__inner {
  width: 100%;
  margin-top: 20px;
}
.area06__inner__inner ul {
  width: 100%;
}
.area06__inner__inner ul:nth-child(n+2) {
  margin-top: 20px;
}
.area06__inner__inner ul li {
  position: relative;
  box-sizing: border-box;
  padding: 3.475px 5px 3.475px 44px;
  font-size: 17px;
  line-height: 1.75;
}
.area06__inner__inner ul li:first-child {
  background: #dff0ee;
}
.area06__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;
}
.area06__inner__inner ul li:last-child {
  margin-top: 6px;
}
.area06__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;
}

.area07 {
  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) {
  .area07 {
    padding: 15px 0;
    background: #dff0ee;
  }
}
.area07__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) {
  .area07__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;
  }
}
.area07__inner .voice {
  width: 100%;
}
.area07__inner .voice .question {
  width: 100%;
  cursor: pointer;
}
.area07__inner .voice .voice_list {
  width: 100%;
}
.area07__inner .voice .voice_list .read_area {
  width: 93.75%;
  max-width: 898px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.75;
}
.area07__inner .voice .voice_list .read_area h3 {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  position: relative;
}
.area07__inner .voice .voice_list .read_area h3 i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.area07__inner .voice .voice_list .answer {
  display: none;
  box-sizing: border-box;
  padding: 18px 0 0;
}
.area07__inner .voice .voice_list .answer .frame {
  width: 93.75%;
  max-width: 935px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid #d9e6b9;
  padding: 21px 28px;
}
.area07__inner .voice .voice_list .answer .frame + .frame {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .area07__inner .voice .voice_list .answer .frame {
    padding: 21px 1em;
  }
}
.area07__inner .voice .voice_list .answer .frame h4 {
  font-size: 22px;
  color: #d95857;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .area07__inner .voice .voice_list .answer .frame h4 {
    font-size: 20px;
  }
}
.area07__inner .voice .voice_list .answer .frame p {
  font-size: 17px;
  line-height: 1.75;
  margin-top: 0.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.area07__inner .voice .voice_list .answer .frame .profile_img {
  width: 216px;
  float: left;
  margin-right: 1em;
}
@media screen and (max-width: 480px) {
  .area07__inner .voice .voice_list .answer .frame .profile_img {
    width: 180px;
  }
}
.area07__inner .voice .voice_list .answer .frame .profile_img .photo {
  box-sizing: border-box;
  border: solid #d95857;
  border-width: 1px 1px 0;
}
.area07__inner .voice .voice_list .answer .frame .profile_img .name {
  box-sizing: border-box;
  padding-left: 0.5em;
  font-size: 17px;
  line-height: 1.6;
  background: #d95857;
  color: #fff;
}
.area07__inner .voice .voice_list .answer .frame .img01 {
  width: 222px;
  float: right;
  margin-left: 0.5em;
  margin-top: -2em;
}
@media screen and (max-width: 480px) {
  .area07__inner .voice .voice_list .answer .frame .img01 {
    width: 184px;
    margin-top: 0;
  }
}
.area07__inner .voice .voice_list .answer .frame .img02 {
  width: 241px;
  float: left;
  margin-right: 0.5em;
}
@media screen and (max-width: 480px) {
  .area07__inner .voice .voice_list .answer .frame .img02 {
    width: 184px;
    margin-top: 0;
  }
}

.area08 {
  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) {
  .area08 {
    padding: 15px 0;
    background: #dff0ee;
    margin-bottom: 50px;
  }
}
.area08__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) {
  .area08__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;
  }
}
.area08__inner .read_area {
  width: 93.75%;
  max-width: 898px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.75;
}
.area08__inner .read_area h3 {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}
.area08__inner__inner {
  width: 93.75%;
  max-width: 935px;
  margin: 12px auto 0;
  box-sizing: border-box;
  border: 5px solid #d9e6b9;
  padding: 21px 28px;
}
.area08__inner__inner p {
  font-size: 17px;
  line-height: 1.75;
}
.area08__inner__inner p.point {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}
.area08__inner__inner p.point::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "■";
  display: inline-block;
  color: #d95857;
}
@media screen and (max-width: 480px) {
  .area08__inner__inner {
    padding: 16px;
  }
}
.area08__inner .embedded {
  width: 93.75%;
  max-width: 935px;
  margin: 20px auto 0;
}
.area08__inner .embedded .container {
  position: relative;
  width: 100%;
}
.area08__inner .embedded .container:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.area08__inner .embedded .container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mt28 {
  margin-top: 28px;
}

.bank {
  width: 10em;
  margin: 30px auto 0;
  padding: 1.5em 2em;
  border-radius: 5px;
  font-size: 20px;
  background: #d17874;
  position: relative;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (width: 480px) {
  .bank {
    margin-bottom: 16px;
  }
}
.bank:hover {
  opacity: 0.8;
}
.bank a {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  left: 2px;
  top: 2px;
  border-radius: 4px;
  border: 1px solid #fff;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  text-align: center;
  align-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-weight: 700;
}
.bank a:hover {
  text-decoration: none;
}/*# sourceMappingURL=shimin_koukennin.css.map */