@charset "UTF-8";
/* CSS Document */
/*-----------------------
外来診療のご案内
-------------------------*/
.outpatient .reception{
    margin-bottom: 0;
}
.outpatient .flow ul li .gradation{
    width: 260px;
    color: #fff;
    padding: 40px 0;
    border-radius: 10px;
    text-align: center;
}
.outpatient .flow ul li .list_dots{
    width: 70%;
    margin-left: 20px;
}
.outpatient .open_time .table03{
    width: 60%;
    margin-top: 60px;
}
.outpatient .open_time .flex{
    justify-content: space-between;
}
.outpatient .open_time .flex > div{
    width: 40%;
}
.outpatient .open_time .flex > div .table02{
    width: 100%;
}
.outpatient .open_time .open_img{
    width: 50%;
}
.outpatient .reception .flex ul{
    width: 70%;
}
.outpatient .reception .flex p{
    width: 30%;
}
.outpatient .reception .flex p img{
    width: 100%;
}
.outpatient .flow .image img{
    width: 300px;
}
.outpatient .flow ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.outpatient .flow ul li{
  margin-bottom: 20px;
}
.outpatient .flow ul li:not(:first-child) p{
    width: fit-content;
    margin: auto;
} 
.outpatient .flow ul li:first-child{
    width: 100%;
}
.outpatient .flow ul li:first-child .flex{
    width: fit-content;
    margin: auto;
}
.outpatient .flow ul li:first-child .flex > div{
    margin: 10px;
}
.outpatient .flow ul li:first-child .flex .firsttime{
    width: 50%;
 }
.outpatient .flow ul li:first-child .flex .secondtime{
   margin-left: 20px;
   width: fit-content;
}
.outpatient .flow ul li::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #0076DD;
    margin: 0 auto 20px;
}
.outpatient .flow ul li:first-child::before{
    content: none;
}

.outpatient .flow ul li.none::before {
	display: none;
}
.outpatient .flow ul li .image{
    text-align: center;
}
.outpatient .flow ul li .flex .image{
    margin: 0 10px;
}
.outpatient .btn_list{
    display: flex;
}
.outpatient .btn_list p{
    margin: 10px;
}

/*-----------------------
休診代診情報
-------------------------*/
.kyushin .kyu{
    background: #0076DD;
}
.kyushin .dai{
    background: #FF995A;
}
.kyushin .kyu,
.kyushin .dai{
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.kyushin table td{
    padding: 20px 40px;
    text-align: center;
}
.schedule .table03{
    width: 100%;
}
.schedule .table03 small{
    font-size: .9em;
    color: red;
}
.schedule .table03 th,
.schedule .table03 td{
    padding: 10px;
}
.schedule .btn_blue{
    width: 180px;
    display: block;
    margin: 20px auto 0;
}
.schedule .box{
    margin-top: 30px;
}

p.image.left {
	 text-align: right;
  	 margin: 0 20px;
}
.syokai{
    border-bottom: solid 1px #000000 
}
@media screen and (max-width:1230px) {
    

}

@media screen and (max-width:768px) {
    .outpatient .flow ul li .gradation{
        width: 100%;
        padding: 10px 0;
        margin: 0 auto;
    }
    .outpatient .flow ul li .list_dots{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px;
    }
    .outpatient .open_time .open_img{
        width: 100%;
        margin-top: 20px;
    }
    .outpatient .open_time .table03{
        margin: 60px auto 0;
    }
    .outpatient .reception .flex ul,
    .outpatient .reception .flex p,
    .outpatient .flow ul li.flex > div,
    .outpatient .open_time .flex > div{
        width: 100%;
    }
    .outpatient .btn_list{
        flex-direction: column;
    }
    
    .table03 tr th{
        padding: 7px;
    }
    .scroll{
        overflow: scroll;
    }
    .kyushin table,
    .schedule .table03{
        width: max-content;
    }
	
	p.image.left {
	 text-align: center;
  	 margin: 0;
}

}
@media (orientation: landscape) {}

.table02.sche tr th{
    width: 40%;
}
