@media screen and (max-width: 767px) {
  .c-title{
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}
#_fv {
  padding: 83px 20px 0;
  background: url(../img/service/fv-bg.jpg) center/cover no-repeat;
}
#_fv .sec-inner {
  padding: 58px 0 66px 7.4rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
  max-width: 1200px;
}
#_fv .sec-img {
  position: relative;
  max-width: 480px;
  width: 100%;
}
#_fv .sec-img::before {
  position: absolute;
  content: "";
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  top: 9px;
  left: 9px;
  border: 2px solid #fff;
  border-radius: 15px;
  opacity: .8;
}
#_fv .sec-img img{
  border-radius: 20px;
}
#_fv .sec-points {
  position: absolute;
  width: 191px;
  height: auto;
  aspect-ratio: 191/189;
  left: 0;
  bottom: 43px;
}
#_fv .sec-texts {
  max-width: 566px;
  width: 100%;
}
#_fv .sec-texts .top {
  display: inline-block;
  color: #fff;
  background: var(--c-main);
  font-size: 17px;
  font-weight: 500;
  border-radius: 3px;
  padding: 0 11px;
  margin-bottom: 2px;
}
#_fv .sec-texts .top .small {
  font-size: 15px;
  font-weight: 700;
}
#_fv .sec-texts .title {
  color: var(--c-main);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 11px;
}
#_fv .sec-texts .title .large {
  font-size: 24px;
  margin-left: -5px;
  display: inline-block;
}
#_fv .sec-texts .title .italic {
  font-style: italic;
}
#_fv .sec-texts .catch {
  font-size: 28px;
  font-size: clamp(24px, 2.4rem, 28px);
  font-weight: 700;
  line-height: 1.6;
  color: var(--c-main-dark);
}
#_fv .sec-texts .catch .ls {
  margin-left: -0.4em;
  margin-right: -0.4em;
}
#_fv .sec-texts .text {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.68;
  color: var(--c-main-dark);
  max-width: 480px;
}
@media screen and (max-width: 767px) {
	#_fv {
		padding-top: 64px;
    background: url(../img/service/fv-bg-sp.jpg) center/cover no-repeat;
  }
  #_fv .sec-inner {
    padding: 18px 0 24px;
    flex-direction: column;
  }
  #_fv .sec-img {
    max-width: 275px;
    margin: 0 auto 18px;
    position: relative;
  }
  #_fv .sec-img::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
  }
  #_fv .sec-points {
    position: relative;
    max-width: 222px;
    width: 100%;
    margin: 0 auto -12px;
    bottom: 0;
    aspect-ratio: auto;
    z-index: 2;
  }
  #_fv .sec-texts {
    text-align: center;
  }
  #_fv .sec-texts .top {
    font-size: 14px;
    padding: 0 8px;
    margin-bottom: 6px;
  }
  #_fv .sec-texts .top .small {
    font-size: 12px;
  }
  #_fv .sec-texts .title {
    font-size: 16px;
    margin-bottom: 0;
  }
  #_fv .sec-texts .title .large {
    font-size: 2.7rem;
    margin-left: 0;
  }
  #_fv .sec-texts .catch {
    font-size: 16px;
    line-height: 1.625;
  }
  #_fv .sec-texts .text {
    margin-top: 18px;
    font-size: 12px;
  }
}

/* @media screen and (max-width: 767px) {
  #breadcrumbs{
    display: none;
  }
} */

#_archive {
  padding-top: 60px;
  padding-bottom: 60px;
}
#_archive .sec-title {
  margin-bottom: 30px;
}
#_archive .sec-text {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .02em;
}
#_archive .sec-list {
  counter-reset: num;
}
#_archive .sec-list .item {
  position: relative;
  display: grid;
  grid-template-columns: 573fr 426fr;
  align-items: start;
  gap: 4.2rem;
  padding: 40px 3.4rem 40px 5rem;
  background: #fff;
  border-radius: 20px;
  z-index: 2;
}
#_archive .sec-list .item + .item {
  margin-top: 30px;
}
#_archive .sec-list .item::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 25px;
  left: 3rem;
  color: var(--c-main-light);
  font-family: var(--ff-en);
  font-size: 115px;
  line-height: 1;
  z-index: -1;
}
#_archive .sec-list .title {
  margin-bottom: 30px;
  padding-left: 67px;
  color: var(--c-main);
  font-size: 30px;
  font-size: clamp(20px, 2.60vw, 30px);
  font-weight: 700;
  line-height: 1.43;
}
#_archive .sec-list .text {
  line-height: 1.875;
}
#_archive .sec-list .image {
  position: relative;
  padding-top: 70.42%;
  border-radius: 15px;
  overflow: hidden;
}
#_archive .sec-list .btn {
  width: auto;
  min-width: 340px;
  max-width: 100%;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  #_archive .sec-title {
    margin-bottom: 1em;
  }
  #_archive .sec-text {
    margin-bottom: 1.42em;
    font-size: 14px;
    font-size: clamp(0px, 3.73vw, 20px);
  }
  #_archive .sec-list .item {
    display: block;
    padding: 23px 16px 25px;
  }
  #_archive .sec-list .item::before {
    left: 1.7rem;
    font-size: 7rem;
  }
  #_archive .sec-list .title {
    margin-bottom: .5em;
    padding-left: 12px;
    font-size: clamp(0px, 5.33vw, 30px);
    text-align: center;
  }
  #_archive .sec-list .text {
    margin-bottom: .6em;
    font-size: clamp(12px, 3.2vw, 16px);
  }
  #_archive .sec-list .btn {
    min-width: 0;
    margin: 20px auto 0;
    text-align: left;
  }
}

/* intro (サービス/自己処理型トイレ) */
#_intro .sec-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
#_intro .sec-title {
  margin-bottom: 18px;
}
#_intro .sec-bg {
  position: relative;
  padding: 60px 0 33px;
  background: var(--c-main);
  border-radius: 20px;
}
#_intro .sec-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 36px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 36px solid transparent;
  border-left: 36px solid transparent;
  border-top: 22px solid #fafafa;
  border-bottom: 0;
}
#_intro .sec-slider {
  max-width: 1036px;
  margin: 0 auto;
  padding: 0 7.8rem;
}
#_intro .sec-slider .slick-track {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
#_intro .sec-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 21px;
}
#_intro .sec-item .title {
  background: #6CB7F7;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
#_intro .sec-item .title .num {
  font-family: var(--ff-en);
  font-size: 25px;
  margin-right: 6px;
  display: inline-block;
}
#_intro .sec-item .title .small {
  font-size: 17px;
}
#_intro .sec-item .top {
  display: flex;
  align-items: center;
  gap: 0 3rem;
  padding: 25px 4.7rem 33px;
}
#_intro .sec-item .top .image {
  max-width: 163px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#_intro .sec-item .top .image.-s {
  max-width: 151px;
}
#_intro .sec-item .top .image.-l {
  max-width: 184px;
}
#_intro .sec-item .list {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.47;
  color: var(--c-main-dark);
}
#_intro .sec-item .list li {
  display: block;
  padding-left: 36px;
  position: relative;
}
#_intro .sec-item .list li:not(:nth-of-type(1)) {
  margin-top: 15px;
}
#_intro .sec-item .list li::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 27px;
  background: url(../img/service/intro-list-icon.jpg) center left / contain no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#_intro .sec-item .list li .small {
  font-size: 16px;
  margin-left: -0.4em;
  margin-right: -0.4em;
}
#_intro .sec-item .bottom {
  margin: 0 3rem 28px;
  padding: 22px 3rem 25px;
  background: #FFFCED;
  border-radius: 15px;
}
#_intro .sec-item .point {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--c-accent);
  display: inline-block;
  margin-left: 68px;
  margin-bottom: 19px;
  padding: 0 6px 0 8px;
  position: relative;
}
#_intro .sec-item .point::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 60px;
  background: url(../img/service/intro-bottom-icon.png) center left / contain no-repeat;
  left: -68px;
  top: 50%;
  transform: translateY(-50%);
}
#_intro .sec-item .text {
  font-size: 18px;
  font-weight: 700;
  color: var(--c-main-dark);
  letter-spacing: .011em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #_intro {
    padding-left: 0;
    padding-right: 0;
  }
  #_intro .sec-inner {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  #_intro .sec-bg {
    padding: 43px 0 33px;
    border-radius: 0;
  }
  #_intro .sec-bg::before {
    left: calc(50% - 21px);
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-top: 13px solid #fafafa;
  }
  #_intro .sec-slider {
    padding: 0 23px;
  }
  #_intro .sec-item .title {
    font-size: 18px;
  }
  #_intro .sec-item .title .num {
    font-size: 22px;
  }
  #_intro .sec-item .title .small {
    font-size: 15px;
  }
  #_intro .sec-item .top {
    flex-direction: column;
    gap: 9px;
    padding: 10px 15px 15px;
  }
  #_intro .sec-item .top .image {
    max-width: 104px;
    margin: 0 auto;
    min-height: 110px;
  }
  #_intro .sec-item .top .image.-s {
    max-width: 96px;
  }
  #_intro .sec-item .top .image.-l {
    max-width: 117px;
  }
  #_intro .sec-item .list {
    font-size: 14px;
  }
  #_intro .sec-item .list li {
    min-height: 26px;
  }
  #_intro .sec-item .list li:not(:nth-of-type(1)) {
    margin-top: 5px;
  }
  #_intro .sec-item .list li::before {
    width: 26px;
    height: 26px;
  }
  #_intro .sec-item .list li .small {
    font-size: 12px;
  }
  #_intro .sec-item .bottom {
    margin: 0 15px 20px;
    padding: 22px 11px;
  }
  #_intro .sec-item .point {
    font-size: 21px;
    margin-left: 60px;
    padding: 0 4px 0 8px;
  }
  #_intro .sec-item .point::before {
    width: 60px;
    height: 52px;
    left: -60px;
  }
  #_intro .sec-item .text {
    font-size: 12px;
  }
}

#_intro_2 {
  padding-top: 60px;
  padding-bottom: 50px;
}
#_intro_2 .sec-title {
  margin-bottom: 16px;
}
#_intro_2 .sec-list .img {
  height: 90px;
}
#_intro_2 .sec-list .item {
  padding-left: 12px;
  padding-right: 12px;
}
#_intro_2 .sec-list .list {
  text-align: left;
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1.53;
  margin-top: 15px;
}
#_intro_2 .sec-list .point {
  padding-left: 20px;
  position: relative;
}
#_intro_2 .sec-list .point::before {
  position: absolute;
  content: "・";
  font-size: 20px;
  font-weight: 700;
  color: var(--c-main-dark);
  text-align: center;
  width: 20px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#_intro_2 .sec-list .point:not(:nth-of-type(1)) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #_intro_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #_intro_2 .sec-list .item {
    flex-direction: column;
  }
  #_intro_2 .sec-list .text {
    font-size: 16px;
    text-align: left;
  }
  #_intro_2 .sec-list .top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 0 6px;
    gap: 0 15px;
  }
  #_intro_2 .sec-list .img {
    height: 53px;
  }
  #_intro_2 .sec-list .item {
    padding-left: 11px;
    padding-right: 11px;
  }
  #_intro_2 .sec-list .list {
    font-size: 12px;
  }
}

/* about */
#_about {
  padding-top: 40px;
  padding-bottom: 60px;
}
#_about .sec-title {
  margin-bottom: 32px;
}
#_about .sec-text {
  text-align: center;
  font-size: 18px;
  font-size: clamp(16px, 1.6rem, 18px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.66;
  margin-bottom: 40px;
}
#_about .sec-image {
  max-width: 717px;
  width: 100%;
  padding: 14px;
  background: #fff;
  border-radius: 30px;
  margin: 0 auto 40px;
}
#_about .sec-box {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  color: var(--c-main);
  letter-spacing: .02em;
  line-height: 1.78;
  border-radius: 30px;
  border: 2px dashed var(--c-main); 
  padding: 25px 4rem;
  margin-bottom: 40px;
}
#_about .sec-note {
  text-align: right;
  font-size: 12px;
  letter-spacing: .02em;
  margin-top: 9px;
  color: var(--c-main-dark);
}
@media screen and (max-width: 767px) {
  #_about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #_about .sec-title {
    margin-bottom: 20px;
  }
  #_about .sec-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #_about .sec-image {
    max-width: 400px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  #_about .sec-box {
    padding: 25px 15px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  #_about .sec-note {
    text-align: left;
    font-size: 11px;
  }
}

/* style */
#_style {
  padding-top: 60px;
}
#_style .sec-title {
  margin-bottom: 40px;
}
#_style .sec-box {
  margin-bottom: 86px;
}
#_style .sec-list-1 {
  margin-bottom: 60px;
}
#_style .sec-list-2 {
  margin-bottom: 30px;
}
#_style .sec-list-2 .row {
  display: flex;
  flex-wrap: wrap;
}
#_style .sec-list-2 .row:not(:nth-of-type(1)) {
  margin-top: 20px;
}
#_style .sec-list-3 {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
  padding-bottom: 67px;
}
#_style .sec-list-3 .item{
  background: #fff;
  border-radius: 5px;
  height: fit-content;
}
#_style .sec-list-3 .title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 18px;
  margin-bottom: 10px;
  background: var(--c-main-light);
  border-radius: 5px;
  overflow: hidden;
  color: var(--c-main);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  z-index: 2;
}
#_style .sec-list-3 .title::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10px;
  width: 70px;
  height: 200%;
  background: var(--c-main);
  z-index: -1;
  transform: rotate(-13deg);
}
#_style .sec-list-3 .title .num {
  display: inline-block;
  margin-right: 30px;
  font-family: var(--ff-en);
  font-size: 25px;
  letter-spacing: -0.02em;
  color: #fff;
}
#_style .sec-list-3 .title .small {
  font-family: var(--ff-en);
  font-size: 15px;
  vertical-align: 1px;
}
#_style .sec-list-3 .image {
  border-radius: 20px;
  overflow: hidden;
}
#_style .sec-list-3 .box {
  text-align: center;
  padding: 25px 20px 20px;
}
#_style .sec-list-3 .subtit-wrap {
  min-height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#_style .sec-list-3 .subtit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.5;
  color: var(--c-main);
}
#_style .sec-list-3 .text {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.58;
  margin-bottom: 33px;
  min-height: 110px;
}
#_style .sec-list-3 .list {
  display: grid;
  grid-template-columns: 73px 1fr;
  gap: 5px 8px;
  padding: 10px;
  border: 1px solid #6CB7F7;
  color: var(--c-main-dark);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.66;
}
#_style .sec-list-3 .list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--c-main-light);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
#_style .sec-list-3 .list dd {
  text-align: left;
  padding: 5px 0;
}
#_style .sec-list-3 .list dd .small {
  display: block;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #_style {
    padding-top: 30px;
  }
  #_style .sec-title {
    margin-bottom: 30px;
  }
  #_style .sec-box {
    margin-bottom: 30px;
  }
  #_style .sec-list-1 {
    margin-bottom: 30px;
  }
  #_style .sec-list-1 .item {
    max-width: 300px;
  }
  #_style .sec-list-2 .text {
    display: block;
    width: 100%;
  }
  #_style .sec-list-2 .row:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  #_style .sec-list-3 {
    /* grid-template-columns: 1fr; */
    gap: 20px;
    padding-bottom: 30px;
  }
  #_style .sec-list-3 .title .num {
    font-size: 20px;
  }
  #_style .sec-list-3 .image {
    margin: 0 17px;
  }
  #_style .sec-list-3 .box {
    padding: 30px 17px 20px;
  }
  #_style .sec-list-3 .subtit-wrap {
    min-height: auto;
  }
  #_style .sec-list-3 .text {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #_style .sec-list-3 .subtit-wrap {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}

/* reason */
#reason .sec-list .top {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.541;
  display: inline-block;
  margin: 0 auto;
  padding: 0 15px;
  background: var(--c-main);
  color: #fff;
  border-radius: 5px;
}
#reason .sec-list .top .small {
  font-size: 18px;
  margin-left: -0.2em;
}
#reason .sec-list .text {
  max-width: 672px;
  margin: 0 auto;
}
#reason .sec-list .box {
  text-align: left;
  max-width: 672px;
  margin: 0 auto;
}
#reason .sec-list .col {
  font-size: 18px;
  font-weight: 700;
  color: var(--c-main);
  letter-spacing: .02em;
  line-height: 1.44;
  border-bottom: 1px solid var(--c-main);
  display: block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#reason .sec-list .txt {
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.52;
}
#reason .sec-list .txt+.col {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  #reason .sec-list .top {
    font-size: 20px;
    padding: 0 5px;
    line-height: 1.475;
  }
  #reason .sec-list .top .small {
    font-size: 16px;
  }
  #reason .sec-list .text {
    order: 0;
  }
  #reason .sec-list .col {
    font-size: 14px;
  }
  #reason .sec-list .txt {
    font-size: 12px;
  }
}

/* spec */
#_spec {
  padding-top: 67px;
  background: #FAFAFA;
}
#_spec .sec-title {
  margin-bottom: 40px;
}
#_spec .sec-list-2 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
#_spec .sec-list-2 .row {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 15px;
}
#_spec .sec-list-2 .row:not(:nth-of-type(1)) {
  margin-top: 20px;
}
#_spec .sec-list-2 .text {
  padding-left: 0;
}
#_spec .sec-list-2 .row .sub {
  text-align: center;
  height: fit-content;
  padding: 6px 0;
  line-height: 1.5;
  margin-bottom: 0;
}
#_spec .sec-list-2 .row .small {
  color: inherit;
  font-size: 14px;
  display: block;
}
#_spec .sec-list-2 .row .parentheses {
  font-size: 14px;
  line-height: 1;
}
#_spec .sec-list-2.type-2 {
  max-width: 990px;
}
#_spec .sec-list-2.type-2 .sub {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#_spec .sec-list-2.type-2 .row {
  align-items: center;
}
#_spec .sec-list-2.type-2 .row:not(:nth-of-type(1)) {
  margin-top: 10px;
}
#_spec .sec-list-2.type-2:nth-last-of-type(1){
  margin-bottom: 53px;
}
#_spec .sec-text {
  text-align: right;
  margin: 12px auto 0;
  font-size: 12px;
  line-height: 1.458;
  letter-spacing: .02em;
  color: var(--c-main-dark);
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  #_spec {
    padding-top: 35px;
  }
  #_spec .sec-title {
    margin-bottom: 30px;
  }
  #_spec .sec-list-2 .row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  #_spec .sec-list-2 .row:not(:nth-of-type(1)) {
    margin-top: 16px;
  }
  #_spec .sec-list-2 .row .sub {
    display: inline-block;
    width: fit-content;
    padding: 6px 11px;
  }
  #_spec .sec-list-2 .row .text {
    padding-left: 10px;
  }
  #_spec .sec-list-2 .row .small {
    font-size: 12px;
  }
  #_spec .sec-list-2 .row .parentheses {
    font-size: 10px;
  }
  #_spec .sec-list-2 .row .note {
    font-size: 11px;
  }
  #_spec .sec-text {
    text-align: left;
    margin-top: 10px;
  }
}

/* example */
#_example {
  padding-top: 60px;
  padding-bottom: 60px;
}
#_example .sec-title {
  margin-bottom: 30px;
}
#_example .sec-subtit {
  text-align: center;
  color: var(--c-main);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 30px;
}
#_example .sec-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.777;
  margin-bottom: 40px;
}
#_example .sec-list {
  padding: 0;
  margin-bottom: 54px;
}
#_example .sec-list .title {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #_example {
    padding-top: 30px;
    padding-bottom: 0;
  }
  #_example .sec-subtit {
    margin-bottom: 20px;
    font-size: 17px;
  }
  #_example .sec-text {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
  }
  #_example .sec-list {
    margin-bottom: 30px;
  }
}

/* price */

/* flow */

/* faq */
#faq .sec-list {
  max-width: 993px;
  margin: 0 auto;
}
#faq .sec-list .item {
  padding-right: 6.8rem;
  padding-left: 4.7rem;
}
@media screen and (max-width: 767px) {
  #faq .sec-list .item {
    padding-right:16px;
    padding-left: 16px;
  }
}

/* news */

/* contact */