html, body {
		width: 100%;
		-webkit-text-size-adjust: 100%;
 		-ms-text-size-adjust: 100%;
}

.pc_none {
		display: none;
}
body {
		line-height: 180%;
		font-size: 1em;
		color: #333;
		font-family: 'Sawarabi Gothic', sans-serif;
		scroll-behavior:smooth;
}
h1, h2, h3, h4, h5, h6 {
	font-family: '"M PLUS 1p', sans-serif;
	/*font-family: 'Sawarabi Gothic', sans-serif;*/
}
.drawer-hamburger {
		display: none;
}

.cont_h2 {
	width: 100%;
	text-align: center;
	font-size: 3.2em;
	padding-top: 50px;
	padding-bottom: 50px;
}

.cont_h3 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 2em;
	color: #394C93;
}

.cont_h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	color: #394C93;
}

.cont_dl {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.cont_dl dt {
	padding: 5px;
}

.cont_dl dd {
	padding: 0 5px 5px 5px;
	border-bottom: 1px dashed #ccc;
}

.contents_textarea {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
}

.cont_text {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
}

.cont_text ol li {
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -1em;
}

.cont_text ol li::before {
	content:  counter(cnt) ") ";
}


.cont_table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.cont_table th {
	padding: 10px;
	background-color: #E0EEF8;
	border: 1px solid #ccc;
	text-align: center;
}


.cont_table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.cont_ul {
	width: 96%;
	margin:0 auto;
}

.cont_ul li {
	padding-left: 10px;
	list-style: disc;
}

/*.cont_ul li {
  list-style: none;
}
.cont_ul li span {
  display: inline-block;
  text-indent: 1em;
}
.cont_ul li span::before {
  content: "・ ";
}*/




img {
		text-align: center;
		max-width: 100%;
}

.bl1 {border-left: 0px solid #ccc;}
.pl20 {padding-left: 20px;}

main {
		clear: both;
		padding-top: 30px;
		padding-bottom: 150px;
}

main:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}

header {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	position: relative;
	z-index: 100;
}

header:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}

#logo {
	background-image: url("/kidney_s/images/logo.jpg");
	width: 460px;
	height: 80px;
	text-indent: -9999px;
	float: left;
}

#logo a {
	background-image: url("/kidney_s/images/logo.jpg");
	width: 460px;
	height: 80px;
	text-indent: -9999px;
	display: block;
}

/*#menu {
	display: flex;
	width: 670px;
	padding-top: 30px;
	float: right;
	z-index: 100;
}

#menu > ul > li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

#menu > ul > li > ul {
	z-index: 100;
	left: -20px;
	top: 25px;
	position: absolute;
}


#menu > ul > li li {
	height: 0;
	overflow: hidden;
	width: 140%;
	transition: .5s;
}
#menu > ul > li li a {
	border-top: 1px solid #eee;
	display: block;
	padding: 10px;
	background-color:#fff;
}
#menu > ul > li:hover > ul > li {
	height: auto;
	overflow: visible;
}*/




/*.drawer-dropdown > ul {
		display: none;
}*/

.menu-container {
	width: 100%;
	clear: both;
	background-color: #327CC0;
}
.menu-container:after, .menu:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.menu {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.menu li {
	width: 14%;
	float: left;
}
.menu > ul > li > a {
	line-height: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	border-right: 1px solid #ccc;
	text-decoration: none;
	color: #fff;
}
.menu > ul > li:first-child > a {
	border-left: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul > li > a:hover {
	color: #FF0004;
	text-decoration: underline;
}
.menu > ul > li a:hover {
	color: #000000;
}


.bxslider {
	width: 100%;
	clear: both;
	height: 500px;	
	position: relative;
}

.bxslider img {
	width: 100%;
	min-width: 1200px;
	object-fit: cover;
	height: 500px;
}

.Mcont {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#top_box {
	background-color: #F8FAFF;
	width: 100%;
	clear: both;
	margin-top: 50px;
	padding-bottom: 50px;
}

.b_r10_img {
	border-radius: 10px 10px 10px 10px;
	margin: 0px 15px 5px 5px;
}
	
footer {
	min-width: 1200px;
	width: 100% !important;
	background-color: #327CC0;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;
}

footer:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}
#footer:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

#footer {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.0em;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer h4 {
	display: block;
	font-size:1.1em;
	margin-bottom: 20px;
}
#footer h4 a {
	display: block;
	margin-bottom: 20px;
}

#footer h4 a::before {
	
}

#footer li {
	padding: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++*/

#cont_main {
	width: 100%;
	min-width: 1200px;
	height: 200px;
	position: relative;
}

#cont_main img {
	object-fit: cover;
	width: 100%;
	min-width: 1200px;
	height: 200px;
}

#cont_main h2 {
	position: absolute;
	left: calc(50% - 600px);
	top: 80px;
	color: #fff;
	text-shadow: 2px 2px 3px #333;
}

.cont {
	width: 880px;
	float: right;
}

.left {
	width: 300px;
	float: left;
}

.left li {
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
background: -webkit-linear-gradient(#fff, #cecece);
background: -moz-linear-gradient(#fff, #cecece);
background: -o-linear-gradient(#fff, #cecece);
background: -ms-linear-gradient(#fff, #cecece);
background: linear-gradient(#fff, #cecece);

}

.left h3 {
	font-size: 1.1em;
	padding: 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #c3d9ff), color-stop(1.00, #97b0d9));
background: -webkit-linear-gradient(#c3d9ff, #97b0d9);
background: -moz-linear-gradient(#c3d9ff, #97b0d9);
background: -o-linear-gradient(#c3d9ff, #97b0d9);
background: -ms-linear-gradient(#c3d9ff, #97b0d9);
background: linear-gradient(#c3d9ff, #97b0d9);
font-weight: bold;
}

.cont h2 {
	width: 100%;
	text-align: center;
	font-size: 2em;
	padding-top: 50px;
	padding-bottom: 50px;
}

.cont h6 {
	width: 100%;
	font-size: 1.1em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cont h5 {
	padding: 10px;
	text-align: center;
	background-color: #eee;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

}

.cont p {
	text-align: left;
}

.res_ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.res_ul li {
	padding: 10px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #c8d7dc), color-stop(1.00, #f2f5f6));
background: -webkit-linear-gradient(#c8d7dc, #f2f5f6);
background: -moz-linear-gradient(#c8d7dc, #f2f5f6);
background: -o-linear-gradient(#c8d7dc, #f2f5f6);
background: -ms-linear-gradient(#c8d7dc, #f2f5f6);
background: linear-gradient(#c8d7dc, #f2f5f6);
display: block;
}

.staff_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.staff_box .imgbox {
	width: 260px;
	float: left;
	margin: 20px;
}


.staff_box:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.staff_box h3 {
	float: right;
	width: 770px;
	padding: 10px;
	font-size: 1.6em;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.staff_box h4 {
	float: right;
	width: 770px;
	padding: 10px;
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
}

.staff_box p {
		float: right;
	width: 770px;
	padding-left: 10px;
	font-size: 1em;
	margin-bottom: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++*/

#contact_dl {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#contact_dl dl:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
#contact_dl dt {
	width: 20%;
	padding: 10px 1%;
	float: left;
	clear: both;
	border-top: 1px dashed #ccc;
}
#contact_dl dd {
	width: 75%;
	padding: 10px 1%;
	float: left;
	border-top: 1px dashed #ccc;
}

#contact_dl .dropdown {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#contact_dl input {
	padding: 5px;
	border: 1px solid #ccc;
	/*width: 50%;*/
	border-radius: 10px;
}


#contact_dl textarea {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 80%;
}

.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 5px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #d01137;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
}

/* ページTOPに戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

a[href$=".pdf"] {
	padding-right: 1.7em;	
	vertical-align: -1px;
	display: inline;
	background: url("/kidney_s/images/top/pdf.jpg") no-repeat 100% 50%;
	background-size: 1.3em 1.3em;
}
