@charset "UTF-8";
/* Top CSS */
/* _setting CSS */
@media print, screen and (min-width: 751px) {
  #main {
    margin-bottom: 40px;
  }

  .sec {
    padding-top: 0;
    margin-top: 0;
  }

  .top_sec_title {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 35px;
    background-repeat: no-repeat;
  }

  .sec_box .common_inner {
    padding: 100px 80px;
    background-color: #f7f5f2;
  }
  .sec_box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec_box .block1 {
    width: 400px;
  }
  .sec_box .block2 {
    width: 500px;
  }

  #slide_area #slider {
    display: none;
    width: 1060px;
    height: 500px;
    margin: 0 auto 90px;
  }
  #slide_area #slider .slide img {
    width: 100%;
  }
  #slide_area #slider.slick-initialized {
    display: block;
  }
  #slide_area .slick-dots li {
    background-color: #cccbc4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  #slide_area .slick-dots li:last-child {
    margin-right: 0;
  }
  #slide_area .slick-dots li.slick-active, #slide_area .slick-dots li:hover {
    background-color: #14aa60;
  }

  #characteristic {
    margin-bottom: 80px;
  }
  #characteristic .top_sec_title {
    text-align: center;
    background-image: url("../images/top/characteristic_eng.png");
    background-position: center bottom;
    margin-bottom: 45px;
  }
  #characteristic .lists {
    margin-bottom: 60px;
  }
  #characteristic .lists .list {
    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;
  }
  #characteristic .lists .list.col4 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #characteristic .lists .list.col4 .item {
    margin-right: 13px;
  }
  #characteristic .lists .list.col4 .item:nth-child(4n) {
    margin-right: 0;
  }
  #characteristic .lists .list .item {
    width: 255px;
    height: 204px;
    border: 1px solid #9e9e9e;
    margin-bottom: 13px;
    border-radius: 2px;
  }
  #characteristic .lists .list .item_short {
    width: calc(98% / 2);
    height: 80px;
  }
  #characteristic .lists .list .item_short .name {
    text-align: center;
  }
  #characteristic .lists .list .item_short .name:before {
    right: 18px;
  }
  #characteristic .lists .list .item_short .name:after {
    right: 26px;
  }
  #characteristic .lists .list .item_short a {
    padding-top: 25px;
  }
  #characteristic .lists .list a {
    display: block;
    height: 100%;
    padding-top: 37px;
  }
  #characteristic .lists .list a:hover {
    text-decoration: none;
  }
  #characteristic .lists .list a:hover .name {
    color: #14aa60;
  }
  #characteristic .lists .list .name {
    position: relative;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  #characteristic .lists .list .name span {
    display: block;
    font-size: 1.8rem;
  }
  #characteristic .lists .list .name:before, #characteristic .lists .list .name:after {
    position: absolute;
    content: '';
    display: block;
  }
  #characteristic .lists .list .name:before {
    background-color: #14aa60;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 6px;
  }
  #characteristic .lists .list .name:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 13px;
  }
  #characteristic .lists .list .image {
    text-align: center;
    padding-bottom: 25px;
  }
  #characteristic .lists .list .item1 .name:before {
    right: 50px;
  }
  #characteristic .lists .list .item1 .name:after {
    right: 58px;
  }
  #characteristic .lists .list .item2 .name:before {
    right: 32px;
  }
  #characteristic .lists .list .item2 .name:after {
    right: 40px;
  }
  #characteristic .lists .list .item3 .name:before {
    right: 41px;
  }
  #characteristic .lists .list .item3 .name:after {
    right: 49px;
  }
  #characteristic .lists .list .item4 .image {
    padding-bottom: 15px;
  }
  #characteristic .lists .list .item4 .name:before {
    right: 32px;
    top: 15px;
  }
  #characteristic .lists .list .item4 .name:after {
    right: 40px;
    top: 22px;
  }
  #characteristic .lists .list .item5 .image {
    padding-bottom: 15px;
  }
  #characteristic .lists .list .item5 .name:before {
    right: 41px;
    top: 15px;
  }
  #characteristic .lists .list .item5 .name:after {
    right: 49px;
    top: 22px;
  }
  #characteristic .lists .list .item6 .image {
    padding-bottom: 15px;
  }
  #characteristic .lists .list .item6 .name:before {
    right: 32px;
    top: 15px;
  }
  #characteristic .lists .list .item6 .name:after {
    right: 40px;
    top: 22px;
  }
  #characteristic .lists .list .item7 a {
    padding-top: 45px;
  }
  #characteristic .lists .list .item7 .image {
    padding-bottom: 23px;
  }
  #characteristic .lists .list .item7 .name:before {
    right: 32px;
    top: 15px;
  }
  #characteristic .lists .list .item7 .name:after {
    right: 40px;
    top: 22px;
  }
  #characteristic .lists .list .item8 a {
    padding-top: 43px;
  }
  #characteristic .lists .list .item8 .image {
    padding-bottom: 35px;
  }
  #characteristic .lists .list .item8 .name {
    padding-right: 25px;
    font-size: 2.1rem;
    padding-top: 1px;
  }
  #characteristic .lists .list .item8 .name:before {
    right: 32px;
  }
  #characteristic .lists .list .item8 .name:after {
    right: 40px;
  }
  #characteristic .lists .list .item10 a {
    padding-top: 32px;
  }
  #characteristic .lists .list .item10 .image {
    padding-bottom: 10px;
  }
  #characteristic .lists .list .item10 .name:before {
    top: 17px;
    right: 10px;
  }
  #characteristic .lists .list .item10 .name:after {
    top: 24px;
    right: 18px;
  }
  #characteristic .lists .list .item11 a {
    padding-top: 34px;
  }
  #characteristic .lists .list .item11 .image {
    padding-bottom: 8px;
  }
  #characteristic .lists .list .item11 .name:before {
    top: 28px;
    right: 28px;
  }
  #characteristic .lists .list .item11 .name:after {
    top: 35px;
    right: 36px;
  }
  #characteristic .lists .list .item12 a {
    padding-top: 42px;
  }
  #characteristic .lists .list .item12 .image {
    padding-bottom: 8px;
  }
  #characteristic .lists .list .item12 .name:before {
    top: 17px;
    right: 10px;
  }
  #characteristic .lists .list .item12 .name:after {
    top: 24px;
    right: 18px;
  }
  #characteristic .lists .list .item15 a {
    padding-top: 37px;
  }
  #characteristic .lists .list .item15 .image {
    padding-bottom: 9px;
  }
  #characteristic .lists .list .item15 .image img {
    height: 70px;
  }
  #characteristic .lists .list .item15 .name:before {
    top: 23px;
    right: 29px;
  }
  #characteristic .lists .list .item15 .name:after {
    top: 30px;
    right: 37px;
  }
  #characteristic .handle .handle_head {
    position: relative;
    width: 100%;
    height: 82px;
    font-size: 2.2rem;
    line-height: 80px;
    font-weight: bold;
    background-color: #ffedf2;
    color: #ff1f54;
    text-align: center;
  }
  #characteristic .handle .handle_head:hover {
    cursor: pointer;
  }
  #characteristic .handle .handle_head:before, #characteristic .handle .handle_head:after {
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    right: 30px;
    background-color: #ff1f54;
  }
  #characteristic .handle .handle_head:before {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #characteristic .handle .handle_head:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 40px;
  }
  #characteristic .handle .handle_body {
    display: none;
    background-color: #ffedf2;
    border-top: 1px solid #ff1f54;
    padding: 30px 80px 50px;
  }
  #characteristic .handle .handle_body .handle_body_head {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #ff1f54;
    margin-bottom: 20px;
    text-align: center;
  }
  #characteristic .handle .handle_body .list .item {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #ff1f54;
    padding-left: 1em;
    margin-bottom: 15px;
  }
  #characteristic .handle .handle_body .list .item:last-child {
    margin-bottom: 0;
  }
  #characteristic .handle .handle_body .list .item:before {
    content: '・';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #ff1f54;
  }
  #characteristic .handle.open .handle_head:after {
    display: none;
  }
  #characteristic .handle.open .handle_body {
    display: block;
  }

  #outpatient {
    margin-bottom: 80px;
  }
  #outpatient .image {
    width: 300px;
    -webkit-box-shadow: -1px 1px 8px #ccc;
            box-shadow: -1px 1px 8px #ccc;
    margin: 0 auto;
  }
  #outpatient .image img {
    width: 100%;
  }
  #outpatient .image img:hover {
    cursor: pointer;
    opacity: .8;
  }
  #outpatient .top_sec_title {
    font-size: 2.2rem;
    padding-bottom: 25px;
    font-weight: bold;
    text-align: center;
  }

  #news {
    margin-bottom: 100px;
  }
  #news .top_sec_title {
    text-align: center;
    background-image: url("../images/top/news_eng.png");
    background-position: center bottom;
    margin-bottom: 45px;
  }
  #news .list {
    width: 900px;
    margin: 0 auto 15px;
  }
  #news .list .item {
    border-bottom: 1px dotted #9e9e9e;
  }
  #news .list .item:first-child a {
    padding-top: 0;
  }
  #news .list .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #news .list .item .wrap .date {
    width: 130px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #14aa60;
  }
  #news .list .item .wrap .cat_pickup {
    width: 130px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #406ebd;
  }
  #news .list .item .wrap .title {
    position: relative;
    width: calc(100% - 130px);
    font-size: 1.6rem;
    line-height: 1.3;
    padding-left: 30px;
  }
  #news .list .item .wrap .title:before, #news .list .item .wrap .title:after {
    position: absolute;
    content: '';
    display: block;
  }
  #news .list .item .wrap .title:before {
    background-color: #14aa60;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
  }
  #news .list .item .wrap .title:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
    left: 6px;
  }
  #news .list .pickup .wrap .title {
    text-indent: -.5em;
  }
  #news .list .pickup .wrap .title:before {
    background-color: #406ebd;
  }
  #news .list .pickup a:hover .title {
    color: #406ebd;
  }
  #news .list a {
    display: block;
    padding: 15px 0;
  }
  #news .list a .title {
    text-decoration: underline;
  }
  #news .list a:hover {
    text-decoration: none;
  }
  #news .list a:hover .title {
    color: #14aa60;
    text-decoration: none;
  }
  #news .link {
    width: 900px;
    text-align: right;
    margin: 0 auto;
  }
  #news .link a {
    color: #14aa60;
    font-size: 1.6rem;
  }
  #news .link:after {
    position: relative;
    content: '';
    display: inline-block;
    border-top: 1px solid #14aa60;
    border-right: 1px solid #14aa60;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 5px;
    top: -2px;
  }

  #reception {
    margin-bottom: 60px;
  }
  #reception .top_sec_title {
    background-image: url("../images/top/reception_eng.png");
    background-position: left bottom;
    margin-bottom: 35px;
  }
  #reception .desc {
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #reception .tel .icon_tel {
    position: relative;
    top: 2px;
    width: 22px;
  }
  #reception .tel .num {
    display: inline-block;
    padding-left: 8px;
    font-size: 3.6rem;
    font-weight: bold;
  }
  #reception .table {
    width: 100%;
    background-color: #fff;
    border: 1px solid #bde7d2;
    margin-bottom: 30px;
  }
  #reception .table thead th {
    height: 62px;
    font-size: 1.5rem;
    border-right: 1px solid #bde7d2;
    vertical-align: middle;
  }
  #reception .table thead th:first-child {
    width: 160px;
  }
  #reception .table thead th:last-child {
    border-right: none;
  }
  #reception .table tbody tr:first-child {
    background-color: #e7f6ef;
  }
  #reception .table tbody tr td {
    height: 62px;
    font-size: 1.6rem;
    text-align: center;
    border-right: 1px solid #bde7d2;
    vertical-align: middle;
  }
  #reception .table tbody tr td span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    border-radius: 50%;
  }
  #reception .table tbody tr td:first-child {
    width: 160px;
  }
  #reception .table tbody tr td:last-child {
    border-right: none;
  }
  #reception .holiday dt,
  #reception .holiday dd {
    display: inline-block;
  }
  #reception .holiday dt {
    width: 68px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 28px;
    background-color: #14aa60;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    border-radius: 2px;
  }
  #reception .holiday dd {
    font-size: 1.5rem;
  }

  #access .top_sec_title {
    background-image: url("../images/top/access_eng.png");
    background-position: left bottom;
    margin-bottom: 35px;
  }
  #access .add {
    line-height: 1.7;
    padding-top: 10px;
    margin-bottom: 35px;
  }
  #access .btn {
    width: 300px;
    height: 60px;
  }
  #access .btn a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    line-height: 58px;
    padding: 0 32px;
    background-color: #14aa60;
  }
  #access .btn a img {
    margin-right: 10px;
    vertical-align: text-top;
  }
  #access .btn a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #access .block1 {
    padding-top: 30px;
  }
  #access .block2 .map_wrap {
    width: 500px;
    height: 350px;
  }

  #loop_slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
  #loop_slider .loop_slider_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }
  #loop_slider .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #loop_slider .list .image {
    width: 300px;
  }

  .top_bnr {
    text-align: center;
    margin-bottom: 90px;
  }
  .top_bnr a {
    text-align: center;
  }
  .top_bnr img {
    display: inline-block;
  }

  .images_hospital_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }

  .images_hospital_bnr_clm2 {
    margin-bottom: 30px;
  }
  .images_hospital_bnr_clm2 .image_hospital_bnr:last-child {
    margin-left: 60px;
  }
}
@media print, screen and (max-width: 750px) {
  #main {
    margin-bottom: 20px;
  }

  .sec {
    padding-top: 0;
    margin-top: 0;
  }

  .top_sec_title {
    position: relative;
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 17px;
    margin-bottom: 40px;
  }
  .top_sec_title:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #14aa60;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .sec_box .common_inner {
    padding: 55px 13px;
    background-color: #f7f5f2;
  }

  #slide_area #slider {
    display: none;
    margin: 0 auto 90px;
  }
  #slide_area #slider .slide img {
    width: 100%;
  }
  #slide_area #slider.slick-initialized {
    display: block;
  }
  #slide_area .slick-dots li {
    background-color: #cccbc4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  #slide_area .slick-dots li:last-child {
    margin-right: 0;
  }
  #slide_area .slick-dots li.slick-active, #slide_area .slick-dots li:hover {
    background-color: #14aa60;
  }
  #slide_area .slick-prev {
    left: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  #slide_area .slick-next {
    right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #characteristic {
    margin-bottom: 55px;
  }
  #characteristic .lists {
    margin-bottom: 40px;
  }
  #characteristic .lists .list {
    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;
  }
  #characteristic .lists .list .item {
    width: 47.82%;
    height: 110px;
    border: 1px solid #9e9e9e;
    margin-bottom: 15px;
    border-radius: 2px;
  }
  #characteristic .lists .list .item_short {
    width: 100%;
    height: 50px;
  }
  #characteristic .lists .list .item_short a {
    padding-top: 15px;
    padding-left: 18px;
  }
  #characteristic .lists .list .item_short .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #characteristic .lists .list .item_short .image {
    padding-bottom: 0;
    margin-right: 10px;
  }
  #characteristic .lists .list .item_short .image img {
    width: auto;
    height: 30px;
  }
  #characteristic .lists .list .item_short .name {
    display: block;
    width: 100%;
    text-align: left;
  }
  #characteristic .lists .list .item_short .name:before {
    top: 4px;
    right: 10px;
  }
  #characteristic .lists .list .item_short .name:after {
    top: 9px;
    right: 16px;
  }
  #characteristic .lists .list a {
    display: block;
    height: 100%;
    padding-top: 17px;
  }
  #characteristic .lists .list a:hover {
    text-decoration: none;
  }
  #characteristic .lists .list a:hover .name {
    color: #14aa60;
  }
  #characteristic .lists .list .name {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  #characteristic .lists .list .name span {
    display: block;
    font-size: 1.3rem;
  }
  #characteristic .lists .list .name:before, #characteristic .lists .list .name:after {
    position: absolute;
    content: '';
    display: block;
  }
  #characteristic .lists .list .name:before {
    background-color: #14aa60;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: 24px;
    right: 10px;
  }
  #characteristic .lists .list .name:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 29px;
    right: 16px;
  }
  #characteristic .lists .list .image {
    text-align: center;
    padding-bottom: 10px;
  }
  #characteristic .lists .list .image img {
    width: auto;
    height: 35px;
  }
  #characteristic .lists .list .item7 a,
  #characteristic .lists .list .item8 a {
    padding-top: 20px;
  }
  #characteristic .lists .list .item7 .image img,
  #characteristic .lists .list .item8 .image img {
    width: auto;
    height: 27px;
  }
  #characteristic .lists .list .item11 .name {
    font-size: 1.4rem;
  }
  #characteristic .handle .handle_head {
    position: relative;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    background-color: #ffedf2;
    color: #ff1f54;
    padding: 20px 8.6% 20px 6.2%;
  }
  #characteristic .handle .handle_head:hover {
    cursor: pointer;
  }
  #characteristic .handle .handle_head:before, #characteristic .handle .handle_head:after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    right: 10px;
    background-color: #ff1f54;
  }
  #characteristic .handle .handle_head:before {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #characteristic .handle .handle_head:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 43px;
  }
  #characteristic .handle .handle_body {
    display: none;
    background-color: #ffedf2;
    border-top: 1px solid #ff1f54;
    padding: 20px 20px 25px;
  }
  #characteristic .handle .handle_body .handle_body_head {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #ff1f54;
    margin-bottom: 15px;
  }
  #characteristic .handle .handle_body .list .item {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #ff1f54;
    padding-left: 1em;
    margin-bottom: 10px;
  }
  #characteristic .handle .handle_body .list .item:last-child {
    margin-bottom: 0;
  }
  #characteristic .handle .handle_body .list .item:before {
    content: '・';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #ff1f54;
  }
  #characteristic .handle.open .handle_head:after {
    display: none;
  }
  #characteristic .handle.open .handle_body {
    display: block;
  }

  #outpatient {
    margin-bottom: 80px;
  }
  #outpatient .image {
    width: 60%;
    max-width: 300px;
    -webkit-box-shadow: -2px 2px 16px #ccc;
            box-shadow: -2px 2px 16px #ccc;
    margin: 0 auto;
  }
  #outpatient .image img {
    width: 100%;
  }
  #outpatient .image img:hover {
    cursor: pointer;
    opacity: .8;
  }
  #outpatient .top_sec_title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px;
  }
  #outpatient .top_sec_title:after {
    display: none;
  }

  #news {
    margin-bottom: 70px;
  }
  #news .top_sec_title {
    text-align: center;
    margin-bottom: 45px;
  }
  #news .list {
    margin: 0 auto 15px;
  }
  #news .list .item {
    border-bottom: 1px dotted #9e9e9e;
  }
  #news .list .item:first-child a {
    padding-top: 0;
  }
  #news .list .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news .list .item .wrap .date {
    display: block;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #14aa60;
    margin-bottom: 5px;
  }
  #news .list .item .wrap .cat_pickup {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #406ebd;
    margin-bottom: 5px;
  }
  #news .list .item .wrap .title {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.3;
    padding-left: 20px;
  }
  #news .list .item .wrap .title:before, #news .list .item .wrap .title:after {
    position: absolute;
    content: '';
    display: block;
  }
  #news .list .item .wrap .title:before {
    background-color: #14aa60;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: 2px;
    left: 0;
  }
  #news .list .item .wrap .title:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px;
    left: 4px;
  }
  #news .list .pickup .wrap .title {
    text-indent: -.5em;
  }
  #news .list .pickup .wrap .title:before {
    background-color: #406ebd;
  }
  #news .list .pickup a:hover .title {
    color: #406ebd;
    text-decoration: none;
  }
  #news .list a {
    display: block;
    padding: 15px 0;
  }
  #news .list a .title {
    text-decoration: underline;
  }
  #news .list a:hover {
    text-decoration: none;
  }
  #news .list a:hover .title {
    color: #14aa60;
  }
  #news .link {
    text-align: right;
    margin: 0 auto;
  }
  #news .link a {
    color: #14aa60;
    font-size: 1.5rem;
  }
  #news .link:after {
    position: relative;
    content: '';
    display: inline-block;
    border-top: 1px solid #14aa60;
    border-right: 1px solid #14aa60;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 5px;
    top: -2px;
  }

  #reception {
    margin-bottom: 60px;
  }
  #reception .desc {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
  }
  #reception .tel {
    text-align: center;
    margin-bottom: 35px;
  }
  #reception .tel .icon_tel {
    position: relative;
    top: 2px;
    width: 17px;
  }
  #reception .tel .num {
    display: inline-block;
    padding-left: 10px;
    font-size: 3rem;
    font-weight: bold;
  }
  #reception .table {
    width: 100%;
    background-color: #fff;
    border: 1px solid #bde7d2;
    margin-bottom: 30px;
  }
  #reception .table thead th {
    width: 8.7%;
    padding: 7px 10px;
    font-size: 1.5rem;
    border-right: 1px solid #bde7d2;
    vertical-align: middle;
  }
  #reception .table thead th:first-child {
    width: 27.97%;
  }
  #reception .table thead th:last-child {
    border-right: none;
  }
  #reception .table tbody tr:first-child {
    background-color: #e7f6ef;
  }
  #reception .table tbody tr td {
    height: 62px;
    font-size: 1.2rem;
    text-align: center;
    border-right: 1px solid #bde7d2;
    vertical-align: middle;
  }
  #reception .table tbody tr td span {
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 1rem;
    color: #14aa60;
    background-color: #14aa60;
    border-radius: 50%;
  }
  #reception .table tbody tr td:first-child {
    width: 160px;
    color: #333;
  }
  #reception .table tbody tr td:last-child {
    border-right: none;
  }
  #reception .holiday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #reception .holiday dt,
  #reception .holiday dd {
    display: inline-block;
  }
  #reception .holiday dt {
    font-size: 1.4rem;
    line-height: 28px;
    background-color: #14aa60;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    margin-right: 10px;
    border-radius: 2px;
  }
  #reception .holiday dd {
    width: calc(100% - 70px);
    font-size: 1.5rem;
    line-height: 1.5;
  }

  #access {
    margin-bottom: 110px;
  }
  #access .add {
    line-height: 1.7;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  #access .desc {
    font-size: 1.6rem;
    text-align: center;
  }
  #access .btn {
    height: 60px;
  }
  #access .btn a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    line-height: 58px;
    padding: 0 32px;
    background-color: #14aa60;
    text-align: center;
  }
  #access .btn a img {
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
    height: 19px;
  }
  #access .block2 {
    margin-bottom: 40px;
  }
  #access .block2 .map_wrap {
    position: relative;
    width: 100%;
    padding-top: 62.5%;
  }
  #access .block2 .map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #loop_slider {
    height: 27vw;
    overflow: hidden;
    position: relative;
  }
  #loop_slider .loop_slider_wrap {
    height: 27vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }
  #loop_slider .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #loop_slider .list .image {
    width: 40vw;
  }

  .top_bnr {
    width: 92%;
    text-align: center;
    margin: 0 auto 45px;
  }

  .images_hospital_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }

  .images_hospital_bnr_clm2 {
    margin-bottom: 20px;
  }
  .images_hospital_bnr_clm2 .image_hospital_bnr {
    margin-bottom: 20px;
  }
  .images_hospital_bnr_clm2 .image_hospital_bnr:last-child {
    margin-bottom: 0;
  }
}
