@charset "utf-8";

.bg_gray {
    padding: 40px;
    background: #FAFAFA;
}

.bg_gray img {
    max-width: 286px;
    margin: auto;
}
/* 広報 */
.pdf_thumb {
    background: #FAFAFA;
    display: flex;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    padding: 20px 40px;
    box-sizing: border-box;
}
.pdf_thumb a[href$=".pdf"] {
    padding: 0;
    background: none;
}
.pdf_thumb img {
    width: auto !important;
    height: 100%;
}
/* 病院案内  */
.about_list{
	margin: 0 !important;
}
.about_item{
	margin-top: 32px;
	padding: 32px 30px 0 30px;
	border-top: 1px solid #ccc;
	list-style: none;
}
.about_item:first-of-type{margin-top: 35px;}
.about_item:last-of-type{
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.about_item h2{
	font-size: 116%;
	margin: 0;
	padding: 0;
}
.about_item h2::before{display: none;}
.about_item h2 a{
	text-decoration: none;
	color: #333333;
	padding-left: 30px;
	background: url(../img/arrow_right_blue.svg) no-repeat center left 0/ 16px;
	transition: text-decoration 0.3s,color 0.3s;
}
.about_item h2 a:hover{
	text-decoration: underline;
	color: #0088CD;
}
.about_list2{
	margin: 18px 0 0 0 !important;
	padding-top: 18px !important;
	border-top:1px dotted #ccc;
	display: grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:14px 30px;
}
.about_item2{
	list-style: none;
	margin-bottom: 0 !important;
}
.about_item2::before{display: none;}

.about_item2 a{
	display: inline-block;
	text-decoration: none;
	color: #333333;
	font-size: 100%;
	padding-left: 25px;
	background: url(../img/right_arrow_blue.svg) no-repeat top 6px left 6px / 6px;
	transition: text-decoration 0.3s,color 0.3s;
}
.about_item2 a:hover{
	text-decoration: underline;
	color: #0088CD;
}

@media screen and (max-width: 1023px) {
.about_list2{
	grid-template-columns:repeat(2,1fr);
}
}
@media screen and (max-width: 767px) {
    .bg_gray {
        padding: 40px 20px;
    }
    /* 広報 */
    .pdf_thumb{
        height: auto;
    }
    .pdf_thumb img{
        max-width: 70%;
    }

    /* 病院案内 */
	.about_item{
	margin-top: 20px;
	padding: 20px 10px 0 10px;
	}
	.about_item:first-of-type{margin-top: 20px;}
	.about_item:last-of-type{padding-bottom: 20px;}
	.about_item h2{
		font-size: 116%;
	}

	.about_list2{
		margin: 20px 0 0 0 !important;
		padding-top: 20px !important;
		border-top:1px dotted #ccc;
		grid-template-columns:1fr;
		grid-gap:10px;
	}
	.about_item2 a{
		font-size: 87.5%;
		background-position: top 5px left 6px ;
}
}