@charset "utf-8";

html {
    overflow-x: hidden;
}

body {
    font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    overflow-x: hidden;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

.container {
    width: 100%;
    max-width: 1600px;
    padding-right: 3%;
    padding-left: 3%;
}

.container .dock-reserve-tel-area {
    padding-top: 10px;
}

@media screen and (max-width: 480px) {
    .container .dock-reserve-tel-area div {
        font-size: 13px;
    }
}


/* ページ内リンク */
#facility-a, #facility-b, #flow-a, #flow-b,
#cancer1, #cancer2, #cancer3, #cancer4, #cancer5, #cancer6, #ckd, #school1, #school2,
#tel, #form, #kanri, #err {
    padding-top: 120px;
    margin-top: -120px;
}

@media screen and (max-width: 1027px) {
    #facility-a, #facility-b, #flow-a, #flow-b,
    #cancer1, #cancer2, #cancer3, #cancer4, #cancer5, #cancer6, #ckd, #school1, #school2,
    #tel, #form, #kanri, #err {
        padding-top: 150px;
        margin-top: -150px;
    }
}

@media screen and (max-width: 767px) {
    #facility-a, #facility-b, #flow-a, #flow-b,
    #cancer1, #cancer2, #cancer3, #cancer4, #cancer5, #cancer6, #ckd, #school1, #school2,
    #tel, #form, #kanri, #err {
        padding-top: 120px;
        margin-top: -120px;
    }
}

@media screen and (max-width: 480px) {
    #facility-a, #facility-b, #flow-a, #flow-b,
    #cancer1, #cancer2, #cancer3, #cancer4, #cancer5, #cancer6, #ckd, #school1, #school2,
    #tel, #form, #kanri, #err {
        padding-top: 100px;
        margin-top: -100px;
    }
}

/* ※の付いた注意書き */
.kome {
    font-size: 13px;
}

@media screen and (max-width: 480px) {
    .kome {
        font-size: 12px;
    }
}

/* ページトップへ戻るボタン */
.goup-container {
    border: 1px solid #000000!important;
    transition: background-color 0.2s linear;
    background: rgba(0, 0, 0, 0.6)!important;
}

.goup-container .goup-arrow {
    transition: border-color 0.2s linear;
    border-color: transparent transparent rgba(255, 255, 255, 0.6)!important;
}

.goup-container:hover,
.goup-container:active {
    background: rgba(0, 0, 0, 1)!important;
}

.goup-container:hover .goup-arrow,
.goup-container:active .goup-arrow {
    border-color: transparent transparent rgba(255, 255, 255, 1)!important;
}

@media screen and (max-width: 517px) {
    .goup-container {
        display: block!important;
        opacity: 1!important;
    }
}

/* ライトボックス　lity */
.lity .lity-wrap .lity-container .lity-content img {
    max-width: 640px;
    width: 100%;
}

.lity .lity-wrap .lity-container .lity-close {
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    width: 110px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid rgba(119, 119, 119, 0.6);
    border-radius: 5px;
    top: auto;
    bottom: 0;
}

.lity .lity-wrap .lity-container .lity-close:after {
    content: '閉じる';
    font-size: 17px;
    padding-left: 13px;
    width: 57px;
    height: 35px;
}

.lity .lity-wrap .lity-container .lity-close:hover,
.lity .lity-wrap .lity-container .lity-close:focus,
.lity .lity-wrap .lity-container .lity-close:active,
.lity .lity-wrap .lity-container .lity-close:visited {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(119, 119, 119, 1);
}

/* google map */
.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gmap iframe {
    pointer-events: none;
}

/* bootstrap row cell */
@media screen and (max-width: 767px) {
    .xs-text-center {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
    }

    .col-xxs-offset-0 {
        margin-left: 0;
    }
}

.sidebar-content {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    br.mobile-display-none {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mobile-center {
        margin: 0 auto;
    }
}

br.phone-display {
    display: none;
}

@media screen and (max-width: 480px) {
    br.phone-display {
        display: inline;
    }
}

.text-only p {
    margin-bottom: 25px;
}

.photo-and-text {
    margin-bottom: 60px;
}

.photo-and-text > div p {
    margin-bottom: 25px;
}

.photo-and-text > div *:last-child {
    margin-bottom: 0;
}

.tag-on p {
    margin-bottom: 25px;
}

.tag-on .table {
    margin-bottom: 30px;
}

a {
    transition: all 0.35s linear;
    color: #76b952;
    text-decoration: underline;
}

button {
    transition: all 0.35s linear;
}

a:hover,
a:active,
a:focus {
    color: #5b9241;
    text-decoration: none;
}

a.external-link .fa {
    padding-left: 5px;
    text-decoration: none;
}

ol {
    padding-left: 20px;
    margin-bottom: 40px;
}

ol li {
    margin-bottom: 10px;
}

hr {
    border-color: #f0f0e1;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-header {
    background-color: #f7f7ee;
    margin: 0 -100% 40px;
    padding: 50px 100%;
    border: 3px solid #f0f0e1;
}

.page-header h2 {
    font-family: "游明朝", YuMincho, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 35px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .page-header {
        padding: 20px 100%;
    }

    .page-header h2 {
        font-size: 20px;
    }
}

.lv1 {
    color: #333333;
    border-top: 2px solid #76bb54;
    border-bottom: 1px solid #f0f0e1;
    font-size: 25px;
    padding: 5px 0;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: bold;
}

.lv2 {
    color: #333333;
    font-size: 20px;
    border-left: 3px solid #76bb54;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: bold;
}

.lv3 {
    color: #76ba53;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.6;
}

.simple-lv1 {
    color: #333333;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
}

.simple-lv1.pink {
    color: #ff7272;
}

.simple-lv1.green {
    color: #76bb54;
}

.lv1 a {
    color: #333333;
    text-decoration: none;
}

.lv1 a:hover,
.lv1 a:active,
.lv1 a:focus {
    color: rgba(0, 0, 0, 0.5);
}

.lv3.blue {
    color: #006dd9;
}

.lv3.bg-green {
    color: #ffffff;
    background-color: #76ba53;
    max-width: 194px;
    padding: 10px 0;
    text-align: center;
}

.lv3.bg-yellow {
    color: #ffffff;
    background-color: #ffa64d;
    max-width: 194px;
    padding: 10px 0;
    text-align: center;
}

.lv3.bg-pink {
    color: #ffffff;
    background-color: #ff7373;
    max-width: 194px;
    padding: 10px 0;
    text-align: center;
}

.sub-title {
    color: #545454;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px!important;
}

.size-accent {
    font-size: 1.3em
}

.strong-green {
    font-weight: bold;
    color: #76ba53;
}

.strong-green .fa-train {
    padding-right: 9px;
}

.strong-green .fa-car {
    padding-right: 5px;
}

@media screen and (max-width: 767px) {
    .lv1, .simple-lv1 {
        font-size: 16px;
        line-height: 1.2;
    }

    .lv2 {
        font-size: 15px;
        line-height: 1.2;
    }

    .lv3 {
        font-size: 16px;
        line-height: 1.2;
    }

    .sub-title {
        font-size: 16px;
    }
}

h3 {
    color: #00b2ec;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}

h3.border-title {
    color: #333333;
    border-left: 5px solid #00b3ee;
    padding-left: 10px;
    margin-bottom: 20px;
}

h3.border-title.border-orange {
    border-color: #ff7f00;
}

h3.border-title.border-pink {
    border-color: #ff9999;
}

h3.border-title.border-yellow {
    border-color: #ffbf00;
}

h3.bag-title:before {
    content: '\f0b1';
    font-family: FontAwesome;
    padding-right: 15px;
    font-weight: normal;
}

h3.info-title:before {
    content: '\f05a';
    font-family: FontAwesome;
    padding-right: 15px;
}

p {
    color: #000000;
    line-height: 1.6;
    white-space: normal;
    word-wrap: break-word;
}

@media screen and (max-width: 767px) {
    p {
        font-size: 14px;
    }
}

.stand-out {
    color: #00b3ee;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
}

.stand-out .sub-stand-out {
    color: #555555;
    font-size: 20px;
    padding-left: 25px;
}

.stand-out.yellow {
    color: #ffbf00;
}

.stand-out.yellow .sub-stand-out {
    display: block;
    padding-left: 0;
}

.stand-out.pink {
    color: #ff9999;
}

@media screen and (max-width: 767px) {
    .stand-out {
        font-size: 22px;
    }

    .stand-out .sub-stand-out {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .stand-out .sub-stand-out {
        display: block;
        padding-left: 0;
    }
}

.small-dot {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.small-dot li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.small-dot li:before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}

.small-dot.green li {
    color: #76bb54;
}

.small-dot.strong li {
    font-weight: bold;
}

.pdf-list {
    padding-left: 0;
    list-style: none;
    margin: 0 0 40px;
}

.pdf-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.pdf-list li:before {
    content: '\f1c1';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #63a541;
}

.pdf-list li a:focus,
.pdf-list li a:hover,
.pdf-list li a:active {
    color: #76b952;
}

.square-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.square-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}

.square-list li:before {
    content: '■';
    position: absolute;
    top: 0;
    left: 0;
}

.sitemap-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.sitemap-list > li {
    position: relative;
    padding: 0 0 20px 26px;
}

.sitemap-list > li a {
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.sitemap-list > li a:focus {
    color: #76b952;
}

.sitemap-list > li a:hover,
.sitemap-list > li a:active {
    color: #76b952;
    text-decoration: underline;
}

.sitemap-list > li a:before {
    content: '\f0c8';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #76b952;
}

.sitemap-list .sub-list {
    list-style: none;
    margin-top: 20px;
    padding-left: 0;
}

.sitemap-list .sub-list > li {
    position: relative;
    padding: 0 0 20px 20px;
}

.sitemap-list .sub-list > li a {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}

.sitemap-list .sub-list > li a:focus {
    color: #000000;
}

.sitemap-list .sub-list > li a:hover,
.sitemap-list .sub-list > li a:active {
    color: #000000;
    text-decoration: underline;
}

.sitemap-list .sub-list > li a:before {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #76b952;
}

@media screen and (max-width: 767px) {
    .sitemap-list > li a {
        font-size: 16px;
    }

    .sitemap-list .sub-list > li a {
        font-size: 14px;
    }
}

.kome-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.kome-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.kome-list li:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

.meta-info {
    color: #ddeed4;
    margin-bottom: 30px;
}

.meta-info .date,
.meta-info .category {
    font-weight: bold;
    color: #76b952;
}

.meta-info .date .fa {
    font-weight: normal;
    padding-right: 7px;
}

.meta-info .category {
    text-decoration: none;
}

.text-danger {
    color: #ff2626;
}

.caption {
    text-align: center;
    margin-top: 10px;
}

img.img-mobile-md-display,
img.img-mobile-sm-display,
img.img-phone-display {
    display: none;
}

img.img-mobile-sm-display {
    display: none;
}

img.img-phone-display {
    display: none;
}

div.directing-arrow {
    width: 70px;
    margin-left: 70px;
}

div.directing-arrow:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 22px;
    background: #76bb54;
}

div.directing-arrow:after {
    content: "";
    display: block;
    border-top: 70px solid #76bb54;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
}

div.arrow-box {
    position: relative;
    padding: 20px 15px;
    margin-top: 15px;
    border: 2px solid #76bb54;
}

div.arrow-box:before,
div.arrow-box:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}

div.arrow-box:before {
    top: -35px;
    left: 35%;
    border-width: 0 0 35px 30px;
    border-style: solid;
    border-color: rgba(118, 187, 84, 0) rgba(118, 187, 84, 0) #76bb54;
}

div.arrow-box:after {
    top: -30px;
    left: 35%;
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
    border-width: 0 0 32px 26px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) transparent #ffffff;
}

div.arrow-box p {
    margin-bottom: 0;
}

.btn {
    white-space: normal;
    text-decoration: none;
}

.btn:active,
.btn:focus {
    outline: none!important;
}

.btn-center {
    text-align: center;
}

.btn-right {
    text-align: right;
}

.btn-left {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .btn-right, .btn-left {
        text-align: center;
    }
}

.btn.btn-green {
    color: #ffffff;
    background-color: #76bb54;
    border-color: #76bb54;
}

.btn.btn-blue {
    color: #ffffff;
    background-color: #00b3ee;
    border-color: #00b3ee;
}

.btn.btn-yellow {
    color: #ffffff;
    background-color: #ffbf00;
    border-color: #ffbf00;
}

.btn.btn-pink {
    color: #ffffff;
    background-color: #ff9999;
    border-color: #ff9999;
}

.btn.btn-bright-orange[class] {
    color: #000000;
    background-color: #ffc042;
    border-color: #ffffff;
}

.btn.btn-orange {
    color: #ffffff;
    background-color: #ff7f00;
    border-color: #ffffff;
}


.btn.btn-red {
    color: #ffffff;
    background-color: #ff4d4d;
    border-color: #ff4d4d;
}

.btn.btn-dark-yellow {
    color: #ffffff;
    background-color: #ff962d;
    border-color: #ff962d;
}

.btn.btn-white {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.btn.btn-blue:hover,
.btn.btn-blue:active,
.btn.btn-blue:focus {
    background-color: #0080bb;
}

.btn.btn-green:hover,
.btn.btn-green:active,
.btn.btn-green:focus {
    background-color: #438821;
}

.btn.btn-yellow:hover,
.btn.btn-yellow:active,
.btn.btn-yellow:focus {
    background-color: #cc8c00;
}

.btn.btn-pink:hover,
.btn.btn-pink:active,
.btn.btn-pink:focus {
    background-color: #cc6666;
}

.btn.btn-orange:hover,
.btn.btn-orange:active,
.btn.btn-orange:focus {
    background-color: #cc4c00;
}

.btn.btn-bright-orange:hover,
.btn.btn-bright-orange:active,
.btn.btn-bright-orange:focus {
    color: #ffffff;
    background-color: #cc4c00;
}

.btn.btn-red:hover,
.btn.btn-red:active,
.btn.btn-red:focus {
    background-color: #cc1a1a;
}

.btn.btn-dark-yellow:hover,
.btn.btn-dark-yellow:active,
.btn.btn-dark-yellow:focus {
    background-color: #cc6300;
}

.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus {
    background-color: #dddddd;
}

.btn.simple-btn {
    width: 50%;
    padding: 15px 0;
    font-weight: bold;
    margin: 20px 0;
}

.btn.detail-btn {
    width: 60%;
}

.btn.detail-btn:before {
    content: '\f0da';
    font-family: FontAwesome;
    padding-right: 7px;
}

.btn.medical-btn {
    width: 85%;
    font-weight: bold;
    padding: 15px 10px;
}

.btn.medical-btn:before {
    content: '\f0f0';
    font-family: FontAwesome;
    padding-right: 10px;
    font-weight: normal;
}

.btn.reservation-btn {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 100%;
}

.btn.reservation-btn:before {
    content: '\f044';
    font-family: FontAwesome;
    padding-right: 5px;
}

.btn.reservation-btn.one-btn {
    width: 60%;
}

.btn.two-btn {
    width: 90%;
    margin-top: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .btn.three-btn {
        display: block;
        margin: 0 auto;
        width: 50%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 480px) {
    .btn.three-btn {
        width: 100%;
    }
}

.btn.form-btn {
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
    margin: 20px 7.5px;
}

.btn.form-btn.one-btn {
    width: 40%;
}

@media screen and (max-width: 991px) {
    .btn.medical-btn {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .btn.form-btn.one-btn {
        width: 60%;
    }

    .btn.medical-btn {
        font-size: 14px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

@media screen and (max-width: 480px) {
    .btn.medical-btn {
        width: 100%;
    }

    .btn.form-btn {
        margin-right: 0;
        margin-left: 0;
    }

    .btn.form-btn.one-btn {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

.btn.btn-border-green {
    border: 1px solid #76ba53;
    border-radius: 5px;
    color: #76ba53;
    font-weight: bold;
}

.btn.btn-border-green:hover {
    background-color: #76ba53;
    color: #ffffff;
}

.btn.info-btn {
    padding-right: 35px;
    padding-left: 35px;
}

@media screen and (max-width: 480px) {
    .btn.dock-reserve-btn {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.alert.alert-green {
    color: #76bb54;
    background-color: #dcffba;
    border-color: #76bb54;
}

.gutter-10 {
    margin-right: -5px;
    margin-left: -5px;
}

.gutter-10 > div {
    padding-right: 5px;
    padding-left: 5px;
}

.gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
}

.gutter-20 > div {
    padding-right: 10px;
    padding-left: 10px;
}

.gutter-40 {
    margin-right: -20px;
    margin-left: -20px;
}

.gutter-40 > div {
    padding-right: 20px;
    padding-left: 20px;
}

.gutter-60 {
    margin-right: -30px;
    margin-left: -30px;
}

.gutter-60 > div {
    padding-right: 30px;
    padding-left: 30px;
}

.separated-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0e1;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .separated-bottom {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
}

.container .row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.container .row.no-gutter > div {
    padding: 0;
}

.reservation-line {
    border: 3px solid #00b2ed;
    padding: 30px 40px 15px;
    background-color: #f0fcff;
    margin-bottom: 60px;
}

.reservation-line > p {
    margin-bottom: 20px;
}

.reservation-line.yellow {
    border-color: #ffbf00;
    background-color: #fff9e3;
}

.reservation-line.yellow h3 {
    color: #ffbf00;
}

.reservation-line.pink {
    border-color: #ff9999;
    background-color: #fff7f7;
}

.reservation-line.pink h3 {
    color: #ff9999;
}

.reservation-line .reservation-line-row {
    margin-right: -20px;
    margin-left: -20px;
}

.reservation-line .reservation-line-row .tel-cell,
.reservation-line .reservation-line-row .link-cell {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    padding-left: 20px;
}

.reservation-line .tel-cell p {
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}

.reservation-line .tel-cell .time {
    margin-top: 5px;
    text-align: right;
}

a.tel {
    font-size: 32px;
    color: #ff7f00;
    text-decoration: none;
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    line-height: 1.0;
}

a.tel:before {
    content: '\f095';
    font-family: FontAwesome;
    padding-right: 10px;
}

.reservation-line .tel-cell a.tel {
    font-size: 34px;
}

.reservation-line .link-cell .btn {
    margin-top: 30px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .reservation-line .tel-cell .time {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .reservation-line {
        border-width: 1px;
        padding: 25px 25px 20px;
    }

    .reservation-line .reservation-line-row .tel-cell,
    .reservation-line .reservation-line-row .link-cell {
        display: block;
    }

    .reservation-line .tel-cell {
        text-align: center;
        font-size: 14px;
    }

    .reservation-line .tel-cell a.tel {
        font-size: 26px;
    }

    .reservation-line .tel-cell .time {
        text-align: center;
    }

    a.tel {
        font-size: 26px;
    }

    .reservation-line .link-cell .btn {
        width: 70%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .reservation-line {
        padding: 15px;
    }

    .reservation-line .link-cell .btn {
        width: 100%;
    }
}

.entrance-row > div {
    margin-bottom: 40px;
}

.row.entrance-row > div p a {
    color: #000000;
    text-decoration: none;
    transition: none;
}

.row.entrance-row > div p a:hover,
.row.entrance-row > div p a:active,
.row.entrance-row > div p a:focus {
    color: #76b952;
    text-decoration: underline;
}

.row.entrance-row > div a.entrance-img {
    float: left;
    max-width: 40%;
    margin: 0 10px 10px 0;
}

.row.entrance-row > div a.entrance-img:hover img {
    opacity: 0.7;
}

@media screen and (max-width: 480px) {
    .row.entrance-row > div a.entrance-img {
        float: none;
        max-width: 100%;
        margin: 0;
    }
    
    .row.entrance-row > div a.entrance-img img {
        margin: 0 auto 10px;
    }
}

.price {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    background-color: #f0f0e1;
    padding: 10px 0;
    margin-top: 25px;
}

.price.price-blue {
    color: #00b2ec;
}

.price.price-orange {
    color: #ff7f00;
}

.price.price-pink {
    color: #ff7777;
}

.check-list-area.bg-list-area {
    background-color: #f7f7ee;
    border: 1px solid #f0f0e1;
    padding: 20px 15px 40px;
    margin-bottom: 60px;
}

.check-list-area .check-list li {
    margin-bottom: 15px;
}

.check-list-area .check-list li .fa {
    color: #00b2ec;
}

.check-list-area .check-list.yellow li .fa {
    color: #ffbf00;
}

.check-list-area .check-list-kome {
    color: #00b2ec;
}

.check-list-area .check-list.green li .fa {
    color: #76ba53;
}

.check-list-orange {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.check-list-orange li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ff7f00;
}

.check-list-orange li:before {
    content: '\f14a';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
}

.facility-info {
    width: 100%;
    text-align: center;
    border: 1px solid #76ba53;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #76ba53;
    font-weight: bold;
}

.facility-info .code,
.facility-info .name {
    display: inline-block;
}

.contact-phone {
    border: 1px solid #cccccc;
    padding: 20px 5px 15px;
    text-align: center;
}

.panel {
    margin-bottom: 40px;
}

.panel-group .panel {
    border-radius: 3px;
}

.panel .panel-body > *:last-child {
    margin-bottom: 0;
}

.panel-green {
    border-color: #76bb54;
}

.panel-green .panel-heading {
    color: #ffffff;
    background-color: #76bb54;
    border-color: #76bb54;
}

.panel-green > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #76bb54;
}

.panel-green .panel-body > .form-group {
    margin-bottom: 40px;
}

.panel-green .panel-body .control-label {
    position: relative;
    padding-left: 10px;
    line-height: 1.4;
}

.panel-green .panel-body .control-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 20px;
    display: block;
    background-color: #76bb54;
}

.panel-green .panel-body .control-label.required:before {
    background-color: #ff0000;
}

@media screen and (max-width: 480px) {
    .panel-green .panel-body .tab-pane {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        min-height: .01%;
        overflow-x: auto;
    }
}

.prostate-image-row .image-cell {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.image-row .image-cell {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.image-row .image-cell:last-child {
    margin-right: 0!important;
}

.image-row.space-20 .image-cell {
    margin-right: 20px;
}

.image-row.space-30 .image-cell {
    margin-right: 30px;
}

.image-row.space-45 .image-cell {
    margin-right: 45px;
}

.image-row .image-cell .caption-left {
    text-align: left;
    margin-top: 5px;
}

.school-list-area {
    margin-bottom: 30px;
}

.school-list-area p {
    margin-bottom: 10px;
}

.school-list-area .school-list {
    font-size: 18px;
    margin-bottom: 0;
}

.school-list-area .school-list .fa.fa-circle {
    padding-right: 5px;
}

.school-list-area .school-list span {
    font-weight: bold;
}

.school-list-area .school-list span .fa {
    font-weight: normal;
}

.school-list-area .school-list.green .fa {
    color: #76b852;
}

.school-list-area .school-list.yellow .fa {
    color: #ffa54c;
}

.school-list-area .school-list.pink .fa {
    color: #ff7272;
}

.school-list-area .school-list.yellow span,
.school-list-area .school-list.yellow span .fa {
    color: #ff7f00;
}

.school-list-area .school-list.pink span,
.school-list-area .school-list.pink span .fa {
    color: #ff0000;
}

.label.label-required {
    margin-left: 10px;
    padding: .3em .6em;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    background-color: #ff0000;
}

.dock-reserve-section .label.label-required {
    padding: 2px 6px;
    line-height: 1.4;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .dock-reserve-section h2 {
        font-size: 20px;
    }

    .dock-reserve-section .dock-reserve-birth-area .form-control {
        display: inline-block;
        vertical-align: middle
    }

    .dock-reserve-section .dock-reserve-rsv-area .form-control {
        margin-bottom: 10px;
    }

    .dock-reserve-section .dock-reserve-zip-area .form-control {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width: 480px) {
    .dock-reserve-section h2 {
        font-size: 18px;
    }

    .dock-reserve-section .breadcrumb li {
        display: block;
    }

    .dock-reserve-section .breadcrumb li+li:before {
        display: none;
        padding: 0;
    }

    .dock-reserve-section .dock-reserve-birth-area .form-control {
        display: block;
        vertical-align: baseline;
        margin-bottom: 10px;
    }
}

.regular-row {
    margin-bottom: 60px;
}

.lung-row > div img {
    margin-bottom: 10px;
}

.lung-row > div .cancer-lung-type {
    margin-bottom: 5px;
}

.history-row > div img {
    margin-bottom: 5px;
}

.specific-row > div {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 25px;
}

.form-inline .form-group {
    display: inline-block;
    vertical-align: middle;
}

.form-group .form-inline-block {
    display: inline-block;
}

.form-group .form-inline-block.description-btn {
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .form-group .form-inline-block {
        display: block;
    }
    .form-group .form-inline-block.description-btn {
        padding-left: 20px;
    }
}

.form-control.input-age {
    width: 85px;
    display: inline-block;
}

.form-control.input-year {
    width: 140px;
}

.form-control.input-month {
    width: 180px;
}

.form-control.input-code {
    max-width: 140px;
}

.form-control.input-zip {
    max-width: 140px;
}

@media screen and (max-width: 480px) {
    .form-control.input-year {
        width: 120px;
    }
    .form-control.input-month {
        width: 140px;
    }
}

.form-control, input {
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dddddd;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

input[type="button"],
input[type="submit"] {
    transition: all 0.35s linear;
}

.form-control:focus, input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border-color: #000000;
    background-color: #ffffff;
}

.has-error .form-control,
.has-error input{
    margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
    .form-control, input {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .form-control, input {
        font-size: 12px;
    }
}

.form-inline .form-group {
    position: relative;
    margin-bottom: 12px;
}

.form-group.kara {
    margin-right: 7px;
    margin-left: 7px;
}

@media screen and (max-width: 767px) {
    .form-inline .form-group {
        margin-bottom: 25px;
    }
}

.label.label-danger {
    padding: 3px 6px;
    line-height: 1.2;
}

.form-inline .form-group.has-error .label.label-danger {
    position: absolute;
    bottom: -21px;
    left: 0;
}

.form-control-static.unit {
    padding-left: 10px;
    display: inline-block;
}

.form-group.second-form-group {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .form-group.second-form-group {
        margin-left: 0;
        display: block;
    }    
}

:placeholder-shown {
    font-weight: normal!important;
}

:-webkit-input-placeholder {
    font-weight: normal!important;
}

::-moz-placeholder {
    font-weight: normal!important;
}

:-ms-input-placeholder {
    font-weight: normal!important;
}

.input-lg {
    padding: 10px 12px;
}

.form-group select.input-lg {
    padding-top: 9px;
}

.checkbox-inline {
    padding-top: 10px;
}

.top-0 {
    margin-top: 0;
}

.top-20 {
    margin-top: 20px;
}

.top-30 {
    margin-top: 30px;
}

.top-40 {
    margin-top: 40px;
}

.top-60 {
    margin-top: 60px;
}

.bottom-0 {
    margin-bottom: 0;
}

.bottom-5 {
    margin-bottom: 5px;
}

.bottom-10 {
    margin-bottom: 10px;
}

.bottom-20 {
    margin-bottom: 20px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.bottom-40 {
    margin-bottom: 40px;
}

.bottom-60 {
    margin-bottom: 60px;
}

.bottom-80 {
    margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn-tablet-center {
        text-align: center;
    }

    .btn.detail-btn {
        width: 80%;
        font-size: 16px;
    }

    img.img-pc-md-display {
        display: none;
    }

    img.img-mobile-md-display {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .row.check-course-row .price {
        font-size: 20px;
    }

    .btn.reservation-btn {
        font-size: 14px;
        padding-top: 13px;
        padding-bottom: 13px;
        font-weight: bold;
    }

    .btn.reservation-btn:before {
        font-weight: normal;
    }

    .row.option-row .option-image-cell {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .btn.simple-btn {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 60%;
    }

    .check-list-area.bg-list-area {
        padding: 15px 10px 30px;
    }

    .check-list-area .check-list li {
        font-size: 14px;
    }

    .contact-phone {
        width: 60%;
        margin: 0 auto;
    }
    
    img.img-pc-sm-display {
        display: none;
    }

    img.img-mobile-sm-display {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    img.img-phone-display {
        display: block;
    }

    .btn-phone-center {
        text-align: center;
    }

    .btn.reservation-btn,
    .btn.reservation-btn.one-btn {
        width: 100%;
    }

    .row.recommend-row .recommend-cell {
        width: 100%;
    }

    .row.recommend-row .recommend-cell img {
        margin-bottom: 10px;
    }

    .btn.simple-btn {
        width: 100%;
    }

    .contact-phone {
        width: 100%;
    }
}

.content-title {
    font-size: 26px;
    color:#438821;
    font-weight: bold;
}