@charset "UTF-8";

@import "base.css";
@import "main.css";


/* -------------------------------------
 *	共通
 * ------------------------------------- */

#main {
	width: 96%;
	max-width: 1100px;
	margin: 60px auto 100px;
}
#main h2 {
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 120%;
	color: #fff;
	background: #6b9fdc;
	border-radius: 10px;
}
#main h2::first-letter {
	padding-left: 15px;
	border-left: 3px solid #fff;
}
#main .indexBloc {
	margin-bottom: 50px;
}


/* -------------------------------------
 *	お知らせ
 * ------------------------------------- */

#main #news ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#main #news ul li {
	display: flex;
}
#main #news ul li::before {
	content: "■";
	margin-right: 0.5em;
	color: #6b9fdc;
}
#main #news ul li span {
	margin-right: 1em;
	color: #6b9fdc;
}


/* -------------------------------------
 *	つばさクリニックについて
 * ------------------------------------- */

#main #about #aboutBody {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#main #about #aboutBody p {
	margin-right: 20px;
}


/* -------------------------------------
 *	医師紹介
 * ------------------------------------- */

#main #doctor .doctorBody {
	width: 90%;
	padding: 20px 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 2px solid #6b9fdc;
	border-radius: 20px;
	box-sizing: border-box;
}
#main #doctor .doctorBody h3 {
	color: #6b9fdc;
	font-size: 120%;
	font-weight: 700;
}
#main #doctor .doctorBody ul {
	margin-left: 1em;
}
#main #doctor .doctorBody ul li {
	display: inline-block;
}
#main #doctor .doctorBody ul li::after {
	content: "、";
}
#main #doctor .doctorBody ul li:last-child::after {
	content: "";
}


/* -------------------------------------
 *	診察のご案内
 * ------------------------------------- */

#main #medical #medicalBody {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#main #medical #medicalBody #medicalTxt {
	margin-right: 20px;
}
#main #medical #medicalBody #medicalTxt .medicalOther {
	margin-top: 1em;
}
#main #medical #medicalBody #medicalTxt ol li {
	list-style-type: none;
}


/* -------------------------------------
 *	診療科目
 * ------------------------------------- */

#main #subject #subjectBody {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#main #subject #subjectBody .subjectItem {
	width: 48%;
	padding: 20px 30px;
	border: 2px solid #6b9fdc;
	border-radius: 20px;
	box-sizing: border-box;
}
#main #subject #subjectBody .subjectItem h3 {
	margin-bottom: 15px;
	color: #6b9fdc;
	font-size: 120%;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #6b9fdc;
}
#main #subject #subjectBody .subjectItem ul li::before {
	content: "●";
	margin-right: 0.2em;
	color: #6b9fdc;
	font-size: 150%;
	vertical-align: -3px;
}


/* -------------------------------------
 *	診療時間
 * ------------------------------------- */

#main #schedule table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #b7b7b7;
}
#main #schedule table th,
#main #schedule table td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #b7b7b7;
}
#main #schedule table th {
	background: #dbebf7;
}
#main #schedule table tr.week th {
	background: #fffbe3;
}
#main #schedule table th.time {
	background: #f2f2f2;
}
#main #schedule table td {
	width: 5em;
}


/* -------------------------------------
 *	家族相談
 * ------------------------------------- */

#main #family #familyBody {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#main #family #familyBody p {
	margin-right: 20px;
}


/* -------------------------------------
 *	ACT
 * ------------------------------------- */

#main #act h2 {
	background: #deb267;
}
#main #act p.actCatch {
	margin-bottom: 30px;
	color: #deb267;
	font-size: 110%;
	font-weight: 700;
	text-align: center;
}
#main #act #actaile {
	margin-bottom: 30px;
	text-align: center;
}
#main #act #actaile span {
	color: #deb267;
	font-weight: 700;
}
#main #act #actaileList {
	display: flex;
	justify-content: space-between;
	width: 90%;
	padding: 20px 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background: #fff6e5;
	box-sizing: border-box;
	border-radius: 20px;
}
#main #act #actaileList figure {
	margin-right: 20px;
}
#main #act #actaileList ol {
	margin-bottom: 0.5em;
}
#main #act #actaileList ol li {
	list-style-type: none;
	color: #deb267;
	font-size: 110%;
	font-weight: 700;
}
#main #act #actaileList p span {
	display: block;
	margin-left: 1em;
	color: #deb267;
	font-size: 110%;
	font-weight: 700;
	text-indent: -1em;
}
#main #act #actaileLink {
	text-align: center;
}
#main #act #actaileLink a {
	display: inline-block;
	padding: 20px 30px;
	color: #fff;
	background: #deb267;
	border-radius: 10px;
}
#main #act #actaileLink a:hover {
	opacity: 0.7;
}


/* -------------------------------------
 *	地域への翼・エール
 * ------------------------------------- */

#main #npo h2 {
	background: #e983b2;
}
#main #npo #npoTxt {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#main #npo #npoTxt p {
	flex: 1;
}
#main #npo #npoTxt figure {
	width: 200px;
	margin-left: 20px;
}
#main #npo #npoList {
	width: 90%;
	padding: 20px 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background: #ffe5f1;
	box-sizing: border-box;
	border-radius: 20px;
}
#main #npo #npoList ol li {
	list-style-type: none;
	color: #e983b2;
	font-size: 110%;
	font-weight: 700;
}
#main #npo #npoList p {
	font-size: 90%;
}