@charset "utf-8";

/* base
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ul, ol {
	list-style-type: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}

q::before, q::after, blockquote::before, blockquote::after {
	content: "";
	content: none;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src*=".svg"] {
	width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}

/* --------------------------------------------------------
	フォントと背景
-------------------------------------------------------- */
html {
/*
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
*/
}
.text{
	margin-bottom:20px;
 	text-align: left;
	font-size: clamp(16px, 1.8vw, 20px);
}
.text li{
	line-height: 1.8em;
}
.text2{
	margin-bottom:30px;
 	text-align: left;
	font-size: clamp(14px, 1.8vw, 20px);
}

body {
}
header {
	width: 100%;
  background: rgb(29, 73, 148);
}

#main_header {
  background: rgb(29, 73, 148);
}

#main_header img {
  margin-bottom: 0;
}

#global-navi{
  width: 100%;
 	text-align: center;
}

#global-navi ul {
	width: 100%;
  background: rgb(29, 73, 148);
 	text-align: center;
}
#global-navi li {
	width: 24.9%;
  height: auto;
/*
	margin: 1px;
*/
	padding: 14px 8px;
  background: rgb(29, 73, 148);
	font-size: clamp(16px, 1.8vw, 20px);
  color: #FFF;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -5px;

	float: left;
 	text-align: center;
 /* サイズは変わらない */
}


.back-to-top {
  margin-top: 10px;
  padding-top: 5px;
  z-index: 10000;
  position: fixed;
  right: 10px;　/* 画面右から30px */
	top: 10px;
/*   bottom: 80px; */
/* 画面下から80px */
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 8%;
  background:  rgb(29, 73, 148);
  cursor: pointer;
	text-align: center;
}

.back-to-top img {
  margin: auto;
  width: 80%;
  height: 80%;
}
.back-to-top a {
/*
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
*/
}

.back-to-top a:before {
/*
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  content: "";
  transform: rotate(-45deg) translate(-17%, -50%);
  top: 50%;
  left: 50%;
*/
}


#main {
	clear: both;
	width: 100%;
	text-align: center;
}

.tel {
	clear: both;
	text-align: center;
}

.tel_box{
  margin: auto;
	text-align: center;
	color: #000;
}

.tel p{
}

.tel img{
  margin-top: 20px;
	width: 90%;
}

#main .anchor {
	clear: both;
  margin-top: 20px;

}
#main h2 {
  margin-right: 50%;
	width: auto;               /* 幅指定 */
	height: 50px;              /* 高さ指定 */
	border: solid 1px rgb(29, 73, 148);     /* 枠線指定 */
	/* background-color: #eee;     背景色指定 */
  background: rgb(29, 73, 148);
	border-radius:10px 10px 0 0 ; /* 左上の角の数値 右上の角の数値 右下の角の数値 左下の角の数値  */
	padding: 10px;
	text-align: center;
  font-size:  24px;       /* 文字サイズ指定 */
	color: #fff;
}
#main h3 {
	text-align: left;
	padding:11px 8px 7px;
	border-bottom:solid 1px #DFE5EB;
	margin-bottom:10px;
	font-size: 22px;
	font-weight:bold;
}
#main h4 {
	text-align: left;
	padding:11px 8px 7px;
	margin-bottom:10px;
	font-size: 20px;
	font-weight:bold;
}
#main .underline {
	border: solid 2px rgb(29, 73, 148);
	clear: both;
}
#main .second_box {
  margin: 10px 0 10px 1%;
	width: 98%;               /* 幅指定 */
	text-align: center;
}
#main .second_box p{
	text-align: left;
	font-size: clamp(16px, 1.8vw, 20px);
	line-height: 1.8em;
}
#main .second_box .info_box ul{
}
#main .second_box .info_box li{
	font-size: clamp(14px, 1.8vw, 20px);
	text-align: left;
	line-height: 2.5em;
	border-bottom: dashed 1px rgb(29, 73, 148);     /* 枠線指定 */
}

#main .second_box .kamoku ul{
	padding: 15px;
}

#main .second_box .kamoku li{
	margin: 2px;
	padding: 5px;
  background: rgb(70, 154, 213);
  font-size:  18px;       /* 文字サイズ指定 */
  color: #FFF;
	float: left;

}
#main .second_box .kamoku li p{
	margin: 5px;
}

#main .second_box .adress li{
	font-size: clamp(16px, 1.8vw, 20px);
	text-align: left;
	line-height: 2.5em;
}

.clear {
	clear: both;
}
.clearfix {
	clear: both;
}

.contentsdl h4 {
	width: 150px;
	text-align: left;
	padding:50px;
	border: solid 1px #315D8A;     /* 枠線指定 */
	/* background-color: #eee;     背景色指定 */
	background:#315D8A;
	border-radius:10px 10px 0 0 ; /* 左上の角の数値 右上の角の数値 右下の角の数値 左下の角の数値  */

  color: #FFF;
	font-size: 20px;
}

.contentsdl dl{
	width: 100%;
	border:solid 1px #C1C7CC;
	margin-bottom:10px;
	border-collapse: collapse;
	border-spacing: 0;
}

.contentsdl dt,
.contentsdl dd{
	padding:10px 12px;
  width: auto;
	font-size: 16px;
}

.contentsdl dt{
	/*
	width:116px;
	*/
	background:#E8EFF9;
	font-weight:bold;
	text-align:left;
	border-right:solid 1px #C1C7CC;
	border-bottom:solid 1px #C1C7CC;
	vertical-align:top;
}
.contentsdl dd{
/*
width:508px;
*/
	border-bottom:solid 1px #C1C7CC;
	text-align:left;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#main .setubi ul{
	padding: 15px;
}

#main .setubi li{
	width: auto;
  height: auto;
	margin: 2px;
	padding: 8px;
  font-size:  16px;       /* 文字サイズ指定 */
  color: #FFF;
	float: left;

}
#main .setubi .setubi_on{
  color: #000;
/*
  background: #FFFE5C;
*/
	box-shadow: 2px 2px 4px gray;
}
#main .setubi .setubi_off{
  color: #FFF;
  background: #A5A6A6;
}

.contentsTable{
width: 100%;
border:solid 1px #C1C7CC;
margin-bottom:30px;
border-collapse: collapse;
border-spacing: 0;
}
.contentsTable th,
.contentsTable td{
padding:10px 12px;
    width: auto;
}


.contentsTable th{
/*
width:116px;
*/
background:#E8EFF9;
font-weight:bold;
text-align:left;
border-right:solid 1px #C1C7CC;
border-bottom:solid 1px #C1C7CC;
vertical-align:top;
}
.contentsTable td{
/*
width:508px;
*/
border-bottom:solid 1px #C1C7CC;
}

#contentsTable_time #week{
	background:#27A1D8;
	color:#FFFFFF;
}

#contentsTable_traffic th{
width:auto;
background:#E8EFF9;
font-weight:bold;
text-align:left;
border-right:solid 1px #C1C7CC;
border-bottom:solid 1px #C1C7CC;
vertical-align:top;
}
#contentsTable_traffic td{
width:auto;
border-bottom:solid 1px #C1C7CC;
}

.mark{
font-weight:bold;
color:#85C0DB;
padding-right:3px;
}

.note{
	margin-top:10px;
	text-align: left;
}
.noteBox li{
	font-size: clamp(14px, 1.8vw, 18px);
}

.noteBox{
border:solid 5px #D8DFE6;
padding:15px 10px;
color:#3D4861;
margin-bottom:30px;
	text-align: left;
}

.note dt{
width:1em;
float:left;
clear:left;
padding-bottom:3px;
	font-size: clamp(16px, 1.8vw, 20px);
}
.note dd{
margin-left:1em;
padding-bottom:3px;
	font-size: clamp(16px, 1.8vw, 20px);
}

#contentsTable_dock{
/* width:675px; */
margin:5px 0 20px;
}

#contentsTable_dock th{
padding:5px 8px;
width:2em;
}
#contentsTable_dock td{
padding:5px 8px;
width:auto;
}

#contentsTable_price{
margin:5px 0 20px;
}

#contentsTable_price th{
padding:5px 8px;
width:auto;
}
#contentsTable_price td{
padding:5px 8px;
width:auto;
text-align:right;
}

#outpatient .note{
margin:0;
}

#outpatient .note dt{
font-size:14px;
}
#outpatient .note dd{
font-size:14px;
}


#contentsTable_checkup{
margin:5px 0 20px;
}

#contentsTable_checkup th{
width:auto;
}
#contentsTable_checkup td{
width:auto;
}

#contentsTable_room {
	text-align:center;
	margin-bottom:10px;
	}

#contentsTable_room th {
	vertical-align:middle;
	}
#contentsTable_room td {
	border:#CCC 1px solid;
	}

#gMessage{
margin-top:20px;
}
#gMessage #gMessage_text{
	float:left;
	width:360px;
	padding-left:10px;
	padding-bottom:50px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#gMessage #gMessage_career{
float:right;
padding:10px;
width:300px;
background:#F3F2EE;
font-size: clamp(16px, 1.8vw, 20px);
text-align: left;
}

#gMessage #gMessage_career span{
font-weight:bold;
display:block;
margin-bottom:3px;
}


footer {
  margin: auto;
  margin-top: 100px;
	width: 100%;
  background: rgb(29, 73, 148);
}
#BLQ_footer_navi {
	clear: both;
  margin: auto;
  margin-left: 10px;
	padding: 15px;
  background: rgb(29, 73, 148);
	text-align: left;
	color: #000;
}
#BLQ_footer_navi ul{
}
#BLQ_footer_navi li{
  margin-bottom: 10px;
  margin-right: 20px;
	float: left;
	font-size: clamp(18px, 1.8vw, 20px);
	color: #fff;

  border-left: solid 6px #2d8fdd;/*左側の線*/
  margin-bottom: 2px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/}


footer hr{
	clear: both;
  margin: 10px;
  border: none 1px #fff;
}
#BLQ_company{
	clear: both;
  margin: auto;
  margin-left: 10px;
	padding: 15px;
  background: rgb(29, 73, 148);
  height: auto;
}
#BLQ_company .company{
 	text-align: left;
}
#BLQ_company .company img{
	width: 280px;
  height: auto;
}
#BLQ_company .adress{
	width: 600px;
  margin-top: 10px;
}
#BLQ_company .adress p{
	font-size: clamp(16px, 1.8vw, 20px);
	color: #fff;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
 	text-align: left;
  line-height: 1.5;
}


.wachin {
	width: auto;               /* 幅指定 */
/*
	height: 60px;              /* 高さ指定 */
*/
	border: solid 2px rgb(139, 194, 33);     /* 枠線指定 */
	/* background-color: #eee;     背景色指定 */
  background: rgb(139, 194, 33);
	border-radius:8px ; /* 左上の角の数値 右上の角の数値 右下の角の数値 左下の角の数値  */
	padding: 10px;
	text-align: center;
  font-size:  30px;       /* 文字サイズ指定 */
	color: #fff;
}
.wachin_box{
	background-size: 50px;
	background-size: contain;
	background-repeat: no-repeat;
  background-image: url("../img/mark_syringe.png");
}
.wachin_box p{
	margin-left: 60px;
}


#philosophy{
	clear: both;
  margin: auto;
	width: 90%;
	height: auto;
}

@media screen and (min-width: 801px) {

body {
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', noto-sans-cjk-jp, sans-serif;
	color: #1f2833;
	font-size: 1.6em;
	font-weight: 700;
	background: #fff;
	letter-spacing: 0.05em;
	line-height: 1.6;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
img {
	width: 100%;
}


body {
}

header {
  margin: auto;
	width: 1200px;
}
#main {
  margin: auto;
	width: 1200px;
}


#navi li {
	width: 24.8%;
  height: 86px;
	margin: 1px;
	padding: 15px;
  background: rgb(29, 73, 148);
  font-size:  36px;       /* 文字サイズ指定 */
  color: #FFF;
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: -7px;

	float: left;
 	text-align: center;
 /* サイズは変わらない */
}

#gMessage{
margin-top:20px;
}
#gMessage #gMessage_text{
	float:left;
	width:600px;
	padding-left:10px;
	padding-bottom:50px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#gMessage #gMessage_career{
float:right;
padding:10px;
width:auto;
background:#F3F2EE;
font-size: clamp(16px, 1.8vw, 20px);
text-align: left;
}

#gMessage #gMessage_career span{
font-weight:bold;
display:block;
margin-bottom:3px;
}


.wachin {
	width: 500px;               /* 幅指定 */
	height: 70px;              /* 高さ指定 */
  font-size:  30px;       /* 文字サイズ指定 */
	color: #fff;
}

.wachin_box{
	background-size: 100px;
	background-size: contain;
	background-repeat: no-repeat;
  background-image: url("../img/mark_syringe.png");
}
.wachin_box p{
	margin-left: 90px;
}


footer {
	width: 1200px;
}


}

