@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* ---------------------------------------------------------------------- */
.pc {}.sp {display: none;}
@media screen and (max-width: 767px) {
.pc {display: none;}.sp {display: block;}
}
/* ---------------------------------------------------------------------- */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
}
img.nodisplay{display: none;}
body {
	color: #333;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8em;
	background: #fff;
}
#container {
	max-width: 767px;
	text-align: left;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
}
body > #container {height: auto;}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #444; text-decoration: underline;}
a:visited {color: #444; text-decoration: underline;}
a:active {color: #ccc; text-decoration: underline;}
/*a:hover {color: #ccc; text-decoration: underline;}*/

a img:active {
/*	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;*/
}
img {max-width:100%;display:block;border: none;-ms-interpolation-mode: bicubic;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
p {}
.center {text-align: center;}
.right {text-align: right;}
.imgleft {float: left;margin-right:5px;}
.imgright {float: right;margin-left:5px;}
pre {}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
ul {list-style-type:none;}
em,i,address {font-style: normal;}
.error {color: #f00;font-weight: bold;}
.nores {display: none;}
.norep {background-repeat: no-repeat;}
.strong {font-weight: bold;}
.strike {text-decoration: line-through;}
.fonts {font-size: 10px;}
.fontb {font-size: 16px;}
.red {color: #f00;}
.red2 {color: #c00;}
.blue {color: #0e3a73;}
.pink {color: #f66;}
.orange {color: #ff5a24;}
.dsh {
	box-shadow: 2px 2px 2px #e6e6e6;
	-moz-box-shadow: 2px 2px 2px #e6e6e6;
	-webkit-box-shadow: 2px 2px 2px #e6e6e6;
/*
	text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
	-moz-text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
*/
}
.corn {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* ---------------------------------------------------------------------- */
.message {
	margin-bottom: 10px;
	padding: 10px;
}
.message1 {
	background-color: #fffcf4;
	border: 1px dotted #ccc;
	margin-bottom: 10px;
	padding: 10px;
}
/* ---------------------------------------------------------------------- */
#header {
	display:block;
	position:fixed;
	top: 0px;
	width:767px;
	background-color: #fff;
	border-top: 5px solid #f39800;
	border-bottom: 2px solid #f39800;
	z-index:9999;
}
@media screen and (max-width: 767px) {
	#header {
		width:100%;
	}
}
.header {
	display: table;
	width: 90%;
	height: 120px;
	table-layout: fixed;
	border-spacing: 0px;
}
.header a {
	display: block;
}
@media screen and (max-width: 767px) {
	.header {height: 120px;}
}
@media screen and (max-width: 749px) {
	.header {height: 115px;}
}
@media screen and (max-width: 679px) {
	.header {height: 105px;}
}
@media screen and (max-width: 639px) {
	.header {height: 100px;}
}
@media screen and (max-width: 529px) {
	.header {height: 85px;}
}
@media screen and (max-width: 479px) {
	.header {width: 85%;height: 75px;}
}
@media screen and (max-width: 379px) {
	.header {width: 83%;height: 65px;}
}
.headerleft {
	display: table-cell;
	vertical-align: middle;
}
.headerright {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}
.header-logos {
	padding: 5px 5px 5px 5px;
}
.header-tels {
	padding: 5px;
}
.header-area {
}
.header-contact {
	text-align: center;
}
.header-contact a {
	display: inline-block;
	background-color: #956134;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}
.header-contact a img {
	display: inline-block;
}
.header-logos h1 {
}
.header img {
	max-width: 100%;
}
.header img {
}
.header img.headetel {
}

/* ---------------------------------------------------------------------- */
#footer {
	clear: both;
}
.footer {
	margin: 0px auto;
}
.footer {
}
@media screen and (max-width: 767px) {
	.footer {
		width: auto;
	}
}
.pclink {
	margin-bottom: 30px;
	padding: 10px 20px;
}
.pclink a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-align:center;
	text-decoration: none;
	background-color: #f39800;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 5px;
}
.pclink a:active {
	background-color: #f60;
}
.footerlink {
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #ccc;
/*
	border-bottom: 1px solid #ccc;
*/
	margin-bottom: 20px;
	padding: 0px;
}
.footerlink ul {
}
.footerlink li {
	display: block;
	float: left;
	width: 33%;
}
.footerlink li.footernone {
/*
	width: 67%;
*/
	display: none;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.footerlink li {width: 50%;}
	.footerlink li.footernone {width: 50%;}
}
.footerlink a {
	display: block;
	color: #444;
	text-decoration: none;
	line-height: 1em;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 10px;
}
.footerlink li:nth-child(odd) a {
	border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
	.footerlink li a {
		border-right: 1px solid #e6e6e6;
	}
	.footerlink li:nth-child(3n) a {
		border-right: none;
	}
}
@media screen and (max-width: 479px) {
	.footerlink li a {
		border-right: none;
	}
	.footerlink li:nth-child(odd) a {
		border-right: 1px solid #e6e6e6;
	}
}
.footerlink a:active {
	background: #f2f2f2;
}
.banlink {
	margin-bottom: 30px;
	padding: 5px 10px;
}
.banlink p {
	margin-bottom: 10px;
}
.banlink a {
}
.banlink img {
	display: block;
	margin: 0px auto;
}
.banlink img.pcban {
	box-shadow: 2px 2px 3px 2px #e6e6e6;
	-moz-box-shadow: 2px 2px 3px 2px #e6e6e6;
	-webkit-box-shadow: 2px 2px 3px 2px #e6e6e6;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 5px;
}
/* ---------------------------------------------------------------------- */
.gotop{
	position: fixed;
	bottom: 0;
	right: 0;
	line-height: 1em;
}
.gotop a {
	display: block;
	width: 30px;
	height: 30px;
	background-image:url("../img/parts/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------- */
.panlink {
	font-size: 11px;
	padding: 2px 0px 5px 10px;
}
.panlink ul {
}
.panlink li {
	display: inline-block;
}
.panlink li a {
	display: inline-block;
}
.panlink li::after {
	content: " >";
}
.panlink li:last-child::after {
	content: "";
}
.panlink li strong {
}
/* ---------------------------------------------------------------------- */
#main {
	margin: 0px auto 20px auto;
	padding: 150px 0px 20px 0px;
}
@media screen and (max-width: 767px) {
	#main {padding: 150px 0px 20px 0px;}
}
@media screen and (max-width: 749px) {
	#main {padding: 145px 0px 20px 0px;}
}
@media screen and (max-width: 679px) {
	#main {padding: 135px 0px 20px 0px;}
}
@media screen and (max-width: 639px) {
	#main {padding: 130px 0px 20px 0px;}
}
@media screen and (max-width: 529px) {
	#main {padding: 115px 0px 20px 0px;}
}
@media screen and (max-width: 479px) {
	#main {padding: 105px 0px 20px 0px;}
}
@media screen and (max-width: 379px) {
	#main {padding: 95px 0px 20px 0px;}
}
#main:after {
	content: "";
	display: block;
	clear: both;
}
#primary {
}
/* page---------------------------------------------------------------------- */
.page {
}
/* pagetitle---------------------------------------------------------------------- */
#pagetitle {
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 30px;
	padding: 20px 10px;
}
#clinic #pagetitle {
	background-color: #87abda;
/*
	background-image:url("../img/clinic/titlebg.png");
*/
}
#osteopathic #pagetitle {
	background-color: #9cc813;
/*
	background-image:url("../img/osteopathic/titlebg.png");
*/
}
#dental #pagetitle {
	background-color: #00afcc;
/*
	background-image:url("../img/dental/titlebg.png");
*/
}
#pagetitle img {
}
/* pagetop---------------------------------------------------------------------- */
.pagetop {
	margin-bottom: 20px;
}
.pagetop img {
	margin: 0px auto;
}
.pagetop p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	padding: 10px 5px 0px 5px;
}
/* title---------------------------------------------------------------------- */
#servicetitletop {
	margin-bottom: 0px;
	padding: 0px 5px 0px 5px;
}
/* title---------------------------------------------------------------------- */
#servicetitle {
	margin-bottom: 10px;
	padding: 5px;
}
#servicetitle table {
}
#servicetitle td.tabletitle1 {
	width: 100px;
}
#servicetitle td.tabletitle1 img {
	max-width: 100%;
}
#servicetitle td.tabletitle2 {
	font-size: 11px;
	line-height: 1.4em;
	padding-left: 5px;
}
#servicetitle td.tabletitle3 {
}
#servicetitle table {
}
/* title---------------------------------------------------------------------- */
.title {
	margin-left: 5px;
	margin-bottom: 15px;
}
.title h3 {
	color: #ce3948;
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 1px solid #ce3948;
	padding-top: 10px;
}
/* primary---------------------------------------------------------------------- */
.primary {
	padding: 10px;
}
/* slide---------------------------------------------------------------------- */
#slide {
	margin-bottom: 50px;
}
#pageslide {
	margin-bottom: 50px;
}
/* ---------------------------------------------------------------------- */
.movie{
z-index:9998 !important;
width:640px;
margin:0 auto}
.movie iframe{
z-index:9998 !important}
@media screen and (max-width:767px){
.movie{
position:relative;
width:auto;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden}
.movie iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%}
}
/* blog---------------------------------------------------------------------- */
#blog {
	padding: 5px;
}
.blog {
	border: 1px solid #f39800;
}
.blogouter {
}
.blogtitle {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	background-color: #f39800;
	padding: 5px;
}
.blogbloc {
	padding: 5px;
}
.blogbloc ul {
	padding: 5px;
}
.blogbloc li {
	list-style: none;
	font-size: 11px;
	border-bottom: 1px dotted #ccc;
	margin: 4px 0px;
}
/*
.secblog li:last-child {
	border-bottom: none;
}
*/
.blogbloc dl {
}
.blogbloc dt {
	color: #776257;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	padding: 3px 0px 0px 0px;
}
.blogbloc dd {
	line-height: 1.4em;
	padding: 3px 0px 3px 0px;
}
.blogbloc dd a {
}
.bloglink {
	text-align: center;
	padding: 10px;
}
.bloglink a {
	display: block;
	color: #f39800;
	font-size: 11px;
	text-decoration: none;
	background-color: #fff4e2;
	border: 1px solid #f39800;
	padding: 5px 5px;
}
/* fb---------------------------------------------------------------------- */
#topfb {
	padding: 10px 10px;
}
.topfb {
	border: 1px solid #f39800;
	margin: 0px auto;
	padding: 10px 10px;
}
.fbtitle {
	margin-bottom: 5px;
}
.fbtitle img {
	margin: 0px auto;
}
/* ---------------------------------------------------------------------- */
.gaikanshindanban a {
}
.gaikanshindanban img {
	display: block;
	margin: 0px auto;
}
/* page-shomei---------------------------------------------------------------------- */
.page-shomei {
	margin-bottom: 20px;
}
.page-shomei p {
	margin-bottom: 10px;
}
.page-shomei img {
	margin: 0px auto;
}
/* ---------------------------------------------------------------------- */
.page-toptex {
	margin-bottom: 20px;
}
.page-toptex p {
}
/* ---------------------------------------------------------------------- */
.pagetex {
	border: 1px solid #f39800;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 40px;
	padding: 10px;
}
.pagetex p {
}
/* ---------------------------------------------------------------------- */
.mailmag {
	margin-bottom: 20px;
}
.mailmag img {
	max-width: 100%;
	margin: 0px auto;
}
/* ---------------------------------------------------------------------- */
/* topknowhow---------------------------------------------------------------------- */
#topknowhow {
}
.topknowhow {
}
.topresult {
	margin-bottom: 20px;
}
.topresult img {
	margin: 0px auto;
}
.topnh {
}
#pagenh {
}
.pagenh {
}
.pagenhtitle {
	margin-bottom: 30px;
}
.pagenhtitle img {
	margin: 0px auto;
}
.topnh ul {/*slide*/
}
.topnh li {
}
.nhinner ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 15px 0px;
	margin-bottom: 30px;
}
.nhinner li {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 579px) {
	.nhinner ul {
		display: block;
		width: 90%;
		margin: 0px auto;
	}
	.nhinner li {
		display: block;
		margin-bottom: 20px;
	}
}
.nhbox {
	position: relative;
	max-width: 500px;
	vertical-align: top;
	background-image:url("../img/top/knowhow/bg.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left: 1px solid #000;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	z-index: 0;
}
@media screen and (max-width: 479px) {
	.nhbox {
		margin-bottom: 20px;
	}
}
.nhhead {
	height: 5px;
	background-image:url("../img/top/knowhow/head.png");
	background-repeat: no-repeat;
	background-position: right top;
}
.nhbtm {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-image:url("../img/top/knowhow/btm.png");
	background-repeat: no-repeat;
	background-position: right top;
}
.nhbtmin {
	position: relative;
	width: 60%;
	height: 5px;
	background-image:url("../img/top/knowhow/btmin.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.nhbtmin img {
	position: absolute;
	left: -1px;
	bottom: 0px;
}
.nhimg {
	position: relative;
	z-index: 1;
}
.nhimg img.nhfukidashsi {
	position: absolute;
	right: -18px;
	top: -5px;
	width: 40%;
	z-index: 2;
}
.nhimg img.nhphoto {
	width: 80%;
	margin: 0px auto;
}
.nhmain {
	line-height: 1.4em;
	padding: 5px 10px;
}
.nhmain dl {
}
.nhmain dt {
}
.nhmain dt span {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	line-height: 1em;
	padding: 3px 5px;
}
.nhmain dt span.nh-kanban {background-color: #ec6a01;}
.nhmain dt span.nh-tempo {background-color: #815400;}
.nhmain dt span.nh-dental {background-color: #1eb9ee;}
.nhmain dt span.nh-seikotsu {background-color: #6eb92c;}
.nhmain dt span.nh-clinic {background-color: #0068b7;}
.nhmain dt strong {
	display: block;
	font-size: 1.26em;
	font-weight: normal;
	padding: 5px 0px;
}
.nhmain dd {
}
.nhmain dd p {
	color: #595656;
}
.nhdet {
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 100%;
}
.nhdet a {
	display: block;
	background-color: #f39800;
	background-image:url("../img/top/knowhow/detbg.png");
	background-repeat: repeat-y;
	background-position: right top;
	padding: 3px 0px;
}
.nhdet a img {
	margin: 0px auto;
}
.nhtex {
}
.nhtex ul {
	list-style-type: none;
}
.nhtex li {
	border-bottom: 1px dashed #f39800;
	padding: 5px 0px;
}
.nhtex li:last-child {
	border-bottom: none;
}
.nhtex li a {
	display: block;
	text-decoration: none;
	padding: 10px 10px;
}
.nhtex dl {
}
.nhtex dt {
	font-size: 1.3em;
	font-weight: bold;
	background-image:url("../img/parts/arrow1.png");
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 5px 30px;
}
.nhtex dd {
	padding: 0px 15px;
}
.nhtex dd p {
	color: #595656;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nhtex li a:hover {
	color: #fff;
	background-color: #f2b549;
}
.nhtex li a:hover dd p {
	color: #fff;
}
/* ---------------------------------------------------------------------- */
.banner {
	text-align: center;
}
.banner img {
	display: inline-block;
}
/* ---------------------------------------------------------------------- */