.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.cnt-article-tomonowa {}

.rheumatoid-arthritis-navigation {
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 20px 0;
}

.rheumatoid-arthritis-navigation li {
  width: 440px;
  border: solid 1px #999999;
}

.rheumatoid-arthritis-navigation a {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
  text-align: center;
  display: block;
  padding: 10px 0;
  position: relative;
}

.rheumatoid-arthritis-navigation a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #999999;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}

.rheumatoid-arthritis-navigation a:hover {
  opacity: .6;
}

.rheumatoid-arthritis-navigation li.current {
  background-color: #003479;
  border: solid 1px #003479;
}

.rheumatoid-arthritis-navigation li.current a {
  color: #fff;
  pointer-events: none;
}

.rheumatoid-arthritis-navigation li.current a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  transform: rotate(90deg);
}

.tomonowa-intro {
  display: flex;
  padding: 0 40px;
  margin: 50px 0 0 0;
}

.tomonowa-intro .tomonowa-intro-img {
  margin-right: 50px;
}

.tomonowa-intro .tomonowa-intro-img img {
  width: 229px;
}

.tomonowa-intro .tomonowa-intro-text h2 {
  font-size: 28px;
  line-height: calc(42/28);
}

.tomonowa-intro .tomonowa-intro-text p {
  font-size: 18px;
  line-height: calc(27/18);
  margin: 20px 0 45px;
}

.tomonowa-intro .tomonowa-intro-text p span {
  color: #F37820;
  font-weight: bold;
}

.tomonowa-btn {
  display: block;
  width: 360px;
  border-radius: 6px;
  background-color: #F37820;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  padding: 14px 0 10px;
  text-align: center;
  position: relative;
}

.tomonowa-btn::after {
  content: '';
  width: 24px;
  height: 24px;
  border: 0;
  border-top: solid 7px #fff;
  border-right: solid 7px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  transform: rotate(45deg);
}

.tomonowa-btn:hover {
  opacity: .6;
}

.tomonowa-btn.small {
  width: 260px;
  font-size: 16px;
  padding: 9px 0 7px;
  margin: 30px auto 0;
}

.tomonowa-btn.small::after {
  width: 18px;
  height: 18px;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  margin-top: -9px;
}

.tomonowa-mittunowa-list {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.tomonowa-mittunowa-list>li>div {
  background: #fff;
  width: 320px;
  padding: 30px 10px;
  border: 1px solid #999999;
}

.tomonowa-mittunowa-list>li>div>img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.tomonowa-mittunowa-list h3 {
  font-size: 28px;
  font-weight: bold;
  color: #115DA2;
  text-align: center;
  margin: 20px 0 30px;
}

.tomonowa-mittunowa-list h3 span {
  display: block;
  font-size: 16px;
  margin-top: 15px;
}

.tomonowa-mittunowa-list>li>div>p {
  height: 96px;
}

.tomonowa-mittunowa-list p {
  font-size: 16px;
  line-height: calc(24/16);
}

.fukidashi-wapper {
  padding: 20px;
  background: #EEF4F8;
  margin: 30px 0 0 0;
  height: 445px;
}

.fukidashi-wapper>p {
  font-size: 14px;
  font-weight: bold;
  color: #115DA2;
}

.fukidasi-box-l {
  margin: 20px 0;
}

.fukidasi-box-l:after,
.fukidasi-box-l:before,
.fukidasi-box-r:after,
.fukidasi-box-r:before {
  clear: both;
  content: "";
  display: block;
}

.fukidasi-box-l .fukidashi-img {
  width: 60px;
  float: right;
}

.fukidasi-box-r .fukidashi-img {
  float: left;
  width: 60px;
}

.fukidasi-box-l .fukidasi-l {
  position: relative;
  margin-right: 70px;
  padding: 10px;
  background: #fff;
}

.fukidasi-box-r .fukidasi-r {
  position: relative;
  margin-left: 70px;
  padding: 10px;
  background: #fff;
}

.fukidasi-box-l .fukidasi-l p,
.fukidasi-box-r .fukidasi-r p {
  font-size: 14px;
  font-weight: bold;
  line-height: calc(21/14);
  color: #115DA2;
  text-align: left;
}

.fukidasi-l:after {
  position: absolute;
  content: '';
  top: 20px;
  right: -14px;
  border: 6px solid transparent;
  border-left: 8px solid #fff
}

.fukidasi-r:after {
  position: absolute;
  content: '';
  top: 20px;
  left: -14px;
  border: 6px solid transparent;
  border-right: 8px solid #fff
}

.fukidasi-r p.fukidasi-inner {
  background: #EEF4F8;
  padding: 10px 5px;
  margin: 10px 0 0 0;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: calc(21/14);
}

.fukidasi-r p.fukidasi-inner span {
  font-size: 10px;
  line-height: calc(15/10);
  display: block;
}

.rheumatoid-arthritis-foot-navigation {
  background-color: #EEEEEE;
  text-align: center;
  padding: 20px 0 30px;
  margin: 100px 0 0;
}

.rheumatoid-arthritis-foot-navigation p {
  margin: 0 0 10px 0;
}

.rheumatoid-arthritis-foot-navigation a {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .rheumatoid-arthritis-navigation li {
    width: 45%;
  }

  .rheumatoid-arthritis-navigation a {
    font-size: 14px;
    padding: 10px 40px 10px 10px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tomonowa-intro {
    display: block;
    padding: 0 20px;
    text-align: center;
  }

  .tomonowa-intro .tomonowa-intro-img {
    margin: 0 0 20px 0;
  }

  .tomonowa-intro .tomonowa-intro-img img {
    width: 70%;
  }

  .tomonowa-intro .tomonowa-intro-text h2 {
    font-size: 20px;
  }

  .tomonowa-intro .tomonowa-intro-text p {
    font-size: 16px;
    margin: 20px 0 45px;
  }

  .tomonowa-btn {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    padding: 14px 0 10px;
  }


  .tomonowa-btn.small {
    width: 80%;
    font-size: 14px;
    padding: 9px 0 7px;
    margin: 20px auto 40px;
  }

  .tomonowa-mittunowa-list {
    display: block;
    margin-top: 50px;
  }

  .tomonowa-mittunowa-list>li>div {
    width: 100%;
    padding: 30px 20px;
  }

  .tomonowa-mittunowa-list>li>div>img {
    width: 60%;
  }

  .tomonowa-mittunowa-list h3 {
    font-size: 20px;
    margin: 20px 0 30px;
  }

  .tomonowa-mittunowa-list h3 span {
    font-size: 14px;
    margin-top: 15px;
  }

  .tomonowa-mittunowa-list>li>div>p {
    height: auto;
  }

  .tomonowa-mittunowa-list p {
    font-size: 14px;
  }

  .fukidashi-wapper {
    padding: 15px;
    margin: 20px 0 0 0;
    height: auto;
  }

  .rheumatoid-arthritis-foot-navigation {
    padding: 20px;
    margin: 50px 0 0;
  }

}

.radio-area{
  background-color: #EEEEEE;
  padding: 20px 0;
  text-align: center;
  margin: 0 0 50px 0;
}

.radio{
  cursor: pointer;
  display: inline-block;
  margin-right: 50px;
}

.radio:last-child{
  margin-right: 0px;
}

.radio-btn {
  appearance: none !important;
  position: absolute;
  cursor: pointer !important;
  margin-right: 10px;
}

.radio-text::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #999999;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.radio-text.checked::before {
  border: 1px solid #003479;
}

.radio-text.checked::after {
  content: '';
  position: absolute;
  left: calc(9px - 5px);
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #003479;
}

.radio-text {
  position: relative;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 16px;
}

.radio-text.checked {
  color: #003479;
}

@media screen and (max-width: 768px) {
  .radio-area {
    margin: 0 20px;
  }

  .radio {
    margin-right: 20px;
  }

  .radio-text {
    font-size: 14px;
  }
}

.seminar-area img{
  display: block;
  width: 600px;
  margin: 0 auto 50px;
}

.seminar-area p {
  font-size: 16px;
  text-align: left;
}

.seminar-area p span{
  font-size: 18px;
  font-weight: bold;
  display: block;
}