@charset "UTF-8";


/* ================================================== */

/* consideration INDEX */

/* ================================================== */

p+p{
    margin-top: 10px;
}

.list-box{
    margin-top: 20px;
}

.list{
    font-size:90%;
}

.list li:nth-child(2+n) .c-table{
    margin-top:20px;
}

.c-table{
    display: block;
    width: 100%;
    border-right: 1px solid #d5d2c1;
    margin-top: 20px;
}

.c-table tbody{
    display: block;
    width: 100%;
}

.c-table tr {
    border-left: 1px solid #d5d2c1;
    border-top: 1px solid #d5d2c1;
    display: block;
}

.list li .c-table tr:last-child{
    border-bottom: 1px solid #d5d2c1;
}

.c-table tr th{
    display: block;
}
.c-table tr th a,
.c-table tr td a {
    display: block;
    padding: 10px;
    color: #80c15a;
    font-weight: bold;
}

/* .c-table tr th a:after{
    font-family: FontAwesome;
    content: "\f08e";
} */
.c-table tr th a:hover{
    background-color: #ebf1e1;
}
.c-table tr td a:hover{
    color: #80c15a;
    text-decoration: underline;
}
.c-table tr td a:after{
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: 4px;
}
.c-table tr td{
    padding: 10px;
}
.c-table tr td.link{
    padding: 0px;
}

.c-table tr td:first-child{
    width: 50px;
    border-right: 1px solid #d5d2c1;
}

.doctor_list{
    display: flex;
}

.doctor_list .cell img{
    width: 100%;
}

.min{
    font-size: 16px;
    font-weight: bold;
}

.min span{
    font-size: 13px;
}

.cell.left{
    width: 22%;
    padding-right: 4%;
}

.cell.right {
    width: 74%;
}

.inner{
    padding: 15px 20px;
    background: #ebf1e1;
}

.c-flex_03 img{
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.c-flex_03 {
    margin: 20px auto 20px;
    display: flex;
    justify-content:flex-start;
}

.c-flex_03 li{
    max-width: 32%;
}

.c-flex_03 li:nth-child(-n+2) {
    margin-right: 2%;
}

.map{
    margin-top: 30px;
}

.map iframe{
    width: 100%;
}

a.relist {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #FFF;
    background: #4c430e;
}

a.relist .fa {
    width: 2em;
    font-size: 1.2em;
}

.c-table .name{
    padding: 10px;
}

@media screen and (max-width: 640px) {
.doctor_list {
    flex-wrap: wrap;
}

.cell.left,
.cell.right {
    width: 100%;
}

.cell.left {
    padding-right: 0;
    text-align: center;
}

.doctor_list .cell img {
    width: 80%;
}

.c-flex_03 {
    flex-wrap: wrap;
    justify-content: center;
}

.c-flex_03 li {
    max-width: 100%;
}

.c-flex_03{
    margin: 20px auto 20px;
}

.c-flex_03 li:nth-child(-n+2) {
    margin-right: 0;
    margin-bottom: 20px;
}
}