@charset "UTF-8";
/* CSS Document */
body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.sp-only {
  display: none !important;
}

/* #sec_cp {
  background-color: rgb(202, 168, 28);
} */

#sec_cp .main-inner{
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

#sec_cp .sec_ep-inner {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 40px 180px 40px;
  background-color: #fff;
}

@media screen and ( max-width:800px) {
  #sec_cp .sec_ep-inner {
    padding: 0 5px 180px 5px;
  }
}

#sec_cp .mb-a {
  margin-bottom: 80px;
}
#sec_cp .mb-b {
  margin-bottom: 70px;
}

#sec_cp .mb-c {
  margin-bottom: 100px;
}

@media screen and ( max-width:800px) {
  #sec_cp .mb-a {
    margin-bottom: 60px;
  }
  #sec_cp .mb-b {
    margin-bottom: 50px;
  }
  #sec_cp .mb-c {
    margin-bottom: 80px;
  }
}

#sec_cp .mb-d {
  margin-bottom: 37px;
}

#sec_cp .mb-e {
  margin-bottom: 39px;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

#sec_cp .text{
  line-height: 1.2;
  font-size:52px;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}

.kerning{
  font-feature-settings: "palt";
}

_:lang(x)+_:-webkit-full-screen-document, .kerning{
  font-feature-settings: "pkna";
}

#sec_cp .text-large{
  font-size:51px;
}

#sec_cp .text-medium{
  font-size:35px;
}

#sec_cp .text-ms{
  font-size:29px;
}

#sec_cp .text-small{
  font-size:26px;
}

#sec_cp .list{
  font-size:51px;
  width: 93%;
  margin: 0 auto;
}

#sec_cp .list .list-item{
  line-height: 1.2;
  font-feature-settings: "palt";
  position: relative;
  padding-left: 52px;
}

_:lang(x)+_:-webkit-full-screen-document, .list-item{
  font-feature-settings: "pkna";
}

#sec_cp .list .list-item::after{
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  top: 10px;
  left: 0;
}

#sec_cp .DL_area {
  position: relative;
}

#sec_cp .DL_area .app_link {
  position: absolute;
  top: 59.5%;
  left: 38%;
  width: 24%;
}

#sec_cp .DL_area .google_link {
  position: absolute;
  top: 59.5%;
  left: 65.6%;
  width: 29%;
}

.about-contact{
  line-height: 1.2;
}

.link_form a{
  text-decoration: underline;
  color: #254eea;
}

.link_form a:hover{
  text-decoration: none;
}
.business-time{
  padding-top: 10px;
}