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

page-about.css　医療法人さくらについてページcss

********************************************************************************/
/*============================================================
 セクション共通
*============================================================*/
/* 
---------------------------------------- */
#page-about .section {

}

/*============================================================
 セクション
*============================================================*/
#page-about #sec-block-1 .sec-title {
	margin-bottom: 78px;
}
#page-about #sec-block-1 .item {
	border: 2px solid var(--common-color-sub);
	border-radius: 10px;
	text-align: center;
	padding: 48px 32px 32px 32px;
	margin-bottom: 60px;
	position: relative;
}
#page-about #sec-block-1 .item:last-child {
	margin-bottom: 0;
}
#page-about #sec-block-1 .item .no {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 22px;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	color: var(--common-color-sub);
	text-align: center;
	background: var(--common-color-background2);
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translatex(-50%);
}
#page-about #sec-block-1 .item h3 {
	color: var(--common-color-sub);
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 8px;
}
#page-about #sec-block-1 .item p {
	font-weight: 500;
}

/*============================================================
 セクション
*============================================================*/
#page-about #sec-block-2 .block .label {
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	padding: 10px 16px;
	background: #F5F5F5;
	border-radius: 4px;
	margin-bottom: 16px;
}
#page-about #sec-block-2 .block ul li {
	font-weight: 500;
}
#page-about #sec-block-2 .block.pt2 .info .item {
	margin-bottom: 24px;
}
#page-about #sec-block-2 .block.pt2 .info .item:last-child {
	margin-bottom: 0;
}
#page-about #sec-block-2 .block.pt2 .info .item .text {
	font-size: 20px;
}
#page-about #sec-block-2 .block.list {
	text-align: center;
}
#page-about #sec-block-2 .block.list ul {
	text-align: left;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1080px) {
    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-about #sec-セクション名 {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
	#page-about #sec-block-1 .item {
		padding: 48px 20px 24px 20px;
    }

}
