@charset "utf-8";
/* CSS Document */
@import url("page.css");

#title h2 {
	background-image: url(../images/group/title_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 35.94%;
	height: 0;
	width: 100%;
}

.tit01 {
	background-image: url(../images/group/ti_01_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#greeting {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#greeting div {
	display: block;
	margin: 20px auto;
	width: 280px;
	max-width: 100%;
}

#greeting dl {
	display: block;
	width: 100%;
}

#greeting dt {
	font-size: 16px;
	color: #D4678D;
	font-weight: 600;
}
#greeting dd {
	font-size: 14px;
	line-height: 1.8em;
}
.signature {
	font-weight: 600;
	text-align: right;
	margin-top: 1em;
	width: 100%;
}
.signature span {
	font-size: 13px;
	margin-right:1em;
}

#prof {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#prof dt {
	font-size: 16px;
	color: #D4678D;
	font-weight: 600;
}
#prof dd {
	font-size: 14px;
	line-height: 1.8em;
}


.tit02 {
	background-image: url(../images/group/ti_02_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 13.34%;
	height: 0;
	width: 96%;
}

#clinic {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#clinic p {
	font-size: 14px;
	line-height: 1.8em;
}

#clinic div {
	display: block;
	margin: 20px auto 0;
	width: 96%;
}

#clinic div img {
	height: auto;
	width: 100%;
}

#groupbox {
	display: block;
	margin: 40px auto;
	width: 96%;
}

#groupbox div {
	display: block;
	margin: 0;
	width: 100%;
}

#groupbox div img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#groupbox ul {
	display: block;
	margin: 30px auto 0;
	width: 320px;
}

#groupbox li {
	margin: 10px 0;
}

#follow-up {
	display: block;
	margin: 40px auto;
	width: 96%;
}

#follow-up img {
	height: auto;
	width: auto;
	max-width: 100%;
}

.tit03 {
	background-image: url(../images/group/ti_03_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#group {
	display: block;
	margin: 30px auto;
	width: 96%;
}
#group dt {
	font-size: 16px;
	color: #D4678D;
	font-weight: 600;
}
#group dd {
	font-size: 14px;
	line-height: 1.8em;
	margin: 20px auto 40px;
}

#group-link {
	display: block;
	margin: 30px auto ;
	width: 96%;
}

#group-link li {
	display: block;
	margin: 15px 0 30px;
	width: 100%;
	box-sizing: border-box;
}

#group-link li a {
	background-color: #D4678D;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 5px;
	width: 100%;
	border-radius: 25px;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
#title h2 {
	background-image: url(../images/group/title.png);
	background-size: auto;
	padding-top: 0;
	height: 230px;
	width: 1015px;
}

.tit01 {
	background-image: url(../images/group/ti_01.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 800px;
}

#greeting {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 50px auto 30px;
	width: 1015px;
}

#greeting div {
	margin: 0;
	width: 280px;
}

#greeting dl {
	width: 700px;
}

#prof {
	display: block;
	margin: 0px auto 50px;
	width: 1015px;
}

.tit02 {
	background-image: url(../images/group/ti_02.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 983px;
}

#clinic {
	display: flex;
	justify-content: space-between;
	margin: 50px auto 30px;
	width: 1015px;
}

#clinic p {
	display: block;
	margin: 0;
	width: 560px;
}

#clinic div {
	display: block;
	margin: 0;
	width: 400px;
}

#greeting dl {
	width: 700px;
}

#groupbox {
	display: flex;
	justify-content: space-between;
	margin: 50px auto 30px;
	width: 1015px;
}

#groupbox div {
	display: block;
	margin: 0;
	width: 600px;
}

#groupbox ul {
	display: block;
	margin: 80px 0 0;
	width: 320px;
}

#groupbox li {
	margin: 10px 0;
}

#follow-up {
	display: block;
	margin: 40px auto 80px;
	width: 927px;
}

.tit03 {
	background-image: url(../images/group/ti_03.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 800px;
}

#group {
	display: block;
	margin: 50px auto;
	width: 1015px;
}

#group-link {
	display: block;
	margin: 30px auto 60px;
	width: 1015px;
}
#group-link a:hover {
	opacity: 0.7;
}

}