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

/*当院の薄毛治療が選ばれる理由*/
#reason #cont01 {
	padding-bottom: 45px;
}

#reason #cont01 > p {
	width: 990px;
	margin: 0 auto;
	padding: 60px 0 90px;
}

#reason #cont01 .box {
	border: 31px solid #f4f1e4;
	width: 990px;
	margin: 0 auto;
	padding: 60px 75px 70px;
	display: flex;
	justify-content: space-between;
}

#reason #cont01 .box div {
	width: 530px;
}

#reason #cont01 .box div p.t01 {
	font-size: 30px;
	font-family: 'Noto Serif JP', sans-serif;
	padding-bottom: 40px;
	letter-spacing: -1px;
}

#reason #cont01 .box div p.t01 span {
	color: #aa964c;
	font-size: 38px;
	line-height: 1.6em;
}

#reason #cont01 .box li:first-child {
	padding-bottom: 16px;
}

#reason #cont02 {
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0 100px;
}

#reason #cont02 > div {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

#reason #cont02 > div:first-of-type {
	padding-top: 65px;
}

#reason #cont02 > div > div {
	width: 504px;
}

#reason #cont02 > div:nth-of-type(2n) > div:first-of-type {
	order: 2;
}

#reason #cont02 > div > div h3 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	background-color: #aa964c;
	margin-bottom: 30px;
	padding: 0 5px;
}

#reason #cont03 {
	padding-bottom: 115px;
}

#reason #cont03 ul {
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#reason #cont03 ul li {
	width: 500px;
	padding-bottom: 60px;
}

#reason #cont03 ul li h3 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	background-color: #aa964c;
	margin-bottom: 30px;
	padding: 0 5px;
}

#reason #cont03 ul li > div {
	display: flex;
	justify-content: space-between;
}

#reason #cont03 ul li > div p {
	width: 350px;
}


/*クリニック案内*/
#clinic #cont01 {
	padding: 0 0 115px;
}

#clinic #cont01 div {
	width: 1140px;
	margin: 0 auto;
	display: table;
	border-bottom: 1px solid #333;
}

#clinic #cont01 div:first-of-type {
	border-top: 1px solid #333;
	margin-top: 70px;
}

#clinic #cont01 div h3,
#clinic #cont01 div p {
	display: table-cell;
	padding: 25px 20px;
	vertical-align: middle;
}

#clinic #cont01 div h3 {
	background-color: #f0ecdf;
	font-weight: 500;
	width: 220px;
	padding-right: 60px;
}

#clinic #cont01 div p a {
	color: #555;
}

#clinic #cont02 {
	padding-bottom: 115px;
}

#clinic #cont02 ul {
	width: 1140px;
	margin: 0 auto;
	padding: 70px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#clinic #cont02 ul li {
	padding-bottom: 50px;
}

#clinic #cont02 div {
	width: 1140px;
	margin: 0 auto;
}

#clinic #cont03 {
	padding-bottom: 115px;
}

#clinic #cont03 .box01 {
	width: 1140px;
	margin: 0 auto;
	padding: 70px 0 55px;
}

#clinic #cont03 .box01 p.t01 {
	padding-bottom: 30px;
	font-size: 30px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	color: #9b8216;
}

#clinic #cont03 ul {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}

#clinic #cont03 ul li {
	width: 320px;
	text-align: center;
}

#clinic #cont03 ul li p {
	font-size: 15px;
	padding-top: 15px;
}

#clinic #cont03 .box02 {
	width: 1140px;
	margin: 0 auto;
}

#clinic #cont04 {
	padding: 0 0 115px;
}

#clinic #cont04 .box01 {
	width: 990px;
	margin: 0 auto;
	padding: 70px 0 90px;
	display: flex;
	justify-content: space-between;
}

#clinic #cont04 .box01 div:first-of-type {
	width: 510px;
}

#clinic #cont04 .box01 div:first-of-type p.t01 {
	padding-bottom: 30px;
	font-size: 30px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	color: #9b8216;
}

#clinic #cont04 .box01 div:first-of-type p.t03 {
	padding-top: 30px;
	text-align: right;
	font-family: 'Noto Serif JP', sans-serif;
}

#clinic #cont04 .box01 div:first-of-type p.t03 span {
	font-size: 24px;
}

#clinic #cont04 .box02 {
	display: flex;
	justify-content: center;
}

#clinic #cont04 .box02 div {
	width: 360px;
	padding-right: 90px;
}

#clinic #cont04 .box02 div:last-of-type {
	padding-right: 0;
}

#clinic #cont04 .box02 dl {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 0;
	line-height: 1.8em;
}

#clinic #cont04 .box02 dl dt {
	width: 5em;
}

#clinic #cont04 .box02 dl dd {
	width: calc(100% - 5em);
}

#clinic #cont04 .box02 ul {
	padding: 30px 0 0;
	line-height: 1.8em;
}


/*料金表*/
#price #price_info {
	padding: 0 0 115px;
}

#price #price_info #tab {
	padding: 70px 0 0;
}


/*プライバシーポリシー*/
#privacy #cont01 {
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 115px;
}

#privacy #cont01 p.t01 {
	width: 990px;
	margin: 0 auto;
	padding: 60px 0 90px;
}

#privacy #cont01 p.t02 {
    padding: 30px 0 80px;
}

#privacy #cont01 p.t03 {
    padding: 30px 0 1.8em;
}

#privacy #cont01 p.t04 {
    padding: 30px 0 0;
}

#privacy #cont01 ul {
    padding: 0 0 80px;
}

#privacy #cont01 ul li {
    display: table;
    line-height: 1.8em;
}

#privacy #cont01 ul li span {
    display: table-cell;
}

#privacy #cont01 ul li span:first-child {
    width: 1.5em;
}


/*サイトマップ*/
#sitemap #cont01 {
	padding: 60px 0 115px;
	width: 1140px;
	margin: 0 auto;
}

#sitemap #cont01 ul {
	display: flex;
	flex-wrap:wrap;
}

#sitemap #cont01 ul li {
	width: 258px;
	margin-bottom: 8px;
	margin-right: calc(100px / 3);
}

#sitemap #cont01 ul li:nth-child(4n) {
	margin-right: 0;
}

#sitemap #cont01 ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: calc(100% - 10px);
	padding: 5px 0;
	text-decoration: none;
	color: #555;
	line-height: 2em;
	border: 1px solid #555;
	
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#sitemap #cont01 ul li a:hover {
	background-color: #9b8216;
	border: 1px solid #9b8216;
	color: #fff;
}


/*ガイドライン*/
#guideline #cont01 {
	width: 1140px;
	margin: 0 auto;
	padding: 60px 0 115px;
}

#guideline #cont01 p.t01 {
	width: 990px;
	margin: 0 auto;
	padding: 0 0 90px;
}

#guideline #cont01 p.t02 {
	padding: 30px 0 20px;
}

#guideline #cont01 p.t03 {
	background-image:url("../../images/ico_pdf.webp");
	background-repeat:no-repeat;
	background-position:top right;
	line-height:35px;
	padding-right:37px;
	text-align:right;
}

#guideline #cont01 p.t03 a {
	color: #555;
}


/*診察アプリ*/
#app #cont01 {
	width: 990px;
	margin: 0 auto;
	padding: 60px 0 115px;
}

#app #cont01 > div {
	display: flex;
	justify-content: space-between;
}

#app #cont01 > div p {
	width: 510px;
}

#app #cont02 {
	padding: 0 0 35px;
}

#app #cont02 h2 {
	margin-bottom: 70px;
}

#app #cont02 > h3 {
	width: 1140px;
	margin: 0 auto;
}

#app #cont02 > p {
	width: 1140px;
	margin: 0 auto;
	padding: 30px 0 60px;
}

#app #cont02 ul.app_link {
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
}

#app #cont02 ul.app_link li {
	width: 540px;
/*	height: 207px;*/
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #f4f1e9;
}

#app #cont02 ul.app_link li h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
}

#app #cont02 ul.app_link li div {
	padding-top: 30px;
}

#app #cont02 ul.app_link li div a:hover {
	opacity: .8;
}

#app #cont02 ul.app_flow {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#app #cont02 ul.app_flow li {
	width: 360px;
	padding-bottom: 80px;
}

#app #cont02 ul.app_flow li h3 {
	margin-bottom: 25px;
}

#app #cont02 ul.app_flow li div {
	text-align: center;
}

#app #cont02 ul.app_flow li p {
	padding-top: 25px;
}


/*症例集*/
#case #cont01 {
	padding: 60px 0 115px;
}

#case #cont01 .box {
	width: 1140px;
	margin: 0 auto;
	padding: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#case #cont01 .box > div {
	padding-right: 124px;
	padding-bottom: 40px;
}

#case #cont01 .box > div:nth-child(even),#case #cont01 .box > div:last-child {
	padding-right: 0;
}

#case #cont01 .box > div ul {
	padding: 20px 0 0;
}

#case #cont01 .box > div ul li {
	line-height: 1.8em;
}

#case #cont01 .box03 {
	width: 1140px;
	margin: 0 auto;
}

#case #cont01 .box03 p {
	font-size: 14px;
	font-weight: 500;
}

#case #cont01 .box03 dt {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8em;
}

#case #cont01 .box03 dd {
	font-size: 12px;
	line-height: 1.8em;
	padding-left: 1em;
}


/*よくある質問*/
#faq {
	padding: 0;
	background: none;
}

#faq > section {
	width: 1140px;
	margin: 0 auto;
	padding: 0 0 100px;
}

#faq > section:first-of-type {
	padding-top: 60px;
}

#faq > section p {
	padding: 40px 0 55px;
}