@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: "Noto Sans JP"; }

/* 吹き出し 右向き */
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 200px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #FF9966;
  box-sizing: border-box; }

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2; }

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #FF9966;
  z-index: 1; }

.balloon2-right p {
  margin: 0;
  padding: 0;
  text-align: justify; }

/* 吹き出し 左向き */
.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 200px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #F4C70C;
  box-sizing: border-box; }

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2; }

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #F4C70C;
  z-index: 1; }

.balloon2-left p {
  margin: 0;
  padding: 0; }

/* ホバーアニメーション アップ */
.hoverUP {
  transition: all 0.5s; }
  .hoverUP:hover {
    transform: translateY(-8px); }

.hoverColor {
  transition: all 0.5s; }
  .hoverColor:hover {
    color: #00B050; }

/* ヘッダー */
header.pc {
  padding: 30px 0 0 0px;
  position: relative; }
  header.pc #headerLogo {
    width: 300px;
    margin-left: 50px; }
    header.pc #headerLogo h1 {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      color: #00B050;
      margin-left: -10px; }
    header.pc #headerLogo p {
      font-size: 15px;
      font-weight: bold;
      text-align: center; }
  header.pc #nav01 {
    position: absolute;
    top: 50px;
    right: 60px; }
    header.pc #nav01 ul {
      display: flex;
      justify-content: space-between;
      width: 650px; }
      header.pc #nav01 ul li {
        font-size: 15px;
        font-weight: bold; }
        header.pc #nav01 ul li a {
          color: black;
          display: inline-block;
          width: 100%; }
          header.pc #nav01 ul li a:hover {
            color: #00B050; }
  header.pc #nav02 {
    width: 100%;
    background: #00B050;
    height: 50px;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0; }
    header.pc #nav02 ul {
      display: table;
      margin: 0 auto;
      max-width: 1250px;
      width: 100%; }
      header.pc #nav02 ul li {
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        color: white;
        border-left: solid 2px #00843C;
        width: 20%;
        text-align: center;
        height: 30px;
        padding: 4px 0 0 0; }
        header.pc #nav02 ul li:last-of-type {
          border-right: solid 2px #00843C; }
        header.pc #nav02 ul li a {
          color: white;
          display: inline-block;
          transition: all 0.5s;
          width: 100%; }
          header.pc #nav02 ul li a:hover {
            color: yellow; }

/* フッター　ヘイワ薬局グループ */
#group {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0;
  border-bottom: solid thin #00B050; }
  #group .flowerLeft {
    position: absolute;
    top: 50px;
    left: 0; }
  #group .flowerRight {
    position: absolute;
    top: 50px;
    right: 0; }
  #group .titleEn {
    text-align: center;
    font-weight: bold;
    font-size: 15px; }
  #group h1 {
    font-size: 30px;
    color: #00B050;
    text-align: center;
    margin-bottom: 50px; }
  #group ul {
    display: flex;
    justify-content: space-between;
    width: 700px;
    flex-wrap: wrap;
    margin: 0 auto; }
    #group ul li {
      width: 180px;
      margin-bottom: 30px; }
      #group ul li p span {
        font-weight: bold; }

/* サイトマップ */
#sitemap {
  width: 100%;
  height: 60px;
  background: #00B050;
  font-size: 13px;
  font-weight: bold;
  color: white;
  padding-top: 20px;
  margin-top: 100px; }
  #sitemap ul {
    display: flex;
    justify-content: space-between;
    width: 1150px;
    margin: 0 auto; }
    #sitemap ul li:last-of-type:after {
      content: none; }
    #sitemap ul li:after {
      content: "＼";
      font-weight: bold;
      color: yellow;
      margin-left: 10px; }
    #sitemap ul li a {
      color: white;
      transition: all 0.5s; }
      #sitemap ul li a:hover {
        color: yellow; }

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

  /*  ヘイワ薬局グループ */
  #group {
    position: relative;
    width: 100%;
    padding-bottom: 70px;
    padding-top: 50px;
    border-top: solid thin #00B050; }
    #group h1 {
      font-size: 25px;
      color: #00B050;
      text-align: center;
      font-weight: bold;
      margin-top: -3px; }
    #group .titleEn {
      font-size: 12px;
      color: black;
      font-weight: bold;
      text-align: center;
      padding-top: 50px; }
    #group .flowerLeft {
      position: absolute;
      top: 60px;
      left: 10px;
      width: 75px; }
    #group .flowerRight {
      position: absolute;
      top: 60px;
      right: 10px;
      width: 75px; }
    #group ul {
      width: 360px;
      margin: 30px auto 0px auto;
      padding-left: 10px; }
      #group ul li {
        display: inline-block;
        vertical-align: top;
        width: 160px;
        margin: 0 5px 20px 5px; }
        #group ul li:nth-of-type(even) {
          margin-right: 0;
          margin-left: 15px; }
        #group ul li p {
          font-size: 14px; }
          #group ul li p span {
            font-weight: bold; } }
@media (min-width: 768px) {
  .sp {
    display: none; }

  .pc {
    display: block; }

  /*ヒーロー*/
  #hero {
    position: relative;
    width: 100%;
    height: auto; }

  #hero::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    /* 必ず「0」に指定 */
    padding-top: 33.85%;
    /* ココを指定 */ }

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

  /* コンセプト */
  #concept {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 70px 0;
    border-bottom: solid thin #00B050; }
    #concept .flowerLeft {
      position: absolute;
      top: 50px;
      left: 0; }
    #concept .flowerRight {
      position: absolute;
      top: 50px;
      right: 0; }
    #concept .titleEn {
      text-align: center;
      font-weight: bold;
      color: #00B050; }
    #concept h1 {
      font-size: 30px;
      color: #00B050;
      text-align: center;
      margin-bottom: 50px; }
    #concept p {
      width: 700px;
      text-align: justify;
      margin: 0 auto;
      display: block;
      font-size: 16px; }

  /* ニュース */
  #news {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 70px 100px 70px;
    position: relative;
    border-bottom: solid thin #00B050; }
    #news .titleEn {
      text-align: center;
      font-weight: bold;
      color: #00B050; }
    #news h1 {
      font-size: 30px;
      color: #00B050;
      text-align: center;
      margin-bottom: 50px; }

  .topic {
    width: 550px; }
    .topic li {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: solid thin #00B050; }
      .topic li dt {
        color: #00B050;
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 5px; }
      .topic li dd {
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
        width: 410px;
        padding-top: 6px;
        margin-left: 5px; }
      .topic li dd.category-name {
        padding: 5px;
        font-size: 13px;
        color: black;
        font-weight: bold;
        margin-right: 10px;
        display: inline-block;
        vertical-align: top;
        width: 110px;
        margin-right: 0; }
        .topic li dd.category-name .entry-label {
          padding: 5px;
          width: 110px;
          text-align: center;
          display: block; }

  .link {
    position: absolute;
    bottom: 40px;
    left: 70px;
    font-size: 16px;
    font-weight: bold;
    color: #00B050; }
    .link a {
      margin-bottom: 20px;
      display: inline-block;
      color: #00B050;
      transition: all 0.5s;
      margin-right: 20px; }
      .link a:hover {
        transform: translateY(-8px); }

  #line {
    position: absolute;
    bottom: 50px;
    right: 25px; }
    #line ul li {
      display: inline-block; }
      #line ul li p {
        text-align: center; }
    #line a img {
      width: 150px;
      transition: all 0.5s; }
      #line a img:hover {
        opacity: 0.5; }

  /* 取り組みここから */
  #attempt {
    padding: 70px; }
    #attempt h1 {
      color: #00B050;
      font-size: 30px;
      text-align: center;
      margin-bottom: 70px; }
    #attempt div {
      width: 910px;
      margin: 0 auto; }
      #attempt div h2 {
        font-size: 30px;
        text-align: center;
        color: #FF9966;
        margin-bottom: 30px; }
      #attempt div .titleEn {
        font-size: 16px;
        text-align: center;
        color: #FF9966;
        font-weight: bold;
        margin-top: 50px; }
      #attempt div img {
        width: 450px;
        display: inline-block;
        vertical-align: top; }
      #attempt div dl {
        display: inline-block;
        width: 450px;
        height: 230px;
        background: #D5FFAC;
        vertical-align: top;
        margin-left: -4px;
        padding: 20px; }
        #attempt div dl dt {
          font-size: 18px;
          font-weight: bold;
          color: #00B050;
          text-align: center;
          margin-bottom: 15px; }
        #attempt div dl dd {
          font-size: 16px;
          text-align: justify; }
      #attempt div .more {
        width: 200px;
        display: block;
        margin: 30px auto 0 auto;
        transition: all 0.5s; }
        #attempt div .more:hover {
          transform: translateY(-8px); }
        #attempt div .more img {
          width: 200px; }

  /* ダイエットのご相談ここから */
  #diet {
    margin-top: 0px; }
    #diet .titleEn {
      color: #FF9966;
      font-size: 16px;
      text-align: center;
      font-weight: bold; }
    #diet h2 {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      color: #FF9966; }
    #diet .border {
      background: #FF9966;
      height: 40px;
      margin-top: 10px;
      font-size: 20px;
      color: white;
      font-weight: bold;
      text-align: center;
      padding-top: 4px; }
    #diet > div {
      width: 850px;
      height: 400px;
      margin: 50px auto 0 auto;
      position: relative; }
      #diet > div .comment {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 460px; }
        #diet > div .comment .balloon2-right {
          position: absolute;
          top: 0;
          left: 0;
          text-align: justify;
          background: #FFE9DE; }
          #diet > div .comment .balloon2-right p {
            font-size: 18px;
            line-height: 1.8; }
        #diet > div .comment img {
          width: 250px;
          position: absolute;
          top: 0;
          right: 0; }
      #diet > div .image {
        width: 350px;
        position: absolute;
        top: 0;
        right: 0; }
      #diet > div dl {
        vertical-align: top;
        position: absolute;
        top: 200px;
        right: 25px; }
        #diet > div dl dt {
          font-size: 16px;
          font-weight: bold;
          display: inline-block;
          width: auto;
          padding-bottom: 5px;
          border-bottom: solid 2px #FF9966;
          margin-bottom: 5px; }
        #diet > div dl dd {
          font-size: 16px;
          font-weight: bold; }
    #diet .more {
      width: 200px;
      display: block;
      margin: 0 auto;
      transition: all 0.5s; }
      #diet .more:hover {
        transform: translateY(-8px); }
      #diet .more img {
        width: 200px; }

  /* 便秘のご相談ここから */
  #constipation {
    margin-top: 50px; }
    #constipation .titleEn {
      color: #F4C70C;
      font-size: 16px;
      text-align: center;
      font-weight: bold; }
    #constipation h2 {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      color: #F4C70C; }
    #constipation .border {
      background: #F4C70C;
      height: 40px;
      margin-top: 10px;
      font-size: 20px;
      color: white;
      font-weight: bold;
      text-align: center;
      padding-top: 4px; }
    #constipation > div {
      width: 850px;
      height: 400px;
      margin: 50px auto 0 auto;
      position: relative; }
      #constipation > div .comment {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 460px; }
        #constipation > div .comment .balloon2-right {
          position: absolute;
          top: 30px;
          left: 0;
          text-align: justify;
          border: solid 3px #F4C70C;
          background: #FFECC6;
          font-size: 18px;
          line-height: 1.8; }
          #constipation > div .comment .balloon2-right:after {
            border-left: solid 14px #F4C70C; }
        #constipation > div .comment img {
          width: 250px;
          position: absolute;
          top: 20px;
          right: 0; }
      #constipation > div .image {
        width: 350px;
        position: absolute;
        top: 0;
        right: 0; }
      #constipation > div dl {
        vertical-align: top;
        position: absolute;
        top: 210px;
        right: 55px; }
        #constipation > div dl dt {
          font-size: 16px;
          font-weight: bold;
          display: block;
          padding-bottom: 5px;
          border-bottom: solid 2px #F4C70C;
          margin-bottom: 5px; }
        #constipation > div dl dd {
          font-size: 16px;
          font-weight: bold;
          display: inline-block; }
    #constipation .more {
      width: 200px;
      display: block;
      margin: 0 auto;
      transition: all 0.5s; }
      #constipation .more:hover {
        transform: translateY(-8px); }
      #constipation .more img {
        width: 200px; }

  /* 関節痛のご相談ここから */
  #jointPain {
    margin-top: 50px; }
    #jointPain .titleEn {
      color: #71B8FF;
      font-size: 16px;
      text-align: center;
      font-weight: bold; }
    #jointPain h2 {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      color: #71B8FF; }
    #jointPain .border {
      background: #71B8FF;
      height: 40px;
      margin-top: 10px;
      font-size: 20px;
      color: white;
      font-weight: bold;
      text-align: center;
      padding-top: 4px; }
    #jointPain > div {
      width: 850px;
      height: 400px;
      margin: 50px auto 0 auto;
      position: relative; }
      #jointPain > div .comment {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 460px; }
        #jointPain > div .comment .balloon2-right {
          position: absolute;
          top: -20px;
          left: 0;
          text-align: justify;
          border: solid 3px #71B8FF;
          background: #D5EAFF;
          font-size: 18px;
          line-height: 1.8; }
          #jointPain > div .comment .balloon2-right:after {
            border-left: solid 14px #71B8FF; }
        #jointPain > div .comment img {
          width: 250px;
          position: absolute;
          top: 0;
          right: 0; }
      #jointPain > div .image {
        width: 350px;
        position: absolute;
        top: 0;
        right: 0; }
      #jointPain > div dl {
        vertical-align: top;
        position: absolute;
        top: 210px;
        right: 90px; }
        #jointPain > div dl dt {
          font-size: 16px;
          font-weight: bold;
          padding-bottom: 5px;
          border-bottom: solid 2px #71B8FF;
          margin-bottom: 5px;
          display: inline-block; }
        #jointPain > div dl dd {
          font-size: 16px;
          font-weight: bold; }
    #jointPain .more {
      width: 200px;
      display: block;
      margin: 0 auto;
      transition: all 0.5s; }
      #jointPain .more:hover {
        transform: translateY(-8px); }
      #jointPain .more img {
        width: 200px; } }
@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  /*ヒーロー*/
  #hero {
    position: relative;
    width: 100%;
    height: auto; }

  #hero::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    /* 必ず「0」に指定 */
    padding-top: 100%;
    /* ココを指定 */ }

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

  /*  コンセプト */
  #concept {
    position: relative; }
    #concept h1 {
      font-size: 25px;
      color: #00B050;
      text-align: center;
      padding-top: 0px;
      font-weight: bold; }
    #concept .titleEn {
      font-size: 15px;
      color: #00B050;
      font-weight: bold;
      text-align: center;
      padding-top: 30px; }
    #concept .flowerLeft {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 75px; }
    #concept .flowerRight {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 75px; }
    #concept p {
      font-size: 16px;
      font-weight: normal;
      width: 85%;
      display: block;
      margin: 50px auto 0 auto;
      line-height: 1.5;
      text-align: justify; }

  /*  ニュース */
  #news {
    padding-top: 50px;
    border-top: solid thin #00B050;
    width: 90%;
    margin: 50px auto 0 auto; }
    #news h1 {
      font-size: 25px;
      color: #00B050;
      text-align: center;
      padding-top: 0px;
      font-weight: bold; }
    #news .titleEn {
      font-size: 15px;
      color: #00B050;
      font-weight: bold;
      text-align: center;
      padding-top: 0px; }
    #news > ul li {
      border-bottom: solid thin #989898;
      margin-top: 20px;
      padding-bottom: 20px; }
      #news > ul li dl dt {
        color: #00B050;
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 5px; }
      #news > ul li dl dd {
        font-size: 15px;
        display: inline-block;
        width: 65%;
        vertical-align: top; }
        #news > ul li dl dd:nth-of-type(2) {
          margin-top: 1px; }
      #news > ul li dl dd.category-name {
        font-size: 12px;
        color: black;
        font-weight: bold;
        margin-right: 10px;
        display: inline-block;
        width: 95px;
        text-align: center;
        vertical-align: top; }
        #news > ul li dl dd.category-name .entry-label {
          padding: 3px;
          width: 95px;
          display: inline-block; }
    #news .link {
      margin: 30px auto 0 auto;
      display: table; }
      #news .link a {
        margin-right: 15px; }
    #news #line {
      margin-top: 50px; }
      #news #line ul {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center; }
        #news #line ul li img {
          width: 120px;
          margin: 0 10px; }
        #news #line ul li p {
          text-align: center; }

  /* 取り組み */
  #attempt {
    padding-top: 50px;
    border-top: solid thin #00B050;
    width: 90%;
    margin: 50px auto 0 auto; }
    #attempt h1 {
      font-size: 25px;
      color: #00B050;
      text-align: center;
      padding-top: 0px;
      font-weight: bold;
      margin-bottom: 50px; }
    #attempt .titleEn {
      font-size: 15px;
      color: #00B050;
      font-weight: bold;
      text-align: center;
      padding-top: 0px; }
    #attempt h2 {
      font-size: 20px;
      color: #00B050;
      text-align: center;
      padding-top: 0px;
      font-weight: bold;
      margin-bottom: 20px; }
    #attempt img {
      width: 100%;
      margin: 0; }
    #attempt dl {
      width: 100%;
      padding: 15px;
      background-color: #CCFF99;
      margin: -11px 0 0 0; }
      #attempt dl dt {
        color: #00B050;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px; }
      #attempt dl dd {
        font-size: 16px;
        text-align: justify; }
    #attempt a {
      width: 200px;
      display: block;
      margin: 30px auto 30px auto; }
      #attempt a img {
        width: 200px; }

  /* ダイエット */
  #diet {
    padding: 50px 0;
    border-top: solid thin gray;
    width: 90%;
    margin: 50px auto 0 auto; }
    #diet h1 {
      font-size: 25px;
      color: #FF9966;
      text-align: center;
      padding-top: 0px;
      font-weight: bold;
      margin-bottom: 50px; }
    #diet .titleEn {
      font-size: 15px;
      color: #FF9966;
      font-weight: bold;
      text-align: center;
      padding-top: 0px; }
    #diet h2 {
      font-size: 20px;
      color: #FF9966;
      text-align: center;
      padding-top: 0px;
      font-weight: bold;
      margin-bottom: 20px; }
    #diet .comment {
      position: relative; }
      #diet .comment .pharmacist {
        width: 158px;
        position: absolute;
        top: 15px;
        right: -5px; }
      #diet .comment .balloon2-right {
        background: #FFE9DE;
        min-width: 120px;
        max-width: 180px; }
      #diet .comment p {
        font-size: 16px; }
    #diet .border {
      width: 100%;
      background-color: #FF9966;
      font-size: 16px;
      font-weight: bold;
      color: white;
      text-align: center;
      padding: 5px 0; }
      #diet .border + img {
        width: 100%;
        margin: 10px 0; }
    #diet dl {
      width: 100%;
      margin: 0 auto; }
      #diet dl dt {
        font-size: 18px;
        font-weight: bold;
        border-bottom: solid 2px #FF9966;
        margin-bottom: 10px;
        display: inline-block; }
      #diet dl dd {
        font-size: 16px;
        font-weight: bold;
        line-height: 2; }
    #diet a {
      width: 200px;
      display: block;
      margin: 30px auto 30px auto; }
      #diet a img {
        width: 200px; }

  /* 便秘 */
  #constipation {
    padding: 50px 0;
    border-top: solid thin gray;
    width: 90%;
    margin: 0px auto 0 auto; }
    #constipation h1 {
      font-size: 25px;
      color: #F4C70C;
      text-align: center;
      padding-top: 0px;
      font-weight: bold;
      margin-bottom: 50px; }
    #constipation .titleEn {
      font-size: 15px;
      color: #F4C70C;
      font-weight: bold;
      text-align: center;
      padding-top: 0px; }
    #constipation h2 {
      font-size: 20px;
      color: #F4C70C;
      text-align: center;
      padding-top: 0px;
      font-weight: bold;
      margin-bottom: 20px; }
    #constipation .comment {
      position: relative;
      height: 275px; }
      #constipation .comment .pharmacist {
        width: 160px;
        position: absolute;
        top: 29px;
        left: -5px; }
      #constipation .comment .balloon2-left {
        background: #FFECC6;
        max-width: 180px; }
      #constipation .comment p {
        font-size: 16px;
        position: absolute;
        top: 0;
        right: 0;
        text-align: justify; }
    #constipation .border {
      width: 100%;
      background-color: #F4C70C;
      font-size: 16px;
      font-weight: bold;
      color: white;
      text-align: center;
      padding: 5px 0; }
      #constipation .border + img {
        width: 100%;
        margin: 10px 0; }
    #constipation dl {
      width: 100%;
      margin: 0 auto; }
      #constipation dl dt {
        font-size: 18px;
        font-weight: bold;
        border-bottom: solid 2px #F4C70C;
        margin-bottom: 10px;
        display: inline-block; }
      #constipation dl dd {
        font-size: 16px;
        font-weight: bold;
        line-height: 2; }
    #constipation a {
      width: 200px;
      display: block;
      margin: 30px auto 30px auto; }
      #constipation a img {
        width: 200px; }

  /* 関節痛 */
  #jointPain {
    padding: 50px 0;
    border-top: solid thin gray;
    width: 90%;
    margin: 0px auto 0 auto; }
    #jointPain h1 {
      font-size: 25px;
      color: #71B8FF;
      text-align: center;
      padding-top: 0px;
      font-weight: bold;
      margin-bottom: 50px; }
    #jointPain .titleEn {
      font-size: 15px;
      color: #71B8FF;
      font-weight: bold;
      text-align: center;
      padding-top: 0px; }
    #jointPain h2 {
      font-size: 20px;
      color: #71B8FF;
      text-align: center;
      padding-top: 0px;
      font-weight: bold;
      margin-bottom: 20px; }
    #jointPain .comment {
      position: relative; }
      #jointPain .comment .pharmacist {
        width: 164px;
        position: absolute;
        top: 21px;
        right: -19px; }
      #jointPain .comment p {
        font-size: 16px;
        text-align: justify; }
      #jointPain .comment .balloon2-right {
        border: solid 3px #71B8FF;
        background: #D5EAFF;
        max-width: 186px; }
      #jointPain .comment .balloon2-right:after {
        border-left: solid 14px #71B8FF; }
    #jointPain .border {
      width: 100%;
      background-color: #71B8FF;
      font-size: 16px;
      font-weight: bold;
      color: white;
      text-align: center;
      padding: 5px 0; }
      #jointPain .border + img {
        width: 100%;
        margin: 10px 0; }
    #jointPain dl {
      width: 100%;
      margin: 0 auto; }
      #jointPain dl dt {
        font-size: 18px;
        font-weight: bold;
        border-bottom: solid 2px #71B8FF;
        margin-bottom: 10px;
        display: inline-block; }
      #jointPain dl dd {
        font-size: 16px;
        font-weight: bold;
        line-height: 2; }
    #jointPain a {
      width: 200px;
      display: block;
      margin: 30px auto 30px auto; }
      #jointPain a img {
        width: 200px; } }
