/* ------ brand common -------- */
/* ------ page -------- */
.txt-blue {
  color: #1d2088;
}
.note {
  font-size: 1.3rem;
}
.lead-section .supervision {
  margin-bottom: 1.5em;
}
.lead-section .note {
  margin-top: 1.3rem;
}
.column-section .column-ttl {
  background: #000682;
  padding: 0.3em 0.8em;
  color: #fff;
  font-weight: normal;
}
.column-section a {
  text-decoration: underline;
}
.notes-list li {
  position: relative;
  padding-left: 13px;
}
.notes-list li:before {
  content: "";
  background: #000682;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.notes-list + p {
  margin-top: 0.5em;
}
.kitasato-u-center {
  border: 1px solid #000682;
  margin-top: 2em;
}
.kitasato-u-center dt {
  font-weight: bold;
}
.doctor-section {
  background: #f2f2fd;
}
.blank:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 9px;
  height: 9px;
  right: 6px;
  top: 6px;
  background: url(/brand/teirakku/img/common/icon_blank.gif) left top no-repeat;
}
@media print, screen and (min-width: 768px) {
  .c-pageTtl {
    background-image: url(/brand/teirakku/img/column/bg_pageTtl.jpg);
  }
  .lead-section {
    margin-bottom: 70px;
  }
  .column-section {
    margin-bottom: 75px;
  }
  .column-section .column-ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .column-section .image-right {
    overflow: hidden;
  }
  .column-section .image-right figure {
    float: right;
    width: 400px;
  }
  .column-section .image-right p {
    float: left;
    width: 580px;
  }
  .column-section a:hover {
    text-decoration: none;
  }
  .check-list-right {
    overflow: hidden;
  }
  .check-list-right p {
    width: 510px;
    float: left;
  }
  .check-list-right .check-list {}
  .check-list-right .check-list dd {
    font-size: 1.5rem;
  }
  .check-list-right .check-list dd li::before {
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #1d2088;
    content: "";
  }
  .check-list-right .check-list {
    border: 1px solid #000682;
    float: right;
    width: 480px;
    padding: 20px;
  }
  .check-list-right .check-list dt {
    font-size: 1.1em;
    font-weight: bold;
  }
  .check-list-right .check-list dd {}
  .check-list-right .check-list dd li {
    position: relative;
    margin: 11px 0 0;
    padding: 0 0 0 21px;
    line-height: 1.57;
  }
  .check-list-right .check-list dd li::before {
    width: 14px;
    height: 14px;
  }
  .kitasato-u-center {
    padding: 20px 30px;
  }
  .doctor-section {
    margin: 10px auto 40px;
    padding: 35px 30px;
    overflow: hidden;
    width: 1028px;
  }
  .doctor-section figure {
    width: 150px;
    float: left;
  }
  .doctor-section .txt {
    width: 780px;
    float: right;
    line-height: 1.8;
  }
  .doctor-section .txt h3 {
    font-weight: normal;
    margin-bottom: 10px;
  }
  .doctor-section .txt h3 span {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pageTtl {
    background-image: url(/brand/teirakku/img/column/bg_pageTtl_sp.jpg);
  }
  .lead-section {
    margin-bottom: 40px;
  }
  .column-section {
    margin-bottom: 45px;
  }
  .column-section .column-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .column-section .image-right figure {
    margin: 20px 20px 0;
  }
  .column-section p .note {
    display: block;
    margin-top: 1em;
  }
  .check-list-right .check-list {
    border: 1px solid #000682;
    padding: 15px;
    margin-top: 20px;
  }
  .check-list-right .check-list dt {
    font-size: 1.1em;
    font-weight: bold;
  }
  .check-list-right .check-list dd {}
  .check-list-right .check-list dd li {
    position: relative;
    margin: 11px 0 0;
    padding: 0 0 0 21px;
    line-height: 1.57;
  }
  .check-list-right .check-list dd li::before {
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #1d2088;
    content: "";
  }
  .kitasato-u-center {
    padding: 10px 15px;
  }
  .doctor-section {
    margin: 10px 9px 40px;
    padding: 10px 15px;
    overflow: hidden;
  }
  .doctor-section figure {
    width: 40%;
    margin: 0 auto 10px;
  }
  .doctor-section .txt {
    line-height: 1.6;
  }
  .doctor-section .txt h3 {
    font-weight: normal;
    margin-bottom: 10px;
  }
  .doctor-section .txt h3 span {
    font-size: 2.1rem;
  }
}