/* About CSS */
/* _setting CSS */
@media print, screen and (min-width: 751px) {
  .sec {
    position: relative;
  }

  .note {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .schedule {
    position: absolute;
    top: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .schedule dl {
    margin-left: 20px;
    border: 1px solid #14aa60;
  }
  .schedule dl dt, .schedule dl dd {
    display: inline-block;
    font-size: 1.6rem;
  }
  .schedule dl dt {
    color: #fff;
    background-color: #14aa60;
    padding: 10px 15px;
  }
  .schedule dl dd {
    padding: 10px;
  }

  .card_pt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card_pt1 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 515px;
    height: 80px;
    padding: 20px 25px 20px 30px;
    border: 1px solid #14aa60;
    margin-top: 20px;
  }
  .card_pt1 .item:nth-child(1), .card_pt1 .item:nth-child(2) {
    margin-top: 0;
  }
  .card_pt1 .item p {
    font-size: 1.8rem;
  }
  .card_pt1 .item .course span {
    font-size: 1.5rem;
  }
  .card_pt1 .item .price span {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: bold;
  }

  .index #kv {
    background-image: url("../images/checkup/index_kv_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .index #kv .title_area:before {
    background: url("../images/checkup/index_kv_icon.png") center center/cover no-repeat;
  }
  .index .content_wrap {
    width: 1060px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .index .content_wrap .title_area {
    width: 300px;
  }
  .index .content_wrap .main_area {
    width: 760px;
  }
  .index .content_wrap .card {
    margin-bottom: 40px;
  }
  .index .content_wrap .card:last-child {
    margin-bottom: 0;
  }
  .index .content_wrap .card a {
    position: relative;
    display: block;
  }
  .index .content_wrap .card a:hover {
    text-decoration: none;
  }
  .index .content_wrap .card a:hover .image img {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .index .content_wrap .card a:before, .index .content_wrap .card a:after {
    position: absolute;
    content: '';
    display: block;
  }
  .index .content_wrap .card a:before {
    width: 40px;
    height: 40px;
    background-color: #14aa60;
    right: 0;
    bottom: 0;
  }
  .index .content_wrap .card a:after {
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 13px;
    right: 15px;
  }
  .index .content_wrap .card .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #d0d0d0;
  }
  .index .content_wrap .card .image {
    width: 250px;
    height: 250px;
    overflow: hidden;
  }
  .index .content_wrap .card .image img {
    display: block;
  }
  .index .content_wrap .card .detail_area {
    width: 510px;
    padding: 40px 45px 50px 40px;
  }
  .index .content_wrap .card .detail_area .desc {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .index .content_wrap .card .title_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .index .content_wrap .card .title_area .card_title {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .index .content_wrap .card .title_area .icon {
    margin: 0 23px 0 13px;
  }

  .medical #kv {
    background-image: url("../images/checkup/medical_kv_bg.jpg");
  }
  .medical #kv .title_area:before {
    background: url("../images/checkup/medical_kv_icon.png") center center/cover no-repeat;
  }
  .medical .desc {
    margin-bottom: 45px;
  }
  .medical .note {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
  }
  .medical .table {
    width: 100%;
    border: 1px solid #9e9e9e;
  }
  .medical .table thead {
    background-color: #e7f6ef;
    border-bottom: 1px solid #9e9e9e;
  }
  .medical .table thead th {
    border-right: 1px solid #9e9e9e;
    font-size: 1.6rem;
    width: 130px;
    font-weight: bold;
    padding: 15px 0;
  }
  .medical .table thead th:last-child {
    border-right: none;
  }
  .medical .table tbody tr {
    border-bottom: 1px solid #9e9e9e;
  }
  .medical .table tbody tr:last-child {
    border-bottom: none;
  }
  .medical .table tbody tr td {
    border-right: 1px solid #9e9e9e;
    font-size: 1.5rem;
    line-height: 1.8;
    width: 130px;
    padding: 15px 35px;
    text-align: center;
    vertical-align: middle;
  }
  .medical .table tbody tr td:first-child {
    text-align: left;
    width: 145px;
  }
  .medical .table tbody tr td:nth-child(2) {
    width: 390px;
    text-align: left;
  }
  .medical .table tbody tr td:last-child {
    border-right: none;
  }
  .medical .table tbody tr .check {
    color: #14aa60;
  }
  .medical .table tbody tr.col5 td:nth-child(2) {
    width: 130px;
    text-align: center;
  }
  .medical .table tbody .blood {
    background-color: #f7f5f2;
  }
  .medical .table tbody .blood td:first-child {
    width: 390px;
  }
  .medical .table tbody .blood td:nth-child(n+1) {
    width: 130px;
  }
  .medical .table tbody .blood_first td:first-child {
    width: 145px;
  }
  .medical .table tbody .blood_first td:nth-child(2) {
    width: 390px;
    text-align: left;
  }

  .humandock #kv {
    background-image: url("../images/checkup/humandock_kv_bg.jpg");
  }
  .humandock #kv .title_area:before {
    background: url("../images/checkup/humandock_kv_icon.png") center center/cover no-repeat;
  }
  .humandock .desc {
    margin-bottom: 45px;
  }
  .humandock .table {
    width: 100%;
    border: 1px solid #9e9e9e;
  }
  .humandock .table thead {
    background-color: #e7f6ef;
    border-bottom: 1px solid #9e9e9e;
  }
  .humandock .table thead th {
    border-right: 1px solid #9e9e9e;
    font-size: 1.6rem;
    width: 170px;
    font-weight: bold;
    padding: 15px 0;
  }
  .humandock .table thead th:first-child {
    width: 740px;
  }
  .humandock .table thead th:last-child {
    border-right: none;
  }
  .humandock .table tbody tr {
    border-bottom: 1px solid #9e9e9e;
  }
  .humandock .table tbody tr:last-child {
    border-bottom: none;
  }
  .humandock .table tbody tr td {
    border-right: 1px solid #9e9e9e;
    font-size: 1.5rem;
    line-height: 1.8;
    width: 170px;
    padding: 15px 35px;
    text-align: center;
    vertical-align: middle;
  }
  .humandock .table tbody tr td:last-child {
    border-right: none;
  }
  .humandock .table tbody tr td:nth-child(1) {
    text-align: left;
  }
  .humandock .table tbody tr .check {
    color: #14aa60;
  }
  .humandock .table tbody tr.col3 td:nth-child(1) {
    width: 740px;
  }
  .humandock .table tbody tr.col4 td:nth-child(1) {
    width: 180px;
  }
  .humandock .table tbody tr.col4 td:nth-child(2) {
    width: 560px;
    text-align: left;
  }

  .otacity #kv {
    background-image: url("../images/checkup/otacity_kv_bg.jpg");
  }
  .otacity #kv .title_area:before {
    background: url("../images/checkup/otacity_kv_icon.png") center center/cover no-repeat;
  }
  .otacity .schedule2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 50px;
    background-color: #f7f5f2;
    margin-top: 35px;
  }
  .otacity .schedule2 dl dt, .otacity .schedule2 dl dd {
    display: inline;
    font-size: 1.8rem;
  }
  .otacity .schedule2 dl dt {
    background-color: #14aa60;
    color: #fff;
    text-align: center;
    padding: 9px 15px 10px;
    margin-right: 12px;
  }
  .otacity .schedule2 dl dd {
    line-height: 1.3;
  }
  .otacity .schedule2 dl:first-child {
    margin-right: 60px;
  }
  .otacity .schedule2 dl:last-child dt {
    vertical-align: top;
  }
  .otacity .list_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .otacity .list_value li {
    width: 350px;
    height: 200px;
    position: relative;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 60px;
  }
  .otacity .list_value li .name {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .otacity .list_value li .name span {
    display: block;
    font-size: 1.6rem;
  }
  .otacity .list_value li .image {
    margin-bottom: 15px;
  }
  .otacity .list_value li:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 200px;
    background-color: #9e9e9e;
    top: 0;
    right: 0;
  }
  .otacity .list_value li:first-child:before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 200px;
    background-color: #9e9e9e;
    top: 0;
    left: 0;
  }
  .otacity .list_value li:nth-child(4n):before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 200px;
    background-color: #9e9e9e;
    top: 0;
    left: 0;
  }
  .otacity .common_box_pt1 .desc {
    text-align: center;
  }
}
@media print, screen and (max-width: 750px) {
  .sec {
    position: relative;
  }

  .note {
    font-size: 4vw;
    line-height: 1.4;
  }

  .table_swipe {
    margin: 4vw auto;
  }

  .schedule dl {
    margin-bottom: 2.667vw;
    border: 1px solid #14aa60;
  }
  .schedule dl dt, .schedule dl dd {
    display: inline-block;
    font-size: 3.467vw;
  }
  .schedule dl dt {
    width: 20vw;
    color: #fff;
    background-color: #14aa60;
    text-align: center;
    padding: 1.333vw 2vw;
  }
  .schedule dl dd {
    width: calc(100% - 21vw);
    padding: 1.333vw;
  }

  .card_pt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card_pt1 .item {
    width: 100%;
    padding: 2.667vw 3.333vw 2.667vw 3.333vw;
    border: 1px solid #14aa60;
    margin-top: 2.667vw;
  }
  .card_pt1 .item:nth-child(1) {
    margin-top: 0;
  }
  .card_pt1 .item p {
    font-size: 4.267vw;
  }
  .card_pt1 .item .course {
    padding-bottom: 2vw;
    line-height: 1.5;
  }
  .card_pt1 .item .course span {
    font-size: 3.73vw;
  }
  .card_pt1 .item .price {
    text-align: right;
  }
  .card_pt1 .item .price span {
    font-size: 5.33vw;
    line-height: 1;
    font-weight: bold;
  }

  .index #kv {
    background-image: url("../images/checkup/sp_index_kv_bg.jpg");
    background-position: center 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .index #kv .title_area:before {
    background: url("../images/checkup/sp_index_kv_icon.png") center center/cover no-repeat;
  }
  .index .content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92%;
    margin: 0 auto;
  }
  .index .content_wrap .card {
    margin-bottom: 5.33vw;
  }
  .index .content_wrap .card:last-child {
    margin-bottom: 0;
  }
  .index .content_wrap .card a {
    position: relative;
    display: block;
  }
  .index .content_wrap .card a:hover {
    text-decoration: none;
  }
  .index .content_wrap .card a:hover .image img {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .index .content_wrap .card a:before, .index .content_wrap .card a:after {
    position: absolute;
    content: '';
    display: block;
  }
  .index .content_wrap .card a:before {
    width: 8vw;
    height: 8vw;
    background-color: #14aa60;
    right: 0;
    bottom: 0;
  }
  .index .content_wrap .card a:after {
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 2.667vw;
    right: 3.2vw;
  }
  .index .content_wrap .card .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #d0d0d0;
  }
  .index .content_wrap .card .image {
    display: none;
  }
  .index .content_wrap .card .detail_area {
    padding: 5.33vw 6vw;
  }
  .index .content_wrap .card .detail_area .desc {
    font-size: 4.267vw;
    line-height: 1.5;
  }
  .index .content_wrap .card .title_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.667vw;
  }
  .index .content_wrap .card .title_area .card_title {
    font-size: 6vw;
    font-weight: bold;
    margin-bottom: 1.333vw;
  }
  .index .content_wrap .card .title_area .icon {
    margin: 0 3.2vw 0 2vw;
  }
  .index .content_wrap .card_medical .icon {
    width: 4.666vw;
  }
  .index .content_wrap .card_humandock .icon {
    width: 8vw;
  }
  .index .content_wrap .card_otacity .icon {
    width: 6.93vw;
  }

  .medical #kv {
    background-image: url("../images/checkup/sp_medical_kv_bg.jpg");
    background-position: center 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .medical #kv .title_area:before {
    background: url("../images/checkup/sp_medical_kv_icon.png") center center/cover no-repeat;
  }
  .medical .desc {
    margin-bottom: 6vw;
  }
  .medical .note {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 1.333vw;
  }
  .medical .table {
    width: 910px;
    border: 1px solid #9e9e9e;
  }
  .medical .table thead {
    background-color: #e7f6ef;
    border-bottom: 1px solid #9e9e9e;
  }
  .medical .table thead th {
    border-right: 1px solid #9e9e9e;
    font-size: 1.6rem;
    width: 115px;
    font-weight: bold;
    padding: 15px;
  }
  .medical .table thead th:last-child {
    border-right: none;
  }
  .medical .table tbody tr {
    border-bottom: 1px solid #9e9e9e;
  }
  .medical .table tbody tr:last-child {
    border-bottom: none;
  }
  .medical .table tbody tr td {
    border-right: 1px solid #9e9e9e;
    font-size: 1.5rem;
    line-height: 1.8;
    width: 115px;
    padding: 15px 20px;
    text-align: center;
    vertical-align: middle;
  }
  .medical .table tbody tr td:first-child {
    text-align: left;
    width: 120px;
  }
  .medical .table tbody tr td:nth-child(2) {
    width: 310px;
    text-align: left;
  }
  .medical .table tbody tr td:last-child {
    border-right: none;
  }
  .medical .table tbody tr .check {
    color: #14aa60;
  }
  .medical .table tbody tr.col5 td:nth-child(2) {
    width: 120px;
    text-align: center;
  }
  .medical .table tbody .blood {
    background-color: #f7f5f2;
  }
  .medical .table tbody .blood td:first-child {
    width: 390px;
  }
  .medical .table tbody .blood td:nth-child(n+1) {
    width: 130px;
  }
  .medical .table tbody .blood_first td:first-child {
    width: 145px;
  }
  .medical .table tbody .blood_first td:nth-child(2) {
    width: 390px;
    text-align: left;
  }

  .humandock #kv {
    background-image: url("../images/checkup/sp_humandock_kv_bg.jpg");
    background-position: center 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .humandock #kv .title_area:before {
    background: url("../images/checkup/sp_humandock_kv_icon.png") center center/cover no-repeat;
  }
  .humandock .desc {
    margin-bottom: 45px;
  }
  .humandock .table {
    width: 750px;
    border: 1px solid #9e9e9e;
  }
  .humandock .table thead {
    background-color: #e7f6ef;
    border-bottom: 1px solid #9e9e9e;
  }
  .humandock .table thead th {
    border-right: 1px solid #9e9e9e;
    font-size: 1.6rem;
    width: 150px;
    font-weight: bold;
    padding: 15px;
  }
  .humandock .table thead th:first-child {
    width: 450px;
  }
  .humandock .table thead th:last-child {
    border-right: none;
  }
  .humandock .table tbody tr {
    border-bottom: 1px solid #9e9e9e;
  }
  .humandock .table tbody tr:last-child {
    border-bottom: none;
  }
  .humandock .table tbody tr td {
    border-right: 1px solid #9e9e9e;
    font-size: 1.5rem;
    line-height: 1.8;
    width: 150px;
    padding: 15px 20px;
    text-align: center;
    vertical-align: middle;
  }
  .humandock .table tbody tr td:last-child {
    border-right: none;
  }
  .humandock .table tbody tr td:nth-child(1) {
    text-align: left;
  }
  .humandock .table tbody tr .check {
    color: #14aa60;
  }
  .humandock .table tbody tr.col3 td:nth-child(1) {
    width: 450px;
  }
  .humandock .table tbody tr.col4 td:nth-child(1) {
    width: 180px;
  }
  .humandock .table tbody tr.col4 td:nth-child(2) {
    width: 270px;
    text-align: left;
  }

  .otacity #kv {
    background-image: url("../images/checkup/sp_otacity_kv_bg.jpg");
    background-position: center 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .otacity #kv .title_area:before {
    background: url("../images/checkup/sp_otacity_kv_icon.png") center center/cover no-repeat;
  }
  .otacity .schedule2 {
    padding: 6vw 4vw;
    background-color: #f7f5f2;
    margin-top: 4.666vw;
  }
  .otacity .schedule2 dl {
    margin-bottom: 4vw;
  }
  .otacity .schedule2 dl dt, .otacity .schedule2 dl dd {
    font-size: 4vw;
  }
  .otacity .schedule2 dl dt {
    display: inline-block;
    background-color: #14aa60;
    color: #fff;
    text-align: center;
    padding: 1.73vw 2vw 2vw;
    margin-bottom: 1.333vw;
  }
  .otacity .schedule2 dl dd {
    display: block;
    line-height: 1.3;
  }
  .otacity .schedule2 dl:first-child {
    margin-bottom: 4vw;
  }
  .otacity .list_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .otacity .list_value li {
    width: 50%;
    height: 43.33vw;
    position: relative;
    text-align: center;
    padding-top: 1.333vw;
    margin-bottom: 8vw;
  }
  .otacity .list_value li .name {
    font-size: 4vw;
    line-height: 1.5;
  }
  .otacity .list_value li .name span {
    display: block;
    font-size: 3.73vw;
  }
  .otacity .list_value li .image {
    width: 24vw;
    margin: 0 auto 2vw;
  }
  .otacity .list_value li:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 43.33vw;
    background-color: #9e9e9e;
    top: 0;
    right: 0;
  }
  .otacity .list_value li:nth-child(odd):before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 43.33vw;
    background-color: #9e9e9e;
    top: 0;
    left: 0;
  }
}
