@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");
@media screen and (min-width: 1024px) {
  .pageH {
    display: flex;
    align-items: center;
  }
}

.pageH figure {
  margin: 0 15px 1em 0;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}

@media screen and (min-width: 1024px) {
  .pageH figure {
    width: 50%;
    margin-right: calc(4vw * .8);
    border-radius: 0 40px 40px 0;
  }
}

.pageH figure img {
  width: 100%;
}

.pageH .ttlBox {
  margin: 0 15px;
}

@media screen and (min-width: 1024px) {
  .pageH .ttlBox {
    flex: 1;
    margin: 0 4vw 0 0;
  }
}

.pageH .ttlBox h2 {
  line-height: 1.2;
  margin-bottom: .3em;
  font-size: 2.667em;
}

.pageH .ttlBox h2 span {
  display: block;
  font-size: .5em;
}

.pageH .ttlBox p {
  line-height: 1.5;
}

.pageH_noImg {
  padding: 1.5em 15px;
  background-color: rgba(203, 182, 131, 0.2);
}

@media screen and (min-width: 768px) {
  .pageH_noImg .pan {
    margin: 0 294px 3em 0;
  }
}

@media screen and (min-width: 1150px) {
  .pageH_noImg .pan {
    margin-right: 0;
  }
}

.pageH_noImg h2 {
  line-height: 1.2;
  text-align: center;
  font-size: 1.444em;
}

.pageH_noImg h2 .lineIcon {
  margin-top: .5em;
}

@media screen and (min-width: 768px) {
  .pageH_noImg h2 .lineIcon {
    width: 80px;
  }
}

.pageH_noImg p {
  margin-top: 1.5em;
  line-height: 1.5;
}

.pan {
  display: none;
}

@media screen and (min-width: 768px) {
  .pan {
    display: flex;
    flex-wrap: wrap;
    margin: 0.7em calc(4vw * .5) 0;
  }
}

@media screen and (min-width: 1920px) {
  .pan {
    margin-left: 4vw;
  }
}

.pan li {
  line-height: 1.2;
  margin-left: 0 !important;
  font-size: 0.889em;
  list-style: none !important;
}

.pan li:not(:last-child) {
  position: relative;
  padding-right: calc(1.5em + 8px);
}

.pan li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  left: auto;
  right: 0;
  bottom: auto;
  border: transparent solid;
  border-width: 4px 8px;
  border-left-color: rgba(79, 43, 0, 0.5);
}

.pan li a {
  text-decoration: underline;
}

.pageAnc {
  margin-top: 30px;
  padding: 0 15px;
}

.pageAnc + .secBox {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .pageAnc + .secBox {
    margin-top: calc(4vw * .8);
  }
}

.pageAnc ul {
  overflow: hidden;
  border-radius: 8px;
  background-color: #e84c4c;
}

@media screen and (min-width: 768px) {
  .pageAnc ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 16px;
  }
}

@media screen and (min-width: 768px) {
  .pageAnc ul li {
    flex: auto;
  }
}

.pageAnc ul li:not(:first-child) {
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
}

@media screen and (min-width: 768px) {
  .pageAnc ul li:not(:first-child) {
    position: relative;
    border-top: none;
  }
  .pageAnc ul li:not(:first-child):before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 32px;
    top: calc(50% - 16px);
    left: 0;
    right: auto;
    bottom: auto;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.pageAnc ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  padding: .75em .5em .75em 1.5em;
  color: #fff;
  font-size: 0.889em;
}

@media screen and (min-width: 768px) {
  .pageAnc ul li a {
    padding: 1em .5em 25px;
    text-align: center;
    font-size: 0.778em;
  }
}

@media screen and (min-width: 1024px) {
  .pageAnc ul li a {
    font-size: 1em;
  }
}

.pageAnc ul li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: 0.75em;
  right: auto;
  bottom: auto;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .pageAnc ul li a:before {
    display: none;
  }
}

.pageAnc ul li a .arrowB {
  display: none;
}

@media screen and (min-width: 768px) {
  .pageAnc ul li a .arrowB {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 14px;
  }
}

.secBox.lower {
  margin-top: 30px;
  padding-top: 24px;
}

@media screen and (min-width: 768px) {
  .secBox.lower {
    margin-top: calc(4vw * .8);
    padding-top: calc(4vw * .6);
  }
}

.secBox .secTtl h3 span {
  display: block;
  margin-top: .5em;
  text-align: center;
  font-size: .5em;
  color: #e84c4c;
}

.secBox h4 {
  position: relative;
  line-height: 1.5;
  margin: 1.5em 0 1em;
  padding: .75em;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 4px 4px 0;
  border-radius: 1.25em;
  font-size: 1.333em;
}

@media screen and (min-width: 768px) {
  .secBox h4 {
    margin: 4vw 0 1.5em;
    padding: 1.25em 1em 1.25em 1.5em;
    box-shadow: rgba(0, 0, 0, 0.08) 8px 8px 0;
    border-radius: 1.5em;
  }
}

.secBox h4 .ttlNum {
  display: block;
  position: absolute;
  top: -20px;
  left: -10px;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  line-height: 1.1;
  text-align: center;
  font-size: 10px;
  color: #e84c4c;
}

@media screen and (min-width: 768px) {
  .secBox h4 .ttlNum {
    top: calc(50% - 40px);
    left: -40px;
    width: 80px;
    height: 80px;
    padding-top: 14px;
    font-size: 0.778em;
  }
}

.secBox h4 .ttlNum:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  border-radius: 50%;
  border: 2px solid #e84c4c;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(-45deg);
}

.secBox h4 .ttlNum strong {
  display: block;
  text-align: center;
  font-size: 1.8em;
}

.secBox h5 {
  position: relative;
  line-height: 1.5;
  margin: 1.5em 0 .8em;
  padding-bottom: .3em;
  font-size: 1.222em;
}

.secBox h5:after {
  content: '';
  display: block;
  position: absolute;
  width: 160px;
  height: 1px;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  background-color: rgba(79, 43, 0, 0.5);
}

.secBox h6 {
  line-height: 1.5;
  margin-bottom: .5em;
  color: #e84c4c;
}

.secBox p, .secBox ul, .secBox ol, .secBox table, .secBox dl {
  margin-bottom: 1.5em;
}

.secBox li {
  margin-bottom: .5em;
  line-height: 1.2;
}

.secBox dt, .secBox dd, .secBox td, .secBox th {
  line-height: 1.2;
}

.secBox ol li {
  margin-left: 1.5em;
  list-style: decimal;
}

.secBox ol li > ol {
  margin: 1em 0 !important;
}

.secBox ul.list li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1em;
}

.secBox ul.list li:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0.4em;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: rgba(79, 43, 0, 0.5);
  border-radius: 50%;
}

.secBox figure {
  line-height: 0;
  margin-bottom: 1em;
  text-align: center;
}

.secBox figure figcaption {
  margin-top: .3em;
  line-height: 1.2;
  text-align: center;
  font-size: 0.889em;
}

.secBox figure img {
  overflow: hidden;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .secBox figure img {
    border-radius: 16px;
  }
}

.secBox a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .secBox .spLpcC {
    text-align: center;
  }
}

.secBox .komeIndent {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 0.778em;
}

.secBox .photo2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

.secBox .photo2 figure {
  width: calc(50% - 8px);
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .secBox .photo2 figure {
    width: calc(50% - 16px);
  }
}

.secBox .photo4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

.secBox .photo4 figure {
  width: calc(50% - 8px);
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .secBox .photo4 figure {
    width: calc(25% - 16px);
    margin-bottom: 0;
  }
}

.secBox dl.list {
  padding-left: .75em;
  border-left: rgba(79, 43, 0, 0.5) solid 1px;
}

.secBox dl.list dt {
  position: relative;
  margin-bottom: .5em;
  font-size: 1.111em;
}

.secBox dl.list dt:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -0.75em;
  right: auto;
  bottom: auto;
  background-color: #e84c4c;
}

.secBox dl.list dd {
  position: relative;
  margin-bottom: .4em;
  padding-left: 1em;
  font-size: 0.889em;
}

.secBox dl.list dd:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0.4em;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: rgba(79, 43, 0, 0.5);
  border-radius: 50%;
}

.secBox .photoLtxtR {
  margin: 1.5em 0;
}

@media screen and (min-width: 768px) {
  .secBox .photoLtxtR {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .secBox .photoLtxtR figure {
    max-width: 50%;
    padding-right: 30px;
  }
  .secBox .photoLtxtR figure img {
    width: auto;
  }
  _:-ms-fullscreen, :root .secBox .photoLtxtR figure {
    flex-shrink: 0;
  }
  .secBox .photoLtxtR .txt {
    flex: 1;
  }
}

.secBox .floatList {
  display: flex;
  flex-wrap: wrap;
}

.secBox .floatList li {
  position: relative;
  margin: 0 1.5em .75em 0;
  padding-left: 1em;
}

.secBox .floatList li:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0.4em;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: rgba(79, 43, 0, 0.5);
  border-radius: 50%;
}

.secBox .responsivBox {
  position: relative;
  padding-top: 50%;
}

@media screen and (min-width: 768px) {
  .secBox .responsivBox {
    padding-top: 35%;
  }
}

.secBox .responsivBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.secBox.aboutReasons h4, .secBox.lineFlow h4 {
  padding: .5em .5em .5em 30px;
}

@media screen and (min-width: 768px) {
  .secBox.aboutReasons h4, .secBox.lineFlow h4 {
    padding: .75em .5em .75em 50px;
  }
}

.secBox .dlTable {
  max-width: 880px;
  margin: 0 auto;
}

.secBox .dlTable dt {
  margin-bottom: .5em;
  padding: .5em .5em .5em 8px;
  border-left: #e84c4c solid 8px;
  background-color: rgba(203, 182, 131, 0.4);
}

.secBox .dlTable dd {
  margin: 0 0 1.5em 16px;
  line-height: 1.5;
}

.secBox .dlTable dd strong {
  font-size: 1.111em;
}

.secBox .dtTtlTable {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .secBox .dtTtlTable {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .secBox .dtTtlTable dl {
    width: calc(100% / 3 - 4px);
    margin-bottom: 1em;
  }
}

.secBox .dtTtlTable dl dt {
  margin: 0 8px;
  padding: .5em;
  border-radius: 8px 8px 0 0;
  background-color: #4f2b00;
  text-align: center;
  color: #fff;
}

.secBox .dtTtlTable dl dd {
  padding: 1em;
  background-color: #fff;
}

.secBox .dtTtlTable dl dd:first-of-type {
  padding-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.secBox .dtTtlTable dl dd:last-of-type {
  border-radius: 0 0 8px 8px;
}

.secBox.lineFlow {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .secBox.lineFlow {
    margin-top: calc(4vw * .8);
  }
}

@media screen and (min-width: 768px) {
  .secBox.lineFlow .addLine {
    display: flex;
    justify-content: space-between;
  }
}

.secBox.lineFlow .addLine .btnBox {
  margin: 0 auto 1em;
  padding: 1em;
  background-color: rgba(203, 182, 131, 0.4);
}

@media screen and (min-width: 768px) {
  .secBox.lineFlow .addLine .btnBox {
    width: calc(50% - 16px);
    display: flex;
    flex-direction: column;
  }
}

.secBox.lineFlow .addLine .btnBox h5 {
  margin-top: 0;
}

.secBox.lineFlow .addLine .btnBox .spBtn {
  margin-bottom: .5em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .secBox.lineFlow .addLine .btnBox .spBtn {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.secBox.lineFlow .addLine .btnBox p {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .secBox.lineFlow .dtTtlTable dl {
    display: flex;
    flex-direction: column;
  }
}

.secBox.lineFlow .dtTtlTable dl dd:first-of-type {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .secBox.lineFlow .dtTtlTable dl dd:last-of-type {
    flex-grow: 1;
  }
}

.secBox.caseIndex .caseList {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .secBox.caseIndex .caseList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .secBox.caseIndex .caseList::after {
    display: block;
    content: "";
    width: 48%;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .secBox.caseIndex .caseList::after {
    width: 32%;
  }
}

.secBox.caseIndex .caseList li {
  width: 100% !important;
  margin-bottom: 1em;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .secBox.caseIndex .caseList li {
    width: 48% !important;
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 1024px) {
  .secBox.caseIndex .caseList li {
    width: 32% !important;
  }
}

.secBox.faq .faqList dt, .secBox.faq .faqList dd {
  position: relative;
  padding: .5em 0 0 36px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .secBox.faq .faqList dt, .secBox.faq .faqList dd {
    padding: 1em 0 0 60px;
  }
}

.secBox.faq .faqList dt:before, .secBox.faq .faqList dd:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 0.889em;
}

@media screen and (min-width: 768px) {
  .secBox.faq .faqList dt:before, .secBox.faq .faqList dd:before {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.222em;
  }
}

.secBox.faq .faqList dt:after, .secBox.faq .faqList dd:after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  border-radius: 50%;
  border: 2px solid #e84c4c;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .secBox.faq .faqList dt:after, .secBox.faq .faqList dd:after {
    width: 48px;
    height: 48px;
  }
}

.secBox.faq .faqList dt {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .secBox.faq .faqList dt {
    margin-bottom: 1em;
  }
}

.secBox.faq .faqList dt:before {
  content: "Q";
}

.secBox.faq .faqList dt:after {
  border-top-color: rgba(79, 43, 0, 0.5);
  border-bottom-color: rgba(79, 43, 0, 0.5);
}

.secBox.faq .faqList dd {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: #cbb683 solid 1px;
}

.secBox.faq .faqList dd:before {
  content: "A";
  color: #e84c4c;
}

.secBox.faq .faqList dd:after {
  border-top-color: #e84c4c;
  border-bottom-color: #e84c4c;
}

.secBox.contactMail.send {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .secBox.contactMail.send {
    margin-top: calc(4vw * .8);
  }
}

.secBox.contactMail .mw_wp_form_confirm .input-show {
  display: none;
}

.secBox.contactMail .required, .secBox.contactMail .any {
  display: inline-block;
  line-height: 1.2;
  margin-left: .5em;
  padding: .3em .5em .2em;
  background-color: #e84c4c;
  font-size: 0.778em;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .secBox.contactMail .required, .secBox.contactMail .any {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
}

.secBox.contactMail .any {
  background-color: #4f2b00;
}

.secBox.contactMail .mwform-checkbox-field, .secBox.contactMail .mwform-radio-field {
  display: inline-block;
  margin: 0 1em 0 0 !important;
}

.secBox.contactMail .error-message {
  max-width: 660px;
  margin: 0 auto 1em;
  padding: .25em;
  border: #e84c4c solid 2px;
  border-radius: 1em;
  background-color: #fff;
  text-align: center;
  color: #e84c4c;
}

.secBox.contactMail .contactForm {
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .secBox.contactMail .contactForm {
    display: flex;
    flex-wrap: wrap;
  }
}

.secBox.contactMail .contactForm dt {
  margin-bottom: .5em;
  padding: .5em 40px .5em .5em;
  background-color: rgba(203, 182, 131, 0.4);
  font-size: 0.889em;
}

@media screen and (min-width: 768px) {
  .secBox.contactMail .contactForm dt {
    display: flex;
    align-items: center;
    position: relative;
    width: 280px;
    margin-bottom: 1em;
  }
}

.secBox.contactMail .contactForm dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .secBox.contactMail .contactForm dd {
    width: calc(100% - 280px);
    padding-left: 1em;
  }
}

.secBox.contactMail .contactForm dd > div {
  width: 100%;
}

.secBox.contactMail .contactForm dd .error {
  display: block;
  width: 100%;
  margin-top: .25em;
  text-align: left;
  font-size: 0.889em;
  color: #e84c4c;
}

.secBox.contactMail .mw_wp_form .error {
  text-align: center;
  font-size: 0.889em;
  color: #e84c4c;
}

.secBox.contactMail .btnBox {
  padding-bottom: 1em;
}

.secBox.contactTel .telBox {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 16px 16px;
  background-color: rgba(203, 182, 131, 0.4);
}

@media screen and (min-width: 768px) {
  .secBox.contactTel .telBox {
    padding: 1.5em 1em 2em;
  }
}

.secBox.contactTel .telBox:before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: #fff solid 1px;
  z-index: 0;
}

.secBox.contactTel .telBox p {
  max-width: 357px;
  margin: 0 auto .5em;
}

.secBox.contactTel .telBox a.telBtn {
  position: relative;
  width: 100%;
  max-width: 357px;
  height: 77px;
  text-decoration: none;
  z-index: 1;
}

.secBox.contactTel .telBox a.telBtn > span {
  margin-left: 16px;
}

.secBox.contactTel .telBox a.telBtn img {
  width: 32px;
}

.secBox.news .newsList {
  border-top: none;
}

.secBox.policy {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .secBox.policy {
    margin-top: calc(4vw * .8);
  }
}

.secBox.policy .contact {
  position: relative;
  padding: calc(8px + 1em);
  background-color: rgba(203, 182, 131, 0.4);
}

@media screen and (min-width: 768px) {
  .secBox.policy .contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto 1.5em;
  }
}

.secBox.policy .contact:before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: #fff solid 1px;
  z-index: 0;
}

.secBox.policy .contact dt {
  margin-bottom: .25em;
  font-size: 0.889em;
}

.secBox.policy .contact dt:after {
  content: '：';
}

@media screen and (min-width: 768px) {
  .secBox.policy .contact dt {
    width: 9em;
    text-align: right;
  }
}

.secBox.policy .contact dd {
  position: relative;
  z-index: 1;
}

.secBox.policy .contact dd:not(:last-child) {
  margin-bottom: .8em;
}

@media screen and (min-width: 768px) {
  .secBox.policy .contact dd {
    width: calc(100% - 9em);
  }
}

.pagenation {
  margin-top: 2em;
  padding-bottom: 8px;
}

.pagenation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagenation ul li {
  margin: 0 .5em;
}

.pagenation ul li:first-child i.arrowR {
  transform: scale(-1, 1);
}

.pagenation ul li a, .pagenation ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 3em;
  background-color: #fff;
  border: #e84c4c solid 2px;
  border-radius: 8px;
  text-decoration: none;
}

.pagenation ul li a:hover, .pagenation ul li span:hover {
  box-shadow: rgba(79, 43, 0, 0.5) 0 0 8px;
  opacity: 1;
}

.pagenation ul li a.prev:hover, .pagenation ul li span:hover {
  padding-right: .5em;
}

.pagenation ul li a.next:hover, .pagenation ul li span:hover {
  padding-left: .5em;
}

.pagenation ul li a.current, .pagenation ul li span.current {
  background-color: #e84c4c;
  color: #fff;
}

.pagenation ul li a.current:hover, .pagenation ul li span.current:hover {
  box-shadow: none;
}

.indexCategoryNav {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: rgba(203, 182, 131, 0.4) solid 1px;
}

@media screen and (min-width: 768px) {
  .indexCategoryNav {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.listTtlH3 {
  line-height: 1.2;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.111em;
}

.caseCat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.caseCat li {
  width: calc(100% / 5 - 8px);
  margin: 0 8px .5em 0;
}

.caseCat li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .caseCat li {
    width: 110px;
    margin-right: 32px;
  }
}

.caseCat li a {
  display: block;
  text-decoration: none;
}

.caseCat li a:hover {
  opacity: 1;
}

.caseCat li a figure {
  margin-bottom: .4em;
  border: rgba(203, 182, 131, 0.5) solid 3px;
  border-radius: 50%;
  box-shadow: rgba(79, 43, 0, 0.16) 0 0 4px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.caseCat li a:hover figure {
  border-color: rgba(232, 76, 76, 0.75);
  box-shadow: rgba(255, 255, 255, 0.75) 0 0 8px;
}

.caseCat li a span {
  display: block;
  text-align: center;
  font-size: 0.778em;
}

.caseCat li a:hover span {
  color: #824700;
}

.columnCat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.columnCat li {
  margin: 0 .5em .25em 0;
}

.columnCat li a {
  display: block;
  padding: .3em .7em;
  border: #e84c4c solid 1px;
  border-radius: 1em;
  text-decoration: none;
  font-size: 0.778em;
  font-weight: normal;
}

.mw_wp_form .error-message {
  display: none;
}

.mw_wp_form_error .error-message {
  display: block;
}

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