@charset "UTF-8";
#medicalDetail .imgttl {
  padding: 0;
  border: none; }
  #medicalDetail .imgttl:before {
    content: none; }

#checkupOutline .bn {
  margin-top: 20px; }

#checkupList table,
#checkupOption table {
  margin-top: 30px; }
  #checkupList table th, #checkupList table td,
  #checkupOption table th,
  #checkupOption table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 10px;
    vertical-align: middle; }
  #checkupList table th,
  #checkupOption table th {
    width: auto; }
  #checkupList table td,
  #checkupOption table td {
    text-align: center; }
  #checkupList table thead th,
  #checkupOption table thead th {
    background: #e4e4e4;
    text-align: center; }
  #checkupList table .writing-rl,
  #checkupOption table .writing-rl {
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: .6em;
    padding: 10px 8px; }
  #checkupList table .total,
  #checkupOption table .total {
    font-weight: bold; }
    #checkupList table .total .fss,
    #checkupOption table .total .fss {
      font-size: 1.2rem;
      font-weight: normal; }

#checkupOption table thead th:nth-of-type(2n) {
  width: 365px; }
#checkupOption table thead th:nth-of-type(3n) {
  width: 484px; }
#checkupOption table thead th:nth-of-type(4n) {
  width: 110px; }
#checkupOption table td {
  text-align: left; }
  #checkupOption table td + td {
    text-align: right; }

#checkupTime .box {
  margin-top: 50px;
  border: 1px solid #22ac38;
  padding: 19px; }
#checkupTime .txtbox {
  width: 400px; }
#checkupTime .img {
  width: 250px; }

#ctaSec .contact-bn {
  width: 1000px;
  margin: 20px auto 0; }
  #ctaSec .contact-bn + .link-btn {
    margin: 30px auto 0;
    width: 400px;
    font-size: 1.6rem; }
    #ctaSec .contact-bn + .link-btn a:before {
      content: none; }
    #ctaSec .contact-bn + .link-btn a:after {
      content: '\f105'; }

#fixedBtn ul .medicalcheackup {
  display: block; }

@media screen and (min-width: 601px) {
  #checkupOption table .drop-txt {
    display: block !important;
    border: none; }
  #checkupOption table .price-sp {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0; } }
@media screen and (max-width: 600px) {
  #medicalSec {
    padding-bottom: 0; }

  #checkupOutline .bn {
    margin-top: 15px; }

  #checkupList {
    overflow: hidden; }
    #checkupList table {
      margin-top: 15px;
      display: flex; }
      #checkupList table th, #checkupList table td {
        text-align: center;
        border: none;
        border-top: 1px solid #ccc; }
      #checkupList table thead {
        display: block; }
        #checkupList table thead tr {
          border-left: 1px solid #ccc; }
        #checkupList table thead th {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          width: 148px; }
          #checkupList table thead th:first-of-type {
            border-top: none; }
      #checkupList table tbody {
        display: flex;
        align-items: flex-end;
        width: 100%;
        overflow-x: scroll;
        background: #f5f5f5; }
        #checkupList table tbody tr {
          display: inline-block;
          vertical-align: bottom;
          border-left: 1px solid #ccc; }
        #checkupList table tbody th, #checkupList table tbody td {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          flex-grow: 1; }
        #checkupList table tbody th {
          width: 160px; }
        #checkupList table tbody td {
          background: #fff; }
      #checkupList table .rowspan {
        border-top: none; }
      #checkupList table .twice {
        height: 65px; }
      #checkupList table .twice2 {
        height: 150px; }
      #checkupList table .three {
        border-top: none;
        height: 107px; }
      #checkupList table .writing-rl {
        writing-mode: horizontal-tb;
        letter-spacing: 0; }
      #checkupList table .total {
        border-right: 1px solid #ccc; }
        #checkupList table .total td {
          width: 148px; }

  #checkupOption table {
    margin-top: 0;
    border-top: none; }
    #checkupOption table thead {
      display: none; }
    #checkupOption table tbody .first {
      display: block;
      margin-top: 55px;
      border-top: 1px solid #ccc;
      position: relative; }
      #checkupOption table tbody .first:before {
        content: '血液検査';
        color: #22ac38;
        font-size: 1.6rem;
        font-weight: bold;
        position: absolute;
        top: -30px;
        left: 0; }
      #checkupOption table tbody .first .hide {
        display: none; }
    #checkupOption table tbody .other:before {
      content: 'その他'; }
    #checkupOption table tbody th {
      border: none; }
    #checkupOption table tbody td {
      border: none;
      border-top: 1px solid #ccc; }
    #checkupOption table .drop {
      position: relative;
      padding-right: 40px;
      cursor: pointer; }
      #checkupOption table .drop.open:after {
        transform: translateY(-50%) rotate(180deg);
        transition: all 0.6s; }
      #checkupOption table .drop:after {
        content: "";
        font: normal normal 900 1.6rem "Font Awesome 5 Free";
        line-height: inherit;
        color: #22ac38;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
        transition: all 0.3s; }
    #checkupOption table .price-pc {
      opacity: 0;
      width: 0;
      height: 0;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0; }
    #checkupOption table .price-sp {
      display: block;
      margin-top: 10px;
      font-weight: bold; }
      #checkupOption table .price-sp::after {
        content: '（税別）'; }

  #checkupTime .box {
    margin-top: 25px; }
  #checkupTime .txtbox {
    width: 100%; }
  #checkupTime .img {
    width: 100%;
    margin-top: 10px; }

  #ctaSec {
    background: #def9d0;
    padding-bottom: 30px; }
    #ctaSec .contact-bn {
      width: 90%;
      margin: 0 auto; } }
