body .bl-fmt2022 {
  color: #333333 !important;
}
body .or-fmt2022 {
  color: #EF6D22 !important;
}
body .align-left-fmt2022 {
  text-align: left !important;
}
body .align-center-fmt2022 {
  text-align: center !important;
}
body .align-right-fmt2022 {
  text-align: right !important;
}
body .max100-fmt2022 {
  max-width: 100% !important;
}
body .cat-fmt2022 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #333333;
}
@media (max-width: 767px) {
  body .cat-fmt2022 {
    font-size: 14px;
    font-weight: normal;
    line-height: 2.5714285714;
  }
}
body .cat-fmt2022 + h1 {
  font-weight: bold !important;
  color: #333333 !important;
}
body .l-content .section-fmt2022 {
  padding: 1px 0;
}
body .l-content .section-fmt2022--bg {
  background: #F7F7F1;
}
body .l-content .section-inner-fmt2022 {
  width: 1040px;
  max-width: 90%;
  margin: 0 auto;
}
body .l-content .section-inner-m-fmt2022 {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
}
body .l-content .section-margin-fmt2022 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body .l-content .section-margin-fmt2022 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
body .l-content .row-fmt2022 {
  margin: 30px 0;
}
body .l-content .anchor-wh-fmt2022 {
  width: 1040px;
  max-width: 90%;
  margin: 30px auto;
  padding-bottom: 13px;
  border-bottom: solid 1px #D7D2CB;
}
@media (max-width: 767px) {
  body .l-content .anchor-wh-fmt2022 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5% 13px;
  }
}
body .l-content .anchor-wh-fmt2022 li {
  display: inline-block;
  margin: 0 80px 5px 0;
}
@media (max-width: 767px) {
  body .l-content .anchor-wh-fmt2022 li {
    width: 49%;
    margin: 0 0 7px;
  }
}
body .l-content .anchor-wh-fmt2022 li a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  color: #333333;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body .l-content .anchor-wh-fmt2022 li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  left: 0;
  top: 5px;
}
body .l-content .anchor-wh-fmt2022 li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #EF6D22;
  border-right: solid 1px #EF6D22;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
  top: 13px;
}
body .l-content .anchor-wh-fmt2022 li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  body .l-content .anchor-wh-fmt2022 li a {
    font-size: 13px;
    line-height: 2.3076923077;
  }
}
body .l-content .anchor-or-fmt2022 {
  width: 1040px;
  max-width: 90%;
  margin: 30px auto;
}
@media (max-width: 767px) {
  body .l-content .anchor-or-fmt2022 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5% 13px;
  }
}
body .l-content .anchor-or-fmt2022 li {
  display: inline-block;
  margin: 0 60px 5px 0;
}
@media (max-width: 767px) {
  body .l-content .anchor-or-fmt2022 li {
    width: 49%;
    margin: 0 0 7px;
  }
}
body .l-content .anchor-or-fmt2022 li a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.875;
  color: #333333;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body .l-content .anchor-or-fmt2022 li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #EF6D22;
  left: 0;
  top: 5px;
}
body .l-content .anchor-or-fmt2022 li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 7px;
  top: 13px;
}
body .l-content .anchor-or-fmt2022 li a:hover {
  opacity: 0.7;
}
body .l-content .h2-a-fmt2022 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.3571428571;
  text-align: center;
  margin: 0 auto 35px;
}
@media (max-width: 767px) {
  body .l-content .h2-a-fmt2022 {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
body .l-content .h2-b-fmt2022 {
  padding: 14px 5px 7px;
  background: #FDE9D3;
  border-radius: 12px;
  text-align: center;
  color: #EF6D22;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7142857143;
  margin-bottom: 45px;
}
body .l-content .h2-b-fmt2022 span {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
  display: block;
  margin-bottom: -6px;
}
@media (max-width: 767px) {
  body .l-content .h2-b-fmt2022 {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    padding: 8px 5px 20px;
  }
  body .l-content .h2-b-fmt2022 span {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 0;
  }
}
body .l-content .h3-a-fmt2022 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin: 30px 0;
}
@media (max-width: 767px) {
  body .l-content .h3-a-fmt2022 {
    font-size: 16px;
  }
}
body .l-content .h3-b-fmt2022 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin: 30px 0;
  padding-bottom: 9px;
  border-bottom: solid 2px #D7D2CB;
  position: relative;
}
body .l-content .h3-b-fmt2022:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #EF6D22;
}
@media (max-width: 767px) {
  body .l-content .h3-b-fmt2022 {
    font-size: 16px;
  }
}
body .l-content .h4-fmt2022 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body .l-content .h4-fmt2022 {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.6666666667;
  }
}
body .l-content .txt-fmt2022 {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.875;
}
body .l-content .txt-fmt2022 + .txt-fmt2022 {
  margin-top: 30px;
}
body .l-content .txt-fmt2022--center {
  text-align: center;
}
body .l-content .txt-fmt2022--fz14 {
  font-size: 14px;
  line-height: 2;
}
body .l-content .caution-fmt2022 {
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  margin: 15px 0;
}
body .l-content .btn-row-fmt2022 {
  margin: 45px 0;
  text-align: center;
}
body .l-content .btn-or-fmt2022 {
  display: inline-block;
  margin: 0 15px;
  background: #EF6D22;
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 0.046em;
  text-decoration: none;
  font-weight: bold;
  padding: 21px 30px;
  border-radius: 100px;
  width: 240px;
  max-width: calc(100% - 30px);
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body .l-content .btn-or-fmt2022--wide {
  width: 320px;
}
body .l-content .btn-or-fmt2022:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 25px;
  top: 22px;
}
body .l-content .btn-or-fmt2022:hover {
  opacity: 0.7;
}
body .l-content .btn-wh-fmt2022 {
  display: inline-block;
  background: #fff;
  color: #333333 !important;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-weight: bold;
  padding: 25px 40px 25px 25px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body .l-content .btn-wh-fmt2022:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #EF6D22;
  border-right: solid 2px #EF6D22;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 28px;
  top: calc(50% - 7px);
}
body .l-content .btn-wh-fmt2022:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  body .l-content .btn-wh-fmt2022--sp-w90 {
    max-width: 90%;
  }
}
body .l-content .txt-link-fmt2022 {
  color: #EF6D22 !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.046em;
  line-height: 1.375;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body .l-content .txt-link-fmt2022:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #EF6D22;
  border-right: solid 2px #EF6D22;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  bottom: 5px;
}
body .l-content .txt-link-fmt2022:hover {
  opacity: 0.7;
}
body .l-content .txt-link-blank-fmt2022 {
  color: #EF6D22 !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.046em;
  line-height: 1.375;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: url(../img/ic_blank.svg) left 5px/18px auto no-repeat;
}
body .l-content .txt-link-blank-fmt2022:hover {
  opacity: 0.7;
}
body .l-content .list-a-fmt2022 {
  margin: 30px 0;
}
body .l-content .list-a-fmt2022 li {
  font-size: 16px;
  line-height: 1.875;
  position: relative;
  padding-left: 26px;
}
body .l-content .list-a-fmt2022 li:nth-of-type(n+2) {
  margin-top: 22px;
}
body .l-content .list-a-fmt2022 li:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EF6D22;
  left: 9px;
  top: 10px;
}
body .l-content .list-a-fmt2022 li a {
  color: #EF6D22;
}
body .l-content .list-b-fmt2022 {
  margin: 30px 0;
}
body .l-content .list-b-fmt2022 li {
  font-size: 16px;
  line-height: 1.875;
  position: relative;
  padding-left: 30px;
}
body .l-content .list-b-fmt2022 li:nth-of-type(n+2) {
  margin-top: 25px;
}
body .l-content .list-b-fmt2022 li a {
  color: #EF6D22;
}
body .l-content .list-b-fmt2022 li span:first-of-type {
  font-size: 18px;
  font-weight: bold;
  color: #837B6F;
  position: absolute;
  left: 10px;
  top: 0;
}
body .l-content .list-c-fmt2022 {
  margin: 30px 0;
}
body .l-content .list-c-fmt2022 li {
  font-size: 16px;
  line-height: 1.875;
  position: relative;
  padding-left: 43px;
}
body .l-content .list-c-fmt2022 li:nth-of-type(n+2) {
  margin-top: 30px;
}
body .l-content .list-c-fmt2022 li a {
  color: #EF6D22;
}
body .l-content .list-c-fmt2022 li span:first-of-type {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #EF6D22;
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
}
body .l-content .tbl-row-fmt2022 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
}
@media (max-width: 767px) {
  body .l-content .tbl-row-fmt2022 {
    display: block;
    margin: 50px 0;
  }
}
body .l-content .tbl-a-fmt2022 {
  width: 100%;
}
body .l-content .tbl-a-fmt2022 th, body .l-content .tbl-a-fmt2022 td {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5714285714;
  background: #fff;
}
body .l-content .tbl-a-fmt2022 th {
  padding: 14px 18px;
}
body .l-content .tbl-a-fmt2022 .th-gy-fmt2022 {
  background: #D5D5D5;
}
body .l-content .tbl-a-fmt2022 .th-bl-fmt2022 {
  background: #333333;
  color: #fff;
}
body .l-content .tbl-a-fmt2022 td {
  padding: 9px 18px;
}
body .l-content .tbl-a-fmt2022 .th-or-fmt2022 {
  background: #EF6D22;
  color: #fff;
}
body .l-content .tbl-a-fmt2022 .td-or-fmt2022 {
  background: #FDE9D3;
}
body .l-content .tbl-a-fmt2022 .td-be-fmt2022 {
  background: #EFEFE9;
}
@media (max-width: 767px) {
  body .l-content .tbl-a-fmt2022:nth-of-type(n+2) {
    margin-top: 15px;
  }
  body .l-content .tbl-a-fmt2022 th {
    text-align: center;
    padding: 3px 10px;
  }
}
body .l-content .tbl-b-fmt2022 {
  margin: 60px 0;
  width: 100%;
  border-top: solid 1px #D7D2CB;
}
body .l-content .tbl-b-fmt2022 th, body .l-content .tbl-b-fmt2022 td {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5714285714;
  padding: 12px;
  border-bottom: solid 1px #D7D2CB;
}
body .l-content .tbl-b-fmt2022 th {
  width: 134px;
  font-weight: bold;
  vertical-align: top;
}
@media (max-width: 767px) {
  body .l-content .tbl-b-fmt2022 {
    border: none;
  }
  body .l-content .tbl-b-fmt2022 th, body .l-content .tbl-b-fmt2022 td {
    border: none;
    display: block;
    width: 100%;
    padding: 0;
  }
  body .l-content .tbl-b-fmt2022 th {
    padding: 10px 0 3px;
  }
}
body .l-content .column2-fmt2022 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px 0;
}
@media (max-width: 767px) {
  body .l-content .column2-fmt2022 {
    margin: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body .l-content .column2-fmt2022 .btn-wh-fmt2022 {
  width: 47%;
}
body .l-content .column2-fmt2022 .btn-wh-fmt2022:nth-of-type(n+3) {
  margin-top: 25px;
}
@media (max-width: 767px) {
  body .l-content .column2-fmt2022 .btn-wh-fmt2022 {
    width: 100%;
  }
  body .l-content .column2-fmt2022 .btn-wh-fmt2022:nth-of-type(n+2) {
    margin-top: 23px;
  }
}
body .l-content .column2-fmt2022--img-right > div:first-of-type {
  width: 56.8%;
}
body .l-content .column2-fmt2022--img-right > div:last-of-type {
  width: 37.8%;
  text-align: center;
}
@media (max-width: 767px) {
  body .l-content .column2-fmt2022--img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body .l-content .column2-fmt2022--img-right > div:first-of-type {
    width: 94%;
    margin-top: 20px;
  }
  body .l-content .column2-fmt2022--img-right > div:last-of-type {
    width: 100%;
  }
  body .l-content .column2-fmt2022--img-right .txt-fmt2022 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  body .l-content .column2-fmt2022--img-right.column2-fmt2022--sp-img-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .l-content .column2-fmt2022--img-right.column2-fmt2022--sp-img-bottom > div:first-of-type {
    margin-top: 0;
  }
  body .l-content .column2-fmt2022--img-right.column2-fmt2022--sp-img-bottom > div:last-of-type {
    margin-top: 20px;
  }
}
body .l-content .column2-fmt2022--img-left > div:first-of-type {
  width: 37.8%;
  text-align: center;
}
body .l-content .column2-fmt2022--img-left > div:last-of-type {
  width: 56.8%;
}
@media (max-width: 767px) {
  body .l-content .column2-fmt2022--img-left > div:first-of-type {
    width: 100%;
  }
  body .l-content .column2-fmt2022--img-left > div:last-of-type {
    width: 94%;
    margin-top: 20px;
  }
  body .l-content .column2-fmt2022--img-left .txt-fmt2022 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
body .l-content .column2-fmt2022--box-side > div {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .l-content .column2-fmt2022--box-side > div:nth-of-type(n+3) {
  margin-top: 25px;
}
body .l-content .column2-fmt2022--box-side > div > div:first-of-type {
  width: 30.3%;
  text-align: center;
}
body .l-content .column2-fmt2022--box-side > div > div:last-of-type {
  width: 66%;
}
@media (max-width: 767px) {
  body .l-content .column2-fmt2022--box-side > div {
    width: 100%;
  }
  body .l-content .column2-fmt2022--box-side > div > div:first-of-type {
    width: 90px;
  }
  body .l-content .column2-fmt2022--box-side > div > div:last-of-type {
    width: calc(100% - 105px);
  }
}
body .l-content .column2-fmt2022--box-bg > div {
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .l-content .column2-fmt2022--box-bg > div:nth-of-type(n+3) {
  margin-top: 25px;
}
body .l-content .column2-fmt2022--box-bg > div > div:first-of-type {
  width: 22.7%;
  text-align: center;
}
body .l-content .column2-fmt2022--box-bg > div > div:last-of-type {
  width: 73%;
}
@media (max-width: 767px) {
  body .l-content .column2-fmt2022--box-bg > div {
    width: 100%;
    padding: 28px;
  }
  body .l-content .column2-fmt2022--box-bg > div:nth-of-type(n+2) {
    margin-top: 30px;
  }
  body .l-content .column2-fmt2022--box-bg > div > div:first-of-type {
    width: 70px;
  }
  body .l-content .column2-fmt2022--box-bg > div > div:last-of-type {
    width: calc(100% - 80px);
  }
}
body .l-content .column2-fmt2022--box-vertical > div {
  width: 47%;
}
body .l-content .column2-fmt2022--box-vertical > div:nth-of-type(n+3) {
  margin-top: 25px;
}
body .l-content .column2-fmt2022--box-vertical > div > div:first-of-type {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body .l-content .column2-fmt2022--box-vertical > div {
    width: 100%;
  }
  body .l-content .column2-fmt2022--box-vertical > div:nth-of-type(n+2) {
    margin-top: 58px;
  }
  body .l-content .column2-fmt2022--box-vertical > div > div:first-of-type {
    margin-bottom: 20px;
  }
  body .l-content .column2-fmt2022--box-vertical > div .h4-fmt2022 {
    width: 94%;
    margin: 0 auto 6px;
  }
  body .l-content .column2-fmt2022--box-vertical > div .txt-fmt2022 {
    width: 94%;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
body .l-content .column2-fmt2022--relation {
  border-bottom: solid 1px #E4E4E4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body .l-content .column2-fmt2022--relation {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
body .l-content .column3-fmt2022 {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  body .l-content .column3-fmt2022 {
    margin: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body .l-content .column3-fmt2022 .btn-wh-fmt2022 {
  width: 31%;
  margin-right: 3.5%;
}
body .l-content .column3-fmt2022 .btn-wh-fmt2022:nth-of-type(3n) {
  margin-right: 0;
}
body .l-content .column3-fmt2022 .btn-wh-fmt2022:nth-of-type(n+4) {
  margin-top: 25px;
}
@media (max-width: 767px) {
  body .l-content .column3-fmt2022 .btn-wh-fmt2022 {
    width: 100%;
    margin-right: 0;
  }
  body .l-content .column3-fmt2022 .btn-wh-fmt2022:nth-of-type(n+2) {
    margin-top: 23px;
  }
}
body .l-content .column3-fmt2022--box-vertical > div {
  width: 31%;
  margin-right: 3.5%;
}
body .l-content .column3-fmt2022--box-vertical > div:nth-of-type(3n) {
  margin-right: 0;
}
body .l-content .column3-fmt2022--box-vertical > div:nth-of-type(n+4) {
  margin-top: 25px;
}
body .l-content .column3-fmt2022--box-vertical > div > div:first-of-type {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body .l-content .column3-fmt2022--box-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .l-content .column3-fmt2022--box-vertical > div {
    width: 100%;
    margin: 0;
  }
  body .l-content .column3-fmt2022--box-vertical > div:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
body .l-content .column3-fmt2022--box-shadow > div {
  width: 31%;
  margin-right: 3.5%;
}
body .l-content .column3-fmt2022--box-shadow > div:nth-of-type(3n) {
  margin-right: 0;
}
body .l-content .column3-fmt2022--box-shadow > div:nth-of-type(n+4) {
  margin-top: 25px;
}
body .l-content .column3-fmt2022--box-shadow > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  min-height: 120px;
  margin-bottom: 27px;
  color: #333333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
body .l-content .column3-fmt2022--box-shadow > div > a > div:first-of-type {
  width: 140px;
}
body .l-content .column3-fmt2022--box-shadow > div > a > div:first-of-type img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body .l-content .column3-fmt2022--box-shadow > div > a > div:last-of-type {
  width: calc(100% - 140px);
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .l-content .column3-fmt2022--box-shadow > div > a > div:last-of-type .txt-fmt2022 {
  font-weight: bold;
}
body .l-content .column3-fmt2022--box-shadow > div > a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  body .l-content .column3-fmt2022--box-shadow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .l-content .column3-fmt2022--box-shadow > div {
    width: 100%;
    margin: 0;
  }
  body .l-content .column3-fmt2022--box-shadow > div:nth-of-type(n+2) {
    margin-top: 40px;
  }
  body .l-content .column3-fmt2022--box-shadow > div > a {
    margin-bottom: 16px;
  }
  body .l-content .column3-fmt2022--box-shadow > div > a > div:last-of-type .txt-fmt2022 {
    line-height: 1.375;
  }
}
body .l-content .column3-fmt2022--relation {
  border-bottom: solid 1px #E4E4E4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body .l-content .column3-fmt2022--relation {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
body .l-content .column4-fmt2022 {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  body .l-content .column4-fmt2022 {
    margin: 40px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body .l-content .column4-fmt2022 .btn-wh-fmt2022 {
  width: 22.2%;
  margin-right: 3.73333%;
}
body .l-content .column4-fmt2022 .btn-wh-fmt2022:nth-of-type(4n) {
  margin-right: 0;
}
body .l-content .column4-fmt2022 .btn-wh-fmt2022:nth-of-type(n+5) {
  margin-top: 25px;
}
@media (max-width: 767px) {
  body .l-content .column4-fmt2022 .btn-wh-fmt2022 {
    width: 48%;
    margin-right: 0;
    font-size: 13px;
    padding: 27px 30px 27px 15px;
  }
  body .l-content .column4-fmt2022 .btn-wh-fmt2022:after {
    right: 22px;
  }
  body .l-content .column4-fmt2022 .btn-wh-fmt2022:nth-of-type(n+3) {
    margin-top: 23px;
  }
}
body .l-content .column4-fmt2022--box-vertical > div {
  width: 22.2%;
  margin-right: 3.73333%;
}
body .l-content .column4-fmt2022--box-vertical > div:nth-of-type(4n) {
  margin-right: 0;
}
body .l-content .column4-fmt2022--box-vertical > div:nth-of-type(n+5) {
  margin-top: 25px;
}
body .l-content .column4-fmt2022--box-vertical > div > div:first-of-type {
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  body .l-content .column4-fmt2022--box-vertical > div {
    width: 48%;
    margin: 0;
  }
  body .l-content .column4-fmt2022--box-vertical > div:nth-of-type(n+3) {
    margin-top: 20px;
  }
  body .l-content .column4-fmt2022--box-vertical > div .h4-fmt2022 {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
body .l-content .column4-fmt2022--relation {
  border-bottom: solid 1px #E4E4E4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body .l-content .column4-fmt2022--relation {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
body .l-content .box-border-fmt2022 {
  margin: 15px 0;
  border: solid 2px #D7D2CB;
  padding: 40px 36px;
}
body .l-content .box-border-fmt2022--bg {
  background: #fff;
}
@media (max-width: 767px) {
  body .l-content .box-border-fmt2022 {
    padding: 15px;
  }
  body .l-content .box-border-fmt2022 .h4-fmt2022 {
    margin-bottom: 16px;
  }
  body .l-content .box-border-fmt2022 .txt-fmt2022 {
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0.02em;
  }
}
body .l-content .btn-search-fmt2022 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 900px;
  height: 120px;
  margin: 30px auto;
  padding: 0 48px;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: left;
  color: #EF6D22 !important;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
@media (max-width: 767px) {
  body .l-content .btn-search-fmt2022 {
    height: 122px;
    padding: 0 26px;
    margin: 20px auto;
  }
}
body .l-content .btn-search-fmt2022:after {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/common/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media (max-width: 767px) {
  body .l-content .btn-search-fmt2022:after {
    width: 7.58px;
    height: 11.56px;
    right: 20.3px;
  }
}
body .l-content .btn-search-fmt2022 > span {
  display: block;
  padding-left: 84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 1.363636;
  letter-spacing: 0.046em;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
body .l-content .btn-search-fmt2022 > span:before {
  content: "";
  width: 47px;
  height: 48.22px;
  background: url(../img/kokochi/icon_pin.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .l-content .btn-search-fmt2022 > span > span {
  display: inline-block;
  line-height: 1.3333;
  font-size: 15px;
  text-decoration: none;
}
@media (max-width: 767px) {
  body .l-content .btn-search-fmt2022 > span {
    padding-left: 57.73px;
    line-height: 1.333333;
    letter-spacing: 0.02em;
    font-size: 18px;
  }
  body .l-content .btn-search-fmt2022 > span:before {
    width: 37.43px;
    height: 38.41px;
  }
  body .l-content .btn-search-fmt2022 > span > span {
    font-size: 11px;
  }
}
body .l-content .btn-search-fmt2022:hover {
  opacity: 0.7;
}
body .l-content .btn-vr-fmt2022 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 900px;
  width: 100%;
  margin: 60px auto;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #FFF;
}
body .l-content .btn-vr-fmt2022 > span:first-of-type {
  width: 240px;
}
body .l-content .btn-vr-fmt2022 > span:last-of-type {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(100% - 240px);
  padding: 0 0 0 39px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.363636;
  letter-spacing: 0.046em;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #EF6D22;
}
body .l-content .btn-vr-fmt2022 > span:last-of-type:after {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/common/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media (max-width: 767px) {
  body .l-content .btn-vr-fmt2022 > span:first-of-type {
    width: 130px;
  }
  body .l-content .btn-vr-fmt2022 > span:last-of-type {
    width: calc(100% - 130px);
    padding-left: 18px;
    line-height: 1.333;
    letter-spacing: 0.02em;
    font-size: 18px;
  }
  body .l-content .btn-vr-fmt2022 > span:last-of-type span {
    display: block;
    font-size: 13px;
  }
  body .l-content .btn-vr-fmt2022 > span:last-of-type:after {
    width: 7.58px;
    height: 11.56px;
    right: 20.3px;
  }
}
body .l-content .btn-vr-fmt2022:hover {
  opacity: 0.7;
}
body .l-content .pager-fmt2022 {
  border-top: solid 1px #D7D2CB;
  padding-top: 25px;
  margin: 60px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .l-content .pager-fmt2022 {
    padding-top: 0;
  }
}
body .l-content .pager-prev-fmt2022,
body .l-content .pager-next-fmt2022 {
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 1.875;
  color: #333333 !important;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
body .l-content .pager-prev-fmt2022 > span,
body .l-content .pager-next-fmt2022 > span {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5714285714;
  font-weight: normal;
  color: #54585A;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body .l-content .pager-prev-fmt2022:before,
body .l-content .pager-next-fmt2022:before {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: calc(50% - 22px);
}
body .l-content .pager-prev-fmt2022:after,
body .l-content .pager-next-fmt2022:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #EF6D22;
  border-right: solid 2px #EF6D22;
  top: calc(50% - 6px);
}
body .l-content .pager-prev-fmt2022:hover,
body .l-content .pager-next-fmt2022:hover {
  color: #EF6D22 !important;
}
body .l-content .pager-prev-fmt2022:hover > span,
body .l-content .pager-next-fmt2022:hover > span {
  color: #EF6D22 !important;
}
@media (max-width: 767px) {
  body .l-content .pager-prev-fmt2022,
body .l-content .pager-next-fmt2022 {
    padding: 15px 55px 41px;
    width: 100%;
    float: none;
    display: block;
  }
  body .l-content .pager-prev-fmt2022:before,
body .l-content .pager-next-fmt2022:before {
    top: calc(50% - 26px);
  }
  body .l-content .pager-prev-fmt2022:after,
body .l-content .pager-next-fmt2022:after {
    top: calc(50% - 8px);
  }
}
body .l-content .pager-prev-fmt2022 {
  float: left;
  padding-left: 65px;
}
body .l-content .pager-prev-fmt2022:before {
  left: 5px;
}
body .l-content .pager-prev-fmt2022:after {
  left: 24px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (max-width: 767px) {
  body .l-content .pager-prev-fmt2022 {
    border-bottom: solid 1px #D7D2CB;
  }
  body .l-content .pager-prev-fmt2022:before {
    left: 0;
  }
  body .l-content .pager-prev-fmt2022:after {
    left: 19px;
  }
}
body .l-content .pager-next-fmt2022 {
  float: right;
  padding-right: 65px;
}
body .l-content .pager-next-fmt2022:before {
  right: 5px;
}
body .l-content .pager-next-fmt2022:after {
  right: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  body .l-content .pager-next-fmt2022 {
    border-bottom: solid 1px #D7D2CB;
  }
  body .l-content .pager-next-fmt2022:before {
    right: 0;
  }
  body .l-content .pager-next-fmt2022:after {
    right: 19px;
  }
}
body .l-content .posts-fmt2022 {
  margin: 60px 0;
  background: #fff;
  padding: 18px 40px 1px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  body .l-content .posts-fmt2022 {
    padding: 15px 20px 1px;
  }
}
body .l-content .posts-ttl-fmt2022 {
  color: #EF6D22;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.046em;
  line-height: 1.375;
  margin: 20px 0;
}
@media (max-width: 767px) {
  body .l-content .posts-ttl-fmt2022 {
    font-size: 14px;
    line-height: 1.3571428571;
    margin: 10px 0;
  }
}
body .l-content .posts-list-fmt2022 {
  margin: 20px 0 35px;
}
@media (max-width: 767px) {
  body .l-content .posts-list-fmt2022 {
    margin: 10px 0 7px;
  }
}
body .l-content .posts-list-fmt2022--relation {
  border-bottom: solid 1px #E4E4E4;
  padding-bottom: 25px;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  body .l-content .posts-list-fmt2022--relation {
    padding-bottom: 10px;
    margin-bottom: 17px;
  }
}
body .l-content .posts-list-fmt2022 li {
  display: inline-block;
  margin: 0 55px 10px 0;
}
body .l-content .posts-list-fmt2022 li a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.046em;
  line-height: 1.375;
  color: #333333;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body .l-content .posts-list-fmt2022 li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #EF6D22;
  left: 0;
  top: 0;
}
body .l-content .posts-list-fmt2022 li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 7px;
  top: 8px;
}
body .l-content .posts-list-fmt2022 li a:hover {
  color: #EF6D22 !important;
}
@media (max-width: 767px) {
  body .l-content .posts-list-fmt2022 li a {
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 2.3076923077;
  }
  body .l-content .posts-list-fmt2022 li a:before {
    top: 5px;
  }
  body .l-content .posts-list-fmt2022 li a:after {
    top: 13px;
  }
}