@charset "utf-8";

/*common
************************************************************************************/

 ul.list_treat{
    width: 100%;
    margin: 20px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
 ul.list_treat li{
    width: 16%;
	margin: 0 auto 15px auto;
	border: 2px solid #dedede;
    padding: 30px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    display: block;
    text-align: center;
}
ul.list_treat li .ill{
}
ul.list_treat li .ill img{
    width: 30px;
    height: auto;
    margin: auto;
}
ul.list_treat li .title_treat {
    padding: 0 0 2rem 0;
}
ul.list_treat li .title_treat a{
    color: #2681c4;
    text-decoration: none;
	font-size: 1.4rem;
    font-weight: normal;
}
ul.list_treat li .cmt {
    color: #444;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
}

.med_hours{
    margin: 15px 0;
    padding: 10px 0;
    text-align: center;
    background: #CBDBEB;
    font-weight: 600;
    font-size: 18px;
}



@media screen and (min-width: 980px) {
    ul.list_treat li{
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    ul.list_treat li:hover{
        border: 2px solid #2681c4;
    }

}
@media screen and (max-width: 979px) {
/*tablet*/
     ul.list_treat{
        -webkit-justify-content: flex-start;
        justify-content:  flex-start;
    }
     ul.list_treat li{
        width: 24%;
        margin: 0 0.5% 15px 0.5%;
    }
}

@media screen and (max-width: 768px){
/*smart phone*/
     ul.list_treat li{
        width: 49%;
    }
}
@media screen and (max-width: 620px) {
/*sp*/
     ul.list_treat li{
        width: 99%;
    }
}
@media screen and (max-width: 480px){
} 

/*page_index
************************************************************************************/
.page_contents_top ul.top_menu li{
	width: 32%;
}

@media screen and (max-width: 979px) {
/*tablet*/
    
}
@media screen and (max-width: 768px){
    .page_contents_top ul.top_menu li{
        width: 49%;
    }
}
@media screen and (max-width: 620px){
    .page_contents_top ul.top_menu li{
        width: 99%;
    }
}


/*page_desease
************************************************************************************/

 .page_desease ul.list_treat{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
 .page_desease ul.list_treat li{
    width: 33%;
	margin: 0 auto 15px 0;
    padding: 30px;
}
.page_desease ul.list_treat li .title_treat {
    padding: 0 0 1rem 0;
}
@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
/*smart phone*/
     .page_desease ul.list_treat li{
        width: 49%;
    }
}
@media screen and (max-width: 620px) {
/*sp*/
     .page_desease ul.list_treat li{
        width: 99%;
    }
}
@media screen and (max-width: 480px){
}

/*page_achievement
************************************************************************************/
.page_achievement th.total {
	background-color: #3388b6;
    font-weight: 600;
    color: #FFF;
}

@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}

/*page_referral
************************************************************************************/
.page_referral table.normal{
    table-layout: fixed;
}
.page_referral .cell{
    padding: 0 5px;
}


@media screen and (max-width: 768px){
	table.normal{
		display: block;
		border: none !important;
		width: 100%;
	}
	table.normal thead{
		display: none;
	}
	table.normal tbody{
		display: block;
		width: 100%;
		border: none !important;
	}
	table.normal tr{
		display: block;
		margin-bottom: .3em;
		width: 100%;
	}
	table.normal th,
	table.normal td{
		display: list-item;
		width: 100%;
		padding: 5px 10px !important;
		border: none !important;
	}

	table.normal td{
		margin-left: 0;
		list-style-type: none;
		padding-left: 5px;
		border-bottom: 1px solid #dedede !important;
	}
    table.normal tbody td:nth-of-type(1):before { content: "[月曜日]"; display: block; }
    table.normal tbody td:nth-of-type(2):before { content: "[火曜日]"; display: block; }
    table.normal tbody td:nth-of-type(3):before { content: "[水曜日]"; display: block; }
    table.normal tbody td:nth-of-type(4):before { content: "[木曜日]"; display: block; }
    table.normal tbody td:nth-of-type(5):before { content: "[金曜日]"; display: block; }
}

