@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */



/* ============================
		mainSection
 ============================ */

.mainSection .topsPhoto {
text-align: center;
}

.mainSection .topsPhoto img {
width: 100%;
max-width: 320px;
margin-bottom: 1em;
}

.mainSection .topsPhoto .caption {
text-align: center;
font-size: 1.4rem;
}


/* for PC & TB */
@media screen and (min-width: 768px) {

	.mainSection .topsPhoto .caption {
	font-size: 1.8rem;
	}

}



/* ============================
		bosyuListSection
 ============================ */

.bosyuListSection {
}

.bosyuListSection .bosyuList {
}

.bosyuListSection .bosyuList li {
margin-bottom: 1em;
}

.bosyuListSection .bosyuList a {
display: table;
width: 100%;

}

.bosyuListSection .bosyuList a span {
display: table-cell;
height: 3.5em;
vertical-align: middle;
font-size: 1.6rem;
color: #e58095;
line-height: 1.75em;
padding: 1em 3em 1em 1.5em;
border: 1px solid #e58095;
border-radius: 5px;
background-image: url("file:///share001/WebMediPR制作室/安藤病院/common/images/arrow003.svg");
background-repeat: no-repeat;
background-position: right 15px center;
text-align: center;
}

.bosyuListSection .bosyuList a:hover {
opacity: 1;
}

.bosyuListSection .bosyuList a:hover span {
background-color: #e58095;
color: #fff;
background-image: url("file:///share001/WebMediPR制作室/安藤病院/common/images/arrow002.svg");
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){

    .bosyuListSection .bosyuList {
    margin: 0 20px;
    }

    .bosyuListSection .bosyuList li {
    margin-bottom: 40px;
    float: left;
    width: calc(50% - 20px);
    margin-right: 40px;
    }

    .bosyuListSection .bosyuList li:nth-child(even) {
    margin-right: 0;
    float: right;
    }

    .bosyuListSection .bosyuList li:nth-child(odd) {
    clear: both;
    }


}



/* for PC */
@media screen and (min-width: 1201px) {

    .bosyuListSection .bosyuList li {
    margin-bottom: 40px;
    float: left;
    width: calc(33.33333% - 27px);
    margin-right: 40px;
    }

    .bosyuListSection .bosyuList li:nth-child(3n) {
    margin-right: 0;
    }

    .bosyuListSection .bosyuList li:nth-child(3n+1) {
    clear: both;
    }

    .bosyuListSection .bosyuList a span {
    font-size: 1.8rem;
    }

}

@media screen and (min-width: 1901px) {

    .bosyuListSection .bosyuList li {
    width: calc(25% - 54px);
    margin-right: 40px;
    }

    .bosyuListSection .bosyuList li:nth-child(3n) {
    margin-right: 40px;
    }

    .bosyuListSection .bosyuList li:nth-child(3n+1) {
    clear: none;
    }

    .bosyuListSection .bosyuList li:nth-child(4n) {
    margin-right: 0px;
    }

    .bosyuListSection .bosyuList li:nth-child(4n+1) {
    clear: none;
    }

}


/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
