@charset "UTF-8";
.mainVisual01 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .mainVisual01 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual01 .container {
    width: 89%;
  }
}
.mainVisual01 .visualContent01 {
  padding: 10px 0 125px;
  background: url("../images/bg_index01.png") no-repeat center;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .visualContent01 {
    padding-bottom: 55%;
    background-position: center bottom;
  }
  .pop-wrap .dlBtn01:before {
	top: -100px;
    left: -40px;	
  }
}
.mainVisual01 .visualContent01:before {
  content: "";
  width: 100%;
  height: 400px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .visualContent01:before {
    height: auto;
    padding-bottom: 20%;
    top: 35%;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual01 .visualContent01:before {
    top: 40%;
  }
}
.mainVisual01 .visualContent01 .tit01 {
  color: #727272;
  font-size: 38px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mainVisual01 .visualContent01 .tit01 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual01 .visualContent01 .tit01 {
    font-size: 19px;
  }
}
.mainVisual01 .visualContent01 .tit01 span {
  color: #13ae9c;
  font-size: 28px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1000px) {
  .mainVisual01 .visualContent01 .tit01 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual01 .visualContent01 .tit01 span {
    font-size: 15px;
  }
}
.mainVisual01 .visualContent01 .center-logo {
  width: 240px;
  margin: -15px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .visualContent01 .center-logo {
    width: 195px;
    margin: 0 auto;
  }
}
.mainVisual01 .visualContent01 .pic01 {
  width: 200px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .mainVisual01 .visualContent01 .pic01 {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual01 .visualContent01 .pic01 {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 380px) {
  .mainVisual01 .visualContent01 .pic01 {
    width: 110px;
  }
}
.mainVisual01 .visualTit02 {
  color: #727272;
  font-size: 32px;
  margin-bottom: 15px;
}
.mainVisual01 .visualTit02 span {
  display: inline-block;
  text-align: left;
}
.mainVisual01 .visualTit02 .sub {
  font-size: 16px;
  line-height: 1;
  display: block;
}
.mainVisual01 .visualTit02 .tit01 {
  position: relative;
}
.mainVisual01 .visualTit02 .tit01:after {
  content: "※1";
  color: #727272;
  font-size: 11px;
  position: absolute;
  right: -19px;
  top: 7px;
}
.mainVisual01 .btnWrap01 {
  margin-top: -6%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .btnWrap01 {
    margin-top: 15px;
  }
}
.mainVisual01 .dlBtn01 {
  max-width: 635px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .dlBtn01 {
    max-width: 100%;
  }
}
.mainVisual01 .dlBtn01 a {
  color: #13ae9c;
  font-size: 19px;
  font-weight: 700;
  padding: 14px 0;
  background-color: #fff;
  border: 2px solid #13ae9c;
  border-radius: 5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .dlBtn01 a {
    font-size: 16px;
    padding: 9px 0 8px;
  }
}
.mainVisual01 .dlBtn01 a span {
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .dlBtn01 a span {
    padding-left: 40px;
  }
}
.mainVisual01 .dlBtn01 a span:before {
  content: "";
  width: 30px;
  height: 22px;
  margin: auto;
  background: url("../images/ico_btn01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .dlBtn01 a span:before {
    width: 27px;
    height: 20px;
  }
}
.mainVisual01 .dlBtn01 a:hover {
  color: #fff;
  background-color: #13ae9c;
}
.mainVisual01 .dlBtn01 a:hover span:before {
  background-image: url("../images/ico_btn01_w.svg");
}
.mainVisual01 .btnList01 {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .btnList01 {
    width: 100%;
    margin: 15px auto 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainVisual01 .btnList01 li {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .btnList01 li {
    width: 100%;
  }
}
.mainVisual01 .btnList01 li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .btnList01 li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.mainVisual01 .btnList01 li a {
  height: 50px;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mainVisual01 .btnList01 li a {
    font-size: 16px;
    height: 45px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual01 .btnList01 li a::before {
    width: 6px;
    height: 6px;
  }
}
.mainVisual01 .capTxt01 {
  font-size: 11px;
  width: 275px;
  margin: 0 auto;
}

.scrollArea01 {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 80px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.scrollList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scrollList01 li:not(:last-child) {
  margin-right: 60px;
}
.scrollList01 a {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
  position: relative;
}
.scrollList01 a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #13ae9c;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollList01 a:hover {
  opacity: 1;
}
.scrollList01 a:hover:before {
  width: 100%;
}
.scrollList01 a.now {
  opacity: 1;
}
.scrollList01 a.now:before {
  width: 100%;
}

.serviceHeader01 {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.serviceHeader01 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceHeader01 .fix-header {
  display: block;
  width: 122px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1000px) {
  .serviceHeader01 .fix-header {
    width: 88px;
  }
}
.serviceHeader01 .fix-header img {
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.serviceHeader01 .rightContent01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceHeader01 .scrollList01 li {
  margin-right: 60px;
}
@media screen and (max-width: 1000px) {
  .serviceHeader01 .scrollList01 li {
    margin-right: 30px;
  }
}
.serviceHeader01 .scrollList01 a {
  font-size: 14px;
  padding-bottom: 3px;
}
@media screen and (max-width: 1000px) {
  .serviceHeader01 .scrollList01 a {
    font-size: 13px;
  }
}
.serviceHeader01 .login01 {
  margin-top: -3px;
}
.serviceHeader01 .login01 a {
  color: #13ae9c;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 1px 0;
  border: 2px solid #13ae9c;
  border-radius: 15px;
  display: block;
  position: relative;
}
.serviceHeader01 .login01 a span {
  background: url("../../common/images/ico_login01.svg") no-repeat center left 15%;
  background-size: 16px 16px;
  padding: 0 24px 0 40px;
}
@media screen and (max-width: 900px) {
  .serviceHeader01 .login01 a span {
    padding: 0 16px 0 32px;
  }
}
.serviceHeader01 .login01 a:hover {
  color: #fff;
  background: #13ae9c;
}
.serviceHeader01 .login01 a:hover span {
  background: url(../../common/images/ico_login02.svg) no-repeat center left 15%;
  background-size: 16px 16px;
}
.serviceHeader01 .login01 a:after {
  display: none;
}

.introArea01 {
  padding-bottom: 4%;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .introArea01 {
    padding: 0;
    margin-bottom: 60px;
  }
}
.introArea01 .txtBox01 {
  width: 65%;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .introArea01 .txtBox01 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .introArea01 .txtBox01 {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.introArea01 .txtBox01 h2 {
  color: #13ae9c;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 40px;
}
@media screen and (max-width: 1050px) {
  .introArea01 .txtBox01 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .introArea01 .txtBox01 h2 {
    font-size: 20px;
  }
}
.introArea01 .txtBox01 .txt01 {
  font-size: 18px;
  line-height: 2.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1050px) {
  .introArea01 .txtBox01 .txt01 {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .introArea01 .txtBox01 .txt01 {
    font-size: 14px;
    line-height: 1.8;
  }
}
.introArea01 .bg01 {
  width: 54%;
  height: auto;
  padding-bottom: 40%;
  background: url("../images/bg_index02.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 950px) {
  .introArea01 .bg01 {
    padding-bottom: 45%;
  }
}
@media screen and (max-width: 767px) {
  .introArea01 .bg01 {
    width: 100%;
    padding-bottom: 65%;
    background-position: right;
    position: static;
  }
}

h2.heading02 {
  color: #13ae9c;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2.heading02 {
    font-size: 20px;
  }
}
h2.heading02 span {
  position: relative;
}
h2.heading02 span:after {
  content: "";
  width: 80px;
  height: 2px;
  margin: auto;
  background-color: #96d6cf;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
}
@media screen and (max-width: 767px) {
  h2.heading02 span:after {
    width: 68px;
    right: -80px;
  }
}

.reasonArea01 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .reasonArea01 {
    margin-bottom: 75px;
  }
}
.reasonArea01 .contentWrap01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .reasonArea01 .contentWrap01 {
    margin-bottom: 60px;
  }
}
.reasonArea01 .heading02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .reasonArea01 .heading02 {
    margin-bottom: 40px;
  }
}
.reasonArea01 .movieContent01 {
  max-width: 900px;
  width: 84%;
  margin: 0 auto 95px;
}
@media screen and (max-width: 767px) {
  .reasonArea01 .movieContent01 {
    margin-bottom: 40px;
  }
}
.reasonArea01 .movieContent01 .youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.reasonArea01 .movieContent01 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.reasonArea01 .reasonContent01 {
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .reasonArea01 .reasonContent01 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .reasonArea01 .reasonContent01 {
    padding: 42% 0 0;
  }
}
.reasonArea01 .reasonContent01:first-child {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .reasonArea01 .reasonContent01:first-child {
    margin-bottom: 60px;
  }
}
.reasonArea01 .reasonContent01 .bg01 {
  width: 44%;
  height: 100%;
  padding: 50px;
  background: url("../images/bg_index03.png") no-repeat right 22% center;
  background-color: #f3fbfa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .reasonArea01 .reasonContent01 .bg01 {
    background-position: right 15px center;
    background-size: 75%;
  }
}
@media screen and (max-width: 767px) {
  .reasonArea01 .reasonContent01 .bg01 {
    width: 100%;
    height: auto;
    padding-bottom: 22%;
    background: url("../images/bg_index03_sp.png") no-repeat center;
    background-size: cover;
    background-color: #f3fbfa;
  }
}
.reasonArea01 .reasonBox01 {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .reasonArea01 .reasonBox01 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reasonArea01 .reasonBox01 {
    padding: 0;
  }
}
.reasonArea01 .reasonBox01 h3 {
  color: #727272;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 65px;
}
@media screen and (max-width: 1000px) {
  .reasonArea01 .reasonBox01 h3 {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .reasonArea01 .reasonBox01 h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.reasonArea01 .capTxt01 {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .reasonArea01 .capTxt01 {
    font-size: 12px;
    text-align: left;
  }
}

.reasonList01 {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .reasonList01 {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .reasonList01 {
    width: 100%;
  }
}
.reasonList01 li {
  width: 200px;
}
@media screen and (max-width: 1100px) {
  .reasonList01 li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .reasonList01 li {
    width: 45%;
  }
}
.reasonList01 li:nth-child(odd) {
  margin-right: 60px;
}
@media screen and (max-width: 1100px) {
  .reasonList01 li:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .reasonList01 li:nth-child(odd) {
    margin-right: 10%;
  }
}
.reasonList01 li:not(:nth-last-child(-n+2)) {
  margin-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  .reasonList01 li:not(:nth-last-child(-n+2)) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reasonList01 li:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}
.reasonList01 .pic01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .reasonList01 .pic01 {
    padding: 0 14%;
  }
}
.reasonList01 h4 {
  color: #727272;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .reasonList01 h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .reasonList01 h4 {
    font-size: 15px;
  }
}
.reasonList01 .txt01 {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1100px) {
  .reasonList01 .txt01 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .reasonList01 .txt01 {
    font-size: 12px;
  }
}

.reasonContent01.content02 .bg01 {
  background-image: url("../images/bg_index04.png");
  background-position: right 9% center;
  right: auto;
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .reasonContent01.content02 .bg01 {
    background-image: url("../images/bg_index04_sp.png");
    background-position: center;
  }
}
.reasonContent01.content02 .reasonBox01 {
  width: 460px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1000px) {
  .reasonContent01.content02 .reasonBox01 {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .reasonContent01.content02 .reasonBox01 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .reasonContent01.content02 .reasonList01 {
    width: 100%;
  }
}

.reasonContent02 {
  margin-bottom: 15px;
  border: 10px solid #d0efeb;
  background-color: #e7f7f5;
}
@media screen and (max-width: 767px) {
  .reasonContent02 {
    border: 5px solid #d0efeb;
  }
}
.reasonContent02 h3 {
  color: #13ae9c;
  font-size: 35px;
  font-weight: bold;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .reasonContent02 h3 {
    font-size: 20px;
    padding: 20px 0;
  }
}
.reasonContent02 .numberTxt01 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #13ae9c;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .numberTxt01 {
    font-size: 25px;
  }
}
.reasonContent02 .numberTxt01 .counter {
  margin-bottom: 0 !important;
}
.reasonContent02 .numberTxt01 span {
  font-size: 30px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .numberTxt01 span {
    font-size: 14px;
  }
}
.reasonContent02 .boxWrap01 .expBox01 {
  padding: 45px 7%;
  background-color: #fff;
  border-top: 4px solid #d0efeb;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .boxWrap01 .expBox01 {
    padding: 30px 5%;
    border-top: 2px solid #d0efeb;
  }
}
.reasonContent02 .boxWrap01 .expBox01 h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .boxWrap01 .expBox01 h4 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.reasonContent02 .boxWrap01 .expBox01 h4 span {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .boxWrap01 .expBox01 h4 span {
    font-size: 21px;
  }
}
.reasonContent02 .boxWrap01 .box01 .txtBox01 .txt01 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .boxWrap01 .box01 .txtBox01 .txt01 {
    font-size: 16px;
  }
}
.reasonContent02 .boxWrap01 .box01 .txtBox01 p:not(:last-child) {
  margin-bottom: 20px;
}
.reasonContent02 .boxWrap01 .box01 .txtBox01 p img {
  vertical-align: bottom;
}
.reasonContent02 .boxWrap01 .box02 .expTxt01 {
  font-size: 20px;
  max-width: 630px;
  margin: 0 auto 30px;
  padding: 10px;
  background-color: #eeeeed;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .boxWrap01 .box02 .expTxt01 {
    font-size: 15px;
  }
}
.reasonContent02 .boxWrap01 .box02 .expTxt01:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #eeeeed transparent transparent transparent;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
}
.reasonContent02 .boxWrap01 .txtBoxInner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .boxWrap01 .txtBoxInner01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.reasonContent02 .boxWrap01 .txtBoxInner01 .pic01 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .boxWrap01 .txtBoxInner01 .pic01 {
    margin: 20px 0 !important;
  }
}
.reasonContent02 .boxWrap01 .txtBoxInner01 .numberArea01 {
  color: #13ae9c;
}
.reasonContent02 .boxWrap01 .txtBoxInner01 .numberArea01 .subTxt01 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .boxWrap01 .txtBoxInner01 .numberArea01 .subTxt01 {
    font-size: 18px;
  }
}
.reasonContent02 .boxWrap01 .txtBoxInner01 .numberArea01.gray .subTxt01 {
  color: #727272 !important;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .boxWrap01 .txtBoxInner01 .numberArea01.gray .subTxt01 {
    font-size: 16px;
  }
}
.reasonContent02 .boxWrap01 .txtBoxInner01 .numberArea01.gray .counter {
  color: #727272 !important;
}
.reasonContent02 .boxWrap01 .txtBoxInner01 .numberArea01.gray .numberTxt01 span {
  color: #727272 !important;
}
.reasonContent02 .rankList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .reasonContent02 .rankList01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.reasonContent02 .rankList01 li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .reasonContent02 .rankList01 li {
    width: 49%;
  }
}
@media screen and (max-width: 360px) {
  .reasonContent02 .rankList01 li {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .reasonContent02 .rankList01 li:not(:nth-last-child(-n+2)) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 360px) {
  .reasonContent02 .rankList01 li:nth-last-child(-n+3) {
    margin-bottom: 40px;
  }
}
.reasonContent02 .rankList01 .ico01 {
  width: 56px;
  height: 56px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .rankList01 .ico01 {
    width: 40px;
    height: 40px;
  }
}
.reasonContent02 .rankList01 .pic01 {
  margin-bottom: 10px;
}
.reasonContent02 .rankList01 h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .reasonContent02 .rankList01 h5 {
    font-size: 13px;
  }
}

.featuresArea01 .bgContent01 {
  padding: 100px 0;
  background-color: #fafafa;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .featuresArea01 .bgContent01 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.featuresArea01 .heading02 {
  margin-top: -125px;
  padding-top: 125px;
}
@media screen and (max-width: 767px) {
  .featuresArea01 .heading02 {
    margin-top: -75px;
    padding-top: 75px;
  }
}
.featuresArea01 h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .featuresArea01 h2 {
    margin-bottom: 35px;
  }
}
.featuresArea01 .featuresBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .featuresArea01 .featuresBox01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.featuresArea01 .featuresBox01 .pic01 {
  margin-right: 55px;
}
@media screen and (max-width: 767px) {
  .featuresArea01 .featuresBox01 .pic01 {
    margin: 0 0 30px;
  }
}
.featuresArea01 .featuresBox01 .tit01 {
  font-size: 16px;
  line-height: 1.6;
}
.featuresArea01 .featuresBox01 .pic02 {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .featuresArea01 .featuresBox01 .pic02 {
    padding: 0;
    margin-top: 15px;
    text-align: center;
  }
}

.featuresContent01:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .featuresContent01:not(:last-child) {
    margin-bottom: 60px;
  }
}
.featuresContent01 h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .featuresContent01 h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.typeList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.typeList01 li {
  width: 20%;
}
@media screen and (max-width: 1100px) {
  .typeList01 li {
    width: 33%;
  }
}
@media screen and (max-width: 1100px) {
  .typeList01 li:nth-child(-n+3) {
    margin-bottom: 20px;
  }
}
.typeList01 .ico01 {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.typeList01 .tit01 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .typeList01 .tit01 {
    font-size: 12px;
  }
}
.typeList01 .tit01 span {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .typeList01 .tit01 span {
    font-size: 14px;
  }
}

.specList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.specList01 li {
  width: 50%;
  padding-bottom: 5px;
}
.specList01 li:first-child {
  border-right: 1px solid #b9b9b9;
}
.specList01 li .ico01 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .specList01 li .ico01 {
    padding: 0 45px;
  }
}
.specList01 li .tit01 {
  font-size: 18px;
  font-weight: bold;
}

.featuresList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featuresList01 > li {
  max-width: 440px;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .featuresList01 > li {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .featuresList01 > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.featuresList01 > li:not(:nth-last-child(-n+2)) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .featuresList01 > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.featuresList01 > li .ico01 {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .featuresList01 > li .ico01 {
    width: 50px;
    margin-bottom: 15px;
  }
}
.featuresList01 > li .txtBox01 {
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .featuresList01 > li .txtBox01 {
    width: 100%;
  }
}
.featuresList01 > li .txtBox01 h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .featuresList01 > li .txtBox01 h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.featuresList01 > li .txtBox01 .txt01 {
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .featuresList01 > li .txtBox01 .txt01 {
    font-size: 14px;
  }
}
.featuresList01 .featuresBlock01 {
  margin-top: 20px;
}
.featuresList01 .featuresBlock01 h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.featuresList01 .featuresBlock01 .certifList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featuresList01 .featuresBlock01 .certifList01 li {
  font-size: 14px;
  width: 63%;
}
@media screen and (max-width: 1000px) {
  .featuresList01 .featuresBlock01 .certifList01 li {
    width: 100%;
  }
}
.featuresList01 .featuresBlock01 .certifList01 li:nth-child(odd) {
  width: 37%;
}
@media screen and (max-width: 1000px) {
  .featuresList01 .featuresBlock01 .certifList01 li:nth-child(odd) {
    width: 100%;
  }
}
.featuresList01 .featuresBlock01 .certifList01 li span {
  color: #13ae9c;
}

.payArea01 .heading02 {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .payArea01 .heading02 {
    margin: 0 0 30px;
  }
}

.paymentList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paymentList01 li {
  width: 44%;
}
.paymentList01 li:nth-child(-n+2) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .paymentList01 li {
    width: 100%;
  }
  .paymentList01 li:nth-child(-n+3) {
    margin-bottom: 30px;
  }
}
.paymentList01 .img01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .paymentList01 .img01 {
    margin-bottom: 15px;
  }
}
.paymentList01 .img01 img {
  width: 100%;
}
.paymentList01 .tit01 {
  color: #13ae9c;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .paymentList01 .tit01 {
    font-size: 18px;
  }
}
.paymentList01 .txt01 {
  margin-bottom: 15px;
}

.logoList01 {
  width: auto;
  border-top: 1px solid #96d6cf;
  padding-top: 15px;
}
.logoList01.first img {
  width: 55%;
}
.logoList01.third img {
  width: 49%;
}

.noteList01 {
  font-size: 14px;
  color: #505050;
  margin: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .noteList01 {
    margin: 40px 0 60px;
  }
}
.noteList01 .indent01 {
  text-indent: -1em;
  padding-left: 1em;
}

.flowArea01 .heading02 {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .flowArea01 .heading02 {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .flowContent01 {
    width: 250px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flowList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flowList01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flowList01 li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .flowList01 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 25px;
  }
}
.flowList01 li::after {
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  border: 0px;
  border-top: solid 2px #13ae9c;
  border-right: solid 2px #13ae9c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 45px;
  right: -60px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .flowList01 li::after {
    right: -50px;
  }
}
@media screen and (max-width: 900px) {
  .flowList01 li::after {
    right: -40px;
  }
}
@media screen and (max-width: 850px) {
  .flowList01 li::after {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .flowList01 li::after {
    content: "";
    width: 8px;
    height: 8px;
    right: auto;
    top: 68px;
    left: 25px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media screen and (max-width: 767px) {
  .flowList01 li:last-child {
    margin-bottom: 0;
  }
}
.flowList01 li:last-child::after {
  display: none;
}
.flowList01 .img01 img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .flowList01 .img01 img {
    width: 60px;
    height: 60px;
    margin-right: 25px;
  }
}
.flowList01 .tit01 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .flowList01 .tit01 {
    width: 100px;
    margin-top: 0;
  }
}

.flowPeriod01 {
  margin: 40px auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .flowPeriod01 {
    width: auto;
    margin: auto 0 auto 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flowPeriod01 img {
    width: 35px;
  }
}

.contactBtn01 {
  width: 500px;
  height: 80px;
  margin: 80px auto 90px;
}
.contactBtn01 a {
  font-size: 24px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .contactBtn01 a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contactBtn01 {
    max-width: 400px;
    width: 100%;
    height: 40px;
    margin: 40px auto 60px;
  }
  .contactBtn01 a {
    height: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contactBtn01 a {
    font-size: 14px;
  }
}

.worksList01 {
  margin: 70px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .worksList01 {
    margin: 30px 0 20px;
  }
}
.worksList01 li {
  text-align: center;
  width: 44%;
  height: 270px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.worksList01 li:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1000px) {
  .worksList01 li {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .worksList01 li {
    width: 100%;
    height: 230px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 360px) {
  .worksList01 li {
    height: 250px;
  }
}
.worksList01 li a {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.worksList01 li a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .worksList01 li a {
    padding: 20px;
  }
}
.worksList01 .item01 {
  background-image: url(../images/bg_works01.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .worksList01 .item01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.worksList01 .item02 {
  background-image: url(../images/bg_works02.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .worksList01 .item02 {
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.worksList01 .item03 {
  background-image: url(../images/bg_works03.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .worksList01 .item03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.worksList01 .item04 {
  background-image: url(../images/bg_works04.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .worksList01 .item04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.worksList01 .item05 {
  background-image: url(../images/bg_works05.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .worksList01 .item05 {
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.worksList01 h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .worksList01 h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.worksList01 .txt01 {
  color: #fff;
  text-align: left;
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .worksList01 .txt01 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.worksList01 .tag01 {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  width: 100px;
  height: 24px;
  margin: 0 auto 10px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worksList01 .tag01.clinic {
  background-color: #4696d2;
}
.worksList01 .tag01.pharmacy {
  background-color: #13ae9c;
}
.worksList01 .tag01.dental {
  background-color: #b173f8;
}
.worksList01 .worksBtn01 {
  color: #fff;
  font-size: 12px;
  width: 140px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  margin: auto auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worksList01 .worksBtn01 {
    font-size: 14px;
    width: 160px;
    height: 35px;
    border-radius: 20px;
  }
}
.worksList01 .worksBtn01:after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 1;
}

.faqList01 {
  margin: 70px 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .faqList01 {
    margin: 30px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.faqList01 li {
  text-align: center;
  width: 48%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faqList01 li:hover {
  -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .faqList01 li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .faqList01 li {
    width: 47%;
    margin-bottom: 20px;
  }
}
.faqList01 li a {
  width: 100%;
  padding: 40px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .faqList01 li a {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .faqList01 li a {
    padding: 25px 20px;
  }
}
.faqList01 li a:hover {
  opacity: 1;
}
.faqList01 .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .faqList01 .img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .faqList01 .img01 img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .faqList01 .img02 img {
    height: 45px;
  }
}
.faqList01 .title01 {
  font-size: 16px;
  font-weight: bold;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .faqList01 .title01 {
    font-size: 12px;
  }
}
.faqList01.custom li{
  width: 48%;
}
.faqList01.custom li a{
  padding: 20px 38px;
  
}
.faqList01.custom .fadeinUnder.first{
  border: 2px solid #62a336;
}
.faqList01.custom .fadeinUnder.other{
  background: linear-gradient(#80b860,#62a336);
}

.faqList01.custom .fadeinUnder.other a{
  color:#fff;
}
.faqList01.custom .fadeinUnder a p{
  font-size: 20px;
}

@media screen and (max-width: 1000px) {
  .faqList01.custom .fadeinUnder a p {
    font-size: 18px;
  }
}

.pop-wrap .dlBtn01 {
	position: relative;
}
.pop-wrap .dlBtn01:before {
	content: '';
	display: block;
	background: url("../images/sale-pop.png") no-repeat;
	width: 254px;
	height: 111px;
	position: absolute;
	top: -83px;
	left: -184px;
}
@media screen and (max-width: 991px) {
  .pop-wrap .dlBtn01:before {
	top: -97px;
    left: -81px;	
  }
}
@media screen and (max-width: 767px) {
  .faqList01.custom .fadeinUnder a p {
    font-size: 12px;
  }
  .pop-wrap .dlBtn01:before {
	top: -100px;
    left: -40px;	
  }
}