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

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




/* ============================
		contentsListSection
 ============================ */

.contentsListSection .contentsList > li > a {
background-color: #fff;
background-image: url("../../../common/images/fig_triangle002.svg");
background-position: right 15px center;
border-radius: 0;
border-bottom: 1px solid #e08090;
padding: 10px 0;
}
.contentsListSection .contentsList .title {
padding: 0 0 0 13px;
margin-bottom: 0;
}

.contentsListSection .contentsList > li {
margin-bottom: 2em;
}



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


.contentsListSection .contentsList > li > a {
padding: 15px 0;
}

.contentsListSection .contentsList > li {
margin-bottom: 3em;
}

}


/* ============================
		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;
    }

}

/* ============================
		thisPagePhotoGallery001
 ============================ */

section .thisPagePhotoGallery001 li {
margin-bottom: 1em;
}


section .thisPageSidePhoto {
margin: 0 0 1em 0;
}

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


	section .thisPagePhotoGallery001 {
	margin-top: 1em;
	}

	section .thisPagePhotoGallery001 li {
	float: left;
	width: calc(50% - 1em);
	margin-bottom: 2em;
	}

	section .thisPagePhotoGallery001 li:nth-child(even) {
	float: right;
	}
	
	section .thisPagePhotoGallery001 li:nth-child(odd) {
	clear: both;
	}
	
	section .thisPagePhotoGallery001 li:nth-last-child(2)
	section .thisPagePhotoGallery001 li:last-child {
	margin-bottom: 0;
	}
	
	section .thisPageSidePhoto {
	float: right;
	width: 360px;
	margin: 0 0 1em 1em;
	}


}


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

	section .thisPageSidePhoto {
	width: 300px;

}





/* ============================
		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) {
}
