/* CSS Document */
/*共通*/
.sxTtl {
  color: #2972b0;
  font-size: 2.8rem;
  font-weight: bold;
}
.unit .sxTtl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sxTtl {
    font-size: 6.9vw;
  }
}
/*こんな症状ありませんか*/
.first {
  padding-bottom: 50px;
}
.first .lead {
  margin-bottom: 50px;
  text-align: center;
}
.first .circleIconList li {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .first .lead {
    font-size: 4vw;
    line-height: 1.9;
  }
  .first .circleIconList li {
    margin: 0 3% 15px;
    width: 27%;
  }
}
/*pain*/
.pain {
  padding: 65px 0 75px;
}
.pain .head {
  display: flex;
  max-width: 580px;
  margin: 0 auto 40px;
}
.pain .head .img {
  margin-right: 30px;
  width: 118px;
}
.pain .head .txt {
  flex: 1;
}
.pain .head .txt .sxTtl {
  margin-bottom: 5px;
}
.pain .head .txt p {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .pain {
    padding: 40px 0 30px;
  }
  .pain .head .img {
    width: 35%;
  }
  .pain .head .txt p {
    font-size: 4vw;
  }
}
/*tab*/
.tabSelect {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tabSelect li {
  border: 1px solid #2972b0;
  background: #fff;
  border-radius: 100px;
  color: #2972b0;
  cursor: pointer;
  padding: 5px 10px 6px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabSelect li:hover {
  background: transparent;
}
.tabSelect li.active {
  background: #2972b0;
  color: #fff;
}
.tabSelect li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #2972b0 transparent transparent transparent;
  position: absolute;
  bottom: -8.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s;
}
.tabSelect li.active:after {
  opacity: 1;
}
.tabView {
  background: #fff;
  border: 2px solid #2972b0;
  padding: 45px 50px 40px 60px;
}
@media screen and (max-width: 767px) {
  .tabSelect {
    flex-wrap: nowrap;
    padding-bottom: 15px;
    width: 100%;
    overflow: scroll;
  }
  .tabSelect::-webkit-scrollbar {
    display: none;
  }
  .tabSelect li {
    background: transparent;
    font-size: 4vw;
    margin-right: 15px;
    white-space: nowrap;
    min-width: 40vw;
  }
  .tabSelect li:last-child {
    margin-right: 0;
  }
}
/*tab contents*/
.tabView .unit {
  opacity: 0;
  height: 0;
}
.tabView .unit.show {
  opacity: 1;
  height: auto;
}
.tabView .unit .img {
  margin-right: 50px;
  width: 170px;
}
.tabView .unit .txt {
  flex: 1;
}
.tabView .unit .txt .description {
  margin-bottom: 25px;
}
.tabView .unit .txt .description .ttl {
  border: 1px solid #2972b0;
  color: #2972b0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 30px;
  padding: 15px 10px;
  text-align: center;
  width: 191px;
}
.tabView .unit .txt .description p {
  flex: 1;
  font-size: 1.45rem;
  line-height: 1.9;
}
.tabView .unit .txt .disease {
  background: #2972b0;
  padding: 18px 20px;
}
.tabView .unit .txt .disease .headline {
  color: #fff;
  flex: 1;
  font-size: 1.4rem;
  text-align: center;
}
.tabView .unit .txt .disease p {
  color: #fff;
  border-left: 1px solid #fff;
  font-size: 1.4rem;
  padding-left: 25px;
  margin-left: 10px;
  min-height: 36px;
  width: 480px;
}
@media screen and (max-width: 767px) {
  .tabView {
    padding: 30px 5% 25px;
  }
  .tabView .unit .img {
    margin: 0 auto 20px;
    width: 55%;
  }
  .tabView .unit .txt .description .ttl {
    font-size: 6.8vw;
    margin: 0 auto 30px;
    width: 100%;
  }
  .tabView .unit .txt .description p {
    font-size: 4vw;
  }
  .tabView .unit .txt .disease {
    padding: 15px 5%;
  }
  .tabView .unit .txt .disease .headline {
    font-size: 4vw;
  }
  .tabView .unit .txt .disease p {
    border-left: none;
    border-top: 1px solid #fff;
    font-size: 4vw;
    line-height: 1.7;
    margin: 15px 0 0;
    padding: 15px 0 0;
    width: auto;
  }
}
/*various*/
.various {
  padding-bottom: 10px;
}
.various .wrap {
  padding: 80px 0;
}
.various .inner.flex {
  align-items: stretch;
}
.various .unit {
  width: 50%;
}
.various .unit:nth-of-type(1) {
  padding-right: 70px;
  border-right: 1px solid #595757;
}
.various .unit:nth-of-type(2) {
  padding-left: 70px;
}
.various .unit .img {
  margin-bottom: 20px;
  text-align: center;
}
.various .unit .img img {
  height: 70px;
  width: auto;
}
.various .unit .sxTtl {
  margin-bottom: 15px;
}
.various .unit .detail {
  font-size: 1.45rem;
  line-height: 2;
}
.various .unit .disease {
  background: #2972b0;
  margin-top: 15px;
  padding: 10px 20px;
}
.various .unit .disease .headline {
  color: #fff;
  flex: 1;
  font-size: 1.4rem;
  text-align: center;
}
.various .unit .disease p {
  color: #fff;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}
.various .unit .btn {
  margin-top: 35px;
  padding: 8px 10px 8px;
  width: 240px;
}
.various .unit .btn.flora {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .various .wrap {
    padding: 40px 0;
  }
  .various .unit {
    width: 100%;
  }
  .various .unit:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid #595757;
    margin-bottom: 40px;
    padding: 0 0 30px;
  }
  .various .unit:nth-of-type(2) {
    padding-left: 0;
  }
  .various .unit .btn,
  .various .unit .btn.flora {
    width: 60vw;
  }
  .various .unit .btn.flora {
    max-width: initial;
  }
  .various .unit .detail {
    font-size: 4vw;
  }
  .various .unit .disease .headline,
  .various .unit .disease p {
    font-size: 4vw;
  }
}
