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

/********************************
　共通
********************************/
html, body {
	width: 100%;
	min-height: 100%;
  scroll-padding-top: 80px;
}
body {
	font-family: 'Noto Sans JP','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 15px;
	color: #484e51;
	line-height: 2;
	letter-spacing: 0.03em;	
}
/* フォント設定 */
.serif {
  font-family: 'EB Garamond', serif;
}
/* テキストカラー */
.caution-txt,
.caution-txt a {
	color: #cc0000;
}
/* リンク設定 */
a {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
a.link-txt {
	color: #178ddd;
}
.tc-blue {
	color: #1a3491;
}
/*a.trans {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a.trans:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}*/
input[type="submit"],
button[type="submit"] {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  font-family: "Font Awesome 5 Free";
}
input[type="submit"]:hover,
button[type="submit"]:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	cursor: pointer;
}
/* レスポンシブ表示・非表示切り替え */
.pc-show {
}
.sp-show {
	display: none !important;
}
img.fluid {
    max-width: 100% !important;
}
img[src$=".svg"].fluid {
    width: 100% !important;
}
/* レイアウト */
#container {
  width: 100%;
	min-width: 1400px;
	overflow: hidden;
}
main {
	width: calc( 100% - 200px);
	min-width: 1200px;
	overflow: hidden;
	background-color: #fff;
	position: absolute;
	top: 80px;
	left: 200px;
}
#contents {	
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
/* ボタン */
.link-btn-wrap {
}
.link-btn-wrap a.btn {
  color: #1a3491;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
	border: 1px solid #1a3491;
  border-radius: 100px;
  background-color: #fff;
  padding: 12px 30px;
	width: 100%;
	position: relative;
}
.link-btn-wrap a.btn:after {
	font: var(--fa-font-regular);
	font-weight: 900;
	content: "\f054";
	display: block;
	margin-right: 6px;
	position: absolute;
	top: calc(50% - 6px);
	right: 14px;
}
.inpage-link .link-btn-wrap a.btn:after {
	content: "\f078";
}
.inpage-link .link-btn-wrap a.btn.more-link:after {
	content: "\f054";
}
.more-link {
}
.more-link:after {
	font: var(--fa-font-regular);
	content: "\f054";
	display: inline;
	margin-left: 6px;
}
a.btn.external-link:after {
	content: "\f2d2";
}
.bg-blue {
	background-color: #f5f8fa;
}
/********************************
  ヘッダー
********************************/
#header {
	width: 100%;
	height: 80px;
	padding: 8px 20px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
#header header {
	width: 100%;
}
#header header .logo {
	width: 320px;
}
#header header .osaka-u-logo {
	width: 236px;
}
/********************************
  グローバルナビゲーション
********************************/
#gnav {
}
#gnav .pc-nav {
	color: #fff;
	background-color: #1a3491;
	position: fixed;
	top: 80px;
	left: 0;
	width: 200px;
	height: calc( 100vh - 80px);
	z-index: 100;
}
#gnav .pc-nav a {
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 20px;
}
#gnav .pc-nav > ul > li.main-link {
	border-bottom: 1px solid #938dc3;
}
#gnav .pc-nav > ul > li.main-link > a i {
	font-size: 1.2em;
	margin-right: 10px;
}
/* 下層ページリンクリスト */
#gnav .pc-nav ul.sub-list {
	/*background-color: rgba(26,52,145,0.75);*/
	background-color: rgba(255,255,255,0.95);
	display: none;
	top: 0;
	left: 200px;
	position: absolute;
	overflow: hidden;
	transition: opacity 0.5s ease-out;
	transition-duration: 0.5s;
	width: 400px;
	height: 100%;
	z-index: 99;
}
#gnav .pc-nav ul.sub-list.on {
	display: block;
}
#gnav .pc-nav ul.sub-list li {
	border-bottom: 1px solid #938dc3;
}
#gnav .pc-nav ul.sub-list li a {
	color: #1a3491;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
}
#gnav .pc-nav ul.sub-list li a:after {
	font: var(--fa-font-regular);
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	content: "\f054";
	display: block;
	margin-right: 0px;
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
}
/* カテゴリータイトル */
#gnav .pc-nav ul.sub-list li.cat-title {
	color: #1a3491;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: none;
}
#gnav .pc-nav ul.sub-list li.cat-title.bd {
	border-top: 1px solid #938dc3;
}
#gnav .pc-nav ul.sub-list li.cat-title:before {
	content: "■";
	margin-right: 0.5em;
}
/* 下層ページサブリンク */
#gnav .pc-nav ul.sub-list li.sub-link {
	margin-left: 2.5em;
}
#gnav .pc-nav ul.sub-list li.sub-link a {
	padding-right: 3em;
	padding-left: 0;
}
#gnav .pc-nav ul.sub-list li.sub-link a:before {
	content: "・";
	margin-right: 0;
}
#gnav .pc-nav ul.sub-list li.sub-link.bd-none {
	border-bottom: none;
}
#gnav .pc-nav ul.sub-list li.sub-link.last {
	border-bottom: none;
}
#gnav .sp-nav {
	display: none;
}
/********************************
  下部ボタン
********************************/
.btn-wrap {
  text-align: center;
  padding-bottom: 40px;
  display: block;
}
.btn-wrap .btn a {
  font-size: 18px;
  width: 500px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
/********************************
  フッター
********************************/
#footer {
}
/* リンクバナー */
#footer #f-link {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 40px 0;
}
#footer #f-link li {
	width: 33.333%;
	border-left: 1px solid #1a3491;
	padding: 0 40px;
}
#footer #f-link li.center a {
	width: 230px;
}
#footer #f-link li:last-child {
	border-right: 1px solid #1a3491;
}
/* フッター情報 */
#footer #f-info {
	border-top: 1px solid #f4f4f4;
	padding: 50px 0;
}
#footer #f-info .logo {
	width: 320px;
}
#footer .copyright {
	color: #1a3491;
	font-size: 13px;
	text-align: center;
	background-color: #edf4f7;
	padding: 36px 0;
}
/********************************
  TOPページ
********************************/
#index #contents {
}
#index #main-img {
	height: 682px;
	background-image: url("../images/index/main_img.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#index #main-img .catch-copy {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	width: 1200px;
	margin: 0 auto 60px 60px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
#contents .top-section {
	width: 1200px;
	margin: 0 auto;
}
/* セクション共通 */
#contents .top-section .txt-block .section-head {
	color: #1a3491;
	font-size: 28px;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 92px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#contents .top-section .txt-block .section-head.section-head2 {
	text-align: center;
	line-height: 1.5;
	height: auto;
}
#contents .top-section .txt-block .section-head.section-head2 span {
	color: #484e51;
	font-size: 20px;
	font-weight: 400;
}
#contents .top-section .txt-block .section-desc {
	font-size: 16px;
}
/* コンセプト */
#contents #top-concept.top-section {
	margin-bottom: 30px;
}
#contents #top-concept.top-section .img-block {
	background-color: #edf4f7;
	background-image: url("../images/common/bg-white-img.jpg");
	background-repeat: repeat-y;
	background-size: 110px 100%;
	background-position: right top;
	width: 640px;
	margin-right: 30px;
	padding: 80px 0 30px 0; 
}
#contents #top-concept.top-section .txt-block {
	width: 600px;
	margin-left: 30px;
}
#contents #top-concept.top-section .txt-block .section-head {
	background-image: url("../images/index/ourthoughts_txt.svg");
}
#contents #top-concept.top-section .txt-block .section-head-sub {
	font-size: 18px;
	margin: -20px 0 24px 0;
}
/* 目標 */
#contents #top-objective.top-section {
	margin-bottom: 80px;
}
#contents #top-objective.top-section .img-block {
	width: 570px;
	min-height: 530px;
	margin-right: 30px;
	position: relative;
}
#contents #top-objective.top-section .img-block .circle {
	background-image: url("../images/common/circle.svg");
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	width: 302px;
	height: 304px;
	position: absolute;
	box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
	border-radius: 100%;
}
#contents #top-objective.top-section .img-block .circle dl {
	color: #1a3491;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
#contents #top-objective.top-section .img-block .circle dt {
	font-size: 30px;
}
#contents #top-objective.top-section .img-block .circle dd {
	font-size: 24px;
}
#contents #top-objective.top-section .img-block .circle01 {
	top: 0;
	left: 127px;
	z-index: 3;
}
#contents #top-objective.top-section .img-block .circle02 {
	top: 225px;
	left: 0;
	z-index: 2;
}
#contents #top-objective.top-section .img-block .circle03 {
	top: 225px;
	right: 0;
	z-index: 1;
}
#contents #top-objective.top-section .img-block .circle03 dd {
	font-size: 20px;
}
#contents #top-objective.top-section .txt-block {
	width: 600px;
	margin-left: 30px;
}
#contents #top-objective.top-section .txt-block .objective-img {
	background-color: #edf4f7;
	background-image: url("../images/common/bg-white-img.jpg");
	background-repeat: repeat-y;
	background-size: 40px 100%;
	background-position: left top;
	margin-bottom: 30px;
	padding: 30px 0 0 0; 
}
#contents #top-objective.top-section .txt-block .section-head {
	background-image: url("../images/index/ourgoals_txt.svg");
}
#contents #top-objective.top-section .txt-block table {
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 24px;
}
#contents #top-objective.top-section .txt-block table th {
	color: #1a3491;
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 10px;
}
#contents #top-objective.top-section .txt-block table td {
	padding-bottom: 10px;
}
#contents #top-objective.top-section .txt-block table tr.last th,
#contents #top-objective.top-section .txt-block table tr.last td {
	padding-bottom: 0;
}
/* 診察チーム紹介 */
#contents #top-team {
	background-color: #edf4f7;
	background-image: url("../images/common/bg-white-img.jpg");
	background-repeat: repeat-y;
	background-size: 27% 100%;
	background-position: left top;
	margin-bottom: 80px;
	padding: 30px 0 50px 0; 
}
#contents #top-team.top-section {
	min-width: inherit;
	width: 100%;
}
#contents #top-team.top-section .txt-block .section-head {
	background-image: url("../images/index/ourteam_txt.svg");
}
#contents #top-team.top-section .txt-block {
}
#contents #top-team.top-section .img-block {
	margin-bottom: 30px;
}
#contents #top-team.top-section .link-btn-wrap {
	width: 430px;
	margin: 0 auto;
}
/* お知らせ */
#contents #top-news {
	margin-bottom: 80px;
}
#contents #top-news.top-section .inner {
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	padding: 50px;
	position: relative;
}
#contents #top-news.top-section .article {
	border-bottom: 1px dotted #e4e4e4;
	padding: 24px 0;
}
#contents #top-news.top-section .article:first-child {
	padding-top: 0;
}
#contents #top-news.top-section .article.last {
	border-bottom: none;
	padding-bottom: 0;
}
#contents #top-news.top-section .article .cat-name {
	color: #fff;
	background-color: #1a3491;
	border-radius: 5px;
	padding: 4px 8px;
	margin-right: 1em;
}
#contents #top-news.top-section .article dt {
	margin-right: 0.5em;
}
#contents #top-news.top-section .article dd a {
	color: #178ddd;
}
#contents #top-news.top-section .more-link {
	position: absolute;
	top: 60px;
	right: 50px;
}
/* 診察内容 */
#contents #top-mtc {
	margin-bottom: 80px;
}
#contents #top-mtc.top-section .txt-block .section-head {
	margin-bottom: 30px;
}
#contents #top-mtc.top-section .mtc-list {
	background-color: #edf4f7;
	width: 1200px;
	margin: 0 auto;
	padding: 50px;
}
#contents #top-mtc.top-section .mtc-list .mtc-block {
	width: 364px;
}
#contents #top-mtc.top-section .mtc-list .mtc-block.mtc-block01,
#contents #top-mtc.top-section .mtc-list .mtc-block.mtc-block02,
#contents #top-mtc.top-section .mtc-list .mtc-block.mtc-block03 {
	margin-bottom: 54px;
}
#contents #top-mtc.top-section .mtc-list .mtc-block a {
	position: relative;
	display: block;
}
#contents #top-mtc.top-section .mtc-list .mtc-block .mtc-name {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	bottom: -25px;
}
#contents #top-mtc.top-section .mtc-list .mtc-block .mtc-name p {
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	padding: 10px 10px;
	border-radius: 10px;
	position: relative;
}
#contents #top-mtc.top-section .mtc-list .mtc-block .mtc-name p:after {
	color: #1a3491;
	font: var(--fa-font-regular);
	font-weight: 900;
	content: "\f054";
	display: block;
	position: absolute;
	top: calc(50% - 7px);
	right: 15px;
}
#contents #top-mtc.top-section .link-btn-wrap {
	width: 430px;
	margin: 60px auto 0 auto;
}
/* アクセス&お問い合わせ共通 */
#contents #top-guide.top-section {
	background-color: #edf4f7;
	padding: 80px 0;
	width: 100%;
}
#contents #top-guide.top-section .txt-block .section-head {
	margin-bottom: 30px;
}
#contents #top-guide.top-section .link-btn-wrap {
	margin: 0 auto 0 auto;
	width: 430px;
}
/* アクセス */
#contents #top-guide.top-section #top-access {
	background-color: #fff;
	padding: 40px;
}
#contents #top-guide.top-section #top-access .map {
	margin-bottom: 30px;
}
#contents #top-guide.top-section #top-access .info-list {
	margin-bottom: auto;
}
#contents #top-guide.top-section #top-access .info-list dl {
	display: flex;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e4e4e4;
}
#contents #top-guide.top-section #top-access .info-list dt {
	font-weight: 400;
}
/********************************
  下層ページ / 共通コンテンツ部分
********************************/
.lowerpage #contents {
	margin-top: 0px;
}
/* 下層ページ用 メインイメージ */
.lowerpage #main-img {
	background-image: url("../images/common/lowerpage_bg.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	margin-bottom: 50px;
}
.lowerpage #main-img .head-block {
	color: #1a3491;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: auto;
	margin-bottom: auto;
}
.lowerpage #main-img .head-block h1 {
	font-size: 32px;
	line-height: 1.2;
}
.lowerpage #main-img .head-block .head-sub {
	font-size: 20px;
	text-transform: capitalize;
}
/* ページコンテンツ見出し */
.lowerpage .contents-head {
	color: #1a3491;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}
.lowerpage .contents-head2 {
	color: #1a3491;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 30px;
}
.lowerpage .contents-head2 span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.lowerpage .contents-head2 span.sub-txt {
	font-size: 13px;
}
/* セクション見出し */
.lowerpage-section .section-head {
	color: #1a3491;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 18px;
}
.lowerpage-section .section-head:before {
	content: "";
	display: block;
	background-color: #e4e4e4;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.lowerpage-section .section-head:after {
	content: "";
	display: block;
	background-color: #1a3491;
	width: 2em;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.lowerpage-section .section-head2 {
	color: #1a3491;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 30px;
}
/* ページ内リンクブロック */
.inpage-link {
	margin-bottom: 50px;
}
/* 詳細説明ブロック */
.lowerpage-section .detail-explanation {
	background-color: #edf4f7;
	margin-top: 30px;
	padding: 30px;
}
.lowerpage-section .detail-explanation .detail-block {
}
.lowerpage-section .detail-explanation .detail-block dl.detail-txt {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}
.lowerpage-section .detail-explanation .detail-block dl.detail-txt:last-child {
	margin-bottom: 0;
}
.lowerpage-section .detail-explanation .detail-block dl.detail-txt dt {
	color: #1a3491;
	font-size: 18px;
	margin-bottom: 8px;
}
.lowerpage-section .detail-explanation .detail-block dl.detail-subtxt {
	margin-bottom: 14px;
}
.lowerpage-section .detail-explanation .detail-block dl.detail-subtxt:last-child {
	margin-bottom: 0;
}
.lowerpage-section .detail-explanation .detail-block dl.detail-subtxt dt {
	color: #1a3491;
	margin-bottom: 4px;
}
/* 流れ説明ブロック */
.lowerpage-section .flow-details {
	background-color: #edf4f7;
	margin-top: 30px;
	padding: 30px;
}
.lowerpage-section .flow-list li {
	margin-bottom: 20px;
}
.lowerpage-section .flow-list li:before {
	content: "●";
	color: #1a3491;
	margin-right: 0;
}
.lowerpage-section .flow-list li:last-child:before {
	margin-bottom: 0;
}
.lowerpage-section .flow-details .flow-block {
	background-color: #fff;
	margin-bottom: 50px;
}
.lowerpage-section .flow-details .flow-block .flow-number {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background-color: #1a3491;
	width: 60px;
	position: relative;
}
.lowerpage-section .flow-details .flow-block .flow-number:after {
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 20px solid #1a3491;
}
.lowerpage-section .flow-details .flow-block.last {
	margin-bottom: 0;
}
.lowerpage-section .flow-details .flow-block.last .flow-number:after {
	content: none;
}
.lowerpage-section .flow-details .flow-block .flow-txt {
	padding: 20px;
	width: 860px;
}
.lowerpage-section .flow-details .flow-block .flow-txt dt {
	color: #1a3491;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 12px;
}
.lowerpage-section .flow-details .flow-block .flow-txt dt span {
	font-size: 16px;
}
.lowerpage-section .flow-details .flow-block .flow-txt dd .caution-txt {
	font-weight: bold;
}
/* 下層ページへのリンクブロック */
.lowerpage-section .link-block {
	background-color: #edf4f7;	
	padding: 30px;
}
.lowerpage-section .link-block table.link-table {
	width: 100%;
}
.lowerpage-section .link-block table.link-table td {
	width: 50%;
}
.lowerpage-section .link-block table.link-table a.btn {
	border-radius: 0;
}
/* ぱんくずリスト */
#breadcrumb {
	font-size: 13px;
	border-top: 1px solid #f4f4f4;
	padding: 20px 0;
}
#breadcrumb li {
	margin-right: 1em;
}
#breadcrumb li:last-child {
	margin-right: 0;
}
/********************************
  ご挨拶 - 患者さま
********************************/
#patient #patient-section {
	margin-bottom: 50px;
}
#patient #patient-section .greeting-img {
}
#patient #patient-section .greeting-txt {
	padding: 50px 50px 0 50px;
}
#patient #patient-section .greeting-txt p {
	margin-bottom: 40px;
}
#patient #patient-section .greeting-txt .copy {
	color: #1a3491;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 1em;
}
#patient #patient-section .greeting-txt dt {
	font-weight: 400;
	margin-right: 1em;
}
#patient #patient-section .greeting-txt dd {
	color: #1a3491;
	font-size: 20px;
	font-weight: bold;
}
/********************************
  外来紹介・外来への受診の仕方 - 患者さま
********************************/
/* セクション */
#outpatient .lowerpage-section {
	margin-bottom: 50px;
}
#outpatient #flow-section a {
	color: #178ddd;
}
/********************************
  診療チーム紹介 - 患者さまへ
********************************/
#our-team {
}
#our-team .contents-head {
	color: #484e51;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
}
#our-team .inpage-link {
}
#our-team .inpage-link li {
	width: 48.5%;
}
/* スタッフ一覧 */
#our-team #staff-section {
	background-color: #edf4f7;
	margin-bottom: 50px;
	padding: 50px 0;
}
#our-team #staff-section .staff-list {
	margin-bottom: -40px;
}
#our-team #staff-section .staff-list .staff-block {
	width: 227px;
	margin-right: 30px;
	margin-bottom: 40px;
}
#our-team #staff-section .staff-list .staff-block:nth-child(4n),
#our-team #staff-section .staff-list .staff-block:last-child {
	margin-right: 0;
}
#our-team #staff-section .staff-list .staff-block a {
	display: block;
}
#our-team #staff-section .staff-list .staff-block .staff-img {
	margin-bottom: 12px;
}
#our-team #staff-section .staff-list .staff-block .staff-info {
}
#our-team #staff-section .staff-list .staff-block .staff-info dt {
	font-size: 13px;
	line-height: 1.4;
}
#our-team #staff-section .staff-list .staff-block .staff-info dd {
	color: #1a3491;
	font-size: 18px;
	font-weight: bold;
}
/* 診療科・部門からスタッフを検索 */
#our-team #search-section {
	margin-bottom: 50px;
}
#our-team #search-section .section-head2 i {
	display: inline-block;
	margin-right: 10px;
}
#our-team #search-section .department-link ul {
	margin-bottom: -30px;
}
#our-team #search-section .department-link li {
	width: 313px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#our-team #search-section .department-link li:nth-child(3n) {
	margin-right: 0;
}
/********************************
  診療科・部門ページ共通 - 患者さまへ
********************************/
#clinical-department {
}
#clinical-department .inpage-link ul {
	margin-bottom: -30px;
}
#clinical-department .inpage-link li {
	width: 313px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#clinical-department .inpage-link li:nth-child(3n) {
	margin-right: 0;
}
#clinical-department #staff-details-section {
	background-color: #edf4f7;
	margin-bottom: 50px;
	padding: 50px 0;
}
#clinical-department #staff-details-section .staff-details .staff-block {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
	padding: 30px;
}
#clinical-department #staff-details-section .staff-details .staff-block:last-child {
	margin-bottom: 0;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info {
	margin-bottom: 30px;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-profile {
	width: 576px;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-profile h3 {
	color: #1a3491;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-profile h3 span {
	color: #484e51;
	font-size: 15px;
	font-weight: 400;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-profile h3:before {
	content: "";
	display: block;
	background-color: #e4e4e4;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-profile h3:after {
	content: "";
	display: block;
	background-color: #1a3491;
	width: 2em;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-profile table {
	width: 100%;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-profile th {
	color: #1a3491;
	font-weight: bold;
	width: 90px;
	padding-bottom: 10px;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-profile td {
	padding-bottom: 10px;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-profile tr.last th,
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-profile tr.last td {
	padding-bottom: 0;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-img {
	width: 313px;
	position: relative;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-img img.fluid {
	width: 100% !important;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-img .movie-btn a {
	color: #1a3491;
	font-weight: bold;
	background-color: #fff;
	border-top-right-radius: 10px;
	display: block;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-info .staff-img .movie-btn a i {
	font-size: 1.4em;
	margin-right: 10px;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-message {
	margin-bottom: 36px;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-message dl {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-message dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-message dt {
	color: #1a3491;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
#clinical-department #staff-details-section .staff-details .staff-block .staff-message dd {
}
/********************************
  胎児診断治療センター受診後の流れ - 患者さまへ
********************************/
/* セクション */
#flow .lowerpage-section {
	margin-bottom: 50px;
}
/********************************
  受診前のアドバイス - 患者さまへ
********************************/
/* セクション */
#advice .lowerpage-section {
	margin-bottom: 50px;
}
/* 胎児診断治療センターを受診される方へのお願い */
#advice #advice-section .advice-details {
	width: 1200px;
	margin: 0 auto;
}
#advice #advice-section .advice-details .img-block {
	background-color: #edf4f7;
	background-image: url("../images/common/bg-white-img.jpg");
	background-repeat: repeat-y;
	width: 530px;
}
#advice #advice-section #advice01.advice-details {
	margin-top: 50px;
	margin-bottom: 50px;
}
#advice #advice-section #advice01.advice-details .img-block {
	background-size: 30px 100%;
	background-position: right top;
	padding: 30px 0 0 30px; 
}
#advice #advice-section #advice02.advice-details .img-block {
	background-size: 30px 100%;
	background-position: left top;
	padding: 30px 30px 0 0; 
}
#advice #advice-section .advice-details .txt-block {
	width: 640px;
	margin-left: 30px;
}
#advice #advice-section #advice01.advice-details .txt-block {
	margin-left: 30px;
}
#advice #advice-section #advice02.advice-details .txt-block {
	margin-right: 30px;
}
#advice #advice-section .advice-details .txt-block h3 {
	color: #1a3491;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 12px;
}
#advice #advice-section .advice-details .txt-block p {
	margin-bottom: 1em;
}
#advice #advice-section .advice-details .txt-block p:last-child {
	margin-bottom: 0;
}
/* もしご自身でお調べになる場合 */
#advice #advice-section .site-block {
	margin: 30px auto 0 auto;
}
#advice #advice-section .site-block ul {
	width: 47.5%;
}
#advice #advice-section .site-block ul li.bnr {
	margin-bottom: 15px;
	min-height: 85px;
}
#advice #advice-section .site-block ul.left-block li.bnr {
	background-color: #fff;
	padding: 20px 60px;
	border: 1px solid #eee;
}
#advice #advice-section .site-block ul.right-block li.bnr {
	background-color: #f5f4f4;
	padding: 20px 40px;
}
#advice #advice-section .site-block ul li.bnr img {
	margin: 0 auto;
}
#advice #advice-section .site-block li a {
	font-size: 14px;
}
/********************************
  外来診療内容 - 患者さまへ
********************************/
#outpatient-care .inpage-link ul {
	margin-bottom: -30px;
}
#outpatient-care .inpage-link li {
	width: 313px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#outpatient-care .inpage-link li:nth-child(3n) {
	margin-right: 0;
}
#outpatient-care .lowerpage-section {
	margin-bottom: 50px;
}
#outpatient-care .medical-section .img-block {
	width: 364px;
}
#outpatient-care .medical-section .txt-block {
	width: 606px;
}
#outpatient-care .medical-section .txt-block p {
	margin-bottom: 1em;
}
#outpatient-care .medical-section .txt-block p:last-child {
	margin-bottom: 0;
}
#outpatient-care .medical-section .detail-explanation dl {
	width: 100%;
	margin-bottom: 3%;
}
#outpatient-care medical-section01.medical-section .detail-explanation dl:nth-last-child(1),
#outpatient-care medical-section02.medical-section .detail-explanation dl:nth-last-child(2) {
	margin-bottom: 0;
}
#outpatient-care #medical-section06.medical-section .detail-explanation dl:nth-last-child(1) {
	margin-bottom: 0;
}
#outpatient-care #medical-section06.medical-section .detail-explanation dd p {
	margin-bottom: 1em;
}
#outpatient-care #medical-section06.medical-section .detail-explanation dd p:last-child {
	margin-bottom: 1em;
}
#outpatient-care #medical-section06.medical-section .detail-explanation dd .document-list {
	margin-bottom: 1em;
}
#outpatient-care #medical-section06.medical-section .detail-explanation dd .document-list li {
	text-indent: -1em;
	margin-left: 1em;
}
#outpatient-care #medical-section06.medical-section .detail-explanation dd .contact-list li {
	text-indent: -1em;
	margin-left: 1em;
}
/********************************
  入院時の説明 - 患者さまへ
********************************/
#explanation .lowerpage-section {
	margin-bottom: 50px;
}
#explanation .lowerpage-section .inpage-link ul {
	margin-top: 30px;
	margin-bottom: -30px;
}
#explanation .lowerpage-section .inpage-link li {
	width: 313px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#explanation .lowerpage-section .inpage-link li:nth-child(3n) {
	margin-right: 0;
}
#explanation .explanation-section .belongings-list li {
	text-indent: -1em;
	margin-left: 1em;
}
#explanation .explanation-section .notes-list li {
	text-indent: -1.2em;
	margin-left: 1.2em;
	margin-bottom: 1.2em;
}
#explanation .explanation-section .notes-list li:last-child {
	margin-bottom: 0;
}
#explanation .explanation-section .notes-list li:before {
	content: "●";
	color: #1a3491;
	font-family: 'Noto Sans JP','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-right: 4px;
}
#explanation #explanation-section05 .notes-list {
	margin-top: 30px;
}
#explanation #explanation-section05 .notes-list li span.head {
	color: #1a3491;
	font-size: 16px;
	font-weight: bold;
}
/********************************
  母と子の治療のサポート - 患者さまへ
********************************/
#support .inpage-link li {
	width: 48.5%;
	margin-right: 3%;
}
#support .inpage-link li:nth-child(2n) {
	margin-right: 0;
}
#support .lowerpage-section {
	margin-bottom: 50px;
}
#support .lowerpage-section .detail-explanation {
	margin-bottom: 50px;
}
#support .lowerpage-section .detail-explanation:last-child {
	margin-bottom: 0;
}
#support .detail-explanation .detail-block {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
#support .lowerpage-section .detail-explanation .detail-block dl.detail-txt {
	background-color: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 20px;
}
#support #supports-section02 .detail-block {
	margin-bottom: 30px;
}
#support #supports-section02 .detail-block:last-child {
	margin-bottom: 0;
}
#support #supports-section02 .detail-block dl.detail-txt{
	margin-bottom: 0;
}
/********************************
  対象疾患説明 - 患者さまへ
********************************/
#disease .inpage-link ul {
	margin-top: 30px;
	margin-bottom: -30px;
}
#disease .inpage-link li {
	width: 313px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#disease .inpage-link li.last {
	margin-right: auto;
}
#disease .inpage-link li:nth-child(3n) {
	margin-right: 0;
}
#disease .lowerpage-section {
	margin-bottom: 50px;
}
/********************************
　対象疾患説明詳細・胎児治療説明詳細 - 共通
********************************/
/***** 説明リストブロック *****/
.desc-section .desc-list {
	width: 280px;
}
.desc-section .desc-list .cat-block {
	margin-bottom: 30px;
}
.desc-section .desc-list .cat-block:last-child {
	margin-bottom: 0;
}
.desc-section .desc-list .cat-block .list-head {
	color: #1a3491;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	border-left: 3px solid #1a3491;
	margin-bottom: 10px;
	padding: 2px 0 2px 10px;
}
.desc-section .desc-list .cat-block li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.desc-section .desc-list .cat-block li:before {
	content: "・";
	color: #1a3491;
	font-family: 'Noto Sans JP','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-right: 4px;
}
.desc-section .desc-list .cat-block li a.active {
	color: #1a3491;
	font-weight: bold;
}
/***** 詳細説明ブロック *****/
.desc-section .desc-txt {
	width: 670px;
}
.desc-section .desc-txt .desc-block {
	margin-bottom: 40px;
}
.desc-section .desc-txt .desc-block .section-head span {
	font-size: 16px;
}
.desc-section .desc-txt .desc-block p {
	margin-bottom: 1em;
}
.desc-section .desc-txt .desc-block p:last-child {
	margin-bottom: 0;
}
.desc-section .desc-txt .desc-block ul.img-list {
	margin-top: 1em;
}
.desc-section .desc-txt .desc-block ul.img-list li {
	text-align: center;
	margin-right: 30px;
}
.desc-section .desc-txt .desc-block ul.img-list li a {
	position: relative;
	display: block;
}
.desc-section .desc-txt .desc-block ul.img-list li a:after {
	font: var(--fa-font-regular);
	color: #1a3491;
	content: '\f00e';
	font-size: 1.8em;
  font-weight: 900;
	line-height: 1;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.desc-section .desc-txt .desc-block ul.img-list li:last-child {
	margin-right: 0;
}
.desc-section .desc-txt .desc-block ul.img-list li img {
	margin-bottom: 8px;
	border: 1px solid #eee;
}
.desc-section .desc-txt .desc-block ul.img-list-c li img {
	margin-right: auto;
	margin-left: auto;
}
.desc-section .desc-txt .desc-block ul.txt-list li {
	text-indent: -1em;
	margin-left: 1em;
}
.desc-section .desc-txt .desc-block ol.number-list li {
	list-style: lower;
	list-style-position: inside;
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.desc-section .desc-txt .desc-block dl {
	margin-bottom: 20px;
}
.desc-section .desc-txt .desc-block sup {
	color: #cc0000;
	font-size: 70%;
	vertical-align: super;
}
.desc-section .desc-txt .desc-block .table-block table {
	width: 100%;
}
.desc-section .desc-txt .desc-block .table-block caption {
	color: #1a3491;
	font-weight: bold;
	margin-bottom: 10px;
}
.desc-section .desc-txt .desc-block .table-block .table-head th {
	color: #1a3491;
	font-weight: bold;
	text-align: center;
	padding: 6px 12px;
	background-color: #dde1ef;
	border: 1px solid #1a3491;
}
.desc-section .desc-txt .desc-block .table-block .table-head th {
	width: 40%;
}
.desc-section .desc-txt .desc-block .table-block .table-head th.stage {
	width: 20%;
}
.desc-section .desc-txt .desc-block .table-block td {
	text-align: center;
	padding: 12px 20px;
	border: 1px solid #1a3491;
}
.desc-section .desc-txt .desc-block .table-block td.stage {
	color: #1a3491;
	background-color: #edf4f7;
	width: 20%;
}
.desc-section .desc-txt .desc-block .head-sub {
	color: #1a3491;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
.desc-section .desc-txt .desc-block .head-sub .sub-txt {
	font-size: 13px;
}
/********************************
  対象疾患説明詳細 - 患者さまへ
********************************/
#disease #disease-desc {
}
#disease #disease-desc.desc-section .desc-txt .desc-block ul.img-list.img-list2 li {
	width: 320px;
}
#disease #disease-desc dl.research {
	border: 1px solid #1a3491;
	border-radius: 5px;
}
#disease #disease-desc dl.research dt {
	color: #1a3491;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 15px;
	cursor: pointer;
}
#disease #disease-desc dl.research dt:after {
  font: var(--fa-font-regular);
	content: '\f0fe';
  font-weight: 900;
	font-size: 1.5em;
  color: #1a3491;
  position: absolute;
  top: calc( 50% - 10px );
  right: 20px;
}
#disease #disease-desc dl.research dt.open:after {
  content: '\f146';
}
#disease #disease-desc dl.research dd {
	display: none;
	padding: 20px;
	border-top: 1px dotted #ccc;
}
#disease #disease-desc dl.research dd p {
	margin-bottom: 1.5em;
}
#disease #disease-desc dl.research dd .conditions {
	color: #1a3491;
	font-weight: bold;
	margin-bottom: 0;
}
/********************************
  胎児治療説明TOP - 患者さまへ
********************************/
#fetal-therapy #fetal-therapy-section.lowerpage-section .inpage-link {
	margin-bottom: 0;
}
#fetal-therapy #fetal-therapy-section.lowerpage-section .inpage-link li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5%;
}
#fetal-therapy #fetal-therapy-section.lowerpage-section .inpage-link li:last-child {
	margin-bottom: 0;
}
/********************************
  胎児治療説明詳細 - 患者さまへ
********************************/
#fetal-therapy .lowerpage-section {
	margin-bottom: 50px;
}
#fetal-therapy .lowerpage-section .inpage-link li {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}
#fetal-therapy .lowerpage-section .inpage-link li.last {
	margin-right: auto;
}
#fetal-therapy .lowerpage-section .inpage-link li:nth-child(2n) {
	margin-right: 0;
}
#fetal-therapy .lowerpage-section .inpage-link li:nth-last-child(1),
#fetal-therapy .lowerpage-section .inpage-link li:nth-last-child(2) {
	margin-bottom: 0;
}
#fetal-therapy #disease-desc.desc-section .desc-txt .desc-block ul.img-list.img-list2 li {
	width: 320px;
}
#fetal-therapy dl.research {
	border: 1px solid #1a3491;
	border-radius: 5px;
}
#fetal-therapy dl.research dt {
	color: #1a3491;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 15px;
	cursor: pointer;
}
#fetal-therapy dl.research dt:after {
  font: var(--fa-font-regular);
	content: '\f0fe';
  font-weight: 900;
	font-size: 1.5em;
  color: #1a3491;
  position: absolute;
  top: calc( 50% - 10px );
  right: 20px;
}
#fetal-therapy dl.research dt.open:after {
  content: '\f146';
}
#fetal-therapy dl.research dd {
	display: none;
	padding: 20px;
	border-top: 1px dotted #ccc;
}
#fetal-therapy dl.research dd p {
	margin-bottom: 1.5em;
}
#fetal-therapy dl.research dd .conditions {
	color: #1a3491;
	font-weight: bold;
	margin-bottom: 0;
}
/********************************
  診療実績ページ共通 - 医療関係者の皆様へ
********************************/
#medical-record .lowerpage-section {
	margin-bottom: 50px;
}
/********************************
  診療実績 - 医療関係者の皆様へ
********************************/
#medical-record .lowerpage-section {
	margin-bottom: 50px;
}
#medical-record .inpage-link {
}
#medical-record .inpage-link li {
	width: 313px;
	margin-right: 30px;
}
#medical-record .inpage-link li:nth-child(3n) {
	margin-right: 0;
}
#medical-record .lowerpage-section {
}
#medical-record .lowerpage-section .table-block {
	padding: 20px;
	background-color: #fff;
}
#medical-record .lowerpage-section .table-block table {
	width: 100%;
}
#medical-record .lowerpage-section .table-block .table-head th {
	color: #1a3491;
	font-weight: bold;
	text-align: center;
	padding: 6px 12px;
	background-color: #dde1ef;
	border: 1px solid #1a3491;
}
#medical-record .lowerpage-section .table-block .table-head th {
	width: 45%;
}
#medical-record .lowerpage-section .table-block.table-block2 .table-head th {
	width: auto;
}
#medical-record .lowerpage-section .table-block .table-head th.day {
	width: 10%;
}
#medical-record .lowerpage-section .table-block .table-head th.disease {
	width: 32%;
}
#medical-record .lowerpage-section .table-block .table-head th.year {
	width: 17%;
}
#medical-record .lowerpage-section .table-block td {
	text-align: center;
	padding: 12px 20px;
	border: 1px solid #1a3491;
}
#medical-record .lowerpage-section .table-block td.day {
	color: #1a3491;
	text-align: center;
	background-color: #edf4f7;
	width: 10%;
}
#medical-record .lowerpage-section .table-block td.name {
	color: #1a3491;
	font-weight: bold;
	background-color: #edf4f7;
}
#medical-record .lowerpage-section .table-block td.none {
	background-color: #e0e0e0;
}
#medical-record .lowerpage-section .desc-block {
	margin-bottom: 30px;
}
#medical-record .lowerpage-section .desc-block:last-child {
	margin-bottom: 0;
}
#medical-record .lowerpage-section .desc-block dt {
	color: #1a3491;
	font-size: 16px;
	margin-bottom: 4px;
}
#medical-record .lowerpage-section .desc-block dd {
}
/********************************
  アクセス
********************************/
#access .inpage-link li {
	width: 313px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#access .inpage-link li:nth-child(3n) {
	margin-right: 0;
}
#access .inpage-link li:nth-last-child(1),
#access .inpage-link li:nth-last-child(2),
#access .inpage-link li:nth-last-child(3) {
	margin-bottom: 0;
}
#access .lowerpage-section {
	margin-bottom: 50px;
}
#access .lowerpage-section .map-block {
	margin-top: 30px;
}
#access .lowerpage-section .desc-block .head-sub {
	color: #1a3491;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
#access .lowerpage-section .desc-block p {
	margin-bottom: 1em;
}
#access .lowerpage-section .desc-block p:last-child {
	margin-bottom: 0;
}
#access .lowerpage-section .desc-block ul {
	margin-bottom: 14px;
}
#access .lowerpage-section .desc-block ul:last-child {
	margin-bottom: 0;
}
#access .lowerpage-section .desc-block ul li {
	margin-left: 1.2em;
	text-indent: -1.2em;
}
#access .lowerpage-section .desc-block ul li:before {
	content: "●";
	color: #1a3491;
	font-family: 'Noto Sans JP','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-right: 4px;
}
#access .lowerpage-section .detail-explanation {
	margin-bottom: 30px;
}
/********************************
  お知らせページ共通
********************************/
#news .lowerpage-section {
	margin-bottom: 50px;
}
/***** カテゴリーブロック *****/
#news #news-section .cat-list {
	width: 280px;
}
#news #news-section .cat-list .cat-block {
	margin-bottom: 40px;
}
#news #news-section .cat-list .cat-block:last-child {
	margin-bottom: 0;
}
#news #news-section .cat-list .cat-block .list-head {
	color: #1a3491;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	border-left: 3px solid #1a3491;
	margin-bottom: 10px;
	padding: 2px 0 2px 10px;
}
#news #news-section .cat-list .cat-block li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
#news #news-section .cat-list .cat-block li:before {
	content: "・";
	color: #1a3491;
	font-family: 'Noto Sans JP','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-right: 4px;
}
#news #news-section .cat-list .cat-block li a.active {
	color: #1a3491;
	font-weight: bold;
}
/* ページネーション */
#news #news-section #pagination {
	margin-top: 50px;
}
#news #news-section #pagination li {
	font-size: 13px;
	text-align: center;
	margin-right: 10px;
}
#news #news-section #pagination li a {
	padding: 2px 12px;
	border: 1px solid #1a3491;
	border-radius: 5px;
	display: block;	
}
#news #news-section #pagination li.active a {
	color: #fff;
	background-color: #1a3491;
}
#news #news-section #pagination li:last-child {
	margin-right: 0;
}
/********************************
  お知らせTOPページ
********************************/
/***** 記事ブロック *****/
#news #news-section .article-list {
	width: 670px;
}
#news #news-section .article-list .title-bg {
  color: #1a3491;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
	border: 2px solid #1a3491;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#news #news-section .article-list .article {
	border-bottom: 1px dotted #e4e4e4;
	padding: 24px 0;
}
#news #news-section .article-list .article:first-child {
	padding-top: 0;
}
#news #news-section .article-list .article.last {
	border-bottom: none;
	padding-bottom: 0;
}
#news #news-section .cat-name {
	color: #fff;
	background-color: #1a3491;
	border-radius: 5px;
	padding: 4px 8px;
	margin-bottom: 6px;;
	display: inline-block;
}
#news #news-section .article-list .article dt {
	margin-right: 0.5em;
}
#news #news-section .article-list .article dd a {
	color: #178ddd;
}
/********************************
  お知らせ詳細ページ
********************************/
/***** 記事ブロック *****/
#news #news-section .article-single {
	width: 670px;
}
#news #news-section .article-single .article-info {
	margin-bottom: 14px;
}
#news #news-section .article-single .article-info .cat-name {
	margin-right: 10px;
	margin-bottom: 0;
}
#news #news-section .article-single .article-txt {
}
#news #news-section .article-single .article-txt p {
	margin-bottom: 1em;
}
#news #news-section .article-single #pagination li.prev {
	margin-right: auto;
}
#news #news-section .article-single #pagination li.next {
	margin-left: auto;
}
/********************************
  よくあるご質問ページ
********************************/
#faq .inpage-link li {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}
#faq .inpage-link li:nth-child(2n) {
	margin-right: 0;
}
#faq .inpage-link li:last-child {
	margin-bottom: 0;
}
#faq .lowerpage-section {
	margin-bottom: 50px;
}
#faq .lowerpage-section .detail-explanation .detail-block dl.detail-txt dt {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
/********************************
  お問い合わせページ共通
********************************/
#contact .inpage-link li {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}
#contact .inpage-link li a.active {
	color: #fff;
	background-color: #1a3491; 
}
#contact .lowerpage-section {
	margin-bottom: 50px;
}
/* フォーム */
#contact #contact-mail-section {
}
#contact #contact-mail-section table {
	width: 100%;
	margin-top: 30px; 
	margin-bottom: 30px;
}
#contact #contact-mail-section table th {
	color: #1a3491;
	font-weight: bold;
	text-align: left;
	padding: 20px 20px;
	background-color: #dde1ef;
	border: 1px solid #1a3491;
	width: 30%;
}
#contact #contact-mail-section table th span {
	color: #fff;
	font-size: 13px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 5px;
	margin-right: 8px;
}
#contact #contact-mail-section table th span.required {
	background-color: #df0000;
}
#contact #contact-mail-section table th span.optional {
	background-color: #b1b6b9;
}
#contact #contact-mail-section table td {
	border: 1px solid #1a3491;
	padding: 20px 20px;
	width: 70%;
}
#contact #contact-mail-section form table td .txt-input,
#contact #contact-mail-section form table td .txt-area,
#contact #contact-mail-section form table td .txt-select {
	border: 1px solid #e5e5e5;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#contact #contact-mail-section form table td .txt-input {
	width: 100%;
}
#contact #contact-mail-section form table td .txt-area {
	width: 100%;
	min-height: 8em;
}
#contact #contact-mail-section form table td .txt-select {
	width: 100%;
}
#contact #contact-mail-section form table td .subject-block .contact-subject {
	position: relative;
}
#contact #contact-mail-section form table td .subject-block .contact-subject::before {
  border-bottom: 6px solid #54c3f1;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  content: "";
  position: absolute;
  right: 12px;
  top: 15px;
  width: 0;
}
#contact #contact-mail-section form table td .subject-block .contact-subject::after {
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 6px solid #54c3f1;
  content: "";
  position: absolute;
  right: 12px;
  top: 30px;
  width: 0;
}
#contact #contact-mail-section form table td ul {
	margin-bottom: 20px;	
}
#contact #contact-mail-section form table td ul:last-child {
	margin-bottom: 0;	
}
#contact #contact-mail-section form table td ul li.item-name {
	min-width: 4em;
}
#contact #contact-mail-section form table td ul li.postal-code {
	width: 50%;
	margin-left: 1em;
}
#contact #contact-mail-section form table td ul li.address-line {
	width: 100%;
	margin-left: 1em;
}
/* 個人情報保護方針 */
#contact #contact-mail-section .privacy-check {
}
#contact #contact-mail-section .privacy-check .message {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
#contact #contact-mail-section .privacy-check .privacy-desc {
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 30px;
	height: 250px;
	overflow-y: scroll;
}
#contact #contact-mail-section .privacy-check .privacy-desc dl {
	border-bottom: 1px dotted #1a3491;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#contact #contact-mail-section .privacy-check .privacy-desc dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#contact #contact-mail-section .privacy-check .privacy-desc dt {
	color: #1a3491;
	font-size: 16px;
	margin-bottom: 4px;
}
#contact #contact-mail-section .privacy-check .privacy-desc dd {
}
#contact #contact-mail-section .privacy-check .consent-check {
	text-align: center;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #edf4f7;
}
#contact #contact-mail-section .privacy-check .consent-check input {
	margin-right: 10px;
}
#contact #contact-mail-section .privacy-check .submit-btn {
	width: 450px;
	margin: 0 auto;
}
#contact #contact-mail-section .privacy-check .submit-btn input[type="submit"] {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
	border: 1px solid #1a3491;
  border-radius: 100px;
  background-color: #1a3491;
  padding: 12px 30px;
	width: 100%;
	position: relative;
}
/********************************
  404ページ
********************************/
.box-404 {
	text-align: center;
	padding: 50px;
	border: 1px solid #000;
	border-radius: 5px;
	margin: 100px 0;
}
.box-404 .title {
	color: #163486;
	font-size: 130%;
	font-weight: bold;
}
.box-404 p {
	margin-bottom: 1em;
}