@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
    margin: 0px;
    padding: 0px;
	font-size:16px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:160%;
	color:#333;
}
@media only screen and (max-width: 1220px){
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
		font-size:14px;
	}
}
.breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 22px;
    padding: 5px 0 0 0;
}
.breadcrumb li {
    display: inline-block;
    margin-left: 2px;
}
.breadcrumb li a {
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    padding: 0 4px;
}
.breadcrumb li:after{
  content: '>';
  padding: 0 3px;
  color:  #333333;
}
.breadcrumb li:last-child:after{
  content: '';
}
@media only screen and (max-width: 1220px){
  .breadcrumb {
    max-width:100%;
}
}
.flex { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_c { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	/*display:inline;
	//zoom:1;*/
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfix {
/*
	overflow: hidden;
*/
}
.clear{
clear:both;
}
img{
	vertical-align:top;
	border:none;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	opacity:0.6;
}
a[href*="tel"] {
    pointer-events: none;
}
@media (max-width: 768px) {
    a[href*="tel"] {
    pointer-events: initial !important;
    }
}
ul{
	list-style:none;
}
#wrapper{
	min-width:1200px;
	overflow:hidden;
	position:relative;
}
@media only screen and (max-width: 1220px){
	#wrapper{
		min-width:300px;
	}
	img{
		max-width:100%;
		height:auto;
	}
}
/*トリミング*/
.trimming {
    position: relative;
    display: block;
    overflow: hidden;
    width: 150px;
    box-sizing: border-box;
    }
.trimming:after {
    display: block;
    content: "";
    padding-top: 100%; 
}
.trimming.p70:after{
   padding-top: 70%;
}  
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}
#header .inner{
	max-width:1200px;
	margin:0 auto;
	padding:0 30px 10px 30px;
	background:rgba(255,255,255,0.95);
	box-sizing:border-box;
}
#header h1{
  font-size: 10px;
}
#header .h1logo {
    float: left;
    padding: 0 32px 0 0;
    display: flex;
    flex-direction: column;
}
#header h1+p{
	float:left;
	font-size:14px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding:38px 0 0 0;
	width:190px;
}
#header .tel{
	float:left;
	padding:30px 0 0 0;
}
#header .tel:before{
	content:url(/import/tenant_1/160.16.209.66/html/images/headline.png);
	display:inline-block !important;
	vertical-align:middle;
}
#header .tel dl{
	display:inline-block !important;
	text-align:center;
	padding:0 5px;
	vertical-align:middle;
}
#header .tel:after{
	content:url(/import/tenant_1/160.16.209.66/html/images/headline.png);
	display:inline-block !important;
	vertical-align:middle;
}
#header .tel dt{
	font-size:12px;
}
#header .tel dd{
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1;
	color:#535353;
}
#header .tel dd img{
	margin-right:5px;
}
#header .table{
	float:left;
	padding:13px 0 0 18px;
}
#header .table dt{
	font-size:14px;
	float:left;
	line-height:140%;
}
#header .table dd{
	font-size:14px;
	padding:0 0 0 84px;
	line-height:140%;
}
#header .book{
	float:right;
}
#header .book a{
	display:block;
	width:85px;
	height:85px;
	background:#357774;
	text-align:center;
	color:#fff;
}
#header .book a strong{
	display:block;
	font-size:12px;
	padding:13px 0 5px 0;
}
@media only screen and (max-width: 1220px){
	#header{
		position:relative;

	}
	
	#header .h1logo{
	  width: 35%;
    
	}
	
	#header .tel{
		padding: 13px 0 0 0;
    
	}

  #header .sinryo00{
    display: block;
    height: 70px;
    padding-top: 10px;
  }

}
@media only screen and (max-width: 500px){
	#header{
		position:relative;

	}
	#header .inner{
		max-width:100%;
		margin:0 auto;
		padding-left:0;
		padding-right:0;
		text-align:center;
	}
	#header h1{
		float:none;
		/*display:inline-block !important;*/
		vertical-align:top;
		text-align: left;
		position: fixed;
    top: 0;
    padding-left: 10px;
    width: 100%;
    background: rgba(255,255,255,0.8);
	}
	#header .inner .h1a{
	  height: 60px;
    display: block;
    position: fixed;
    top: 16px;
    left: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
	}
	#header .h1logo{
	  float: none;
    /*display: inline-block !important;
    vertical-align: top;*/
    width: 45%;
    padding: 5px 0 0 0;
    text-align: center;
    margin: 0 auto;
	}
	#header h1 + p{
		float:none;
		display:inline-block !important;
		width:auto;
	}
	#header h1 + p{
		text-align:left;
	}
	#header .tel{
		vertical-align:top;
		float:none;
		clear:both;
		text-align:left;
		padding: 10px 0;
		margin-bottom: 0;
    padding-left: 20px;
		position: fixed;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
    
	}
	#header .tel dd{
	  font-size: 32px;
	}
	#header .tel dd img{
	  width: 30px;
	}
	#header .tel::before{
		display:none !important;
	}
	#header .tel::after{
		display:none !important;
	}
  #header .sinryo00{
    margin-top: 80px;
  }
#header .table {
    clear: both;
    text-align: left;
    float: none;
    padding-left: 0px;
    display: inline-block !important;
    width: 285px;
}
	#header .book{
		float:none;
		display:inline-block !important;
		vertical-align:top;
		margin-left:5px;
		position: fixed;
    bottom: 0;
	}
	#header .book a{
		width:70px;
		height: 71px;
	}
	#header .book a strong {
	  padding: 5px 0;
	}
	#header .book a img {
	  width: 35px;
	}
}
#gnav{
	width:100%;
	height:auto;
}
#gnav p{
	display:none;
}
 #gnav ul{
  max-width:1200px;
  box-sizing:border-box;
  background:rgba(255,255,255,0.95);
  margin:0 auto;
  padding:0 30px 15px 30px;
  
} 


#gnav li{
	float:left;
	text-align:center;
	position: relative;

}
#gnav li:after{
	content:"";
	width:1px;
	height:20px;
	background:#bee4a6;
	display:inline-block !important;
	vertical-align:middle;
}
#gnav li a{
	display:inline-block !important;
	vertical-align:middle;
	width:131px;
	padding:5px 0;
	box-sizing:border-box;
	min-height:46px;
}
#gnav li .an01{
	display:inline-block !important;
	vertical-align:middle;
	width:131px;
	padding:5px 0;
	box-sizing:border-box;
	min-height:46px;
}
#gnav li strong{
	display:block;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-size:14px;
	font-weight:normal;
}
#gnav li .e{
	display:block;
	font-size:10px;
	font-family:Century,Georgia, "Times New Roman", Times, serif;
	line-height:1;
	color:#3e3e3e;
}
#gnav li.hb a{
	width:66px;
	padding-top:12px;
}
#gnav li.hb:before{
	content:"";
	width:1px;
	height:20px;
	background:#bee4a6;
	display:inline-block !important;
	vertical-align:middle;
}
#gnav li ul{
  position: absolute;
  top: 61px;
  width: 100%;
   display: none;
   padding:0;
   text-align: center;
}
#gnav li .sub li{
  clear: both;
  padding: 5px 0;
  background: #fff;
}
#gnav li .sub li:after{
  content: none;
}
/*[data-element-id]#gnav li .sub{
  display: block;
}*/
#gnav.fixed{
	position:fixed;
	top:0;
	right:0;
}
@media only screen and (max-width: 1220px){

	#gnav{
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:101;
	border:none;
	padding-bottom:0;
	
    }
	#gnav li.menunav{
		display:block !important;
		border:none;
	}
	#gnav.fixed{
		 top: 0;
        right: 0;
		left:auto;
		width:200px;
		border:none;
		z-index:101;
		padding-top:0;
		padding-bottom:0;
	}
	
	#gnav p{
		display:block;
		position:absolute;
		width:38px;
		height:38px;
		top:0;
		left:-44px;
		border:1px solid #fff;
		background:#357774;
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px #357774;
-moz-box-shadow:0px 0px 0px 2px #357774;
-webkit-box-shadow:0px 0px 0px 2px #357774;
	}

	#gnav li{
		float:none;
		width:auto;
		border-bottom:1px dotted #cacad9;
		padding:0;
		margin-top:0;
		display:block !important;
	}
	#gnav li.hb:before{
		display:none !important;
	}
	#gnav li:after{
		display:none !important;
	}
	#gnav ul li a{
		width:auto !important;
		height:auto;
		display:block !important;
		padding:8px 0 8px 0;
		font-size:16px;
		line-height:160%;
	}
	#gnav li:first-child a{
		padding-top:10px;
		height:auto;
		padding-bottom:10px;
		text-align:center;
	}


	#gnav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	#gnav p span.n{
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    }
	#gnav p span.n:before{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
    }
	#gnav p span.n:after{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
    }
	#gnav.action p span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	#gnav.action p span.n:after,#gnav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#gnav ul{
		width:auto;
		height: 100%;
		overflow-y: auto;
		background:rgba(255,255,255,0.95);
		padding:0;
	}

	.overlay:after,.overlay #header .inner:before{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:99;
	}
	#gnav li ul{
	  position: static;
	  background: transparent;
    display: block !important;
    top: 0;
    height: auto !important;

	}
  #gnav li .sub .ns00{
	  border-top: 1px dotted #cacad9;
	}
	#gnav li .sub li:last-child{
	  border-bottom: none;
	}
}

#footer{
	background:#a27f62;
}
#footer .inner{
	max-width:1200px;
	margin:0 auto;
	padding:20px 0 0 0;
}
.footnav{
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.footnav li {
    float: left;
    text-align: center;
}

.footnav li.nayami a strong {
  line-height: 1;
}
.footnav li.hb a {
    width: 86px;
    padding-top: 12px;
}
.footnav li a {
    display: inline-block !important;
    vertical-align: middle;
    width: 138px;
    padding: 5px 0;
    box-sizing: border-box;
    min-height: 46px;
	color:#fff;
}
.footnav li strong {
    display: block;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-size: 14px;
    font-weight: normal;
}
.footnav li .e {
    display: block;
    font-size: 10px;
    font-family: Century,Georgia, "Times New Roman", Times, serif;
    line-height: 1;
}
.footnav li:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    display: inline-block !important;
    vertical-align: middle;
}
.footnav li.hb:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    display: inline-block !important;
    vertical-align: middle;
}

@media only screen and (max-width: 1220px){
	#footer .inner{
		width:95%;
		margin:0 auto;
		padding-top:0;
	}
	.footnav li a{
		display:block !important;
	}
	.footnav li{
		float:none;
		border-bottom: 1px dotted #cacad9;
padding: 0;
margin-top: 0;
	}
	.footnav li:nth-child(odd){
	  float: left;
	  width:49%;
	  display: block;
	  height:50px;
	}
	.footnav li:nth-child(even){
	  float:right;
	  width:49%;
	  display: block;
	  height:50px;
	}
	.footnav li.hb::before{
		display:none !important;
	}
	.footnav li::after{
		display:none !important;
	}
	.footnav li.hb a{
		padding:10px 0;
	}
	.footnav li a{
		padding:5px 0;
		min-height:0;
		width:auto !important;
	}
	  #gnav ul li .annai{
    display: none !important;
  }
  /*#gnav li,.stop{
    pointer-events: none;
  }*/
}
@media only screen and (max-width: 500px){
  #footer .inner{
    padding-bottom: 100px;
  }

  #gnav li .sub li{
    padding:0;
  }
}
#footer .left{
	float:left;
	width: 60%;
}
#footer .left h3{
	float:left;
	width:280px;
}
#footer .left .tit p{
	float:left;
	font-size:14px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding:12px 0 0 0;
	color:#fff;
}
#footer .left .tit{
	padding:0 0 15px 0;
}
#footer .left p{
	font-size:14px;
	color:#fff;
}

#footer .right{
	float:right;
	width: 38%;
	margin-left: 2%;
}
#footer .right dt{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-bottom:5px;
}
#footer .right dd{
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
#footer .right dd img {
    margin-right: 5px;
}
#footer .right dl{
	display:inline-block !important;
}
#footer .right p{
	display:inline-block !important;
	width:85px;
	height:auto;
	padding:0 0 0 30px;
	vertical-align:top;
}
#footer .right p a{
	display:block;
	background:#fff;
	text-align:center;
	min-height:59px;
	font-size:12px;
}
#footer .right p strong{
	display:block;
	color:#553b28;
}
@media only screen and (max-width: 1220px){
	#footer .left{
		float:none;
		width:auto;
		text-align:center;
		padding-bottom:20px;
	}
	#footer  .right{
		float:none;
		text-align:center;
	}
	#footer .left .tit{
		text-align:center;
	}
	#footer .left h3{
		width:auto;
		display:inline-block !important;
		float:none;
		vertical-align:middle;
		padding-bottom:10px;
	}
	#footer .left .tit p{
		float:none;
		display:inline-block !important;
		text-align:left;
		vertical-align:middle;
		padding:0 10px 0 10px;
	}
	#footer .left p{
		display:inline-block !important;
		text-align:left;
	}
	#footer .right dl{
		text-align:left;
		padding-bottom:20px;
	}
}
#footer .wrap{
	padding-bottom:80px;
}
#footer .oth{
	text-align:center;
	padding:0 0 10px 0;
}
#footer .oth li a{
	color:#fff;
	font-size:12px;
}
#footer .oth li{
	display:inline-block !important;
	color:#fff;
}
#footer .oth li+li:before{
	content:"｜";
	display:inline-block !important;
	vertical-align:middle;
	margin:0 0.25em;
}
#footer .copy{
	text-align:center;
	color:#fff;
	font-size:12px;
	padding:0 0 20px 0;
}

/*下層共通*/

.subtit{
	position:relative;
}
.subtit .bkimg{
	background:#000;
	width: 100%;
    height: 540px;
    overflow: hidden;
}
.subtit .bkimg img{
	width:100%;
	height:auto;
	opacity:0.65;
}

.subtit h2{
	position:absolute;
	width:100%;
	height:auto;
	z-index:1;
	text-align:center;
	left:0;
	bottom:30%;
	color:#fff;
	font-size:28px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:normal;
}
.subtit h2 .e{
	display:block;
	font-size:16px;
	line-height:1;
	font-family: Century,Georgia, "Times New Roman", Times, serif;
}
.bk1{
	background:#f6f3f3;
}
/* .h3s{
  font-size:26px;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  color:#357774;
  text-align:center;
  padding-bottom: 40px;
} */
.h3s{
  font-size:26px;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  color:#357774;
  text-align:center;
  border-bottom: 1px solid #82adab;
  width: fit-content;
  margin: 0 auto 40px;
}
	.h4s{
	font-size:24px;
}
/* .h3s:after{
  content:"";
  width:192px;
  height:1px;
  display:block;
  margin:5px auto 0 auto; 
  background:#82adab;
} */
.w12{
	max-width:1200px;
	margin:0 auto;
}
.w11{
	max-width:1138px;
	margin:0 auto;
}
.h4e{
	font-size:30px;
	color:#357774;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding-bottom:20px;
}
.rp .pic{
	float:right;
}
.rp .tbox{
	float:left;
}
@media only screen and (max-width: 1420px){
    .subtit .bkimg{
    height:100%;
  }
}
@media only screen and (max-width: 1220px){
	.subtit h2{
		font-size:20px;
	}
	.subtit h2 .e{
		font-size:12px;
	}
	.w12{
		width:95%;
	}
		.w11{
		width:95%;
	}
	.h3s{
		font-size:20px;
	}
	.h4s{
	font-size:20px;
}
	.h4e{
		font-size:20px;
	}
	.rp .pic{
		float:none;
		text-align:center;
	}
	.rp .tbox{
		width:auto !important;
		float:none;
	}

}
@media only screen and (max-width: 599px){
  .h3s {
    padding-bottom: 20px;
  }
  .rp .pic{
    margin:0 auto;
  }
  .subtit .bkimg{
    height:100%;
  }
}

/*about*/
.about1{
	padding:90px 0 70px 0;
}
.about1 .tbox{
	width:506px;
	height:auto;
}
.about1 h3{
}
.about1 .rp p{
	font-size:18px;
	padding-bottom:20px;
}
.about1 .rp{
	padding-bottom:45px;
}
.about1 .rp .pic{
  width:630px;
  height:400px;
  padding:0;
  margin-bottom: 20px;
}
.about1 .rp .rec01{
  width:500px;
  height:500px;
}
.about1 .peri4{
	position:relative;
	overflow:hidden;
}
.about1 .peri4 .pic {
    width: 550px;
}
.about1 .peri4 .pic img {
    width: 100% !important;
    height: auto !important;
}
.about1 .peri4 p.trimming:after {
    display: block;
    content: "";
    padding-top: 68%;
}
.about1 .peri4 .bkimg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background:#fcf5c8;
}
.about1 .peri4 .bkimg img{
	opacity:0.3;
}
.about1 .peri4 .bkimg:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:250px;
	z-index:1;
}
.about1 .peri4 .w84{
	position:relative;
	z-index:2;
}
.about1 .peri4 .h3t .w{
	background:none;
	position:relative;
}
.about1 .peri4 .tbox {
    width: 100%;
}
 .about1 .peri4.h3t .w:before {
    content: "";
    width: 237px;
	margin-left:-237px;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background: #4c4c4c;
}
 .about1 .peri4.h3t .w:after {
    content: "";
    width: 237px;
	margin-right:-237px;
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background: #4c4c4c;
}
.about1 .peri4 .h3t:before {
	display:none;
}
.about1 .peri4 h4{
  line-height: 90px;
 font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-size:24px;
	padding: 30px 0 20px;

}
.about1 .peri4 h4 .img {
    display: inline-block;
    width: 100px;
}
.about1 .peri4 h4 .img img {
    width: 100% !important;
    height: auto !important;
}
.about1 .peri4 h4 .txt {
    margin: 0px 0 15px 50px;
    padding-top: 0px;
    padding-left: 30px;
    font-weight: bold;
    border-left: 3px solid #108060;
    font-size: 24px;
    clear: both;
    color: #105030;
    line-height: 1.2;
    display: inline-block;
    font-weight: normal;
    text-align: left;
}
.about1 .peri4 h4 .n {
    display: inline-block !important;
    margin-right: 50px;
    margin-top: 0;
    line-height: 80px;
    background: #357774;
    color: #fff;
    padding: 0 20px 0 25px;
}
.about1 .peri4 h4 .n strong {
    font-size: 50px;
    line-height: 160%;
    margin-left: 10px;
}
/* .about1 .peri4 .rp .box{
   padding:0 0 40px 150px;
} */

.about1 .peri4 .rp .box{
	 padding:0 0 40px 0;/* 追加 */
}
.about1 .peri4 .rp p{
	 padding:0 0 40px 150px;
}
.about1 .peri4 .rp{
	padding-bottom:23px;
}

@media only screen and (max-width: 599px){
  .about1 .peri4 .rp .box{
    padding: 0 0 25px 0;/* 追加 */
}
  .about1 .peri4 h4 {
    margin-bottom: 0 0 20px 0;
  }
}

@media only screen and (max-width: 1050px){
.about1{
	padding:60px 0 40px 0;
}
.about1 .peri4 h4{
	font-size:20px;
}
.about1 .peri4 h4 .txt {
  margin: 0px 0 15px 20px;
	font-size:20px;
}
.about1 .peri4 .rp .box {
    /* padding: 0 0 25px 120px; */
    padding: 0 0 25px 0;/* 追加 */
}

  .about1 .peri4.rp {
    padding-bottom: 53px;
}
.about1 .peri4 h4 .n {
    line-height: 50px;
}
.about1 .peri4 p.pic {
    width: auto;
    margin: 0 auto;
}
}
@media only screen and (max-width: 1220px){
	.about1 .rp p{
		font-size:14px;
	}
	.about1 .rp .pic{
    width:100%;
    height:auto;
    overflow: hidden;
  }
    .about1 .rp .pic.trimming:after{
    padding: 0;
  }
}
@media only screen and (max-width: 500px){
  

  .about1 .rp{
    padding:0;
  }
  .about1 ul{
    width:100%;
    text-align: center;
  }
  .about1 li{
    width:33% !important;
    height:100px !important;
    padding-left: 1% !important;
    padding-right: 1% !important;
    margin:0 !important;
  }
  .about1 li:first-child{
    padding-left: 0 !important;
  }
    .about1 li:last-child{
    padding-right: 0 !important;
  }
  .about1{
	padding:50px 0 70px 0;
}
}
.about1 li{
	float:left;
	margin:0 30px 30px 0;
	width: 380px;
    height: 260px;
}
.about1 ul{
	width:1230px;
}
@media only screen and (max-width: 1220px){
	.about1 ul{
		width:auto;
	}
	.about1 li{
		width:30%;
		padding-left:1%;
		padding-right:1%;
	}
	.about1 li:last-child{
	  margin-right: 0;
	}
	.about2 .pic{
	  margin:0 auto;
	}
}
.about2 .tbox{
	width:820px;
	height:auto;
}

.about2 p{
	padding:0 0 20px 0;
}
.about2{
	padding:75px 0 0px 0;
}
.about2 .pic{
  width:300px;
  height:300px;
}
.about3 .wrap{
	letter-spacing:-5px;
	width:1280px;
}
.about3 dl{
	max-width:560px;
	display:inline-block !important;
	letter-spacing:0;
	vertical-align:top;
	padding:0 80px 60px 0;
}
.about3 dt{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#357774;
	padding:15px 0 10px 0;
}
.about3 dt+dd{
	padding:0 0 20px 0;
}
.about3 dl dd:first-child{
  width:560px;
  height:320px;
  overflow: hidden;
}
.about3 dd+dd{
	text-align:right;
}
.about3 dd+dd a{
	color:#357774;
	font-weight:bold;
	text-decoration:underline;
}
.about3 dt+dd strong{
	display:block;
	color:#e83776;
	display:block;
}







@media only screen and (max-width: 1220px){
	.about3 .wrap{
		width:100%;
	}
	.about3 dl{
		padding-left:1%;
		padding-right:1%;
		width:48%;
		max-width: 48%;
	}
		.about3 dl dd{
	  width:100% !important;
	  height:auto !important;
	}
		.about4 .left .bkimg,.about4 .right .bkimg{
	  width: 100% !important;
    height: auto !important;
	}
		.about .maininfo{
	  margin-top: 50px;
	}
}
@media only screen and (max-width: 500px){
	.about3 dl{
		width:auto;
		padding-left:0;
		padding-right:0;
		max-width: 100%;
	}



}
.maininfo{
	background:#357774;
	position:relative;
	overflow:hidden;
	margin-bottom:165px;
}
.maininfo .left{
	float:left;
	width:700px;
	height:auto;
	background:#fff;
	min-height:240px;
	
}
.maininfo .right{
	float:right;
	width:430px;
	height:auto;
	padding:25px 35px 0 0;
}
.maininfo .left .bkimg{
	position:absolute;
	top:0;
	left:0;
}
.maininfo .left .bkimg img{
	opacity:0.15;
}
.maininfo .left .in{
	position:relative;
	z-index:1;
	padding:27px 38px 0 38px;
}
.maininfo .left h3{
	float:left;
}
.maininfo .left .tit p{
	float:right;
	width:290px;
	height:auto;
	font-size:14px;
	font-weight:bold;
	line-height:180%;
}
.maininfo .left .tit p .s{
	display:inline-block !important;
}
.maininfo .tit{
	padding-bottom:20px;
}

.maininfo .co dl{
	float:left;
	padding-top:5px;
}
.maininfo .co dt{
    font-size: 12px;
	color:#357774;
	font-weight:bold;
	padding-bottom:5px;
}
.maininfo .co dd img{
	margin-right:10px;
	vertical-align:middle;
}
.maininfo .co dd{
    font-size: 34px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    color:#357774;
	
}
.maininfo .co ul{
	float:right;
	letter-spacing:-5px;
}
.maininfo .co li{
	letter-spacing:0;
	display:inline-block !important;
	padding:0 0 18px 20px;
}
.maininfo .co li a{
	display:block;
	background:#357774;
	font-size:12px;
	width:85px;
	text-align:center;
	color:#fff;
	padding-top:15px;
	box-sizing:border-box;
	height:85px;
}
.maininfo .co li+li a{
	background:#fff;
	text-align:center;
	font-size:14px;
	width:220px;
	box-sizing:border-box;
	border:1px solid #357774;
	color:#357774;
	height:84px;
}
.maininfo .co li strong{
	display:block;
	padding-bottom:3px;
}

.maininfo .right table{
	width:100%;
	border-collapse:collapse;
}
.maininfo .right th{
	width:135px;
	height:55px;
	text-align:left;
	font-weight:normal;
	font-size:14px;
	color:#fff;
	line-height:120%;
}
.maininfo .right th .s{
	display:block;
	font-size:12px;
}
.maininfo .right th{
	border-top:2px solid #72a09e;
}
.maininfo .right td{
	border-top:2px solid #72a09e;
	color:#fff;
}
.maininfo .right thead th{
	border:none;
}
.maininfo .right thead td{
	border:none;
}
.maininfo .right p{
	font-size:12px;
	color:#fff;
	text-align:right;
	padding-bottom:20px;
}
@media only screen and (max-width: 1220px){
	.maininfo .left{
		float:none;
		width:auto;
		position:relative;
		overflow:hidden;
	}
	.maininfo .right{
		float:none;
		margin:0 auto;
		max-width:430px;
		width:auto;
		padding-left:2.5%;
		padding-right:2.5%;
	}
	.maininfo .left .bkimg{
		width:100%;
	}
	.maininfo .left .bkimg img{
		width:100%;
	}
}
@media only screen and (max-width: 500px){
	.maininfo .right th{
		width:100px;
		font-size:12px;
		height:35px;
	}
	.maininfo .right th .s{
		font-size:10px;
	}
}
@media only screen and (max-width: 790px){
	.maininfo .left h3{
		float:none;
		text-align:center;
		padding-bottom:20px;
	}
	.maininfo .left .in{
		padding-left:2.5%;
		padding-right:2.5%;
		
	}
	.maininfo .left .tit p{
		float:none;
		margin:0 auto;
		max-width:400px;
		width:auto;
	}
	.maininfo .co{
		text-align:center;
	}
	.maininfo .co dl{
		float:none;
		text-align:left;
		display:inline-block !important;
		padding-bottom:10px;
	}
	.maininfo .co ul{
		float:none;
		width:auto;
	}
	.maininfo .co li{
		padding-left:1%;
		padding-right:1%;
		vertical-align:middle;
	}
	.maininfo .co li + li a{
		width:160px;
	}
}

.about4 .left{
	float:left;
	position:relative;
	background:#295150;
}
.about4 .right{
	float:right;
	position:relative;
	background:#357774;
}

.about4 .left h3{
	z-index:1;
	position:absolute;
	left:85px;
	top:94px;
	font-size:36px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	line-height:140%;
	color:#fff;
}
.about4 .left h3 strong{
	font-size:40px;
}
.about4 .left h3 .s{
	font-size:28px;
}
.about4 .left .bkimg {
  width:600px;
  height:380px;
  overflow: hidden;
}
.about4 .left .bkimg img{
	opacity:0.4;
}
.about4 .right .more{
	position:absolute;
	z-index:1;
	bottom:15px;
	right:16px;
}
.about4 .right .more a{
	display:block;
	width:298px;
	height:auto;
	line-height:48px;
	text-align:center;
	background:rgba(255,255,255,0.5);
	border:1px solid #030000;
	border-radius:24px;
}
.about4 .right .bkimg {
  width:600px;
  height:380px;
  overflow: hidden;
}
.about4 .right .bkimg img{
	opacity:0.7;
}
.about4 .right .more a:before{
	content:"→";
	position:absolute;
	line-height:1;
	right:40px;
	top:50%;
	margin-top:-8px;
}
@media only screen and (max-width: 1220px){
	.about4 .left{
		width:auto;
		float:none;
	}
	.about4 .left .bkimg img{
		width:100%;
		height:auto;
	}
	.about4 .right{
		width:auto;
		float:none;
	}
	.about4 .right .bkimg img{
		width:100%;
		height:auto;
	}
}
@media only screen and (max-width: 580px){
	.about4 .left h3{
		left:2.5%;
		right:2.5%;
		top:10%;
	}
	.about4 .right .more a{
		width:200px;
	}
	.about4 .right .more a:before{
		right:20px;
	}
	.about4 .left h3{
		font-size:20px;
	}
	.about4 .left h3 strong{
		font-size:24px;
	}
	.about4 .left h3 .s{
		font-size:18px;
	}
}

/*info*/

.info .about3{
	padding-top:90px;
}
.info .implant2 {
    padding: 40px 30px;
    border: 1px dashed #063;
    margin: 20px auto 60px auto;
    box-sizing: border-box;
}
.info .implant2  .tbox {
    width: 700px;
}
.info .implant2 .tbox dl {
    padding-right:0px;
}
.info .implant2 .tbox dt {
  text-align: left;
}
.info .about3 dl dd {
  height: auto;
}
.info .about3 dl dd:first-child{
  height: auto;
}
.info .caries1 .pic{
  height: auto;
}
.about3 .tit{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	margin-bottom:40px;
	text-align:center;
	padding:25px 0;
}
.about3 .tit h4{
	display:inline-block !important;
	font-size:22px;
	color:#357774;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding:0 39px 0 0 ;
}
.about3 .tit p{
	display:inline-block !important;
	font-size:14px;
}



.info2{
	padding:85px 0 90px 0;
	background:url(/import/tenant_1/160.16.209.66/html/images/info/info_05.png) right bottom no-repeat;
}
.info2 dt{
	float:left;
	font-weight:bold;
	color:#357774;
}
.info2 dd{
	padding:0 0 0 185px;
}
.info2 dl{
	padding:20px 0;
	border-bottom:1px solid #eeeeee;
}
@media only screen and (max-width: 1220px){
  .info .viewer iframe{
    width: 100%;
  }
  .info .implant2 .tbox dl {
    width: 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 520px){
	.info2 dt{
		float:none;
	}
	.info2 dd{
		padding-left:0;
	}
	.about3 .tit h4{
	  padding:0;
	}
	  .info .viewer iframe{
    height: 300px;
  }
  .info2{
    background-size: 55%;
  }
}
/*staff*/
.stafflistlist{
	padding:90px 0 0 0;
}
.stafflistlist .list{
	width:1260px;
	letter-spacing:-5px;
}
.stafflistlist dl{
	max-width:360px;
	padding:0 60px 60px 0;
	display:inline-block !important;
	letter-spacing:0;
	vertical-align:top;
}
.stafflistlist dt{
	text-align:center;
	font-size:26px;
	color:#357774;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding-top:15px;
}
.stafflistlist dt .p{
	font-size:16px;
	padding-right:0.25em;
}
.stafflistlist dd a{
  width:360px;
  height:260px;
  display: block;
}
@media only screen and (max-width: 1220px){
	.stafflistlist .list{
		width:auto;
	}
	.stafflistlist dl{
		width:31.33%;
		padding-left:1%;
		padding-right:1%;
	}
	.stafflistlist dt{
		font-size:20px;
	}
	.stafflistlist dt .p{
		font-size:14px;
	}
}
@media only screen and (max-width: 620px){
	.stafflistlist dl{
		width:48%;
	}
	.stafflistlist dt{
		font-size:16px;
	}
	.stafflistlist .list{
	  width:100%;
	}
	.stafflistlist dd a{
	  width:100%;
	  height:auto;
	}
}

.staff1 .tbox{
	width:440px;
	height:auto;
}
.staff1 h4{
	border-bottom:1px solid #eeeeee;
	color:#357774;
	font-size:26px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	margin-bottom:25px;
}
.staff1 h4 .p{
	font-size:14px;
	padding-right:1em;
}
.staff1 h4 .k{
	font-size:12px;
	color:#cccccc;
	font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-left:1em;
}
.staff1 .tbox dt{
	font-weight:bold;
	font-size:14px;
	color:#357774;
	padding-bottom:10px;
}
.staff1 .tbox dd{
	font-size:14px;
	padding-bottom:5px;
}
.staff1 .tbox dl{
	padding-bottom:25px;
}
.staff1 .pic{
	padding-bottom:30px;
	width: 700px;
	height:530px;
}
.staff1{
	padding:90px 0 30px 0;
}

.staff2 h3{
	text-align:center;
	font-size:26px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	color:#357774;
	line-height:140%;
	padding-bottom:5px;
}
.staff2 h3+p{
	text-align:center;
	font-size:14px;
	background:#eaf1f1;
	padding:3px 0;
	margin-bottom:40px;
}
.staff2 dl{
	max-width:260px;
	float:left;
	padding:0 53px 60px 0;
}
.staff2 .wrap{
	width:1253px;
}
.staff2 dt{
	font-weight:bold;
	color:#357774;
	padding:10px 0 0 0;
}
.staff2{
	padding:30px 0 30px 0;
}
.staff2 dd{
  width:260px;
  height:220px;
}
@media only screen and (max-width: 1220px){
	.staff1 h4{
		font-size:20px;
	}
	.staff2 .wrap{
		width:auto;
	}
	.staff2 dl{
		width:23%;
		padding-left:1%;
		padding-right:1%;
	}
	.staff2 h3{
		font-size:20px;
	}
	.staff1 .pic{
	  margin:0 auto;
	}
	.staff2 dd{
	  width: 100%;
    height: auto;
	}
}
@media only screen and (max-width: 500px){
	.staff2 dl{
		width:48%;
	}
	.staff1 .pic{
	  width: 100%;
    height: auto;
	}
	.g_map {
  position: relative;
  width: 100%;
  padding: calc(450 / 600 * 100%) 0 0;
}
  
.g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
}

/*access*/


.access1{
	padding:90px 0 0 0;
}
.access1 .imgs {
    width: 700px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 70px;
}
.access1 .imgs img {
    width: 100% !important;
    height: auto !important;
}
.access1 .sec1{
	position:relative;
	margin-bottom:50px;
}
.access1 .sec1 .left{
	float:left;
	width:50%;
	height:auto;
	position:relative;
}
.access1 .sec1 .left dl{
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:85px;
	z-index:1;
}
.access1 .sec1 .left dt img{
	display:block;
	margin:0 auto 25px auto;
}
.access1 .sec1 .left dt{
	font-size:18px;
	font-weight:bold;
	padding-bottom:2px;
}
.access1 .sec1 .bkimg img{
	opacity:0.1;
}
.access1 .sec1 .right{
	float:right;
	width:50%;
}
.access1 .sec1 iframe{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}

@media only screen and (max-width: 940px){

	/*.access1 .sec1 .left{
		float:none;
		width:auto;
	}*/
	.access1 .sec1 .left .bkimg img{
		width:100%;
		height:auto;
	}
	.access1 .sec1 .right{
	  width:50%;
	}
	/*.access1 .sec1 iframe{
		position:relative;
		width:100%;
		height:400px;
	}*/
	.access1 .sec1 .right{
		width:auto;
		float:none;
	}
	.access1 .sec1 .left dl{
		top:20%;
	}
}
.access2 .left h3{
	float:none;
	text-align:center;
}

.access2 .co{
	background:#f5f5f5;
	padding:0 0 0 0;
}
.access2 .co dl{
	box-sizing:border-box;
	padding:20px 0 15px 37px;
	width:50%;
}
.access2 .co dl+dl dd{
	font-size:16px;
	color:#333;
	font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-top:10px;
}
.access2 .tit{
	padding-bottom:30px;
}
.access2{
	margin-bottom:50px;
}
@media only screen and (max-width: 1220px){
	.access2 .left .in{
		padding-left:0;
		padding-right:0;
		
	}
	  .access1 .imgs {
    width:100%;
}
	
}
@media only screen and (max-width: 790px){
	.access2 .co dl+dl{
		padding-top:0;
		padding-bottom:30px;
	}
	.access2 .co dl{
		padding-left:0;
		width:auto;
		display:block !important;
		text-align:center;
	}
}
.access3 h3{
	text-align:center;
	background:#357774;
	font-size:22px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	color:#fff;
	padding:10px 0;
	margin-bottom:50px;
}
.access3 .wrap{
	letter-spacing:-5px;
}
.access3 dl{
	max-width:260px;
	display:inline-block !important;
	vertical-align:top;
	letter-spacing:0;
	padding:0 40px 25px 0;
}
.access3 dd{
	position:relative;
	width:260px;
	height:200px;

}
.access3 dd:before{
	content:url(/import/tenant_1/160.16.209.66/html/images/access/next.png);
	top:50%;
	right:-24px;
	position:absolute;
	margin-top:-8px;
}
.access3 dt{
	font-size:14px;
	padding:10px 0 0 0;
}
.access3 dl:last-child dd:before{
	display:none;
}
.access3{
	padding-bottom:50px;
}
@media only screen and (max-width: 1220px){
	.access3 h3{
		font-size:20px;
		padding-left:2.5%;
		padding-right:2.5%;
	}
	.access3 dl{
		box-sizing:border-box;
		width:25%;
		padding: 0 20px 25px 0;
	}
	.access3 dd{
	  width:100%;

	}
	.access3 dl:nth-child(4n){
	  padding-right: 0;
	}
}
@media only screen and (max-width: 820px){
	.access3 dl{
		width:33.33%;
	}
}
@media only screen and (max-width: 500px){
	.access3 dl{
		width:50%;
	}
	.access .access3 dl{
padding-right: 2%;
	  
	}
	.access1 .sec1 .left{
		float:none;
		width:auto;
	}
	.access1 .sec1 .right{
	  width:auto;
	}
}

/*price*/

.pricelist{
	padding:90px 0 0 0;
}
.pricelist h4{
	color:#357774;
	font-size:22px;
	border-top:#dddddd 1px solid;
	border-bottom:#357774 2px solid;
	padding:27px 0;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	margin-bottom:10px;
}
.pricelist h5{
	background:#eaf1f1;
	font-weight:normal;
	font-size:16px;
	border:none;
	padding:8px 0 8px 13px;
}
.pricelist dt{
	float:left;
	width:260px;
	height:auto;
	box-sizing:border-box;
	padding:20px 0 20px 10px;
}
.pricelist dd dt{
	float:none;
	width:auto;
	padding:0;
}
.pricelist dd{
	float:left;
	border-left:1px solid #ddd;
	padding-top:20px;
/*   padding-left: 30px; */
	padding-bottom:1020px;
	margin-bottom:-1000px;
	box-sizing:border-box;
}
.pricelist .pic{
	width:160px;
	text-align:center;
}
.pricelist dd dd{
	float:none;
	border:none;
	padding:0;
	margin:0;
}
.pricelist dl{
	overflow:hidden;
}

.pricelist dd.pic+dd{
	width:160px;
	padding-left:20px;
	padding-right:20px;
}
.pricelist dl+dl{
	border-top:1px solid #ddd;
}
.pricelist dd dl+dl{
	border:none;
}
.pricelist dd.txt{
	width:400px;
	padding-left:20px;
	
	padding-right:20px;
}
.pricelist dd.txt+dd{
	width:200px;
	padding-left:20px;
	padding-right:20px;
}
.pricelist .wrap{
	border-bottom:1px solid #ddd;
	margin-bottom:100px;
}
.pricelist .nost dd.pic+dd{
	width:539px;
}
.pricelist dd li{
	text-indent:-1em;
	padding-left:1em;
}
@media only screen and (max-width: 1220px){
	.pricelist dt{
		float:none;
		padding:10px 0 10px 0;
		min-height:60px;
		font-weight:bold;
		text-align:center;
		width:auto;
	}
	.pricelist .wrap{
		letter-spacing:-5px;
	}
	.pricelist dl{
		letter-spacing:0;
		width:31.3%;
		display:inline-block !important;
		vertical-align:top;
		padding-bottom:30px;
		padding-left:1%;
		padding-right:1%;
	}
	.pricelist dd{
		float:none;
		width:auto !important;
		padding:0 0 10px 0;
		margin-bottom:0;
		border:none !important;
	}
	.pricelist dd dl{
		width:auto;
		border:none;
		padding:0;
		padding-left:1.5%;
		padding-right:1.5%;
	}
	.pricelist dd.pic+dd{
		text-align:center;
		
	}
	.pricelist dd dt{
		min-height:0;
	}
	.pricelist dd.txt+dd{
		text-align:right;
		font-weight:bold;
	}
	.pricelist dl+dl{
		border:none;
	}
	.pricelist h5{
		letter-spacing:0;
		margin-bottom:20px;
	}
	.pricelist dd.txt{
		padding-left:5px;
		padding-right:5px;
	}
	.pricelist h4{
		letter-spacing:0;
		font-size:18px;
	}
}
@media only screen and (max-width: 700px){
	.pricelist dl{
		width:48%;
	}
}
@media only screen and (max-width: 370px){
	.pricelist dl{
		width:100%;
	}
}

.price2 h4{
	margin-bottom:40px;
}
.price2 p strong{
	color:#fe3e9d;
}
.price2 p{
	padding:0 0 20px 0;
}
.price2{
	padding-bottom:80px;
}

/*trouble*/

.troublenav li{
	width:276px;
	height:auto;
	float:left;
	padding:0 32px 30px 0;
}
.troublenav ul{
	width:1232px;
}
.troublenav li a{
	display:block;
	text-align:center;
	margin:8px;
	border:1px solid #fff;
	background:#b3d465;
	padding:12px 0 0 0;
	width:auto;
	height:170px;
	box-shadow:0px 0px 0px 8px #b3d465;
}
.troublenav li img{
	display:block;
	margin:0 auto 
	5px auto;
	
}
.troublenav li strong{
	font-size:18px;
	color:#fff;
	display:block;
	padding-top:10px;
}
.troublenav li strong.w{
	padding-top:0;
}
.troublenav{
	padding-bottom:30px;
}
@media only screen and (max-width: 1220px){
	.troublenav ul{
		width:auto;
		text-align:center;
		letter-spacing:-5px;
	}
	.troublenav li{
		letter-spacing:0;
		padding-left:1%;
		padding-right:1%;
		display:inline-block !important;
		vertical-align:top;
		float:none;
	}
}
@media only screen and (max-width: 500px){
  .troublenav ul{
    width:100%;
  }
  .troublenav li{
    width: 48%;
    float: left;
    padding: 0;
    margin-bottom: 10px;
  }
  .troublenav li:nth-child(odd){
    margin-right:2%;
  }
  .troublenav li strong{
    font-size: 15px;
  }
  .troublenav li a{
    height:150px;
  }
  .troublenav li img{
    width: 55%;
  }
}
#box01,#box02,#box03,#box04,#box05,#box06,#box07,#box08{
  margin-top: -150px;
  padding-top: 150px;
}
.trouble .box .tbox{
	width:740px;
}

.lp .pic{
	float:left;
}
.lp .tbox{
	float:right;
}
.trouble .box h4 {
    color: #357774;
    font-size: 22px;
    border-top: #dddddd 1px solid;
    border-bottom: #357774 2px solid;
    padding: 27px 0 27px 98px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    margin-bottom: 40px;
	position:relative;
}
.trouble .box h4 img{
	position:absolute;
	top:7px;
	left:28px;
}
.trouble .box p{
	padding:0 0 20px 0;
}
.trouble .box .pic{
  width:400px;
  height:240px;
  overflow: hidden;
}
.trouble .box h5{
	font-size:22px;
	color:#357774;
	 font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	 padding:0 0 10px 0;
}
.trouble .box .more{
	text-align:right;
}
.trouble .box .more a{
    display:inline-block !important;
    width: 208px;
    height: auto;
    line-height: 38px;
    text-align: center;
    background: rgba(255,255,255,0.5);
    border: 1px solid #030000;
    border-radius: 19px;
	position:relative;
}
.trouble .box .more a:before{
    content: "→";
    position: absolute;
    line-height: 1;
    right: 14px;
    top: 50%;
    margin-top: -8px;
}
.trouble .box{
	padding-bottom:80px;
}
@media only screen and (max-width: 1220px){
	.lp .tbox{
		width:auto !important;
		float:none;
	}
	.lp .pic{
		float:none;
		text-align:center;
	}
	.trouble .box h4{
		font-size:18px;
		padding-left:70px;
	}
	.trouble .box h4 img{
		left:0;
		max-width:60px;
	}
	.trouble .box .pic{
	  margin:0 auto;
	}
}
@media only screen and (max-width: 500px){
  .trouble .box .pic{
  width: 100%;
    height: auto;
  }
}

/*home*/
.uk-dotnav>*>*{
  width:12px;
  height:12px;
  margin-left: 13px;
}
.uk-dotnav-contrast>*>*{
  background:#fff;
}
.uk-dotnav-contrast>.uk-active>*{
  background: #357774;
}
.uk-position-bottom{
  margin-bottom: 20px;
}
.homeslide{
	position:relative;
}
.homeslide .slide{
	width:100%;
	height:auto;
	overflow: hidden;
}
.uk-slideshow{
  height:814px !important;
}
/*.homeslide .slide .uk-slideshow{
  height:814px !important;
}*/
.uk-flex{
  height:auto !important;
}
.homeslide .slidenav{
	position:absolute;
	bottom:19px;
	left:0;
	width:100%;
	height:12px;
	text-align:center;
	letter-spacing:-5px;
}
.homeslide .slidenav li{
	display:inline-block !important;
	width:12px;
	height:12px;
	text-indent:-9999px;
	background:#fff;
	margin:0 13px;
	border-radius:50%;
	cursor:pointer;
}
.homeslide .slidenav li.st{
	background:#357774;
}
.home-nav .sec1 {
	letter-spacing:-5px;
	width:1275px;
	display: flex;
	flex-wrap: wrap;
}

/* .home-nav .sec1 dl{
  max-width:285px350px;
  vertical-align:top;
  letter-spacing:0;
  display:inline-block !important;
margin:0 75px 54px 0;
margin:0 20px 54px 0;  
} */

.home-nav .sec1 dl {
  width: 23%;
  margin: 0 auto 55px;
}

/* .home-nav .sec1 .pic{
  width:285px350px;
  height:276px;
} */

.home-nav .sec1 .pic {
  width: 100%;
  height:276px;
}

.home-nav .sec1 dl:nth-child(1) .pic{
	border:10px solid #e1faf1;
}
.home-nav .sec1 dl:nth-child(2) .pic{
	border:10px solid #ffe5e6;
}
.home-nav .sec1 dl:nth-child(3) .pic{
	border:10px solid #dedefb;
}
.home-nav .sec1 dl:nth-child(4) .pic{
　border: 10px solid #e6f1ef;/* 追加 */
}



.home-nav dt{
	font-size:20px;
	text-align:center;
	padding:15px 0 15px 0;
	letter-spacing: initial;
}
.home-nav dt:after{
	content:"";
	width:200px;
	height:1px;
	background:#959595;
	display:block;
	margin:10px auto 0 auto;
	}
.home-nav dt img{
	vertical-align:middle;
	margin-right:10px;
}
.home-nav dt+dd{
	line-height:130%;
	font-size:14px;
	padding:20px 0 20px 0;
}
.hmore a{
    display: inline-block !important;
    width: 208px;
    height: auto;
    line-height: 38px;
    text-align: center;
    border: 1px solid #030000;
    border-radius: 19px;
    position: relative;
}
.hmore a:before {
    content: "→";
    position: absolute;
    line-height: 1;
    right: 14px;
    top: 50%;
    margin-top: -8px;
}
.home-nav dd.hmore{
	text-align:center;
}
.home-nav{
	padding:70px 0 40px 0;
}
.ac{
	position:relative;
}
.ac a{
	position:absolute;
	left:0;
	top:-61px;
}
/* .home-nav .sec2{
  width:1220px;
  letter-spacing:-5px;
}
.home-nav .sec2 dl{
	max-width:285px;
	vertical-align:top;
	letter-spacing:0;
	display:inline-block !important;
	margin:0 20px 54px 0;
}
.home-nav .sec2 .pic{
  width:285px;
  height:226px;
} */

.home-nav .sec2 {
	letter-spacing:-5px;
	width:1275px;
	display: flex;
	flex-wrap: wrap;
}
.home-nav .sec2 dl {
  width: 23%;
  margin: 0 auto 55px;
}
.home-nav .sec2 .pic {
  width: 100%;
  height:276px;
}

.home-nav .sec2 dl:nth-child(1) .pic{
	border:10px solid #e6f1ef;
}
.home-nav .sec2 dl:nth-child(2) .pic{
	border:10px solid #fceed9;
}
.home-nav .sec2 dl:nth-child(3) .pic{
	border:10px solid #f1e6e8;
}
.home-nav .sec2 dl:nth-child(4) .pic{
	/* border:10px solid #fffde0; */
		border:10px solid #fceed9;/* 追加 */
}
.home-nav .sec2 dt+dd{
	min-height:80px;
	letter-spacing: initial;
}

.home-nav .sec1 dt+dd{
  min-height:100px;/* 追加 */
  letter-spacing: initial;
}

@media only screen and (max-width: 1220px){
	.home-nav .sec1,.home-nav .sec2{
		width:auto;
		text-align:center;
	}
	.home-nav .sec1 dl,.home-nav .sec2 dl{
		text-align:left;
		padding-left:1%;
		padding-right:1%;
		margin-right:0;
	}
	.homeslide .slide .uk-slideshow{
	  height:455px !important;
	}
	.home-nav .sec1 dl , .home-nav .sec2 dl { 
	  width: 40%;
	  margin-left: auto;
	  margin-right: auto;
	}
}

@media only screen and (max-width: 599px){
  .homeslide .slide .uk-slideshow{
    height:230px !important;
  }
  /* .home-nav .sec1 .pic{
    width:285px;
    height:226px;
    margin:0 auto;
  } 
  .home-nav .sec1 dl{
    max-width: 285px;
  }*/
  .home-nav .sec1 dl , .home-nav .sec2 dl { 
	  width: 80%;
	  margin-left: auto;
	  margin-right: auto;
	}
	.home-nav dt {
	  padding: 10px 0;
	}
}
.home-greet{
	padding:90px 0 130px 0;
}
.home-greet .tbox{
	width:505px;
	height:auto;
	float:left;
}
.home-greet .right{
	float:right;
	width:631px;
	height:auto;
	padding-bottom:10px;
}
.home-greet .tbox p{
	font-size:18px;
	padding:0 0 20px 0;
	line-height:180%;
}
.home-greet .tbox .hmore{
	text-align:center;
	padding-top:30px;
}
.home-greet .tbox .hmore a{
	font-size:16px;
	background:none;
}
.home-greet .pic{
	margin-bottom:10px;
	width:631px;
	height:351px;
	overflow: hidden;
}

.home-greet .right li{
	float:left;
	padding:0 10px 10px 0;

}
.home-greet .right li:first-child{
  	width:340px;
	height:189px;
	overflow: hidden;
}
.home-greet .right li:last-child{
  	width:280px;
	height:189px;
	overflow: hidden;
}
.home-greet .right ul{
	width:640px;
}
@media only screen and (max-width: 1220px){
	.home-greet .right{
		width:auto;
		float:none;
		max-width:631px;
		margin:0 auto;
	}
	.home-greet .tbox{
		width:auto;
		float:none;
	}
	.home-greet .tbox p,.home-greet .tbox .hmore a{
		font-size:14px !important;
	}
	.home-greet .right ul{
		width:auto;
	}
	.home-greet .right li{
		padding:0;
		width:50%;
		text-align:center;
	}
}
.home-nayawmi{
	padding:80px 0 0 0;
	position:relative;
	overflow:hidden;
}
.home-nayawmi .w12{
	padding-bottom:60px;
	position:relative;
	z-index:1;
}
.home-nayawmi .bkimg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.home-nayawmi .bkimg img{
	width:100%;
	height:auto;
	opacity:0.1;
}

.home-voice{
	position:relative;
	overflow:hidden;
}
.home-voice .w12{
	padding:75px 0 90px 0;
	position:relative;
	z-index:1;
}
.home-voice .bkimg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#f5fde0;
}
.home-voice .bkimg img{
	width:100%;
	height:auto;
	opacity:0.1;
}

.home-voice .box{
	width:790px;
	float:right;
	background:#b3d465;
	padding:20px 50px 0 50px;
	margin-bottom:45px;
	border-radius:20px;
	position:relative;
}
.home-voice .box:before{
	content:url(/import/tenant_1/160.16.209.66/html/images/home/hukidashi_right.png);
	position:absolute;
	right:53px;
	bottom:-32px;
}
.home-voice .box p{
	color:#fff;
	font-weight:bold;
	line-height:200%;
	padding:0 0 20px 0;
}
.home-voice .box p .sign{
  margin-left: 20px;
}
.home-voice .box:nth-child(2n+2){
	float:none;
	clear:both;
}
.home-voice .box:nth-child(2n+2):before{
	content:url(/import/tenant_1/160.16.209.66/html/images/home/hukidashi_left.png);
	right:auto;
	left:53px;
}
.home-voice .hmore{
	text-align:center;
	padding-top:20px;
}
@media only screen and (max-width: 1220px){
	.home-voice .box{
		box-sizing:border-box;
		width:auto;
	}
}
@media only screen and (max-width: 500px){
	.home-voice .box{
		padding-left:5%;
		padding-right:5%;
	}
	.home-greet .pic{
	  width: 100%;
    height: auto;
	}
	.home-greet .right ul{
	  width:100%;
	}
	.home-greet .right li{
	  width:49% !important;
	  height:84px !important;
	}
	.home-greet .right li:first-child{
	  margin-right: 1%;
	  float: left;
	}
	.home-greet{
	  padding: 20px 0 70px 0;
	}
}

.home-blog{
	padding:75px 0 0 0;
}
.home-blog h3 .s,.home-news .s{
	font-size:12px;
	font-weight:normal;
	padding-left:1em;
}
.home-blog dl{
	display:inline-block !important;
	max-width:277px;
}
.home-blog dd.pic{
	position:relative;

}
.home-blog dd.pic a{
  	width:277px;
	height:200px;
	display: block;
}
.home-blog dd.pic .d{
	position:absolute;
	bottom:0;
	left:0;
	width:150px;
	text-align:center;
	background:#b3d465;
	font-size:14px;
	color:#fff;
}
.home-blog .wrap{
	letter-spacing:-5px;
	width:1230px;
	height:auto;
}
.home-blog dl{
	letter-spacing:0;
	padding:0 30px 50px 0;
}
.home-blog dt{
	font-size:14px;
	padding:10px 0 20px 0;
}
.home-blog dt+dd{
	text-align:right;
	font-size:14px;
	color:#b3d465;
}
.home-blog dt+dd img{
	vertical-align:middle;
	margin-right:0.5em;
}
.home-blog .hmore{
	text-align:center;
}
@media only screen and (max-width: 1220px){
	.home-blog .wrap{
		width:auto;
		text-align:center;
	}
	.home-blog dl{
		text-align:left;
		width:48%;
		padding-left:1%;
		padding-right:1%;
	}
}
.home-news{
	padding:60px 0 100px 0;
}
.home-news dt{
	float:left;
	font-size:14px;
	padding-right: 50px;
}
.home-news dd{
	padding:0 0 0 165px;
	font-size:14px;
}
.home-news dl{
	padding:12px 0;
}
.home-news dl+dl{
	border-top:1px solid #ddd;
}
.home-news .table{
	padding-bottom:30px;
}
.home-news .hmore{
	text-align:center;
}

@media only screen and (max-width: 599px){
  .home-blog dt {
    height: 30px;
  }
  .home-news .table {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 599px){
  .home-nav dt+dd {
  padding: 0 0 10px 0;
  text-align: center;
}
	.home-news dt{
		float:none;
		padding-right: 0;
	}
	.home-news dd{
		padding-left:0;
	}
	.home-blog .wrap{
	  width:100%;
	}
	.home-blog dl{
	  width:49%;
	  /* float: left; */
    padding: 0;
    margin-bottom: 20px;
	}
	.home-blog dl:nth-child(odd){
	  margin-right: 1%;
	}
	.home-blog dd.pic a{
	  width: 100%;
    height: 200px;
	}
	.home-blog dt+dd{
	  text-align: center;
	}
}
.home-staff{
	padding:60px 0 75px 0;
}
.home-staff  .slider{
	overflow:hidden;
}
.home-staff .slidewrap{
	/*max-width:950px;
	margin:0 auto;*/
	position:relative;
}
.home-staff li{
	max-width:283px;
	height:auto;
	float:left;
	padding:0 27px;
	text-align:center;
}
.home-staff li a{
  width:283px;
  height:425px;
}
.home-staff li strong{
	display:block;
	font-size:18px;
	font-weight:normal;
	padding-top:10px;
}
.home-staff li strong .p{
	display:block;
	font-size:14px;
}
.home-staff .slidewrap .next{
	position:absolute;
	top:50%;
	right:-125px;
	margin-top:-36px;
}
.home-staff .slidewrap .prev{
	position:absolute;
	top:50%;
	left:-125px;
	margin-top:-36px;
}
/*.home-staff .slider .bx-wrapper{
  max-width: 950px !important;
}*/
.home-staff .slider .slick01{
  position: relative;
  margin:0 auto !important;
  max-width: 950px;
  /*margin-left: 0 !important;*/
}

.home-staff .slick-prev:before{
  background: url(/upload/tenant_1/9471c7e951fe603bb2834d53149973e5.png) no-repeat;
  position: absolute;
    top: 0;
    left: -100px;
    z-index: 1000;
    width: 42px;
    height: 72px;
}
.home-staff .slick-next:before{
  background: url(/upload/tenant_1/5a17eca033ea960c8eaa5f03c80bb01e.png) no-repeat;
  position: absolute;
    top: 0;
    right: -100px;
    z-index: 1000;
    width: 42px;
    height: 72px;
}
.slick_container {
    /*width:950px; *//* 任意の値 */
    /*margin:0 auto;*/ /* 任意の値 */
    position:relative;
}

 .slick-prev, .slick-next {
    width:42px; /* 画像幅 */
    height:72px /* 画像高さ */
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{left:20px; /* 任意の値 */}
.slick-next{right:20px; /* 任意の値 */}

.slick-arrow{z-index:10;/* 値は適当に */}


.home-pala{
  width:100%;
  height:300px;
  overflow: hidden;
}
.home-pala > img {
  width: 100% !important;
}
@media only screen and (max-width: 1220px){
  .home-pala{
  height:auto;
}
  
	.home-staff .slidewrap .next{
		right:1.5%;
		max-width:30px;
		margin-top:-15px;
	}
	.home-staff .slidewrap .prev{
		left:1.5%;
		max-width:30px;
		margin-top:-15px;
	}
}
.home-rec{
	background:#99ba4a;
	padding:10px;
	margin-bottom:100px;
	max-width:950px;
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
}
.home-rec .pic{
	float:left;
}
.home-rec .tbox{
	float:right;
	width:480px;
	height:auto;
}
.home-rec h3{
	color:#fff;
	font-size:30px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding:0 0 15px 0;
}
.home-rec h3 img{
	vertical-align:middle;
	margin-right:12px;
}
.home-rec h3+p{
	font-weight:bold;
	color:#fff;
	padding:0 0 18px 0;
}

.home-rec dt{
	color:#fff;
	font-size:14px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	line-height:1;
	padding:0 0 4px 0;
}
.home-rec dd{
	font-size:48px;
	color:#fff;
	line-height:1;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.home-rec dd a {
  color:#fff;
}
.home-rec dd img{
	margin-right:13px;
}
.home-rec dl{
	padding:0 0 10px 0;
}
.home-rec .chyu{
	text-align:right;
}
.home-rec .chyu img{
	vertical-align:middle;
	margin-top:-12px;
	margin-right:10px;
}
.home-rec .chyu ul{
	text-align:left;
	display:inline-block !important;
}
.home-rec .chyu li{
	font-size:12px;
	line-height:120%;
	color:#fff;
}
@media only screen and (max-width: 1000px){
	.home-rec .pic{
		float:none;
		text-align:center;
	}
	.home-rec .tbox{
		float:none;
		width:auto;
		max-width:480px;
		margin:0 auto;
		padding-bottom:20px;
	}
	.home-rec .tbox h3{
		text-align:center;
	}
	.home-staff .slider .slick01{
	  max-width: 50%;
	}
}
@media only screen and (max-width: 500px){
	.home-rec .tbox h3{
		font-size:20px;
	}
	.home-rec dd{
		font-size:24px;
	}
	.home-rec dd img{
		width:20px;
	}
	.home-rec dl{
		text-align:center;
	}
	.home-staff .slider .slick01{
	  max-width: 100%;
	}
	.home-rec h3+p{
	  text-align: center;
	}
	.home-rec .chyu{
	  text-align: center;
	}
	.home-staff .slick-prev:before{
	  left:25px;
	}
	.home-staff .slick-next:before{
	  right:25px;
	}
}

.home-imgs .slick-prev:before{
  background: url(/import/tenant_1/160.16.209.66/html/images/home/prev.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50px;
    opacity: 1;
}
.home-imgs .slick-next:before{
  background: url(/import/tenant_1/160.16.209.66/html/images/home/next.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 50px;
    opacity: 1;
}
.home-imgs .bx-wrapper{
  max-width: 100% !important;
}
.home-imgs .bx-viewport{
  height:auto !important;
}
.home-imgs .list li{
	width:350px !important;
	margin:0 !important;
}
.home-imgs .list li img{
	width:100%;
	height:auto;
}
.home-imgs{
	position:relative;
}
.home-imgs .next{
	position:absolute;
	top:50%;
	right:2.5%;
	margin-top:-21px;
}
/*.home-imgs .prev{
	position:absolute;
	top:50%;
	left:2.5%;
	margin-top:-21px;
}*/

[data-element-id].home-imgs .slick-track{
  transition: none !important;
  transform:none !important;
}
.trimming.in001{
  width:350px;
}
.trimming.in001:after{
   padding-top: 80%;
}
.home-info{
	padding:100px 0 0 0;
}
.home-info .tbox{
	width:500px;
	height:auto;
	float:right;
}
.home-info .left{
	float:left;
	width:600px;
	height:auto;
	text-align:right;
}
.home-info #map{
	width:auto;
	height:430px;
	margin-bottom:10px;
}
.home-info .left ul{
	display:inline-block !important;
	text-align:left;
	padding:0 0 30px 0;
}
.home-info .left li{
	font-size:14px;
}
.home-info .tbox .sec1 dt{
	color:#357774;
	padding:0 0 10px 0;
 }
.home-info .tbox .sec1 dd{
	font-size:14px;
}
.home-info .tbox .sec1{
	padding-bottom:20px;
}

.home-info .tbox  .sec2{
	border:2px solid #82adab;
	border-radius:4px;
	padding:20px;
	margin-bottom:25px;
}
.home-info .tbox .sec2 p{
	font-size:14px;
}
.home-info .tbox .table{
	padding:25px 35px 25px 35px;
	border-radius:4px;
	background: #357774;
}
.home-info .tbox thead th {
    border: none;
}
.home-info .tbox thead td {
    border: none;
}
.home-info .tbox table {
    width: 100%;
    border-collapse: collapse;
}
.home-info .tbox td {
    border-top: 2px solid #72a09e;
    color: #fff;
}
.home-info .tbox th {
    border-top: 2px solid #72a09e;
}
.home-info .tbox th {
    width: 135px;
    height: 55px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 120%;
}

.home-info .tbox .table p{
	text-align:right;
	font-size:14px;
	color:#fff;
}
.home-info .tbox  th .s {
    display: block;
    font-size: 12px;
}
.home-info .tbox .co{
	padding:20px 0 30px 0;
	text-align:center;
}
.home-info .tbox .co dl{
	display:inline-block;
	vertical-align:middle;
	padding:0 12px;
}
.home-info .tbox .co dt {
    font-size: 12px;
    padding-bottom: 5px;
}

.home-info .tbox .co dd{
	font-size:24px;
	line-height:1;
	font-weight:bold;
}
.home-info .tbox .co dd img{
	margin-right:10px;
}
.home-info .tbox .co li a{
    display: block;
    width: 85px;
    height: 58px;
    background: #357774;
    text-align: center;
    color: #fff;
}
.home-info .tbox .co ul{
	display:inline-block !important;
	vertical-align:middle;
	padding:0 12px;
}
.home-info .tbox .co li a strong {
    display: block;
    font-size: 12px;
    padding: 1px 0 1px 0;
}
@media only screen and (max-width: 1220px){
	.home-info .left{
		float:none;
		width:auto;
	}
	.home-info .tbox{
		float:none;
		width:auto;
	}
}
@media only screen and (max-width: 500px){
	.home-info .tbox .table{
		padding-left:2.5%;
		padding-right:2.5%;
	}
	.home-info .tbox th {
    width: 100px;
    font-size: 12px;
    height: 35px;
}
.home-info .tbox th .s {
    font-size: 10px;
}
.home-info .tbox .co ul{
  padding: 0 0 0 12px;
    float: right;
}
.home-info .tbox .co dl{
  padding: 0 12px 0 0;
    float: left;
}
.home-info .left{
  text-align: center;
}
}

/*voice*/
.calam2wap{
padding: 90px 0 100px 0;
}
.c2main{
width: 787px;
float: right;
}
.c2side{
width: 280px;
float: left;
}
.c2side dt{
text-align: center;
color: #357774;
font-size: 18px;
font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
line-height: 110%;
padding: 15px 0;
position: relative;
background:url(/import/tenant_1/160.16.209.66/html/images/voice/mk.png) no-repeat 20px 17px #f5f8f8;
margin-bottom: 23px;
}
.c2side dt .e{
font-size: 12px;
font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
display: block;
}
.c2side dd{
border-bottom: 1px solid #eeeeee;
padding: 0 0 13px 20px;
margin-bottom: 15px;
}
.c2side dd a{
display: block;
color: #357774;
font-size: 14px;
}
.c2side dl{
padding-bottom: 20px;
}
.pagenav{
text-align: center;
letter-spacing: -5px;
}
.pagenav a{
letter-spacing: 0;
display: inline-block !important;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border: 1px solid #777777;
margin: 0 5px;
vertical-align: top;
}
.pagenav a.m{
border:none;
}
.pagenav a.m img{
vertical-align: middle;
margin-top: 15px;
}
@media only screen and (max-width: 1220px){
.c2main{
width: 100%;
float: none;
padding-bottom: 50px;
}
.c2side{
width: 100%;
float: none;
}
.voice .box h4{
font-size: 18px !important;
}
.voice .box .inn .pic{
  margin:0 auto;
}
.voice .box .inn{
  text-align: center;
}
}
@media only screen and (max-width: 500px){
  .voice .box .inn .pic{
    width: 100% !important;
    height: 250px !important;
  }
  .voice .box .inn{
    text-align: left;
  }
}
.voice .tbox {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
}
.voice .box{
padding: 30px 0 60px 0;
border-bottom: 1px solid #eeeeee;
margin-bottom: 40px;
}
.voice .box h4,.reco h4{
text-align: center;
color: #357774;
font-size: 22px;
border-bottom: 1px solid #eeeeee;
padding-bottom: 10px;
margin-bottom: 5px;
font-weight: normal;
}
.voice .reco h4{
  margin-bottom: 30px;
}
.voice .reco{
  margin-top: 150px;
}
.voice .reco dd a{
  width:260px;
  height:205px;
}
.voice .box h4+p{
text-align: right;
padding-bottom: 10px;
}
.voice .box h4+p .vo02{
  margin: 0 20px 0 5px;
}
.voice .box h4+p .vo01{
  margin: 0 5px 0 5px;
}
.voice .box .inn{
padding: 0 70px;
}
.voice .box .inn .pic{
text-align: center;
margin-bottom: 24px;
width:420px;
  height:420px;
  
}

@media only screen and (max-width: 700px){
.voice .box .inn{
padding: 0;
}
}
/*contact*/
.contact1{
padding: 90px 0 100px 0;
}
.contact1 h3{
padding-bottom: 70px;
}
.contact1 dt{
float: left;
padding: 5px 0 0 0;
}
.contact1 dd{
padding: 0 0 13px 222px;
}
.contact1 .kibobi{
  display: inline-flex;
  padding: 0 0 13px 140px;
}
.contact1 dl{
border-bottom: 1px solid #eeeeee;
margin-bottom: 20px;
}
.contact1 .size1{
width: 400px;
height: 30px;
}
.contact1 input,.contact1 select,.contact1 textarea{
border: 1px solid #cccccc;
}
.contact1 dd.f1 label{
display: inline-block !important;
margin-right: 66px;
margin-left: 5px;
}
.contact1 dd.f1 input{
vertical-align: top;
margin-top: 5px;
}
.contact1 dd ul{
letter-spacing: -5px;
}
.contact1 dd ul li{
display: inline-block !important;
letter-spacing: 0;
width: 50%;
padding-bottom: 20px;
}
.contact1 dd ul li input{
vertical-align: top;
margin-top: 5px;
margin-right: 10px;
}
.contact1 .f2 dd label{
display: inline-block !important;
margin-right: 19px;
}
.contact1 .f2 dd select{
height: 30px;
text-align: center;
margin: 0 15px;
}
.contact1 .f2 dd .size2{
width: 67px;
}
.contact1 .f2 dd .size3{
width: 113px;
}
.contact1 textarea{
width: 100%;
height: 140px;
}
.formbtn {
    padding: 30px 0 0 0;
    text-align: center;
}
.formbtn li .form-submit-btn,.modoru,.send  {
    background: #357774;
    width: 300px;
    height: 80px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
	font-weight: bold;
}
.formbtn li .modoru  {
  margin-top: 10px;
}
@media only screen and (max-width: 740px){
.contact1 dt{
float: none;
padding-bottom: 10px;
}
.contact1 dd{
padding-left: 0;
}
.contact1 .size1{
width: 100%;
}
.contact1 .f2 dd label{
display: block !important;
margin-bottom: 5px;
}
.contact1 .f2 dd select{
margin-bottom: 5px;
}
}
/*recruit*/
.recruit .about1{
background: url(/import/tenant_1/160.16.209.66/html/images/recruit/rec1bk.png) no-repeat left 145px;
}
.recruit .about1 .rp {
    padding-bottom: 15px;
}
.recruit .about2{
padding-top: 0;
}
.h4g{
background-color: #357774;
color: #fff;
text-align: center;
display: inline-block !important;
padding: 15px 10px;
min-width: 180px;
margin-bottom: 30px;
}
.recruit1 dl dt{
float: left;
color: #357774;
}
.recruit1 dl dd{
padding-left: 190px;
}
.recruit1 dl.clearfix{
border-bottom: 1px solid #cccccc;
padding-bottom: 18px;
margin-bottom: 22px;
}
.recruit1 dl.clearfix:last-of-type{
border-bottom: none;
}
.recruit1 dl dd strong{
font-weight: bold;
color: #357774;
}
.recruit1 dl dd strong a{
color: #357774;
}
.recruit1 dl dd dt{
float: none;
font-weight: bold;
}
.recruit1 dl dd dd{
padding-left: 0;
}
.recruit1 dl dd dl{
padding-bottom: 30px;
}
.recruit1 dl dd dl:last-of-type{
padding-bottom: 0;
}
.recruit1{
padding-bottom: 40px;
}
.recruit2{
position:relative;
margin-bottom: 100px;
}
.recruit2 .t1{
background-color: #a3c15c;
padding: 20px 0 15px 0;

}
.recruit2 .t2{
background-color: #99ba4a;
padding: 20px 0 20px 0;
}
.recruit2 .inn{
width: 600px;
float: right;
text-align: center;
}
.recruit2 .inn p{
color: #fff;
}
.recruit2 .t1 .inn{
background:url(/import/tenant_1/160.16.209.66/html/images/recruit/icon_01.png) no-repeat left 10px ;
}
.recruit2 .t1 p{
font-weight: bold;
}
.recruit2 .t2 p{
font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
font-size: 14px;
line-height: 140%;
}
.recruit2 .t2 p+p{
font-size: 48px;
}
.recruit2 .t2 p+p a{
  color:#fff;
}
.recruit2 .t2 p+p img{
vertical-align:middle;
margin-right: 10px;
margin-top: -5px;
}
.recruit2 .pic{
position: absolute;
left: 10px;
top:10px;
width:400px;
height:250px;
overflow: hidden;
}
@media only screen and (max-width: 1220px){
  .recruit .about1 .rp .pic{
    float: right;
    width: 50%;
  }
  .recruit .rp .tbox{
    width: 50% !important;
    float: left;
  }
  .recruit .about1 li{
    width: 31%;
    margin:0;
  }
  .recruit .about2 .pic{
    float: right;
  }
  .recruit2 .inn{
    width:550px;
  }
}
@media only screen and (max-width: 900px){
.recruit1 dl dt{
float: none;
padding-bottom: 5px;
}
.recruit1 dl dd{
padding-left: 0;
}
.recruit2 .pic{
position: relative;
left: auto;
top:auto;
width: 100%;
text-align: center;
padding-bottom: 15px;
}
.recruit2 .inn{
float: none;
width: 100%;
}
.recruit2 .t1 .inn{
background-position: 15px 15px;
}
}
@media only screen and (max-width: 540px){
.recruit2 .t1 .inn{
background: none;
}
.recruit .about1 .rp .pic{
  float: none;
  width:100%;
}
.recruit .rp .tbox{
  float: none;
  width:100% !important;
}
.recruit .about1{
  background-size: 56%;
}
.recruit .about1 li{
  width:32% !important;
}
.recruit .about2 .pic{
  float: none;
}
.recruit2 .t2 p+p a{
  font-size: 40px;
}
.recruit2 .t2 p+p a img{
  width: 6%;
}

/*スマホ css*/
.blog .box .inn dl {
    font-size: 12px;
    padding:20px 0 0;
    margin-top:20px;
    border-top:2px dashed #ddd;
}
.blog .box .inn dl p {
    font-weight:bold;
    text-align:center;
    margin:0 0 10px;
    font-size: 12px;
}
.blog .box .inn dl dt {
    font-weight:bold;
    width: 90px;
    float: left;
}
.blog .box .inn dl dd {
    margin:5px 0;

}
}
/*blog*/
.blog .c2main{
width: 850px;
}
.bloglist{
letter-spacing: -5px;
/*text-align: center;*/
}
.bloglist li{
width: 260px;
display: inline-block !important;
letter-spacing: 0;
/* padding: 0 35px 0 0; */
padding: 0 35px 100px 0;/* 変更 */
height: 316px;
text-align: left;
}
.bloglist li:nth-of-type(3n){
padding-right: 0;
}
.bloglist li a{
display: block;
padding-bottom: 5px;
width: 260px;
/* height: 205px; */
overflow: hidden;
}
/* 追加 */
.bloglist li dt a{
  height: 40px;
}


.bloglist li dd{
padding-bottom:0px;
color: #357774;

}
/*PC css*/
.blog .box .inn dl {
    font-size: 14px;
    line-height: 24px;
    padding:20px 20px 0;
    margin-top:40px;
    border-top:2px dashed #ddd;
}
.blog .box .inn dl p {
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
}
.blog .box .inn dl dt {
    float:left;
}
.blog .box .inn dl dd {
    margin:0 0 10px 120px;
}
@media only screen and (max-width: 1220px){
.blog .c2main{
width: 100%;
}
.bloglist li{
padding: 0 17px;
}
.bloglist li:nth-of-type(3n){
padding-right: 17px;
}
}
@media only screen and (max-width: 500px){
  .bloglist li{
    width: 48%;
    padding:0;
  }
  /* .bloglist li:nth-child(odd){
    margin-right: 0%;
  } */
  .bloglist li a{
    width:100% !important;
    /* height:auto !important; */
  }
  .bloglist{
    width: 100%;

  }
  /* .blog .bloglist{
    display: inline-flex;
  } */
  .blog .bloglist li{
    display: block;
  }
}
.blog.voice .box{
border-bottom: 0;
padding-bottom: 0;
}
.blog.voice .box h4{
margin-bottom: 15px;
}
.blog.voice .box .ds{
padding-bottom: 35px;
}
.blog.voice .box .ds p.cate{
background: #357774 ;
color: #fff;
display: inline-block !important;
line-height: 30px;
height: 30px;
text-align: center;
padding: 0 10px;
min-width: 100px;
}
.blog.voice .box .ds p.cate+p{
float: right;
color: #357774 ;
line-height: 30px;
}
.back{
text-align: center;
}
.back a{
display: inline-block !important;
background: #357774 url(/import/tenant_1/160.16.209.66/html/images/blog/icon_01.png) no-repeat 105px 15px;;
color: #fff;
text-align: center;
width: 120px;
height: 40px;
line-height: 40px;
}
/*news*/
.newslist{
padding: 20px 0 40px 0;
}
.newslist dt{
color: #357774 ;
float: left;
}
.newslist dd{
padding-left: 137px;
}
.newslist dl{
border-bottom: 1px solid #eeeeee;
padding-bottom:15px;
margin-bottom: 20px;
}
/*診療項目共通*/
.peri1{
padding: 90px 0 80px 0;
}
.peri1 .pic .p70{
  width:500px;
  height:350px;

}
.peri1 .tbox{
width: 620px;
}
.peri1 .flex {
padding-bottom: 80px;
}
.peri1 .flex:last-of-type{
padding-bottom: 0px;
}
.peri1 .flex .arrow {
    width: 135px;
    display: block;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.peri1 .flex .arrow img {
    width: 100% !important;
    height: auto !important;
}
.peri1 .flex .tbox {
    width: 620px;
    padding-right: 50px;
}
.peri1 .tbox h4{
font-size: 26px;
color: #357774;
border-bottom: 1px solid #5d9290;
font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
padding-bottom: 8px;
margin-bottom: 30px;
}
.peri1 .tbox h4 img{
padding-right:10px;
vertical-align: middle;
}
.peri1 .tbox h5 {
font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-size: 20px;
    margin: 10px 0 15px 0px;
    padding-top: 0px;
    padding-left: 10px;
    font-weight: bold;
    border-left: 3px solid #108060;
    clear: both;
    color: #105030;
    line-height: 1.2;
    display: inline-block;
}
.nayami1 h3{
background-color: #357774;
text-align: center;
font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
color: #fff;
font-size: 24px;
padding: 15px 0 10px 0;
font-weight: normal;
}
.nayami1 .bk1{
padding-bottom: 20px;
margin-bottom: 60px;
}
.nayami1 .inn{
padding: 40px 0 30px 0;
}

.nayami1 ul{
letter-spacing: -5px;
border-bottom: 1px solid #eeeeee;

padding-bottom: 60px;
}
.nayami1 li{
width: 50%;
display: inline-block !important;
letter-spacing: 0;
padding-bottom: 18px;
}
.nayami1 li:before{
content:url(/import/tenant_1/160.16.209.66/html/images/prevention/mk1.gif);
margin-right: 10px;
}
.nayami1 p{
font-size: 18px;
}
.nayami1 .gl{
color: #357774;
font-weight: bold;
text-decoration: underline;
}
.nayami1 .implant4 {
  padding-top:0;
}
.nayami1 .implant4 .box {
    padding: 40px 0;
}
.nayami1 .implant4 .box .pic + .tbox {
    text-align: center;
}
.nayami1 .implant4 h5 {
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    line-height: 50px;
    text-align: center;
    background-color: rgb(255, 255, 204);
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
}
.peri4 {
	position:relative;
	overflow:hidden;
}
.peri4 .pic {
    width: 550px;
}
.peri4 .pic img {
    width: 100% !important;
    height: auto !important;
}
.peri4 p.trimming:after {
    display: block;
    content: "";
    padding-top: 68%;
}
.peri4 .bkimg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background:#fcf5c8;
}

.peri4 .bkimg img{
	opacity:0.3;
}

.peri4 .bkimg:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:250px;
	z-index:1;
}
.peri4 .w84{
	position:relative;
	z-index:2;
}
.peri4 .h3t .w{
	background:none;
	position:relative;
}
.peri4 .tbox {
    width: 570px;
}
 .peri4 .h3t .w:before {
    content: "";
    width: 237px;
	margin-left:-237px;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background: #4c4c4c;
}
 .peri4 .h3t .w:after {
    content: "";
    width: 237px;
	margin-right:-237px;
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background: #4c4c4c;
}
.peri4 .h3t:before {
	display:none;
}
.peri4 h4{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	font-size:24px;
	padding:0 0 20px 0;
}

.peri4 h4 .n {
    display: inline-block !important;
    margin-right: 30px;
    margin-top: 0;
    line-height: 80px;
    background: #357774;
    color: #fff;
    padding: 0 20px 0 25px;
}
.peri4 h4 .n strong {
    font-size: 50px;
    line-height: 160%;
    margin-left: 10px;
}
 .peri4 .rp p{
	 padding:0 0 20px 0;
}
 .peri4 .rp .box {
	 padding:0 0 20px 0;
}
.peri4 .rp{
	padding-bottom:23px;
}
@media only screen and (max-width: 1050px){
  .peri4 .rp {
    padding-bottom: 53px;
}
.peri4 h4 .n {
    line-height: 50px;
}
.peri4 p.pic {
    width: auto;
    margin: 0 auto;
}
.peri1 .flex {
padding-bottom: 40px;
}
.peri1 .flex .arrow {
    width: auto;
    padding: 20px 0 0 0;
}
}
@media only screen and (max-width: 1220px){
.nayami1 h3{
font-size: 20px;
}
.nayami1 p{
font-size: 14px;
}
.peri1 .pic .p70{
  margin:0 auto;
}
.peri1 .flex .tbox {
    width: auto;
    padding-right: 0px;
}
}
.nayami1 .tt1{
color: #357774;
}
.h4l.h4e{
font-size: 22px;
border-bottom: 2px solid #357774;
margin-bottom: 40px;
text-align: center;
}
.peri2{
padding-bottom: 70px;

}

.peri3{
padding-bottom: 100px;
text-align: center;
}
@media only screen and (max-width: 1220px){
.peri1 .tbox h4{
font-size: 20px;
}
/*.peri1 .tbox h4 img{
width: 30px;
height: 30px;

}*/
.peri1 .tbox{
padding-bottom: 20px;
}
.peri1 .pic{
width: 100%;
text-align: center;
}
.h4l.h4e{
font-size: 20px;
}
}
@media only screen and (max-width: 1000px){
.nayami1 li{
width: 100%;
}
}

.caries1{
padding-bottom: 100px;
}
.caries1 .pic{
  width:450px;
  height:300px;
  overflow: hidden;
}
.caries1 .ca02{
  width:500px;
  height:300px;
  overflow: hidden;
}
.caries1 .tbox{
width: 700px;
}
.caries .peri1 {
    padding-top: 20px;
}
.caries .peri1 .tbox div {
    height: auto !important;
}
@media only screen and (max-width: 1220px){
.caries1 .tbox{
width: 100%;
padding-bottom: 30px;
}
.caries1 .pic{
  margin:0 auto;
}
}
@media only screen and (max-width: 500px){
  .caries1 .pic{
    width:100%;
    height:auto;
  }
  .peri1 .pic .p70{
  width:100%;
  height:auto;
}
.peri1{
padding: 50px 0 50px 0;
}
}
.mgb100{
margin-bottom: 100px;
}

/*orhodontic*/
.orthodontic1 .tbox{
width: 960px;
}
.orthodontic1 .tbox h3{
background-color: #357774;
text-align: left;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
color: #fff;
font-size: 24px;
padding: 15px 0 10px 20px;
font-weight: normal;
margin-bottom: 30px;
}
.orthodontic1 .tbox p{
padding: 0 0 0 20px;
}

.orthodontic1{
padding-bottom: 65px;
}
.orthodontic2 dl{
/*width: 550px;*/
min-height: 300px;
float: left;
}
.orthodontic2 dl:nth-of-type(even){
float: right;
}
.orthodontic2 dt {
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
color: #357774;
font-size: 26px;
margin-bottom: 25px;
}
.orthodontic2 dt .num{
display: block;
width: 70px;
height: 70px;
color: #fff;
font-size: 30px;
text-align: center;
line-height: 70px;
float: left;
background: #357774;
}
.orthodontic2 dt .t{
display: block;
padding-left: 100px;
line-height: 120%;
padding-top: 20px;
}
.orthodontic2 dt .t.t2{
padding-top: 0;
}
.bline{
border-bottom: 1px solid #eeeeee;
margin-bottom: 36px !important;
}
.orthodontic3{
background-color: #357774;
}
.orthodontic3 .tbox{
width: 580px;
padding: 45px 60px 20px 60px;
}
.orthodontic3 h4{
color: #fff;
font-size: 24px;
padding-bottom: 5px;
}
.orthodontic3 p{
color: #fff;
}
.orthodontic3 .pic{
  width:500px;
  height:300px;
  overflow: hidden;
}
.orthodontic1 .sm{
  width:240px;
  height:240px;
  overflow: hidden;
}
.orthodontic .or01,.periodontal .or01{
  width:400px;
  height:280px;
  padding:0;
  margin-bottom: 100px;
}
.orthodontic .or00,.periodontal .or00{
  display: flex;
  margin:0 auto;
}
.orthodontic .implant4 {
    padding-top: 0;
    padding-bottom: 50px;
}
.orthodontic .implant4 .box .tbox p {
  text-align: center
}
.periodontal .pricelist dt{
    width:20% !important;
    text-align: left;
    text-indent: 16px;
    padding-left: 0;
     float: left;
   　height: auto;
    box-sizing: border-box;
    padding: 20px 0 20px 0px;

}
.periodontal .pricelist dd{
   text-align: center;
   width : 20%!important; /* IE8以下とAndroid4.3以下用フォールバック */
   /*width : -webkit-calc((100% - 65px)/4) !important;
   width : calc((100% -  65px)/4) !important;*/
    float: left;
    border-left: 1px solid #ddd !important;
    padding-top: 20px;
    padding-bottom: 1020px;
    margin-bottom: -1000px;
    box-sizing: border-box;
}
.periodontal .pricelist dl:nth-of-type(1){
  background: #fff;
  font-weight: bold;
}
.periodontal .pricelist dl.bg_on dd:nth-of-type(1){
  background: #d4eaea;
}
.periodontal .pricelist dl.bg_on dd:nth-of-type(2){
  background: #b1dcda;
}
.periodontal .pricelist dl.bg_on dd:nth-of-type(3){
  background: #49a09c;
}
.periodontal .pricelist dl.bg_on dd:nth-of-type(4){
  background: #357774;
}
.periodontal .pricelist{
  padding-top: 30px;
  clear: both;
  width:90%;
  margin: 0 auto;
}

  .periodontal p.come_txt{
    display: none;
  }

.periodontal .pricelist dl+dl{
   border-top: 1px solid #ddd !important;
}

.periodontal .pricelist .table{
   border: 1px solid #ddd;
    /*width: !important;*/
}
.periodontal .pricelist dl{
   width:100% !important;
   height:65px !important;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
}

@media only screen and (max-width: 1220px){
.periodontal .pricelist .table{
  margin-right: auto;
  margin-left: auto;
}
.periodontal .pricelist dl{
  height: 75px;
}

  .periodontal .pricelist dt{
   text-indent: 0px;
  /* padding-left: 10px;
   padding-right: 10px;*/
   padding-left: 29px;
    padding-right: 7px;
    text-indent: -17px;
    padding-top: 13px;
  }

}


@media only screen and (max-width: 700px){
    .periodontal .pricelist dt{
  /* padding-left: 10px;
   padding-right: 10px;*/
    padding-left: 24px;
    padding-top: 22px;
  }
  
  
  .periodontal .pricelist .table{
    width:98% !important;
    min-width:525px !important;
   
  }
  .periodontal .pricelist {
     overflow-x: scroll;
     padding-top: 20px;
  }
  
  .periodontal .pricelist dl{
    width: 100% !important;
    height: auto !important;
  }
    .periodontal .pricelist dl:nth-of-type(1){
    padding-bottom: 20px;
  }
  

  .periodontal .pricelist dd{
   width : 20%!important; /* IE8以下とAndroid4.3以下用フォールバック */
   /*width : -webkit-calc((100% - 45px)/4) !important;
   width : calc((100% -  45px)/4) !important; */
   padding-top: 30px;
  }
  .periodontal p.come_txt{
    display: block;
    padding-top: 30px;
    padding-left: 20px;
  }

}

@media only screen and (max-width: 1220px){
.orthodontic1 .tbox{
width: 100%;
padding-bottom: 20px;
}
.orthodontic1 .tbox h3{
font-size: 18px;
}
.orthodontic2 dl{
width: 100%;
float: none;
min-height:auto;
padding-bottom: 30px;
}
.orthodontic2 dl:nth-of-type(even){
float: none;
}
.orthodontic2 dt{
font-size: 18px;
}
.orthodontic2 dt .num{
width: 30px;
height: 30px;
line-height: 30px;
font-size: 22px;
}
.orthodontic2 dt .t{
padding-left: 40px;
padding-top: 5px;
}
.orthodontic3 h4{
font-size: 18px;
}
/*.orthodontic3{
padding-bottom: 20px;
}*/
.periodontal .orthodontic3 .tbox{
  width: 50% !important;
  float: left;
}
.periodontal .cosme3 p.cs01{
  width: 37%;
    float: right;
    height: auto;
}
.orthodontic1 .sm{
  margin:0 auto;
}
.orthodontic .orthodontic3 .tbox{
  width: 50% !important;
  float: left;
  padding: 30px 40px 20px 40px;
}
.orthodontic .orthodontic3 .pic{
  width: 40%;
    float: right;
    height: auto;
}
}
@media only screen and (max-width: 500px){
  .orthodontic3 .tbox{
    padding: 20px;
  }
  .cosme3 p.pic{
    width: 95% !important;
    height: auto !important;
  }
  .periodontal .orthodontic3 .tbox{
    max-width: 100%;
    float: none;
    width: 100% !important;
    box-sizing: border-box;
  }
  .periodontal .cosme3 p.cs01{
    float: none;
  }
  .periodontal .orthodontic3{
    padding-bottom: 20px;
  }
  .orthodontic1 .tbox p{
    padding:0;
  }
  .orthodontic .or00, .periodontal .or00{
    display: block;
  }
  .orthodontic .or01, .periodontal .or01{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .orthodontic .orthodontic3 .tbox{
    width: 100% !important;
     float:none; 
    padding: 20px;
    box-sizing: border-box;
  }
  .orthodontic .orthodontic3 .pic{
    width: 95%;
    float: none;
    height: auto;
  }
  .orthodontic .orthodontic3{
    padding-bottom: 20px;
  }
}
/*cosmetic*/
.cosme1{
text-align: center;
padding-bottom: 80px;
}
.cosme1 .box {
    vertical-align: top;
    width: 380px;
    min-height: 500px;
    display: inline-block !important;
    margin: 0px 12px 20px;
    background: url(/import/tenant_1/160.16.209.66/html/images/prevention/icon_01.png) right bottom no-repeat rgb(53, 119, 116);
}
.cosme1 .box dl{
padding: 30px 40px;
text-align: left;

}
.cosme1 .box dt{
font-size: 26px;
color: #fff;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
padding-bottom: 5px;
}
.cosme1 .box dd{
color: #fff;
}
.cosme1 .box dt .num{
font-size: 40px;
font-weight: bold;
display: block;
}
.cosme2 p{
text-align: center;
}
.nayami1.cosme2 ul{
border-bottom: none;
padding-bottom: 50px;
}
@media only screen and (max-width: 1220px){
.cosme1 .inn{
width: 95%;
margin: 0 auto;
}
.cosme1 .box dt .num{
font-size: 30px;
}
.cosme1 .box dt{
font-size: 20px;
}
.cosme1 .box{
  min-height:300px !important;
}
.cosme3 p.pic{
  margin:0 auto;
}
}
@media only screen and (max-width: 460px){
.cosme1 .box{
width: 100%;
margin: 0 0 20px 0;
}
}
.cosme3 h4{
display: inline;
}
.cosme3 p{
display: inline;
}
.cosme3 p.pic{
display: block;
width:500px;
height:300px;
overflow: hidden;
}
.cosme3 p.cs01{
  width:500px;
  height:450px;
}
.cosme4 .tbox {
    float: left;
    width: 620px;
}
.cosme4  {
    padding: 40px 0;
    }
.cosme4 .pic {
    padding-top: 67px;
    width: 500px;
    float: right;
}
.cosme4 .tbox h4 {
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    margin: 10px 0 30px 0px;
    padding-top: 0px;
    padding-left: 10px;
    font-weight: bold;
    border-left: 3px solid #108060;
    clear: both;
    color: #105030;
    line-height: 1.2;
}
.cosme4 .tbox .box {
  background-color: #f6f6f6;
    border: 1px solid #dfdfdf;
    padding: 20px 20px 20px 20px;
    margin-bottom: 60px;
}

.cosme4 .tbox .box p {
    color: #652607;
    padding: 0 0 8px 1.25em;
    text-indent: -1.25em;
}
.cosme4 .tbox .box p .m {
    color: #1d7454;
    padding-right: 0.25em;
}
.cosme4 .tbox .box p .m img {
    padding-top: 0.3em;
}
@media only screen and (max-width: 1050px){
	.cosme4 .tbox {
             float: none;
	    width: 100%;
	}
.cosme4 .pic {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
	.cosme4 .tbox .boxdt{
		font-size:18px;
	}
	.cosme4 .tbox .box{
		padding-left:2.05%;
		padding-right:2.5%;
	}
}
/*implant*/
.implant1{
padding-bottom: 90px;
}
.implant1 .pic{
	float:left;
	width:520px;
	height:360px;
	overflow: hidden;
}
.implant1 .tbox{
	float:right;
	width: 620px;
}
.implant1 .tbox dt{
padding: 0 0 0 20px;
margin-bottom: 30px;
font-weight: bold;
line-height: 50px;
height: 50px;
}
.implant1 .tbox .dl1 dt{
background-color: #357774;
color: #fff;
}
.implant1 .tbox .dl2 dt{
background-color: #eeeeee;
}
.implant1 .tbox dd{
position: relative;
padding: 0 0 20px 25px;
}
.implant1 .tbox dd:before{
position: absolute;
top:-3px;
left: 13px;
}
.implant1 .tbox .dl1 dd:before{
content:url(/import/tenant_1/160.16.209.66/html/images/prevention/mk1.gif);
}
.implant1 .tbox .dl2 dd:before{
content:url(/import/tenant_1/160.16.209.66/html/images/prevention/mk2.gif);
}
@media only screen and (max-width: 1220px){
.implant1 .pic{
		float:none;
		text-align:center;
		margin: 0 auto;
	}
.implant1 .tbox{
		width:auto !important;
		float:none;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 500px){
  .implant1 .pic{
    width:100%;
    height:auto;
  }
}
.implant2 {
    padding: 40px 30px;
    border: 1px dashed #063;
    margin: 50px auto 20px auto ;
    box-sizing: border-box;
}
.implant2 h4 {
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    margin: 0 0 50px;
    padding-top: 0;
    padding-left: 50px;
    text-align: left;
    font-weight: bold;
    line-height: 50px;
    border-left: 3px solid #309079;
    background-color: #EFE;
    color: #104020;
    line-height: 50px;
}
.implant2 .pic{
	float:right;
	width:420px;
	height:auto;
}
.implant2 .tbox {
    float: left;
    width: 520px;
}
.implant2 .tbox dt {
    padding: 0 20px 0 0px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 190%;
    color: #3b7135;
}
.implant2 .tbox dd{
position: relative;
padding: 0 20px 20px 0px;
}
.implant2 .ibox {
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.implant2 .ibox .pic {
    float: none;
    width: 620px;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.implant2 .ibox .pic img{
    width: 100% !important;
    height: auto !important;
	}
@media only screen and (max-width: 1220px){
.implant2 .pic{
  		width:auto !important;
		float:none;
		text-align:center;
		margin: 0 auto;
	}
.implant2 .tbox{
		width:auto !important;
		float:none;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 500px){
  .implant2 .pic{
    width:100%;
    height:auto;
  }
}

.implant3 {
    padding: 90px 0 70px 0;
}
.implant3 .peri4 h4 {
    line-height: 90px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-size: 24px;
    padding: 0 0 20px 0;
}
.implant3 .peri4 h4 .img {
    display: inline-block;
    width: 100px;
}
.implant3 .peri4 h4 .txt {
      margin: 0px 0 15px 50px;
    padding-top: 0px;
    padding-left: 30px;
    font-weight: bold;
    border-left: 3px solid #108060;
    font-size: 24px;
    clear: both;
    color: #105030;
    line-height: 1.2;
    display: inline-block;
    font-weight: normal;
    text-align: left;
}
.implant3 .peri4 .tbox {
    float: left;
    width: 620px;
    padding: 0 0 20px 150px;
}
.implant3 .peri4  .pic {
    width: 350px;
    height:auto;
}
.implant3 .peri4  .pic img {
    width: 100% !important;
    height: auto !important;
}
.implant3 .peri4 .tbox2 {
    width: auto;
    padding: 0 0 20px 150px;
}
.implant3 .peri4 .imgs {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 0 0 20px 150px;
}
.implant3 .peri4 .imgs .pic2  {
    width: 350px;
    float:  left;
    padding: 0 20px 20px;
    margin: 0 auto;
}
.implant3 .peri4 .imgs .pic2 img {
    width: 100% !important;
    height: auto !important;
}
.implant3 .peri4 .imgs .t {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
@media only screen and (max-width: 1220px){
  .implant3 .peri4 h4 {
  font-size: 20px;
}
.implant3 .peri4 .tbox {
    padding: 0 0 20px 120px;
}
.implant3 .peri4 h4 .txt {
    margin: 0px 0 15px 20px;
    padding-top: 0px;
    padding-left: 30px;
    font-weight: bold;
    border-left: 3px solid #108060;
  font-size: 20px;
    clear: both;
    color: #105030;
    line-height: 1.2;
    display: inline-block;
    text-align: left;
    float: right;
    width: 75%;
}
.implant3 .peri4  .pic{
		float:none;
		text-align:center;
		margin: 0 auto;
	}
.implant3 .peri4 .tbox{
		width:auto !important;
		float:none;
		padding-bottom: 20px;
	}
.implant3 .peri4 .imgs .pic2{
		float:none;
		text-align:center;
		margin: 0 auto;
	}
.implant3 .peri4 .imgs {
    padding: 0 0 20px 0px;
}
.implant3 .peri4 .tbox2{
		width:auto !important;
		float:none;
		padding-left: 0px;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 599px){
.implant3 .peri4 h4 .txt {
    width: 56%;
}
.implant3 .peri4 .imgs .pic2{
    width: 100%;
		float:none;
		text-align:center;
		margin: 0 auto;
	}
}
.implant4 {
    padding: 90px 0 0px 0;

}
.implant4 .box {
    padding: 30px 20px 30px 20px;
}
.implant4 .box h4 {
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-size: 24px;
    margin: 10px 0 15px 0px;
    padding-top: 0px;
    padding-left: 10px;
    font-weight: bold;
    border-left: 3px solid #108060;
    clear: both;
    color: #105030;
    line-height: 1.2;
    display: inline-block;
}
.implant4 .box dl {
    width:550px;
    vertical-align: middle;
    border: 2px solid #ddd;
}
.implant4 .box dl + dl{
    border-top: 0px ;
}
.implant4 .box dt {
    color: #57524b;
     line-height: 50px;
     float: left;
     box-sizing: border-box;
   padding-left: 20px;
    width: 20%;
    background-color: rgb(245, 245, 245);
}
.implant4 .box dd {
    width: 80%;
   padding-left: 20px;
        box-sizing: border-box;
    line-height: 50px;
    float: right;
    background-color: rgb(255, 255, 255);
}
.implant4 .box .pic {
    padding-top: 20px;
    width: 550px;
    height: auto;
    margin: 0 auto;
}
.implant4 .box .pic img {
    width: 100% !important;
    height: auto !important;

}
.implant4 .box .tbox {
    width: 100%;
    padding: 30px 0 50px 0px;
}
.implant4 .box .tbox div {
   text-align: center;
}
@media only screen and (max-width: 1220px){
.implant4 .box h4 {
  font-size: 20px;
}
.implant4 .box .pic{
		float:none;
		text-align:center;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 599px){
  .implant4 .box dl {
    width: 100%;
}
.implant4 .box .pic{
    width:  100%;
		float:none;
		text-align:center;
		margin: 0 auto;
	}
}

.implant5 {
    padding: 40px 30px;
    border: 1px dashed #063;
    margin: 50px auto 20px auto;
    box-sizing: border-box;
}

.implant5 h4 {
      font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    margin: 0 0 50px;
    padding-top: 0;
    padding-left: 50px;
    text-align: left;
    font-weight: bold;
    line-height: 50px;
    border-left: 3px solid #309079;
    background-color: #EFE;
    color: #104020;
    line-height: 50px;
}

.implant5 .tbox p {
    padding: 0 20px 0 0px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 190%;
    color: #3b7135;
}
@media only screen and (max-width: 1220px){
  .implant5 {
    padding: 25px 15px;
}
}
/*denture*/
.denture1{
padding-bottom: 70px;
}
.denture1 p{
padding-bottom: 30px;
}
.h4d{
font-size: 26px;
border-bottom: 1px solid #dddddd;
margin-bottom: 15px;
text-align: center;
color: #357774;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
padding-bottom: 15px;
}
.denture2 h4+p{
font-size: 14px;
text-align: center;
padding-bottom: 55px;
}
/*prevention*/
.cosme1.prev1 .box{
min-height: 410px;
}
.lp .pic{
	float:left;
}
.lp .tbox{
	float:right;
}
@media only screen and (max-width: 1220px){
.lp .pic{
		float:none;
		text-align:center;
	}
.lp .tbox{
	width:auto !important;
	float:none;
}
}
/*child*/
.h426{
font-size: 26px;
padding-bottom: 10px;
color:#357774;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
@media only screen and (max-width: 1220px){
.h426{
font-size: 20px;
}
}
.h3g{
text-align: center;
font-size: 22px;
background-color: #357774;
color: #fff;
margin-bottom: 50px;
font-weight: bold;
line-height: 50px;
/* height: 50px; */
}
.child1 .tbox{
padding: 0 50px 30px 50px;
margin-bottom: 50px;
position: relative;
z-index: 1;
}
.child1 .tbox:last-of-type{
padding-bottom: 90px;
}
.child1{
position: relative;
}
.child1 .pg{
position: absolute;
right: 0;
bottom: 50px;
opacity: 0.5;
z-index: 0;
}

.voice .child1  {
    margin-top:50px;
}
.voice .child1 h5 {
    color: #105030;
    padding-left: 30px;
    font-weight: bold;
    border-left: 3px solid #108060;
}
.voice .child1 .tbox {
    border: 1px solid #696;
    padding: 30px;
    background-color: #F0FFF8;
}
.voice .child1 .tbox .box {
    text-align: left;
    color: #57524b;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
}
.voice .child1 .tbox:last-of-type {
    padding-bottom: 0px;
}
.child2{
border-bottom:2px solid #357774;
background-color: #357774;
margin-bottom: 55px;
}
.child2 .tit{
border-top:1px solid #dddddd;
text-align: center;
width:340px;
padding:90px 0 85px 0; 
float: left;
background-color: #fff;
}
.child2 .box{
width: 860px;
float: right;
background-color: #357774;
}
.child2 .box p{
color: #fff;
padding: 40px 60px;
}
@media only screen and (max-width: 1220px){
.child1 .tbox{
padding: 0 0 30PX 0;
}
.child2 .tit{
width: 100%;
float: none;
padding: 30px 0;
}
.child2 .box{
width: 100%;
float: none;
}
}
@media only screen and (max-width: 500px){
  .child1 .pg{
    width:55%;
    bottom:37px;
  }
  .child2 .box p{
    padding:20px;
  }
}
/*cavity*/
.cavity1 .tbox dl{
padding: 70px 0 0 0;
letter-spacing: -5px;
}
.cavity1 .tbox dt{
letter-spacing: 0;
font-size: 22px;
color: #357774;
font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
padding-bottom: 10px;
}
.cavity1 .tbox dd{
letter-spacing: 0;
width: 50%;
display: inline-block !important;
padding-bottom: 5px;
}
.cavity1 .tbox dd:last-of-type{
width: 100%;
text-align: right;
}
@media only screen and (max-width: 720px){
.cavity1 .tbox dd{
letter-spacing: 0;
width: 100%;
}
}
.cavity2{
text-align: center;
font-size: 22px;
background-color: #357774;
color: #fff;
}
.cavity2 p{
text-align: center;
color: #fff;
font-weight: bold;
line-height: 200%;
padding: 40px 20px;
}
.cavity2 p strong{
font-size: 22px;
}
.cavity3 {
border-bottom: 1px solid #dddddd;
margin-bottom: 130px;
}
.cavity3 dl{
/*width: 600px;*/
float: left;
padding: 50px 0;
}
.cavity3 dl+dl{
width: 599px;
float: right;
border-left: 1px solid #dddddd;
}
.cavity3 dt{
text-align: center;
font-size: 22px;
}
.dta{
  padding-top: 13px;
}
.dtb{
  padding-top: 13px;
}
.cavity3 dd{
text-align: center;
}
.dda{
color: rgb(39, 78, 19);
padding: 5px;  
}
.ddb{
padding: 5px;  
}
.h4l.h4e .t{
font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 14px;
color:#333;
font-weight: normal;
padding-left:30px; 
}
.cavilty4 h3{
margin-bottom: 50px;
font-size: 22px;
}
.cavilty4 p{
text-align: left;
}
@media only screen and (max-width: 1220px){
.cavity2 p strong{
font-size: 18px;
}
.cavity3 dl{
width: 100%;
float: none;
}
.cavity3 dl+dl{
width: 100%;
float: none;
border-left: none;
}
.h4l.h4e .t{
display: block;
padding: 0;
}
}
.snslogo{
    width: 50px;
    margin-left: 10px;
}
.snslogo img {
  width: 100%;
}
.syukkinn{
  width:135px;
}

  
/* 追加 */
.ex img{
  width: 25%;
}
@media only screen and (max-width: 1024px){
  .ex img{
    width: 50%;
  }
}
@media only screen and (max-width: 599px){
  .ex img{
    width: 70%;
  }
}

/* 追記 */

.icon-flex{
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.icon{
  width: 45px;
}

.icon:not(:last-of-type){
  margin-right: 5px;
}

.flex{
  width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  
}
@media only screen and (max-width: 1024px){
  .icon-flex{
    margin-top: 40px;
  }
  
  .flex-outer{
    width: 50%;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 599px){
  
  
   .flex-outer{
    width: 80%;
  }

.icon-flex {
    margin-top: 25px;
    width: 105%;
    margin-bottom: 0px;
}

/*.newsbox {
 width: 80%
}*/

.newsbox h3{
     font-size: 20px;
}

}

.newsbox {
 width: 80%;
	height:auto !important;
	margin: 0 auto !important;
}

.newsbox h3{
  text-align: center;
  margin-bottom: 20px;
}

.newsbox div {
  color: #fff;
}

.newsbox p{
  letter-spacing: 1px;
}

.repeat01{
	padding:10px;
	margin-bottom:100px;
	max-width:950px;
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
}

@media only screen and (max-width: 1024px){
  video{
	    width: 95%;
  }
}

/* 2/27追記 */

.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
}

.oneArea .onebox:not(:first-child){
  margin-top: 20px;
  
}
.oneArea .onebox .imgArea {
  width: 14%;
  position: relative;
}
.oneArea .onebox .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 0;
}
.oneArea .onebox:nth-child(odd) .imgArea img {
  left: 0;
  padding-right: 30px;
}
.oneArea .onebox:nth-child(even) .imgArea img {
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 63%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #f2f3f7;
  font-size: 16px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  top: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 15px 0;
  border-color: transparent #f2f3f7 transparent transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::before {
  left: -20px;
}
.oneArea .onebox:nth-child(even) .fukidasi {
  background-color: #fde5e5;
}
.oneArea .onebox:nth-child(even) .fukidasi::before {
  right: -20px;
  border-color: transparent #fde5e5 transparent transparent;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .oneArea .onebox .imgArea img {
    max-width: 100%;
  }
  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 14px;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
  }
.oneArea .onebox:nth-child(even) {
    margin-top: 100px;
}
  .oneArea .onebox .imgArea {
    width: 30%;
  }
  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 14px;
  }
}

/* 3/02 追記 */


.care-list:not(:last-of-type){
  margin-bottom: 5px;
}

.care-title{
  padding-right: 10px;
}

.mb10{
  margin-bottom: 10px;
}

.care-list {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.image-box{
  width: 300px;
    height: auto;
    margin-bottom: 20px;
}

.box-flex {
    width: 700px;
    display: flex;
    justify-content: space-between;
}

.red-text{
  color: red;
  font-weight: bold;
}

.indent{
  padding-left: .8em;
  text-indent: -.8em;
}

.db-block{
  display: block;
}

.about1 .peri4 h4 .txt02{
  margin-left: 0;
}

.care-list-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
}

.image-flex{
  display: flex;
}

/* 03/03 追記 */

.captor-flex{
  display: flex;
    align-items: center;
    color: red;
}

.denger-mark{
  padding-right: 10px;
}


@media only screen and (max-width: 599px){
  
.sp-box-flex{
  display: flex;
  flex-direction: column;
}

.about1 .peri4 .rp .box {
  width: 100%;
}

.about1 .peri4 .rp .box .image-box{
  width: 100%;
}

.about1 .peri4 .rp .box .image-box img{
  width: 100%;
}

.about1 .peri4 .rp .box-flex {
  display: block;
    width: 100%;
    margin: auto;
}

.about1 .peri4 .rp .sp-box-flex02{
  display: flex;
}

.about1 .peri4 .rp .sp-box-flex02 img{
  width: 47%;
}

.about1 .peri4 h4 .txt {
    margin: 0px 0 15px 0px;
    font-size: 20px;
    padding-left: 10px;
}

.about1 .peri4 h4 .img img {
    width: 80% !important;
    height: auto !important;
}

.pb25{
  padding-bottom: 25px;
}

.care-list-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.oneArea .onebox .mt100{
  margin-top: 100px;
}
}

.about1 .peri4 .rp .box:last-of-type{
  padding-bottom: 0px;
}

.about1 .rp.clearfix{
  padding-bottom: 0px;
}


.n{
  display: block;
}

@media only screen and (max-width: 599px){
  .n{
  display: inline-block;
}
}

.indent02{
  padding-left: .8em;
  text-indent: -.8em;
}

.indent {
    padding-left: .3em;
    text-indent: -.3em;
}


/* 3/4 追記*/


.care-list:not(:last-of-type) {
    margin-bottom: 20px;
}


.oneArea .onebox .imgArea img {
    width: 100%;
    max-width: 190px;
    position: absolute;
    top: -40px;
}

@media only screen and (max-width: 1024px){
  
  .oneArea .onebox:first-of-type{
    margin-bottom: 30px;
  }
  
  .oneArea .onebox:not(:first-child) {
    margin-top: 60px;
}

.oneArea .onebox:nth-child(even) {
    margin-top: 30px; 
}

.oneArea .onebox .imgArea img {
    width: 100%;
    max-width: 190px;
    position: absolute;
    top: -15px;
}
}

/* 3.9追記 */

.image-flex02{
  display: flex;
    margin-top: 20px;
    justify-content: center;
}

@media only screen and (max-width: 599px){
  .image-flex02 img{
    width: 47%;
  }
}


/* 料金追記 */

.caption-text{
  text-align: center;
    display: block;
    margin-bottom: 10px;
}

/* 4/13 追記 */

.newsbox a{
  color: #fff;
}

.mb-50{
  margin-bottom: 50px;
}

.mb-25{
  margin-bottom: 25px;
}

.ttl-fz{
  font-size: 30px;  
}

.fz-20{
  font-size: 20px;
}

.mr-25{
  margin-right: 25px;
}

.mb-50{
  margin-bottom: 50px;
}

.mb-25{
  margin-bottom: 25px;
}

.green-color{
  color: #357774;
}

.pb-20{
  padding-bottom: 20px;
}

.border-b{
  border-bottom: 1px solid #357774;
}

.db-i{
  display: inline-block;
}

.mb-10{
  margin-bottom: 0;  
}
@media only screen and (max-width: 599px){

.db-i{
  display: block;
}
.mb-10{
  margin-bottom: 10px;  
}

.ttl-fz {
    font-size: 24px;
}
.fz-20 {
    font-size: 16px;
}
}

.sibata01 {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 599px){

.sibata01 {
    width: 95% !important;
}


}

.link-area{
  padding-top: 100px;
}


#jushinshisutemu{
   margin-top:-100px;
  padding-top:100px;
}

.nav_follow{
  background: rgba(255,255,255,0.95);
}


.bgc-f{
  background: rgba(255,255,255,0.95);
} 

.w100{
  width: 100vw;
}


.transparent{
  background-color: transparent !important;
} 

  .jc-c{
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
  }
  
  
  /* 2/8 追記 */


  .r{
    display: inline-block;  
  }
  
  
@media only screen and (max-width: 599px){
    .sp-fz span{
    font-size: 16px !important;
  }
  
  .r{
    display: block;  
  }
}

.mb80 {
  margin-bottom: 80px;
}
.mb100{
  margin-bottom: 100px;
}
 
 @media only screen and (max-width: 599px){
   .new-staff .mb80{
  margin-bottom: 50px;
   }
  .new-staff .mb100{
  margin-bottom: 50px;
}   
 }
  /* 6/13 追記 */
.tac{
  text-align: center;
}
.r{
  display: inline-block;
}

@media only screen and (max-width: 599px){
  .r{
    display: block;
  }
}
 /* 7/19 追記 */
.lh40{
  line-height:50px;
}
.yohaku{
  margin:30px 0;
  text-align: center;
  padding: 0 10px;
}
.yoteihyo{
  color: rgb(69, 129, 142); 
  font-size: 20px; 
  font-weight: bold;
}
.sp-fz{
  text-align: center;
}
.timetable{
   display:inline;
   /*width=620px 
   border='0' 
   cellpadding='3' 
   cellspacing='1'*/
   
}
.sakamoto{
  background-color:#9CC2E5;
}
.graycolor{
  background-color:#EEEEEE; 
}
.sugita{
  background-color:#F0AE81;
}
.shibata{
  background-color:#C5E0B3; 
}
.kaburagi{
background-color:#CC66FF; 
}
.wt65{
  width: 70px;
}
.youbi{
  font-weight: bold; 
}
.doyoubi{
font-weight: bold; 
color: rgb(0, 0, 255);
}

 /* 7/20 追記 */
 .mgt80{
   margin-top: 80px;
 }



/* 2022.07.22 */

.yoteihyo01{
  margin-bottom: 80px;
}

.dh04{
  padding-right: 15px;
}

.yoteiii03 {
    width: 120px;
}

/* .shonikyosei{
  display: none;
} */


@media only screen and (min-width: 599px){
  .shonikyosei{
  display: none;
}
}


@media only screen and (max-width: 599px){
.yoteiii03{
  width: 123px;
}

.dh04 {
    padding-right: 5px;
    font-size: 12px;
}

.shonikyosei{
  display: block;
}

.doctorrr01{
  line-height: 65px !important;
}

.doctorrr02{
  line-height: 30px !important;;
}

.doctorrr03{
  line-height: 33px !important;;
}

.yoteiii03 {
    width: 68px;
}

.dhno04{
  width: 70px !important;
}

.dhno0404{
  line-height: 30px !important;
}

.inchooo01{
  line-height: 66px !important;
}

.mayuuu01{
  line-height: 33px !important;
}

.inmayuito{
  width: 73px !important;
}

.inmayuito03{
  width: 32px !important;
}

.inmayuito0303{
  line-height: 35px !important;
}
}



/* 2022.07.23 */

.monshin01{
  display: flex;
  justify-content: center;
  margin: 30px auto 54px;
}

.monshin02{
  margin-right: 150px;
}

.monshin02 a{
  background: #99ba4a;
  padding: 20px 20px;
  color: #fff;
  font-weight: bold;
}

.monshin03 a{
  background: #99ba4a;
  padding: 20px 20px;
  color: #fff;
  font-weight: bold;
}

.monshin04{
  width: 64%;
  margin: auto;
}

.shinryoniayooo{
  width: 70%;
}

.sonotaaa{
  width: 88%;
}


@media only screen and (max-width: 1024px){
.monshin02 a {
    background: #99ba4a;
    padding: 14px 10px;
    color: #fff;
    font-weight: bold;
}

.monshin03 a {
    background: #99ba4a;
    padding: 14px 10px;
    color: #fff;
    font-weight: bold;
}

.monshin02{
  margin-right: 10px;
}
}


@media only screen and (max-width: 599px){
.monshin04 {
    width: 95%;
    margin: auto;
}

.monshin01{
  display: block !important;
}

.monshin02{
  margin-bottom: 40px;
  margin-left: 20px;
}

.monshin03{
  margin-left: 20px;
}

.shinryoniayooo{
  width: 83% !important;
}

.sonotaaa {
    width: 98% !important;
}
}

/* 0804　追記 */

.s{
  display: block;
}

.r{
  display: inline-block;
}

@media only screen and (max-width: 599px){
  .s{
    display: inline-block;
}

.r{
  display: block;
}
}

/* 2022.09.21 */
.hosho01{
  border: 1px solid;
  padding: 10px !important;
  margin-bottom: 20px;
  width: 50%;
}

.kese01{
  padding-left: 30px;
}

.sports01{
  width: 40% !important;
}

.saise01{
  width: 35% !important;
}

.endo02{
  width: 45% !important;
}

.endo01{
  border: 1px solid;
  padding: 10px !important;
  margin-bottom: 10px;
}

.toride01{
  width: 90%;
  margin: auto;
}

.whitning01{
  font-weight: bold;
}

.whitning02{
  font-size: 18px;
}

.whitehyo01{
  width: 70%;
}

.whitehyo01 tr{
  text-align: center;
}

@media only screen and (max-width: 599px){
  .whitning02 {
    font-size: 16px;
}

.whitehyo01 {
    width: 100%;
}

.whitehyo01 tr {
    text-align: center;
    font-size: 12px;
}

.toride01 {
    width: 100%;
    margin: auto;
}

.hosho01 {
    border: 1px solid;
    padding: 10px !important;
    margin-bottom: 20px;
    width: 94%;
}
}

/* 2023.02.24 */

.implantexemple{
  border: 2px solid #357774;
    width: 50%;
    margin: 70px auto 40px;
    padding: 15px 0;
    border-radius: 10px;
}

.implantexemple p{
  text-align: center;
    font-size: 18px;
    font-weight: bold;
}



@media only screen and (max-width: 1024px){
.implantexemple {
    width: 70%;
    margin: 50px auto 20px;
}
}

@media only screen and (max-width: 599px){
.implantexemple {
    width: 90%;
    margin: 20px auto 0px;
}

/* .blogsp1{
  display: block !important;
} */

.blogsp2{
  width: 32% !important;
  height: 230px !important;
 margin: 0.6%;
}

.bloglist li:nth-of-type(3n) {
    padding-right: 0;
}
}


.blogimg01{
  width: 100% !important;
  object-fit: contain !important;
}


.vpracvebr1{
  display: none;
}

@media (max-width: 599px) {
.instrument01{
  font-size: 22px !important;
}

.instrumentimg{
  width: 100% !important;
}

.instrumentdiv02{
  margin: 0 auto 30px;
    width: 90%;
}

.instrumentdiv03{
  width: 90%;
  margin: 0 auto 10px;
}

.pracesp01{
  width: 100% !important;
}

.pracesp02{
  width: 60% !important;
    margin: auto;
}

.pracesp02 img{
  width: 60% !important;
  height: auto !important;
}

.pracvebr1{
  display: block;
}

.kese01 {
    text-align: center;
}
}


.kodawarip01{
  padding:0 !important;
}

.implantmerit{
  background-color: #eeeeee !important;
    color: #000 !important;
}

.donna01{
  max-width: 1200px;
    margin: 0 auto;
}

.inmbrh4{
  display: none;
}

@media (max-width: 599px) {
.donna01{
  font-size: 18px !important;
  /* max-width: 340px; */
}

.inmbrh4{
  display: block;
}

.impnexth4{
  font-size: 18px !important;
}

.impnagare01{
  padding: 0px 0 70px 0 !important;
}

.impstepp01 {
    width: 78% !important;
    margin: 15px 0 10px 10px !important;
    padding-left: 10px !important;
    font-size: 16px !important;
}

.impstep{
  width: 50px !important;
}

.nagareh407{
  padding: 0 !important;
  line-height: 70px !important;
}

.impnagareimg{
  width: 80% !important;
    margin: auto;
}

.impnextbox{
  padding: 0 !important;
}

.tokeruh3:after{
    content: "";
    width: 320px;
}

.shinikubox{
  padding: 10px 0 0px 0 !important;
}

.shisshublock{
  display: block;
}

.shishu3{
  padding: 30px 0 70px 0;
}

.shishup01{
  width: 78% !important;
    margin: 15px 0 10px 10px !important;
    padding-left: 10px !important;
    font-size: 18px !important;
}

.konnashishu{
  padding-bottom: 30px !important;
}

.shishutohaimg{
  width: 80% !important;
}
}

/*2023/05/15*/
.c-btn a {
  background: #357774;
  padding: 2% 5%;
  display: block;
  width: 200px;
  text-align: center;
  margin: 10px auto 0;
  color: #fff;
}
.c-btn a:hover {
  text-decoration: none;
}
.shorei a {
  display: block;
  width: 40%;
  margin: 0 auto 50px;
  padding: 1%;
  border: 2px solid #357774;
  border-radius: 20px;
}
.shorei a:hover {
  text-decoration: none;
}.shorei p {
  color: #357774;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.straumann h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 20px;
  color: #357774;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.straumann ul {
  display: flex;
}
.straumann ul li {
  width: 30%;
  margin: auto;
}
.straumann ul li .title {
  font-size: 18px;
  color: #357774;
  font-weight: bold;
  margin-bottom: 10px;
  height: 60px;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.straumann ul li .img {
  margin-bottom: 10px;
}
.straumann ul li .img img {
  width: 100%;
}
.imp-box {
  margin: 100px auto;
}
.imp-box .flexb {
  display: flex;
  flex-wrap: wrap;
}
.in-box {
  width: 48%;
  margin: 30px auto 0;
}
.imp-box .flexb .tbox {
  margin-top: 20px;
}

.imp-box .flexb .pic {
  width: 100%;
}
.imp-box .flexb .pic img {
  width: 100%;
}
.imp-box2 ul {
  display: block;
}
.imp-box2 ul li {
  width: 96%;
  margin-bottom: 20px;
}
.imp-box2 ul li span {
  font-size: 18px;
  font-weight: bold;
  color: #357774;
}
.mb50 {
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .shorei a {
    width: 50%;
    padding: 2%;
  }
  .straumann h4 {
    font-size: 20px;
  }
  .imp-box2 ul li span {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  .shorei a {
    width: 70%;
  }
  .straumann h4 {
    font-size: 20px;
  }
  .straumann ul {
    display: block;
    margin-bottom: 50px;
  }
  .straumann ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .straumann ul li .title {
    height: auto;
  }
  .imp-box {
    margin: 80px auto;
  }
  .in-box {
    width: 100%;
    margin: 10px auto 0;
  }
}

/* 2023/06/15追記 */
.about3 .setsubi {
  display: flex;
  flex-wrap: wrap;
}
.about3 .setsubi dl{
  width: 40%;
  display:inline-block !important;
  letter-spacing:0;
  vertical-align:top;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .about3 .setsubi dl{
    width: 48%;
    padding-right: initial;
    padding-left: initial;
    margin: 0 auto;
  }
}

@media (max-width: 599px) {
  .about3 .setsubi dl{
    width: 80%;
  }
}

/*2023/07/14*/
.pic.ba {
  display: flex;
  max-width: 580px;
  flex-wrap: wrap;
}
.pic.ba .p-in {
  width: 48%;
  margin: auto;
}
.pic.ba .p-in div {
  margin-bottom: 10px;
}
.pic.ba .p-in p {
  font-weight: bold;
  text-align: center;
}
.peri1.hohmon .tbox {
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 599px){
  .pic.ba .p-in {
    width: 100%;
  }
}

/*2023/08/01*/
.mt20 {
  margin-top: 20px;
}
.mynumber {
  margin: 50px 0;
}
.mynumber div {
  margin: auto;
  width: 80%;
}
.mynumber div img {
  width: 100%;
}
.kikou {
  margin: 50px 0;
}
.kikou h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
.kikou .img {
  width: 80%;
  margin: 20px auto;
}
.kikou .img img {
  width: 100%;
}
#footer .bnr-box {
  display: block;
}
#footer .mynumber {
  margin: 10px 0;
}
#footer .mynumber div {
  width: 100%;
}
#footer .f-box {
  display: flex;
  align-items: end;
}
#footer .f-box .yoyaku {
  width: 80px;
  padding: 5px;
  background: #fff;
}
#footer .f-box .yoyaku {
  display: block;
  text-align: center;
}
@media (max-width: 1024px) {
  .kikou h2 {
    font-size: 24px;
  }
  #footer .right {
    display: flex;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .bnr-box {
    width: 50%;
    margin-left: 10%;
  }
}

@media (max-width: 599px) {
  .mynumber div {
    width: 100%;
  }
  .kikou h2 {
    font-size: 18px;
  }
  .kikou .img {
    width: 100%;
  }
  #footer .right {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .f-box {
    width: 60%;
    margin: auto;
  }
  #footer .bnr-box {
    width: 100%;
    margin-left: auto;
  }
}

.sibata01 {
  color: rgb(69, 129, 142);
  font-size: 18px;
  font-weight: bold;
}
.mt30 {
  margin-top: 30px;
}
 
.syukkin {
  text-align: center;
}
.syukkin a {
  font-weight: bold;
  font-size: 36px;
  color: rgb(12, 52, 61);
}

@media (max-width: 599px) {
  .syukkin a {
    font-size: 24px;
  }
}

/*ヘッダーの診療表*/
.header-subinner .maininfo {
  margin-bottom: 0;
}
.header-subinner .maininfo .right {
  float: initial;
  width: 350px;
  padding: 5px 20px;
}
.header-subinner .maininfo .right th {
  height: 30px;
}
.header-subinner .maininfo .right p {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .header-subinner .maininfo {
    margin-bottom: initial;
    margin: 20px auto 0;
  }
  .header-subinner .maininfo .right {
    width: 280px;
  }
}


/*料金表のページ内リンク*/
.p-link {
  margin: 10px 0 30px;
}
.p-link ul {
  display: flex;
  flex-wrap: wrap;
}
.p-link ul li {
  width: 18%;
  margin: 5px auto;
}
.p-link ul li a {
  display: block;
  width: 100%;
  padding: 5px;
  background: #357774;
  text-align: center;
  color: #fff;
}

@media (max-width: 599px) {
  .p-link ul li {
    width: 45%;
  }
}

.periodontal .nayami1 {
  margin: 50px auto;
}

.info .about3 dl dd img {
  width: 100%;
}

.mb30 {
  margin-bottom: 30px;
}

.monshin-box {
  margin: 0 auto 50px;
  text-align: center;
}

.monshin-box .txt {
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
  color: #357774;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.monshin-box ul {
  display: flex;
  flex-wrap: wrap
}

.monshin-box ul li {
  width: 300px;
  background: #357774;
  margin: auto;
  border-radius: 10px;
}

.monshin-box ul li a {
  display: block;
  width: 100%;
  padding: 5% 0;
  color: #fff;
  font-weight: bold;
}


.staff-certificate{
  display: flex;
    justify-content: center;
}

.staff-certificate dl{
  width: 32%;
  padding: 0 5px;
}

.certificate-none{

  padding-top: 23px !important;
}

.certificate-box{
  width: 90%;
    margin: 0 auto 100px;
}

.certificate-midashi{
  font-weight: bold;
    font-size: 18px;
    color: #357774;
}


@media only screen and (max-width: 599px){
.certificate-box {
    width: 100%;
}

.staff-certificate {
    display: block;
    margin-bottom: 10px;
}

.staff-certificate dl {
    width: 100%;
    padding: 0;
    margin: auto;
}

.monshin-box .txt {
  font-size: 22px;
}
.monshin-box ul li {
  margin-bottom: 10px;
}
}

/**2024/05/22追記**/
.head-card-logo {
  width: 380px;
}
.payment {
  margin-top: 60px;
  margin-bottom: 60px;
}
.payment .img {
  width: 60%;
  margin: 20px auto 0;
}
.payment .img img {
  width: 100%;
}

@media (max-width: 599px){
  .head-card-logo {
    width: 100%;
  }
  .payment {
    margin-bottom: 0;
  }
  .payment .img {
    width: 90%;
    margin: 10px auto 0;
  }
}

.awd2024 {
  width: 800px;
  margin: auto;
}
.awd2024.mb-50 {
  margin: 0 auto 50px;
}
.awd2024 img {
  width: 100%;
}

@media (max-width: 1024px){
  .awd2024 {
    width: 80%;
  }
}

@media (max-width: 599px){
  .kikou {
    margin: 50px 0 20px;
  }
  .awd2024 {
    width: 100%;
  }
}
/**2024/08/19追記**/
.blog-under {
  font-weight: bold;
  margin: 80px 0 30px;
  font-weight: bold;
}

.pr80 {
  padding-right: 80px;
}

@media (max-width: 599px){
  .pr80 {
    padding-right: 0;
  }
}

/**当院の特徴変更**/
.h302 {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #357774;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
  width: fit-content;
  font-size: 26px;
  margin: 0 auto 50px;
  font-weight: bold;
}

.h302:before {
  font-family: "Font Awesome 6 Free";/*忘れずに*/
  content: "\f058";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #357774; /*アイコン色*/
}
.disinfection {
  text-align: center;
  margin-bottom: 30px;
}
.disinfection .txt {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 22px;
}

@media (max-width: 1024px){
  .h302 {
    font-size: 20px;
  }
}

@media (max-width: 599px){
  .disinfection .txt {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

/* 2024/12/20 */
.flow-flex-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flow-flex-box .box{
  width: 48%;
}

.flow-flex-box.ver02 .box{
  width: 30%;
}

.flow-flex-box.ver02.w48 .box{
  width: 48%;
}

.flow-flex-box.ver03 .box{
  width: 25%;
}

.flow-flex-box.ver03 .box+.box{
  width: 70%;
}

.flow-flex-box.ver04 .box{
  width: 70%;
}

.flow-flex-box.ver04 .box+.box{
  width: 25%;
}

.flow-flex-box .box .image-box{
  width: 100%;
}

.flow-flex-box .box .image-box.w50{
  width: 50%;
  margin-top: 20px;
}

.rednote{
  background-color: #bb1414;
  color: #fff;
  font-weight: bold;
  padding: 1em 2.5em;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
}

.red{
  color: red;
}

.image-box.ver02{
  width: 100%;
}

.fz18{
  font-size: 18px;
}

.mt50{
  margin-top: 50px;
}

.mb50{
  margin-bottom: 50px;
}

.care-list-text.ver02 li{
  text-indent: -1em;
  padding-left: 1em;
}

@media(max-width:599px) {
.flow-flex-box .box{
  width: 100%;
}

.flow-flex-box.ver02 .box{
  width: 100%;
}

.flow-flex-box.ver03 .box{
  width: 100%;
}

.flow-flex-box.ver03 .box+.box{
  width: 100%;
}

.flow-flex-box.ver04 .box{
  width: 100%;
}

.flow-flex-box.ver04 .box+.box{
  width: 100%;
}

.flow-flex-box .box+.box{
  margin-top: 20px;
}

.flow-flex-box .box .image-box.w50{
  width: 100%;
}

.fz18{
  font-size: 16px;
}

.mt50{
  margin-top: 20px;
}

.mb50{
  margin-bottom: 20px;
}

.rednote {
  font-size: 18px;
}
}

/* 2025/03/24 */

.fead-text>* {
    min-width: 15px;
    display: inline-block;
    /* 最初は下に移動 */
    opacity: 0;
    /* 最初は非表示 */
    -webkit-transition: opacity ease-in 0.7s, -webkit-transform ease-in 0.7s;
    transition: opacity ease-in 0.7s, -webkit-transform ease-in 0.7s;
    transition: transform ease-in 0.7s, opacity ease-in 0.7s;
    transition: transform ease-in 0.7s, opacity ease-in 0.7s, -webkit-transform ease-in 0.7s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    /* トランジションのプロパティを追加 */
}

.fead-text>*.mv {
    /* .mvが付いたときに元の位置に戻る（下から出てくる） */
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* .mvが付いたときに表示 */
}

.hmore.ver02{
  margin-top: 30px;
  text-align: center;
  display: flex;
}

.hmore.ver02 a{
  width: 22em;
  padding: 1em;
  margin: auto;
}

.implant_periodontal_container .implant_periodontal_container_inner{
  padding: 90px 0 130px 0;
}

.implant_periodontal_container .ttl{
  font-size: 36px;
  color: #357774;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif; 
  font-weight: bold;
}

.implant_periodontal_container .ttl.ver02{
  font-size: 80px;
  color: #eeeeee;
  text-align: left;
}

.implant_periodontal_container .ttl.ver02.reverse{
  margin-top: 50px;
  text-align: right;
}

.implant_periodontal_container .box-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.implant_periodontal_container .box-container.ver02{
  flex-direction: row-reverse;
}

/* .implant_periodontal_container .box-container.ver02 .name{
  font-size: 1.1em;
  text-align: center;
} */

.implant_periodontal_container .box-container .name{
  font-size: 1.1em;
  text-align: center;
}

/* .implant_periodontal_container .box-container.ver02 .comment02{
  font-size: 1.1em;
  text-align: center;
} */

.implant_periodontal_container .box-container .comment02{
  font-size: 1.1em;
  text-align: center;
}

.implant_periodontal_container .box-container.ver03 .box02{
  position: relative;
}

.implant_periodontal_container .box-container.ver03 .box02 .pic{
  position: relative;
}

.implant_periodontal_container .box-container.ver03 .box02 .pic img{
  filter: brightness(0.5);
}

.implant_periodontal_container .box-container.ver03 .box02 .commentbox{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.implant_periodontal_container .box-container.ver03 .box02 .commentbox .comment01{
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
}

.implant_periodontal_container .box-container.ver03 .box02 .commentbox .comment02{
  color: #fff;
  padding: 0 1em;
  margin-top: 1em;
}


.implant_periodontal_container .box-container .box02 {
    width: 48%;
}

.implant_periodontal_container .box-container .box01{
  width: 48%;
}

.implant_periodontal_container .box-container .comment{
  margin-bottom: 50px;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  font-size: 1.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif; 
}

.implant_periodontal_container .box-container .box02{
  width: 48%;
}

.list_implant_periodontal{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.list_implant_periodontal .list-inner {
  width: calc( ( 100% - 20px ) / 3);
}

.list_implant_periodontal .list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: solid 2px #357774; */
  border-radius: 100%;
  /* background: rgba(255, 255, 255, 0.3); */
  background: #357774;
}

.list_implant_periodontal .list-item::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.list_implant_periodontal .list-item .text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
}

.peri1.ver02{
  padding: 30px 0 0 0;
}

.detail-ttl{
  font-size: 18px;
  border-left: 5px solid #357774;
  margin-top: 1em;
  padding-left: 1em;
  font-weight: bold;
}

.tbblock{
  display: none;
}

@media(max-width:1024px){
.implant_periodontal_container .ttl{
  font-size: 30px;
}

.implant_periodontal_container .box-container .box01{
  width: 100%;
}

.implant_periodontal_container .box-container.spver .box01{
  margin-top: 20px;
}

.implant_periodontal_container .box-container .box02{
  width: 100%;
  margin-top: 20px;
}

.implant_periodontal_container .box-container.ver03 .box01{
  width: 48%;
}

.implant_periodontal_container .box-container.ver03 .box02{
  width: 48%;
}

.list_implant_periodontal .list-inner {
  width: 100%;
}

.list_implant_periodontal .list-item {
  border-radius: 10px;
}

.list_implant_periodontal .list-item::before {
  padding-top: 0;
}

.list_implant_periodontal .list-inner+.list-inner {
  margin-top: 10px;
}

.list_implant_periodontal .list-item .text {
  padding: 10px;
}

.implant_periodontal_container .box-container .comment{
  margin-bottom: 30px;
}

.implant_periodontal_container .box-container.spver{
  flex-direction: column-reverse;
}

.pcblock{
  display: none;
}

.tbblock{
  display: block;
}
}

@media(max-width:599px) {
.implant_periodontal_container .box-container{
  flex-direction: column-reverse;
}

.implant_periodontal_container .box-container .box01{
  width: 100%;
}

.implant_periodontal_container .box-container .box02{
  width: 100%;
}

.implant_periodontal_container .ttl{
  font-size: 20px;
}

.implant_periodontal_container .ttl.ver02{
  font-size: 42px;
  line-height: 1.5;
  text-align: center;
}

.list_implant_periodontal{
  gap: 0px;
  margin-top: 20px;
}

.implant_periodontal_container .box-container.ver03 .box01{
  width: 100%;
}

.implant_periodontal_container .box-container.ver03 .box02{
  width: 100%;
}

.implant_periodontal_container .box-container .comment{
  font-size: 18px;
}
}

/**2025/04/07**/
.flex01 ul {
  display: flex;
  flex-wrap: wrap;
}
.flex01 ul li {
  width: 48%;
  margin: 5px auto;
}
.flex01 ul li img {
  width: 100%;
}

.home-blog dt a {
  overflow: hidden; 
  display: -webkit-box; 
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical; 
  text-overflow: ellipsis;
}

[class*='up-ofi'] {
    width: 100%;
    display: block;
    position: relative;
}

[class*='up-ofi-'] img {
    position: absolute;
    top: 0;
    left: 0;
}

[class*='up-ofi'] img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

[class*='up-ofi-']::after {
    content: '';
    display: block;
}

.up-ofi-60::after {
    padding-top: 60%;
}

@media (max-width: 599px){
  .flex01 ul li.w100 {
    width: 100%;
  }
  .implant_periodontal_container .implant_periodontal_container_inner { 
    padding: 80px 0;
  }
  .implant_periodontal_container .box-container {
    margin-top: 30px;
  }
}

.mt80 {
  margin-top: 80px;
  
}

/* 2025/05/10 */
.list-case-name{
  font-size: 18px;
  color: #357774;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.list-case-gaiyou{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #357774;
}

.list-case-gaiyou+.list-case-gaiyou{
  border-top: none;
}

.list-case-gaiyou dt{
  width: 10em;
  background-color: #357774;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
}

.list-case-gaiyou+.list-case-gaiyou dt{
  border-top: 1px solid #fff;
}

.list-case-gaiyou dd{
  width: calc(( 100% - 11em ));
  padding: 0.5em;
}

.case-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.case-flex > div{
  width: 48%;
}

.case-flex > div.oneimg{
  margin-left: auto;
}

.case-flex.ver02{
  gap: 20px;
}

.case-flex.ver02 > div{
  width: calc(( 100% - 20px )/2 );
}

.case-ttl01{
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}

.case-btn a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #258500;
  color: #fff;
  font-size: 20px;
  max-width: 300px;
  margin: 20px auto 0;
  padding: 1em 0;
  text-align: center;
}

.case-btn a:hover{
  text-decoration: none;
}

@media(max-width:1024px){
.case-flex.ver03 > div{
  width: 100%;
}

.case-flex.ver02{
  margin-top: 20px;
}
}

/* 2025/06/09 */
.hmore.ver03 span{
  display: block;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #030000;
  border-radius: 20px;
  padding: 0.5em;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal.open {
  display: flex;
}

.modal-content {
  background: #fff;
  width: 90%;
  max-width: 800px;
  max-height: 90%;
  overflow-y: auto;
  padding: 1.5rem;
  position: relative;
  border-radius: 0.5rem;
}

.modal-close {
  position: sticky;
  top: 0;
  left: 100%;
  background: #357774;
  color: #fff;
  border-radius: 100%;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.fs_ttl01 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.fs_ttl02 {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #357774;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    margin-top: 30px;
}

.fs_ttl02::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #357774;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 7px;
}

.fs_ttl03 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    margin-top: 30px;
}

.fs_ttl03::before {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    background-color: #357774;
    position: absolute;
    left: 0px;
    top: 13px;
}

.fs_ttl04 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    margin-top: 30px;
}

.fs_ttl04::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #357774;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top:4px;
}

.fs_flex{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 3px;
  margin-top: 10px;
}

.fs_flex .item{
  width: 48%;
  background-color: #F3F3F3;
  padding: 0.5em;
}

.fs_txt.last{
  margin-top: 50px;
}

@media(max-width:599px) {
.fs_flex{
  flex-wrap: wrap;
}  
  
.fs_flex .item{
  width: 100%;
}

.fs_ttl01 {
  font-size: 20px;
}

.fs_ttl02 {
  font-size: 18px;
}

.fs_ttl03 {
  font-size: 18px;
}

.fs_ttl04 {
  font-size: 18px;
}
}


