@charset "UTF-8";
/* CSS Document */

#compa-chart {
    margin: 48px auto 0;
    /*display: none;*/
}
@media screen and (max-width: 750px){
#recom-clinic header .inner .text .text2 {
    font-size: 2.5rem;
    display: block;
}
#recom-clinic header .inner .text .text1 {
    font-size: 1.0rem;
    border-bottom: 1px solid #ffffff;
    padding: 0 4px 6px;
    display: block;
}}
#best-clinic #orderset .snd #totalNum {
    position: absolute;
    top: -36px;
    left: 0;
    display: none;
}
#best-clinic .more {
    margin: 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 8px;
    color: #9eb2c7;
    display: none;
}
#best-clinic .more-content {
    display: block;
}
#best-clinic .clinic-content .btn-area .cta {
    color: #c86262;
    font-weight: bold;
}
.btn-label {
    background-color: #5e769a;
    border: 1px solid #5e769a;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(19,12,2,0.2);
    width: 100%;
    max-width: 320px;
    padding: 10px 0;
    margin: 4px auto 16px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.btn-label {
    background-color: #f26935;
   border: 1px solid #f26935;
    padding: 24px 0;
    background-image: linear-gradient(45deg, #fabd05 0%, #f26935 100%);
}
.btn-label p {
    font-size: 16px!important;
	line-height:1.2;
}

header .hero .hero-image img {
    width: 100%;
    max-height: none;
    object-fit: cover;
    object-position: 100% 0;
}
#best-clinic .nav #submit input {
    background-color: #F1F5FB;
    border-radius: 4px;
    padding: 8px;
    text-align: center;
    width: 100%;
    color: #333333;
}
.top-btn-block .top-btn {
    background-color: #2cc9db!important;
}
#best-clinic .clinic-content .point dd strong {
    color: #c86262!important;
}
#best-clinic .clinic-content .point dd {
    font-size: 1.3rem;
    border-left: 1px solid #dae2ec;
    padding: 6px 0 0 8px;
    color: #617d98!important;
}
#recom-clinic .btn-area .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    grid-column-gap: 8px;
    color: #c86262;
    font-weight: bold;
}