@charset "UTF-8";

/* 見出し */
.subtitle {
	margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: solid 2px #3c3c3c;
    position: relative;
}
.subtitle:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: solid 2px #3c3c3c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: absolute;
    bottom: -11px;
    right: 10px;
}
.subtitle:after {
    content: '';
    display: block;
    width: 2px;
    height: 140%;
    background: #3c3c3c;
    position: absolute;
    top: 0px;
    right: 19px;
}
.subtitle h2 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
}
.subtitle .en_title {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1;
}

/* 一覧 */
section article .lists ul {
    margin-bottom: 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
section article .lists ul li {
    font-size: 1.2rem;
    list-style: none;
    border-top: dotted 2px #b6b6b6;
    border-bottom: dotted 2px #b6b6b6;
    width: 18%;
}
section article .lists ul li a {
    color: #276da3;
    text-decoration: none;
    display: block;
    padding: 0.5em 0;
    position: relative;
}
section article .lists ul li a:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-bottom: solid 1px #276da3;
    border-right: solid 1px #276da3;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    right: 0px;
    top: 48%;
}

section article .list_block h3 {
	padding-top: 70px;
	margin-top: -70px;
    margin-bottom: 1em;
    border-bottom: solid 2px #c0c0c0;
    position: relative;
	pointer-events: none;
}
section article .list_block h3:before {
    content: '';
    display: block;
    width: 4em;
    height: 2px;
    background: #276da3;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
section article .list_block .list_table {
    overflow-x: auto;
    margin-bottom: 25px;
}
section article .list_block .list_table table {
    width: 100%;
}
section article .list_block .list_table th {
    color: #fff;
    background: #276da3;
    text-align: center;
    padding: 0.7em;
    border-left: solid 1px #fff;
    white-space: nowrap;
}
section article .list_block .list_table th:first-child {
    border-left: none;
}
section article .list_block .list_table td {
    text-align: center;
    padding: 0.7em;
    border-left: solid 1px #777;
    border-bottom: solid 1px #777;
    white-space: nowrap;
}
section article .list_block .list_table td:first-child {
    border-left: none;
}
section article .list_block .list_table td:nth-child(3n) {
    text-align: left;
}
section article .list_block .list_table td a {
    color: #276da3;
    display: block;
    padding: 0 1.5em;
    position: relative;
}
section article .list_block .list_table td a:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-bottom: solid 1px #276da3;
    border-right: solid 1px #276da3;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    right: 0px;
    top: 48%;
}
section article .list_block .list_table td img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
}

/* 詳細 */
section article .detail_block h3 {
	color: #276da3;
    margin-bottom: 1em;
    border-bottom: solid 2px #c0c0c0;
    position: relative;
	pointer-events: none;
}
section article .detail_block h3:before {
    content: '';
    display: block;
    width: 4em;
    height: 2px;
    background: #276da3;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
section article .detail_block .hospital_photo {
	text-align: center;
	display: table;
	margin: 0 auto 15px;
}
section article .detail_block .noimg {
	display: none;
}
section article .detail_block table {
    width: 100%;
	max-width: 100%;
}
section article .detail_block table th {
	font-weight: normal;
    color: #fff;
    background: #276da3;
    padding: 0.7em;
    border-top: solid 1px #276da3;
    border-bottom: solid 1px #fff;
    white-space: nowrap;
}
section article .detail_block table tr:last-child th {
    border-bottom: solid 1px #276da3;
}
section article .detail_block table td {
    padding: 0.7em;
    border-top: solid 1px #777;
    border-bottom: solid 1px #777;
	border-left: solid 2px #fff;
}
section article .detail_block table td .googlemap {
	text-align: right;
}
section article .detail_block table td .googlemap a {
    color: #fff;
	background: #276da3;
	text-decoration: none;
    display: inline-block;
    padding: 0 2em 0 1em;
	margin-left: auto;
    position: relative;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
section article .detail_block table td .googlemap a:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    right: 0.5em;
    top: 48%;
}
section article .detail_block .website {
    display: table;
    margin:  20px auto 0;
    background: #276da3;
    padding: 3px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
section article .detail_block .website a {
	color: #fff;
	font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 0.3em 2.5em 0.5em 2.5em;
    border: solid 2px #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: relative;
}
section article .detail_block .website a:after {
    content: '';
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    right: 0.5em;
    top: 47%;
}

@media (min-width: 375px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
/* 見出し */
.subtitle {
	margin-bottom: 40px;
    padding-bottom: 10px;
}
.subtitle:before {
    width: 28px;
    height: 28px;
    bottom: -15px;
    right: 50%;
    margin-right: -13px;
}
.subtitle:after {
    top: 0px;
    right: 50%;
}
.subtitle h2 {
	font-size: 2.6rem;
}
.subtitle .en_title {
	font-size: 1.6rem;
}

/* 一覧 */
section article .subtitle:before {
    right: 23%;
}
section article .subtitle:after {
    right: 23%;
}
section article .lists {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
section article .lists ul {
    margin: 10px 0 0;
	display: block;
    width: 120px;
}
section article .lists ul li {
    font-size: 1.4rem;
    border-top: dashed 2px #b6b6b6;
    border-bottom: dashed 2px #b6b6b6;
    width: 100%;
    margin-top: -2px;
}
section article .lists ul li a {
    display: block;
    padding: 0.5em 0;
}
section article .lists ul li a:after {
    border-width: 0 2px 2px 0;
}

section article .list_block {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 140px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 140px);/*Firefox4~15対応*/
	width: calc(100% - 140px);  
}
section article .list_block h3 {
	padding-top: 86px;
	margin-top: -86px;
    margin-bottom: 1.4em;
    border-bottom-width: 3px;
}
section article .list_block h3:before {
    height: 3px;
    bottom: -3px;
}
section article .list_block .list_table {
    margin-bottom: 35px;
}
section article .list_block .list_table th {
}
section article .list_block .list_table th:first-child {
}
section article .list_block .list_table td {
}
section article .list_block .list_table td:first-child {
}
section article .list_block .list_table td:nth-child(3n) {
}
section article .list_block .list_table td a {
}
section article .list_block .list_table td a:after {
    border-width: 0 2px 2px 0;
}
section article .list_block .list_table td img {
}

/* 詳細 */
section article .detail_block {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 140px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 140px);/*Firefox4~15対応*/
	width: calc(100% - 140px);
}
section article .detail_block h3 {
    margin-bottom: 1.4em;
    border-bottom-width: 3px;
}
section article .detail_block h3:before {
    height: 3px;
    bottom: -3px;
}
section article .detail_block .detail_data {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
section article .detail_block .hospital_photo {
	width: 230px;
	margin: 0;
}
section article .detail_block .hospital_photo img {
	width: 100%;
}
section article .detail_block .noimg {
	display: inline-block;
}

section article .detail_block .detail_data div {
	width: 06%;
	widht: -webkit-calc(100% - 260px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 260px);/*Firefox4~15対応*/
	width: calc(100% - 260px);  
}
section article .detail_block table th {
	width: 7em;
}
section article .detail_block table td .googlemap a {
    padding: 0.3em 2em 0.3em 1em;
}
section article .detail_block table td .googlemap a:after {
    border-width: 0 2px 2px 0;
}
section article .detail_block .website {
	margin-top: 40px;
    padding: 4px;
}
section article .detail_block .website a {
    padding: 0.5em 3em 0.5em 3em;
    border-width: 3px;
}
section article .detail_block .website a:after {
}
}


@media (min-width: 1120px) {
}


@media (min-width: 1200px) {
/* 見出し */
.subtitle {
	margin-bottom: 40px;
    padding-bottom: 10px;
}
.subtitle h2 {
	font-size: 3rem;
}
.subtitle .en_title {
	font-size: 1.8rem;
}

/* 一覧 */
section article .lists {
}
section article .lists ul {
    margin: 10px 0 0;
	display: block;
    width: 160px;
}
section article .lists ul li {
    font-size: 1.6rem;
}
section article .lists ul li a {
    display: block;
    padding: 0.5em 0;
}

section article .list_block {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 190px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 190px);/*Firefox4~15対応*/
	width: calc(100% - 190px);  
}
section article .list_block h3 {
}
section article .list_block .list_table {
    margin-bottom: 40px;
}
section article .list_block .list_table th {
}
section article .list_block .list_table th:first-child {
}
section article .list_block .list_table td {
}
section article .list_block .list_table td:first-child {
}
section article .list_block .list_table td:nth-child(1) {
    width: 10em;
}
section article .list_block .list_table td:nth-child(2) {
    width: 24em;
}
section article .list_block .list_table td:nth-child(3) {
    width: 20em;
    padding: 0.7em 1.5em;
}
section article .list_block .list_table td:nth-child(4) {
}
section article .list_block .list_table td a {
}
section article .list_block .list_table td a:after {
}
section article .list_block .list_table td img {
}

/* 詳細 */
section article .detail_block {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 190px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 190px);/*Firefox4~15対応*/
	width: calc(100% - 190px);  
}
section article .detail_block .hospital_photo {
	width: 360px;
}
section article .detail_block .detail_data div {
	width: 06%;
	widht: -webkit-calc(100% - 390px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 390px);/*Firefox4~15対応*/
	width: calc(100% - 390px);  
}
section article .detail_block table th {
	width: 130px;
}
section article .detail_block .website {
	margin-top: 50px;
}
section article .detail_block .website a {
    padding: 0.5em 3em 0.5em 3em;
}
}


@media (min-width: 1400px) {
/* メインビジュアル */
}



