@charset "UTF-8";
/*---------------------------------------------
mixin
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.paperless2027 {
  background: #edf2ed;
  letter-spacing: 0.05em;
}
.paperless2027 .text-underline {
  text-decoration: underline;
}
.paperless2027 .text-color-red {
  color: #ff0000;
}
.paperless2027 a {
  color: #00459c;
  text-decoration: underline;
}
.paperless2027 a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .paperless2027 figure picture img {
    display: block;
    height: auto;
    width: 100%;
  }
}
.paperless2027 .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .paperless2027 .pc {
    display: none;
  }
}
.paperless2027 .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .paperless2027 .sp {
    display: block;
    margin: 0 auto;
  }
}
.paperless2027 .kv {
  background-image: -webkit-gradient(linear, left top, right top, from(#004831), to(#00aa83));
  background-image: -webkit-linear-gradient(left, #004831, #00aa83);
  background-image: linear-gradient(90deg, #004831, #00aa83);
  height: 615px;
  position: relative;
  width: 100%;
}
.paperless2027 .kv .bg {
  background-image: url(../images/kv_bg_left.png), url(../images/kv_bg_right.png);
  background-position: left -10px top -20px, right -10px bottom -20px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.paperless2027 .kv__inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}
.paperless2027 .kv__title {
  -webkit-text-decoration-color: #fff;
  -webkit-text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 12px;
  color: #fff;
  display: inline-block;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.8;
  padding-top: 60px;
  position: relative;
  text-align: center;
  text-decoration-color: #fff;
  text-decoration-line: underline;
}
.paperless2027 .kv__text {
  background: url(../images/kv_bg_inner.png) #fff no-repeat right center;
  border-radius: 10px;
  font-size: 20px;
  margin-top: 40px;
  padding: 20px 30px;
}
.paperless2027 .kv__text .caution {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .paperless2027 .kv {
    height: auto;
  }
  .paperless2027 .kv .bg {
    background-image: url(../images/kv_bg_left.png), url(../images/kv_bg_right.png);
    background-position: left -10px top -20px, right -20px bottom -30px;
    background-repeat: no-repeat;
    background-size: 30%, 40%;
    height: 100%;
    padding-bottom: 30px;
    width: 100%;
  }
  .paperless2027 .kv__inner {
    padding: 0 20px;
  }
  .paperless2027 .kv__title {
    font-size: 24px;
    padding-top: 30px;
    text-align: left;
  }
  .paperless2027 .kv__text {
    background: url(../images/sp/kv_bg_inner.png) #fff no-repeat right center;
    background-size: cover;
    font-size: 16px;
    line-height: 1.6;
    padding: 15px 20px;
  }
  .paperless2027 .kv__text .caution {
    display: inline-block;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 5px;
  }
}
.paperless2027 .s1 {
  background: #fff;
  padding: 50px 0 80px;
}
.paperless2027 .s1 .s1-img1 {
  text-align: center;
}
.paperless2027 .s1 .s1-img2 {
  -webkit-box-shadow: 6px 6px 4px #bed3c9;
  background: #ebf2ef;
  border-radius: 4px;
  box-shadow: 6px 6px 4px #bed3c9;
  margin-top: 50px;
  padding: 15px;
  text-align: center;
}
.paperless2027 .nav {
  background: #00aa83;
  padding: 30px 0 40px;
}
.paperless2027 .nav__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.paperless2027 .nav .nav-list {
  gap: 2%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
.paperless2027 .nav .nav-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  color: #00aa83;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 25%;
}
.paperless2027 .nav .nav-list__item:after {
  -webkit-transition: all 0.2s ease;
  background: url(../images/icon_arrow_down.svg) #0b6850 no-repeat center top 55%;
  background-size: 50%;
  border-radius: 50%;
  bottom: -15px;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.2s ease;
  width: 30px;
}
.paperless2027 .nav .nav-list__item:hover {
  background: #0b6850;
  color: #fff;
}
.paperless2027 .nav .nav-list__item:hover:after {
  background: url(../images/icon_arrow_down_green.svg) #fff no-repeat center top 55%;
  background-size: 50%;
}
@media screen and (max-width: 767px) {
  .paperless2027 .nav {
    padding: 20px 0 10px;
  }
  .paperless2027 .nav__title {
    font-size: 16px;
  }
  .paperless2027 .nav .nav-list {
    grid-row-gap: 6px;
    grid-column-gap: 6px;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .paperless2027 .nav .nav-list__item {
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.paperless2027 .layout1 {
  background: #fff;
  margin-bottom: 30px;
  padding: 10px 20px 10px 20px;
}
@media screen and (max-width: 767px) {
  .paperless2027 .layout1 {
    padding: 10px 10px 10px 10px;
  }
}
.paperless2027 .tab-menu {
  gap: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.paperless2027 .tab-menu__item {
  background: #d2d2d2;
  border-radius: 6px 6px 0 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  width: 49.5%;
}
.paperless2027 .tab-menu__item.is-active {
  background: #00aa83;
}
.paperless2027 .tab-menu__item:hover {
  background: #00aa83;
}
@media screen and (max-width: 767px) {
  .paperless2027 .tab-menu__item {
    font-size: 14px;
  }
}
.paperless2027 .tab-content {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .paperless2027 .tab-content {
    padding: 10px;
  }
}
.paperless2027 .s2-tc1 .text1 {
  font-size: 18px;
  margin-bottom: 40px;
}
.paperless2027 .s2-tc1 .text1 .caution {
  display: block;
}
.paperless2027 .s2-tc1 .img1 {
  margin-bottom: 5px;
  text-align: center;
}
.paperless2027 .s2-tc1 .text2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paperless2027 .s2-tc1 .text1 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .paperless2027 .s2-tc1 .text1 .caution {
    display: block;
    font-size: 12px;
  }
  .paperless2027 .s2-tc1 .text2 {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .paperless2027 .s2-tc1 .caution {
    display: block;
    font-size: 12px;
  }
}
.paperless2027 .s2-tc2 .text1 {
  font-size: 18px;
  margin-bottom: 40px;
}
.paperless2027 .s2-tc2 .text1 .caution {
  display: block;
}
.paperless2027 .s2-tc2 .text1 .caution a {
  color: #00459c;
  text-decoration: underline;
}
.paperless2027 .s2-tc2 .text1 .caution a:hover {
  text-decoration: none;
}
.paperless2027 .s2-tc2 .img1 {
  margin-bottom: 5px;
  text-align: center;
}
.paperless2027 .s2-tc2 .text2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paperless2027 .s2-tc2 .text1 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .paperless2027 .s2-tc2 .text1 .caution {
    display: block;
    font-size: 12px;
  }
  .paperless2027 .s2-tc2 .text2 {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .paperless2027 .s2-tc2 .caution {
    display: block;
    font-size: 12px;
  }
}
.paperless2027 .layout2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}
.paperless2027 .layout2__item:nth-child(1) {
  width: calc(100% - 360px - 4%);
}
.paperless2027 .layout2__item:nth-child(2) {
  text-align: center;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .paperless2027 .layout2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0;
  }
  .paperless2027 .layout2__item:nth-child(1) {
    margin-bottom: 15px;
    width: 100%;
  }
  .paperless2027 .layout2__item:nth-child(2) {
    margin: 0 auto;
    width: 100%;
  }
  .paperless2027 .layout2__item:nth-child(2) span {
    display: block;
    text-align: center;
  }
  .paperless2027 .layout2__item:nth-child(2) span img {
    height: auto;
    margin: 0 auto;
    width: 85%;
  }
}
.paperless2027 .box {
  background: #fcf9e8;
  border-radius: 6px;
  padding: 30px;
}
.paperless2027 .box:not(:last-child) {
  margin-bottom: 50px;
}
.paperless2027 .box__heading {
  color: #e52d8a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-left: 70px;
  position: relative;
}
.paperless2027 .box__heading .number {
  -webkit-transform: translateY(-50%);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.paperless2027 .box__heading .illust {
  bottom: -10px;
  position: absolute;
  right: 0;
}
.paperless2027 .box__heading:after {
  background: url(../images/line_dot1.png) repeat-x center;
  bottom: -15px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.paperless2027 .box .box-white {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 20px 25px;
}
.paperless2027 .box .box-white .iikoto3 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .paperless2027 .box {
    padding: 10px;
  }
  .paperless2027 .box__heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 50px;
    text-align: center;
  }
  .paperless2027 .box__heading .number {
    -webkit-transform: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -30px;
    transform: none;
  }
  .paperless2027 .box__heading .illust {
    bottom: -10px;
    bottom: auto;
    position: absolute;
    top: -20px;
    width: 60px;
  }
  .paperless2027 .box__heading .illust img {
    height: auto;
    width: 100%;
  }
  .paperless2027 .box__heading:after {
    bottom: 0;
  }
  .paperless2027 .box .box-white {
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .paperless2027 .box .box-white .iikoto3 {
    margin-top: 10px;
  }
}
.paperless2027 .style-heading1 {
  border-bottom: 1px solid #00aa83;
  color: #0b6850;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 55px;
  padding: 0 0 8px 40px;
  position: relative;
}
.paperless2027 .style-heading1:before {
  background: #00aa83;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .paperless2027 .style-heading1 {
    font-size: 22px;
    padding: 0 0 8px 30px;
  }
  .paperless2027 .style-heading1:before {
    height: 16px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 16px;
  }
}
.paperless2027 .style-heading2 {
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 55px;
  padding: 0 0 0 6px;
  position: relative;
}
.paperless2027 .style-heading2:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #00aa83), color-stop(30%, #000000));
  background-image: -webkit-linear-gradient(left, #00aa83 30%, #000000 30%);
  background-image: linear-gradient(90deg, #00aa83 30%, #000000 30%);
  bottom: -8px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .paperless2027 .style-heading2 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 25px;
  }
}
.paperless2027 .style-heading3 {
  color: #00aa83;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 0 0 8px 0;
  position: relative;
}
.paperless2027 .style-heading3--underline {
  border-bottom: 2px solid #00aa83;
}
@media screen and (max-width: 767px) {
  .paperless2027 .style-heading3 {
    font-size: 22px;
    line-height: 1.5;
  }
}
.paperless2027 .layout3 {
  margin: 0 auto;
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .paperless2027 .layout3 {
    width: 100%;
  }
  .paperless2027 .layout3 .caution {
    font-size: 12px;
    line-height: 1.4;
  }
}
.paperless2027 .style-text-rc {
  border: 1px solid #000;
  border-radius: 20px;
  display: inline-block;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 5px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paperless2027 .style-text-rc {
    border-radius: 50px;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px;
  }
  .paperless2027 .style-text-rc .caution {
    font-size: 12px;
    line-height: 1.4;
  }
}
.paperless2027 .step {
  background: #00aa83;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 0.5em;
  padding: 1px 20px 7px;
  position: relative;
  text-align: center;
  top: -2px;
}
.paperless2027 .step__number {
  font-size: 25px;
  padding-left: 0.2em;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .paperless2027 .step {
    font-size: 14px;
    margin-top: 20px;
  }
  .paperless2027 .step__number {
    font-size: 20px;
    padding-left: 0.2em;
    top: 2px;
  }
}
.paperless2027 .line1 {
  padding: 40px 0;
  position: relative;
  width: 100%;
}
.paperless2027 .line1:before {
  background: url(../images/line_dot2.png) repeat-x center;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
.paperless2027 .line1:after {
  -webkit-transform: translateY(-50%);
  background: url(../images/icon_arrow_down.svg) #00aa83 no-repeat center top 55%;
  background-size: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 34px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}
.paperless2027 .style-read1 {
  margin-bottom: 40px;
}
.paperless2027 .style-read1__caution {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .paperless2027 .style-read1 {
    line-height: 1.5;
  }
}
.paperless2027 .style-marker {
  background: #f4e000;
}
.paperless2027 .style-list1 {
  font-size: 16px;
}
.paperless2027 .style-list1 li {
  padding-left: 1.2em;
  position: relative;
}
.paperless2027 .style-list1 li:before {
  color: #e52d8a;
  content: "●";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .paperless2027 .style-list1 {
    font-size: 14px;
    line-height: 1.5;
  }
  .paperless2027 .style-list1 li {
    line-height: 1.5;
  }
}
.paperless2027 .style-list2-bg {
  background: #edf2ed;
  padding: 20px;
}
.paperless2027 .style-list2 {
  font-size: 18px;
  margin: 0 auto;
  padding: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.paperless2027 .style-list2 li {
  padding-left: 55px;
  position: relative;
}
.paperless2027 .style-list2 li:not(:last-child) {
  margin-bottom: 25px;
}
.paperless2027 .style-list2 li:before {
  -webkit-transform: translateY(-50%);
  background: url(../images/icon_check.svg) #00aa83 no-repeat center;
  background-size: 50%;
  content: "";
  display: block;
  height: 42px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
}
@media screen and (max-width: 767px) {
  .paperless2027 .style-list2 {
    font-size: 16px;
    padding: 20px;
  }
  .paperless2027 .style-list2 li {
    padding-left: 45px;
  }
  .paperless2027 .style-list2 li:not(:last-child) {
    margin-bottom: 20px;
  }
  .paperless2027 .style-list2 li:before {
    background: url(../images/icon_check.svg) #00aa83 no-repeat center;
    background-size: 50%;
    height: 32px;
    width: 32px;
  }
}
.paperless2027 .style-caution1 {
  font-size: 14px;
  list-style: "※";
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .paperless2027 .style-caution1 {
    font-size: 12px;
  }
  .paperless2027 .style-caution1 li {
    line-height: 1.5;
  }
}
.paperless2027 .ac {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  justify-content: space-between;
  margin-bottom: 15px;
}
.paperless2027 .ac .ac-btn {
  -ms-flex-negative: 0;
  background: #00aa83;
  display: inline-block;
  flex-shrink: 0;
  height: 50px;
  position: relative;
  width: 50px;
}
.paperless2027 .ac .ac-btn:before, .paperless2027 .ac .ac-btn:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  background-color: #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.paperless2027 .ac .ac-btn:before {
  -webkit-transform: translate(-50%, -50%);
  height: 2px;
  transform: translate(-50%, -50%);
  width: 18px;
}
.paperless2027 .ac .ac-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  height: 18px;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 2px;
}
.paperless2027 .ac.is-open .ac-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.paperless2027 .ac:after {
  background: #dbdbdb;
  bottom: -15px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.paperless2027 .ac--faq .ac-btn {
  -ms-flex-negative: 0;
  background: none;
  display: inline-block;
  flex-shrink: 0;
  height: 50px;
  position: relative;
  width: 50px;
}
.paperless2027 .ac--faq .ac-btn:before, .paperless2027 .ac--faq .ac-btn:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  background-color: #000;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.paperless2027 .ac--faq .ac-btn:before {
  -webkit-transform: translate(-50%, -50%);
  height: 2px;
  transform: translate(-50%, -50%);
  width: 18px;
}
.paperless2027 .ac--faq .ac-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  height: 18px;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 2px;
}
.paperless2027 .ac--faq:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .paperless2027 .ac {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .paperless2027 .ac .ac-btn {
    height: 34px;
    width: 34px;
  }
  .paperless2027 .ac:after {
    bottom: -10px;
  }
}
.paperless2027 .ac-content {
  -webkit-transition: max-height 0.3s ease;
  margin-bottom: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.paperless2027 .ac-content > .inner {
  padding: 5px;
}
.paperless2027 .faq {
  padding: 0 10px;
}
.paperless2027 .faq .ac {
  margin-bottom: 0;
}
.paperless2027 .faq:after {
  background: url(../images/line_dot1.png) repeat-x center;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .paperless2027 .faq {
    padding: 0;
  }
}
.paperless2027 .q {
  font-size: 16px;
  padding: 10px;
}
.paperless2027 .q__icon {
  color: #0095cc;
  display: inline-block;
  margin-right: 1em;
}
.paperless2027 .q__inner {
  padding-left: 2.5em;
  text-indent: -1.2em;
}
@media screen and (max-width: 767px) {
  .paperless2027 .q {
    font-size: 14px;
  }
  .paperless2027 .q__inner {
    line-height: 1.5;
  }
}
.paperless2027 .a {
  font-size: 16px;
}
.paperless2027 .a__icon {
  color: #ff0000;
  display: inline-block;
  margin-right: 1em;
}
.paperless2027 .a > .inner {
  padding: 10px;
  padding-left: 3.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 767px) {
  .paperless2027 .a {
    font-size: 14px;
  }
  .paperless2027 .a > .inner {
    line-height: 1.5;
  }
}
.paperless2027 .s2-t1 {
  font-size: 18px;
}
.paperless2027 .s2-t1 .caution {
  font-size: 16px;
}
.paperless2027 .contact {
  background: #fff;
  padding: 60px 0;
}
.paperless2027 .contact__heading {
  color: #0b6850;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.paperless2027 .contact__text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
}
.paperless2027 .contact__btn {
  -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  background: #fff;
  border-radius: 50px;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  color: #00aa83;
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto;
  padding: 20px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 100%;
}
.paperless2027 .contact__btn:hover {
  background: #0b6850;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .paperless2027 .contact {
    padding: 40px 0 0;
  }
  .paperless2027 .contact__heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .paperless2027 .contact__text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .paperless2027 .contact__btn {
    font-size: 18px;
  }
}
.paperless2027 .layout4 {
  gap: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paperless2027 .layout4__item {
  background: #00aa83;
  border-radius: 6px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .paperless2027 .layout4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paperless2027 .layout4__item {
    margin-bottom: 15px;
  }
}

.totop {
  -webkit-transition: all 0.2s ease;
  bottom: 10px;
  height: 74px;
  position: fixed;
  right: 10px;
  transition: all 0.2s ease;
  width: 74px;
  z-index: 1000;
}
.totop img {
  height: auto;
  width: 100%;
}
.totop:hover {
  opacity: 0.7;
}
.totop.is-bottom {
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .totop {
    bottom: 10px;
    height: 62px;
    width: 62px;
  }
  .totop.is-bottom {
    bottom: 140px;
  }
}