@charset "utf-8";
/* CSS Document */

/********************************
　共通
********************************/
html, body {
	width: 100%;
	min-height: 100%;
}
body {
	font-family: 'Noto Sans JP','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 15px;
	color: #484e51;
	line-height: 1.8;
	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: 1200px;
	overflow: hidden;
}
#contents {
	margin-top: 94px;
}
.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%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	position: fixed;
	max-height: 94px;
	z-index: 2;
}
#header header {
	width: 1000px;
	margin: 0 auto;
}
#header header .logo {
	width: 223px;
}
#header header .logo img {
	max-width: 100%;
	height: auto;
}
/********************************
  グローバルナビゲーション
********************************/
#header #gnav {
}
#header #gnav .pc-nav {
}
#header #gnav .pc-nav li {
}
#header #gnav .pc-nav li a {
	color: #1a3491;
	border-right: 1px solid #555;
	padding: 0 12px;
}
#header #gnav .pc-nav li:first-child a {
	border-left: 1px solid #555;
}
#header #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 {
	border-top: 1px dotted #ccc;
	padding-top: 50px;
}
/* フッター情報 */
#footer .f-info {
	margin-bottom: 50px;
}
#footer .f-info .logo {
	width: 444px;
	margin: 0 auto 20px auto;
}
#footer .f-info .logo a {
	display: block;
}
#footer .f-info ul {
	text-align: center;	
}
#footer .copyright {
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-color: #1a3491;
	padding: 30px 0;
}
#footer .copyright p:first-child {
	margin-bottom: 20px;
	line-height: 1.5;
}
#footer .copyright .u-logo {
	width: 274px;
	margin: 0 auto 12px auto;
}
#footer .copyright .u-logo img {
	max-width: 100%;
	height: auto;
}
/********************************
  TOPページ
********************************/
#index #contents {
}
/* メインイメージ */
#index #main-img {
	background: url("../images/common/main_img_bg.jpg") center center no-repeat;
	background-size: cover;
	height: 400px;
	margin-bottom: 60px;
}
#index #main-img .catch-copy {
	color: #1a3491;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
/* セクション共通 */
#index #contents .top-section {
}
#index #contents .top-section .section-head {
	color: #1a3491;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background: url("../images/common/section_head_line.png") center bottom no-repeat;
	margin-bottom: 26px;
	padding-bottom: 10px;
}
#index #contents .top-section .contents-head {
	color: #1a3491;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 26px;
}
/********************************
  TOPページ / 二部脊椎とは
********************************/
#index #contents #about {
	margin-top: -110px;
	margin-bottom: 60px;
	padding-top: 110px;	
}
#index #contents #about .message-txt {
	margin-bottom: 40px;
}
#index #contents #about .message-txt p {
	text-align: center;
	margin-bottom: 1em;
}
#index #contents #about .message-txt p:last-child {
	margin-bottom: 0;
}
/***** 主な病態・症状 *****/
#index #contents #about .symptoms-block-wrap {
	margin: 40px 0 40px 0;
}
#index #contents #about .symptoms-block {
	width: 30%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	position: relative;
}
#index #contents #about .symptoms-block:nth-last-child(1),
#index #contents #about .symptoms-block:nth-last-child(2),
#index #contents #about .symptoms-block:nth-last-child(3) {
	margin-top: 50px;
}
#index #contents #about .symptoms-block h4 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #1a3491;
	border-radius: 10px;
	width: 80%;
	margin: 0 auto;
	padding: 6px 10px;
	position: absolute;
	top: -20px;
	right: 30px;
}
#index #contents #about .symptoms-block ul {
	margin-top: 20px;
}
#index #contents #about .symptoms-block li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
#index #contents #about .symptoms-block li:before {
	content: "・";
}
#index #contents #about .symptoms-block li:first-child {
	padding-top: 0;
}
#index #contents #about .symptoms-block li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
#index #contents #about .support-txt {
	font-size: 18px;
	text-align: center;
}
/********************************
  TOPページ / 診療体制
********************************/
#index #contents #system {
	margin-top: -50px;
	margin-bottom: 60px;
	padding-top: 50px;	
}
#index #contents #system .top-section {
	background-color: #f6f8f9;
	padding: 60px 0;
}
#index #contents #system .desc-txt {
	text-align: center;
	margin-bottom: 36px;
}
/***** 1.大阪大学二部脊椎多職種専門外来 *****/
#index #contents #system .system01 {
	margin-bottom: 60px;
}
#index #contents #system .system01 .thought-block {
	margin-bottom: 30px;
}
#index #contents #system .system01 .thought-block dl {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
}
#index #contents #system .system01 .thought-block:last-child {
	margin-bottom: 0;
}
#index #contents #system .system01 .thought-block dt {
	color: #fff;
	text-align: center;
	line-height: 1.4;
	background-color: #1a3491;
	border-radius: 50%;
	width: 86px;
	height: 86px;
	margin-right: 20px;
}
#index #contents #system .system01 .thought-block dd {
	color: #1a3491;
	font-size: 20px;
	font-weight: bold;
}
#index #contents #system .system01 .thought-block dd span {
	color: #484e51;
	font-size: 14px;
	font-weight: normal;
}
/***** 2.専門チームメンバー *****/
#index #contents #system .system02 .team-block-wrap {
	width: 100%;
}
#index #contents #system .system02 .team-block-wrap .team-block {
	width: 485px;
}
#index #contents #system .system02 .team-block-wrap .team-block dl {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 24px;
	width: 100%;
}
#index #contents #system .system02 .team-block-wrap .team15.team-block {
	margin-bottom: 0;
}
#index #contents #system .system02 .team-block-wrap .team-block dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
#index #contents #system .system02 .team-block-wrap .team-block dt span {
	color: #1a3491;
}
#index #contents #system .system02 .team-block-wrap .team-block dt span.txt-small {
	color: #484e51;
	line-height: 1.6;
	display: block;
	/*font-size: 15px;*/
}
#index #contents #system .system02 .team-block-wrap .team-block dd {	
}
/********************************
  TOPページ / 受診を希望される患者さんへ
********************************/
/***** 受診予約方法 *****/
#index #contents #medical {
	margin-top: -110px;
	margin-bottom: 60px;
	padding-top: 110px;
}
#index #contents #medical .top-section {
}
#index #contents #medical .appointment-block-wrap {
	width: 100%;
	background-color: #f6f8f9;
	padding: 30px;
}
#index #contents #medical .appointment-block-wrap .appointment-block {
	margin-bottom: 30px;
}
#index #contents #medical .appointment-block-wrap .appointment-block dl {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 24px;
	width: 100%;
}
#index #contents #medical .appointment-block-wrap .appointment-block dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
#index #contents #medical .appointment-block-wrap .appointment-block dt span {
	color: #1a3491;
}
#index #contents #medical .appointment-block-wrap .appointment-block dd p {
	margin-bottom: 1em;
}
#index #contents #medical .appointment-block-wrap .appointment-block dd p:last-child {
	margin-bottom: 0;
}
#index #contents #medical .appointment-block-wrap .link-btn-wrap {
	width: 50%;
	margin: 0 auto;
}
/********************************
  TOPページ / お問い合わせ
********************************/
#index #contents #contact {
	margin-top: -110px;
	margin-bottom: 60px;
	padding-top: 110px;
}
#index #contents #contact .top-section {
	background-color: #f6f8f9;
	padding: 60px 0;
}
#index #contents #contact .top-section ul {
	text-align: center;
}
#index #contents #contact .top-section li.tel-number {
	color: #1a3491;
	font-size: 17px;
	font-weight: bold;
}
/********************************
  TOPページ / 関連リンク
********************************/
#index #contents #link {
	margin-top: -110px;
	margin-bottom: 60px;
	padding-top: 110px;
}
#index #contents #link .link-block {
	width: 760px;
	margin: 0 auto;
}
#index #contents #link .link-block.last {
	margin-top: 30px;
}
#index #contents #link .link-block li {
	width: 365px;
}
#index #contents #link .link-block li a {
	display: block;
}
/********************************
  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;
}