@charset "UTF-8";

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	letter-spacing: 0em;
	text-align: justify;
	border: none;
}
html {
	font-size: 10px;
	font-weight: normal;
}
html.mobile {
	-webkit-text-size-adjust: 100%; 
	font-size: 18px;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
 display:block;
}
ul, ol {
	list-style: none;
	background: none;
}
ul li, ol li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
html,
body {
	font-family: "Sawarabi Mincho",sans-serif;
	font-style: normal;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
body {
	width: 640px;
	margin: auto;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
}
a:link {
	color: rgb(0, 0, 0);
}
a:visited {
	color: rgb(0, 0, 0);
}
label {
	white-space: nowrap;
}
table {
	border-collapse: collapse;
}
table tbody {
	border: none;
}
input[type="submit"] {
	border: rgb(160,160,160) solid 1px;
	padding: 5px 10px;
	cursor: pointer;
}

/* 
---------------------------------------- */
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
h2 {
	font-size: 2.2rem;
	font-family: "Sawarabi Mincho";
	font-weight: 300;
}
#contents {
	position: relative;
}
.menu-btn {
	position: absolute;
	top: 120px;
	right: 20px;
	z-index: 300;
}
#contents > h2 {
	position: absolute;
	top: 110px;
	text-align: center;
	width: 100%;
}

/* header
---------------------------------------- */
header {
	position: relative;
}
header strong {
	border-bottom: rgb(102,102,102) solid 1px;
	display: block;
	padding: 0 30px;
	line-height: 30px;
}
header dl {
	width: 640px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
}
header dl dt {
	width: 180px;
	margin-right: auto;
}
header dl dt img {
	width: 100%;
}
header dl dd:nth-of-type(1) {
	width: 200px;
	padding-right: 30px;
}

header dl dd:nth-of-type(1) img {
	width: 100%;
}
header dl dd:nth-of-type(2) {
	width: 140px;
}
header dl dd:nth-of-type(2) b {
	display: block;
	padding-bottom: 5px;
	width: 115px;
}
header dl dd:nth-of-type(2) input[type="text"] {
	border: rgb(102,102,102) solid 1px;
	border-radius: 20px;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-search.svg) right no-repeat;
	background-size: 14px 15px;
}
header nav {
	position: absolute;
	top: 110px;
	width: 100%;
	border-top: rgb(102,102,102) solid 1px;
	background: rgba(255,255,255,0.7);
	height: 80px;
	z-index: 800;
	min-width: 1200px;
}
header nav ul {
	margin: 0 auto;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: 1.3rem;
	position: relative;
}
header nav ul li {
	position: relative;
}
header nav ul li img {
}
.main-img {
	width: 100%;
	height: auto;
}
.main-img img {
	width: 100%;
}
.links a {
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/arrow-right.svg) center right no-repeat;
	font-size: 1.3rem;
	padding-right: 25px;
}

#page-top {
	position: fixed;
	bottom: 200px;
	right: 20px;
	font-size: 20px;
}
#page-top img {
	width: 68px;
	height: 68px;
}

/* footer
---------------------------------------- */
footer {
	background: rgb(233,248,250);
	margin: 0;
	padding: 60px 0 0;
}
footer div {
	text-align: center;
}
footer div h1 {
	text-align: center;
	padding-bottom: 20px;
}
footer div h1 img {
	width: 170px;
}
footer div p {
	display: inline-block;
}
footer ul {
	width: 590px;
	margin: 0 auto;
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.3rem;
	padding: 30px 0 50px;
}
footer ul li {
	display: block;
	width: 20%;
	height: 100%;
	position: relative;
	padding-bottom: 2em;
}
footer ul li a {
	display: block;
	text-align: center;
}
footer ul li a:link,
footer ul li a:visited {
	text-decoration: none;
}
footer ul li a:hover {
	text-decoration: none;
	color: rgb(0,180,210);
}
footer small {
	display: block;
	text-align: center;
	color: rgb(255,255,255);
	font-size: 1.2rem;
	line-height: 70px;
	background: rgb(0,180,210);
}

/* index
---------------------------------------- */
.idx-slid {
	width: 100%;
	background: rgb(228,228,228);
}
.idx-slid .center-item img {
	width: 100%;
}
.idx-panel {
	background: rgb(228,228,228);
	padding: 100px 0 80px;
}
.idx-panel ul {
	width: 96%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.idx-panel ul li {
	position: relative;
	width: 50%;
}
.idx-panel ul li img {
	width: 100%;
}
.info-list {
	padding: 100px 0 80px;
}
.info-list h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-know.svg) center top no-repeat;
	background-size: 38px 38px;
	padding: 50px 0 70px;
}
.info-list ul {
 width: 590px;
 margin: 0 auto;
 font-size: 1.5rem;
}
.info-list ul li {
	border-bottom: rgb(203,203,203) solid 1px;
	padding: 0 15px 10px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.info-list ul li b {
	display: inline-block;
	font-weight: 300;
	width: 8em;
}
.info-list ul li i {
	display: inline-block;
	font-style: normal;
	font-size: 1rem;
	color: rgb(255,255,255);
	width: 8em;
	text-align: center;
	background: rgb(0,180,210);
}
.info-list ul li p {
	padding-left: 1em;
}
.info-list .links {
	text-align: center;
	padding: 30px 0;
}
.open-info {
	background: rgb(239,239,239);
	padding: 100px 0 80px;
}
.open-info h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-info.svg) center top no-repeat;
	background-size: 46px 50px;
	padding: 60px 0 50px;
}
.open-info > div {
	width: 590px;
	margin: 0 auto;
}
.open-info .internal {
	padding-bottom: 40px;
}
.open-info .internal h3 {
	font-size: 2rem;
	font-family: "Sawarabi Mincho";
	font-weight: 300;
	position: relative;
	line-height: 38px;
	text-align: center;
	padding-bottom: 20px;
}
.open-info .internal h3::before {
	content: '';
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-01.svg) no-repeat;
	display: inline-block;
	margin-bottom: -5px;
	padding-right: 10px;
  width: 42px;
  height: 38px;
}
.open-info .internal h3::after {
	content: '';
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-02.svg) right no-repeat;
	display: inline-block;
	margin-bottom: -5px;
  width: 42px;
  height: 38px;
}
.open-info .internal table {
	border-top: rgb(203,203,203) solid 1px;
	border-bottom: rgb(203,203,203) solid 1px;
	width: 100%;
}
.open-info .internal table th {
	background: rgb(244,213,219);
	font-size: 1.5rem;
	font-weight: 300;
	text-align: center;
	border: rgb(203,203,203) solid 1px;
	padding: 5px 10px;
}
.open-info .internal table td {
	background: rgb(255,255,255);
	font-size: 1.5rem;
	text-align: center;
	border: rgb(203,203,203) solid 1px;
	padding: 5px 10px;
}
.open-info .dentistry {
	padding-bottom: 40px;
}
.open-info .dentistry h3 {
	font-size: 2rem;
	font-family: "Sawarabi Mincho";
	font-weight: 300;
	position: relative;
	line-height: 38px;
	text-align: center;
	padding-bottom: 20px;
}
.open-info .dentistry h3::before {
	content: '';
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-03.svg) no-repeat;
	display: inline-block;
	padding-right: 10px;
	margin-bottom: -5px;
  width: 23px;
  height: 25px;
}
.open-info .dentistry h3::after {
	content: '';
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-04.svg) right no-repeat;
	background-position: right bottom;
	padding-left: 10px;
	margin-bottom: -5px;
	display: inline-block;
  width: 23px;
  height: 25px;
}
.open-info .dentistry table {
	border-top: rgb(203,203,203) solid 1px;
	border-bottom: rgb(203,203,203) solid 1px;
	width: 100%;
}
.open-info .dentistry table th {
	background: rgb(228,238,237);
	font-size: 1.5rem;
	font-weight: 300;
	text-align: center;
	border: rgb(203,203,203) solid 1px;
	padding: 5px 10px;
}
.open-info .dentistry table td {
	background: rgb(255,255,255);
	font-size: 1.5rem;
	text-align: center;
	border: rgb(203,203,203) solid 1px;
	padding: 5px 10px;
}

.open-info .notes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.open-info .notes dl {
	width: 280px;
	border-top: rgb(203,203,203) solid 1px;
	border-bottom: rgb(203,203,203) solid 1px;
	background: rgb(255,255,255);
}
.open-info .notes dl dt {
	font-size: 1.5rem;
	text-align: center;
	padding: 5px 0;
	background: rgb(226,246,249);
	border-bottom: rgb(203,203,203) solid 1px;
}
.open-info .notes dl dd {
	font-size: 1.5rem;
	text-align: center;
	padding: 10px 0;
}
.open-info .notes dl dd p {
	padding-bottom: 5px;
}
.open-info .notes dl dd p span {
	padding: 0 20px;
	border-right: rgb(203,203,203) solid 1px;
}
.open-info .notes dl dd p b {
	padding-left: 20px;
}
.open-info .notes a , .open-info .notes dt , .open-info .notes dd p {
	text-decoration: none;
}
.open-info .links {
	text-align: center;
	padding: 30px 0;
}

.floor {
	padding: 50px 0;
}
.floor div ul {
	width: 590px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.floor div ul li:nth-of-type(1) {
	width: 590px;
	padding-bottom: 60px;
}
.floor div ul li:nth-of-type(2) {
	width: 590px;
}
.floor div ul li:nth-of-type(1) h2 {
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-cross.svg) left center no-repeat;
	background-size: 36px 46px;
	line-height: 46px;
	padding-left: 45px;
}
.floor div ul li table {
	margin: 20px 0 0 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 1.5rem;
	border-top: rgb(203,203,203) solid 1px;
}
.floor div ul li table tr {
	border-bottom: rgb(203,203,203) solid 1px;
	padding: 7px 0;
	display: block;
}
.floor div ul li table th {
	padding: 10px 0;
	width: 95px;
	height: 100%;
	background: rgb(226,246,249);
}
.floor div ul li table th i {
	font-style: normal;
	display: block;
	font-weight: 300;
	width: 100%;
	text-align: center;
}
.floor div ul li table td {
	vertical-align: middle;
	padding: 10px ;
}
.floor div ul li:nth-of-type(2) div {
	padding-bottom: 40px;
}
.floor div ul li:nth-of-type(2) div p {
	font-size: 1.5rem;
	padding-bottom: 15px;
}
.floor div ul li:nth-of-type(2) div:nth-of-type(1) h2 {
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-card.svg) left center no-repeat;
	background-size: 46px 26px;
	line-height: 46px;
	padding-left: 55px;
}
.floor div ul li:nth-of-type(2) div:nth-of-type(2) h2 {
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-karte.svg) left center no-repeat;
	background-size: 38px 50px;
	background-position: 7px top;
	line-height: 55px;
	padding-left: 55px;
}

.gmap .map-wrap {
	height: 280px;
}
.gmap .map-wrap iframe {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* information
---------------------------------------- */
.information {
	width: 640px;
	margin: 0 auto;
	padding: 50px 0 60px;
}
.information .page-link {
	padding-bottom: 150px;
}
.information .page-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.information .page-link ul li {
	width: 400px;
	font-size: 1.7rem;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 20px;
}
.information .page-link ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 70px;
	border: rgb(178,178,178) solid 1px;
	-webkit-transition: .5s;
	transition: .5s;
}
.information .page-link ul li a:link,
.information .page-link ul li a:visited {
	text-decoration: none;
}
.information .page-link ul li:hover a {
	background: rgb(178,178,178);
}
.information .page-link ul li:hover a:link,
.information .page-link ul li:hover a:visited {
	color: rgb(255,255,255);
}
.information section {
	padding-bottom: 60px;
}
.information section h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-closs-sq.svg) center top no-repeat;
	background-size: 40px;
	padding: 50px 20px 40px;
}

.information #philosophy strong {
	display: block;
	text-align: center;
	color: rgb(30,105,150);
	font-size: 3.8rem;
	line-height: 1.4em;
	padding-bottom: 50px;
}
.information #philosophy h3 {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 300;
	padding-bottom: 20px;
}
.information #philosophy ol {
	border-top: rgb(203,203,203) solid 1px;
	padding-bottom: 30px;
	width: 590px;
	margin: 0 auto;
}
.information #philosophy ol li {
	font-size: 2rem;
	border-bottom: rgb(203,203,203) solid 1px;
	padding: 10px;
}
.information #philosophy p {
	text-align: center;
	font-size: 2rem;
}

.information #history dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.5rem;
	width: 590px;
	margin: 0 auto;
}
.information #history dl dt {
	width: 90px;
	padding-bottom: 10px;
	position: relative;
}
.information #history dl dt::after {
	content: ':';
	position: absolute;
	right: 0;
}
.information #history dl dd {
	width: 480px;
}

.information #introduce ol {
	width: 226px;
	margin: 0 auto;
}
.information #introduce ol li {
	text-align: center;
	padding-bottom: 20px;
}
.information #introduce ol li p {
	display: inline-block;
	font-size: 1.5rem;
}
.information #introduce ol li p b {
	font-size: 2.3rem;
}
.information #introduce h3 {
	width: 500px;
	margin: 0 auto;
	padding: 50px 0 0;
	font-size: 2.3rem;
	font-weight: 300;
}
.information #introduce ul {
	width: 500px;
	margin: 0 auto;
	padding: 0 0 50px;
}
.information #introduce ul li {
	font-size: 1.5rem;
	padding: 5px 0;
	/*background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/dot-line-mid.svg) 60px center no-repeat;*/
	background-size: 5px;
}
.information #introduce ul li:nth-of-type(1) {
	font-size: 1.5rem;
	padding: 5px 0;
	/*background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/dot-line-str.svg) 60px 1em no-repeat;*/
	background-size: 5px;
}
.information #introduce ul li {
	font-size: 1.5rem;
	padding: 5px 0;
	/*background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/dot-line-mid.svg) 60px center no-repeat;*/
	background-size: 5px;
}
.information #introduce ul li b {
	padding-left: 2em;
}
.information #introduce dl {
	width: 500px;
	margin: 0 auto;
	padding: 0 0 50px;
}
.information #introduce dl dt {
	font-size: 2.3rem;
	font-weight: 300;
}
.information #introduce dl dd {
	font-size: 1.5rem;
	padding: 5px 0;
}

/* 内科外来について
---------------------------------------- */
.aimo .open-info h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-01.svg) center top no-repeat;
	background-size: 54px;
	padding: 60px 0 50px;
}
.aimo .info-note {
	width: 590px;
	margin: 0 auto;
	padding: 80px 0;
}
.aimo .info-note div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.aimo .info-note div dl {
	width: 590px;
	padding-bottom: 60px;
}
.aimo .info-note div dl dt {
	font-size: 2.5rem;
	line-height: 80px;
	padding-left: 65px;
}
.aimo .info-note div dl dd {
	font-size: 1.5rem;
}
.aimo .info-note div dl:nth-of-type(1) dt {
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-06.svg) left center no-repeat;
	background-size: 51px;
}
.aimo .info-note div dl:nth-of-type(2) dt {
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-07.svg) left center no-repeat;
	background-size: 50px;
}
.aimo .info-note div dl:nth-of-type(3) dt {
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-08.svg) left center no-repeat;
	background-size: 45px;
}
.aimo .info-note div dl:nth-of-type(4) dt {
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-09.svg) left center no-repeat;
	background-size: 50px;
}
.aimo .info-note div dl:nth-of-type(5) dt {
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-09.svg) left center no-repeat;
	background-size: 51px;
}
.underber{
	text-decoration: underline;
	text-align: center;
}

/* 入院について
---------------------------------------- */ 
.ah .page-link {
	padding: 50px 0;
	width: 590px;
	margin: 0 auto;
}
.ah .page-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ah .page-link ul li {
	width: 400px;
	font-size: 1.7rem;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 20px;
}
.ah .page-link ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 70px;
	border: rgb(178,178,178) solid 1px;
	-webkit-transition: .5s;
	transition: .5s;
}
.ah .page-link ul li a:link,
.ah .page-link ul li a:visited {
	text-decoration: none;
}
.ah .page-link ul li:hover a {
	background: rgb(178,178,178);
}
.ah .page-link ul li:hover a:link,
.ah .page-link ul li:hover a:visited {
	color: rgb(255,255,255);
}
.ah #documents h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-bed.svg) center top no-repeat;
	background-size: 60px;
	padding: 60px 0 50px;
}
.ah #document {
	padding-bottom: 80px;
}
.ah #document h3 {
	font-size: 2.1rem;
	text-align: center;
	font-weight: 300;
	padding-bottom: 20px;
}
.ah #document ul {
	width: 510px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ah #document ul li {
	width: 253px;
	border: rgb(203,203,203) solid 1px;
}
.ah #document ul li img {
	width: 100%;
}
.ah #goods {
	padding-bottom: 80px;
}
.ah #goods h3 {
	font-size: 2.1rem;
	text-align: center;
	font-weight: 300;
	padding-bottom: 20px;
}
.ah #goods ul {
	border-left: rgb(203,203,203) solid 1px;
	border-right: rgb(203,203,203) solid 1px;
	border-top: rgb(203,203,203) solid 1px;
	width: 590px;
	margin: 0 auto;
}
.ah #goods ul li {
	border-bottom: rgb(203,203,203) solid 1px;
}
.ah #goods ul li div {
	padding: 10px 0;
}
.ah #goods ul li div table {
	width: 100%;
}
.ah #goods ul li div table img {
	display: none;
}
.ah #goods ul li div table th {
	text-align: center;
	color: rgb(85,160,105);
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 300;
}
.ah #goods ul li div table td {
	text-align: center;
	position: relative;
	padding: 15px 0 20px;
}
.ah #goods ul li div table td b {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	text-align: center;
}
.ah #goods ul li:nth-of-type(1) div table td {
	width: 16%;
}
.ah #goods ul li:nth-of-type(2) div table td {
	width: 25%;
}
.ah #goods ul li:nth-of-type(3) div table td {
	width: 20%;
}
.ah #goods ul li:nth-of-type(3) div table th:last-child,
.ah #goods ul li:nth-of-type(3) div table td:last-child {
	border-left: rgb(203,203,203) solid 1px;
}
.ah #goods > p {
	width: 590px;
	margin: 0 auto;
	font-size: 1.3rem;
	padding: 10px 0;
}
.ah #schedule {
	width: 590px;
	margin: 0 auto;
	padding-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ah #schedule div h3 {
	text-align: center;
	padding: 70px 0 20px;
	font-weight: 300;
	font-size: 2.2rem
}
.ah #schedule div dl dt {
	background: rgb(226,246,249);
	font-size: 1.5rem;
	text-align: center;
	padding: 5px 0;
}
.ah #schedule div dl dd {
	padding: 5px 0;
}
.ah #schedule div dl dd table {
	width: 100%;
	border: rgb(255,255,255) solid 1px;
	border-bottom: rgb(203,203,203) solid 1px;
	border-collapse: collapse;
}
.ah #schedule div dl dd table tr {
	border-bottom: rgb(178,178,178) dotted 1px;
}
.ah #schedule div dl dd table tr td {
	font-size: 1.5rem;
	text-align: center;
	padding: 5px 0;
}
.ah #schedule div dl dd table tr td:last-child {
	border-left: rgb(203,203,203) solid 1px;
}
.ah #schedule div:nth-of-type(1) {
	width: 450px;
	margin: auto
}
.ah #schedule div:nth-of-type(1) h3 {
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-07.svg) center top no-repeat;
	background-size: 45px;
}
.ah #schedule div:nth-of-type(2) {
	width: 450px;
	margin: auto
}
.ah #schedule div:nth-of-type(2) h3 {
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-08.svg) center 15px no-repeat;
	background-size: 50px;
}
.ah #visitation {
	width: 100%;
	margin: auto;
	padding-bottom: 100px;
}
.ah #visitation div {
	text-align: center;
}
.ah #visitation h3 {
    font-size: 2.1rem;
    text-align: center;
    font-weight: 300;
    padding-bottom: 20px;
}
.ah #visitation p {
	font-size: 2rem;
	display: inline-block;
	margin: 0 50px;
}
.ah #visitation p span {
	margin-right: 20px;
}
.ah #visitation p b {
	font-size: 2.1rem;
}
.ah #info-note {
	width: 590px;
	margin: auto;
	padding-bottom: 100px;
}
.ah #info-note div {
	padding-bottom: 60px;
}
.ah #info-note h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-info-wh.svg) center top no-repeat;
	background-size: 50px;
	padding: 60px 0 30px;
}
.ah #info-note h3 {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 300;
	padding-bottom: 20px;
}
.ah #info-note ol {
	border-top: rgb(203,203,203) solid 1px;
	padding-top: 15px;
}
.ah #info-note ol li {
	font-size: 2rem;
	border-bottom: rgb(203,203,203) solid 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 1em;
	list-style: decimal;
  list-style-position: inside;
}
.ah #info-note ol li span {
	display: inline-block;
	vertical-align: top;
	width: 90%;
}

/* 健康診断・人間ドッグ
---------------------------------------- */ 
.mccs {
	padding: 80px 0;
}
.mccs .major h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-heart.svg) center top no-repeat;
	background-size: 70px;
	padding: 80px 0 50px;
	font-size: 2.5rem;
}
.mccs .major div {
	width: 590px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mccs .major div ul {
	width: 100%;
	padding-bottom: 50px;
}
.mccs .major div ul li {
	font-size: 1.5rem;
	border-top: rgb(203,203,203) solid 1px;
	padding-top: 15px;
	margin-bottom: 15px;
}
.mccs .major div ul li::before {
	content: '■';
	padding: 0 5px;
	color: rgb(255,123,171);
}
.mccs .major div ul li:last-child::before {
	content: '';
	text-align: center;
}
.mccs .major div ul li img {
	width: 100%;
}
.mccs .major div dl {
	width: 590px;
}
.mccs .major div dl dt {
	background: rgb(255,221,233);
	text-align: center;
	padding: 5px 0;
	border-top: rgb(203,203,203) solid 1px;
	border-bottom: rgb(203,203,203) solid 1px;
	font-size: 1.5rem;
}
.mccs .major div dl dd {
	padding: 10px 0 30px;
}
.mccs .major div dl dd p {
	font-size: 1.5rem;
	padding-bottom: 10px;
}
.mccs .major div dl dd p i {
	font-style: normal;
	display: inline-block;
	text-align: center;
	width: 150px;
	border-right: rgb(203,203,203) solid 1px;
}
.mccs .major div dl dd p b {
	font-style: normal;
	display: inline-block;
	text-align: center;
	width: 149px;
}
.mccs .major div dl dd span {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	border-top: rgb(203,203,203) solid 1px;
	padding-top: 10px;
}
.mccs .major div dl dd:last-child p {
	border-bottom: rgb(203,203,203) solid 1px;
	text-align: center;
}

/* お問い合わせ
---------------------------------------- */ 
.contact {
	margin: 0 auto;
	padding: 150px 0 80px;
	background: rgb(239,239,239);
}
.contact section {
	width: 590px;
	margin: 0 auto;
}
.contact section h2 {
	padding-bottom: 50px;
}
.contact section h3 {
	font-size: 2rem;
	color: rgb(177,144,108);
	padding-bottom: 10px;
	font-weight: 300;
}
.contact section ul {
	border-top: rgb(203,203,203) solid 1px;
	padding: 1em 0 60px;
}
.contact section ul li {
	font-size: 1.5rem;
	border-bottom: rgb(203,203,203) solid 1px;
	padding-left: 1.6em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.contact section div ul li::before {
	content: '■';
	padding: 0 5px;
	color: rgb(177,144,108);
	margin-left: -1.5em;
}
.contact section .form-items {
	width: 470px;
	margin: 0 auto;
	padding: 40px;
	background: rgb(255,255,255);
	-webkit-box-shadow: 10px 10px 0 rgba(150,150,150,0.1);
	box-shadow: 10px 10px 0 rgba(150,150,150,0.1);
}
.contact section .form-items form * {
	font-size: 1.4rem;
	max-width: 100%;
}
.contact section .form-items form p {
	position: relative;
	padding-bottom: 20px;
}
.contact section .form-items form sup {
	position: absolute;
	top: 0;
	left: -0.5em;
	color: rgb(233,28,36);
}
.contact section .form-items form input[type="text"],
.contact section .form-items form input[type="email"],
.contact section .form-items form textarea {
	border: rgb(175,175,175) solid 1px;
	border-radius: 5px;
}
.contact section .form-items form input[type="radio"] {
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}
.contact section .form-items form label {
	cursor: pointer;
}
.contact section .form-items form strong {
	display: block;
	text-align: center;
}
.contact section .form-items form strong input {
	background: rgb(0,0,0);
	color: rgb(255,255,255);
	padding: 10px 25px;
}

/* アクセス
---------------------------------------- */ 
.access {
}
.access .page-link {
	padding: 50px 0;
	width: 590px;
	margin: 0 auto;
}
.access .page-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.access .page-link ul li {
	width: 400px;
	font-size: 1.7rem;
	-webkit-transition: .5s;
	transition: .5s;
	padding-bottom: 20px;
}
.access .page-link ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 70px;
	border: rgb(178,178,178) solid 1px;
	-webkit-transition: .5s;
	transition: .5s;
}
.access .page-link ul li a:link,
.access .page-link ul li a:visited {
	text-decoration: none;
}
.access .page-link ul li:hover a {
	background: rgb(178,178,178);
}
.access .page-link ul li:hover a:link,
.access .page-link ul li:hover a:visited {
	color: rgb(255,255,255);
}
.access #profile {
	width: 590px;
	margin: auto;
	padding-bottom: 150px;
}
.access #profile h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-pin.svg) center top no-repeat;
	background-size: 36px;
	padding: 80px 0 50px;
	font-size: 2.5rem;
}
.access #profile dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-bottom: 1em;
	font-size: 1.5rem;
}
.access #profile dl dt {
	width: 7em;
	position: relative;
}
.access #profile dl dt::after {
	content: ':';
	position: absolute;
	right: 0;	
}
.access #profile dl dd {
	padding-left: 1em;
}
.access #traffic {
	width: 590px;
	margin: auto;
}
.access #traffic .mapwrap iframe {
	width: 100%;
}
.access #traffic img {
	width: 100%;
}
.access #traffic h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-pin.svg) center top no-repeat;
	background-size: 36px;
	padding: 80px 0 50px;
	font-size: 2.5rem;
}
.access #traffic dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 80px 0;
}
.access #traffic dl dd {
	width: 340px;
}
.access #traffic dl dd div {
	padding-top: 40px;
}
.access #traffic dl dd div em {
	font-style: normal;
	background: rgb(120,200,190);
	color: rgb(255,255,255);
	font-size: 1.2rem;
	padding: 5px 30px;
}
.access #traffic dl dd div p {
	padding-top: 1em;
	font-size: 1.8rem;
}
.access #pp {
	background: rgb(239,239,239);
	padding: 70px 0;
}
.access #pp div {
	width: 590px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.access #pp h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-file.svg) center top no-repeat;
	background-size: 36px;
	padding: 80px 0 50px;
	font-size: 2.5rem;
	width: 100%;
}
.access #pp p  {	
	text-align: center;
	font-size: 1.5rem;
	padding-bottom: 50px;
	width: 100%;
}
.access #pp dl {
	width: 480px;
	padding-bottom: 40px;
}
.access #pp dl dt {
	color: rgb(120,200,190);
	font-size: 1.9rem;
}
.access #pp dl dd {
	font-size: 1.5rem;
	padding: 1em 0;
}

/* ブログ
---------------------------------------- */ 
.blog-entry {
	background: rgb(239,239,239);
	padding: 150px 0 80px;
}
.blog-entry h2 {
	width: 590px;
	margin: auto;
	font-size: 3.5rem;
	line-height: 1.2em;
	padding-bottom: 50px;
}
.blog-entry .entry-wrap {
	width: 590px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.blog-entry .entry-wrap .content {
	width: 650px;
}
.blog-entry .entry-wrap .content {
	font-size: 1.5rem;
}
.blog-entry .entry-wrap .content .plinks {
	padding: 30px;
}
.blog-entry .entry-wrap .content .plinks ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.blog-entry .entry-wrap .content .plinks ul li {
padding: 40px;
}
.blog-entry .entry-wrap .content .plinks ul li:nth-of-type(1) a::before {
	content: '<';
	color: rgb(0,180,208);
	padding-right: 5px;
}
.blog-entry .entry-wrap .content .plinks ul li:nth-of-type(2) a::after {
	content: '>';
	color: rgb(0,180,208);
	padding-left: 5px;
}
.blog-entry .entry-wrap aside {
	width: 330px;
	margin: auto;
}
.blog-entry .entry-wrap aside h3 {
	font-size: 2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: rgb(201,201,201) solid 1px;
}
.blog-entry .entry-wrap aside ul li {
	font-size: 1.3rem;
	padding-bottom: 10px;
}
.blog-entry .entry-wrap aside .pager ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.blog-entry .entry-wrap aside .pager ul li a {
	border: rgb(155,155,156) solid 1px;
	border-radius: 50%;
	line-height: 1em;
	margin: 0;
	padding: 5px;
}

.blog-entry .entry-wrap aside .pager ul li a.active {
	background: rgb(122,192,203);
	border-radius: 50%;
	border:  rgb(122,192,203) solid 1px;
}
.blog-entry .entry-wrap aside .pager ul li:last-child a {
	border: none;
}
.blog-entry .entry-wrap aside .pager ul li a.active:link,
.blog-entry .entry-wrap aside .pager ul li a.active:visited {
	color: rgb(255,255,255);
}
.blog-entry .entry-wrap aside .pager ul li a:link,
.blog-entry .entry-wrap aside .pager ul li a:visited {
	text-decoration: none;
}

/* 医療福祉相談室
---------------------------------------- */ 
.mwc {
 padding: 80px 0 0;
}
.mwc .outline {
	padding-bottom: 80px;
}
.mwc .outline h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-hearthand.svg) center top no-repeat;
	background-size: 56px;
	padding: 60px 0 50px;
	font-size: 2.5rem;
}
.mwc .outline div p {
	text-align: center;
	font-size: 2rem;
	line-height: 2.5em;
}
.mwc .note {
	padding-bottom: 80px;
}
.mwc .note h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-hearthand.svg) center top no-repeat;
	background-size: 56px;
	padding: 60px 0 50px;
	font-size: 2.5rem;
}
.mwc .note div {
	width: 590px;
	margin: auto;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/mwc-img-01.png) center bottom no-repeat;
	padding-bottom: 370px;
}
.mwc .note div p {
	font-size: 2.1rem;
	padding-bottom: 10px;
}
.mwc .note div ul {
	border-top: rgb(203,203,203) solid 1px;
	padding-top: 1em;
	width: 100%;
}
.mwc .note div ul li {
	font-size: 1.5rem;
	border-bottom: rgb(203,203,203) solid 1px;
	padding-bottom: 1em;
	padding-left: 1.2em;
	margin-bottom: 1em;
}
.mwc .note div ul li::before {
	content: '■';
	margin-left: -1em;
	color: rgb(255,163,51);
}
.mwc .contact-info {
	background: rgb(239,239,239);
	padding: 80px 0;
}
.mwc .contact-info h2 {
	text-align: center;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-contact.svg) center top no-repeat;
	background-size: 63px;
	padding: 80px 0 40px;
	font-size: 2.5rem;
}
.mwc .contact-info h3 {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 300;
	padding-bottom: 30px;
}
.mwc .contact-info dl {
	width: 400px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mwc .contact-info dl dt {
	padding-bottom: 20px;
}
.mwc .contact-info dl dt p:nth-of-type(1) {
	font-size: 4.7rem;
	line-height: 1.2em;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-phone.svg) left center no-repeat;
	background-size: 39px;
	padding-left: 50px;
}
.mwc .contact-info dl dt p:nth-of-type(2) {
	font-size: 4.7rem;
	line-height: 1.2em;
	background: url(http://www.keneikai.jp/__cms/wp-content/themes/sosimple/img/icon-fax.svg) left center no-repeat;
	background-size: 43px;
	padding-left: 50px;
}
.mwc .contact-info dl dd {
	width: 400px;
	background: rgb(255,255,255);
	border-radius: 5px;
}
.mwc .contact-info dl dd strong {
	display: block;
	font-size: 1.9rem;
	font-style: normal;
	text-align: center;
	line-height: 1.5em;
}
.mwc .contact-info dl dd div {
	padding-top: 17px;
}
.mwc .contact-info dl dd em {
	display: block;
	font-size: 1.3rem;
	font-style: normal;
	text-align: center;
}
.mwc .contact-info > p {
	font-size: 1.6rem;
	width: 590px;
	margin: 30px auto;
}
