@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap);
.c-front-concept__checkbox {
  padding: 40px 24px;
}

@media (max-width: 768px) {
  .c-front-concept {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-front-concept__checkbox {
    padding: 20px 12px;
  }
}
@media (min-width: 768px) {
  .c-front-concept__checkbox {
    padding-left: 0;
    padding-right: 0;
  }

  .c-front-concept__checkbox ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
  }
}
.c-front-concept__checkbox ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .c-front-concept__checkbox ul li {
    width: calc(50% - 8px);
  }
}
.c-front-concept__checkbox ul li:before {
  content: "";
  background: url(./images/icon-front-checklist.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
  background-size: cover;
  width: 26px;
  height: 28px;
  display: block;
}

.c-front-concept__checkbox ul li span {
  font-weight: 700;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid #ffb400;
}

@media (min-width: 768px) {
  .c-front-concept__checkbox ul li span {
    font-size: 17px;
  }
}
.c-newoffer {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .c-newoffer {
    margin-bottom: 56px;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
.c-newoffer__lead {
  text-align: center;
}

.c-newoffer__lead p {
  font-weight: 700;
  color: #1d1d1d;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}

@media (min-width: 768px) {
  .c-newoffer__lead p {
    font-size: 24px;
  }
}
.c-newoffer__lead p strong {
  font-size: 1.2em;
  color: #B5839A;
}

@media (min-width: 768px) {
  .c-newoffer__lead p strong {
    font-size: 28px;
  }
}
.service_normal .c-service-point {
  padding-left: 0;
  padding-right: 0;
}

.c-newoffer__box {
  margin-left: 0;
  margin-right: 0;
  padding: 13px 10px;
  background-image: url(./images/bg-offer-smp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .c-newoffer__box {
    padding: 13px 16px;
  }
}

.c-newoffer__labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.c-newoffer__labels .c-newoffer-label {
  color: #584C52;
  background: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  width: calc(50% - 5px);
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 768px) {
  .c-newoffer__labels .c-newoffer-label {
    font-size: 18px;
  }
}
.c-newoffer__inner {
  background: #fff;
  padding: 14px 8px 8px;
}

@media (min-width: 768px) {
  .c-newoffer__inner {
    display: flex;
  }
}
.c-newoffer__link {
  padding-top: 4px;
}

@media (min-width: 768px) {
  .c-newoffer__link {
    text-align: right;
    padding-top: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
  }
}
.c-newoffer__link a {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 768px) {
  .c-newoffer__tel {
    flex-basis: 45%;
    text-align: center;
    padding-top: 16px;
  }

  .c-newoffer__offer {
    flex-basis: 55%;
    padding-left: 5%;
  }
}
.c-newoffer__offer__title {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #584C52;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #584C52;
}

@media (min-width: 768px) {
  .c-newoffer__offer__title {
    margin-top: 0;
    font-size: 14px;
  }
}
.c-newoffer__offer__buttons {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .c-newoffer__offer__buttons {
    display: flex;
    justify-content: space-between;
  }
}
.c-offer-button, .l-global-nav__submenu ul li a {
  color: #fff;
  text-decoration: none;
  text-align: left;
  position: relative;
}

.c-offer-button {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 12px 24px 12px 54px;
  line-height: 1.3;
  transition: all ease 0.2s;
}

@media (min-width: 768px) {
  .c-offer-button {
    width: calc(50% - 4px);
    padding-left: 50px;
  }
}
.c-offer-button img {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .c-offer-button img {
    left: 12px;
  }
}
.c-offer-button.is-line {
  background: #0fa20f;
  box-shadow: 0 3px 0 #1b8e00;
}

.c-offer-button.is-inquery {
  border-radius: 5px;
  background: #cc7ba0;
  box-shadow: 0px 3px 0px #bf467c;
}

.c-offer-button:hover {
  color: #fff;
  opacity: 0.7;
}

.c-page-header.is-service {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .c-page-header.is-service {
    padding-top: 13px;
    padding-bottom: 16px;
  }

  .c-page-header.is-service .c-page-header__title {
    padding-top: 24px;
    padding-left: 120px;
  }
}
.c-page-header.is-service .c-page-header__title span {
  padding-top: 0;
  line-height: 1;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .c-page-header.is-service .c-page-header__bg {
    position: relative;
  }

  .c-page-header.is-service .c-page-header__img {
    position: absolute;
    left: 0;
    width: 100px;
    min-height: 100px;
    max-height: 100px;
  }
}
.c-service-blocks .heading.is-xxlg {
  font-size: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  text-align: left;
  padding-left: 24px;
}

@media (max-width: 768px) {
  .c-service-blocks .heading.is-xxlg {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 0;
  }

  .c-service-blocks .heading.is-xxlg:before {
    width: 100%;
    height: 200%;
    right: -1px;
    top: 26px;
  }
}
.c-service-blocks .heading.is-xxlg:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 82%;
  height: 200%;
  right: -100px;
  top: 80px;
  transform: skew(-10deg, -10deg);
  background: #ffffff14;
  z-index: 1;
  position: absolute;
}

.c-service-blocks__item .w-editor {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .c-service-blocks__item .w-editor {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .c-service-blocks__item .w-editor .c-table.is-price * {
    font-size: 15px;
  }

  .c-service-blocks__item .w-editor .c-table.is-price td, .c-service-blocks__item .w-editor .c-table.is-price th {
    border: 0;
  }
}
.c-service-blocks__item .w-editor .c-pricetext {
  margin-top: 0;
  font-size: 0.9375rem;
  line-height: 1.575em;
}

.c-service-blocks__item .w-editor .c-step-label {
  display: inline-block;
  background: #eb6116;
  padding: 2px 16px;
  border-radius: 100px;
  color: #fff !important;
  font-size: 14px;
}

.c-service-blocks__item .w-editor .c-step-label strong {
  color: #fff !important;
}

.c-service-blocks__item .w-editor .hr, .c-service-blocks__item .w-editor hr {
  border-bottom: 1px solid #000;
}

.c-service-blocks__item .w-editor strong.is-black, .c-service-blocks__item .w-editor strong.is-gray {
  color: #1d1d1d;
}

.c-service-blocks__item.is-0 .heading.is-xxlg {
  margin-top: 0;
  margin-bottom: 0;
}

.c-service-blocks__item.is-1 .c-service-lead__list {
  margin-top: 0;
}
.c-service-blocks__item.is-1 .c-service-lead__list ul {
  margin-left: 0;
  margin-bottom: 0;
}

.c-service-blocks .c-service-point {
  background-image: url(./images/bg-front-concept.jpg);
  padding-top: 10px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-service-blocks .c-service-point:before {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  content: "";
  width: 130px;
  height: 28px;
  display: block;
  background-image: url(./images/icon-arrow-bottom.svg);
}

.c-service-blocks .c-service-point__titles {
  text-align: left;
  font-weight: 700;
  color: #422B17;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 32px;
  background-position: right 10% center;
}

@media (min-width: 768px) {
  .c-service-blocks .c-service-point__titles {
    padding-top: 54px;
    padding-bottom: 24px;
    margin-top: 0;
    text-align: center;
    font-size: 24px;
    background-position: right 10% center;
  }
}
.c-service-blocks .c-newoffer {
  margin-left: 8px;
  margin-right: 8px;
}

.c-service-lead__list {
  padding: 24px;
}
@media (min-width: 768px) {
  .c-service-lead__list {
    padding: 16px 20px;
  }
}

@media (max-width: 768px) {
  .c-service-lead__list {
    padding-right: 10px;
  }
}
.c-service-lead__list ul li {
  font-size: 15px;
}

@media (min-width: 768px) {
  .c-service-lead__list ul li {
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
  }
}
.c-workboxes {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .c-workboxes {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-workboxes__item {
  margin-bottom: 16px;
}

.c-button.is-contact span, .c-workboxes__item.is-card .c-workboxes__item__inner {
  display: block;
}

.c-workboxes__item.is-card .c-workboxes__item__image {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  padding-top: 160px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .c-workboxes__item.is-card .c-workboxes__item__image {
    padding-top: 120px;
  }
}
.c-workboxes__item.is-card .c-workboxes__item__image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .c-workboxes__item {
    overflow: hidden;
    max-width: calc(50% - 8px);
  }
}
.c-workboxes__item__title {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(#776a70 0%, #a0a0a0 100%);
  font-size: 19px;
  position: relative;
  padding: 8px 16px;
}

.c-workboxes__item__title:after {
  color: rgba(255, 255, 255, 0.56);
  position: absolute;
  right: 16px;
  font-size: 12px;
  top: 14px;
}

@media (min-width: 768px) {
  .c-workboxes__item__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-workboxes__item__title {
    font-size: 17px;
  }
}
.c-workboxes__item__content {
  background: #F6F5F1;
  padding: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .c-workboxes__item__content {
    padding: 16px;
    min-height: 100%;
  }
}
.c-workboxes__item__inner {
  display: flex;
}

.c-workboxes__item__image {
  flex-basis: 80px;
}

.c-workboxes__item__text {
  font-size: 12px;
  flex-basis: calc(100% - 100px);
}

@media (min-width: 768px) {
  .c-workboxes__item__text {
    font-size: 15px;
  }
}
.c-workboxes__item__strong {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #0168b7;
}

@media (min-width: 768px) {
  .c-workboxes__item__strong {
    font-size: 15px;
  }

  .c-introduction {
    margin-bottom: 60px;
  }
}
.footer__subnav ul li {
  margin-bottom: 8px;
}

.footer__subnav ul li a {
  color: #151515;
}

.footer-abobe {
  border-bottom: none;
}

.c-flowitem a {
  text-decoration: underline;
}

.c-introduction__lead {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #00286e;
  line-height: 1.722222222;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .c-introduction__lead {
    margin-top: 24px;
    font-size: 24px;
  }
}
.c-introduction__button {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .c-introduction__button img {
    max-width: 360px;
  }

  .c-introduction__button img:hover {
    opacity: 0.7;
  }

  .c-flowitems {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-flowitem {
  padding: 16px 24px 14px;
}

@media (max-width: 768px) {
  .c-flowitem {
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-flowitem .c-flow-number-title {
  text-align: center;
  margin-top: 0;
  padding-top: 6px;
  margin-bottom: 10px;
  padding: 12px 24px;
  background: #FDEFF0;
  color: #C11471;
}

@media (max-width: 768px) {
  .c-flowitem .c-flow-number-title {
    font-size: 20px;
  }
}
.c-flowitem .c-flow-number-title .c-flow-number {
  top: 0;
}

.c-flowitem + .c-arrow svg {
  max-width: 100px;
}

@media (min-width: 768px) {
  .c-servicecase__list {
    padding-left: 0;
    padding-right: 0;
  }

  .c-case-item__title {
    font-size: 20px;
  }

  .c-case-item__title:after {
    font-size: 20px;
    top: 16px;
  }

  .c-case-item__subtext {
    font-size: 16px;
  }

  .c-case-item__text .c-voicedetail__icon {
    max-width: 120px;
  }

  .c-faqbox__title {
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 16px;
  }
}
.c-faqbox__title:before {
  background: #B5839A;
}

@media (min-width: 768px) {
  .c-faqbox__title:before {
    top: 0;
  }

  .c-faqbox__content, .c-faqbox__content p {
    font-size: 16px;
  }
}
.c-service-point.is-work .c-service-point__image p {
  background: #fff;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .c-page-header.is-service.is-image .c-page-header__title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 700;
  }

  .c-page-header.is-service.is-image .c-page-header__title span {
    line-height: 1.5;
    padding-left: 14px;
  }
}
@media (min-width: 768px) {
  .c-page-header.is-service.is-image .c-page-header__title span br {
    display: none;
  }
}
.w-editor .l-post-content.w-price-editor table {
  border: 0;
  background: 0 0;
}

@media (min-width: 768px) {
  .c-breadcrumb a, .c-breadcrumb span {
    display: inline;
    font-size: 12px;
  }
}
.p-post__category ul li .c-label:hover {
  color: #fff;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .l-header__logo {
    padding-top: 10px;
  }

  .l-header__logo img {
    max-width: 462px;
  }
}
.l-global-nav > div > ul > li {
  position: relative;
}

.l-global-nav > div > ul > li:hover .l-global-nav__submenu {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: block;
}

.l-global-nav__submenu {
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  transform: matrix3d(1, 0, 0, 0.01, 0, 0, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0.01, 0, 0, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
  position: absolute;
  background: #B5839A;
  display: none;
  left: 0;
  top: 38px;
  min-width: 100%;
  z-index: 1000000;
}

.l-global-nav__submenu ul {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  margin-bottom: 0;
}

.l-global-nav__submenu ul li {
  display: inline-block;
  margin-right: 0;
  flex-basis: 100%;
  border-left: none;
}

.l-global-nav__submenu ul li a {
  display: block;
  font-weight: 400;
  white-space: nowrap;
  padding: 8px 16px 8px 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: none;
}

.l-global-nav__submenu ul li a:hover {
  opacity: 1;
  background: #fff;
  color: #008d96;
}

.l-global-nav__submenu ul li a:hover:before {
  color: #008d96;
}

.l-global-nav__submenu ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 11px;
  top: 0;
  left: 8px;
  color: #fff;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  body {
    padding-top: 50px;
  }

  .slidebar-button {
    position: fixed;
    z-index: 1000000010;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 1.75rem;
    text-decoration: none;
    background: #B5839A;
    line-height: 1;
    color: #fff;
  }

  .slidebar-button > img:last-child {
    display: none;
  }

  .slidebar-button:active, .slidebar-button:focus {
    color: #fff;
  }

  .slidebar-button > span {
    display: block;
    text-align: center;
    font-size: 0.5625rem;
  }

  .is-slidebar-active .slidebar-button img:last-child {
    display: block;
  }

  .is-slidebar-active .slidebar-button img:first-child {
    display: none;
  }

  .slidebar-menu {
    height: 100%;
    position: fixed;
    z-index: 100000;
    background: #B5839A;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translate3d(0, -100%, 0);
    right: 0;
    top: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    max-height: calc(100vh - 96px);
    overflow: auto;
  }

  .slidebar-menu > ul > li a {
    display: block;
    padding: 0.75rem 0.5rem 0.75rem 1rem;
    text-decoration: none;
    color: #fff;
  }

  .slidebar-menu > ul > li.js-accordion > a {
    background-image: url(//www.chubu-law.jp/admin/wp-content/themes/chubulawjp-wp/./image/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
  }

  .slidebar-menu > ul > li.js-accordion.is-open > a {
    background-image: url(//www.chubu-law.jp/admin/wp-content/themes/chubulawjp-wp/./image/icon-slide-minus.svg);
  }

  .slidebar-menu > ul > li ul li a {
    padding-left: 32px;
    background: rgba(0, 0, 0, 0.34);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .slidebar-container {
    height: 100%;
  }

  .is-slidebar-active .slidebar-container:after, .slidebar-container:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
  }

  .slidebar-container, .slidebar-container:after {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }

  .slidebar-container:after {
    opacity: 0;
    display: none;
  }

  .is-slidebar-active {
    cursor: pointer;
  }

  .is-slidebar-active .slidebar-container:after {
    opacity: 1;
    display: block;
  }

  .is-slidebar-active .slidebar-menu {
    padding-top: 56px;
    -webkit-transform: translateY(0);
    transform: translate3d(0, 0, 0);
  }

  .is-slidebar-active .slidebar-container {
    transform: none;
  }

  .home .c-serviceintro-card-wrap, .home .c-serviceintro-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .c-service-point.is-work .c-service-point__image {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
    color: #000;
  }

  .c-service-point.is-work .c-service-point__image strong {
    color: #9d1e14;
  }

  .sb-active .sb-toggle {
    background: #B5839A !important;
  }
}
#post-30 .l-content p {
  margin-bottom: 0;
}

#post-30 .l-content h2 {
  margin-top: 20px;
}

#post-30 .l-content .mb10 {
  margin-bottom: 10px;
}

#post-30 .l-content .mb30 {
  margin-bottom: 30px;
}

.c-panel__title {
  font-size: 15px;
}

@media (max-width: 768px) {
  #post-21 table.c-table.is-simple th {
    padding-bottom: 6px;
    border-bottom: 2px solid #ccc;
  }

  #post-21 table.c-table.is-simple td {
    padding-left: 0;
    padding-top: 6px;
    font-size: 14px;
  }

  #post-21 .gallery.gallery-columns-3 {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-button.is-contact, .c-button.is-line {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.4;
}

.c-button.is-line {
  background: #00c300;
  box-shadow: 0 4px 0 0 #007a00;
}

@media (min-width: 768px) {
  .c-faqbox {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-faqbox__title:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
}

.is-open .c-faqbox__title:after {
  content: "\f106";
}

.c-service-faqlist {
  margin-bottom: 60px;
}

.c-faqbox__title {
  padding-right: 42px;
}

.c-faqbox__content {
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
  margin-top: 0;
}

@media (max-width: 768px) {
  .c-faqbox__title {
    padding-bottom: 0;
  }

  .c-serviceintro-card-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .l-header__logo {
    max-width: 80%;
  }

  .c-offer-button {
    max-width: 49%;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0;
  }

  .c-serviceintro-item__content {
    position: relative;
    padding-right: 120px;
  }

  .c-serviceintro-item__image {
    position: absolute;
    right: 10px;
    top: 10px;
    margin-top: 0;
  }

  .c-serviceintro-card__title {
    font-size: 14px;
    margin-bottom: 0;
  }

  .c-serviceintro-card__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-serviceintro-card__thumbnail {
    width: 45%;
  }

  .l-footer__address h3 {
    font-size: 15px;
  }

  .l-footer__address p {
    font-size: 11px;
  }

  .l-footer__address {
    text-align: left;
  }

  .c-service-blocks .heading.is-xxlg {
    margin-top: 40px;
  }
}
.c-faqlists .c-faqbox__title {
  padding-left: 50px;
}

.c-faqlists .c-faqbox__title:before {
  margin-left: 8px;
  margin-top: 5px;
}

.c-faqlists .c-faqbox__content {
  margin-top: 0;
  padding-left: 60px;
}

.c-faqlists .c-faqbox__content:before {
  left: 14px;
  content: "A";
  font-weight: 700;
  display: block;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 8px;
  position: absolute;
  line-height: 1;
  background: #fa4a4a;
}

.c-faqlists .c-faqbox {
  padding-bottom: 0;
}

.c-faqcat.is-flex ul, .l-global-nav__submenu ul {
  display: flex;
  flex-wrap: wrap;
}

.c-faqcat.is-flex ul li {
  margin-bottom: 16px;
  margin-right: 8px;
}

.c-faqcat.is-flex ul li a {
  max-width: initial;
  padding-right: 24px;
}

@media (max-width: 768px) {
  .alignnone {
    margin-right: 0;
  }

  .c-front-banners {
    margin-top: 8px;
  }
}
.p-post-item.is-horizon {
  border: 0;
  background: 0 0;
  border-bottom: 1px solid #ccc;
}

.category-news .p-post-item__thumbnail {
  display: none;
}

.pagerA {
  margin-bottom: 32px;
}

.c-mailmaga-floatbtn {
  max-width: 378px;
  position: fixed;
  visibility: hidden;
  background: #fff;
  bottom: 20px;
  left: 20px;
  z-index: 10000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all cubic-bezier(0.8, -0.16, 0.31, 1.44) 0.5s;
  transform: translate3d(-100px, 0, 0);
}

.c-mailmaga-floatbtn a {
  display: block;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.c-mailmaga-floatbtn a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.c-mailmaga-floatbtn.is-show {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.c-mailmaga-floatbtn__close {
  font-size: 18px;
  right: -8px;
  top: -18px;
  z-index: 1000;
  background: #fff;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding-top: 1px;
}

.c-mailmaga-floatbtn__close:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .c-mailmaga-floatbtn {
    left: 2%;
    max-width: 160px;
    bottom: 111px;
  }
}
.c-mailmaga-floatbtn img {
  max-width: 100%;
}

.c-front-concept__checkbox ul li {
  list-style: none;
}

.c-flowitems {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .c-flowitems {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-flowitem {
  background: #FFF;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 16px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .c-flowitem {
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-servicecase__list {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .c-servicecase__list {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-case-item {
  border: 1px solid #ccc;
  padding-left: 16px;
  padding-right: 16px;
}

.c-case-item__title {
  color: #000;
  letter-spacing: 0;
  font-size: 16px;
  border-color: #d0d0d0;
}

@media (min-width: 768px) {
  .c-case-item__title {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.c-case-item__title:after {
  color: #ffb400;
  font-size: 15px;
  top: 11px;
  left: 8px;
  line-height: 1;
}

@media (min-width: 768px) {
  .c-case-item__title:after {
    font-size: 20px;
    top: 16px;
  }
}
.c-case-item__subtitle {
  margin-bottom: 8px;
}

.c-case-item__subtitle span {
  display: inline-block;
  background: #ffb400;
  color: #000;
  border-radius: 100px;
  padding: 6px 18px 3px;
  font-weight: 700;
}

.c-case-item__subtext {
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .c-case-item__subtext {
    font-size: 16px;
  }
}
.c-case-item__text .c-voicedetail__icon {
  float: right;
  max-width: 60px;
  margin-right: 0;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .c-case-item__text .c-voicedetail__icon {
    max-width: 120px;
  }
}
.c-button.is-white.is-voice {
  border: 0;
  color: #fff;
  background: linear-gradient(#f29700 0, #f26600 100%);
  box-shadow: 0 4px 0 #965910;
}

.c-button.is-white.is-voice:before {
  content: "\f007";
  font-family: FontAwesome;
}

.c-faqbox {
  background: #fff;
  margin-bottom: 10px;
  padding: 16px;
}

.c-faqbox__title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 8px;
  padding-left: 56px;
  position: relative;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .c-faqbox__title {
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 16px;
  }
}
.c-faqbox__title:before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  left: 0;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding-top: 8px;
  position: absolute;
  line-height: 1;
  background: #000;
}

@media (min-width: 768px) {
  .c-faqbox__title:before {
    top: 0;
  }
}
.c-faqbox__content {
  font-size: 14px;
  padding-left: 56px;
  position: relative;
}

@media (min-width: 768px) {
  .c-faqbox__content {
    font-size: 16px;
  }
}
.c-faqbox__content:before {
  /**content: "A";**/
  font-weight: 700;
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  left: 0;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding-top: 8px;
  position: absolute;
  line-height: 1;
  background: #fa4a4a;
}

.c-faqbox__content p {
  font-size: 14px;
  margin-bottom: 0;
}

.c-service-point__image {
  margin-top: 0;
  background: #fff;
  padding: 10px 16px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .c-faqbox__content p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-service-point__image {
    max-width: 100%;
  }
}
.c-service-point.is-work .c-service-point__image img {
  display: block;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

.c-service-point__titles {
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 24px;
  padding-bottom: 24px;
}

.c-newoffer__lead {
  margin-top: 60px;
}

.c-service-buttons {
  text-align: center;
}

@media (max-width: 768px) {
  .c-page-header.is-service.is-image .c-page-header__title span {
    line-height: 1.5;
    padding-left: 14px;
  }
}
@media (min-width: 768px) {
  .c-page-header.is-service.is-image .c-page-header__title span br {
    display: none;
  }
}
.c-service-point.is-work .c-service-point__image {
  padding-top: 14px;
  padding-bottom: 14px;
}

.w-editor .l-post-content.w-price-editor table * {
  border: 0;
  text-align: left;
  background: 0 0;
  border-bottom: 1px solid #ccc;
}

.c-front-concept__lead {
  margin-top: 0;
}

@media (min-width: 768px) {
  .c-breadcrumb a, .c-breadcrumb span {
    display: inline;
    font-size: 12px;
  }
}
.c-flow-number-title, .c-service-lead__list ul li {
  position: relative;
  padding-left: 0px;
  font-weight: 700;
}

.c-service-lead__list ul li {
  color: #000;
  font-size: 1rem;
  padding-left: 28px;
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  max-width: calc(50% - 4px);
  list-style: none;
}

.c-flow-number-title small {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.c-flow-label, .c-flow-number {
  text-align: center;
  font-weight: 700;
}

.c-flow-number {
  position: absolute;
  left: 0;
  display: block;
  width: 43px;
  height: 43px;
  font-size: 32px;
  font-family: Roboto, sans-serif;
  background: linear-gradient(#656565 0, #000 100%);
  color: #fff;
}

@media (max-width: 768px) {
  .c-flowitem p {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.c-flow-label {
  background: #e6e6e6;
  max-width: 59.2%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-voicelist-item {
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #CCC;
  padding: 16px;
}

.c-voicelist-item__title {
  border-bottom: 1px solid #d0d0d0;
  font-weight: 700;
  color: #000;
  padding-bottom: 8px;
  padding-left: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .c-voicelist-item__title {
    font-size: 20px;
  }
}
.c-voicelist-item__title .fa.fa-user {
  color: #CB385F;
  position: absolute;
  left: 12px;
  top: 4px;
}

@media (min-width: 768px) {
  .c-voicelist-item__title .fa.fa-user {
    font-size: 20px;
    top: 6px;
  }
}
.c-voicelist-item__content {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.c-voicelist-item__text {
  padding-left: 16px;
  flex-basis: 76%;
  font-size: 14px;
}

@media (max-width: 768px) {
  .c-voicelist-item__text {
    padding-top: 10px;
    padding-left: 0;
  }
}
.c-voicelist-item__image {
  flex-basis: 24%;
  position: relative;
  transition: all ease 0.2s;
}

.c-voicelist-item__image:hover {
  opacity: 0.7;
}

.c-voicelist-item__image a:after {
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #000;
}

@media (max-width: 768px) {
  .c-voicelist-item__content {
    flex-wrap: wrap;
  }

  .c-voicelist-item__image {
    order: 1;
    width: 100%;
    flex-basis: 100%;
  }

  .c-voicelist-item__icon {
    order: 2;
    flex-basis: 50px;
    padding-top: 10px;
  }

  .c-voicelist-item__text {
    order: 3;
    padding-left: 16px;
    font-size: 13px;
    flex-basis: 83%;
  }
}
.c-servicecase__list.is-front .c-voicelist-item {
  max-width: 80vw;
  margin-right: 10vw;
}

.c-servicecase__list.is-front {
  margin-bottom: 24px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .c-servicecase__list.is-front .c-voicelist-item {
    margin-bottom: 0;
  }

  .c-servicecase__list.is-front .c-voicelist-item .c-voicelist-item__text {
    flex-basis: 80%;
  }

  .c-servicecase__list.is-front .c-voicelist-item .c-voicelist-item__image {
    text-align: center;
    margin-bottom: 10px;
  }

  .c-servicecase__list.is-front .c-voicelist-item .c-voicelist-item__image img {
    max-width: 58%;
    margin-left: auto;
    margin-right: auto;
  }

  .latestlist__item__thumbnail {
    max-width: 80px;
  }

  .latestlist .latestlist__item__title {
    font-weight: 700;
    margin-bottom: 0;
  }

  .latestlist__item__more, .latestlist__item__text {
    font-size: 12px;
  }

  .l-header {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 100;
    background: #FFF;
  }
}
.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next, .slick-next:before, .slick-prev, .slick-prev:before {
  color: #000 !important;
}

.fcf-banner__access {
  display: inline-block;
  background: #003f53;
  padding: 8px 10px;
  border-radius: 4px;
  vertical-align: top;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

.c-banner {
  margin-top: 32px;
  text-align: center;
}

.l-container.wrapper.service_normal {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.c-page-header.is-service .l-container, .l-container.wrapper.service_normal .columns {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .wrapper {
    max-width: 100vw;
    overflow: hidden;
  }
}
.c-page-header {
  width: 100%;
  max-width: 100%;
  padding-top: 1.125rem;
  padding-bottom: 0.75rem;
  background: url(./images/bg-page-header.jpg) center top repeat-y;
  text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-page-header {
    padding-top: 8px;
    background-size: cover;
    padding-bottom: 17px;
  }

  .c-page-header__title {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.c-page-header__bg {
  background: 0 0 !important;
}

.c-page-header__title {
  text-align: center;
  margin-top: 0;
  font-weight: 700;
  font-size: 2.25rem;
}

.c-page-header__title span {
  font-size: 1.875rem;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-page-header__title span {
    font-size: 1.125rem;
    text-align: left;
  }
}
@media screen and (min-width: 40em) {
  .l-container {
    min-width: 980px;
  }
}
@media (max-width: 640px) {
  .c-page-header__title span {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .l-container {
    min-width: 996px;
  }
}
@media (max-width: 640px) {
  .c-page-header__title span {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .l-container {
    min-width: 996px;
  }
}
.c-page-header.is-service .c-page-header__title {
  padding-left: 16px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .c-page-header.is-service .c-page-header__title {
    padding-top: 24px;
    padding-left: 120px;
  }
}
.c-page-header.is-service .c-page-header__bg, .c-service-lead__list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  .c-page-header.is-service .c-page-header__bg {
    position: relative;
  }
}
.c-page-header.is-service .c-page-header__img {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100%;
  background-color: #fff;
  width: 40%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 80%;
}

@media (min-width: 768px) {
  .c-page-header.is-service .c-page-header__img {
    position: absolute;
    left: 0;
    width: 100px;
    min-height: 100px;
    max-height: 100px;
  }
}
.c-page-header.is-service.is-image .c-page-header__title {
  padding-left: 0;
}

.c-page-header.is-service.is-image .c-page-header__title span {
  text-align: left;
}

@media (max-width: 768px) {
  .c-page-header.is-service.is-image .c-page-header__title span {
    line-height: 1.5;
    padding-left: 14px;
  }
}
@media (min-width: 768px) {
  .c-page-header.is-service.is-image .c-page-header__title span br {
    display: none;
  }
}
.c-page-header.is-service.is-image .c-page-header__img {
  left: initial;
  right: 0;
  background-size: cover;
  background-color: transparent;
  min-height: 125px;
  max-height: 100px;
  width: 40%;
}

.c-service-lead__list {
  padding-bottom: 32px;
  position: relative;
  z-index: 10;
  background-color: rgba(242, 156, 159, 0.16);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.c-service-lead__list ul {
  flex-wrap: wrap;
}

.c-service-lead__list ul li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 28px;
  background-image: url(./images/icon-front-checklist.svg);
  left: 0;
  top: 14px;
  color: #B5839A;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .c-service-lead__list {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-service-lead__list ul {
    display: block;
    margin-left: 6px;
  }

  .c-service-lead__list ul li {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .c-service-point__voice ul li {
    width: 100%;
    max-width: 100%;
  }

  .c-service-point__voice__button {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-service-blocks__item.is-1, .c-service-blocks__item.is-6 {
  z-index: 0;
  position: relative;
}

.c-service-blocks__item.is-2, .c-service-blocks__item.is-7 {
  z-index: 1;
  position: relative;
}

.c-service-point.is-work.is-03, .c-service-point.is-work.is-07 {
  padding-bottom: 40px;
  margin-bottom: -40px;
}

.c-heading.is-xlg, .heading.is-xxlg.c-service-point__title {
  display: block;
  background: #776A70;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 22px;
}

.c-heading.is-xlg strong {
  font-size: 1.5em;
}

@media (max-width: 768px) {
  .service_normal {
    background: #f5f5f5;
  }
}
.c-service-blocks__item.is-5 .c-workboxes__item__title {
  background: linear-gradient(#a23c3c 0, #772121 100%) !important;
}

.l-container {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .c-service-blocks__item.is-4 .c-service-point__titles {
    font-size: 17px;
  }

  .c-service-blocks__item.is-4 .c-service-point__titles strong {
    font-size: 1.24em;
  }

  .l-post-content table {
    min-width: 100%;
  }
}
.w-editor .l-post-content.w-price-editor h3 {
  font-size: 1.25rem;
  padding-bottom: 0.3125rem;
  font-weight: 700;
  background: #f1e9e9;
  color: #000;
  padding-top: 0.3125rem;
  padding-left: 16px;
  border-top: 1px solid #f1e9e9;
  border-right: 1px solid #f1e9e9;
  border-bottom: 1px solid #f1e9e9;
}

.w-editor .l-post-content.w-price-editor {
  background: #fff;
  padding: 24px;
}

.c-flowitem {
  position: relative;
}

.c-page-header .l-container {
  max-width: 980px;
}

@media (max-width: 768px) {
  .c-case-item__title {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .breadcrumbs {
    padding-left: 10px;
  }

  .c-faqbox__title {
    margin-bottom: 0;
  }

  .c-service-blocks .c-faqbox__content {
    padding-bottom: 16px;
  }

  .c-service-blocks .c-faqbox__title {
    padding-bottom: 16px;
  }

  .c-service-blocks .c-faqbox__title:before {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .c-servicecase__list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .c-service-point.is-work.is-03, .c-service-point.is-work.is-07 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .c-service-blocks .c-faqbox__title:after {
    top: 24px;
  }

  .c-service-blocks .c-faqbox__title {
    margin-bottom: -1px;
  }

  .c-service-blocks .c-faqbox__content {
    margin-top: 0;
  }

  .w-editor .l-post-content.w-price-editor {
    padding: 0;
  }

  .c-service-point__titles.u-text-center + .u-text-center {
    font-size: 20px;
  }

  .c-flow-number {
    left: 0px;
    line-height: 1.3;
  }

  .c-flowitem .c-flow-number-title {
    padding-top: 10px;
  }

  .header__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-heading.is-xlg, .heading.is-xxlg.c-service-point__title {
    text-align: left;
    padding-left: 24px;
  }

  .c-pricedl dl {
    flex-basis: 33%;
  }

  .c-pricedl {
    display: flex;
    align-items: flex-start;
  }

  .c-pricedl dt {
    width: 100%;
    text-align: center;
    background: #000;
    color: #FFF;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
  }

  .c-pricedl dd {
    width: 100%;
  }

  .c-front-price {
    margin-bottom: 40px;
  }
}
.c-table, #tinymce table, .entry__content table {
  max-width: 100%;
  width: 100% !important;
}

.p10 {
  padding: 10px;
}

.entry {
  padding: 0;
}

@media (max-width: 768px) {
  .c-heading.is-xlg small {
    display: block;
    margin-top: 8px;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .c-newoffer {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-case-item__title a:hover {
  text-decoration: underline;
}

.l-case-content .c-case-item__title a:hover {
  text-decoration: none;
}

.c-pricedl {
  padding-top: 24px;
}

.c-pricedl dl {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif", serif;
  padding-left: 24px;
  padding-right: 24px;
  justify-content: space-between;
  align-items: center;
}

.c-pricedl dl p {
  margin-bottom: 0;
}

.c-pricedl dl dd p {
  text-align: right;
  line-height: 1.2;
}

.c-pricedl dl dd strong {
  font-size: 3.4em;
  font-weight: normal;
  display: inline-block;
  margin-right: 8px;
  color: #ab0001;
}

.c-button {
  color: #fff;
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  border-radius: 5px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 10px;
  overflow: hidden;
  font-size: 14px;
  border-radius: 3px;
  background: linear-gradient(-190deg, #ad9c5d 0%, #ad9c5d 74.66%, #a28e47 76.16%, #a28e47 100%);
  font-weight: bold;
}

.c-button.is-new {
  color: #fff;
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  border-radius: 5px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 10px;
  overflow: hidden;
  font-size: 14px;
  border-radius: 3px;
  background: linear-gradient(-190deg, #ad9c5d 0%, #ad9c5d 74.66%, #a28e47 76.16%, #a28e47 100%);
  box-shadow: 0px 3px 0px #332312;
}

.c-button.is-new.is-sm {
  max-width: 200px;
  width: 100%;
}

.c-front-police {
  margin-bottom: 32px;
}

.c-front-police__wrap {
  position: relative;
}

.c-front-police__box {
  padding: 10px;
  max-height: 215px;
  overflow: hidden;
  position: relative;
  background: #f7f5f2;
}

.c-front-police {
  padding-left: 10px;
  padding-right: 10px;
}

.c-front-police__box:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #f7f5f2 100%);
}

.c-front-police__button {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.c-front-jidan {
  margin-bottom: 40px;
  margin-top: 24px;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.l-container.wrapper.service_normal > .row {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  .c-pricedl {
    padding-top: 4px;
    padding-bottom: 14px;
  }

  .c-pricedl dl dt {
    margin-bottom: 0;
  }

  .c-pricedl dl {
    margin-bottom: 6px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
    /*padding-top: 10px;*/
  }

  .c-pricedl dl dd p {
    line-height: 1;
  }

  .c-service-blocks .c-newoffer {
    margin-left: 0;
    margin-right: 0;
  }

  .c-flow-number {
    left: 16px;
    line-height: 1.3;
  }

  .c-front-jidan {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__address {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 32px;
  }

  .footer__address__title {
    font-weight: bold;
    font-size: 13px;
  }

  .footer__address__text {
    font-size: 12px;
  }

  .c-front-jidan p {
    font-size: 16px;
  }

  .c-front-jidan p a {
    text-decoration: underline;
  }

  .latestlist__items {
    max-height: 200px;
  }

  .c-service-point.is-work .c-service-point__image p {
    font-size: 15px;
  }

  .c-service-blocks__item.is-4 .w-editor .u-text-center {
    font-size: 16px;
    font-weight: bold;
  }
}
.c-page-header__title {
  text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white;
}

.c-front-police p {
  font-size: 16px;
  margin-top: 16px;
}

.page-id-4 .c-flowitem .c-flow-number-title .c-flow-number {
  left: 0px;
}

@media (min-width: 768px) {
  .latestlist__items {
    overflow: hidden;
    overflow-y: scroll;
  }

  .l-container.wrapper.service_normal {
    max-width: 1080px;
  }

  .c-front-police__box {
    padding: 14px 20px;
  }

  .c-servicecase__list.is-front .c-voicelist-item {
    max-width: 100%;
    margin-right: 0px;
  }

  .c-front-jidan p {
    font-size: 20px;
  }

  .c-front-jidan p a {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .page-id-276 .c-table.is-simple th {
    padding-left: 16px !important;
    border-left: none;
    background: #e4e4e4;
  }

  .page-id-276 .c-table.is-simple td {
    background: #fff;
  }

  .page-id-276 .c-table.is-simple {
    border: none;
  }
}
@media (max-width: 768px) {
  .w-editor {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-wrap .c-table.is-simple td {
    background: #FFF;
  }
}
.c-workboxes.is-1 .c-workboxes__item {
  max-width: 100%;
  width: 100%;
}

.c-service-blocks__item .c-panel {
  margin-top: 10px;
  margin-bottom: 10px;
}

.c-service-blocks__item .c-panel__title {
  font-size: 1.3rem;
  padding-left: 1.8em;
  font-weight: bold;
  text-align: left;
}

.c-front-concept {
  background: url(/wp-content/mu-plugins/common/images/bg-front-checklist.jpg);
  background-repeat: no-repeat;
  background-position: top right -1px;
  background-size: 300px auto;
}

.c-front-concept__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  color: #B5839A;
  font-weight: bold;
  padding-left: 3vw;
  padding-top: 5vw;
}

@media (max-width: 768px) {
  .wrapper {
    margin-top: 0;
  }

  .main-visual__item__img {
    min-height: 208px;
  }

  .c-front-concept__checkbox {
    padding-left: 0;
  }
}
.c-front-mvicon {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -36px;
  position: relative;
  z-index: 100;
}
.c-front-mvicon:after {
  content: "";
  left: 0;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 78px;
  background: #EFEFEF;
  position: absolute;
  z-index: -1;
}
.c-front-mvicon__item {
  flex-basis: calc(33% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  background: #FFF;
  text-align: center;
  padding: 5px;
  padding-top: 7px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.c-front-mvicon__icon {
  margin-bottom: 6px;
  display: flex;
  width: 100%;
  min-height: 30px;
  justify-content: center;
  align-items: center;
}
.c-front-mvicon__text {
  color: #776A70;
  font-family: "Noto Serif", serif;
  font-size: 11px;
  font-weight: bold;
}

.c-front-service {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .c-front-service {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
  }
}
.c-front-service__item {
  text-align: center;
  padding-bottom: 10px;
}
.c-front-service__item a {
  display: block;
}
@media (max-width: 768px) {
  .c-front-service__item {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c-front-service__item + .c-front-service__item {
    margin-top: 10px;
  }
}
.c-front-service__item__header {
  background: url(/wp-content/mu-plugins/common/images/img-front-service01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -40px;
  padding-top: 1em;
  padding-bottom: 3em;
  text-align: left;
  padding-left: 1em;
  position: relative;
}
@media (min-width: 768px) {
  .c-front-service__item__header {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.c-front-service__item__title {
  text-align: left;
  margin-bottom: 6px;
}
.c-front-service__item__title > span {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  color: #0f4d60;
  display: block;
  margin-bottom: 2px;
}
.c-front-service__item__title > small {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  color: #0f4d60;
}
@media (min-width: 768px) {
  .c-front-service__item__title > small {
    font-size: 16px;
  }
}
.c-front-service__item__text {
  font-size: 13px;
  color: #151515;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-front-service__item__text {
    font-size: 15px;
    padding-right: 16px;
  }
}
.c-front-service__item__button {
  position: absolute;
  right: 1em;
  top: 1em;
}
@media (max-width: 768px) {
  .c-front-service__item__button {
    position: static;
    margin-bottom: 10px;
  }
}
.c-front-service__item__button .c-button {
  padding: 8px 20px 6px;
  font-size: 13px;
  background: #0e4a62;
  position: relative;
}
.c-front-service__item__button .c-button:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
  top: 7px;
}
.c-front-service__item__panel {
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 10;
}
.c-front-service__item__panel__title {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px;
  background: #4C9B95;
  color: #fff;
}
@media (min-width: 768px) {
  .c-front-service__item__panel__title {
    font-size: 16px;
  }
}
.c-front-service__item__panel__desc {
  font-size: 16px;
  margin-top: 0.5em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.c-front-service__item__panel__content {
  background: #EDEDED;
  padding: 12px 20px;
  color: #0F4D60;
}
.c-front-service__item__panel__content dl {
  display: flex;
  margin-bottom: 2px;
  align-items: center;
}
.c-front-service__item__panel__content dl dt {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 4px;
}
.c-front-service__item__panel__content dl dd {
  flex-basis: 70%;
}
.c-front-service__item__panel__content dl dd strong {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}

.c-front-merit {
  margin-bottom: 40px;
  background: #F6F5F1;
}
.c-front-merit__item {
  padding-left: 10px;
  padding-right: 10px;
  background: #FFF;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border: 5px double #E0DFB9;
  position: relative;
}
@media (min-width: 768px) {
  .c-front-merit__item {
    position: relative;
    padding: 20px 32px 32px;
  }
}
.c-front-merit__item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .c-front-merit__item__title {
    margin-top: 0;
  }
}
.c-front-merit__item__title > span:first-child {
  display: block;
  font-family: "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 65px;
  color: #CE97BD;
  margin-right: 10px;
  position: relative;
}
.c-front-merit__item__title > span:first-child:before {
  content: "POINT";
  font-family: "Times New Roman", serif;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.c-front-merit__item__title > span:last-child {
  display: block;
  font-family: "Noto Serif CJK JP", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  color: #776A70;
}
@media (min-width: 768px) {
  .c-front-merit__item__title > span:last-child {
    font-size: 26px;
  }
}
.c-front-merit__item__text {
  font-size: 13px;
  margin-bottom: 10px;
  color: #3E3E3E;
}
@media (min-width: 768px) {
  .c-front-merit__item__text {
    font-size: 18px;
  }
}
.c-front-merit__item__price__title {
  font-weight: bold;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .c-front-merit__item__price__title {
    font-size: 16px;
  }
}
.c-front-merit__item__price__row {
  display: flex;
  justify-content: space-between;
}
.c-front-merit__item__price__item {
  flex-basis: calc(50% - 5px);
  padding: 10px;
  background: #F7F7F7;
  margin-bottom: 8px;
}
.c-front-merit__item__price__item__title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-front-merit__item__price__item__title {
    font-size: 16px;
  }
}
.c-front-merit__item__price__item__list {
  margin-bottom: 0;
}
.c-front-merit__item__price__item__list li {
  list-style: none;
  font-size: 13px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-front-merit__item__price__item__list li {
    font-size: 16px;
  }
}
.c-front-merit__item__price__item__list li strong {
  font-size: 19px;
  font-weight: bold;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) {
  .c-front-merit__item__price__item__list li strong {
    font-size: 24px;
  }
}
.c-front-merit__item__price__item__list li strong.is-primary {
  color: #A28E47;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  position: relative;
}
.c-front-merit__item__price__item__list li strong.is-primary:after {
  content: "";
  position: absolute;
  bottom: 3px;
  display: block;
  height: 8px;
  width: 32px;
  background: rgba(173, 156, 93, 0.24);
}
.c-front-merit__item__button {
  text-align: center;
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  .c-front-merit__item__button {
    position: static;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .c-front-merit__item__button .c-button {
    font-size: 16px;
  }
}
.c-front-merit__item__button.is-2col {
  display: flex;
  margin-bottom: -33px;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-front-merit__item__button.is-2col {
    margin-bottom: 0;
  }
}
.c-front-merit__item__button.is-2col .c-button {
  margin-left: 4px;
  margin-right: 4px;
}

.c-servicecase__list.is-front {
  margin-bottom: 80px;
}

.c-front-faq {
  padding-left: 10px;
  padding-right: 10px;
}
.c-front-faq ul {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-front-faq ul li {
  list-style: none;
  flex-basis: calc(50% - 4px);
  margin-bottom: 4px;
}
.c-front-faq ul li a {
  font-size: 12px;
  color: #B5839A;
  display: block;
  background: #e5ecef;
  border: 1px solid #B5839A;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.footer {
  background: #FFF;
  border-top: 5px solid #776A70;
  padding-top: 20px;
}

.footer__subnav {
  padding-top: 10px;
  padding-left: 10px;
  margin-top: 0px;
}

.footer .columns {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0;
}

@media (max-width: 768px) {
  .u-hidden-sm {
    display: none !important;
  }

  .u-hidden-lg {
    display: block !important;
  }

  .l-footer__address {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer .columns {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .u-hidden-sm {
    display: block !important;
  }

  .u-hidden-lg {
    display: none !important;
  }
}
.slick-prev, .slick-next {
  z-index: 99;
}

.u-text-center {
  text-align: center !important;
}

.c-flow-sub {
  position: relative;
}
.c-flow-sub.is-first {
  padding-left: 32px;
  margin-left: 10px;
  border-left: 2px solid #4C9B95;
  margin-bottom: 16px;
}
.c-flow-sub.is-all .c-flow-sub__title {
  background: #4C9B95;
}
.c-flow-sub__title {
  background: #8BA89C;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  padding: 8px 24px;
  font-weight: bold;
}
.c-flow-sub__row {
  display: flex;
  justify-content: space-between;
}
.c-flow-sub__row:last-child .c-flow-sub__item__icon {
  background: #E5ECEF;
  color: #B5839A;
}
.c-flow-sub__row:last-child .c-flow-sub__item:after {
  display: none;
}
.c-flow-sub__col {
  flex-basis: calc(50% - 30px);
}
.c-flow-sub__item {
  margin-top: 8px;
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
}
.c-flow-sub__item:after {
  content: "";
  display: block;
  height: 10px;
  width: 2px;
  background: #4C9B95;
  left: 50%;
  position: absolute;
  bottom: -10px;
}
.c-flow-sub__item__subtitle {
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 4px;
}
.c-flow-sub__item__icon {
  background: #F2F2F2;
  color: #4C9B95;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 60px;
  margin-bottom: 8px;
}
.c-flow-sub__item__icon small {
  display: block;
  width: 100%;
}
.c-flow-sub__item__icon span {
  display: block;
}
.c-flow-sub__item.is-pink .c-flow-sub__item__icon {
  background: #FFEFEB;
  color: #B5839A;
}
.c-flow-sub__item__text {
  font-size: 13px;
}

.c-service-button {
  text-align: center;
  background: #f5f5f5;
  padding-top: 1em;
  padding-bottom: 1em;
}
.c-service-button a {
  display: inline-block;
  padding: 16px 40px 14px;
  background: #f29700;
  color: #FFF;
  border-bottom: 6px solid #b1720a;
  font-weight: bold;
  position: relative;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  transition: all linear 0.2s;
}
.c-service-button a:hover {
  transform: translateY(6px);
  border-bottom: 0px solid #b1720a;
  margin-bottom: 6px;
}
.c-service-button a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.c-case-item__more .c-button.is-accent:after {
  top: 0px;
}

#post-276 .c-flowitems .c-arrow {
  display: none;
}

.c-wordbox {
  border: 2px solid #333;
  border-radius: 3px;
  padding: 13px 20px 5px;
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-wordbox {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-wordbox.is-open .c-wordbox__title:after {
  content: "\f106";
}

.c-wordbox__title {
  font-weight: bold;
  color: #333;
  font-size: 1.125rem;
  padding-bottom: 10px;
  position: relative;
  padding-left: 31px;
  position: relative;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-wordbox__title {
    padding-left: 48px;
    font-size: 1rem;
  }
}
.c-wordbox__title:after {
  content: "\f0ab";
  font-family: FontAwesome;
  position: absolute;
  right: 4px;
  font-size: 1.25rem;
  top: 0px;
  color: #333;
}

.c-wordbox__title:before {
  content: "\f02c";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: FontAwesome;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  padding-top: 3px;
  color: #333;
  top: -3px;
  left: 0px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-wordbox__title:before {
    padding-top: 1px;
    width: 30px;
    height: 30px;
  }
}
.c-wordbox__content {
  border-top: 1px dotted #333;
  padding-top: 16px;
  padding-left: 16px;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-wordbox__content {
    padding-left: 48px;
  }
}
.c-front-flowimg img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .l-footer__upper {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-bottom: 2em;
    justify-content: space-between;
  }

  .l-footer__logo {
    flex-basis: 40%;
  }

  .l-footer__tel {
    flex-basis: 50%;
    margin-right: 1em;
  }

  .l-footer__form {
    flex-basis: 230px;
  }
  .l-footer__form a {
    margin-bottom: 10px;
  }

  .l-footer__contact {
    flex-basis: 60%;
    display: flex;
    justify-content: flex-end;
  }

  .fcf-banner {
    display: none !important;
  }

  .global-navigation i.fa {
    display: none;
  }
  .global-navigation > .row > .columns > ul {
    display: flex;
    margin-bottom: 0;
  }
  .global-navigation > .row > .columns > ul > li {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .global-navigation > .row > .columns > ul > li:hover .children {
    display: block;
  }
  .global-navigation > .row > .columns > ul > li:hover:after {
    border-color: transparent transparent #FFF transparent;
  }
  .global-navigation > .row > .columns > ul > li.current > a svg path {
    fill: #FFF;
  }
  .global-navigation > .row > .columns > ul > li.current:after {
    border-color: transparent transparent #FFF transparent;
  }
  .global-navigation > .row > .columns > ul > li > a svg {
    margin-top: 3px;
    max-width: 13px;
  }
  .global-navigation > .row > .columns > ul > li > a:hover svg path {
    fill: #FFF;
  }
  .global-navigation > .row > .columns > ul > li > a:hover:after {
    border-color: transparent transparent #FFF transparent;
  }
  .global-navigation ul .children {
    position: absolute;
    background: #FFF;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    left: 0;
    min-width: 240px;
    top: 58px;
    display: none;
  }
  .global-navigation ul .children li {
    display: block;
    width: 100%;
    height: auto;
  }
  .global-navigation ul .children li.current a, .global-navigation ul .children li:hover a {
    color: #FFF;
  }
  .global-navigation ul .children li.current:after, .global-navigation ul .children li:hover:after {
    border-color: transparent transparent #FFF transparent;
  }
  .global-navigation ul .children li a {
    padding-left: 1em;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    white-space: nowrap;
    height: auto;
    display: block;
    color: #0e4a62;
  }
  .global-navigation ul .children li a:hover {
    color: #FFF;
  }
}
.staff-card__thumbnail.is-new {
  width: 148px;
  height: 180px;
  background-position: left -23px top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 640px) {
  .staff-card__thumbnail.is-new {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-aboutbox {
  background: #FFF;
  padding: 14px 25px;
  position: relative;
  border-radius: 3px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutbox {
    background-repeat: repeat;
    padding: 16px 12px;
  }

  .c-aboutbox p {
    font-size: 0.875rem;
  }
}
.c-aboutbox__lead {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #333;
  line-height: 1.45;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 26px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutbox__lead {
    font-size: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-aboutbox__lead br {
    display: none;
  }
}
.c-profilebox {
  padding: 18px 0px;
  background: #fff;
  margin-bottom: 18px;
  border-radius: 0px;
  border-bottom: 1px dashed #B5839A;
}

.c-profilebox .c-accordion__title {
  background: rgba(242, 156, 159, 0.16);
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-profilebox {
    padding: 10px;
  }
}
.c-profilebox-upper {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.c-profilebox.is-first .c-profilebox__title {
  padding-top: 38px;
}

.c-profilebox__profile h4 {
  border-left: 0;
  text-align: center;
  max-width: 120px;
  font-size: 0.875rem;
  color: #fff;
  background: #333;
  margin-bottom: 8px;
}

.c-profilebox__image {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-profilebox__image {
    max-width: 100px;
    margin-left: 16px;
  }
}
.c-profilebox__title {
  font-size: 1.125rem;
  position: absolute;
  padding-bottom: 8px;
  width: 408px;
  height: 148px;
  background: #B5839A;
  color: #fff;
  line-height: 1.5;
  padding-left: 70px;
  text-align: left;
  right: 0px;
  bottom: 40px;
  padding-top: 44px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-profilebox__title {
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.5;
  }
}
.c-promisebox {
  border-radius: 4px;
}

.c-promisebox__image {
  flex-basis: 248px;
  margin-top: 12px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox__image {
    width: 100%;
    max-width: 100px;
    margin-left: 12px;
    float: right;
    margin-top: 0;
  }
}
.c-promisebox__content {
  flex-basis: calc(100% - 272px);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox__content {
    width: 100%;
    width: 100%;
  }
}
.c-promisebox__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox__item {
    flex-wrap: wrap;
    overflow: hidden;
    display: block;
  }
}
.c-promisebox__item:nth-child(2n) .c-promisebox__image {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox__item:nth-child(2n) .c-promisebox__image {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.c-promisebox__item:nth-child(2n) .c-promisebox__content {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox__item:nth-child(2n) .c-promisebox__content {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
.c-promisebox__item:last-child {
  margin-bottom: 0;
}

.c-promisebox .c-promisebox__content .heading.is-sm {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 12px;
  border: none;
}

.c-promisebox .c-promisebox__content .heading.is-sm span:first-child {
  font-size: 2rem;
  display: inline-block;
  margin-right: 12px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  color: #8fc31f;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox .c-promisebox__content .heading.is-sm span:first-child {
    margin-right: 8px;
    display: block;
    font-size: 1.25rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.c-promisebox .c-promisebox__lead {
  font-weight: bold;
  font-size: 1.125rem;
  border-bottom: 1px solid #B5839A;
  color: #B5839A;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox .c-promisebox__lead {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-promisebox .c-promisebox__image {
    text-align: center;
    margin-bottom: 8px;
  }
}
.c-table {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.c-table > tbody > tr > td {
  border: 1px solid #e4d8d6;
  background: #fff;
  padding: 1.5rem;
  font-size: 0.9375rem;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-table > tbody > tr > td {
    padding: 6px;
    font-size: 0.75rem;
  }
}
.c-table > tbody > tr > th {
  font-size: 0.9375rem;
  background: #FFEFEB;
  color: #484848;
  padding: 0.5rem;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #e4d8d6;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-table > tbody > tr > th {
    width: auto;
    padding: 6px;
    font-size: 0.75rem;
  }
}
.c-table.is-simple > tbody > tr > td, .c-table.is-simple > tbody > tr > th {
  background: none;
  color: #333333;
  border-left: none;
  border-right: none;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-table.is-simple > tbody > tr > th {
  padding-left: 0;
  font-weight: bold;
  text-align: left;
  border-left: none;
  border-right: none;
}

.u-text-center {
  text-align: center !important;
}

.u-mbs {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-mbs.is-lg {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-mbs.is-bottom {
  margin-top: 0 !important;
}

.l-page-content > .heading.is-lg:first-child {
  margin-top: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-aboutbox img {
    float: none !important;
  }
}
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gallery-item img {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: left;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-profilebox__title {
    position: static;
    padding: 16px;
    height: auto;
    max-width: 100%;
  }

  .c-profilebox__image {
    max-width: 200px;
  }
}
@media (max-width: 640px) {
  .c-aboutbox img {
    max-width: 173px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .c-profilebox__image {
    max-width: 100%;
    margin-left: 0;
  }

  .c-profilebox__image img {
    max-width: 46%;
    float: left;
    margin-right: 16px;
  }

  .c-profilebox.is-first .c-profilebox__title {
    padding-top: 8px;
  }

  .c-profilebox__title {
    min-height: 104px;
  }

  .c-profilebox__profile h4 {
    margin-top: 0;
  }

  table.c-table.is-simple tbody tr th {
    background: #f1f1f1;
    padding-left: 24px;
  }

  table.c-table.is-simple tbody tr td {
    text-align: left;
  }

  .gallery-columns-3 .gallery-item {
    width: 50%;
  }

  .gallery-item figcaption {
    font-size: 13px;
    margin-top: 8px;
  }

  .gallery-columns-2 .gallery-item {
    width: 100%;
  }

  .c-table {
    display: table;
    table-layout: fixed;
  }

  .c-table > tbody {
    display: table-row-group;
  }

  .c-table > tbody > tr {
    display: table-row;
  }

  .c-table > tbody > tr > th, .c-table > tbody > tr > td {
    display: table-cell;
    width: 100%;
    border: none;
  }

  .heading.is-sm {
    font-size: 1.2rem;
  }
}
@media (max-width: 640px) {
  .gallery-columns-3 > .gallery-item {
    flex-basis: 50%;
  }

  .gallery-columns-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (max-width: 640px) {
  .heading.is-lg {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 0.1px;
  }
}
@media (max-width: 768px) {
  .heading.is-sm {
    letter-spacing: 0;
    line-height: 1.7;
    font-size: 15px;
  }

  .c-promisebox__item {
    position: relative;
  }

  .c-promisebox .c-promisebox__content .heading.is-sm {
    margin-bottom: 32px;
  }

  .c-promisebox .c-promisebox__content .heading.is-sm span:last-child {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-aboutbox img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c-profilebox__image img {
    max-width: 38%;
  }

  .c-profilebox__title {
    min-height: 85px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-profilebox.is-first .c-profilebox__title {
    font-size: 14px;
    letter-spacing: 0;
  }

  .c-profilebox.is-first .c-profilebox__title span {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .c-profilebox__image {
    display: flex;
  }

  .c-profilebox__title {
    min-height: 85px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .c-profilebox.is-first .c-profilebox__title span + br {
    display: none;
  }

  .c-profilebox__image img {
    float: none;
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .c-profilebox__title, .c-profilebox__image {
    display: flex;
    max-height: 85px;
  }
}
@media (min-width: 768px) {
  .c-aboutbox {
    padding-left: 0;
    padding-right: 0;
  }

  .c-aboutbox .large-16 {
    float: left;
  }
}
@media all {
  .c-service-lead__title {
    text-align: center;
    color: #007896;
    padding-top: 13px;
    font-size: 20px;
    font-weight: bold;
    border-top: 2px solid #007896;
    background: #007896;
    padding-bottom: 16px;
    position: relative;
    color: #fff;
    margin-bottom: 12px;
  }

  .c-service-lead__title.is-accent {
    border-top: 2px solid #239e97;
    background: #239e97;
  }

  .c-service-lead__title.is-accent:after {
    background: #239e97;
  }

  .c-service-lead__title:after {
    content: "";
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #007896;
    position: absolute;
    display: block;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
  }
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-lead__title {
    font-size: 0.9375rem;
  }
}
/*! CSS Used from: https://www.kasugai-law.jp/admin/wp-content/themes/kasugai-law-wp/overwrite.css?ver=1639381636 ; media=all */
@media all {
  .c-service-lead__title {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: center;
    color: #563b14;
    padding-bottom: 16px;
    position: relative;
    color: #87B966;
    padding-top: 32px;
    background-repeat: no-repeat;
    background-image: url(https://www.kasugai-law.jp/admin/wp-content/themes/images/border-dot.png);
    background-position: bottom center;
    padding-bottom: 24px;
    margin-bottom: 100px;
  }

  .c-service-lead__title.is-accent {
    border-top: 2px solid #EB6100;
    background: #EB6100;
  }

  .c-service-lead__title.is-accent:after {
    background: #EB6100;
  }
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-lead__title {
    font-size: 0.9375rem;
  }
}
/*! CSS Used from: Embedded */
.c-service-lead__title {
  text-align: center;
  color: #007896;
  padding-top: 13px;
  font-size: 20px;
  font-weight: bold;
  border-top: 2px solid #007896;
  background: #007896;
  padding-bottom: 16px;
  position: relative;
  color: #fff;
}

.c-service-lead__title.is-accent {
  border-top: 2px solid #239e97;
  background: #239e97;
}

.c-service-lead__title.is-accent:after {
  background: #239e97;
}

.c-service-lead__title:after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #007896;
  position: absolute;
  display: block;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}

.w-editor .l-post-content > p > a {
  text-decoration: underline;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-service-lead__title {
    font-size: 0.9375rem;
  }
}
.c-introduction__lead {
  color: #333;
}

.main-visual__subtitle {
  color: #FFF;
  padding-left: 15px;
}

.w-editor .l-post-content h3 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 0px;
  padding-left: 0.8rem;
  background: #FDEFF0;
  padding: 6px 10px;
  color: #C11471;
  position: relative;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .page-id-278 .l-main {
    padding-left: 10px;
    margin-top: 10px;
    padding-right: 10px;
  }

  .sb-toggle {
    top: 14px;
    right: 6px;
  }

  .main-visual__subtitle {
    color: #FFF;
    padding-left: 15px;
  }

  .c-service-blocks__item.is-0 .heading.is-xxlg {
    padding-left: 6px;
    padding-right: 6px;
  }

  .c-service-blocks .c-service-point__titles {
    padding-right: 100px;
    padding-left: 10px;
    font-size: 16px;
    background-position: right 1.9% center;
  }

  .c-service-point.is-work.is-03, .c-service-point.is-work.is-07 {
    margin-bottom: 0px;
  }

  .c-service-blocks .c-newoffer {
    margin-left: auto;
    margin-top: 10px;
    margin-right: auto;
  }

  .c-introduction {
    margin-bottom: 2em;
  }

  .c-introduction__lead {
    font-size: 16px;
    color: #333;
    margin-bottom: 0.5em;
  }

  .c-service-blocks__item .w-editor {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .c-service-blocks .heading.is-xxlg {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 19px;
  }

  .c-flow-sub.is-first {
    margin-top: 20px;
  }

  .c-flowitem {
    padding-left: 0;
    padding-right: 0;
  }

  .c-flowitem .c-flow-number-title {
    font-size: 18px;
  }

  .c-flow-sub__col {
    flex-basis: calc(50% - 10px);
  }

  .main-visual--layer > div h1.main-visual__title {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0px;
  }

  .header__content {
    padding-left: 8px;
  }

  .main-visual,
.main-visual__item {
    display: flex !important;
    align-items: center;
  }
}
.page-id-296 .l-page-content h4 {
  font-weight: bold;
  font-size: 1.2rem;
}

.gallery .gallery-item figure {
  border-width: 1px;
}

.c-case-panel__priceup.is-before {
  border: 2px solid #FFEFEB;
}

.c-case-panel__priceup:before {
  width: 100px;
}

.c-case-item__title:after {
  display: none;
}

.c-case-panel__priceup.is-before:before {
  content: "依頼前";
  background: #FFEFEB;
  color: #333;
}

.c-case-item__title {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding-bottom: 12px;
  position: relative;
  line-height: 1.5;
  font-size: 1.25rem;
  letter-spacing: 1px;
  text-decoration: none;
  margin-left: 80px;
  padding-left: 0;
}

.c-case-item__title__icon {
  max-width: 60px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  margin-left: -80px;
}

.c-case-item__title a {
  color: #333;
  text-decoration: none;
}

@media (max-width: 640px) {
  .c-case-item__title {
    font-size: 15px;
  }
}
.c-panel {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-panel {
    margin-bottom: 16px;
  }
}
.c-panel__title {
  background: #776A70;
  color: #fff;
  padding: 6px 32px;
  margin-bottom: 0;
  font-size: 1.125rem;
  border-radius: 3px 3px 0 0;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-panel__title {
    font-size: 1.3rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-panel__content {
  padding: 16px 32px;
  text-align: left;
  border-radius: 0 0 3px 3px;
  background: rgba(0, 120, 150, 0.2);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-panel__content {
    min-height: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-panel__content p, .c-panel__content li {
    font-size: 1.2rem;
  }
}
.c-panel__content ul {
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .c-panel__content ul {
    font-size: 0.875rem;
  }
}
.c-simple-checkbox {
  margin-bottom: 20px;
}

.c-simple-checkbox li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0px;
}

.c-simple-checkbox li:after {
  content: "\f046";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  color: #003f53;
  top: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-detail .c-stepbox__content {
  background-size: contain;
  margin-bottom: 32px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .is-detail .c-stepbox__content {
    padding-left: 24px;
  }

  .is-detail .c-stepbox__content p br {
    display: none;
  }
}
.is-last.is-detail .c-stepbox__content {
  background: none;
}

@media (max-width: 640px) {
  .c-stepbox__content .large-5 {
    text-align: center;
    margin-bottom: 8px;
  }
}
.l-post-content a {
  word-break: break-all;
}

.c-panel__content {
  text-align: left;
  background: rgba(228, 224, 191, 0.2);
}

.c-smp-conbanner img {
  margin-bottom: 16px;
}

.l-post-content .c-simple-checkbox li {
  list-style: none;
  margin-left: 0;
}

.c-pricebanner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px 40px;
  background: #EAFDFF;
  border-radius: 4px;
  border: 1px solid #c2e5e8;
}

.c-pricebanner .c-pricebanner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pricebanner .c-pricebanner__icon {
  flex-basis: 56px;
}

.c-pricebanner .c-pricebanner__content {
  flex-basis: calc(100% - 86px);
}

.c-pricebanner .c-pricebanner__title {
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}

.c-pricebanner .c-pricebanner__title span:first-child {
  display: inline-block;
  padding: 4px 12px;
  color: #FFF;
  font-size: 13px;
  background: #003f53;
  border-radius: 4px;
  margin-right: 1em;
  margin-top: 0px;
  vertical-align: top;
}

.c-pricebanner .c-pricebanner__title span:last-child {
  font-size: 1.2em;
}

.c-pricebanner .c-pricebanner__text {
  font-size: 14px;
}

@media (max-width: 768px) {
  .c-pricebanner {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 20px;
  }

  .c-pricebanner .c-pricebanner__inner {
    display: block;
  }

  .c-pricebanner .c-pricebanner__title {
    font-size: 14px;
    line-height: 1.6;
  }

  .c-pricebanner .c-pricebanner__title span:first-child {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
  }

  .c-pricebanner__icon {
    text-align: center;
    margin-bottom: 10px;
  }
}
.c-faqbox__title {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 10px;
}

.c-case-item__more .c-button.is-md.is-accent {
  background: #B5839A;
}
.c-case-item__more .c-button.is-md.is-accent:after {
  background: #936379;
}

.c-faqbox__content {
  padding-bottom: 60px;
}
.c-faqbox__content .c-button.is-accent {
  padding-right: 52px;
}
.c-faqbox__content .c-button.is-accent:after {
  top: 0;
}

.c-faqbox .c-faqbox__title:after {
  top: 50%;
}

.c-voicelist__nav {
  margin-bottom: 32px;
}

.c-voicelist__nav__list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}

.c-voicelist__nav__list ul li {
  margin-right: 24px;
  margin-bottom: 16px;
}

.c-voicelist__nav__list ul li a {
  padding-right: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
  color: #B5839A;
  box-shadow: none;
  border: 2px solid #B5839A;
  font-weight: bold;
  transition: all ease 0.2s;
}

.c-voicelist__nav__list ul li a:hover {
  color: #fff;
  background: #B5839A;
  opacity: 1;
}

@media (max-width: 768px) {
  .c-voicelist__nav__list {
    margin-top: 24px;
  }

  .c-voicelist__nav__list ul li {
    margin-bottom: 10px;
    margin-right: 14px;
  }

  .post-type-archive-voice .l-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-visual {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 55vw;
  }
  .main-visual.main-visual--layer {
    min-height: 30vw;
  }
}
.c-voicelist-item__text p {
  margin-bottom: 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .global-navigation ul li a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .global-navigation > .row > .columns > ul > li > a svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-case-panel__priceup {
    padding-left: 0;
  }

  .c-service-case .c-case-item {
    position: relative;
  }
  .c-service-case .c-voicedetail__icon {
    position: absolute;
    top: 0px;
    left: 0;
  }
  .c-service-case .c-promisebox__item {
    max-width: 96vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.sb-slidebar .row {
  margin-left: 0;
  margin-right: 0;
}

.main-visual {
  background-position: top center;
}

@media (max-width: 768px) {
  .footer__subnav ul {
    width: 100%;
    margin-bottom: 0;
  }
  .footer__subnav ul li {
    border-bottom: 1px solid #e8e8e8;
  }
  .footer__subnav ul li a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    color: #111;
  }

  .l-footer__contact {
    display: none !important;
  }

  .l-footer__logo {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    margin-top: 2rem;
  }
}
#post-272 .c-front-service__item__panel {
  display: none;
}
#post-272 .c-front-service__item {
  margin-bottom: 0px;
}
#post-272 .c-front-service__item__header {
  border: 3px solid #0f485e;
  margin-bottom: 0;
  padding-bottom: 1em;
}
#post-272 .c-front-service__item__button {
  padding-top: 8%;
}

.fcf-banner {
  background: #0c445b;
}

.fcf-banner__access {
  background: #4c8395;
}

.l-footer__address {
  padding-top: 24px;
  padding-bottom: 24px;
}
.l-footer__address h3 {
  font-size: 15px;
  font-weight: bold;
}
.l-footer__address p {
  font-size: 13px;
  margin-bottom: 0;
}

.heading.is-lg {
  background: #776A70;
  padding-top: 0.45em;
  padding-bottom: 0.3em;
  padding-left: 1em;
  color: #FFF;
}

.c-case-search__checkbox .c-form__checkbox label {
  font-size: 16px;
}
@media (max-width: 768px) {
  .c-case-search__checkbox .c-form__checkbox label {
    font-size: 14px;
  }
}
.c-case-search__checkbox .c-form__checkbox label:hover {
  cursor: pointer;
}
.c-case-search__checkbox input {
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  transform: translateY(2px);
}

.gallery .gallery-item figure {
  border: none;
}

.c-table > thead {
  background: #458b93;
}

.c-voicelist__nav__list .c-button.is-active {
  color: #fff;
  background: #B5839A;
  opacity: 1;
}

.c-case-search__content {
  position: relative;
}

.c-case-search__keyword input[type=search] {
  height: 47px;
  padding-left: 0.5em;
  font-size: 16px;
}

.c-case-item__tags ul {
  margin-left: 0;
}

.c-case-search__keyword button {
  height: 47px;
  width: 47px;
  top: 0;
  right: 0;
}

.c-case-panel__priceup {
  margin-top: 10px;
}

.c-case-item__tags a {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 8px;
}

.c-case-item__title {
  padding-bottom: 14px;
  margin-bottom: 6px;
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  margin-left: 0;
}
.c-case-item__title__icon {
  position: static;
  margin-left: 0;
}
.c-case-item__title a {
  padding-left: 0;
  display: block;
  flex-basis: calc(100% - 80px);
}

.c-case-panel__priceup:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.c-case-panel__priceup > div:first-child {
  position: relative;
  flex-basis: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  padding-left: 112px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 768px) {
  .c-service-lead__title {
    font-size: 13px;
  }

  .table-border tbody > tr > td {
    font-size: 13px;
  }

  .table-border tbody > tr > th {
    font-size: 13px;
  }

  .c-case-item__text {
    font-size: 15px;
  }

  .l-smp-padding-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
  }

  .c-aboutbox {
    padding-left: 0;
    padding-right: 0;
  }

  .c-aboutbox__lead {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1em;
  }

  .c-archive-block__image {
    flex-basis: 105px;
  }

  .c-archive-block__text {
    flex-basis: calc(100% - 110px);
  }

  .c-archive-block .heading {
    font-size: 1rem;
  }

  .c-archive-block {
    justify-content: space-between;
  }

  .c-archive-block__subtext {
    font-size: 12px;
  }

  .l-post-content.is-entry p {
    font-size: 15px;
  }

  .p-post__title {
    font-size: 20px;
  }

  .c-faqcat a.c-button.is-md {
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
  }

  .c-faqcat ul li {
    max-width: initial;
    width: auto;
  }

  .c-voicelist-item__image {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .c-voicelist-item__title {
    font-size: 16px;
  }

  .c-case-item__tags a {
    padding-left: 6px;
    padding-right: 6px;
  }

  .c-case-item__tags ul {
    margin-left: 0;
    margin-top: 10px;
  }

  .c-case-item__title__icon {
    position: static;
  }

  .c-case-item__title {
    padding-bottom: 6px;
    margin-bottom: 6px;
    display: flex;
  }

  .c-case-panel__priceup:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }

  .c-case-panel__priceup > div:first-child {
    position: relative;
    flex-basis: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    padding-left: 112px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .c-smp-conbanner .large-8 {
    width: 100%;
  }
  .c-smp-conbanner .large-8 .c-panel {
    margin-top: 10px;
  }
  .c-smp-conbanner .large-8 .c-panel__content {
    text-align: center;
  }
  .c-smp-conbanner .large-8 .c-panel__content .c-button {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading.is-lg {
    font-size: 1.4rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
  }

  .c-front-service__item__title > span {
    font-size: 22px;
  }

  #post-272 .c-front-service__item__button {
    padding-top: 2%;
  }

  .c-table.is-price {
    table-layout: auto;
  }
  .c-table.is-price th {
    width: 20%;
  }

  .c-flowitem p {
    font-size: 15px;
  }

  .c-flowitems {
    padding-left: 0;
    padding-right: 0;
  }

  .c-wordbox__title {
    font-size: 17px;
    padding-left: 32px;
  }

  .c-wordbox__content {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-kasugai-panel__content {
    font-size: 1.2rem;
  }

  .heading.is-md, .entry__content h3 {
    font-size: 1.5rem;
  }

  .c-service-lead__title {
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }

  .main-visual__title {
    font-size: 1.6rem;
  }

  .u-text-right {
    text-align: right !important;
  }

  .c-flexgallery .item p {
    font-size: 1rem;
  }

  .sb-slidebar {
    width: 100%;
  }

  .sb-slidebar .global-navigation ul li a {
    font-size: 15px;
  }
}
.lg-img-wrap {
  padding-top: 10vw !important;
  padding-bottom: 10vw !important;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.72) !important;
}

.sb-toggle {
  z-index: 1000;
}

.c-faqbox__title:before {
  background: #FFB400;
}

.c-faqbox__title:hover {
  cursor: pointer;
}

.c-faqbox {
  border: 1px solid #a9a9a9;
}

.single .entry .w-editor {
  padding-left: 0;
  padding-right: 0;
}

.staff-card__label {
  background: #4e8095;
  padding-top: 5px;
  padding-bottom: 3px;
  font-weight: bold;
}

body.page-id-437 .c-newoffer {
  display: none;
}

body.page-id-542 .main-visual,
body.page-id-542 .c-newoffer,
body.page-id-545 .main-visual,
body.page-id-545 .c-newoffer {
  display: none;
}

.c-pagination ul {
  margin-left: 0;
  margin-top: 40px;
}

.c-panel__title {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
.c-panel__title i {
  margin-right: 8px;
}
.c-panel__content {
  text-align: left;
  background: rgba(209, 209, 209, 0.2);
}
.c-panel__content.is-padsm {
  padding-left: 3px;
  padding-right: 3px;
}

.c-simple-checkbox li {
  list-style: none;
}

.c-panel .c-button.is-contact {
  box-shadow: 0 4px 0 0 #147a74;
}
.c-panel .c-button.is-contact, .c-panel .c-button.is-line {
  padding-left: 8px;
  padding-right: 8px;
}

.c-stepbox__content a {
  font-weight: bold;
  text-decoration: underline;
}

.c-stepbox__content a.c-button {
  text-decoration: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .slidebar-button__icon span {
    display: block;
    height: 3px;
    background: #FFF;
    width: 30px;
    margin-bottom: 4px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .slidebar-button > span {
    display: block;
    text-align: center;
    font-size: 0.5625rem;
  }
}
@media (max-width: 768px) {
  .slidebar-button__icon > span {
    transition: all ease 0.2s;
  }

  .sb-active .slidebar-button__icon {
    transform: translateY(-6px) translateX(0px);
  }

  .sb-active .slidebar-button__icon > span:nth-child(1) {
    transform: rotate(-45deg) translateY(14px) translateX(-14px);
  }

  .sb-active .slidebar-button__icon > span:nth-child(2) {
    transform: rotate(45deg) translateY(9px) translateX(9px);
  }

  .sb-active .slidebar-button__icon span:nth-child(3) {
    display: none !important;
  }

  .sb-toggle {
    border-radius: 0px;
    top: 5px;
    right: 0px;
    width: 50px;
    height: 52px;
    padding-top: 4px;
  }
  .sb-toggle i {
    font-size: 30px;
  }

  .c-aboutbox img {
    margin-right: 0;
  }
}
.page-id-296 .l-page-content .c-profilebox__profile h4 {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.c-profilebox__title {
  font-weight: bold;
}
.c-profilebox__title span {
  font-size: 13px;
}

.c-promisebox .c-promisebox__content .heading.is-sm span:first-child {
  color: #b5839a;
}

.c-promisebox .c-promisebox__lead {
  font-size: 1.3rem;
}

.c-promisebox .c-promisebox__content .heading.is-sm {
  margin-bottom: 6px;
}

.c-promisebox__content p a {
  text-decoration: underline;
}

.u-text-right {
  text-align: right !important;
}

.c-aboutbox {
  padding-top: 0;
}

.c-aboutbox__lead {
  font-size: 17px;
  color: #776A70;
}

.l-page-content .heading.is-sm .fa {
  margin-right: 8px;
  color: #b5839a;
}

.c-profilebox__title {
  font-size: 1.225rem;
}
.c-profilebox__title svg {
  width: 102px;
}

.c-service-blocks__item .w-editor .l-post-content h3 {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .c-front-faq__text {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .c-front-faq {
    padding-left: 0;
    padding-right: 0;
  }

  .c-front-faq .c-front-faq__items li a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-aboutbox p {
    font-size: 1.15rem;
  }

  .c-faqbox {
    padding-bottom: 5px;
  }

  .c-service-blocks .c-service-point {
    padding-bottom: 0px;
    margin-bottom: -10px;
  }

  .c-service-blocks .c-service-point__titles {
    font-size: 15px;
  }

  .c-service-blocks__item .c-panel__title {
    padding-left: 0.7em;
  }

  .c-service-blocks__item .w-editor .l-post-content h4 {
    font-size: 1.2rem;
    margin-top: 0.5em;
  }

  .w-editor .l-post-content h3 {
    font-size: 1.35rem;
  }

  .c-profilebox__title {
    min-height: 0px;
  }

  .c-profilebox__title, .c-profilebox__image {
    max-height: initial;
  }

  .c-profilebox__title {
    flex-basis: 66%;
  }

  .c-profilebox__image__img {
    flex-basis: 34%;
  }
  .c-profilebox__image__img img {
    max-width: 100%;
    width: 100%;
  }

  .c-promisebox .c-promisebox__content .heading.is-sm {
    align-items: flex-end;
  }

  .c-promisebox .c-promisebox__content .heading.is-sm span:first-child {
    font-size: 1.4rem;
  }

  .c-profilebox__title {
    font-size: 15px;
  }

  .c-profilebox__title span {
    width: 100%;
    font-size: 12px;
  }

  .gallery .gallery-item figure figcaption {
    font-size: 13px;
    padding-top: 0;
  }
}
.sb-slidebar li.is-wants svg:first-of-type {
  display: block;
}
.sb-slidebar li.is-wants svg + svg {
  display: none;
}
.sb-slidebar li.is-wants .is-open svg:first-of-type {
  display: none;
}
.sb-slidebar li.is-wants .is-open svg + svg {
  display: block;
  margin-top: 8px;
}

.c-service-point {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .c-service-point {
    padding-bottom: 0;
  }
}

.main-visual--layer .main-visual__item {
  background: rgba(204, 204, 204, 0.16) !important;
}
.main-visual--layer .main-visual__item .main-visual__title {
  color: #b5839a !important;
}
.main-visual--layer .main-visual__item .main-visual__subtitle {
  color: #0a0a0d !important;
}

@media (min-width: 768px) {
  .main-visual--layer > div {
    min-height: 120px;
  }

  .global-navigation > .row > .columns > ul {
    margin-left: 0;
  }

  .main-visual--layer > div h1.main-visual__title {
    padding-top: 41px;
    letter-spacing: 0;
  }

  .has-subtitle.main-visual--layer > div h1.main-visual__title {
    padding-top: 24px;
  }
}
.c-case-joukyo {
  margin-top: 2em;
}

@media (min-width: 768px) {
  .c-voicelist-item__icon {
    flex-basis: 68px;
  }
}
.copyright, .header__desc {
  background: #B5839A;
}

@media (max-width: 768px) {
  .copyright, .header__desc {
    min-height: 5px;
    background: #B5839A;
  }

  .header__content {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .l-main {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-visual {
    margin-top: -20px;
  }

  .c-servicecase__list .slick-prev,
.c-servicecase__list .slick-next {
    width: auto;
  }

  .c-servicecase__list .slick-prev:before,
.c-servicecase__list .slick-next:before {
    font-size: 32px;
  }
}
.c-button.is-new {
  background: linear-gradient(-190deg, #ad9c5d 0%, #ad9c5d 74.66%, #a28e47 76.16%, #a28e47 100%);
  text-align: center;
  font-weight: bold;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0px;
}
.c-button.is-new:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.c-service-about {
  margin-top: 40px;
}

.c-voicelist-item__title,
.c-faqbox__title {
  color: #4E4E4E;
}

.c-service-about__panel {
  display: block;
  background: #FFF;
  padding: 16px 16px 16px;
  position: relative;
  margin-top: 32px;
  border-radius: 4px;
  margin-left: 16px;
  margin-right: 16px;
  background: #fff;
  border: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .c-service-about__panel {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 28px;
  }
}
.c-service-about__panel__text {
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-service-about__panel__text {
    font-size: 16px;
  }
}
.c-service-about__panel__title {
  position: absolute;
  top: -16px;
  max-width: 230px;
  width: 100%;
  background: #FFB400;
  border-radius: 40px;
  text-align: center;
  color: #1d1d1d;
  padding: 5px 24px;
  font-weight: bold;
  font-size: 16px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .c-service-about__panel__title {
    left: 3%;
    transform: none;
  }
}
.c-service-about__panel__subtitle {
  color: #4E4E4E;
  margin-bottom: 8px;
  padding-left: 24px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .c-service-about__panel__subtitle {
    font-size: 18px;
  }
}
.c-service-about__panel__subtitle:after {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 1.25rem;
  color: #f39800;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.125rem;
  color: #FFB400 !important;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-service-about__panel__subtitle:after {
    font-size: 20px;
    top: 15px;
  }
}
.c-service-about__panel:before {
  content: "";
  width: 180px;
  height: 32px;
  display: block;
  position: absolute;
  left: -1px;
  top: -16px;
  background: url(../images/img-point-title.svg) no-repeat center top;
}
.c-service-about__panel ul {
  margin-top: 0;
  margin-bottom: 0;
}
.c-service-about__panel ul li {
  font-weight: bold;
  font-size: 1.125rem;
  padding-left: 0;
  position: relative;
  list-style: none;
}
.c-service-about__panel ul li:after {
  display: none;
  font-size: 1.125rem;
  color: #FFB400 !important;
  line-height: 1;
}

@media (max-width: 768px) {
  .slidebar-button__icon {
    margin-top: 6px;
  }

  .sb-active-right .slidebar-button__text {
    display: none;
  }

  .c-service-about__panel {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .c-servicecase__list__button {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .c-front-service {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
}
.main-visual__item__bg {
  min-height: 320px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.button.slash {
  background: #B5839A;
  border: none !important;
  font-weight: bold;
}

.c-page-header {
  min-height: 122px;
}
@media (min-width: 768px) {
  .c-page-header {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .c-page-header[style*=main-visual01-pc], .c-page-header[style*=main-visual02-pc] {
    background-image: url(/wp-content/mu-plugins/common/images/main-visual01-smp.jpg) !important;
  }
}
.c-page-header__subtitle {
  padding-left: 10px;
  text-align: left;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  font-weight: bold;
  color: #422B17;
  margin-top: 32px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .c-page-header__subtitle {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
  }
}
.c-page-header__title {
  padding-left: 10px;
  text-align: left;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  color: #F29C9F;
}
@media (min-width: 768px) {
  .c-page-header__title {
    font-size: 32px;
    font-weight: bold;
  }
}

.c-layer-title {
  background: #61906c;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  color: #FFF;
  position: relative;
}
@media (min-width: 768px) {
  .c-layer-title {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
.c-layer-title:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/mu-plugins/common/images/layer-accent01.svg);
  position: absolute;
  left: 3px;
  top: 3px;
}
@media (min-width: 768px) {
  .c-layer-title:before {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}
.c-layer-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/mu-plugins/common/images/layer-accent02.svg);
  position: absolute;
  right: 3px;
  bottom: 3px;
}
@media (min-width: 768px) {
  .c-layer-title:after {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}
.c-layer-title__container {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .c-layer-title__container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.c-layer-title__title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif", serif;
}
@media (min-width: 768px) {
  .c-layer-title__title {
    font-size: 32px;
    font-weight: bold;
  }
}
.c-layer-title__title strong {
  font-size: 22px;
}
@media (min-width: 768px) {
  .c-layer-title__title strong {
    font-size: 40px;
    font-weight: bold;
  }
}
.c-layer-title__desc {
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-layer-title__desc {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
}

.c-service-blocks .c-service-point__titles {
  font-family: "Noto Serif", serif;
}
@media (min-width: 768px) {
  .c-service-blocks .c-service-point__titles {
    text-align: left;
    padding-left: 40px;
  }
}

.c-service-lead__list ul li {
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #222222;
}
@media (min-width: 768px) {
  .c-service-lead__list ul li {
    font-size: 16px;
  }
}

.c-service-lead__list {
  position: relative;
}
@media (min-width: 768px) {
  .c-service-lead__list {
    padding-bottom: 10px;
  }
}

.c-service-lead__list:after {
  content: "";
  background-image: url(./images/img-wants-checklist.png);
  width: 152px;
  height: 161px;
  display: block;
  position: absolute;
  opacity: 0.16;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0px;
  right: 0;
}

.c-service-blocks .c-service-point__titles strong {
  color: #61906C;
  font-size: 18px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .c-service-blocks .c-service-point__titles strong {
    font-size: 30px;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .c-banner-group {
    display: flex;
    justify-content: space-between;
  }
}
.c-banner-group__item {
  border: 1px solid #D6D5D5;
  display: block;
  text-decoration: none;
  padding: 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .c-banner-group__item {
    flex-basis: calc(33% - 6px);
  }
}
.c-banner-group__item:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.c-banner-group__item__thumbnail {
  width: 52px;
  height: 52px;
  background-size: contain;
  background-position: center center;
  margin-right: 10px;
}
.c-banner-group__item__content {
  display: block;
}
.c-banner-group__item__title {
  display: block;
  color: #E23080;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-banner-group__item__title {
    font-size: 16px;
  }
}
.c-banner-group__item__subtitle {
  display: block;
  font-family: "Noto Serif", serif;
  font-size: 12px;
  color: #C4C4C4;
}

.page-id-7 .heading.is-xxlg {
  background: #61906C;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.heading.is-xxlg {
  padding-top: 10px;
  padding-bottom: 10px;
}
.heading.is-xxlg small {
  display: block;
  color: #FFF;
  line-height: 1.5;
}
.heading.is-xxlg span {
  display: block;
  line-height: 1.5;
  font-size: 1.3em;
}

.w-editor .l-post-content > p > a.c-button {
  text-decoration: none;
  padding-right: 0;
  text-align: center;
}

.l-post-content.c-price-table table.c-table.is-simple {
  border-collapse: collapse;
  border: none;
}
.l-post-content.c-price-table table.c-table.is-simple tbody {
  border: none;
}
.l-post-content.c-price-table table.c-table.is-simple tbody tr {
  background: #FFF !important;
  border: none;
}
.l-post-content.c-price-table table.c-table.is-simple tbody tr th {
  width: 100px;
  background: none;
  border: none;
  padding-top: 5px;
  text-align: left;
  padding-bottom: 5px;
  font-size: 16px;
  color: #C11471;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #CCCCCC;
}
@media (min-width: 768px) {
  .l-post-content.c-price-table table.c-table.is-simple tbody tr th {
    padding-left: 20px;
  }
}
.l-post-content.c-price-table table.c-table.is-simple tbody tr td {
  border-top: none;
  font-size: 16px;
  padding-top: 5px;
  text-align: left;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid #CCCCCC;
}
.l-post-content.c-price-table table.c-table.is-simple tbody tr td strong {
  color: #C11471;
}

.u-text-indent.c-list.is-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.u-text-indent.c-list.is-indent li {
  list-style: none;
}
@media (min-width: 768px) {
  .u-text-indent.c-list.is-indent li {
    font-size: 16px;
  }
}

.c-wordbox__title:hover {
  cursor: pointer;
}

.c-panel.is-pink {
  background: #FDEFF0;
  padding: 16px;
  color: #6F6F6F;
}
@media (min-width: 768px) {
  .c-panel.is-pink {
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-panel.is-pink h5 {
  border-bottom: none;
}
.c-panel.is-pink p {
  font-size: 16px;
}
.c-panel.is-pink a {
  color: #6F6F6F;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-flowitems {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-flowitem .c-flow-number-title {
    font-size: 16px;
  }

  .c-flowitem img {
    margin-top: 10px;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .c-servicecase {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-service-faqlist__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-faqbox__content h3 {
  font-weight: bold;
}
.c-faqbox__content h3 span {
  font-weight: bold !important;
}

@media (min-width: 768px) {
  .copyright p, .header__desc p {
    line-height: 1.8;
    font-size: 11px;
  }

  .kindnav-case__item__content {
    width: calc(100% - 140px);
  }
}
.breadcrumbs {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  margin-top: 8px;
  margin-left: 13px;
}

.page-id-13 .c-layer-title {
  background: #B29D63;
}
.page-id-13 .c-service-blocks .c-service-point__titles strong {
  color: #B29D63;
}
.page-id-13 .c-heading.is-xlg, .page-id-13 .heading.is-xxlg.c-service-point__title {
  background: #B29D63;
}

@media (min-width: 768px) {
  .global-navigation > .row > .columns > ul > li.current {
    background: #e9e9e9;
  }

  .main-visual.main-visual--layer {
    padding-top: 60px;
    padding-bottom: 32px;
    background: #e9e9e9;
  }
}
.mainvisual__text {
  font-weight: bold;
  color: #5e3c4c;
  font-size: 28px;
  font-family: "Noto serif", serif;
}

.c-case-search__title {
  color: #776A70;
}

@media (min-width: 768px) {
  .header__tel__contact {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sb-toggle {
    display: none;
  }
}
.page-id-15 .c-panel.is-pink a {
  display: none;
}

.c-service-about__panel__subtitle:after {
  color: #B29D63;
}

.c-service-about__panel {
  border: 5px double #E0DFB9;
}

.c-breadcrumb {
  position: relative;
  z-index: 10;
}

.heading.is-md, .entry__content h3 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 0px;
  padding-left: 0.8rem;
  background: #FDEFF0;
  padding: 10px 10px;
  color: #C11471;
  position: relative;
  margin-bottom: 1rem;
}

.c-button:focus {
  color: #FFF;
}

.headings-lg {
  background: #FBE1E0;
  padding: 10px;
}

.breadcrumbs {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.breadcrumbs li {
  float: none;
  display: block;
  max-width: 400px;
  white-space: nowrap;
}

.breadcrumbs li.current {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c-front-mvicon {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .c-front-mvicon:after {
    display: none;
  }
  .c-front-mvicon .c-front-mvicon__item {
    display: flex;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .c-front-mvicon .c-front-mvicon__text {
    font-size: 18px;
    text-align: left;
  }
  .c-front-mvicon .c-front-mvicon__icon {
    min-height: 30px;
    flex-basis: 100px;
  }
  .c-front-mvicon .c-front-mvicon__icon svg {
    width: auto;
    min-height: 42px;
  }
}

.c-panel:first-of-type {
  margin-top: 0;
}

@media (min-width: 768px) {
  .l-container.wrapper {
    max-width: initial;
  }

  .c-smp-conbanner .row {
    margin-left: 0;
    margin-right: 0;
  }
  .c-smp-conbanner .large-8 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  .l-page-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-panel__content p, .c-panel__content li {
    list-style: inside;
  }
}
.c-beginner-banner {
  border-radius: 4px;
  border: 4px solid #b5839a;
}
.c-beginner-banner__inner {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.c-beginner-banner__circle {
  width: 100px;
  height: 100px;
  border-radius: 10000px;
  background: #b5839a;
  color: #FFF;
  text-align: center;
  padding-top: 16px;
  margin-right: 20px;
}
.c-beginner-banner__circle span {
  display: block;
  font-weight: bold;
  width: 100%;
}
.c-beginner-banner__circle span:first-child {
  font-size: 14px;
}
.c-beginner-banner__text {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-beginner-banner__text {
    font-size: 18px;
  }
}
.c-beginner-banner__text span {
  display: block;
}

.main-visual__subtitle {
  font-size: 15px;
  color: #333 !important;
  padding-left: 0;
}

@media (max-width: 768px) {
  .slick-prev, .slick-next {
    height: auto !important;
    padding-top: 3px !important;
  }

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

  .main-visual--layer .mainvisual__text {
    font-size: 24px;
  }

  .main-visual__item__bg {
    min-height: 55vw;
  }

  .header__content {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .home .main-visual,
.home .main-visual__item {
    display: block !important;
  }

  .header__logo {
    font-size: 1.8461538462rem;
    line-height: 1.4;
  }

  .main-visual.main-visual--layer {
    margin-top: 0;
    max-height: 100px;
    padding-top: 20px;
    background: rgba(204, 204, 204, 0.16) !important;
  }

  .main-visual.main-visual--layer .main-visual__item {
    display: none;
  }

  .main-visual--layer > div {
    min-height: 80px;
    margin-top: 30px;
  }

  .main-visual--layer .mainvisual__text {
    position: static;
    padding-left: 16px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .c-beginner-banner__text {
    font-size: 16px;
  }

  #post-41 .page__content {
    padding: 10px;
  }

  .c-flowitem .c-flow-number-title {
    padding-left: 14px;
    padding-right: 14px;
  }

  .breadcrumbs {
    padding-left: 8px;
    margin-left: 0;
  }

  .sb-toggle:focus {
    color: #FFF;
  }

  .c-voicelist__nav__list .c-button i.fa {
    margin-top: 3px;
    margin-left: 8px;
    float: none;
  }

  .c-voicelist__nav__list ul li a.c-button {
    padding-right: 8px;
  }

  .single-faq .post-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-columns-search__submit {
    margin-left: auto;
    margin-right: auto;
  }

  .c-faqcat ul li a.c-button i {
    margin-top: 3px;
    margin-left: 6px;
    margin-right: 2px;
  }

  .c-panel__content .c-simple-checkbox li {
    list-style: none !important;
  }

  .heading.is-sm, .l-post-content h5, #tinymce h5, .l-content h5 {
    border-color: #c11471;
    border-bottom: none;
    margin-top: 2em;
  }

  .archive.tax-faq_kind .l-main {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }

  .mw_wp_form .horizontal-item {
    margin-left: 0 !important;
  }

  .c-generateform__title {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .heading.is-sm, .l-post-content h5, #tinymce h5, .l-content h5 {
    border-color: #c11471;
    border-bottom: none;
    margin-top: 1.5em;
  }
}
#post-19 .l-page-content h4 {
  font-weight: bold;
}

.gallery .gallery-item figure figcaption {
  font-size: 12px;
  line-height: 1.3;
  background: #f5f5f5;
  padding: 6px 8px;
  text-align: left;
  color: #333;
}

.gallery .gallery-item {
  min-height: 0px;
}

.heading.is-sm, .l-post-content h5, #tinymce h5, .l-content h5 {
  color: #c11471;
}

@media (min-width: 768px) {
  .aside__contact .button {
    font-size: 14px;
  }
}
.c-layer-title__desc {
  display: none;
}

#post-26 {
  margin-top: 12px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

#post-41 ol {
  margin-left: 1.4em;
}

.c-panel.is-pink {
  position: relative;
  margin-bottom: 4em;
}

.c-panel.is-pink a {
  position: absolute;
  bottom: -2em;
  font-weight: normal;
  left: 0;
  color: #EA6172;
  text-decoration: underline;
}

.c-panel.is-pink h5 {
  margin-top: 0;
}

.c-faqsearch [type=search] {
  border-radius: 0;
  -webkit-appearance: none;
}

#post-15 .c-service-blocks__item.is-3 .heading.is-xxlg.c-service-point__title {
  margin-top: 0;
}

#post-15 .c-flowitems {
  margin-bottom: 0;
}

.c-beginner-banner__circle span:first-child {
  line-height: 1.2;
}

.c-beginner-banner__circle span:last-child {
  font-size: 24px;
}

a.sb-toggle:hover,
a.sb-toggle:focus {
  color: #FFF;
}

.c-case-item__title__icon {
  margin-right: 10px;
}

.hentry--listcard .label {
  color: #fff;
  font-size: 12px;
}

@media (max-width: 768px) {
  .post-wrapper .entry {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-profilebox__title svg {
    width: 75px;
  }
}

/*# sourceMappingURL=add.css.map */

.c-columns-search {
  display: none !important;
}
