@charset "utf-8";
/******��reset��******/
html, body, div, p, a, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, td, th, form, input, fieldset, textarea {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
header, nav, article, aside, section, footer {
	display: block;
	margin: 0;
	padding: 0;
}
html, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
img, fieldset, abbr {
	border: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}
br {
	letter-spacing: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 100%;
}
caption, th {
	text-align: left;
}
q:after, q:before {
	content:'';
}

input ,textarea, button {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
input[type="button"] ,input[type="text"] , input[type="password"] , input[type="reset"] , input[type="submit"] , textarea {
	-webkit-appearance: none;
}
a:link {
	color:#009DE1;
	text-decoration:none;
}
a:visited {
	color:#009DE1;
	text-decoration:none;
}
a:hover {
	color:#009DE1;
	text-decoration:underline;
}
.txt_small {
	font-size: 11px;
	line-height: 14px;
}

a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.txt_blue {
	color: #009DE1;
}
.wak-add {
	padding-bottom: 6px;
}
a.txtblack:link {
	text-decoration: none;
	color: #333;
}
a.txtblack:visited {
	text-decoration: none;
	color: #333;
}
a.txtblack:hover {
	text-decoration: underline;
	color: #333;
}
/*-----��clearfix��-----*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/******html,body******/
html, body {
	position: relative;
	width: 100%;
}
body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color:#353535;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1;
	-webkit-text-size-adjust: none;
	border-top: 3px solid #10335D;
}
body.Support {border-color: #369B33;}
body.medical {border-color: #10335D;}
body.Patient {border-color: #ff9191;}
body.e_Patient {border-color: #ff9191;}
/******wrapper******/
#wrapper {
	font-size: 1.700em;
	line-height: 1.75;
}
/*--header--*/
#header {
	position:relative;
	overflow: hidden;
	width: 1080px;
	margin: 0 auto;
}
/*--sub_menu--*/
#sub_menu-list01 {
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0;
}
#sub_menu-list01 li {
	float: left;
	margin-left: 15px;
}
#sub_menu-list01 a {
	display: block;
	padding: 5px 20px;
	background-color: #10335D;
	color: #FFFFFF;
	border-radius: 6px;
	text-align: center;
}
#sub_menu-list01 li:nth-child(3) a {
	padding-left: 50px;
	background-image: url(../images/Common/mail-icon.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 15px center;
}
#sub_menu-list01 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.Patient #sub_menu-list01 a {
	background-color: #ff9191;
}
.Support #sub_menu-list01 a {
	background-color: #369B33;
}
.medical #sub_menu-list01 a {
	background-color: #10335D;
}
/* =======================================
	Googlekensaku
======================================= */
.HeaderForm{
	position: absolute;
	right:0;
	top:0;
}
#cse-search-box {
	width: 255px !important;
	float: right;
	margin-top: 7px;
}
#cse-search-box table.gsc-search-box td.gsc-input {
	padding: 0 !important;
}
#cse-search-box input[type="text"] {
	border-radius: 5px 0 0 5px;
	height: 28px;
	padding: 0 !important;
	width: 162px;
	float: left;
	margin-left:50px;
	border: 0;
}
#cse-search-box input[type="submit"] {
	background-color: #333333;
	border: 1px solid #333333;
	border-radius: 0 5px 5px 0;
	color: #FFFFFF;
	float: left;
	height: 28px;
	margin-left: 0 !important;
	width: 40px;
}
/*--header-logo--*/
#header-logo {
	padding: 20px 0;
	width: 1080px;
	margin: 0 auto;
}
.e_Patient #header-logo {
	padding: 20px 0;
}
#header-logo img {
	display: block;
}
#contents {
}
.contents-box {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.Patient .contents-box {
	background: url(../images/Patient/patient-bg.gif) repeat-y right;
}
.Support .contents-box {
	background: url(../images/Support/support-bg.gif) repeat-y right;
}
.medical .contents-box {
	background: url(../images/medical/medical-bg.gif) repeat-y right;
}
#left-contents {
	width: 730px;
	float: left;
	position: relative;
}
#right-contents {
	width: 300px;
	margin-left: 50px;
	float: left;
}
.right-contents-title,
.right-contents-link {
	margin:0;
	padding: 13px 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #ff9191;
	border-radius: 6px 6px 0 0;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.patient .right-contents-title,
.patient .right-contents-link {
	background-color: #ff9191;
}
.right-contents-link.patient {
	background-color: #ff9191 !important;
}
.Support .right-contents-title,
.Support .right-contents-link {
	background-color: #339900;
}
.right-contents-link.support {
	background-color: #339900 !important;
}
.medical .right-contents-title,
.medical .right-contents-link {
	background-color: #10335D;
}
.right-contents-link.medical {
	background-color: #10335D !important;
}
.right-contents-title.total,
.right-contents-link.total {
	background-color: #10335D !important;
}
.right-contents-link.total {
	background-color: #10335D !important;
}
.right-contents-link {
	display: block;
	margin-bottom: 1em;
	border-radius: 6px;
}
.right-contents-link:hover {
	opacity: 0.7;
}
.right-list {
	overflow: hidden;
	border-radius: 0 0 6px 6px;
	margin-bottom: 2em;
}
.Patient .right-list {
	background-color: #ffe3e3;
}
.Support .right-list {
	background-color: #e4fbce;
}
.medical .right-list {
	background-color: #edf3fa;
}
.right-list.total {
	background-color: #fffcf0;
}
.right-list dt,
.right-list dd a {
	position: relative;
	border-bottom: 1px dashed #FFFFFF;
}
.right-list a,
.right-list span {
	color: #353535;
	display: block;
	padding: 8px 15px 8px 37px;
	margin: 0 !important;
	cursor: pointer;
}
.right-list a:hover,
.right-list p:hover {
	opacity: 0.7;
	text-decoration: none;
}
.right-list a.active,
.right-list p.active {
	background-color: #ffefd7 !important;
}
.Patient .right-list a,
.Patient .right-list span,
.e_Patient .right-list a {
	background: url(../images/Patient/AccentLeftPink.gif) no-repeat 15px 13px;
}
.Patient .right-list .none a,
.Patient .right-list .none span,
.e_Patient .right-list .none a {
	background: none;
}
.Patient .right-list a.sub {
	background: url(../images/Patient/AccentLeftPink2.gif) no-repeat 15px 13px;
}
.Support .right-list a,
.Support .right-list span {
	background: url(../images/Patient/AccentLeftPink.gif) no-repeat 15px 13px;
}
.Support .right-list a.sub {
	background: none;
}
.medical .right-list a,
.medical .right-list span {
	background: url(../images/Patient/AccentLeftPink.gif) no-repeat 15px 13px;
}
.medical .right-list a.sub {
	background: none;
}
.right-list.total a,
.right-list.total span {
	background: url(../images/Event/AccentBlue.gif) no-repeat 15px 15px;
}
.right-list span:before,
.right-list span:after {
	content:'';
	height:3px;
	width:13px;
	display:block;
	background: #ff9191;
	position:absolute;
	top: 19px;
	right: 15px;
}
.right-list span:after{
	height:13px;
	width:3px;
	top: 14px;
	right: 20px;
}
.right-list .active span:after {
	height:0;
	width:0;
}
.Support .right-list span:before,
.Support .right-list span:after {
	background: #339900;
}
.medical .right-list span:before,
.medical .right-list span:after {
	background: #3399cc;
}
.acordion_tree.active {
	display: block !important;
}
.sub-list {
	border-top: 1px dashed #FFFFFF;
	display: none;
}
.sub-list.active {
	display: block;
}
.right-box-list {
}
.right-box-list li {
	margin-bottom: 15px;
}

.right-box-list p {
	font-weight: bold;
	margin: 0 0 5px !important;
	border-left: 3px solid #10335D;
	padding-left: 10px;

}
.right-box-list p.top {
	margin-top: 0;
}
.right-box-list img {
	display: block;
}

/*--pankuzu--*/
.pankuzu {
	padding: 10px 0;
	margin-bottom: 2.5em;
	font-size: 0.8em;
	color: #666;
	background-color: #fffcf0;
	border-bottom: 1px solid #f5f2e6;
}
.pankuzu p {
	width: 1080px;
	margin: 0 auto;
}
.pankuzu a {
	color: #10335D;
}
.Pankuzu a:hover{
	text-decoration: none;
}
.medical .pankuzu a {
	color: #10335D;
}
.Event .pankuzu a {
	color: #10335D;
}
.Patient .pankuzu a {
	color: #F66;
}
.Support .pankuzu a {
	color: #063;
}
/*--main-menu--*/
.main-menu {
	margin: 18px auto 0;
	width: 1080px;
	overflow: hidden;
}
.main-menu li {
	width: 23.85%;
	float: left;
	margin-left: 1.5%;
	margin-bottom: 30px;
}
.main-menu li.first {
	margin-left: 0;
}
.main-menu a {
	display: block;
	border-radius: 6px;
	color: #353535;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px;
	border: 2px solid;
}
.main-menu a:hover {
	text-decoration: none;
}
.main-menu img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 4px;
}
.main-menu.patient a,
.main-menu .patient a {
	border-radius: 6px;
	border-color: #ffcccc;
}
.main-menu.patient a:hover,
.main-menu .patient a:hover {
	background-color: #ffcccc;
}
.main-menu.patient a.active,
.main-menu .patient a.active {
	background-color: #F66;
	border-color: #F66;
	color: #FFFFFF;
}
.main-menu.support a,
.main-menu .support a {
	border-radius: 6px;
	border-color: #b8e590;
}
.main-menu.support a:hover,
.main-menu .support a:hover {
	background-color: #b8e590;
}
.main-menu.support a.active,
.main-menu .support a.active {
	background-color: #063;
	border-color: #063;
	color: #FFFFFF;
}
.main-menu.medical a,
.main-menu .medical a {
	border-radius: 6px;
	border-color: #10335D;
}
.main-menu.medical a:hover,
.main-menu .medical a:hover {
	background-color: #10335D;
}
.main-menu.medical a.active,
.main-menu .medical a.active {
	background-color: #063;
	border-color: #063;
	color: #FFFFFF;
}
.main-menu.hosp a,
.main-menu .hosp a {
	border-radius: 6px;
	border-color: #10335D;
}
.main-menu.hosp a:hover,
.main-menu .hosp a:hover {
	background-color: #10335D;
}
.main-menu.hosp a.active,
.main-menu .hosp a.active {
	background-color: #063;
	border-color: #063;
	color: #FFFFFF;
}
/*--StandardLeft--*/
.StandardLeft {
	margin: 0 16px 0 0;
	padding: 0;
	width: 300px;
	position: absolute;
	top: 50px;
	left: 0;
	height: 100%;
}
.StandardLeft h2 {
	padding-top: 5px;
}
.StandardLeft h2 img {
	display: block;
	margin: 0 auto;
}
.Patient .StandardLeft,
.e_Patient .StandardLeft {
	background-color: #ffe3e3;
}
.Support .StandardLeft {
	background-color: #006600;
}
/*--StandardRight--*/
.StandardRight {
	margin: 0 0 0 316px;
	padding: 0;
}
.contents-box p {
	margin: 0 0 2em 0;
}
.contents-box p.min {
	margin: 0 0 0.7em 0;
}
.contents-box p.sub {
	margin-left: 25px;
}
.contents-box p.tokudai-link-bana {
	margin: 30px 0;
}
.TitleTopPatient {
	margin: 10px 0 5px;
	padding: 0 0 2px 30px;
	color: #F66;
	font-size: 1.309em;
	font-weight: bold;
	background: url(../images/Patient/TitleTopPatient.gif) no-repeat 6px 6px;
}
.TitleTopSupport {
	margin: 10px 0 5px;
	padding: 0 0 2px 30px;
	color: #063;
	font-size: 1.309em;
	font-weight: bold;
	background: url(../images/Support/SupportTitle1Type1.gif) no-repeat 0px -2px;
}
.TitleTopMedical {
	margin: 10px 0 5px;
	padding: 0 0 2px 20px;
	color: #10335D;
	font-size: 1.309em;
	font-weight: bold;
	background: url(../images/Event/AccentBlue.gif) no-repeat 0px 12px;
}
.TitleBana {
	padding: 0 0 15px;
	margin-bottom: 15px;
	position: relative;
	font-size: 1.618em;
	font-weight: bold;
}
.TitleBana.space {
	margin-top: 50px;
}
.Total .TitleBana {
	color: #10335D;
	border-bottom: 2px dotted #10335D;
}
.TitleBana.Patient,
.Patient .TitleBana,
.e_Patient .TitleBana {
	color: #F66;
	border-bottom: 2px dotted #F66;
}
.TitleBana.Support,
.Support .TitleBana {
	color: #063;
	border-bottom: 2px dotted #063;
}
.TitleBana.medical,
.medical .TitleBana {
	color: #10335D;
	border-bottom: 2px dotted #10335D;
}
.InContentsSubTitle {
	color: #10335D;
	font-weight: bold;
	clear: both;
	font-size: 1.100em;
}
.Support .InContentsSubTitle {
	color: #063;
}
.TitleSecond {
	margin: 5px 0;
	color: #F66;
	font-weight: bold;
}
.TitleSecond.number {
	position: relative;
	padding-left: 1.5em;
}
.TitleSecond.number .numbers {
	position: absolute;
	top: 0;
	left: 0;
}
.TitleSecond.sub {
	margin-left: 25px;
}
.TableBorder{
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-collapse: collapse;
	width: 729px;
	margin: 10px 0 20px;
}
.TableBorder.sub {
	margin-left: 25px;
	width: 704px;
}
.TableBorder th{
	color: #10335D;
	font-weight: bold;
	padding: 5px 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.TableBorder td{
	padding: 5px 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
/*--arrow-list--*/
.arrow-list {
	margin-left: 10px;
}
.arrow-list.sub {
	margin-left: 25px;
}
.arrow-list li {
	padding-left: 15px;
	background: url(../images/Patient/AccentPink.gif) no-repeat 0 8px;
}
.arrow-list.link li {
	background: url(../images/Patient/AccentBlue.gif) no-repeat 0 8px;
}
.arrow-list li a {
	color: #353535;
}
/*--home-slide--*/
#home-slide {
	height: 427px;
	margin-bottom: 24px;
	overflow: hidden;
	padding: 0;
	background: url(../images/Total/home-head01.jpg) no-repeat center;
}
#home-slide2 {
	height: 427px;
	margin-bottom: 24px;
	overflow: hidden;
	padding: 0;
	background: url(../images/Total/home-head02.jpg) no-repeat center;
}
/*--Patient-news--*/
.news-title {
	background-color: #ffcccc;
	padding: 15px 24px;
	font-size: 1.618em;
	font-weight: bold;
	position: relative;
}
.news-title.green {
	background-color: #b8e590;
}
.news-title img {
	display: block;
}
.news-title a,
.TitleBana a,
.TitleBana span {
	background-color: #F66;
	position: absolute;
	top: 0px;
	right: 0;
	padding: 5px 15px 5px 35px;
	border-radius: 6px;
	font-size: 0.7em;
	color: #FFFFFF;
	cursor: pointer;
}
.Support .news-title a,
.Support .TitleBana a,
.Support .TitleBana span,
.news-title.Support a,
.TitleBana.Support a,
.TitleBana.Support span {
	background-color: #063;
}
.news-title a:before,
.TitleBana a:before,
.TitleBana span:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 7px transparent solid;
	border-right-width: 0;
	border-left-color: #FFFFFF;
	position: absolute;
	top: 12px;
	left: 15px;
}
.news-title a:hover,
.TitleBana a:hover,
.TitleBana span:hover {
	text-decoration: none;
	opacity: 0.7;
}

.contents-box p.close-btn {
	background-color: #F66;
	padding: 5px 15px 5px 35px;
	border-radius: 6px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 400px 24px;
	text-align: center;
	position: relative;
	font-size: 1.309em;
	font-weight: bold;
}
.Support .contents-box p.close-btn {
	background-color: #063;
}
.close-btn span {
	position: relative;
}
.close-btn span:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 7px transparent solid;
	border-right-width: 0;
	border-left-color: #FFFFFF;
	position: absolute;
	top: 5px;
	left: -18px;
}
.close-btn:hover {
	text-decoration: none;
	opacity: 0.7;
}


.news-box {
	margin: 0 0 24px;
	border: 2px solid;
	padding: 24px 24px 24px 14px;
	overflow: hidden;
}
.news-detail-box {
	overflow: hidden;
}
.NewImages {
	margin: 0 0 0 25px;
	width: 120px;
	float: right;
}
.news-box p,
.news-box blockquote{
	margin: 0 0 15px 25px;
}
p.date {
	text-align: right;
	color: #666666;
}
.news-box.blue {
	border-color: #ffcccc;
}
.news-box.green {
	border-color: #b8e590;
}
.DateBar {
	overflow: hidden;
	margin-bottom: 10px;
}
.DateBar.blue {
	color: #F66;
}
.DateBar.green {
	color: #063;
}
.DateBar h3 {
	border-bottom: 2px solid #DDDDDD;
	float: left;
	font-weight: bold;
	width: 70%;
}
.DateBar h3.date {
	width: 26.5%;
	margin: 0 2% 0 1.5%;
}

.news-list {
	border-top: 1px dashed #DDDDDD;
	margin-top: 30px;
}
.news-list li {
	border-bottom: 1px dashed #DDDDDD;
	overflow: hidden;
	position: relative;
}
.NewsDate {
	position: absolute;
	top: 15px;
	left: 0;
	font-weight: bold;
}
.NewsDate.pink {
	color: #F66;
}
.NewsDate.blue {
	color: #10335D;
}
.NewsDate.green {
	color: #063;
}
.NewsDate.orange {
	color: #10335D;
}
.NewsTitle a {
	padding: 15px 0;
	padding-left: 9em;
	color: #353535;
	display: block;
	position: relative;
	z-index: 3;
}
.in .NewsCategory {
	width: 9em;
	position: absolute;
	top: 15px;
	left: 8.5em;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF9642;
	border-radius: 3px;
}
.in .NewsCategory.blue {
	background-color: #10335D;
}
.in .NewsCategory.green {
	background-color: #063;
}
.in .NewsCategory.pink {
	color: #FFFFFF;
	background-color: #F66;
}
.in .NewsTitle a {
	padding-left: 19em;
}
.TopBanner {
	display: block;
	width: 80%;
	text-align: center;
}
.TopBanner.event {
	color: #FFFFFF;
	background-color: #10335D;
}
.TopBanner.support {
	color: #FFFFFF;
	background-color: #063;
}
.TopBanner.patient {
	color: #FFFFFF;
	background-color: #F66;
}
/*--FlashTotal--*/
.FlashTotal {
	margin: 0 auto;
	padding: 0;
	height: 150px;
	display: block;
	position:relative;
	background:url(../images/Total/head-total.jpg) no-repeat #ffeccc center;
}
/*--FlashPatient--*/
.FlashPatient {
	margin: 0 auto;
	padding: 0;
	height: 150px;
	display: block;
	position:relative;
	background:url(../images/Patient/head-patient-20181105.jpg) no-repeat #ffcccc center;
}
/*--FlashSupport--*/
.FlashSupport {
	margin: 0 auto;
	padding: 0;
	height: 150px;
	display: block;
	position:relative;
	background:url(../images/Support/head-support.jpg) no-repeat #b8e590 center;
}
/*--FlashSupport--*/
.FlashMedical {
	margin: 0 auto;
	padding: 0;
	height: 150px;
	display: block;
	position:relative;
	background:url(../images/medical/head-medical-20181105.jpg) no-repeat #edf3fa center;
}


/*--Member--*/
.page-list {
	overflow: hidden;
	background-color: #ffe3e3;
	margin-bottom: 24px;
	display: none;
}
.Support .page-list {
	background-color: #edffdd;
}
.page-list.active {
	display: block;
}
.staff-box {
	display: flex;
	flex-wrap: wrap;
}
.MemberMiddle {
	margin: 0 0 20px 2.4%;
	box-shadow: 0 0 0 3px #DDDDDD inset;
	width: 31.5%;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}
.MemberMiddle:hover {
	background-color: #fffcf0;
	text-decoration: none;
}
.staff-box .MemberMiddle:nth-child(3n+1) {
	margin-left: 0;
}
.MemberLeft {
	width: 40%;
	padding: 5%;
}
.MemberLeft img {
	width: 100%;
	display: block;
}
.MemberRight {
	width: 45%;
	padding: 5% 5% 5% 0;
}
.staff-detail-job {
	color: #10335D;
}
.staff-detail-job2 {
	color: #666666;
	padding-top: 4%;
	font-size: 0.8em;
}
.staff-detail-name {
	font-size: 1.6em;
	font-weight: bold;
	color: #353535;
	line-height: 1.4;
}
.staff-detail-name.in {
	margin-top: 0.4em;
}
.staff-detail-img {
	margin: 0 0 1em;
}
.staff-detail-img img{
	display: block;
	max-width: 300px;
	margin: 0 auto;
}
.staff-detail-title {
	color: #10335D;
	font-weight: bold;
	font-size: 1.200em;
	margin: 1em 0 0.5em;
}
.staff-detail-box {
	display: flex;
	flex-wrap: wrap;
	padding: 1em 0 0;
}
.staff-detail-box-left {
	width: 48%;
	margin-right: 4%;
}
.staff-detail-box-left-box {
	background-color: #fffcf0;
	padding: 24px 24px 15px;
}
.staff-detail-box-right {
	width: 48%;
}
/*--edi--*/
.contents-title {
	background: url("../images/education/bg.jpg") no-repeat center;
	margin: 0 0 15px;
	height: 207px;
	text-align: center;
	padding-top: 100px;
}
.contents-title img {
	line-height: 1;
}
.education-head {
	margin: 0 0 24px;
	padding: 15px 24px;
	position: relative;
	font-size: 1.618em;
	background-color: #10335D;
	color: #FFFFFF;
	font-weight: bold;
}
.education-menu-list {
	width: 1080px;
	margin: 15px auto 30px;
	overflow: hidden;
}
.education-menu-list li {
	width: 49%;
	float: left;
	margin: 15px 0 0 2%;
}
.education-menu-list li.first {
	margin-left: 0;
}
.education-menu-list li a {
	padding: 13px;
	background: #ffffff;
	color: #212121;
	display: block;
	text-decoration: none;
	border: 2px solid #FFC62D;
	border-radius: 6px;
	text-align: center;
}
.education-menu-list li a:hover {
	background: #FFC62D;
}
.education-menu-list li a.active {
	border: 2px solid #10335D;
	background: #10335D;
	color: #ffffff;
}

.education-index-list {
	overflow: hidden;
}
.education-index-list li {
	width: 225px;
	float: left;
	margin: 0 0 24px 26px;
	padding: 0;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
}
.education-index-list li.first {
	margin-left: 0;
	clear: both;
}
.education-index-list li img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
}
.education-index-list li a {
	color: #212121;
	text-decoration: none;
}
.education-index-list li a:hover {
	opacity: 0.7;
}
.education-list {
	margin: 0 0 24px;
}
.education-list dt {
	position: relative;
	padding: 0 0 0 24px;
	margin: 0 0 5px;
	font-weight: bold;
}
.education-list dt::before {
	content: "●";
	left: 0;
	position: absolute;
	width: 50px;
	color: #10335D;
}
.education-list dd {
	padding: 0 0 0 24px;
	margin: 0 0 15px 0;
}
.education-list a {
	color: #10335D;
}
.education-list .circle-list {
	margin-top: 0;
	margin-bottom: 0;
}
.education-list .circle-list li {
	margin-bottom: 5px;
}
.education-list .bg-title {
	font-size: 1.05em;
	padding: 0.2em 0.7em;
	margin: 5px 0;
	background-color: #fffcf0;
}


.voice-box {
	width: 860px;
	margin: 0 auto;
}
.education-subtitle {
	margin: 0 0 15px 10px;
	font-size: 18px;
	color: #FF5828;
	font-weight: bold;
	position: relative;
}
.edu-img {
	float: right;
	margin: 0 0 24px 24px;
	width: 200px;
}
.edu-img.left {
	float: left;
	margin: 0 24px 15px 0;
}
.voice-list {
	overflow: hidden;
	margin-bottom: 24px;
}
.voice-list li {
	margin: 0 0 24px;
	width: 100%;
}
.voice-list li a {
	text-decoration: none;
	color: #353535;
}
.voice-list li img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.voice-list li a:hover {
	color: #10335D;
}
.voice-list li a:hover img {
	opacity: 0.7;
}
.voice-list-box {
	margin-top: 30px;
	padding: 15px 24px 0;
	margin-bottom: 24px;
	border: 1px solid #10335D;
}
.voice-list-box h2 {
	color: #10335D;
	text-align: center;
	font-size: 1.309em;
	font-weight: bold;
	margin-bottom: 24px;
}
.half-list {
	overflow: hidden;
	margin-bottom: 24px;
}
.half-list li {
	float: left;
	margin-left: 4%;
	width: 48%;
}
.half-list li.left {
	margin: 0 0 15px 0;
	clear: both;
}
.half-list li a {
	text-decoration: none;
	color: #353535;
}
.half-list li img {
	width: 100%;
}
.half-list li a:hover {
	color: #10335D;
}
.half-list li:hover img {
	opacity: 0.7;
}
.triple-list {
	overflow: hidden;
	margin-bottom: 24px;
}
.triple-list li {
	float: left;
	margin: 0 0 1em 4%;
	width: 30.6%;
}
.triple-list li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
.max-img {
	display: block;
	width: 100%;
}



.cms-box1 {
	margin-bottom: 24px;
}
.voice-staff {
	overflow: hidden;
	margin: 0 auto;
}
.voice-staff li {
	float: left;
	width: 225px;
	margin: 0 0 24px 25px;
	text-align: center;
}
.voice-staff img {
	margin: 0 auto 24px;
	display: block;
	width: 225px;
}
.voice-staff li.staff01,
.staff01 {
	margin-left: 0;
	color: #84466f !important;
}
.voice-staff li.staff02,
.staff02 {
	margin-left: 0;
	color: #7988b8 !important;
}
.voice-staff li.staff03,
.staff03 {
	margin-left: 0;
	color: #FF5828 !important;
}
.voice-staff li.staff04,
.staff04 {
	margin-left: 0;
	color: #F66 !important;
}
.voice-staff li.staff05,
.staff05 {
	margin-left: 0;
	color: #063 !important;
}
.voice-staff li.staff06,
.staff06 {
	margin-left: 0;
	color: #10335D !important;
}





.LinkAccent {
	color: #10335D;
	font-weight: bold;
	padding-left: 30px;
	margin: 0 0 5px;
}
.LinkAccent.sub {
	margin-left: 25px;
}
.LinkAccent a {
	color: #10335D;
}
.LinkAccent a:hover {
	color: #10335D;
}
.LinkAccent.blue {
	background: url(../images/Event/AccentBlueBig.gif) no-repeat 0 3px;
}
.LinkAccent.green {
	color: #063;
	background: url(../images/Support/AccentGreenBig.gif) no-repeat 0 3px;
}
.LinkAccent.orange {
	color: #10335D;
	background: url(../images/Event/AccentBlueBig.gif) no-repeat 0 3px;
}
.text-red {
	color: #F00;
}
.text-blue {
	color: #5678c0;
}
.text-center {
	text-align: center;
}
.big {
	font-size: 1.309em;
}
.bigger {
	font-size: 1.618em;
}
.new_icon {
	margin-left: 10px;
	position: relative;
	top: 2px;
}
















/*--���j���[--*/
.IndexMenu {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 880px;
	height: 41px;
}
/*--Flash--*/
.Flash {
	margin: 0 0 10px 20px;
	padding: 0;
	width: 860px;
	height: 120px;
	display: block;
}
/*--�w�i--*/
.Background {
	margin: 0;
	padding: 0;
	position:relative;
}
.EventContents {
	margin: 0 0 0 15px;
	padding: 0;
	width: 860px;
	background: url(../images/Event/EventContentsBackground.gif) repeat-y;
}
.InContents {
	margin: 0 0 0 15px;
	padding: 0;
	width: 860px;
	background: url(../images/In/InContentsBackground.gif) repeat-y;
}
.SupportContents {
	margin: 0 0 0 15px;
	padding: 0;
	width: 860px;
	background: url(../images/Support/SupportContentsBackground.gif) no-repeat;
}
.PatientContents {
	margin: 0 0 0 15px;
	padding: 0;
	width: 860px;
	background: url(../images/Patient/PatientContentsBackground.gif) repeat-y;
}
/*--����--*/
.Contents {
	margin: 0;
	padding: 0 10px 0 10px;
	width: 880px;
	height: 100%;
	position:relative;
}
/*----*/
.Index {
	margin: 0;
	padding: 0;
	width: 900px;
}
/*--���C�����j���[--*/
.EventMenu {
	width: 860px;
	height: 45px;
}
/*--�{�[�_�[--*/
.Border {
	margin: 5px 0 5px 18px;
	width: 860px;
	height: 4px;
}
/*--index_left--*/
.IndexLeft {
	margin: 5px 0 0 10px;
	padding: 0;
	width: 623px;
	float: left;
}
/*--index_right--*/
.IndexRight {
	margin: 22px 0 0 10px;
	padding: 0;
	width: 215px;
	float: left;
}
/*--�j���[�X�֘A--*/
.NewsMiddlePink {
	margin: 0;
	width: 623px;
	display: block;
	background: url(../images/Total/NewsPatientMiddle.gif) repeat-y;
}
.NewsMiddleGreen {
	margin: 0;
	width: 623px;
	display: block;
	background: url(../images/Total/NewsSupportMiddle.gif) repeat-y;
}
.NewsMiddleYellow {
	margin: 0;
	width: 623px;
	display: block;
	background: url(../images/In/NewsInMiddle.gif) repeat-y;
}
.NewsBottom {
	margin: 0;
	width: 623px;
	height: 10px;
	display: block;
}
*+html div.NewsBottom {
	margin-top: -5px;
}
/*--�L���^�C�g��(��)--*/
h2.NewsTitleBlue {
	margin: 5px 10px 5px 20px;
	width: 430px;
	font-size: 14px;
	font-weight: bold;
	color: #10335D;
	float: left;
}
h2.NewsTitleBlue a{
	width: 430px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
h2.NewsTitleBlue a:hover{
	width: 430px;
	font-size: 13px;
	font-weight: normal;
	color: #10335D;
}
/*--�L���^�C�g��(�s���N)--*/
h2.NewsTitlePink {
	margin: 5px 10px 5px 20px;
	width: 430px;
	font-size: 13px;
	font-weight: bold;
	color: #F66;
	float: left;
}
h2.NewsTitlePink a{
	width: 430px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
h2.NewsTitlePink a:hover{
	width: 430px;
	font-size: 13px;
	font-weight: normal;
	color: #F66;
}
/*--�L���^�C�g��(��)--*/
h2.NewsTitleGreen {
	margin: 5px 10px 5px 20px;
	width: 430px;
	font-size: 13px;
	font-weight: bold;
	color: #093;
	float: left;
}
h2.NewsTitleGreen a{
	width: 430px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
h2.NewsTitleGreen a:hover{
	width: 430px;
	font-size: 13px;
	font-weight: normal;
	color: #093;
}
/*--�L���^�C�g��(���F)--*/
h2.NewsTitleYellow {
	margin: 5px 10px 5px 20px;
	width: 430px;
	font-size: 13px;
	font-weight: bold;
	color: #10335D;
	float: left;
}
h2.NewsTitleYellow a{
	width: 430px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
h2.NewsTitleYellow a:hover{
	width: 430px;
	font-size: 13px;
	font-weight: normal;
	color: #10335D;
}
/*--�L�����t(��)--*/
.NewsDateBlue {
	margin: 10px 10px 5px 10px;
	width: 140px;
	font-size: 13px;
	font-weight: normal;
	color: #10335D;
	float: left;
}
/*--�L�����t(�s���N)--*/
.NewsDatePink {
	margin: 10px 10px 5px 10px;
	width: 140px;
	font-size: 13px;
	font-weight: normal;
	color: #F66;
	float: left;
}
/*--�L�����t(��)--*/
.NewsDateGreen {
	margin: 10px 10px 5px 10px;
	width: 140px;
	font-size: 13px;
	font-weight: normal;
	color: #093;
	float: left;
}
/*--�L�����t(���F)--*/
.NewsDateYellow {
	margin: 10px 10px 5px 10px;
	width: 140px;
	font-size: 13px;
	font-weight: normal;
	color: #10335D;
	float: left;
}
/*--�j���[�X�y�[�W�i�摜����j--*/
.NewsContentsIn {
	margin: 0 10px 0 20px;
	padding: 0;
	font-size: 13px;
	color: #333;
}
.NewsContentsDate {
	margin: 0 0 0 400px;
	padding: 0;
	width: 200px;
	color: #666;
	text-align: right;
}
/*--�j���[�X���̃����N�i�j--*/
.NewsContentsBottomLinkBlue{
	margin: 0 0 0 400px;
}
.NewsContentsBottomLinkBlue a{
	padding: 0;
	width: 200px;
	color: #666;
	font-weight: bold;
	text-align: right;
}
.NewsContentsBottomLinkBlue a:hover{
	padding: 0;
	width: 200px;
	color: #10335D;
	font-weight: bold;
	text-align: right;
}
/*--�j���[�X���̃����N�i�s���N�j--*/
.NewsContentsBottomLinkPink{
	margin: 0 0 0 400px;
}
.NewsContentsBottomLinkPink a{
	padding: 0;
	width: 200px;
	color: #666;
	font-weight: bold;
	text-align: right;
}
.NewsContentsBottomLinkPink a:hover{
	padding: 0;
	width: 200px;
	color: #F99;
	font-weight: bold;
	text-align: right;
}
/*--�j���[�X���̃����N�i�΁j--*/
.NewsContentsBottomLinkGreen{
	margin: 0 0 0 400px;
}
.NewsContentsBottomLinkGreen a{
	padding: 0;
	width: 200px;
	color: #666;
	font-weight: bold;
	text-align: right;
}
.NewsContentsBottomLinkGreen a:hover{
	padding: 0;
	width: 200px;
	color: #063;
	font-weight: bold;
	text-align: right;
}
/*--�j���[�X���̃����N�i���F�j--*/
.NewsContentsBottomLinkYellow{
	margin: 0 0 0 400px;
}
.NewsContentsBottomLinkYellow a{
	padding: 0;
	width: 200px;
	color: #666;
	font-weight: bold;
	text-align: right;
}
.NewsContentsBottomLinkYellow a:hover{
	padding: 0;
	width: 200px;
	color: #F90;
	font-weight: bold;
	text-align: right;
}
.NewsBorder {
	margin: 10px 20px 10px 20px;
	border-bottom: 2px dotted;
	width: 590px;
	height: 1px;
	display: block;
}
/*--�j���[�X���X�g--*/
table.News {
	margin: 5px 0 0 0;
	padding: 0;
	width: 600px;
	color: #666;
}
/*--���̃y�[�W�i���̓��C���j--*/
.ContentsInMain {
	margin: 0 0 0 5px;
	padding: 0;
	color: #333;
}
/*--�e���v���[�g�y�[�W��{�\��--*/
.MiddleContentsNewsMiddle {
	margin: 0 0 0 20px;
}
/*--�e���v���y�[�W�^�C�g��--*/
h1.TitleTop {
	margin: 10px 0 3px 0;
	padding: 10px 0 0 10px;
	height: 30px;
	color: #10335D;
	font-size: 16px;
	font-weight: bold;
	display: block;
	background: url(../images/Event/Title1Type1.gif) no-repeat;
}
h1.TitleTopIn {
	margin: 10px 0 3px 0;
	padding: 10px 0 0 10px;;
	height: 30px;
	color: #10335D;
	font-size: 16px;
	font-weight: bold;
	display: block;
	background: url(../images/In/Title1Type1.gif) no-repeat;
}
h1.TitleTopLong {
	margin: 5px 0 3px 0;
	padding: 6px 0 0 10px;;
	width: 860px;
	height: 25px;
	color: #10335D;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
h2.TitleSecondYellow {
	margin: 5px 0 3px 10px;
	padding: 0;
	width: 500px;
	height: 25px;
	color: #10335D;
	font-size: 14px;
	font-weight: bold;
}
h2.TitleSecondGreen {
	margin: 5px 0 3px 10px;
	padding: 0;
	width: 500px;
	height: 25px;
	color: #063;
	font-size: 14px;
	font-weight: bold;
}
h2.TitleSecondPink {
	margin: 5px 0 3px 10px;
	padding: 0;
	width: 500px;
	height: 25px;
	color: #F66;
	font-size: 14px;
	font-weight: bold;
}
h3.InContentsSubTitleYellow {
	margin: 5px 0 3px 5px;
	padding: 0;
	width: 610px;
	color: #10335D;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
h3.InContentsSubTitlePink {
	margin: 5px 0 3px 5px;
	padding: 0;
	width: 610px;
	color: #F66;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
/*--�e���v���y�[�W�摜--*/
.StandardImages {
	width: 150px;
	margin: 0 0 30px 30px;
	float: right;
}
/*--�e���v���y�[�W�E���̃R�����g--*/
.ContentsRightBox {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 450px;
	float: left;
}
.ContentsRightBox2 {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 400px;
	float: left;
}
.ContentsRightBox3 {
	margin: 0 0 10px 25px;
	padding: 0;
	width: 550px;
	float: left;
}
.ContentsRightBox3_2{
	margin: 0 0 10px 20px;
	padding: 0;
	width: 540px;
	float: left;
}

.InContentsOnlyImages {
	margin: 10px 0 10px 10px;
	width: 600px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-weight: normal;
}
/*--�e���v���y�[�W�o�c�e�ƃ����N�̋�؂�--*/
.PdfandLink {
	margin: 5px 0 10px 0;
	padding: 0;
}










/*-- �����N�i�j--*/
a.LinkAccentMiddle {
	color: #666;
	font-weight: normal;
	font-size: 13px;
}
a:hover.LinkAccentMiddle {
	color: #10335D;
	font-weight: normal;
	font-size: 13px;
}
/*-- �����N�i�s���N�j--*/
a.LinkAccentMiddlePink {
	color: #666;
	font-weight: normal;
	font-size: 13px;
}
a:hover.LinkAccentMiddlePink {
	color: #10335D;
	font-weight: normal;
	font-size: 13px;
}
/*-- �����N�i�΁j--*/
a.LinkAccentMiddleGreen {
	color: #666;
	font-weight: normal;
	font-size: 13px;
}
a:hover.LinkAccentMiddleGreen {
	color: #063;
	font-weight: normal;
	font-size: 13px;
}
/*-- �����N�i���F�j--*/
a.LinkAccentMiddleYellow {
	color: #666;
	font-weight: normal;
	font-size: 13px;
}
a:hover.LinkAccentMiddleYellow {
	color: #10335D;
	font-weight: normal;
	font-size: 13px;
}
/*--�o�i�[--*/
.Bana {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 215px;
	height: 129px;
}
.BanaSmall {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 215px;
	height: 70px;
}
h1.BanaTitle {
	margin: 0 0 5px 0;
	padding: 0;
	width: 215px;
	height: 21px;
}
*+html div h1.BanaTitle {
	padding: 0 0 10px 0;
}
/*-- �����o�[ --*/
h2.MemberName {
	margin: 5px 0 0 10px;
	padding: 0;
	color: #333;
	font-size: 16px;
}
table.MemberNameTable {
	margin: 0;
	padding: 0;
	width: 580px;
	border-bottom: 1px solid #333;
}
/*-- �����N --*/
.Link {
	margin: 0 0 0 10px;
	width: 855px;
}
.LinkTable {
	margin: 5px 0 0 10px;
	width: 840px;
}
/*--�^�C�g���A�N�Z���g--*/
.Accent2 {
	margin: 5px 5px -3px 0;
	padding: 0;
}
.Accent3 {
	margin: -1px 5px 0 0;
	padding: 0;
}
.Accent4 {
	margin: 4px 5px -3px 0;
	padding: 0;
}
/*--�E�z�u�u���O--*/
h2.RightBlogTitle {
	margin: 0;
	padding: 0;
	width: 215px;
	height: 81px;
}
h2.RightBlogTitleSaishin {
	margin: 0;
	padding: 0;
	width: 215px;
	height: 25px;
}
*+html div h2.RightBlogTitleSaishin {
	margin-top: -3px;
}
h3.RightBlogInTitle {
	margin: 0;
	padding: 5px 0 0 10px;
	width: 190px;
	color: #333;
	font-weight: normal;
	font-size: 11px;
}
h3.RightBlogInTitle  a{
	color: #333;
	font-weight: normal;
	font-size: 13px;
}
h3.RightBlogInTitle  a:hover{
	color: #F66;
	font-weight: normal;
	font-size: 13px;
}
.RightBlogMiddle {
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../images/Total/BlogMiddleBackground.gif);
}
.RightBlogBottom {
	margin: 0;
	padding: 0;
	width: 215px;
	height: 5px;
}
*+html div.RightBlogBottom {
	margin-top: -8px;
}
.BlogBorder {
	margin: 0 0 0 10px;
	padding: 5px 0 5px 0;
	width: 190px;
	border-bottom: 2px solid #F99;
}
*+html div.BlogBorder {
	margin-top: -5px;
	padding: 0;
}
/*-- Google�}�b�v --*/
.GoogleMap {
	margin: 10px 0 10px 10px;
	width: 600px;
}
/*--�e�[�u��--*/

/*--Footer--*/
.Footer {
	margin: 20px 0 0 0;
	padding: 20px 30px 30px;
	color: #333333;
	text-align: center;
	border-top: 2px solid #10335D;
}
.medical .Footer {
	border-color: #10335D;
}
.Patient .Footer,
.e_Patient .Footer {
	border-color: #ff9191;
}
.Support .Footer{
	border-color: #369B33;
}

#footer-list {
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
}
#footer-list li {
	display: inline-block;
	margin: 0 20px 0;
}
#footer-list a {
	display: block;
	background: url(../images/Patient/AccentBlue.gif) no-repeat 0 2px;
	padding-left: 12px;
	color: #353535;
	font-size: 1.5em;
}
#footer-logo {
	width: 1080px;
	margin: 40px auto;
}
#footer-logo img {
	display: block;
	margin: 0 auto;
	width: 800px;

}
.Footer p {
	width: 1080px;
	margin: 0 auto;
	font-size: 13px;
}
.BottomBorderGreen {
	margin: 5px 0 0 15px;
	padding: 0;
	border-bottom: 2px solid #063;
	width: 860px;
}

/*******************************************
* �^�C�g�������̏�����
*******************************************/
p.small {
	margin: 0 0 3px 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-size: 1.125em;
}

p.smallCol {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #F30;
}

p.lTitle {

}
p.lTitle a{
	padding: 0 0 0 13px;
	color: #333;
	background: url(../images/Total/AccentYellow.gif) no-repeat;
	background-position: 0 0.3em;
}
p.lTitle a:hover{
	color: #10335D;
}

.banaG {
	margin: -20px 0 10px 0;
	padding: 0;
}

.huTitle {
	margin: 0 20px 0 20px;
	padding: 10px 0 0 0;
	width: 860px;
	border-top: 1px solid #F30;
}
.headcomeL {
	margin: 0 10px 0 0;
	width: 610px;
	float: left;
}
.linkR {
	width: 240px;
	float: left;
}


/*�󏰏��*/
#sample3{ position:relative; float:left;}
#sample3 li:hover {background: #deb3ba;}
.sample3-tooltips {
  position: absolute;
  bottom:2.5em;
  right: 0.3em;
  z-index: 9999;
  padding:10px;
  width:250px;
  color: #FFFFFF;
  background: #FFC0CB;
}
.sample3-tooltips:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  right: 2.0em;
  bottom: -8px;
  border-bottom:8px solid transparent;
  border-right:8px solid #FFC0CB;
}

#loopslider {
	margin: 0 auto;
	width: 860px;
	height: 120px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	height: 120px;
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider ul li {
	height:145px;
	width:179px;
	float: left;
	display: inline;
	overflow: hidden;
}

/* =======================================
	ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}



.InContentsOnlyImagesComment{text-align:center;}
/*------20140523�ǉ�--------------------*/
.vacancy_list{position: fixed; top:80px; left: 50%; margin:0 0 0 -431px; z-index:9999; border:1px solid #FFF; background:#FFFFFF}
.Ichiran{ margin:0 auto; overflow:auto; width:855px; height:340px; border:3px solid #FFA2A2; background-color:#FFFFFF;text-align:center;font-size:18px;}
.Ichiran h3{margin:0; font-size:20px; background-color:#FFA2A2; padding:10px 0; color:#FFFFFF;}
.vacancy{vertical-align:middle;border-collapse:collapse; font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif; margin-top:10px;}
.vacancy th{border:1px solid #FCD3D3; padding:10px;background-color:#FFA2A2; text-align:center; color:#FFFFFF;}
.vacancy td{border:1px solid #FCD3D3; padding:10px; background-color:#FFFFFF;}
.close{ margin:0 auto; width:835px; border:3px solid #FFA2A2; border-top:0px; padding:10px; background-color:#FFA2A2; text-align:center;}
.close a{border:1px solid #FFFFFF; padding:5px 20px; color:#FFFFFF; font-size:20px;}
#toTop,
#toTop2 {
	position: fixed;
	bottom:15px;
	right:15px;
	z-index:1000;
	line-height:1;
	font-size: 1.5em;
}
#toTop a,
#toTop2 a {
	display: block;
	text-align: center;
	background-color: #10335D;
	padding: 10px;
	color: #FFFFFF;
	width:180px;
	border-radius: 6px;
}
#toTop a:hover,
#toTop2 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.Patient #toTop a,
.e_Patient #toTop a {
	background-color: rgba(255,145,145,0.95);
}
.Support #toTop a {
	background-color: rgba(51,153,0,0.95);
}
.medical #toTop a {
	background-color: #10335D;
}
#toTop2 {
	bottom: 55px;
}
#toTop2 a {
	background-color: rgba(221,221,221,0.95);
	color: #353535;
}
#toTop span,
#toTop2 span {
	padding-left: 20px;
	position: relative;
}
#toTop span:before,
#toTop2 span:before {
	content: '';
	height: 8px;
	width: 8px;
	display: block;
	border: 2px solid #FFFFFF;
	border-left-width: 0;
	border-bottom-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top:7px;
	left: 0;
}
#toTop2 span:before {
	border: 2px solid #353535;
	border-left-width: 0;
	border-bottom-width: 0;
	top:5px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}

/*==�p��y�[�W====================================================*/
.e_HeaderForm{ position:absolute; right:5px; top:0;}
.e_HeaderForm #cse-search-box {
    width: 262px !important;
    float: right;
    margin-top: 7px;
    margin-right: 11px;
}
.e_HeaderForm #cse-search-box input[type="submit"] {
    background-color: #333333;
    border: 1px solid #333333;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
    float: right;
    height: 28px;
    margin-left: 0 !important;
    width: 50px;
}
.e_Member{padding:5px;}
.e_TitleBana {
	margin: 0 0 20px 10px;
	padding: 0;
	width:860px;
	height: 50px;
}
.e_InContentsSubTitle{
	background:url(../images/Patient/AccentPink.gif) no-repeat 0 4px;
	clear: both;
	color: #10335D;
	font-size: 14px;
	font-weight: bold;
	margin:0 0 10px 15px;
	padding: 0 0 0 15px;
	width: 610px;
}
.greeting_img{margin:0 30px 20px; float:left;}
.e_text{margin:0 30px 20px; padding:0; line-height:180%;font-size: 15px;}

/*------20150324�ǉ�--------------------*/
/********************************************
* �|�b�v�A�b�v�{�b�N�XCSS
********************************************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

.btn-list {
	overflow: hidden;
	margin-bottom: 24px;
}
.btn-list li {
	float: left;
	width: 48%;
	margin: 0 0 4% 4%;
}
.btn-list li:nth-child(2n+1) {
	clear: both;
	margin-left: 0
}
.btn-list li a {
	padding: 15px;
	border: 3px solid #DDDDDD;
	text-align: center;
	display: block;
	color: #353535;
	border-radius: 6px;
}
.btn-list li a:hover {
	text-decoration: none;
	background-color: #fff8dd;
}
.btn-list li p {
	padding: 15px;
	margin: 0;
	border: 3px solid #DDDDDD;
	text-align: center;
	display: block;
	color: #353535;
	border-radius: 6px;
}


.top-beginner-list {
	overflow: hidden;
	margin-bottom: 30px;
}
.top-beginner-list li {
	width: 33.3333%;
	float: left;
	margin-bottom: 10px;
}
.top-beginner-list li a {
	padding-left: 15px;
	background: url(../images/Total/AccentYellow.gif) no-repeat 0 8px;
	display: block;
	color: #10335D;
}
/************************************
▼table▼
************************************/
.normal-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 3rem;
}
.normal-table th,
.normal-table td {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	padding: 15px 15px;
	display: block;
	width: 100%;
}
.normal-table th {
	background: #fffcf0;
	vertical-align: middle;
	text-align: left;
}
.required {
	background-color: #E50012;
	color: #FFFFFF;
	margin-right:10px;
	padding: 3px 5px;
}
.any {
	background-color: #FFFFFF;
	color: #212121;
	margin-right:10px;
	padding: 3px 5px;
}
#submit {
    border: 1px solid #10335D;
    padding: 0.5rem 1.5rem;
	font-size: 1.3em;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
    background-color: #10335D;
    color: #FFFFFF;
	width: 300px;
    text-align: center;
    display: block;
}
@media screen and (min-width:978px){
	.normal-table th,
	.normal-table td {
		border-bottom: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		padding: 15px 1.5rem;
		display: table-cell;
		width: auto;
	}
	.normal-table th {
		text-align: center;
		width: 22%;
	}
	.normal-table.contact th {
		text-align: left;
		width: 40%;
	}
}
.top-greeting {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	background-color: #fff5f5;
	border: 3px solid #f2ebeb;
	border-radius: 6px;
	padding: 2em;
	margin-bottom: 2em;
}
.top-greeting div {
	width: 48%;
	font-size: 1.25em;
	line-height: 1.2;
	font-weight: bold;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-greeting div p {
	margin-bottom: 1em;
}
.top-greeting div:first-child {
	width: 52%;
}
.top-greeting img {
	width: 100%;
}
.professor-head {
	margin-bottom: 2em;
}
.professor-head img {
	width: 100%;
	display: block;
}
.professor-text {
	background: url(../images/professor/professor-text.jpg);
	border-radius: 10px;
	padding: 1em;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 2em;
}
.professor-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.professor-list-box {
	width: 48%;
	margin: 1em 0.8%;
	border: 2px solid #eeacba;
	border-radius: 7px;
}
.professor-list-title {
	padding: 0.7em 0.7em 0.7em 80px;
	border-radius: 7px 7px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	background: #ffe3e3;
	position: relative;
}
.professor-list-title.wide {
	padding-left: 110px;
}
.professor-list-title .kaisuu {
	position: absolute;
	top: 0.7em;
	left: 0.7em;
	background-color: #ff9191;
	border-radius: 4px;
	font-size: 0.9em;
	margin-right: 0.2em;
	padding: 0.1em 0.5em;
	color: #FFFFFF;
	font-weight: bold;
}
.professor-list-title .kaitou {
	position: absolute;
	top: -1.2em;
	right: -0.5em;
	border: 2px solid #eeacba;
	background-color: #FFFFFF;
	border-radius: 7px;
	font-size: 0.9em;
	padding: 0.1em 0.5em;
	color: #10335D;
	font-weight: bold;
}
.professor-list li a {
	padding: 0.7em 1em;
	border-bottom: 1px dashed #cccccc;
	color: #212121;
	display: block;
	text-decoration: underline;
}
.professor-list li a:hover {
	background-color: #fffcf0;
	color: #10335D;
}









.professor-question {
	background: url(../images/professor/professor-q-img.jpg) no-repeat, url(../images/professor/professor-img.jpg) no-repeat bottom left;
	background-size: 163px;
	min-height: 415px;
	padding: 0 0 0 200px;
	display: block;
	color: #212121 !important;
	margin: 2em 0;
}
.professor-question.female {
	background: url(../images/professor/professor-q-img.jpg) no-repeat, url(../images/professor/professor-female.png) no-repeat bottom left;
	background-size: 163px;
}
.professor-question.imaizumi {
	background: url(../images/professor/professor-q-img-20210517.jpg) no-repeat, url(../images/professor/professor-a-img-20210517.png) no-repeat bottom left;
	background-size: 163px;
}
.professor-question.minato {
	background: url(../images/professor/professor-q-img-20210517.jpg) no-repeat, url(../images/professor/professor-a-img-20210526.jpg) no-repeat bottom left;
	background-size: 163px;
	min-height: 450px;
}
.professor-question span {
	background: url(../images/professor/professor-text.jpg);
	border-radius: 10px;
	padding: 1em;
	font-weight: bold;
	position: relative;
	font-size: 1.3em;
	display: block;
	margin-bottom: 2em;
}
.professor-question span::before {
	content: "";
	background: url(../images/professor/professor-text-sub.jpg) no-repeat;
	width: 63px;
	height: 17px;
	position: absolute;
	top: 100%;
	left: 20px;
}
.professor-answer {
	font-size: 1.3em;
	font-weight: bold;
}
.number-list,
p.number-list {
	margin: 1em 0 2em 0.5em;
}
.number-list li {
	list-style: decimal;
	margin: 0 0 15px 18px;
	padding-left: 10px;
}

.link-btn-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.link-btn-list li {
	width: 19%;
	margin-left: 1.25%;
	margin-bottom: 0.7em;
}
.link-btn-list li:nth-child(5n+1) {
	margin-left: 0;
}
.link-btn-list li a {
	padding: 15px;
	border: 3px solid #DDDDDD;
	text-align: center;
	display: block;
	color: #353535;
	border-radius: 6px;
}
.link-btn-list li a:hover {
	text-decoration: none;
	background-color: #fff8dd;
}
.Total .TitleBana.kon {
    color: #10335D;
    border-bottom: 2px dotted #10335D;
}



.right-list.kon {
	background-color: #10335D;
	border-radius: 6px 6px;
}
.right-list.kon a {
	color: #FFFFFF;
	position: relative;
}
.right-list.kon a:hover {
	background-color: rgba(255,255,255,0.3);
}
.right-list.kon a:before {
	content:'';
	height:0;
	width:0;
	display:block;
	border:5px transparent solid;
	border-right-width:0;
	border-left-color:#FFFFFF;
	position:absolute;
	top:15px;
	left:15px
}
.right-list.kon a.sub {
	padding-left: 2.8em;
	background-color: rgba(255,255,255,0.12);
}
.right-list.kon a.sub:before {
	left:25px;
}
.right-img {
	width: 150px;
	float: right;
	margin: 0 0 2em 2em;
}
.right-img img {
	width: 100%;
}
.history-open {
	background: url(../images/Support/AccentGreen.gif) no-repeat 0 7px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 0 0 1.5em;
}
.history-table table {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	width: 100%;
	margin-bottom: 2em;
}
.history-table table th,
.history-table table td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
}
.history-table table th {
	background-color: #e4fbce;
}
.text-right {
	text-align: right;
}
.kon-title {
	color: #10335D;
	font-size: 1.3em;
	font-weight: bold;
}
.border-box {
	border: 3px solid #10335D;
	padding: 1em;
	margin-bottom: 2em;
}
.bg-title {
	background-color: #ecf9ff;
	border-radius: 6px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.2em 0.7em;
	margin-bottom: 1em;
}
.text-center {
	text-align: center;
}
.point-list {
	overflow: hidden;
	margin: 1em 0;
}
.point-list li {
	position: relative;
	list-style: none;
	padding: 0 0 1em 30px;
}
.point-list li .point {
	position: absolute;
	top: 0;
	left: 0;
}
.circle-list {
	margin: 1em 0 2em;
}
.circle-list li {
	position: relative;
	padding: 0 0 0 24px;
	margin: 0 0 1em;
}
.circle-list.min li {
	margin-bottom: 0.2em;
}
.circle-list li::before {
	content: "●";
	left: 0;
	position: absolute;
	width: 50px;
	color: #10335D;
}
.circle-list.green li::before {
	color: #369B33;
}

.contact .text {
	border: 1px solid #cccccc;
	width: 100%;
}
.contact .text {
	border: 1px solid #cccccc;
	width: 100%;
}
.login-form-btn {
	display: flex;
	justify-content: center;
}
.login-form-btn li {
	margin: 0 10px;
}
.back-btn {
	border: 1px solid #666666;
	padding: 0.5rem 1.5rem;
	font-size: 1.3em;
	border-radius: 5px;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
}

.next-btn {
	border: 1px solid #10335D;
	padding: 0.5rem 1.5rem;
	font-size: 1.3em;
	border-radius: 5px;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	background-color: #10335D;
	color: #FFFFFF;
	text-align: center;
}

#home-img {
	max-width: 1080px;
	margin: 0 auto;
}
#home-img img {
	width: 100%;
	display: block;
}
.global-menu {
	margin: 0 auto;
	width: 1080px;
	overflow: hidden;
}
.global-menu li {
	float: left;
	width: 14%;
}
.global-menu li:nth-child(3),
.global-menu li:nth-child(5) {
	width: 23%;
}
.global-menu li:nth-child(4) {
	width: 12%;
}
.global-menu a,
.global-menu p {
	display: block;
	text-align: center;
	padding: 1em 0;
	border-right: 1px solid #DDDDDD;
	color: #10335D;
	font-weight: bold;
	font-size: 1.15em;
}
.global-menu li:first-child a {
	border-left: 1px solid #DDDDDD;
}
.global-menu p {
	color: #666666;
	background-color: #efefef;
}
.global-menu a:hover {
	text-decoration: none;
	background-color: #10335D;
	color: #FFFFFF;
}
.pankuzu.home {
	display: none;
}

.four-list dl {
	overflow: hidden;
}
.four-list dt {
	float: left;
	width: 29%;
	margin-left: 1%;
}
.four-list dt.wide {
	float: none;
	width: auto;
}
.four-list dt:nth-child(3n+1) {
	clear: both;
}
.wide .education-list {
	margin-bottom: 0;
}
.wide .education-list dt {
	float: left;
	width: 47%;
	margin-left: 0;
}
.wide .education-list dt:nth-child(3n+1) {
	clear: none;
}
.wide .education-list dt:nth-child(2n+1) {
	clear: both;
}
.wide .education-list dt.wide {
	float: none;
	width: auto;
}


.clinical_research .number-list li {
	background-color: #F9F4F1;
	padding: 8px;
}
.img-title {
	display: flex;
	align-items: center;
	margin: 1.5em 0 1em;
	justify-content: flex-start;
	background-color: #ecf9ff;
	border-radius: 6px;
	overflow: hidden;
}
.Patient .img-title {
	color: #F66;
	background-color: #ffe3e3;
}
.img-title div {
	width: 180px;
	margin-right: 3%;
}
.img-title img {
	width: 100%;
	display: block;
}
.img-title h2 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}

.chart-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 3rem;
}
.chart-table th,
.chart-table td {
	border-bottom: 2px solid rgba(0,0,0,0.1);
	border-left: 2px solid rgba(0,0,0,0.1);
	padding: 15px 8px 15px 8px;
	vertical-align: middle;
	font-size: 0.95em;
}
.chart-table tr th:first-child,
.chart-table tr td:first-child {
	border-left: 0;
}
.chart-table tr td.border:first-child {
	border-left: 2px solid rgba(0,0,0,0.1);
}
.chart-table th {
	text-align: left;
}
.chart-table td.time {
	background-color: rgba(0,0,0,0.04);
	padding: 15px 0;
	text-align: center;
	width: 1.5em;
	line-height: 1.2;
}
.chart-table .week td {
	border-top: 3px solid rgba(0,0,0,0.1);
	border-bottom: 3px solid rgba(0,0,0,0.3);
	text-align: center;
	background-color: #ffe3e3;
}
.chart-table .border-bottom th,
.chart-table .border-bottom td,
.chart-table th.border-bottom,
.chart-table td.border-bottom {
	border-bottom: 3px solid rgba(0,0,0,0.3);
}
.chart-table th span {
	font-size: 0.9em;
}
.chart-table td.none {
	text-align: center;
}
.Support .bg-title {
	background-color: #e4fbce;
}
.Support .staff-detail-box {
	margin-bottom: 2em;
}
.Support .staff-detail-box-left {
	width: 37%;
	margin-right: 5%;
}
.Support .staff-detail-img img {
	width: 100%;
}
.Support .staff-detail-box-right {
	width: 58%;
}
.Support .staff-detail-title {
	margin: 0.5em 0 0.2em;
	color: #063;
}
.Support .staff-detail-title span {
	font-size: 0.8em;
	margin-left: 0.5em;
}
.Support .staff-detail-box-left-box {
	padding: 15px 24px 6px;
}
.Support .staff-detail-box-left p {
	margin: 0 0 1em 0;
}
.staff-detail-box-right .InContentsSubTitle {
	margin-top: 1em;
}
.Support .staff-detail-box-right p {
	margin: 0 0 1em 0;
}
/*　20220519追記　*/
.page-attention {
	background-color: #e8fade;
	padding: 0.3em 0.7em;
}
.link-btn01 {
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #0D7E36;
	border: 2px solid #0D7E36;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 1.15em;
	font-weight: bold;
	color: #FFFFFF !important;
}
.link-btn01:hover {
	text-decoration: none;
	color: #0D7E36 !important;
	background-color: #FFFFFF;
}



.pregnancy-flow2 {
	position: relative;
	padding: 1.4em 1em;
	background-color: #fffcf0;
	border-radius: 6px;
	margin-bottom: 4.5em;
	margin-top: -1.5em;
	border: 2px solid rgba(0,0,0,0.1);
}
.pregnancy-flow2::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -37px;
	left: 50%;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgba(255,145,145,0.95);
}
.pregnancy-flow2.last::after {
	display: none;
}
.contents-box .pregnancy-flow2 .flow {
	color: #5678c0;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}
.pregnancy-flow2 ul {
	margin: 1em 0;
}
.pregnancy-flow2 ul li {
	position: relative;
	padding-left: 1.7em;
	margin: 0.5em 0;
	list-style: none;
}
.pregnancy-flow2 ul li::before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 0.8em;
	height: 0.8em;
	background-color: #5678c0;
	border-radius: 50%;
}
.pregnancy-flow-arrow {
	background: url(../images/Event/AccentBlueBig.gif) no-repeat 0 0;
	font-weight: bold;
	padding-left: 30px;
	margin: 0 0 5px;
}
.movie-box {
	display: block;
	margin: 0 auto 40px;
	width: 100%;
}
.doc-icon {
	padding-left: 1.5em;
	background: url(../images/Common/doc-icon.png) left 0 top 1px / 0.85em no-repeat;
}
.preconception-box {
	border: 3px solid #ffc000;
	padding: 2em 2em 0.5em;
	border-radius: 30px;
	margin-bottom: 2em;
}