@charset "UTF-8";
.sp {
  display: none !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #5285b0;
}

#wrapper {
  width: 750px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(171, 171, 171, 0.5);
}

.cv_btn_wrap {
  position: relative;
}

.cv_btn_wrap .cv_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 210px;
  margin: 0 auto;
  width: 660px;
}

#cnt02 {
  position: relative;
}

#cnt02 .video_wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 197px;
}

#cnt02 .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

#cnt02 .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cnt04 .cnt04-01 {
  position: relative;
}

#cnt04 .cnt04-01 .cnt04_anm {
  position: absolute;
  bottom: 143px;
  left: 116px;
  width: 412px;
}

#cnt04 .cnt04-02 {
  position: relative;
}

#cnt04 .cnt04-02 .cnt04_anm {
  position: absolute;
  bottom: 92px;
  left: 116px;
  width: 412px;
}

#cnt04 .cnt04-03 {
  position: relative;
}

#cnt04 .cnt04-03 .cnt04_anm {
  position: absolute;
  bottom: 364px;
  left: 116px;
  width: 412px;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  #wrapper {
    width: 100%;
  }
  .cv_btn_wrap .cv_btn {
    bottom: 28vw;
    width: 88vw;
  }
  .cv_btn_wrap .cv_btn input {
    width: 88vw;
  }
  #cnt02 .video_wrap {
    bottom: 26.267vw;
  }
  #cnt04 .cnt04-01 .cnt04_anm {
    bottom: 19.067vw;
    left: 15.467vw;
    width: 54.933vw;
  }
  #cnt04 .cnt04-02 .cnt04_anm {
    bottom: 12.267vw;
    left: 15.467vw;
    width: 54.933vw;
  }
  #cnt04 .cnt04-03 .cnt04_anm {
    bottom: 48.533vw;
    left: 15.467vw;
    width: 54.933vw;
  }
}

.summary {
  margin: -1px 0 2px;
}

.summary .ttl, .medicine .ttl {
  font-weight: 400;
  position: relative;
  color: #fff;
  background-color: #01336c;
}

.summary .ttl::before, .medicine .ttl.open::before {
  float: right;
  content: '';
  background: url(../img/icon_minus.png) center center/contain no-repeat;
}

.summary .ttl::before, .medicine .ttl::before {
  transition: all .3s;
}

.summary .ttl.open::before {
  transform: rotate(-180deg);
}

.medicine .ttl.open::before {
  transform: rotate(180deg);
}

.summary .ttl::after, .medicine .ttl.open::after {
  float: right;
  content: '閉じる';
}

.summary .ttl.open::before, .medicine .ttl::before {
  float: right;
  content: '';
  background: url(../img/icon_plus.png) center center/contain no-repeat;
}

.summary .ttl.open::after, .medicine .ttl::after {
  float: right;
  content: '表示する';
  color: #fff;
}

.summary table, .medicine table {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #01336c;
}

.summary table th, .summary table td, .medicine table th, .medicine table td {
  display: block;
}

.summary table th, .medicine table th {
  background-color: #f3f3f3;
}

.summary table td, .medicine table td {
  line-height: 1.6;
  text-align: left;
  letter-spacing: .04em;
  color: #050818;
}

.summary .content h3 {
  font-weight: 400;
  text-align: center;
}

.medicine .content h3 {
  text-align: left;
}

ul.indent li, ul.indent li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.indent_2 li, ul.indent_2 li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

sub {
  font-size: 60%;
}

.medicine .otc h2 {
  line-height: 1.7;
}

.medicine .otc p {
  line-height: 1.5;
}

.medicine .otc h3 {
  line-height: 1.7;
  padding: 0;
}

.medicine .otc a {
  display: inline;
}

.medicine .otc .yoko {
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

.medicine .otc .yoko img {
  max-width: none;
}

span.border {
  display: inline-block;
  border: 1px solid #000;
}

.footer h1 {
  width: 42.6%;
  margin: 0 auto;
}

.footer p {
  font-weight: 400;
  line-height: 2.5;
  text-align: center;
}

.footer a {
  text-decoration: underline;
  color: #9e1173;
}

.footer a:hover {
  text-decoration: none;
}

.summary .content {
  padding: 0 27px 65px;
}

.medicine .content {
  padding: 0 28px;
}

.medicine {
  margin-bottom: 94px;
}

.medicine .otc .content {
  padding: 54px 0 0 28px;
}

.medicine .otc .content2 {
  padding: 0 30px 94px;
}

.summary .ttl, .medicine .ttl {
  font-size: 38px;
  padding: 36px 30px;
}

.summary .ttl::before, .medicine .ttl::before {
  width: 23px;
  height: 38px;
  margin-left: 14px;
}

.summary .ttl::after, .medicine .ttl::after {
  font-size: 25px;
  line-height: 38px;
}

.summary .ttl.open::before, .medicine .ttl.open::before {
  width: 23px;
  height: 38px;
}

.summary .ttl.open::after, .medicine .ttl.open::after {
  font-size: 25px;
  line-height: 38px;
}

.summary table th, .summary table td, .medicine table th, .medicine table td {
  font-size: 24px;
}

.summary table th, .medicine table th {
  padding: 23px 0 24px;
}

.summary table td, .medicine table td {
  padding: 19px 23px 35px;
}

.medicine table td p {
  text-align: center;
}

.summary .content h3 {
  font-size: 22px;
  padding: 47px 0 44px;
}

.medicine .content h3 {
  font-size: 28px;
  padding: 47px 0 42px;
}

sub {
  font-size: 60%;
}

.medicine .otc h2 {
  font-size: 28px;
  padding-right: 38px;
}

.medicine .otc p {
  margin-top: 17px;
}

.medicine .otc h3 {
  margin-top: 48px;
  padding: 0;
}

.medicine .otc .yoko {
  margin-bottom: 26px;
}

span.border {
  padding: 9px 17px;
}

.footer {
  padding: 0 0 40px;
}

.footer h1 {
  padding: 28px 0 20px;
}

.footer p {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .summary {
    margin: -0.133vw 0 0.267vw;
  }
  .summary .content {
    padding: 0 3.6vw 8.667vw;
  }
  .medicine .content {
    padding: 0 3.733vw;
  }
  .medicine {
    margin-bottom: 12.533vw;
  }
  .medicine .otc .content {
    padding: 7.2vw 0 0 3.733vw;
  }
  .medicine .otc .content2 {
    padding: 0 4vw 12.533vw;
  }
  .summary .ttl, .medicine .ttl {
    font-size: 5.067vw;
    padding: 4.8vw 4vw;
  }
  .summary .ttl::before, .medicine .ttl::before {
    width: 3.067vw;
    height: 5.067vw;
    margin-left: 1.867vw;
  }
  .summary .ttl::after, .medicine .ttl::after {
    font-size: 3.333vw;
    line-height: 5.067vw;
  }
  .summary .ttl.open::before, .medicine .ttl.open::before {
    width: 3.067vw;
    height: 5.067vw;
  }
  .summary .ttl.open::after, .medicine .ttl.open::after {
    font-size: 3.333vw;
    line-height: 5.067vw;
  }
  .summary table th, .summary table td, .medicine table th, .medicine table td {
    font-size: 3.2vw;
  }
  .summary table th, .medicine table th {
    padding: 3.067vw 0 3.2vw;
  }
  .summary table td, .medicine table td {
    padding: 2.533vw 3.067vw 4.667vw;
  }
  .medicine table td p {
    text-align: center;
  }
  .summary .content h3 {
    font-size: 2.933vw;
    padding: 6.267vw 0 5.867vw;
  }
  .medicine .content h3 {
    font-size: 3.733vw;
    padding: 6.267vw 0 5.6vw;
  }
  sub {
    font-size: 60%;
  }
  .medicine .otc h2 {
    font-size: 3.733vw;
    padding-right: 5.067vw;
  }
  .medicine .otc p {
    margin-top: 2.267vw;
  }
  .medicine .otc h3 {
    margin-top: 6.4vw;
    padding: 0;
  }
  .medicine .otc .yoko {
    margin-bottom: 3.467vw;
  }
  span.border {
    padding: 1.2vw 2.267vw;
  }
  .footer {
    padding: 0 0 5.333vw;
  }
  .footer h1 {
    padding: 3.733vw 0 2.667vw;
  }
  .footer p {
    font-size: 1.333vw;
  }
}

/*インクルード対応*/
.include .summary h2.title, .include .medicine h2.title {
    font-size: 24px;
    font-weight: normal;
    height: 74px;
    line-height: 37px;
    padding: 17px 0 0 40px;
    color: #fff;
    box-sizing: border-box;
    background: #01336c !important;
}