<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.prev_next .archivebtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: url(../images/arow-white5.png) no-repeat center right 30px #f76a0c;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  border-radius: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.prev_next .archivebtn a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  .prev_next .archivebtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .prev_next .archivebtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset .btn a {
    height: 50px;
  }
}

/* 
//img border-radius--------------------
.mediaset .imgbox img,
.calloutset.col4 .image img,
.flowset .image img,
.badgeflow .imgbox img {
  border-radius: 6px;
}
.calloutset.col3 .image img,
.calloutset.col2 .image img,
.fullimg img {
  border-radius: 8px;
}
 */
.mediaset .text iframe, .calloutset .text iframe, .flowset .text iframe, .badgeflow .text iframe, .listset li iframe, .txtset iframe {
  width: 100%;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
}
#pagetitle h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  aspect-ratio: 1600/500;
  min-height: 140px;
  padding: 0 10px;
  color: #0c0c0c;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
#pagetitle small {
  display: block;
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
@media (max-width: 999px) {
  #pagetitle h2 {
    font-size: 40px;
  }
  #pagetitle small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #pagetitle h2 {
    font-size: 30px;
  }
  #pagetitle small {
    font-size: 20px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  font-size: 13px;
}
#breadcrumb a {
  font-weight: normal;
}

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading1 h2 {
  color: #4dad31;
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.heading1 h2::before {
  content: "";
  width: 57px;
  aspect-ratio: 57/59;
  background: url(../images/heading-icon.png) no-repeat center/cover;
}
.heading1 small {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
@media (max-width: 999px) {
  .heading1 {
    margin-bottom: 50px;
  }
  .heading1 h2 {
    font-size: 40px;
  }
  .heading1 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heading1 {
    margin-bottom: 40px;
  }
  .heading1 h2 {
    font-size: 30px;
  }
  .heading1 h2::before {
    width: 40px;
  }
  .heading1 small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
.heading2 p {
  color: #4dad31;
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  position: relative;
  border-bottom: 2px solid #4dad31;
  padding-bottom: 20px;
  padding-left: 70px;
}
.heading2 p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  aspect-ratio: 60/86;
  background: url(../images/heading2-shape.png) no-repeat center/cover;
}
.heading2 small {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
@media (max-width: 999px) {
  .heading2 {
    margin-bottom: 45px;
  }
  .heading2 p {
    font-size: 30px;
    padding-bottom: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .heading2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading2 {
    margin-bottom: 40px;
  }
  .heading2 p {
    font-size: 24px;
    padding-bottom: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-left: 50px;
    flex-direction: column;
    align-items: unset;
    border-width: 1px;
  }
  .heading2 p::before {
    width: 40px;
  }
  .heading2 small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
.heading3 p {
  color: #4dad31;
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}
.heading3 small {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #f76a0c;
  border-radius: 25px;
  position: relative;
  padding: 12.21px 64px;
}
.heading3 small::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  width: 10px;
  height: 5px;
  background-color: #f76a0c;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 999px) {
  .heading3 {
    margin-bottom: 45px;
  }
  .heading3 p {
    font-size: 26px;
  }
  .heading3 small {
    font-size: 14px;
    padding: 10px 50px;
  }
}
@media (max-width: 767px) {
  .heading3 {
    margin-bottom: 40px;
  }
  .heading3 p {
    font-size: 22px;
    row-gap: 15px;
  }
  .heading3 small {
    padding: 10px 30px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.heading4 p {
  color: #4dad31;
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: inline-block;
  border-top: 2px solid #f76a0c;
  border-bottom: 2px solid #f76a0c;
  padding: 10px 80.4px;
}
@media (max-width: 999px) {
  .heading4 p {
    font-size: 24px;
    padding: 10px 60px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    font-size: 20px;
    border-width: 1px;
    padding: 10px 40px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.fullimg img {
  width: 100%;
  height: auto;
}
.fullimg img {
  border-radius: 8px;
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}
.mediaset .imgbox img {
  border-radius: 8px;
}
.mediaset.img-left .txtbox {
  /* margin-left: $MDS-space; */
}
.mediaset.img-right .imgbox {
  order: 1;
  /* margin-left: $MDS-space; */
}
.mediaset .txtbox {
  flex: 1;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) .imgbox {
  width: 40%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .imgbox {
  width: 25.4237288136%;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset .imgbox {
    width: 100% !important;
    margin: 0 auto 20px;
  }
  .mediaset.img-left .txtbox {
    /* margin-left: auto; */
  }
  .mediaset.img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .image a {
  transition: all 0.5s ease-out;
}
.calloutset .image a:hover {
  opacity: 0.6;
}
.calloutset .image a[data-lightbox=calloutpop] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 100/90;
  -o-object-fit: cover;
     object-fit: cover;
}
.calloutset .image img {
  border-radius: 8px;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.calloutset.col4 {
  /* 
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.calloutset.col4 .block {
  width: 22.0338983051%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 3.9548022599%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col3 {
  /* 
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 30.5084745763%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2 .block {
  width: 47.4576271186%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 45.8823529412%;
  }
  .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n+2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.linkset.notLast {
  margin-bottom: 30px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
}
.linkset.col4 li {
  width: 22.8813559322%;
}
.linkset.col4 li:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
.linkset.col4 li:nth-child(n+5) {
  margin-top: 30px;
}
.linkset.col3 ul {
  justify-content: center;
}
.linkset.col3 li {
  width: 30.9322033898%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 3.6016949153%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 999px) {
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n+3) {
    margin-top: 30px;
  }
  .linkset.col3 {
    /* max-width: $LS-col3-block-width; */
  }
  .linkset.col3 li {
    width: 47%;
  }
  .linkset.col3 li a {
    background-image: none;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col3 li:nth-child(even) {
    margin-left: auto;
  }
  .linkset.col3 li:nth-child(n+3) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 365px;
}
/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.tableset table {
  width: 100%;
  /* line-height: $TB-lh;
  border-collapse: separate;
    border-spacing: $TB-sc-spacing; */
}
.tableset tbody tr:last-child th,
.tableset tbody tr:last-child td {
  border-bottom: 1px solid #e3e2da;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
  border-top: 1px solid #e3e2da;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #f5f4ea;
  white-space: nowrap;
  font-weight: bold;
}
.tableset td {
  background: #fff;
}
.tableset.type-scroll {
  overflow-x: auto;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 20px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll td {
  border-left: 1px solid #e3e2da;
}
.tableset.type-scroll thead td {
  text-align: center;
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal tbody tr:last-child th {
    border-bottom: unset;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    /* margin-bottom: $TB-sp-sc-spacing; */
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll th,
  .tableset.type-scroll td {
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  /* line-height: $TB-lh;
  border-collapse: separate;
  border-spacing: $TB-sc-spacing; */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr):first-child td {
  border-top: 1px solid #e3e2da;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border-bottom: 1px solid #e3e2da;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=text],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=tel],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=email],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td textarea,
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td select {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  white-space: nowrap;
  background: #f5f4ea;
  /* 
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
   */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .red {
  color: #e70012;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td:not(.question) {
  background: #fff;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:after {
  display: none;
}
.miniSurveyView .form-group.captcha {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .form-group.captcha label.form-label {
  font-size: 14px;
}
.miniSurveyView .form-group.captcha &gt; div:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.miniSurveyView .form-group.captcha &gt; div:nth-of-type(2) input {
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 5px;
  width: 100%;
  max-width: 190px;
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable {
    border-spacing: 0;
  }
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr):first-child td:not(:first-child) {
    border-top: unset;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    padding: 13px 15px 13px 15px;
    /* margin-bottom: $TB-sp-sc-spacing; */
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
    width: 100%;
    max-width: 280px;
  }
}

.alert {
  margin-top: 20px;
  text-align: center;
}
.alert.alert-danger strong {
  color: red;
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  background-color: #f5f4ea;
}
.listset ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.listset li {
  display: flex;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  /* 
  &amp;:before {
  	margin-top: 7px;
    margin-right: 7px;
    flex-shrink: 0;
    display: block;
    content: "";
    width: px;
    height: px;
    background: url(../images/listset-icon.png) no-repeat center/cover;
  }
   */
}
.listset li:before {
  margin-top: 8px;
  margin-right: 7px;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.listset li:nth-child(4n-3)::before, .listset li:nth-child(4n)::before {
  background-color: #4dad31;
}
.listset li:nth-child(4n-2)::before, .listset li:nth-child(4n-1)::before {
  background-color: #f76a0c;
}
.listset li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .listset li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .listset li:before {
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  padding-top: 50px;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  padding-left: 50px;
  width: 36.4406779661%;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .imgbox img {
  border-radius: 8px;
}
.badgeflow .txtbox {
  flex: 1;
  margin-left: 40px;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: -50px;
  width: 100px;
  height: 100px;
  background-color: #fff151;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #0c0c0c;
  font-weight: bold;
  border-radius: 50%;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding: 15px 0 0 0px;
  }
  .badgeflow .txtbox {
    margin-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
    left: -5px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.flowset.notLast {
  margin-bottom: 40px;
}
.flowset .block {
  width: 30.5084745763%;
}
.flowset .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.flowset .block:nth-child(n+4) {
  margin-top: 40px;
}
.flowset .image {
  margin-bottom: 10px;
  position: relative;
}
.flowset .image img {
  width: 100%;
  height: auto;
}
.flowset .image:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: block;
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .image img {
  border-radius: 8px;
}
.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .flowset .block:nth-child(3n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
  }
  .flowset .block {
    width: 45.515394913%;
  }
  .flowset .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 100px;
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service {
  margin-bottom: 90px;
}
#service .contents .block {
  background-color: #f5f4ea;
}
@media (max-width: 999px) {
  #service {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #service {
    margin-bottom: 70px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
.case-category {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.case-category .title {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #4dad31;
  margin-bottom: 30px;
}
.case-category .cates {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 2.9661016949%;
}
.case-category .cates .cate {
  min-width: 31.3559322034%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border: 2px solid #f76a0c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
  border-radius: 8px;
}
.case-category .cates .cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  color: #f76a0c;
  padding: 0 60px;
}
.case-category .cates .cate a::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/casecategory-arow.png) no-repeat center #f76a0c;
  position: absolute;
  right: 30px;
  border-radius: 50%;
}
.case-category .cates .cate:not(.a) {
  padding: 0 60px;
}
@media (max-width: 999px) {
  .case-category .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .case-category .cates {
    row-gap: 20px;
  }
  .case-category .cates .cate {
    font-size: 18px;
    height: 90px;
  }
  .case-category .cates .cate a {
    padding: 0 35px;
  }
  .case-category .cates .cate a::before {
    right: 5px;
  }
  .case-category .cates .cate:not(.a) {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .case-category .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .case-category .cates {
    row-gap: 10px;
  }
  .case-category .cates .cate {
    font-size: 16px;
    height: 40px;
    border-width: 1px;
  }
  .case-category .cates .cate a::before {
    width: 20px;
  }
}

#case {
  margin-bottom: 90px;
}
#case .contents .block {
  border: 4px solid #f9f0e3;
}
@media (max-width: 999px) {
  #case {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #case {
    margin-bottom: 70px;
  }
  #case .contents .block {
    border-width: 3px;
  }
}

/* ----------------------------------------------
料金表
------------------------------------------------- */
.pricetable {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.pricetable .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  color: #e30505;
  margin-bottom: 30px;
  text-align: center;
}
.pricetable table {
  width: calc(100% + 8px);
  margin: 0 -4px;
  border-collapse: separate;
  border-spacing: 4px 0;
}
.pricetable table th,
.pricetable table td {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 23px 10px;
  width: 50%;
  white-space: nowrap;
}
.pricetable table thead th,
.pricetable table thead td {
  background-color: #4dad31;
  color: #fff;
}
.pricetable table tbody th,
.pricetable table tbody td {
  border: 1px solid #f5f4ea;
}
@media (max-width: 999px) {
  .pricetable {
    margin-bottom: 80px;
  }
  .pricetable .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pricetable table th,
  .pricetable table td {
    font-size: 18px;
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .pricetable {
    margin-bottom: 70px;
  }
  .pricetable .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pricetable table th,
  .pricetable table td {
    font-size: 16px;
    padding: 10px;
  }
}

/* ----------------------------------------------
ブログ・キャンペーン
------------------------------------------------- */
#staff {
  margin-bottom: 90px;
}
@media (max-width: 999px) {
  #staff {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #staff {
    margin-bottom: 70px;
  }
}

/* ----------------------------------------------
q-a
------------------------------------------------- */
.q-ablock {
  display: none;
}

/* ----------------------------------------------
detail
------------------------------------------------- */
.detail-head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.detail-head .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.5882352941;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.detail-head time {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
@media (max-width: 999px) {
  .detail-head {
    margin-bottom: 50px;
  }
  .detail-head .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .detail-head time {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .detail-head {
    margin-bottom: 40px;
  }
  .detail-head .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .detail-head time {
    font-size: 16px;
  }
}

.detail-contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
.detail-contents .before-after .image {
  position: relative;
  /* &amp;:first-child{
    &amp;::before{
      content: "Before";
    }
  }
  &amp;:last-child{
    &amp;::before{
      content: "After";
    }
  } */
}
.detail-contents .before-after .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-contents .before-after .image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 34px;
  background-color: #f76a0c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
.detail-contents .before-after .image.before::before {
  content: "Before";
}
.detail-contents .before-after .image.after::before {
  content: "After";
}
.detail-contents .before-after:not(.full) {
  display: flex;
}
.detail-contents .before-after.col3 {
  flex-wrap: wrap;
  gap: 10px 4.2372881356%;
}
.detail-contents .before-after.col3 .image {
  width: 30.5084745763%;
}
.detail-contents .before-after.col3 .image:not(:first-child):not(:last-child)::before {
  content: "Working";
}
.detail-contents .before-after.col3 .image:not(:first-child):not(:nth-child(3n+1))::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 13.8888888889%;
  height: 100%;
  background: url(../images/arow-black2.png) no-repeat center;
}
.detail-contents .before-after.col2 .image {
  width: 44.9152542373%;
}
.detail-contents .before-after.col2 .image:last-child {
  order: 1;
}
.detail-contents .before-after.col2::after {
  content: "";
  flex: 1;
  background: url(../images/arow-black2.png) no-repeat center;
}
.detail-contents .before-after.full .image {
  width: 44.9152542373%;
  margin: 0 auto;
}
.detail-contents .before-after:not(:last-child) {
  margin-bottom: 60px;
}
.detail-contents .heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
  text-align: center;
}
.detail-contents .data-price {
  display: flex;
  margin-bottom: 60px;
}
.detail-contents .data-price .data {
  width: 50%;
}
.detail-contents .data-price .data table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.detail-contents .data-price .data table tr th,
.detail-contents .data-price .data table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 4px 13px 12px 18px;
  border: 1px solid #f5f4ea;
}
.detail-contents .data-price .data table tr th {
  background-color: #f5f4ea;
}
.detail-contents .data-price .price-block {
  flex: 1;
  display: flex;
  justify-content: center;
}
.detail-contents .data-price .price-block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
  margin-left: -35px;
}
.detail-contents .data-price .price-block .price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
.detail-contents .data-price .price-block .price span {
  font-size: 30px;
}
.detail-contents .coment {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
.detail-contents .fullimg {
  padding: 0;
  margin: 0 auto 60px;
}
.detail-contents .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  .detail-contents {
    margin-bottom: 80px;
  }
  .detail-contents .before-after .image::before {
    width: 100px;
    font-size: 18px;
  }
  .detail-contents .before-after:not(:last-child) {
    margin-bottom: 50px;
  }
  .detail-contents .heading {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .detail-contents .data-price {
    margin-bottom: 50px;
  }
  .detail-contents .data-price .price-block .title {
    font-size: 20px;
    margin-left: -15px;
  }
  .detail-contents .data-price .price-block .price {
    font-size: 40px;
  }
  .detail-contents .data-price .price-block .price span {
    font-size: 24px;
  }
  .detail-contents .coment {
    font-size: 16px;
  }
  .detail-contents .fullimg {
    margin-bottom: 50px;
  }
  .detail-contents .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .detail-contents {
    margin-bottom: 70px;
  }
  .detail-contents .before-after .image::before {
    width: 90px;
    height: 30px;
    font-size: 16px;
  }
  .detail-contents .before-after.col3 {
    -moz-column-gap: 6.2918340027%;
         column-gap: 6.2918340027%;
  }
  .detail-contents .before-after.col3 .image {
    width: 46.8540829987%;
  }
  .detail-contents .before-after.col3 .image:not(:first-child):not(:nth-child(3n+1))::after {
    display: none;
  }
  .detail-contents .before-after.col3 .image:not(:first-child):not(:nth-child(2n+1))::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 13.4285714286%;
    height: 100%;
    background: url(../images/arow-black2.png) no-repeat center;
    background-size: 10px auto;
  }
  .detail-contents .before-after.col2 .image {
    width: 46.8540829987%;
  }
  .detail-contents .before-after.col2::after {
    background-size: 10px auto;
  }
  .detail-contents .before-after:not(:last-child) {
    margin-bottom: 40px;
  }
  .detail-contents .before-after.full .image {
    width: 46.8540829987%;
  }
  .detail-contents .heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .detail-contents .data-price {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 40px;
  }
  .detail-contents .data-price .data {
    width: 100%;
    max-width: 400px;
  }
  .detail-contents .data-price .data table {
    border-spacing: 0 5px;
  }
  .detail-contents .data-price .data table tr th,
  .detail-contents .data-price .data table tr td {
    font-size: 12px;
  }
  .detail-contents .data-price .price-block .title {
    font-size: 18px;
    margin-left: -10px;
  }
  .detail-contents .data-price .price-block .price {
    font-size: 30px;
  }
  .detail-contents .data-price .price-block .price span {
    font-size: 20px;
  }
  .detail-contents .coment {
    font-size: 14px;
  }
  .detail-contents .fullimg {
    margin-bottom: 40px;
  }
  .detail-contents .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
pagination_wrapper
------------------------------------------------- */
.pagination {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.pagination h2 {
  display: none;
}
.pagination .page-numbers {
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-numbers li {
  padding: 5px;
  box-sizing: content-box;
  width: 50px;
  height: 50px;
}
.pagination .page-numbers li .page-numbers {
  font-size: 18px;
  border-radius: 50%;
}
.pagination .page-numbers li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #f76a0c;
  background-color: #fff;
  border: 0.5px solid #f76a0c;
}
.pagination .page-numbers li a:hover {
  opacity: 0.6;
}
.pagination .page-numbers li a.prev, .pagination .page-numbers li a.next {
  display: none;
}
.pagination .page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.pagination .page-numbers li span.current {
  background-color: #f76a0c;
  color: #fff;
}
.pagination .page-numbers li:has(.prev) {
  display: none;
}
.pagination .page-numbers li:has(.next) {
  display: none;
}
@media (max-width: 999px) {
  .pagination .page-numbers {
    margin-bottom: 80px;
  }
  .pagination .page-numbers li .page-numbers {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    margin-bottom: 70px;
  }
  .pagination .page-numbers li {
    padding: 3px;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .pagination .page-numbers li .page-numbers {
    font-size: 14px;
  }
}

/* ----------------------------------------------
prev_next
------------------------------------------------- */
.prev_next {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prev_next &gt; :not(.archivebtn) a {
  display: none;
}
.prev_next .prev {
  margin-right: auto;
}
.prev_next .next {
  margin-left: auto;
}
.prev_next .archivebtn {
  margin-left: auto;
  margin-right: auto;
}
.prev_next .archivebtn a {
  width: 500px;
  height: 100px;
  border-radius: 50px;
  font-size: 20px;
  background-image: url(../images/arow-white2.png);
}
.prev_next .arrow {
  display: none;
}
.prev_next .prev_arrow {
  display: none;
}
@media (max-width: 999px) {
  .prev_next {
    margin-bottom: 80px;
  }
  .prev_next .archivebtn a {
    font-size: 18px;
    width: 380px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .prev_next {
    margin-bottom: 70px;
    flex-direction: column;
    row-gap: 10px;
  }
  .prev_next .archivebtn a {
    font-size: 16px;
    width: 280px;
    height: 80px;
  }
  .prev_next .prev {
    margin-left: auto;
  }
  .prev_next .next {
    margin-right: auto;
  }
}

/* ----------------------------------------------
お問い合わせフォーム確認画面
------------------------------------------------- */
div#wpcf7cpcnf {
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
div#wpcf7cpcnf table {
  width: 100%;
  /* border-collapse: separate;
  border-spacing: $TB-sc-spacing; */
}
div#wpcf7cpcnf table tr:first-child th,
div#wpcf7cpcnf table tr:first-child td {
  border-top: 1px solid #e3e2da;
}
div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
  padding: 23px 25px;
  border-bottom: 1px solid #e3e2da;
}
div#wpcf7cpcnf table th {
  white-space: nowrap;
  background: #f5f4ea;
  border-bottom: 1px solid #e3e2da;
}
div#wpcf7cpcnf table td {
  border-bottom: 1px solid #e3e2da;
}
div#wpcf7cpcnf table td p {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn,
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  margin: 20px 10px 0px 10px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  text-decoration: none;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-weight: bold;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover,
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
  opacity: 0.6;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background-color: #f76a0c;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  background-color: #f76a0c;
}
@media (max-width: 767px) {
  div#wpcf7cpcnf table tr:not(:first-child) th,
  div#wpcf7cpcnf table tr td {
    border-top: 0;
  }
  div#wpcf7cpcnf table tr:first-child td {
    border-top: unset;
  }
  div#wpcf7cpcnf table th,
  div#wpcf7cpcnf table td {
    display: block;
    padding: 13px 15px 13px 15px;
  }
  div#wpcf7cpcnf table th {
    /* border-width: 2px;
    margin-bottom: $TB-sp-sc-spacing; */
  }
  div#wpcf7cpcnf .wpcf7cp-btns {
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=contents.css.map */</pre></body></html>