@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  clinic.css
 style info :  スタイル指定
=================================================================== */

#link01,#link02,#link03,#link04,#link05,#link06,#link07,#link08,#link09,#link10,#link11,#link12,#link13,#link14,#link15{
    padding:50px 0 0 0;
    margin: -50px 0 0 0;
}
/* clinic
----------------------------------------------------------------------------- */
.clinic{
    
}
.clinic .main_wrapper{
    
}
.clinic .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em;
    min-height: 1053px;
}
.clinic .main_wrapper .box h2{
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.clinic .main_wrapper .box h3{
    width: 100%;
    color: #d251a1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
}

.clinic .main_wrapper .box h4{
    width: 100%;
    color: #0173e7;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 14px;
    background: #fff;
    padding: 10px 25px;
    margin: 30px auto 20px;
    position: relative;
    line-height: 1;
}
.clinic .main_wrapper .box h4:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 5px;
    height: 24px;
    background: #0173e7;
}
.clinic .main_wrapper .box h5{
    border-bottom: 1px double #0173e7;
    margin: 15px 0 0;
}
.clinic .main_wrapper .box table{
    background: #fff;    
}
.clinic .main_wrapper .box table tr {
    border-top: 1px solid #252525;
}
.clinic .main_wrapper .box table tr:last-child {
    border-bottom: 1px solid #252525;
}
.clinic .main_wrapper .box table tr th {
    background-color: transparent;
    vertical-align: top;
    font-weight: normal;
    width: 200px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #252525;
    border-left: 1px solid #252525;
    font-weight: bold;
}
.clinic .main_wrapper .box table tr td {
    background-color: transparent;
    font-weight: normal;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #252525;
    font-weight: bold;
}
.clinic .main_wrapper .box table tr td:nth-child(odd){
    background: #F7AF63;
}
.clinic .main_wrapper .box table tr td:nth-child(even){
    background: #F6E7D3;
}
.clinic .main_wrapper .box table tr:first-child td{
    background: #4183d7;
    color: #fff;
}
.clinic .main_wrapper .box table tr th{
    background: #EEC290;
}
.clinic .main_wrapper .box table tr:first-child th{
    background: #4183d7;
    color: #fff;
}
.clinic .main_wrapper .box table tr span{
    color: #0173e7;
}
.clinic .main_wrapper .box .alert_news{
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 24px;
    font-weight:bold;
    color:#ff0000;
    text-align: center;
}
.clinic .main_wrapper .box .text{
    text-align: center;
}
.clinic .main_wrapper .box .text p{
    text-align: center;
    display: inline-block;
}
.clinic .main_wrapper .box .text .time{
    text-align: left;
    margin: 15px auto;
}
.clinic .main_wrapper .box .text .time dl{
    display: flex;
    width: 440px;
    margin: auto;
    color: #d251a1;
}
.clinic .main_wrapper .box .text .time dl dt{
    margin: 0 15px 0 0;
    width: 100px;
}
.clinic .main_wrapper .box .text p.care{
    text-align: left;
    display: inline-block;
    color: #0173e7;
}
.clinic .main_wrapper .box .text p.care span{
    border-bottom: 2px solid red;
}
/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {


}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

/* clinic
----------------------------------------------------------------------------- */
.clinic{
    
}
.clinic .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em 1em;
    min-height: auto;
}
.clinic .main_wrapper .box .text .time dl {
    display: block;
    width: 100%;
    margin: auto;
    color: #d251a1;
    margin-bottom: 10px;
}

}
