@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

#cl_top {
	padding: 0px;
	background-image: url(../../images/doctor_img01.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 430px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#cl_top {
	margin: 0px;
	padding: 0px;
}
#cl_top span {
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cl_top h2 {
	font-weight: bold;
	padding: 0px;
	color: #383838;
	font-size: 170%;
	line-height: 1.9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#cl_top p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 40%;
}
#place_img {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	height: 380px;
	width: 480px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#place_comment {
	padding: 0px;
	float: right;
	height: auto;
	width: 500px;
	margin: 20px 0 0 0;
}
#place_comment dt {
	padding: 0px;
	font-weight: bold;
	/*color: #50be91;*/
	font-size: 150%;
	line-height: 1.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#place_comment dd {
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}
.cl_link-btn {
	width: 100%;
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cl_link-btn a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #50be91;
	border-radius: 5px;
	box-shadow: 3px 3px #3d8e6b;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_w.png);
	background-repeat: no-repeat;
	background-position : 10px 24px;
}
.cl_link-btn a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #4eab83;
}
#concept {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#concept dl {
	width: 30%;
	background-color: rgba(245,245,245,0.9);
	border-radius: 8px;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	border-radius: 5px;
    overflow: hidden;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;	
}
#concept dl div {
	margin-top: -60px;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
    z-index: 50;	
}
#concept dl dt {
	font-size: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
	line-height: 1.5;
}
#concept dl dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#concept dl dd img {
	width:100% !important;
}
#concept dl p {
	font-size: 90%;
	text-align: justify;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#eq {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#eq dl {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 30%;
}
#eq dl dt {
	margin: 0px;
	padding: 0px;
}
#eq dl dd {
	margin: 0px;
	text-align: center;
	font-size: 110%;
	color: #006daa;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
#eq dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	padding: 10px 15px 15px 15px;
}
#guide {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#guide dl {
	padding: 0px;
	height: auto;
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#guide dl dt {
	margin: 0px;
	padding: 0px;
}
#guide dl dd {
	margin: 0px;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 90%;
}
.cotext {
	text-align: center;
	font-size: 95%;
	padding: 0px;
	height: auto;
	width: 85%;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#coclinic {
	padding: 0px;
	height: auto;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
#coclinic dl {
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 4%;
}
#coclinic dl dt {
	margin: 0px;
	padding: 0px;
}
#coclinic dl dd {
	margin: 0px;
	font-weight: bold;
	text-align: center;
	color: #006daa;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#coclinic dl p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: center;
	line-height: 1.7em;
}
.list1 {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.list1 th,
.list1 td {
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
}
.list1 th {
	background-color: #f3f3f3;
	width: 30%;
	font-size: 90%;
	text-align: center;
}
.list1 td {
	font-size: 120%;
	padding-left: 20px;
}

}








/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

#cl_top {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#cl_top {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cl_top span {
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 90%;
	padding: 0px;
	text-align: center;
}
#cl_top h2 {
	font-weight: bold;
	padding: 0px;
	color: #383838;
	font-size: 140%;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#cl_top p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#place_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#place_img img {
	width: 90%;
	margin: 0 auto;
	padding: 0px;
	height: 100%;
}
#place_comment {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
#place_comment dt {
	padding: 0px;
	font-weight: bold;
	/*color: #50be91;*/
	font-size: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
#place_comment dd {
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}
.cl_link-btn {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cl_link-btn a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #50be91;
	border-radius: 5px;
	box-shadow: 3px 3px #3d8e6b;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_w.png);
	background-repeat: no-repeat;
	background-position : 10px 24px;
}
#concept {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#concept dl {
	/*background-color: rgba(245,245,245,0.9);*/
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#concept dl div {
	margin-top: -60px;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#concept dl dt {
	font-size: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	line-height: 1.3;
}
#concept dl dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#concept dl dd img {
	width:100% !important;
}
#concept dl p {
	font-size: 90%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#eq {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#eq dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#eq dl dt {
	margin: 0px;
	padding: 0px;
}
#eq dl dt img {
	width:100%;
}
#eq dl dd {
	margin: 0px;
	text-align: center;
	font-size: 110%;
	color: #006daa;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
#eq dl p {
	font-size: 90%;
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#guide {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#guide dl {
	padding: 0px;
	height: auto;
	width: 48%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#guide dl dt {
	margin: 0px;
	padding: 0px;
}
#guide dl dd {
	margin: 0px;
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 80%;
	line-height: 1.5em;
}
.cotext {
	font-size: 95%;
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#coclinic {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#coclinic dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#coclinic dl dt {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#coclinic dl dd {
	margin: 0px;
	font-weight: bold;
	text-align: center;
	color: #006daa;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#coclinic dl p {
	padding: 0px;
	font-size: 90%;
	line-height: 1.7em;
	margin: 0px;
}
.list1 {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.list1 th,
.list1 td {
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
}
.list1 th {
	background-color: #f3f3f3;
	width: 30%;
	font-size: 90%;
	text-align: center;
	line-height: 1.6em;
}
.list1 td {
	font-size: 85%;
	padding-left: 20px;
}

}
