@charset "UTF-8";

/*TOP共通項目
-------------------------------------------------------------------------*/
#title.index{
	background-image: url("../img/index.png");
}

.calendar table.frame-status td.s3 {
    background: #EC8C8D;
}

.calendar table.frame-status td.s1 {
    background: #96CCFA;
}
.calendar table.frame-status td.s2 {
    background: #ffcc67;
}
.calendar table.frame-status td {
    padding: 8px;
    border-right: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
    border-bottom: 1px dotted #9A9A9A1px;
    text-align: center;
    background: #F5F5F5;
    border-top: 1px dotted #9A9A9A;
}

.day{
    background: #fff!important;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: -25px;
    outline: 0;
    width: 30px;
    height: 60px;
    font-weight: bold;
    font-size: 15px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    color: #824225;
    text-indent: -9999px;
    z-index: 9999;
    padding-top: 90px;
}


.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: -25px;
    outline: 0;
    width: 30px;
    height: 60px;
    font-weight: bold;
    font-size: 15px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    color: #824225;
    text-indent: -9999px;
    z-index: 9999;
    padding-top: 90px;
}
.bx-wrapper .bx-prev {
    left: -42px;
    background: url("../medical/parts/img/pcr/prev.png") no-repeat;
        background-size: auto;
    background-size: 100% 100%;
}

.bx-wrapper .bx-next {
    right: -42px;
    background: url("../medical/parts/img/pcr/prev.png") no-repeat;
        background-size: auto;
    background-size: 100% 100%;
}

.bx-wrapper .bx-prev {
    left: -42px;
    background: url("../medical/parts/img/pcr/prev.png") no-repeat;
        background-size: auto;
    background-size: 100% 100%;
}



.box_green_full{
    background: #EBF7D1;
    padding: 15px;
    border-radius: 15px;
    display: inline-block;
    margin: 1em;
    
}

.title_green {
    color: #669900;
    font-size: 16px;
}

.flow{
    text-align: center;
}

.borderea{
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
}

.bg_gray {
    background: hsla(0,0%,84%,1.00);
}

.flex {
    display: flex;
    justify-content: space-around;
    height: auto;
    align-self: flex-start;
}
.padding_box {
    padding: 15px 15px 0px 15px;
}
.orange {
    color: hsla(28,99%,46%,1.00);
}

a.btn_link.line {
    background: #00c300;
    max-width: 600px;
}


/*受付の流れ
-------------------------------------------------------------------------*/
.flow_box{
	position: relative;
	margin-bottom: 110px;
	border: 1px solid #3D7CF1;
	display: flex;
}
.flow_box::after{
	content: "";
	display: inline-block;
	width: 70px;
	height: 70px;
	background-image: url("../img/icon_flow.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -90px;
	left: 45%;
}
.flow_box:last-of-type{
	margin-bottom: 30px;
}
.flow_box:last-of-type::after{
	content: none;
}
.flow_box .flow_in:nth-of-type(1){
	width: 30%;
	background: #3D7CF1;
	display: flex;
	align-items: center;
}
.flow_box .flow_in:nth-of-type(1) h3{
	padding:0 0 0 0;
	color: #fff;
	text-align: center;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow_box .flow_in:nth-of-type(1) h3::before{
	content: none;
}
.flow_box .flow_in:nth-of-type(2){
	width: 70%;
	padding: 25px;
}
.flow_box .flow_in:nth-of-type(2) p:last-of-type{
	margin: 0;
}

*, ::before, ::after {
    box-sizing: border-box;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}


.status-left{
	width: 100%;
	max-width: 950px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	margin: 30px auto;
}
.status-left li{
	width: calc(100%/4 - 10px);
}

.calendar table caption{
	background: #3d7cf1;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}


/*医師紹介
-------------------------------------------------------------------------*/

/*スマホサイト用
-------------------------------------------------------------------------*/
@media screen and (max-width:767px) {

.status-left li{
	width: calc(100%);
	margin-bottom: 20px;
}


}