/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.6;
  color: #333;
  font-size: 16px;
}

header,
footer,
nav,
menu,
article,
aside,
section,
details,
figcaption,
figure {
  display: block;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.poRe {
  position: relative;
}

.tC {
  text-align: center;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.btn {
  text-align: center;
}

a:hover {
  opacity: 0.7;
}

.bg_inner {
  background: #fff9ae url(../img/pc/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1120px;
  height: auto;
  margin: 0 auto;
}

#header {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
#header .inner {
  padding-bottom: 30px;
  margin: 0 auto;
}
#header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
#header .mainTtl {
  width: 800px;
  margin: 0 auto 20px;
  padding-top: 120px;
}
#header .mainTxt {
  width: 800px;
  margin: 0 auto 40px;
}
#header .DandS_ttl {
  width: 920px;
  margin: 0 auto;
  background-color: #04aa71;
  text-align: center;
  padding-top: 0.6em;
  padding-bottom: 1em;
}
#header .btnToIndex {
  position: absolute;
  top: 0;
  right: 20px;
}

main {
  position: relative;
  width: 920px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.sec_DS:not(:last-of-type) {
  margin-bottom: 40px;
}
.sec_DS .inner {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 40px;
}
.sec_DS .ttl {
  margin-bottom: 1em;
}
.sec_DS .serviceArea {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  margin-bottom: 0.8em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.sec_DS .serviceArea.serviceArea01 {
  background-color: #000000;
}
.sec_DS .serviceArea.serviceArea02 {
  background-color: #db7308;
}
.sec_DS .serviceArea.serviceArea03 {
  background-color: #00751a;
}
.sec_DS .serviceArea.serviceArea04 {
  background-color: #c08800;
}
.sec_DS .serviceArea.serviceArea05 {
  background-color: #f4bc45;
}
.sec_DS .serviceArea.serviceArea06 {
  background-color: #008d88;
}
.sec_DS .copy {
  margin-bottom: 1.5em;
}
.sec_DS .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-bottom: 30px;
}
.sec_DS .flex .f-item {
  width: 400px;
}

#note .note {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  text-indent: -1em;
  width: 920px;
  margin: 40px auto 0;
  padding-left: 1em;
}

#footer {
  text-align: center;
  background: #c8152d;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .bg_inner {
    background: #fff9ae url(../img/sp/bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
  }
  #header {
    width: 100%;
  }
  #header .inner {
    padding-bottom: 4%;
  }
  #header .logo {
    width: 10.267vw;
    top: 0;
    left: 4vw;
  }
  #header .mainTtl {
    width: 94.67vw;
    margin-bottom: 2.67%;
    padding-top: 16%;
  }
  #header .mainTxt {
    width: 94.67vw;
    margin-bottom: 5.33%;
  }
  #header .DandS_ttl {
    width: 94.67vw;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  #header .DandS_ttl img {
    width: 23.87vw;
  }
  #header .btnToIndex {
    width: 34.667vw;
    top: 0;
    right: 4vw;
  }
  main {
    width: 94.67vw;
    padding-bottom: 16%;
  }
  .sec_DS:not(:last-of-type) {
    margin-bottom: 4%;
  }
  .sec_DS .inner {
    padding-bottom: 6.67%;
  }
  .sec_DS .ttl {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.6em;
  }
  .sec_DS .serviceArea {
    font-size: 2.67vw;
    margin-bottom: 1em;
  }
  .sec_DS .copy {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  .sec_DS .flex {
    gap: 4vw;
    margin-bottom: 4%;
  }
  .sec_DS .flex .f-item {
    width: 78.87%;
  }
  #col01 .ttl {
    width: 37.2vw;
  }
  #col01 .copy {
    width: 86.67vw;
  }
  #col01 .col_price {
    width: 74.8vw;
    margin: 0 auto;
  }
  #col02 .ttl {
    width: 47.6vw;
  }
  #col02 .copy {
    width: 56vw;
  }
  #col02 .col_price {
    width: 74.8vw;
    margin: 0 auto;
  }
  #col03 .ttl {
    width: 43.07vw;
  }
  #col03 .copy {
    width: 74.4vw;
  }
  #col03 .col_price {
    width: 74.8vw;
    margin: 0 auto;
  }
  #col04 .ttl {
    width: 47.47vw;
  }
  #col04 .copy {
    width: 65.87vw;
  }
  #col04 .col_price {
    width: 74.8vw;
    margin: 0 auto;
  }
  #col05 .ttl {
    width: 47.6vw;
  }
  #col05 .copy {
    width: 88.27vw;
  }
  #col05 .col_price {
    width: 74.8vw;
    margin: 0 auto;
  }
  #col06 .ttl {
    width: 32.67vw;
  }
  #col06 .copy {
    width: 81.2vw;
  }
  #col06 .col_price {
    width: 74.8vw;
    margin: 0 auto;
  }
  #note .note {
    font-size: 2.4vw;
    width: 100%;
    margin-top: 5.33vw;
  }
  .btnTop {
    width: 12vw;
  }
  #footer .copyright {
    font-size: 2.133vw;
  }
}
main {
  position: relative;
}

.promotion {
  position: fixed;
  right: 0;
  bottom: 160px;
  z-index: 100;
}

.promotion > div {
  position: relative;
}

.promotion > div a {
  display: block;
}

.promotion > div button {
  position: absolute;
  top: -10px;
  left: -10px;
  background: none;
  border: none;
}

.promotion > div button:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .promotion {
    right: 0;
    bottom: 100px;
  }
}/*# sourceMappingURL=style.css.map */