@charset "utf-8";
/* CSS Document */

.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;
  cursor: pointer;
}
a:hover{
	opacity:0.6;
	color: initial;
}
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: 1024px){
	#wrapper{
		min-width:300px;
	}
	img{
		max-width:100%;
		height:auto;
	}
}
/*トリミング*/
.trimming {
    position: relative;
    display: block;
    overflow: hidden;
    width: 150px;
    box-sizing: border-box;
    }
.trimming.p70:after{
   padding-top: 70%;
}  
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}
#header .inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 50px 0;
    background: rgba(255,255,255,0.95);
    box-sizing: border-box;
}
#header h1 {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: normal;
}
#header .headin {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 1200px;
}
#header .h1logo {
    width: 200px;
    padding: 0px 20px 0 0;
    margin-right: auto;
    margin-left: 0;
    box-sizing: border-box;
}
/* #header .h1logo img {
    max-width: 170px !important;
} */
#header h1+p{
	float:left;
	font-size:14px;
	padding:38px 0 0 0;
	width:190px;
}
#header .headin .right{
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none) {
  #header .headin .right {
    width: calc(100% - 460px);
  }

}
@media only screen and (max-width: 1024px) and (-ms-high-contrast: none){
  #header .headin .right {
    width: 100%;
  }
  #header .headin .right{
    width: 100%;
  }
  #header .headin{
    display: block;
  }
}



#header .tel {
    width: 230px;
}
#header .tel dl{
	text-align:center;
	padding:0 5px;
}
#header .tel dt{
  font-size:12px;
  text-align: center;
}
#header .tel dd {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #4EA1E9;
    padding: 5px 0 0 0px;
    text-align: center;
}
#header .tel dd img{
	margin-right:5px;
}
#header .tel dd i {
    margin-right: 5px;
}
#header .tel dd .fa-phone:before {
  display: inline-block;
  content: "\f095";
  transform: scale(-1, 1);
}
#header .table {
    width: 330px;
    padding: 0px 20px;
}
#header .table dt{
	font-size:14px;
	float:left;
	line-height:140%;
}
#header .table dd{
	font-size:14px;
	padding:0 0 0 80px;
	line-height:140%;
}
#header .book.fixed {
  width: 100px;
  position: fixed;
  right: 0;
  top: 50%;
}
#header .book a {
    display: block;
    font-size: 32px;
    background: rgb(237, 164, 113);
    text-align: center;
    color: #fff;
    padding: 10px;
}
#header .book a strong {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
#header .book a img {
    display: block;
    margin: auto;
}
@media (max-width: 1200px) {
  #header .inner{
    width: 100%;
  }
}
@media only screen and (max-width: 1024px){
	#header{
		position:relative;
	}
	#header .headin{
    padding-bottom: 20px;
  }
	#header .h1logo{
	  width: 35%;
    
	}
	
	#header .tel{
		margin: 0 auto;
    padding-bottom: 10px;
	}

  #header .sinryo00{
    display: block;
    height: 70px;
    padding-top: 10px;
  }

}
@media (max-width: 768px) {
  #header .tel{
    position: fixed;
    bottom: 0;
    width: 60%;
    left: 0;
    background: rgba(255,255,255,0.8);
    padding-bottom: 6px;
  }
  #header .book.fixed,#header .book{
    width: 40%;
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
  }
  #header .book a strong {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
}
@media only screen and (max-width: 599px){
  #header h1{
    width: 85%;
    font-size: 10px;
    text-align: left;
    padding: 0 5px;
    box-sizing: border-box;
  }
	#header .inner{
		max-width:100%;
		margin:0 auto;
		padding-left:0;
		padding-right:0;
		text-align:center;
  }
  #header .headin {
    justify-content: center;
}
	#header .h1logo{
	  float: none;
    width: 45%;
    padding: 10px 0;
    /* text-align: center; */
    margin: 0 auto;
  }
  #header .h1logo a{
    display: block;
  }
	#header h1 + p{
		float:none;
		display:inline-block !important;
		width:auto;
	}
	#header h1 + p{
		text-align:left;
	}
	
	#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;
    display: inline-block !important;
    padding-left: 0;
    width: 100%;
    box-sizing: border-box;
	}
	
}
#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: 15px 20px;
    text-align: center;
    letter-spacing: -0.4em;
}
#gnav li {
    display: inline-block;
    text-align: center;
    position: relative;
    letter-spacing: 0;
}
#gnav li:after {
    content: "";
    width: 1px;
    height: 15px;
    border-left: solid 1px #dcdcdc;
    display: inline-block;
    vertical-align: middle;
}
#gnav li a {
    display: inline-block;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
    vertical-align: middle;
    padding: 0px 30px;
    box-sizing: border-box;
}
#gnav li strong{
	display:block;
	font-size:14px;
	font-weight:normal;
}
#gnav li .e{
	display:block;
	font-size:10px;
	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;
}
#gnav li .sub li:after{
  content: none;
}
/*[data-element-id]#gnav li .sub{
  display: block;
}*/

#gnav.fixed{
	position:fixed;
	top:0;
	right:0;
}
#gnav li .fas{
  color: #4EA1E9;
  font-size: 17px;
}
@media only screen and (max-width:1024px){

	#gnav,#gnav.fixed{
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(250px);
transform: translateX(250px);
    -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:#4EA1E9;
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px #4EA1E9;
-moz-box-shadow:0px 0px 0px 2px #4EA1E9;
-webkit-box-shadow:0px 0px 0px 2px #4EA1E9;
	}

	#gnav li{
		float:none;
		width:auto;
		border-bottom:1px dotted #cacad9;
		padding:0;
		margin-top:0;
		display:block !important;
  }
  #gnav li .fas{
    font-size: 22px;
  }
	#gnav li.hb:before{
		display:none !important;
	}
	#gnav li:after{
		display:none !important;
	}
	#gnav ul li a,#gnav ul li.sp .inlist{
		width:auto !important;
		height:auto;
		display:block !important;
		padding:8px 0 8px 10px;
		font-size:16px;
		line-height:160%;
  }
  #gnav ul li.sp .inlist strong{
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
  }
  #gnav ul li.sp:first-child{
    border-bottom: none;
  }
  #gnav ul li.sp .inlist{
  border-bottom: 1px dotted #cacad9;
  position: relative;
  }
  #gnav ul li.sp .inlist:after{
    content: '+';
    font-size: 17px;
    position: absolute;
    top: 50%;
    right: 5%;
    transition: ease .3s;
    transform: translate(0, -50%) rotate(0deg);
  }
  #gnav ul li.sp>ul{
    display: none;
  }
  #gnav ul li.sp.open .inlist:after{
    transition: ease .3s;
    transform: translate(0, -50%) rotate(45deg);
  }
	#gnav li:first-child a{
		padding-top:10px;
		height:auto;
		padding-bottom:10px;
    text-align:center;
    box-sizing: border-box;
	}


	#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:20px 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 ;
    top: 0;
    height: auto;

	}
  #gnav li .sub .ns00{
	  border-top: 1px dotted #cacad9;
	}
	#gnav li .sub li:last-child{
	  border-bottom: none;
	}
}

#footer {
    /* background-image: url(#); */
    background-size: cover;
    background-color: rgba(78, 161, 233, 0.3);
}
#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 30px 0;
    text-align: center;
    letter-spacing: -0.4em;
}
.footnav li {
    display: inline-block;
    text-align: center;
    position: relative;
    letter-spacing: 0;
}
.footnav li.nayami a strong {
  line-height: 1;
}
.footnav li.hb a {
    width: 86px;
    padding-top: 12px;
}
.footnav li a {
    display: inline-block;
    font-size: 14px;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
    box-sizing: border-box;
    padding: 10px 20px;
}
.footnav li strong {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.footnav li .e {
    display: block;
    font-size: 10px;
    line-height: 1;
}
.footnav li:after {
    display: inline-block;
    content: "";
    width: 2px;
    height: 15px;
    background: #ccc;
    vertical-align: middle;
}
.footnav li:last-of-type:after {
    display: none;
}
.footnav li.hb:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    display: inline-block !important;
    vertical-align: middle;
}
.footnav li a i{
  color: #4EA1E9;
}
#footer .logo{
  width: 20%;
    margin: 0 auto;
}
#footer .sns li{
  padding-top: 10px;
  text-align: center;
}
#footer .sns li img{
  width: 50%;
}
@media only screen and (max-width: 1024px){
	#footer .inner{
		width:95%;
		margin:0 auto;
		padding-top:30px;
	}
	.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;
  }
}
@media (max-width: 768px) {
  #footer{
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 500px){
  #gnav li .sub li{
    padding:0;
  }
}

#footer .wrap {
    padding-bottom: 50px;
    align-items: center;
    text-align: center;
}
#footer .tit{
  padding:0 0 15px 0;
}
#footer p{
  font-size:14px;
  text-align: center;
}
/* #footer .left {
    width: 56%;
    margin-right: 18%;
}
#footer .left h3 {
    float: left;
    width: 250px;
}
#footer .left h3 img {
    max-width: 200px !important;
}
#footer .left .tit p {
    float: right;
    width: calc(100% - 270px);
    font-size: 12px;
    padding: 10px 0 0 0;
    color: #fff;
}
#footer .left .tit{
  padding:0 0 15px 0;
}
#footer .left p{
  font-size:14px;
}
#footer .right {
    float: right;
    width: 26%;
}
#footer .right dt{
  font-size:12px;
  font-weight:bold;
  padding-bottom:10px;
}
#footer .right dd {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
#footer .right dd a {
    color: #fff;
}
#footer .right dd img {
    margin-right: 5px;
}

#footer .right dd i {
    margin-right: 5px;
}
#footer .right dl {
    display: inline-block !important;
    width: calc(100% - 110px);
    vertical-align: middle;
}
#footer .right p {
    display: inline-block;
    width: 80px;
    padding: 0 0 0 25px;
    vertical-align: middle;
}
#footer .right p a {
    display: block;
    background: #357774;
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding: 10px;
}
#footer .right p strong {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
} */
@media only screen and (max-width: 1024px){
	#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:50px;
}
#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;
	font-size:12px;
	padding:0 0 20px 0;
}
@media (max-width: 599px) {
  #footer .logo{
    width:50%;
  }
}
/*下層共通*/

.subtit{
	position:relative;
}
.subtit p{
  background: #333;
}
.subtit p img{
  opacity: 0.8;
}
.subtit h2{
	position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    text-align: center;
    left: 0;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    color: #333333;
    text-shadow: 1px 1px 4px #fff;
    font-size: 28px;
    font-weight: normal;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
}
.subtit h2 .e{
	display:block;
	font-size:16px;
	line-height:1;
}
.bk1 {
    background: #f6f3f3;
    /* background-image: url(#); */
    background-size: cover;
}
.h3s {
    font-size: 26px;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
    color: rgb(78, 161, 233);
    text-align: center;
    padding-bottom: 40px;
}
.h4s{
	font-size:24px;
}
.h3s:after{
  display:block;
	content:"";
	width:192px;
	height:1px;
	border-bottom: solid 1px;
	margin: 5px auto 0 auto; 
}
.w12{
	max-width:1200px;
	margin:0 auto;
}
.w11{
	max-width:1100px;
	margin:0 auto;
}
.h4e{
	font-size:30px;
	font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
	color:#4EA1E9;
	padding-bottom:20px;
}
.rp .pic{
	float:right;
}
.rp .tbox{
	float:left;
}
@media only screen and (max-width: 1024px){
  .subtit h2{
    top: 50%;
  }
    .subtit .bkimg{
    height:100%;
  }
}
@media only screen and (max-width: 1024px){
	.w12{
		width:95%;
	}
		.w11{
		width:95%;
	}

}
@media only screen and (max-width: 599px){
  .rp .pic{
    margin:0 auto;
  }
  .subtit .bkimg{
    height:100%;
  }
  .subtit h2{
    font-size: 20px;
  }
  .subtit h2 .e{
    font-size: 12px;
  }
  .h3s{
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  
}

/*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;
  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-size:24px;
	padding:0 0 20px 0;

}
.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;
}
.first-flow .box-wrap{
  padding-bottom: 40px;
}
.first-flow .title{
  font-size: 22px;
    font-weight: bold;
    border-bottom: #4EA1E9 solid 1px;
    margin-bottom: 20px;
    color: rgb(237, 164, 113);
}
.first-flow .title .num{
  font-size: 35px;
    font-weight: bold;
    color: #4EA1E9;
    padding-right: 20px;
}
.first-flow .rev{
  align-items: center;
}
.first-flow .pic{
  width: 40%;
}
.first-flow .txt{
  width: 55%;
}
.first-flow .t{
  padding-top: 20px;
  padding-bottom: 50px;
}
.center{
  text-align: center;
}
@media only screen and (max-width: 599px){
  .about1 .peri4 .rp .box{
    padding: 0 0 25px 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: 1024px){
	.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: 599px){
  

  .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: 1024px){
	.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;
}
.about3 dl{
	width: 45%;
    padding-bottom: 30px;
}
.about3 dt{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:rgb(237, 164, 113);
	padding:15px 0 10px 0;
}
.about3 dt+dd{
	padding:0 0 20px 0;
}
.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;
}
.about4 .left,.about4 .right{
  width: 50%;
    position: relative;
}
.about4 p.ofimg{
  position: absolute;
    top: 0;
    left: 0;
    background: #333333;
}
.about4 p.ofimg img{
  opacity: 0.7;
}
.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 .more a:before{
	content:"→";
	position:absolute;
	line-height:1;
	right:40px;
	top:50%;
	margin-top:-8px;
}
/*オンライン診療バナー*/
.first-bnr{
  position: relative;
    padding: 50px;
    box-sizing: border-box;
}
.first-bnr .title{
  position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    transform: translateY(-50%);
    color: rgb(237, 164, 113);
}
.first-bnr p.ofimg{
  border: 10px solid rgb(237, 164, 113);
    background: #fff;
}
.first-bnr p.ofimg img{
  opacity: 0.4;
}
.first-bnr.suiso{
  position: relative;
}
.first-bnr .more{
  position: absolute;
    bottom: 24%;
    right: 6%;
    z-index: 1;
}
.first-bnr .more a {
  display: block;
  padding: 10px;
  min-width: 200px;
  /* width: 250px; */
  /* height: auto; */
  /* line-height: 48px; */
  text-align: center;
  background: rgba(255,255,255,0.5);
  border: 1px solid #030000;
  border-radius: 24px;
}
.first-bnr .more a:before{
	content:"→";
	position:absolute;
	line-height:1;
	right:40px;
	top:50%;
	margin-top:-8px;
}
.first-bnr.suiso p.ofimg {
  border: 10px solid #4EA1E9;
  background: #fff;
}
.first-bnr.suiso .title {
  color: #4EA1E9;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0 20px; */
}
.first-bnr.suiso .title .qr{
  padding-left: 30px;
}
.trouble .pay .box{
  width: 46%;
    text-align: center;
    border: 1px solid #4EA1E9;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.pay .box>p{
  text-align: center;
    display: block;
    padding-bottom: 0;
}
.pay .box .txt{
  isplay: block;
    width: 100%;
    font-weight: bold;
    color: rgb(237, 164, 113);
}
.pay>p{
  padding-top: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px){
	.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;
	}
		.about .maininfo{
	  margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .first-bnr .title{
    font-size: 20px;
  }
  .first-bnr.suiso .title .qr img{
width: 80px;
  }
  .first-bnr .more{
    display: none;
  }
}
@media only screen and (max-width: 599px){
	.about3 dl{
		width:auto;
		padding-left:0;
		padding-right:0;
		max-width: 100%;
  }
  .first-flow .title .num{
    font-size: 20px;
  }
  .first-flow .pic {
    width: 80%;
}
.first-flow .txt {
  width: 100%;
  padding-top: 10px;
}
.first-bnr{
  padding: 10px;
}
.first-bnr .title {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
}
.first-bnr p.ofimg {
  border: 5px solid rgb(237, 164, 113);
}
.first-bnr p.ofimg.of15:before{
  padding-top: 30%;
}
.first-bnr.suiso p.ofimg {
  border: 5px solid #4EA1E9;
  background: #fff;
}
.first-bnr .title{
  font-size: 16px;
}
.trouble .pay .box{
  width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}
}
/*online*/
.online .merit{
  padding-top: 20px;
}
.online .about3 .merit dl{
  width: 18%;
}
.online .about3 dt{
  text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: rgb(237, 164, 113);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    padding: 0;
}
.online .about3 .flow dl{
  width: 18%;
}
@media (max-width: 1024px) {
  .online .about3 .merit dl,.online .about3 .flow dl{
    width:30%;
  }
}
@media (max-width: 1024px){
.online .about3 .merit dl, .online .about3 .flow dl {
    width: 46%;
}
}
.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-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: 1024x){
	.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;
	}
}

@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{
	margin-bottom:40px;
	text-align:center;
	padding:25px 0;
}
.about3 .tit h4{
	display:inline-block;
	font-size:22px;
	color:rgb(237, 164, 113);
	padding:0 0 30px 0 ;
}
.about3 .tit p{
	display:inline-block !important;
}



.info2{
	padding:85px 0 90px 0;
	background:url(#) 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;
}

/*ワイヤー*/
.wire{
  border: 1px solid #ddd;
    padding: 30px 50px;
    box-sizing: border-box;
}
.wire>.rev>p{
  width: 27%;
}
.wire .txt{
  width: 65%;
}
.wire .txt ul{
  padding-top: 20px;
}
@media only screen and (max-width: 1024px){
  .info .viewer iframe{
    width: 100%;
  }
  .info .implant2 .tbox dl {
    width: 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 599px){
  .info .about3{
    padding-top: 50px;
  }
	.info2 dt{
		float:none;
	}
	.info2 dd{
		padding-left:0;
	}
	.about3 .tit h4{
    padding:0;
    font-size: 18px;
	}
	  .info .viewer iframe{
    height: 300px;
  }
  .info2{
    background-size: 55%;
  }
  .wire{
    padding: 30px 10px;
  }
  .wire>.rev>p {
    width: 65%;
    margin: 0 auto;
}
.wire .txt {
    width: 100%;
    padding-top: 20px;
}
}
/*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;
	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: 1024px){
	.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 h5{
  color: rgb(237, 164, 113);
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding-bottom: 15px;
}
.staff1>.txt{
  padding-bottom: 50px;
}
.staff1 .tbox{
	width:45%;
	
}
.staff1 h4{
	border-bottom:1px solid #eeeeee;
	color:#4EA1E9;
	font-size:26px;
	margin-bottom:25px;
}
.staff1 h4 .p{
	font-size:14px;
	padding-right:1em;
}
.staff1 h4 .k{
	font-size:12px;
	color:#cccccc;
	padding-left:1em;
}
.staff1 .tbox dt{
	font-weight:bold;
	font-size:14px;
	color:#4EA1E9;
	padding-bottom:10px;
}
.staff1 .tbox dd{
	font-size:14px;
	padding-bottom:5px;
}
.staff1 .tbox dd img{
  width: 30%;
}
.staff1 .tbox dl{
	padding-bottom:25px;
}
.staff1 .pic{
	padding-bottom:30px;
	width: 50%;
}
.staff1{
	padding:90px 0 30px 0;
}

.staff2 h3{
	text-align:center;
	font-size:26px;
	color:#4EA1E9;
	line-height:140%;
	padding-bottom:5px;
}
.staff2 h3+p{
	text-align:center;
	font-size:14px;
	background:#def3fd;
	padding:3px 0;
	margin-bottom:40px;
}
.staff2 dl{
width: 22%;
padding-bottom: 30px;
}
.staff2 dt{
	font-weight:bold;
	color:rgb(237, 164, 113);
  padding:10px 0 0 0;
  text-align: center;
  font-size: 18px;
}
.staff2{
	padding:70px 0 30px 0;
}
@media only screen and (max-width: 1024px){
	.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;
  }
  .staff1 .tbox{
    width: 100%;
  }
	.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;
	padding-top:10px;
}
.access2 .tit{
	padding-bottom:30px;
}
.access2{
	margin-bottom:50px;
}
@media only screen and (max-width: 1024px){
	.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:#4EA1E9;
	font-size:22px;
	color:#fff;
	padding:10px 0;
	margin-bottom:50px;
}
.access3 .wrap{
	letter-spacing:-5px;
}
.access3 dl{
	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(#);
  top:50%;
  right:-24px;
  position:absolute;
  margin-top:-8px;
} */
.access3 dt{
	font-size:16px;
  margin: 10px 0;
  color: rgb(237, 164, 113);
  font-weight: bold;
  text-align: center;
}
.access3 dl:last-child dd:before{
	display:none;
}
.access3{
  padding-top: 50px;
	padding-bottom:50px;
}
@media only screen and (max-width: 1024px){
	.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;
	margin-bottom:10px;
}
.pricelist h5{
	background:#4EA1E9;
	font-weight:bold;
	font-size:18px;
	border:none;
  padding:8px 0;
  color: #fff;
  text-align: center;
}

.pricelist dt{
	box-sizing:border-box;
	padding:20px 0 20px 10px;
}
.pricelist dd dt{
	width:auto;
	padding:0;
}
.pricelist dd{
	border-left:1px solid #ddd;
	padding-top:20px;
	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 dl+dl{
	border-top:1px solid #ddd;
}
.pricelist dd dl+dl{
	border:none;
}
.pricelist dd.txt{
	padding-left:20px;
	
	padding-right:20px;
}
.pricelist dd.txt+dd{
	padding-left:20px;
	padding-right:20px;
}
.pricelist .wrap{
	border-bottom:1px solid #ddd;
	margin-bottom:100px;
}
.pricelist dd li{
	text-indent:-1em;
	padding-left:1em;
}
@media only screen and (max-width: 1024px){
	.pricelist dt{
		padding:10px 0 10px 0;
		min-height:60px;
		font-weight:bold;
		text-align:center;
		width:auto;
	}
	.pricelist .wrap{
		letter-spacing:-5px;
	}
	.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 dl+dl{
		border:none;
	}
	.pricelist h4{
		letter-spacing:0;
		font-size:18px;
	}
}

.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: 31.333%;
    max-width: 31.333%;
    background: #F1B38A;
    margin: 1%;
    padding: 10px;
    box-sizing: border-box;
    flex-grow: 1;
}
.troublenav li:nth-of-type(5):last-of-type {
    margin-right: auto;
}
.troublenav li strong {
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 10px 0 0;
    text-align: center;
}
.troublenav li strong.w{
	padding-top:0;
}
.troublenav li .disc{
  color: #fff;
  margin: 10px;
  box-sizing:content-box;
}
.troublenav li .more_detail{
  text-align: center;
  margin: 10px 0;
}
.troublenav li .more_detail a{
  color: #fff;
    border: 1px solid #fff;
    padding: 5px 30px;
    border-radius: 30px;
    box-sizing: border-box;
}
@media only screen and (max-width: 1024px){
	.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: 599px){
  .troublenav ul{
    width:100%;
  }
  .troublenav li{
    width: 100%;
    float: left;
    padding:0 0 20px 0;
    margin-bottom: 10px;
    max-width: 48%;
  }
  .troublenav li strong{
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .troublenav li .disc{
    padding: 10px 5px;
  }
  .troublenav li a{
    height:150px;
  }
  .troublenav li img{
    width: 100%;
  }
}
#box01,#box02,#box03,#box04,#box05,#box06,#box07,#box08{
  margin-top: -150px;
  padding-top: 150px;
}
.trouble .box .tbox{
  width: 100%;
  padding-bottom: 30px;
}

.lp .pic{
	float:left;
}
.lp .tbox{
	float:right;
}
.trouble .box h4 {
    color: rgb(237, 164, 113);
    font-size: 22px;
    border-top: #dddddd 1px solid;
    border-bottom: #4EA1E9 2px solid;
    padding: 27px 0 27px 98px;
    margin-bottom: 30px;
	position:relative;
}
.trouble .box h4 img{
	position: absolute;
    top: 50%;
    left: 2%;
    width: 50px;
    transform: translateY(-50%);
}
.trouble .box p{
	padding:0 0 20px 0;
}
.trouble .box .pic{
  width:400px;
  height:240px;
  overflow: hidden;
}
.trouble .box h5{
	font-size:18px;
	color:rgb(237, 164, 113);
	 padding:0 0 10px 0;
}
.trouble .box .box-wrap ul{
  border: 1px solid #ddd;
    margin: 20px 0 30px;
}
.trouble .box .box-wrap li{
  border-right: 1px solid #ddd;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}
.trouble .box .box-wrap li:first-of-type{
  background: #4ea1e930;

}
.trouble .box .box-wrap li:last-of-type{
  border-right: 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: 599px){
  .trouble .box .pic{
  width: 100%;
    height: auto;
  }
  .trouble .box .box-wrap li{
    width: 100%;
    border: 1px solid #ddd;
    }
    .trouble .box:last-of-type{
      padding-bottom: 0;
    }
}

/*home*/
.uk-dotnav>*>*{
  width:12px;
  height:12px;
  margin-left: 13px;
}
.uk-dotnav-contrast>*>*{
  background:#fff;
}
.uk-dotnav-contrast>.uk-active>*{
  background: #4EA1E9;
}
.uk-position-bottom{
  margin-bottom: 20px;
}
.homeslide{
	position:relative;
}
.homeslide .slide {
    width: 100%;
    /* max-height: 80vh; */
    overflow: hidden;
}
.homeslide .home-cache {
    width: 90%;
    color: #333333;
    font-size: 40px;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
    letter-spacing: 5px;
    text-align: center;
    text-shadow: 1px 1px 10px #fff;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%);
}
.homeslide .slide img {
    opacity: 0.8;
}
.slide .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.slide .uk-slidenav-position:after {
    padding-top: 43%;
    content: '';
    display: block;
}

.slide .uk-slideshow {
    position: absolute;
    top: 0;
}
/* .homeslide .slide .mainfilter {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} */
/* .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 dl {
    width: 21%;
    margin: 2%;
    text-align: center;
}

.home-nav .sec1 .pic {
    border: 10px solid;
    width: 100%;
    box-sizing: border-box;
}

.home-nav .sec1 dl:nth-child(8n+1) .pic{
	  border:10px solid #e1faf1;
}

.home-nav .sec1 dl:nth-child(8n+2) .pic{
	  border:10px solid #ffe5e6;
}

.home-nav .sec1 dl:nth-child(8n+3) .pic{
	  border:10px solid #dedefb;
}

.home-nav .sec1 dl:nth-child(8n+4) .pic{
	  border:10px solid #e6f1ef;
}

.home-nav .sec1 dl:nth-child(8n+5) .pic{
	  border:10px solid #e6f1ef;
}

.home-nav .sec1 dl:nth-child(8n+6) .pic{
	  border:10px solid #fceed9;
}

.home-nav .sec1 dl:nth-child(8n+7) .pic{
	  border:10px solid #f1e6e8;
}

.home-nav .sec1 dl:nth-child(8n+8) .pic{
		border:10px solid #fceed9;
}

.imgfit {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.home-nav {
    padding: 80px 0;
    position: relative;
    z-index: 5;
}

.home-nav dt {
    text-align: center;
    margin: 10px 0;
    position: relative;
}

.home-nav dt .txtc {
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
}

.home-nav dt .iconimg {
    width: 25px;
    display: inline-block
}
.home-nav dd.txt {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.home-nav dd.hmore{
	text-align:center;
}
.hmore a{
    display: inline-block !important;
    width: 208px;
    height: auto;
    line-height: 38px;
    text-align: center;
    border: 1px solid;
    border-radius: 20px;
    position: relative;
}
.hmore a:before {
    content: "→";
    position: absolute;
    line-height: 1;
    right: 14px;
    top: 50%;
    margin-top: -8px;
}
.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 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;
}



@media only screen and (max-width: 1024px){
	.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;
	}
}
@media (max-width: 768px) {
  .homeslide .home-cache{
    font-size: 30px;
  }
}
@media only screen and (max-width: 599px){
  .homeslide .slide .uk-slideshow{
    height:230px !important;
  }
  .home-nav h3{
    margin-bottom: 0;
  }
  .home-nav .sec1 .pic{
    width:80%;
    margin:0 auto;
  }
  .home-nav dt .txtc{
    font-size: 16px;
  }
  .home-nav .sec1 dl{
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .home-nav .hmore a{
    width: 100%;
    font-size: 14px;
  }
  .homeslide .home-cache{
    font-size: 22px;
    line-height: 120%;
    bottom: 60%;
  }
  .home-nav dd.hmore{
    width: 70%;
    margin: 0 auto;
  }
}
.home-greet{
	padding: 100px 0;
}
.home-greet .tbox {
    display: inline-block;
    width: 42%;
    margin-right: 8%;
    vertical-align: top;
}
.home-greet .right {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.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;
    padding-bottom: 0;
}
.home-greet .tbox .hmore a{
	font-size:16px;
	background:none;
}

.home-greet .tbox .hmore b {
    font-weight: normal;
}

.home-greet .pic {
    margin-bottom: 15px;
    width: 100%;
}
.home-greet .pic img {
    width: 100%;
    opacity: 0.8;
}
.home-greet .right li{
	float:left;
}
.home-greet .right li img {
    opacity: 0.8;
}
.home-greet .right li:first-child {
    width: 55%;
    margin-right: 3%;
}
.home-greet .right li:last-child{
width: 42%;
}
.home-greet .right ul{
	width:100%;
}

@media (max-width: 1024px) {
  .home-greet .tbox{
    width: 49%;
    margin-right: 2%;
  }
  .home-greet .tbox p{
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home-greet .tbox{
    width: 100%;
    margin-right: 0;
  }
  .home-greet .right {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-top: 30px;
}
}
.home-nayawmi{
	position:relative;
	overflow:hidden;
}
.home-nayawmi .w12{
	position:relative;
	z-index:1;
}
.home-nayawmi .h3s{
  color: #333;
}
.home-nayawmi .bkimg {
    height: 100%;
}
.home-nayawmi .bkimg img {
    opacity: 0.3;
    object-fit: cover;
}
.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(#);
	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(#);
	right:auto;
	left:53px;
}
.home-voice .hmore{
	text-align:center;
	padding-top:20px;
}
@media only screen and (max-width: 1024px){
	.home-voice .box{
		box-sizing:border-box;
		width:auto;
	}
}
@media only screen and (max-width: 599px){
	.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-nayawmi .h3s{
    font-size: 20px;
  }
}

.home-blog{
	padding: 80px 0;
}
.home-blog h3 .s,.home-news .s{
	font-size:12px;
	font-weight:normal;
	padding-left:1em;
}
.home-blog dl {
    width: 23%;
    max-width: 31.333%;
    margin: 1%;
    flex-grow: 1;
}
.home-blog dl a{
  display: block;
}
.home-blog dd.pic{
	position:relative;

}
.home-blog dd.pic a{
  	width:277px;
	height:200px;
}
.home-blog dd.pic .d{
	position:absolute;
	bottom:0;
	left:0;
	width:150px;
	text-align:center;
	background:#4EA1E9;
	font-size:14px;
	color:#fff;
}
.home-blog dt {
    font-size: 14px;
    padding: 10px 0 20px;
}
.home-blog dt+dd{
	text-align:right;
	font-size:14px;
  color:#4EA1E9;
  padding-top: 10px;
}
.home-blog dt+dd img{
	vertical-align:middle;
	margin-right:0.5em;
}
.home-blog .hmore {
    margin-top: 30px;
    text-align: center;
}
@media only screen and (max-width: 1024px){
	.home-blog .wrap{
		width:auto;
		text-align:center;
	}
	.home-blog dl{
		text-align:left;
		width:48%;
		padding-left:1%;
		padding-right:1%;
	}
}

.home-incho {
    padding: 80px 0;
}

.home-incho .tbox {
    width: 55%;
}

.home-incho .tbox .txt {
    font-size: 15px;
    line-height: 240%;
}
.home-incho .tbox .hmore{
  padding-top: 20px;
  text-align: right;
}
.home-incho .right {
    width: 40%;
}

.home-news {
    padding: 100px 0;
}
.home-news dt {
    float: left;
    font-size: 14px;
    width: 120px;
}
.home-news dd {
    float: right;
    font-size: 15px;
    width: calc(100% - 120px);
    line-height: 21px;
}
.home-news dl{
	padding: 15px 30px;
    box-sizing: border-box;
}
.home-news dl+dl{
	border-top:1px solid #ddd;
}
.home-news .table{
	padding-bottom:30px;
}
.home-news .hmore{
	text-align:center;
}
@media (max-width: 768px) {
  .home-incho .tbox{
   padding-top: 20px;
    width: 100%;
  }
  .home-incho .right {
    width: 100%;
    /* float: right; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
}
.home-incho .right .pic{
  width:45%;
}
}
@media only screen and (max-width: 599px){
  .home-news{
    padding: 50px 0;
  }
  .home-news dl {
    padding: 15px 10px;
}
	.home-news dt{
		float:none;
	}
	.home-news dd{
    padding-left: 0;
    float: none;
    width: 100%;
  }
  .home-blog{
    padding: 50px 0;
  }
	.home-blog .wrap{
	  width:100%;
	}
	.home-blog dl{
    width:100%;
    max-width: 48%;
	  float: left;
    padding: 0;
    margin-bottom: 20px;
  }
  .home-blog dt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-blog dd.pic{
    width: 100%;
  }
	.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: 80px 0;
}
.home-staff  .slider{
	overflow:hidden;
}
.home-staff .slidewrap{
	/*max-width:950px;
	margin:0 auto;*/
	position:relative;
}
.home-staff li {
    width: 31.3%;
    max-width: 48%;
    margin: 0 1%;
    text-align: center;
    flex-grow: 1;
}
.home-staff li strong {
    display: block;
}
.home-staff li strong .p {
    display: block;
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0 10px;
    letter-spacing: 1px;
}
.home-staff li strong .a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.home-staff li strong .t {
    display: block;
    font-size: 22px;
    margin-top: 10px;
}
.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(#) no-repeat;
  position: absolute;
    top: 0;
    left: -100px;
    z-index: 1000;
    width: 42px;
    height: 72px;
}
.home-staff .slick-next:before{
  background: url(#) 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:400px;
  overflow: hidden;
}
.home-pala > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.8;
}
@media only screen and (max-width: 1024px){
  .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-size: cover;
    padding: 90px 0;
    box-sizing: border-box;
}
.home-rec .box {
    max-width: 950px;
    background: rgba(78, 161, 233, 0.6);
    /* background-image: url(#); */
    padding: 10px;
    position: relative;
    box-sizing: border-box;
}
.home-rec .pic {
    width: 42%;
    max-height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
}
.home-rec .pic img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.home-rec .tbox {
    float: right;
    width: 52%;
}
.home-rec h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
    font-weight: normal;
    padding: 5px 0 15px 60px;
    text-indent: -60px;
}
.home-rec h3 img {
    width: 50px;
    vertical-align: middle;
    margin-top: -12px;
    margin-right: 10px;
}
.home-rec h3+p{
	color:#fff;
	font-weight: bold;
	padding: 20px 0 20px 0;
}
.home-rec .hmore {
    margin-top: 30px;
}
.home-rec .hmore a {
    background: #fff;
    border: solid 0px;
}
.home-rec dt{
	color:#fff;
	font-size:14px;
	line-height:1;
	padding:0 0 4px 0;
}
.home-rec dd{
	font-size:48px;
	color:#fff;
	line-height:1;
}
.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: 768px){
  .home-nav .sec1 dl .hmore a{
    width: 100%;
    font-size: 12px;
    line-height: 28px;
  }
	.home-rec .pic{
		float:none;
    text-align:center;
    width: 80%;
    margin:0 auto 20px;
    height: auto;
    position: relative;
	}
	.home-rec .tbox{
		float: none;
    width: 80%;
    margin: 0 auto;
    /* max-width: 480px; */
    margin: 0 auto;
    padding-bottom: 20px;
	}
	.home-rec .tbox h3{
		text-align:center;
  }
  .home-rec .hmore {
    text-align: center;
}
	.home-staff .slider .slick01{
	  max-width: 50%;
	}
}
@media only screen and (max-width: 599px){
  .home-rec{
    padding: 50px 0;
  }
  .home-rec .box{
    padding: 20px 10px;
  }
  .home-rec .tbox{
    width:100%;
  }
	.home-rec .tbox h3{
    font-size:20px;
    margin: 0;
	}
	.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: left;
	}
	.home-rec .chyu{
	  text-align: center;
	}
	.home-staff .slick-prev:before{
	  left:25px;
	}
	.home-staff .slick-next:before{
	  right:25px;
	}
}


.home-imgs .bx-wrapper{
  max-width: 100% !important;
}
.home-imgs .bx-viewport{
  height:auto !important;
}
.home-imgs li img{
	width:100%;
	height:auto;
	opacity: 0.8;
}
.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;
}*/
@media (max-width: 1024px) {
  .carousel-list.flex{
    max-width: 100%;
  }
}
[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 50px;
}
.home-info .tbox {
    width: 40%;
    height: auto;
    float: right;
}
.home-info .left {
    float: left;
    width: 55%;
    height: auto;
    text-align: right;
}
.home-info .left .map {
    margin-bottom: 10px;
}
.home-info .left .map:after {
    padding-top: 50%;
}
.home-info .left ul {
    width: 100%;
    text-align: left;
    padding: 0 0 30px 0;
}
.home-info .left li{
	font-size:14px;
}
.home-info .tbox .sec1 dt {
    color: #4EA1E9;
    padding: 0 0 10px 0;
    font-weight: bold;
}
.home-info .tbox .sec1 dd{
	font-size:14px;
}
.home-info .tbox .sec1{
	padding-bottom:20px;
}

.home-info .tbox  .sec2{
	border:2px solid #4EA1E9;
	border-radius:4px;
	padding:20px;
	margin-bottom:25px;
}
.home-info .tbox .sec2 p{
	font-size:14px;
}
.home-info .tbox .table {
    padding: 10px;
    border-radius: 5px;
    background: #4EA1E9;
}
.home-info .tbox table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.home-info .tbox tr {
    border-bottom: solid 1px #fff;
}
.home-info .tbox td {
    color: #fff;
    border: none;
    padding: 5px;
    text-align: center;
}
.home-info .tbox th {
    width: 120px;
    border: none;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    padding: 5px;
}
.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-top: 20px;
    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 dd i {
    margin-right: 10px;
    transform: rotate(90deg);
}
.home-info .tbox .co li a {
    display: block;
    font-size: 32px;
    background: rgb(237, 164, 113);
    text-align: center;
    color: #fff;
    padding: 2px 15px;
}
.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;
}
@media (max-width: 768px) {
  .home-info .tbox{
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 25px;
  }
  .home-info .tbox .co{
    display:none;
  }
  .home-info .left {
    float: none;
    width: 100%;
    height: 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;
}
}

.home-strong {
    padding: 80px 0;
}

.home-strong .box {
    text-align: center;
}

.home-strong .box dl {
    width: 31.3%;
    max-width: 48%;
    margin: 1%;
    flex-grow: 1;
}

.home-strong .box dt {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}



.home-strong .box dd {
    text-align: left;
}

.home-strong .box dd.pic {
    opacity: 0.9;
}

.home-strong .box dd.num {
    background: rgb(237, 164, 113);
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 599px) {
  .home-strong{
    padding: 50px 0;
  }
  .home-strong .box dl{
    width: 100%;
    max-width: 100%;
    margin: 5% 1%;
  }
}
.home-bnr {
    padding: 80px 0;
}

.home-bnr dl {
    border: solid 2px;
    color: #4EA1E9;
    width: 23%;
    max-width: 48%;
    margin: 1%;
    position: relative;
    box-sizing: border-box;
    flex-grow: 1;
}

.home-bnr dt {
    width: 90%;
    font-weight: normal;
    color: #4EA1E9;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    text-align: center;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.home-bnr dd {
    position: relative;
    opacity: 0.7;
}

.home-bnr dd:after {
    display: block;
    content: "";
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 599px) {
  .home-bnr{
    padding: 50px 0;
  }
  .home-bnr dl{
    width: 100%;
    max-width: 100%;
  }
  .home-bnr dt{
    font-size: 20px;
  }
  .home-bnr dd.pic{
width: 100%;
  }
}
/*slick slide*/
.carousel-list li {
  width: 16.6666%;
}
/*voice*/
.calam2wap{
padding: 90px 0 100px 0;
}
.c2main{
width: 75%;
}
.c2side{
width: 20%;
}
.c2side dt{
text-align: center;
color:#4EA1E9;
font-size: 18px;
line-height: 110%;
padding: 15px 0;
position: relative;
background:url(#) no-repeat 20px 17px #f5f8f8;
margin-bottom: 23px;
}
.c2side dt .e{
font-size: 12px;
display: block;
}
.c2side dd{
border-bottom: 1px solid #eeeeee;
padding: 0 0 13px 20px;
margin-bottom: 15px;
}
.c2side dd a{
display: block;
color::#4EA1E9;
font-size: 14px;
}
.c2side dl{
padding-bottom: 20px;
}
.pagenav{
text-align: center;
letter-spacing: -5px;
padding-top: 30px;
}
.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.now{
  background: #4EA1E9;
  color: #fff;
}
.pagenav a.m{
border:none;
}
.pagenav a.m img{
vertical-align: middle;
margin-top: 15px;
}
@media only screen and (max-width: 1024px){
.c2main{
width: 100%;
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: 599px){
  .voice .box .inn .pic{
    width: 100% !important;
    height: 250px !important;
  }
  .voice .box .inn{
    text-align: left;
  }
  .pagenav a{
    width: 35px;
    height: 35px;
  }
}
.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,.blog .box h4{
text-align: center;
color: #4EA1E9;
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*/
.tel-contact{
  position: relative;
    padding: 80px 0;
    overflow: hidden;
}
.tel-contact .wrap{
  position: relative;
  z-index: 1;
}
.tel-contact .wrap>p{
  text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.tel-contact .wrap .tel a,.tel-contact .wrap .tel{
  text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: rgb(237, 164, 113);
}
.tel-contact .wrap dd{
  text-align: center;
}
.tel-contact .bkimg img{
  transform: translate(-50%, -20%);
  opacity: 0.3;
}
.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: 70%;
  height: 35px;
}
.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-flex;
letter-spacing: 0;
width: 100%;
/* padding-bottom: 20px; */
}
.contact1 dd ul li input{
vertical-align: top;
margin-top: 5px;
margin-right: 5px;
}
.contact1 dd ul li label{
  margin-right: 20px;
}
.contact1 .f2 dd label{
display: inline-block !important;
margin-right: 19px;
}
/* .contact1 .f2 dd .day{
  display: inline-flex;
} */
.contact1 .f2 dd>div{
  display: inline-flex;
}
.contact1 .f2 dd>div>div{
height: 30px;
text-align: center;
margin: 0 15px;
}
/* .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: 70%;
height: 140px;
}
.formbtn {
    padding: 30px 0 0 0;
    text-align: center;
}
.formbtn li .form-submit-btn,.modoru,.send  {
    background: #4EA1E9;
    width: 250px;
    height: 60px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
	font-weight: bold;
}
.formbtn li .modoru  {
  margin-right:30px;
}
.top-back{
  text-align: center;
    padding-top: 30px;
}
.top-back a{
  background:  rgb(237, 164, 113);
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
}

@media (max-width: 1024px){
  .contact1 dd ul li label {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 740px){
.contact1 dt{
float: none;
padding-bottom: 10px;
}
.contact1 dd{
padding-left: 0;
display: inline-flex;
width: 100%;
}
.contact1 .size1{
width: 100%;
}
.contact1 .f2 dd label{
display: block !important;
margin-bottom: 5px;
}
.contact1 .f2 dd select{
margin-bottom: 5px;
}
.contact1 textarea{
  width: 100%;
  box-sizing: border-box;
}
}
@media (max-width: 599px) {
  .formbtn li .modoru{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tel-contact .wrap .tel a{
    font-size: 30px;
  }
  .contact1 dd ul li {
    display: inline-block;
  }
}
/*recruit*/
.recruit .about1{
background: url(#) no-repeat left 145px;
}
.recruit .about1 ul{
  padding-top: 50px;
}
.recruit .about1 .rp {
    padding-bottom: 15px;
}
.recruit .about2 .pic{
  width: 40%;
}
.recruit .about2 .tbox{
  width: 55%;
}
.recruit .about2{
padding-top: 0;
}
.h4g{
background-color: rgb(237, 164, 113);
color: #fff;
text-align: center;
display: inline-block !important;
padding: 15px 10px;
min-width: 180px;
margin-bottom: 30px;
}
.recruit1 dl dt{
float: left;
color:  rgb(237, 164, 113);
}
.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;
background-color: rgb(237, 164, 113);
    padding: 20px;
}
.recruit2 .t1{
/* background-color: #a3c15c; */
padding: 20px 0 15px 0;

}
.recruit2 .t2{
/* background-color: #99ba4a; */
padding: 20px 0 20px 0;
}
.recruit2 .inn{
text-align: center;
}
.recruit2 .inn p{
color: #fff;
}
.recruit2 .t1 .inn{
background:url(#) no-repeat left 10px ;
}
.recruit2 .t1 p{
font-weight: bold;
}
.recruit2 .t2 p{
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{
width:40%;
overflow: hidden;
}
.recruit2 .right{
  width: 50%;
}
@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: 768px){
  .recruit2 .right{
    width:100%;
  }
}
@media only screen and (max-width: 599px){
.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%;
}
.recruit2 .right{
  width: 100%;
}
.recruit2 .t2 p+p {
    font-size: 30px;
    margin-top: 20px;
}
/*スマホ 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: 75%;
}
.bloglist{
  width: 100%;
  text-align: center;
}
.bloglist li{
width: 30%;
display: inline-block !important;
letter-spacing: 0;
/* padding: 0 35px 0 0; */
padding: 0 35px 40px 0;/* 変更 */
text-align: left;
}
.bloglist li a{
display: block;
}


.bloglist li dd.day{
padding-bottom:0px;
color: #4EA1E9;

}
/*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;
}
.blog .reco{
  padding-top:50px;
}
@media only screen and (max-width: 1024px){
.blog .c2main{
width: 100%;
}
.bloglist li{
padding: 0 17px;
}
.bloglist li:nth-of-type(3n){
padding-right: 17px;
}
}
@media only screen and (max-width: 599px){
  .bloglist li{
    width: 48%;
    padding:0;
    margin-bottom: 20px;
  }
  .bloglist li:nth-child(odd){
    margin-right: 2%;
  }
  .bloglist li a{
    width:100% !important;
    height:auto !important;
  }
  .bloglist{
    width: 100%;

  }
  .blog .bloglist li{
    display: block;
  }
  .bloglist li:nth-of-type(3n){
    padding-right: 0;
  }
}
.blog .box{
border-bottom: 0;
padding-bottom: 0;
}
.blog .box h4{
margin-bottom: 15px;
}
.blog .box .ds{
padding-bottom: 35px;
}
.blog .box .ds p.cate{
  display: inline-block !important;
  width: 80%
}
.blog .box .ds p.cate span{
background: rgb(237, 164, 113) ;
color: #fff;
line-height: 30px;
height: 30px;
text-align: center;
padding: 10px;
min-width: 100px;
box-sizing: border-box;
margin-right: 1%;
}
.blog .box .ds p.cate+p{
float: right;
color: #333333 ;
line-height: 30px;
}
.blog .box .inn dl p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.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 dt {
  float: left;
}
.blog .box .inn dl dd {
  margin: 0 0 10px 120px;
}
.back{
text-align: center;
padding-top: 50px;
}
.back a{
display: inline-block !important;
background:#4EA1E9 url(#) no-repeat 105px 15px;;
color: #fff;
text-align: center;
width: 120px;
height: 40px;
line-height: 40px;
}
@media (max-width: 599px) {
  .blog .box .ds p.cate{
    width: 100%;
  }
  .blog .box .ds p.cate span{
    margin-bottom: 5px;
  }
}
/*news*/
.newslist{
padding: 20px 0 40px 0;
}
.newslist dt{
color: #4EA1E9;
float: left;
}
.newslist dd{
padding-left: 137px;
}
.newslist dl{
border-bottom: 1px solid #eeeeee;
padding-bottom:15px;
margin-bottom: 20px;
}
@media (max-width: 599px) {
  .newslist dt{
    float: none;
  }
  .newslist dd{
    padding-left: 0;
  }
}
/*診療項目共通*/
.peri1{
padding: 50px 0 70px;
}
.peri1 .pic .p70{
  width:500px;
  height:350px;

}
.peri1 .pic{
  width: 40%;
}
.peri1 .tbox{
width: 55%;
}
.peri1 .tbox .txt ul{
  padding: 10px 0;
}
.peri1 .tbox .txt li{
  font-weight: bold;
  color: rgb(237, 164, 113);
}
.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: 80px;
}
.peri1 .tbox h4{
font-size: 26px;
color: rgb(237, 164, 113);
border-bottom: 1px solid #4EA1E9;
padding-bottom: 8px;
margin-bottom: 30px;
padding-left: 45px;
}
.peri1 .tbox h4 img{
padding-right:10px;
vertical-align: middle;
width: 50px;
margin-left: -45px;
}
.peri1 .tbox h5 {
    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{
  padding-bottom: 70px;
}
.nayami1 h3{
background-color: #4EA1E9;
text-align: center;
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 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 {
    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-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: 1024px){
.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;
padding-top: 70px;
}

.peri3{
padding-bottom: 100px;
text-align: center;
}
@media only screen and (max-width: 1024px){
.peri1 .tbox h4{
font-size: 20px;
}
/*.peri1 .tbox h4 img{
width: 30px;
height: 30px;

}*/
.peri1 .tbox{
padding-bottom: 20px;
    padding-top: 20px;
}
.common02 .peri1 .tbox{
  width: 100%
}
.peri1 .pic{
width: 100%;
text-align: center;
}
.h4l.h4e{
font-size: 20px;
}
}
@media (max-width: 599px) {
  .peri1 .tbox h4 img{
    width:35px;
  }
}
@media only screen and (max-width: 1024px){
.nayami1 li{
width: 100%;
}
}
@media (max-width: 599px) {
  .nayami1 .inn{
    padding:0;
  }
}
.caries1{
padding-bottom: 100px;
}
.caries1 .pic{
  width: 40%;
}
.caries1 .ca02{
  width:500px;
  height:300px;
  overflow: hidden;
}
.caries1 .tbox{
width: 55%;
}
.caries1 .tbox dl{
  padding-bottom: 20px;
}
.caries1 .tbox dt{
  font-size: 18px;
    color: rgb(237, 164, 113);
    font-weight: bold;
    padding: 20px 0 10px;
}
.caries .peri1 {
    padding-top: 20px;
}
.caries .peri1 .tbox div {
    height: auto !important;
}
.movie .box-wrap{
  padding-top: 40px;
}
.movie .box-wrap .box{
  width: 46%;
  padding-bottom: 30px;
}
.movie iframe{
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: initial;
	width: 100%;
	height: 100%;
}
.movie .mov{
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.movie .mov:after{
  content: "";
  padding-top: 45%;
  display: block;
}
.link-list{
  padding: 70px 0 50px;
}
.link-list li{
  width: 22%;
    background: rgb(237, 164, 113);
    border-radius: 50px;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.link-list li a{
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 1024px){
.caries1 .tbox{
width: 100%;
padding-bottom: 30px;
}
.caries1 .pic{
  margin: 0 auto 3%;
    width: 80%;
}
}
@media (max-width: 768px) {
  .link-list li{
    width: 45%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px){
  .caries1{
    padding-bottom: 50px;
  }
  .caries1 .pic{
    width:100%;
    height:auto;
  }
  .peri1 .pic .p70{
  width:100%;
  height:auto;
}
.peri1{
padding: 50px 0 50px 0;
}
.movie .box-wrap .box{
  width: 100%;
    padding-bottom: 30px;
}
.link-list li{
  width: 90%;
}
}
.mgb100{
margin-bottom: 100px;
}

/*orhodontic*/
.orthodontic1 .tbox{
width: 960px;
}
.orthodontic1 .tbox h3{
background-color: #357774;
text-align: left;
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 {
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: rgb(237, 164, 113);
}
.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:25%;
    text-align: center;
    padding-left: 0;
    box-sizing: border-box;
    padding: 20px 0 20px 0px;
    background: #4ea1e930;

}
.periodontal .pricelist dd{
   text-align: center;
   width : 25%;
    border-left: 1px solid #ddd !important;
    padding-top: 20px;
    box-sizing: border-box;
    font-weight: normal;
}
.periodontal .pricelist dd.pic img{
  width: 70%;
  margin: 3% auto;
}
.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%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 1024px){
.periodontal .pricelist .table{
  margin-right: auto;
  margin-left: auto;
}

}

@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;
}
.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 (max-width: 599px) {
  .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;
  }
  .periodontal .pricelist dt{
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .periodontal .pricelist dd {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
}
}
/*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(#) 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;
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 {
    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(#);
}
.implant1 .tbox .dl2 dd:before{
content:url(#);
}

/*追加*/
.orth .peri1 .pic{
width: 40%;
}
.orth .first-flow .txt{
  width: 100%;
}
.orth .syorei{
  padding: 80px 0;
}
.orth .syorei .box{
  width: 46%;
  position: relative;
}
.orth .syorei .box:nth-child(odd):after{
  content: "";
    background: url(/import/tenant_1/160.16.57.161/html/images/orthodontics/columns_arrow.png) no-repeat;
    display: flex;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    transform: translate(200%, -50%);
    width: 22px;
    height: 50px;
}
.orth .syorei dt{
  font-size: 18px;
  color: rgb(237, 164, 113);
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}
.orth .syorei .hmore{
  text-align: center;
  padding-top: 50px;
}
.orth .about2 .pic{
  width: 30%;
}
.orth .about2 .tbox{
  width: 65%;
}
.orth .about2 .tbox>p{
  font-size: 18px;
  font-weight: bold;
  color: rgb(237, 164, 113);
}
.price-list{
  padding: 50px 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  width: 100%;
    margin-bottom: 10px;
}
.price-list table.price tr th {
  padding: 20px 10px;
  font-size: 15px;
  line-height: 1.3em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  background: #c3e1fb4f;
  text-align: center;
    width: 30%;
}
.price-list table.price tr td {
  padding: 20px 10px;
  color: #666;
  font-size: 13px;
  line-height: 1.3em;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.price-list table.price tr td.price {
  width: 30%;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border:1px solid #ddd;
}
.glaf{
  align-items: center;
}
.glaf .pic,.glaf .price{
  width: 46%;
}
@media only screen and (max-width: 1024px){
.implant1 .pic{
		float:none;
		text-align:center;
		margin: 0 auto;
	}
.implant1 .tbox{
		width:auto !important;
		float:none;
		padding-bottom: 20px;
	}
}
@media (max-width: 768px) {
  .orth .syorei .box:nth-child(odd):after{
    transform: translate(135%, -50%);
  }
}
@media only screen and (max-width: 599px){
  .implant1 .pic{
    width:100%;
    height:auto;
  }
  .orth .peri1 .pic{
    width: 100%;
  }
  .orth .syorei .box{
    width: 85%;
    padding-bottom: 50px;
  }
  .orth .syorei .box:nth-child(odd):after {
    transform: translate(-50%, 0)rotate(90deg);
    top: 87%;
    left: 50%;
}
.price-list table.price tr td.price{
  font-size: 14px;
}
.orth .about2 .tbox {
  width: 100%;
  padding-top: 10px;
}
.orth .about2 .pic {
  width: 100%;
}
.glaf .pic, .glaf .price {
  width: 100%;
  padding-bottom: 20px;
}
}
.implant2 {
    padding: 40px 30px;
    border: 1px dashed #063;
    margin: 50px auto 20px auto ;
    box-sizing: border-box;
}
.implant2 h4 {
    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-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-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 {
    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 p{
padding-bottom: 30px;
}
.h4d{
font-size: 26px;
border-bottom: 1px solid #dddddd;
margin-bottom: 15px;
text-align: center;
color: #357774;
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;
}
@media only screen and (max-width: 1220px){
.h426{
font-size: 20px;
}
}
.h3g{
text-align: center;
font-size: 22px;
background-color: #4EA1E9;
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 .pic{
  width: 40%;
}
.cavity1 .tbox dl{
padding: 70px 0 0 0;
letter-spacing: -5px;
}
.cavity1 .tbox dt{
letter-spacing: 0;
font-size: 18px;
font-weight: bold;
color: #4EA1E9;
padding-bottom: 10px;
}
.cavity1 .tbox dd{
letter-spacing: 0;
display:block;
padding-bottom: 5px;
}
.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-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: 1024px){
.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;
}
}
@media (max-width: 599px) {
  .cavity1 .pic,.peri1 .tbox{
    width:100%;
  }
  .cavity1 .tbox dl{
    padding: 30px 0 0 0;
  }
  .cavilty4 h3{
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.snslogo{
    float: left;
    width: 48px;
    padding: 5px;
    padding-left: 70px;
}
.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%;
  }
}

/*見たまま編集*/
[data-element-id] #gnav.fixed{
  position: relative !important;
}
[data-element-id]#gnav .sp{
  display: inline-block;
}
[data-element-id].subtit h2,[data-element-id].first-bnr .title,[data-element-id].homeslide .home-cache{
  position: absolute !important;
}


/*2020/10/29*/
.caution {
  font-size: 18px;
  color: #f00;
  font-weight: bold;
  padding-bottom: 10px;
}

.hatsubo img{
  object-fit: contain;
}

.hatusubo-flex{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.hatusubo-flex div{
    padding: 0 30px;
}

.hatsubo-mb-60{
  margin-top: -60px;
}



.hatusubo-flex div {
    padding: 0 25px;
}

@media (max-width: 1024px) {
  .hatusubo-flex div {
    padding: 0 25px;
}
}


@media (max-width: 599px) {
.hatusubo-flex {
    display: block;
}

.hatsubo-prodact {
        padding: 0px 10px 30px !important;
        border-bottom: 1px dotted;
        margin-bottom: 25px;
    }
}
