@charset "utf-8";
@media (min-width: 768px){
  .header{
    z-index: 10;
  }
  a:hover {
    color: #00A2E6;
    text-decoration: none;
  }
  article{
    width: calc(var(--leftPdAdjust) + (100% - var(--leftPdAdjust)) / 2 + 17rem);
    padding-left: calc((100% - var(--leftPdAdjust)) / 2 + 17rem);
  }
  .blogPageTitle {
    border-bottom: 1px solid #333;
    margin: 8vw auto 5vw;
    padding-bottom: 5vw;
    max-width: 100%;
  }
  .blogMainContents {
    width: 100%;
  }
  
  #document-298 .single_read {
    font-size: 1.5vw;
    line-height: 2.5vw;
    text-align: center;
    font-weight: 600;
  }
  .blogSection-text {
    margin-bottom: 10vw;
  }
  
  #document-298 .single_subtitle {
    padding: 0 0 3vw;
    margin: 0 auto 4vw;
    font-size: 2.1vw;
    width: 90%;
  }
  #document-298 .single_read.-sub {
    font-weight: 400;
  }
  #document-298 .row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #document-298 .row::after {
    content: "";
    display: block;
    width: 33%;
    height: 1px;;
  }
  #document-298 .download_subtitle {
    margin: 0 auto 8vw;
  }
  #document-298 .span_1_of_2 {
    width: 40%;
  }
  #document-298 .download img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #document-298 .acms-entry dl {
    margin: 0 0 5vw;
  }
  #document-298 dt {
    font-size: 1.5vw;
    margin-bottom: 1vw;
    letter-spacing: .1vw;
  }
  #document-298 .btn_dl {
    margin-top: 1.5vw;
  }
  #document-298 .btn a {
    font-size: 1.25vw;
    line-height: 4vw;
    padding: 0;
  }
  #document-298 .blogSection-text {
    font-size: 2vw;
  }
  #document-298 .dl_data-catch {
    text-align: center;
    margin-bottom: 3vw;
  }
  #document-298 .single_catch {
    font-size: 2vw;
    line-height: 3vw;
    font-weight: bold;
  }
  #document-298 .dl_data .dl_data-list li {
    margin-bottom: 2vw;
    border-bottom: 1px solid #595757;
  }
  #document-298 .dl_data-list{
    width: 80%;
    margin: 0 auto;
  }
  #document-298 .dl_data .dl_data-list a {
    font-size: 1.55vw;
    display: block;
    padding: 10px 0;
    position: relative;
  }
  #document-298 .dl_data .dl_data-list a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #595757;
    border-right: 2px solid #595757;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -5px;
    transform: rotate(45deg);
  }
  #document-298 .health-data-file_catch {
    margin: 10vw 0 2vw;
  }
  #document-298 .health-data-file_catch .catch-sub {
    font-size: 1.5vw;
    line-height: 1.3vw;
    margin-bottom: 2vw;
    position: relative;
  }
  .health-data-file_catch .catch-sub::before,
  .health-data-file_catch .catch-sub::after {
    height: 3.5vw;
    top: -1vw;
  }
  .exercise-area_col:first-child {
    width: 10%;
    padding-top: 5px;
  }
  .exercise-area_col:last-child {
    width: 90%;
  }
  .exercise-lists {
    width: 100%;
    margin: 0 auto;
    padding: 1% 3%;
    height: 60vh;
    min-height: 450px;
  }
  .exercise-area {
    font-size: 1.5vw;
    width: 100%;
  }
  .exercise-area_lists-item .txt-division a:hover {
    color: #3e3a3a;
    text-decoration: none;
  }
  .exercise-area_lists-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    border-bottom: 1px dashed #898989;
  }
  .exercise-area_lists-item .txt-city {
    width: 30%;
  }
  #document-298 .health-data-case .download .item dt span {
    color: #3e3a3a;
    padding: 0;
    margin-bottom: 0;
    background: none;
    font-size: 1.5vw;
  }
  #document-298 .pdfreader .txt {
    width: 73%;
    display: table-cell;
    vertical-align: top;
    padding-right: 2%;
    font-size: 1.5vw;
  }
  #document-298 .pdfreader .bnr {
    width: 25%;
    display: table-cell;
    text-align: left;
  }
}