/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
/* ====================================================
Media Quary
==================================================== */
.inner {
  display: block;
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
}

@media screen and (max-width: 374px) {
  .inner {
    padding: 0 10px;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

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

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}

@media screen and (min-width: 835px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

.txt-basic {
  font-size: 16px;
  color: #343434;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .txt-basic {
    font-size: 12px;
    text-align: justify;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.btn-comp01 {
  max-width: 285px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #b07121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 1245px) {
  .btn-comp01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .btn-comp01 {
    font-size: 14px;
    border-radius: 3px;
    height: 40px;
  }
}

.color-orange {
  color: #b07121 !important;
}

.bg-gray {
  background: #f5f1ef;
}

#contents .txt-basic p {
  line-height: 1.875;
}

.symptom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 70px 60px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 88px;
}

@media screen and (max-width: 1024px) {
  .symptom-block {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 834px) {
  .symptom-block {
    padding: 15px;
  }
}

.symptom-block .img {
  width: 56.65%;
}

@media screen and (max-width: 640px) {
  .symptom-block .img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.symptom-block .img img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .symptom-block .img img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.symptom-block .txt-basic {
  width: 43.35%;
  padding: 0 14px 0 41px;
}

@media screen and (max-width: 1024px) {
  .symptom-block .txt-basic {
    padding: 0 0 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .symptom-block .txt-basic {
    width: 100%;
    padding: 0;
  }
}

.symptom-block .txt-basic .ttl {
  display: block;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 23px;
}

@media screen and (max-width: 1024px) {
  .symptom-block .txt-basic .ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .symptom-block .txt-basic .ttl {
    text-align: center;
    margin-bottom: 15px;
  }
}

.symptom-block .txt-basic .ttl span {
  display: block;
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  .symptom-block .txt-basic .ttl span {
    font-size: 20px;
  }
}

.symptom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

@media screen and (max-width: 1024px) {
  .symptom-list {
    margin: 0 -10px;
  }
}

.symptom-list .item {
  width: 33.333%;
  padding: 0 25px;
}

@media screen and (max-width: 1024px) {
  .symptom-list .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .symptom-list .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .symptom-list .item:last-child {
    margin-bottom: 0;
  }
}

.symptom-list .item .ttl {
  display: block;
  text-align: center;
  line-height: 1.2;
  background: #b07121;
  color: white;
  font-size: 21px;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .symptom-list .item .ttl {
    font-size: 18px;
  }
}

.symptom-list .item .img {
  margin-bottom: 24px;
}

.symptom-list .item .img img {
  width: 82%;
  display: block;
  margin: 0 auto;
}

.solution-banner {
  background: url("../images/banner-01.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.solution-banner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 107px 15px 185px;
  max-width: 1450px;
}

@media screen and (max-width: 1024px) {
  .solution-banner .inner {
    padding: 50px 15px 130px;
  }
}

@media screen and (max-width: 640px) {
  .solution-banner .inner {
    padding: 30px 15px 60px;
  }
}

.solution-banner .img {
  width: 59%;
  position: absolute;
  top: -82px;
  left: 0;
  padding: 0 0 0 136px;
}

@media screen and (max-width: 1024px) {
  .solution-banner .img {
    padding: 0 0 0 4vw;
    top: -5vw;
  }
}

@media screen and (max-width: 640px) {
  .solution-banner .img {
    padding: 0;
    width: 100%;
    position: relative;
    top: 0;
    margin: -60px 0 0;
    left: 12vw;
  }
}

.solution-banner .img img {
  width: 100%;
}

.solution-banner .txt-basic {
  width: 50%;
  color: white;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .solution-banner .txt-basic {
    width: 100%;
  }
}

.solution-banner .txt-basic .ttl {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 39px;
}

@media screen and (max-width: 1024px) {
  .solution-banner .txt-basic .ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .solution-banner .txt-basic .ttl {
    text-align: center;
  }
}

.solution-banner .txt-basic .ttl span {
  display: block;
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  .solution-banner .txt-basic .ttl span {
    font-size: 20px;
  }
}

.solution-heading {
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .solution-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  .solution-heading {
    text-align: center;
  }
}

.solution-block {
  background: white;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 81px 0 104px;
  margin: -85px 0 0;
}

@media screen and (max-width: 1024px) {
  .solution-block {
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .solution-block {
    margin: -30px 0 0;
  }
}

.solution-steps {
  padding: 0 101px;
}

@media screen and (max-width: 1024px) {
  .solution-steps {
    padding: 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .solution-steps {
    width: 640px;
  }
}

.solution-steps .items {
  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;
  position: relative;
}

.solution-steps .items .txt-basic {
  width: 197px;
  border-right: 1px solid #d7d0cc;
  padding: 0 24px 0 0;
  letter-spacing: 1px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .solution-steps .items .txt-basic {
    padding: 0 14px 0 0;
    width: 110px;
  }
}

.solution-steps .items .txt-basic:before, .solution-steps .items .txt-basic:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.solution-steps .items .txt-basic:before {
  width: 26px;
  height: 26px;
  background: #e0c8aa;
  top: -1px;
  right: -13px;
}

@media screen and (max-width: 1024px) {
  .solution-steps .items .txt-basic:before {
    width: 16px;
    height: 16px;
    right: -8px;
  }
}

.solution-steps .items .txt-basic:after {
  width: 12px;
  height: 12px;
  background: #b07121;
  z-index: 1;
  top: 6px;
  right: -6px;
}

@media screen and (max-width: 1024px) {
  .solution-steps .items .txt-basic:after {
    top: 3px;
    width: 8px;
    height: 8px;
    right: -4px;
  }
}

.solution-steps .items .txt-basic .ttl {
  display: block;
  font-family: "Crimson Text", serif;
  position: relative;
  font-size: 21px;
  text-align: right;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 13px;
}

@media screen and (max-width: 1024px) {
  .solution-steps .items .txt-basic .ttl {
    font-size: 16px;
  }
}

.solution-steps .items .txt-basic .ttl > span {
  display: inline-block;
  font-style: italic;
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 0 0 12px;
}

.solution-steps .items .txt-basic .ttl > span span {
  font-size: 31px;
}

@media screen and (max-width: 1024px) {
  .solution-steps .items .txt-basic .ttl > span span {
    font-size: 20px;
  }
}

.solution-steps .items .txt-basic .ttl:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 1px;
  background: #b07121;
}

.solution-steps .items .txt-basic p {
  line-height: 1.5 !important;
}

.solution-steps .items:nth-child(2) .solution-item {
  padding-top: 0;
}

.solution-steps .items:nth-child(2) .solution-item .item:last-child:after {
  display: none;
}

.solution-steps .items:last-child .solution-item {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .solution-steps .items:last-child .solution-item {
    padding-bottom: 0;
  }
}

.solution-steps .items:last-child .solution-item .item:after {
  display: none;
}

.solution-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 197px);
  padding: 48px 0 69px 2px;
  margin: 0 -17px 0 0;
}

@media screen and (max-width: 1024px) {
  .solution-item {
    padding: 0 0 30px 0;
    width: calc(100% - 110px);
  }
}

.solution-item .item {
  width: 20%;
  padding: 0 15px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .solution-item .item {
    padding: 0 7px 30px;
  }
}

.solution-item .item:after {
  content: "";
  width: 35px;
  height: 45px;
  background: url(../images/dow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .solution-item .item:after {
    width: 25px;
    height: 45px;
    bottom: auto;
    top: 100%;
  }
}

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

@media screen and (max-width: 640px) {
  .scrol-sp {
    overflow-x: scroll;
  }
}

.repelled-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.repelled-block .img {
  width: 51.3%;
}

@media screen and (max-width: 640px) {
  .repelled-block .img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.repelled-block .img img {
  width: 100%;
}

.repelled-block .txt-basic {
  width: 48.7%;
  padding: 19px 0 0 80px;
}

@media screen and (max-width: 640px) {
  .repelled-block .txt-basic {
    width: 100%;
    padding: 0;
  }
}

.repelled-block .txt-basic .ttl {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  color: #343434;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 2.5px;
  margin-bottom: 18px;
}

@media screen and (max-width: 1024px) {
  .repelled-block .txt-basic .ttl {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.repelled-block .txt-basic .ttl-note {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .repelled-block .txt-basic .ttl-note {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.repelled-block .txt-basic p {
  margin-bottom: 14px;
}

.repelled-block .txt-basic .img-note {
  padding: 0 15px 18px;
}

.sec-symptom {
  padding: 36px 0 228px;
}

@media screen and (max-width: 1024px) {
  .sec-symptom {
    padding: 36px 0 60px;
  }
}

.sec-solution {
  padding: 0 0;
}

.sec-repelled {
  padding: 122px 0;
}

@media screen and (max-width: 834px) {
  .sec-repelled {
    padding: 50px 0;
  }
}

#contents img {
  max-width: 100%;
}

.sec-thinking {
  background: #f5f1ef;
  padding-bottom: 160px;
}

@media screen and (max-width: 1024px) {
  .sec-thinking {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 834px) {
  .sec-thinking {
    padding-bottom: 50px;
  }
}

.thinking-block .item {
  background: #fff;
  margin-bottom: 73px;
}

@media screen and (max-width: 834px) {
  .thinking-block .item {
    margin-bottom: 30px;
  }
}

.thinking-block .item:last-of-type {
  margin-bottom: 0;
}

.thinking-block .item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3.44444vw 3.88889vw 2.88889vw;
  background: #979ba4;
}

@media screen and (max-width: 1024px) {
  .thinking-block .item__heading {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 834px) {
  .thinking-block .item__heading {
    padding: 15px;
  }
}

.thinking-block .item__heading span.number {
  font-family: "Crimson Text", serif;
  font-size: 120px;
  font-weight: normal;
  width: 154px;
  color: #bbbec6;
  letter-spacing: 4px;
}

@media screen and (max-width: 1024px) {
  .thinking-block .item__heading span.number {
    font-size: 80px;
    width: 100px;
  }
}

@media screen and (max-width: 834px) {
  .thinking-block .item__heading span.number {
    font-size: 60px;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    width: auto;
    display: inline-block;
    top: 0;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}

.thinking-block .item__heading span.ttl {
  font-family: "Noto Serif JP", serif;
  width: calc(100% - 154px);
  padding-left: 52px;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .thinking-block .item__heading span.ttl {
    padding-left: 20px;
    font-size: 24px;
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 834px) {
  .thinking-block .item__heading span.ttl {
    border: none;
    width: 100%;
    padding-left: 0;
    font-size: 22px;
    line-height: 1.4;
  }
}

.thinking-block .item__heading span.ttl small {
  font-size: 24px;
  display: block;
  margin-top: 20px;
  letter-spacing: -1.5px;
}

@media screen and (max-width: 1024px) {
  .thinking-block .item__heading span.ttl small {
    font-size: 18px;
  }
}

@media screen and (max-width: 834px) {
  .thinking-block .item__heading span.ttl small {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 10px;
  }
}

.thinking-block .item__wp {
  padding: 55px 4.44444vw 4.27778vw 4.22222vw;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .thinking-block .item__wp {
    padding: 30px 40px 20px;
  }
}

@media screen and (max-width: 834px) {
  .thinking-block .item__wp {
    padding: 20px 15px;
  }
}

.thinking-block .item .remove__wp {
  padding: 4.55556vw 4.44444vw 4.27778vw 4.22222vw;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .thinking-block .item .remove__wp {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 834px) {
  .thinking-block .item .remove__wp {
    padding: 20px 15px;
  }
}

.thinking-block .item .remove__wp .txt-basic {
  margin-bottom: 44px;
}

@media screen and (max-width: 1024px) {
  .thinking-block .item .remove__wp .txt-basic {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .thinking-block .item .dimensional__wp {
    padding-top: 68px;
  }
}

.thinking-block .item .txt-big {
  font-family: "Crimson Text", serif;
  font-size: 120px;
  color: #f5f1ef;
  position: absolute;
  top: 3px;
  left: 4.05556vw;
  line-height: 0.6;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .thinking-block .item .txt-big {
    top: 7px;
  }
}

@media screen and (max-width: 1024px) {
  .thinking-block .item .txt-big {
    font-size: 70px;
    left: 40px;
  }
}

@media screen and (max-width: 834px) {
  .thinking-block .item .txt-big {
    font-size: 50px;
    left: 15px;
    top: -4px;
    line-height: 0.8;
  }
}

.thinking-block .item .txt-basic {
  position: relative;
  line-height: 2;
  margin-bottom: 37px;
}

@media screen and (max-width: 834px) {
  .thinking-block .item .txt-basic {
    margin-bottom: 20px;
  }
}

.list-style01 {
  padding: 30px 0 33px;
  border: 1px solid #dddddd;
}

@media screen and (max-width: 1024px) {
  .list-style01 {
    padding: 15px 0;
  }
}

@media screen and (max-width: 834px) {
  .list-style01 {
    padding: 0;
  }
}

.list-style01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-style01 .flex .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: 2px solid #dddddd;
  padding-left: 37px;
  padding-right: 41px;
  padding-top: 4px;
  margin-bottom: 0;
}

@media screen and (max-width: 1245px) {
  .list-style01 .flex .item {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 834px) {
  .list-style01 .flex .item {
    width: 100%;
    padding: 10px 15px 20px;
    border: none;
    margin-bottom: 30px;
  }
  .list-style01 .flex .item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .list-style01 .flex .item {
    padding: 10px 10px 20px;
  }
}

.list-style01 .flex .item .info {
  width: calc(100% - 128px);
  position: relative;
  top: -18px;
  padding-right: 28px;
}

@media screen and (max-width: 1245px) {
  .list-style01 .flex .item .info {
    width: 75%;
    top: 0;
    padding-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .list-style01 .flex .item .info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.list-style01 .flex .item .info .btn-comp01 {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .list-style01 .flex .item .info .btn-comp01 {
    margin-bottom: 15px;
  }
}

.list-style01 .flex .item .info__des {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .list-style01 .flex .item .info__des {
    line-height: 1.8;
  }
}

@media screen and (max-width: 834px) {
  .list-style01 .flex .item .info__des {
    font-size: 13px;
  }
}

.list-style01 .flex .item .img {
  width: 128px;
}

@media screen and (max-width: 1245px) {
  .list-style01 .flex .item .img {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .list-style01 .flex .item .img {
    width: 120px;
    margin: 0 auto;
  }
}

.list-style01 .flex .item:last-of-type {
  border-right: none;
  padding-left: 53px;
  padding-right: 26px;
}

@media screen and (max-width: 1245px) {
  .list-style01 .flex .item:last-of-type {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 834px) {
  .list-style01 .flex .item:last-of-type {
    padding: 0 10px 20px;
  }
}

.list-style02 {
  padding: 3.33333vw 4.22222vw 1.27778vw;
  border: 1px solid #dddddd;
  position: relative;
  margin: 0 -4px;
}

@media screen and (max-width: 1024px) {
  .list-style02 {
    padding: 40px 30px 20px;
    margin: 0;
  }
}

@media screen and (max-width: 834px) {
  .list-style02 {
    padding: 30px 10px 10px;
  }
}

.list-style02 .btn-comp01 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 834px) {
  .list-style02 .btn-comp01 {
    max-width: calc(100% - 20px);
  }
}

.list-style02 .txt-des {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.13;
  padding: 0 10px;
  margin-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .list-style02 .txt-des {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 834px) {
  .list-style02 .txt-des {
    padding: 0;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}

.list-style02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
}

@media screen and (max-width: 1024px) {
  .list-style02 .flex {
    margin: 0 -10px;
  }
}

.list-style02 .flex .item {
  width: 25%;
  padding: 0 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .list-style02 .flex .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .list-style02 .flex .item {
    width: 50%;
    margin-bottom: 30px;
  }
}

.list-style02 .flex .item:last-of-type {
  margin-bottom: 0;
}

.diagnosis-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 83px;
}

@media screen and (max-width: 834px) {
  .diagnosis-block {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .diagnosis-block {
    margin-bottom: 35px;
  }
}

.diagnosis-block .img {
  width: 50%;
  padding-right: 7px;
}

@media screen and (max-width: 640px) {
  .diagnosis-block .img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.diagnosis-block .info {
  width: 50%;
  padding-left: 46px;
  position: relative;
  top: 16px;
}

@media screen and (max-width: 1024px) {
  .diagnosis-block .info {
    padding-left: 20px;
    top: 0;
  }
}

@media screen and (max-width: 834px) {
  .diagnosis-block .info {
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .diagnosis-block .info {
    width: 100%;
    padding-left: 0;
    top: 0;
  }
}

.diagnosis-block .info .txt-basic {
  line-height: 2 !important;
  margin-bottom: 0;
}

.dimensional-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.dimensional-block .img {
  width: 50%;
  padding-right: 7px;
}

@media screen and (max-width: 640px) {
  .dimensional-block .img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.dimensional-block .info {
  width: 50%;
  padding-left: 54px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 834px) {
  .dimensional-block .info {
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .dimensional-block .info {
    width: 100%;
    padding-left: 0;
    top: 0;
  }
}

.dimensional-block .info .txt-basic {
  line-height: 2 !important;
  margin-bottom: 0;
}

.list-remove {
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .list-remove {
    padding-top: 30px;
  }
}

.list-remove .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
}

@media screen and (max-width: 1245px) {
  .list-remove .flex {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 640px) {
  .list-remove .flex {
    margin: 0;
  }
}

.list-remove .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 33.33%;
  padding: 0 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 1245px) {
  .list-remove .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .list-remove .item {
    width: 100%;
    padding: 0;
  }
}

.list-remove .item__img {
  width: 115px;
}

@media screen and (max-width: 1245px) {
  .list-remove .item__img {
    width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .list-remove .item__img {
    width: 80px;
  }
}

@media screen and (max-width: 834px) {
  .list-remove .item__img {
    width: 120px;
    margin: 0 auto 20px;
  }
}

.list-remove .item__info {
  width: calc(100% - 115px);
  padding-left: 22px;
  padding-top: 9px;
}

@media screen and (max-width: 1245px) {
  .list-remove .item__info {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1024px) {
  .list-remove .item__info {
    width: calc(100% - 80px);
    padding-left: 10px;
    padding-top: 0;
  }
}

@media screen and (max-width: 834px) {
  .list-remove .item__info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.list-remove .item__info .ttl {
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 17px;
}

@media screen and (max-width: 1245px) {
  .list-remove .item__info .ttl {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .list-remove .item__info .ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.list-remove .item__info .ttl small {
  font-size: 16px;
  display: block;
  margin-top: 18px;
  color: #b07121;
}

@media screen and (max-width: 1245px) {
  .list-remove .item__info .ttl small {
    font-size: 14px;
    margin-top: 8px;
  }
}

.list-remove .item__info .txt-des {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 1245px) {
  .list-remove .item__info .txt-des {
    font-size: 13px;
  }
}

/*# sourceMappingURL=maps/uniq.css.map */