@media (min-width: 768px){
  .sp{
    display: none;
  }
}
@media (max-width: 767px){
  .pc{
    display: none;
  }
}


.ImplantLP{
    font-family: 'Noto Sans JP', serif;
	background: #fff !important;
	color: #000;
	overflow: hidden;
}

.ImplantLP img{
	opacity: 1 !important;
}
.implantlp_inner{
    font-family: 'Noto Sans JP', serif !important;
	max-width: 1080px;
	margin: 0 auto;
}
@media (min-width: 768px){

	.implant_main{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/main.png) no-repeat top center;
		background-size: cover;
		position: relative;
		z-index: 0;
		padding-bottom: 40px;
	}
	.implant_main_h1{
		padding: 70px;
	}
	.implant_main_h1 h1{
		font-family: 'Noto Sans JP', serif !important;
		font-size: 30px;
		font-weight: bold !important;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.3;
	}
	.implant_main_h1 h1 span.h1txt01{
		font-size: 45px !important;
		margin-left: -20px;
	}
	.implant_main_h1 h1 span.h1txt02{
		font-size: 45px !important;
		color: #C30D23;
	}
	.implant_main_h1 span::before {
		content: attr(data-text);
		position: absolute;
		color: #00A0E9;
		-webkit-text-stroke:10px #00A0E9;
		z-index: -9;
	}
	.implantlp_inner p{
		font-size: 30px;
		font-weight: bold;
	}

	.crownbox{
		background: rgba(23,28,97,.8);
		color: #fff;
		z-index: -1;
		position:relative;
	}
	.crownbox img{
		width: 36%;
		position:absolute;
		z-index: 999999;
		top:-30px;
		left:100px;

	}

	.crownbox p{
		font-size: 25px;
		font-weight: bold !important;
		padding: 20px 0 20px 500px;
		line-height: 1.5;
	}
	.crownbox p span{
		font-size: 120%;
	}

}
@media (max-width: 767px){

	.implant_main{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/spmain.jpg) no-repeat top right;
		background-size: cover;
		position: relative;
		z-index: 0;
		padding-bottom: 40px;
	}
	.implant_main_h1{
		padding: 10px;
	}
	.implant_main_h1 h1{
		font-family: 'Noto Sans JP', serif !important;
		font-size: 25px;
		text-align: center;
		font-weight: bold !important;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.5;
		margin-top: 50px;
	}
	.implant_main_h1 h1 span.h1txt01{
		font-size: 30px !important;
		margin-left: -20px;
	}
	.implant_main_h1 h1 span.h1txt02{
		font-size: 45px !important;
		color: #C30D23;
	}
	.implant_main_h1 span::before {
		content: attr(data-text);
		position: absolute;
		color: #00A0E9;
		-webkit-text-stroke:10px #00A0E9;
		z-index: -9;
	}
	.implantlp_inner p{
		font-size: 30px;
		font-weight: bold;
	}

	.crownbox{
		background: -webkit-linear-gradient(transparent 0%, transparent 40%, rgba(23,28,97,0.7) 40%, rgba(23,28,97,0.7) 100%);
		background: -o-linear-gradient(transparent 0%, transparent 40%, rgba(23,28,97,0.7) 40%, rgba(23,28,97,0.7) 100%);
		background: linear-gradient(transparent 0%, transparent 40%, rgba(23,28,97,0.7) 40%, rgba(23,28,97,0.7) 100%);
		color: #fff;
		z-index: -1;
		text-align: center;
		margin-top: 30px;
	}
	.crownbox img{
		width: 70%;
		margin: 0 auto;
	}

	.crownbox p{
		font-size: 20px;
		text-align: center;
		font-weight: bold !important;
		line-height: 1.5;
		padding: 0 10px 30px 10px;
	}
	.crownbox p span{
		font-size: 25px;
	}
}
	

@media (min-width: 768px){

	.implant_what{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/inplantbg.png) no-repeat bottom center;
		background-size: cover;
		padding: 30px;
	}

	.implant_what_h2{
		font-family: 'Noto Sans JP', serif !important;
		font-size: 30px;
		font-weight: bold !important;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.3;
		text-align: center;
		position: relative;
		z-index: 99;
		padding: 30px 0;
	}
	.implant_what_h2 span::before {
		content: attr(data-text);
		position: absolute;
		color: #000;
		z-index: 999;
	}

	.implant_what_h2 span{
		font-size: 120%;
		position: relative;
	}
	.implant_what_h2::before{
		content: 'about IMPLANT';
		font-size: 60px;
		color: #fff;
		text-align: center;
		font-family: 'Noto selif', serif !important;
		position: absolute;
		z-index: -1;
		left: 0;
		right:0;
		margin: 0 auto;
		-webkit-text-stroke: 0px #fff;
		text-stroke:0px !important;
	}
	.implant_what p{
		text-align: center;
		margin-top: 30px;
	}
	.implant_what p img{
		width:30%;
		display: inline !important;
	}
	
	
	
	

	.implant_what p:nth-child(3){
		font-size: 70px;
		margin: 70px 0 !important;
	}
	.implant_what p:nth-child(3) span{
		font-family: 'Noto selif', serif !important;
		font-size: 110%;
		background: rgba(255,241,0,1);
		padding: 0 10px;
		-webkit-text-stroke: 8px #fff;
		text-stroke:8px !important;
		position: relative;
		z-index: 999998;
		margin: 0 20px;
	}

	.implant_what p:nth-child(3) span::before {
		content: attr(data-text);
		position: absolute;
		color: #000;
		z-index: 0;
		-webkit-text-stroke: 0px #fff;
		text-stroke:0px !important;
	}
	.implant_what p:nth-child(3) span::after {
		content: '●　        ●';
		position: absolute;
		font-size: 25px;
		color: #C30D23;
		z-index: 0;
		-webkit-text-stroke: 2px #fff;
		text-stroke:2px !important;
		top:-10px;
		right:0;
		left:0;
		margin: 0 auto;
	}


	.implant_can{
		background: #171C61;
		color: #fff;
		padding: 0 0 50px 0;
	}
	.implant_can p{
		text-align: center;
		line-height: 1.5;
	}
	.implant_can p img{
		width: 25%;
		margin: 0 auto;
	}

	.implant_can_txt{
		margin-top: 30px;
		font-size: 30px !important;
	}
	.implant_can_txt span{
		font-size: 40px !important;
		font-family: 'Noto selif', serif !important;
	}

	.implant_can_txt2{
		font-size: 30px !important;
	}
	.implant_can_txt2 span{
		font-size: 35px !important;
	}	
}
@media (max-width: 767px){

	.implant_what{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/inplantbg.png) no-repeat top center;
		background-size: cover;
		padding: 30px 10px;
	}
	

	.implant_what_h2{
		font-family: 'Noto Sans JP', serif !important;
		font-size: 30px;
		font-weight: bold !important;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.3;
		text-align: center;
		position: relative;
		z-index: 99;
		padding: 30px 0;
	}
	.implant_what_h2 span::before {
		content: attr(data-text);
		position: absolute;
		color: #000;
		z-index: 999;
	}

	.implant_what_h2 span{
		font-size: 120%;
		position: relative;
	}
	.implant_what_h2::before{
		content: 'about IMPLANT';
		font-size: 40px;
		color: #fff;
		text-align: center;
		font-family: 'Noto selif', serif !important;
		position: absolute;
		z-index: -1;
		top:50px;
		left: 0;
		right:0;
		margin: 0 auto;
		-webkit-text-stroke: 0px #fff;
		text-stroke:0px !important;
	}

	.implant_what p{
		text-align: center;
		margin-top: 30px;
	}
	.implant_what p img{
		width:50%;
		display: block!important;
		margin: 0 auto;
	}


	.implant_what p:nth-child(3){
		font-size: 35px;
		margin: 80px 0 20px 0 !important;
		line-height: 1.8;
	}
	.implant_what p:nth-child(3) span{
		font-family: 'Noto selif', serif !important;
		font-size: 45px;
		background: rgba(255,241,0,1);
		padding: 0 10px;
		-webkit-text-stroke: 8px #fff;
		text-stroke:8px !important;
		position: relative;
		z-index: 999998;
		display: inline-block;
		margin: 0 20px;
	}

	.implant_what p:nth-child(3) span::before {
		content: attr(data-text);
		position: absolute;
		color: #000;
		z-index: 0;
		-webkit-text-stroke: 0px #fff;
		text-stroke:0px !important;
	}
	.implant_what p:nth-child(3) span::after {
		content: '●　      ●';
		position: absolute;
		font-size: 25px;
		color: #C30D23;
		z-index: 0;
		-webkit-text-stroke: 2px #fff;
		text-stroke:2px !important;
		top:-18px;
		right:0;
		left:0;
		margin: 0 auto;
	}

	.implant_can{
		background: #171C61;
		color: #fff;
		padding: 0 0 50px 0;
	}
	.implant_can p{
		text-align: center;
		line-height: 1.5;
	}
	.implant_can p img{
		width: 60%;
		margin: 0 auto;
	}

	.implant_can_txt{
		margin-top: 30px;
		font-size: 30px !important;
	}
	.implant_can_txt span{
		font-size: 40px !important;
		display: block;
		font-family: 'Noto selif', serif !important;
	}

	.implant_can_txt2{
		font-size: 30px !important;
	}
	.implant_can_txt2 span{
		font-size: 35px !important;
		display: block;
	}
}



@media (min-width: 768px){


	.what_painless_box01{
		color: #fff;
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/what_painless_box01_bg.jpg) no-repeat top center;
		background-size: cover;
		padding: 30px 40px 150px 40px;
		position: relative;
	}

	.what_painless_box02{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/what_painless_box02_bg.jpg) no-repeat top center;
		background-size: cover;
		padding: 30px 40px 150px 40px;
		position: relative;
	}
	.what_painless_box01 p,.what_painless_box02 p{
		font-size: 30px;
		background: #171C61;
		text-align: center;
		border:3px solid #00A0E9;
		color: #fff;
		padding-top: 5px;
		box-sizing: border-box;
		width:80px;
		height:80px;
		border-radius: 50%;
	}
	.what_painless_box01 p span,.what_painless_box02 p span{
		font-size: 50%;
	}

	.what_painless_box01 h3,.what_painless_box02 h3{
		font-size: 35px;
		font-weight: bold;
		font-family: 'Noto Sans JP', serif;
		position: absolute;
		top:80px;
		left: 120px;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.3;
		color: #000;
	}

	.what_painless_box01 h3 span,.what_painless_box02 h3 span{
		font-size: 50px;
		font-weight: bold;
		font-family: 'Noto Sans JP', serif;
		-webkit-text-stroke: 8px #fff;
		text-stroke:8px !important;
	}

	.what_painless_box01 h3 span::before,.what_painless_box02 h3 span::before {
		content: attr(data-text);
		position: absolute;
		color: #C30D23;
		z-index: 0;
		-webkit-text-stroke: 0px #fff;
		text-stroke:0px !important;
	}

	.what_painless_inner>p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		padding: 30px 40px;
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
	}
	.what_painless_inner>p>span{
		font-weight: bold;
		background: #FFF100;
	}
	.chigai h3{
		font-size: 40px;
		font-weight: bold;
		font-family: 'Noto Sans JP', serif;
		margin: 50px 0 50px 40px;
	}
}


@media (max-width: 767px){


	.what_painless_box01{
		background: -webkit-linear-gradient(rgba(214,242,255,0.7) 0%, transparent 100%);
		background: -o-linear-gradient(rgba(214,242,255,0.7) 0%, transparent 100%);
		background: linear-gradient(rgba(214,242,255,0.7) 0%, transparent 100%);
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/what_painless_box01_bg.jpg) no-repeat top right;
		background-size: cover;
		padding: 30px 10px;
	}

	.what_painless_box02{
		background: -webkit-linear-gradient(rgba(214,242,255,0.7) 0%, transparent 100%);
		background: -o-linear-gradient(rgba(214,242,255,0.7) 0%, transparent 100%);
		background: linear-gradient(rgba(214,242,255,0.7) 0%, transparent 100%);
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/what_painless_box02_bg.jpg) no-repeat top right;
		background-size: cover;
		padding: 30px 10px;
	}
	.what_painless_box01 p,.what_painless_box02 p{
		font-size: 30px;
		background: #171C61;
		text-align: center;
		border:3px solid #00A0E9;
		color: #fff;
		padding-top: 5px;
		margin: 0 auto 20px auto;
		box-sizing: border-box;
		width:80px;
		height:80px;
		border-radius: 50%;
	}
	.what_painless_box01 p span,.what_painless_box02 p span{
		font-size: 50%;
	}

	.what_painless_box01 h3,.what_painless_box02 h3{
		font-size: 30px;
		text-align: center !important;
		font-weight: bold;
		font-family: 'Noto Sans JP', serif;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.3;
	}

	.what_painless_box01 h3 span,.what_painless_box02 h3 span{
		font-size: 40px;
		font-weight: bold;
		font-family: 'Noto Sans JP', serif;
		-webkit-text-stroke: 8px #fff;
		text-stroke:8px !important;
	}

	.what_painless_box01 h3 span::before,.what_painless_box02 h3 span::before {
		content: attr(data-text);
		position: absolute;
		color: #C30D23;
		z-index: 0;
		-webkit-text-stroke: 0px #fff;
		text-stroke:0px !important;
	}

	.what_painless_inner>p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		padding: 30px 10px;
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
	}
	.what_painless_inner>p>span{
		font-weight: bold;
		background: #FFF100;
	}
	
	.chigai h3{
		font-size: 35px;
		font-weight: bold;
		font-family: 'Noto Sans JP', serif;
		margin: 50px 10px;
	}
	
}


@media (min-width: 768px){


	.chigai img{
		width: 92%;
		margin: 0 auto;
	}

	.fukidashi{
		background: #D6F2FF;
		margin: 80px 0 0 0;
		padding-bottom: 50px;
	}
	.fukidashi p{
		font-weight: normal;
		text-align: center;
	}

	.fukidashi p img{
		width: 25%;
		margin: 0 auto;
	}
	.fukidashi p span{
		font-size: 135%;
		font-weight: bold;
	}

	.fukidashi p span img{
		width: 15% !important;
		display: inline;
	}

	.otoiawase{
		background: #171C61;
		padding: 30px 40px;
	}
	.otoiawase_iinner{
		background: #fff;
		padding: 30px 40px;
		display: flex;
	}
	.otoiawase_iinner>div{
		width: 50%;

	}
	.otoiawase_iinner>div img{
		display: inline;
		width: 15%;
		vertical-align:-30%;
	}

	.otoiawase_iinner>div p{
		font-size: 25px;
		text-align: center;
	}
	.otoiawase_iinner>div p:nth-child(3){
		font-size: 50px;
		font-weight: bold;
		margin-top: 15px;
	}
	.otoiawase_iinner>div p:nth-child(4){
		font-size: 15px;
		font-weight: bold;
		margin-top: 10px;
	}
	.otoiawase_iinner>div>div{
		width: 90%;
		border-radius: 10px;
		margin: 15px auto;
		padding: 15px;
		background-image: linear-gradient(#c30d23 47%, #a70014 52%);
		font-size: 25px;
		text-align: center;
		box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	}
	.otoiawase_iinner>div>div p a{
		color: #fff;
	}
	.otoiawase_iinner>div>div p img{
		display: inline;
		width: 15%;
		vertical-align:-50%;
	}
	.arrow {
		position: relative;
		padding-right: 10px;
		color: #fff;
		text-decoration: none;
	}

	.arrow::after {
		content: '';
		display: block;
		width: 15px; /* 矢印の大きさの指定 */
		height: 15px; /* 矢印の大きさの指定 */
		border-top: 2px solid #fff; /* 矢印の太さの指定 */
		border-left: 2px solid #fff; /* 矢印の太さの指定 */
	}

	.arrow--right::after {
		transform: rotate(135deg); /* 矢印の角度の指定 */
		position: absolute; /* 矢印の位置の指定 */
		right: -10px; /* 矢印の位置の指定 */
		top: 13px; /* 矢印の位置の指定 */
	}
}
	
	

@media (max-width: 767px){


	.chigai img{
		width: 92%;
		margin: 0 auto;
	}

	.fukidashi{
		background: #D6F2FF;
		margin: 80px 0 0 0;
		padding-bottom: 50px;
	}
	.fukidashi p{
		font-weight: normal;
		text-align: center;
		margin-bottom: 50px;
		line-height: 120%;
	}

	.fukidashi p img{
		width: 60%;
		margin: 0 auto;
	}
	.fukidashi p span{
		font-size: 110%;
		font-weight: bold;
	}

	.fukidashi p span img{
		width: 20% !important;
		display: block;
	}

	.otoiawase{
		background: #171C61;
		padding: 30px 40px;
	}
	.otoiawase_iinner{
		background: #fff;
		padding: 30px 10px;
	}
	.otoiawase_iinner>div:first-child{
	margin-bottom: 15px;
	}
	.otoiawase_iinner>div img{
		display: inline;
		width: 15%;
		vertical-align:-30%;
	}

	.otoiawase_iinner>div p{
		font-size: 25px;
		text-align: center;
	}
	.otoiawase_iinner>div a p{
		font-size: 50px;
		font-weight: bold;
		margin-top: 15px;
	}
	.otoiawase_iinner>div p:nth-child(4){
		font-size: 15px;
		font-weight: bold;
		margin-top: 10px;
	}
	.otoiawase_iinner>div>div{
		width: 90%;
		border-radius: 10px;
		margin: 15px auto;
		padding: 15px;
		background-image: linear-gradient(#c30d23 47%, #a70014 52%);
		font-size: 25px;
		text-align: center;
		box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	}
	.otoiawase_iinner>div>div p a{
		color: #fff;
	}
	.otoiawase_iinner>div>div p img{
		display: inline;
		width: 15%;
		vertical-align:-50%;
	}
	.arrow {
		position: relative;
		padding-right: 10px;
		color: #fff;
		text-decoration: none;
	}

	.arrow::after {
		content: '';
		display: block;
		width: 15px; /* 矢印の大きさの指定 */
		height: 15px; /* 矢印の大きさの指定 */
		border-top: 2px solid #fff; /* 矢印の太さの指定 */
		border-left: 2px solid #fff; /* 矢印の太さの指定 */
	}

	.arrow--right::after {
		transform: rotate(135deg); /* 矢印の角度の指定 */
		position: absolute; /* 矢印の位置の指定 */
		right: -10px; /* 矢印の位置の指定 */
		top: 13px; /* 矢印の位置の指定 */
	}
}
	
	
		
	
	
	
@media (min-width: 768px){



	.osusume{
		padding: 40px 40px;
	}

	.osusume h2{
		text-align: center;
		font-size: 35px;
		font-weight: bold;
		font-family: 'Noto Sans JP', serif;
		position: relative;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
	}
	.osusume h2::before{
		content: 'Recommended for';
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-weight: bold;
		top:50px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 70px;
		color: #E9F4F7;
		text-wrap-mode: nowrap;
		z-index: -999998;
	}
	.osusumelist{
		background: #E9F4F7;
		max-width:650px;
		min-width: 600px;
		margin: 100px auto 30px auto;
		padding: 20px 20px 40px 20px;
	}

	.osusumelist ul{
	}

	.osusumelist ul li{
		list-style-type: none;
		background-image: url('https://oji-dental.com/official/wp-content/uploads/2025/05/listimg.png');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-indent: 55px;
		margin-left: 30px;
		font-size: 20px;
		margin-top: 20px;
		line-height: 45px;
	}
	.osusumelist ul li span{
		font-size: 120%;
		color: #C30D23;
		font-weight: bold;
	}
	
	.omakase{
		background: url('https://oji-dental.com/official/wp-content/uploads/2025/05/omakasebg.jpg');
		background-size: cover;
		padding: 70px 40px;
	}

	.omakase p{
		text-align: center;
		font-size: 30px;
		line-height: 200%;
	}
	.omakase p span{
		font-size: 190%;
		font-family: 'Noto selif', serif !important;
	}

	.pointbox{
		background: url('https://oji-dental.com/official/wp-content/uploads/2025/05/pointbg.jpg') no-repeat center top;
		background-size: cover;
		padding: 70px 0 100px 0;
		position: relative;
	}

	.riyuu{
		position: absolute;
		top:-50px;
		left:-100px;
	}
	.riyuu img{
		width:50%;
	}
	.pointbox p:nth-child(2) img{
		width:70%;
		margin: 0 auto;
	}

	.pointbox_3points{
		display: flex;
		padding: 0 70px;
	}
	.pointbox_3points div p{
		text-align: center;
		font-size: 20px;
		font-weight: normal;
		line-height: 150%;
	}
	.pointbox_3points div p span{
		font-size: 25px;
		font-weight: bold;
	}

	.pointbox_3points div img{
		width:100%;
	}

	
	
	
}

@media (max-width: 767px){



	.osusume{
		padding: 10px;
	}

	.osusume h2{
		text-align: center;
		font-size: 35px;
		font-weight: bold;
		font-family: 'Noto Sans JP', serif;
		position: relative;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
		margin-top: 55px;
	}
	.osusume h2::before{
		content: 'Recommended for';
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-weight: bold;
		top:50px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 70px;
		color: #E9F4F7;
		text-wrap-mode: nowrap;
		z-index: -999998;
	}
	.osusumelist{
		background: #E9F4F7;
		margin: 100px auto 30px auto;
		padding: 10px 10px 20px 20px;
	}

	.osusumelist ul{
	}

	.osusumelist ul li{
		list-style-type: none;
		background-image: url('https://oji-dental.com/official/wp-content/uploads/2025/05/listimg.png');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-indent: 0px;
		padding-left: 60px;
		font-size: 20px;
		margin-top: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.osusumelist ul li:last-child{
		margin-bottom: 10px;
	}
	.osusumelist ul li span{
		font-size: 120%;
		color: #C30D23;
		font-weight: bold;
	}

	.omakase{
		background: url('https://oji-dental.com/official/wp-content/uploads/2025/05/omakasebg.jpg');
		background-size: cover;
		padding: 70px 10px;
	}

	.omakase p{
		text-align: center;
		font-size: 25px;
		line-height: 200%;
	}
	.omakase p span{
		font-size: 160%;
		font-family: 'Noto selif', serif !important;
	}

	.pointbox{
		background: url('https://oji-dental.com/official/wp-content/uploads/2025/05/pointbg.jpg') no-repeat center top;
		background-size: cover;
		padding: 150px 0 100px 0;
		position: relative;
	}

	.riyuu{
		position: absolute;
		top:-50px;
		left:0;
		right:0;
	}
	.riyuu img{
		width: 70%;
	}
	.pointbox p:nth-child(2) img{
		width:95%;
		margin: 30px auto 0 auto;
	}

	.pointbox_3points{
		padding: 0 70px;
	}
	.pointbox_3points div p{
		text-align: center;
		font-size: 20px;
		font-weight: normal;
		line-height: 150%;
	}
	.pointbox_3points div p span{
		font-size: 25px;
		font-weight: bold;
	}

	.pointbox_3points div img{
		width:100%;
	}





}

@media (min-width: 768px){

	h3.no1{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/poin_no1.png) no-repeat left top;
		background-size: 17%;
		font-size:45px;
		font-family: 'Noto Sans JP', serif;
		font-weight: bold;
		margin-top: 70px;
		padding: 5px 0 20px 190px;
		line-height: 150%;
	}
	h3.no2{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/poin_no2.png) no-repeat left top;
		background-size: 17%;
		font-size:45px;
		font-family: 'Noto Sans JP', serif;
		font-weight: bold;
		margin-top: 70px;
		padding: 5px 0 20px 190px;
		line-height: 150%;
	}
	h3.no3{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/poin_no3.png) no-repeat left top;
		background-size: 17%;
		font-size:45px;
		font-family: 'Noto Sans JP', serif;
		font-weight: bold;
		margin-top: 70px;
		padding: 5px 0 20px 190px;
		line-height: 150%;
	}
	.pointbox .pointbox_3points_box img{
		width:60%;
		margin: 30px auto;
	}
	.pointbox .pointbox_3points_box img.pointimg01{
		width:70%;
		margin: 30px auto;
	}

	.pointbox .pointbox_3points_box p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 30px 40px;
	}
	
	.pointbox_lasttxt_box p{
		text-align: center;
		font-size: 30px;
		line-height: 200%;
	}
	.pointbox_lasttxt_box p span{
		font-size: 280%;
		font-family: 'Noto selif', serif !important;
		background: -webkit-linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
		background: -o-linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
		background: linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
	}	
	
}

@media (max-width: 767px){

	h3.no1{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/poin_no1.png) no-repeat left top;
		background-size: 35%;
		font-size:38px;
		font-family: 'Noto Sans JP', serif;
		font-weight: bold;
		margin-top: 70px;
		padding: 60px 10px 20px 10px;
		line-height: 150%;
	}
	h3.no2{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/poin_no2.png) no-repeat left top;
		background-size: 35%;
		font-size:38px;
		font-family: 'Noto Sans JP', serif;
		font-weight: bold;
		margin-top: 70px;
		padding: 60px 10px 20px 10px;
		line-height: 150%;
	}
	h3.no3{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/poin_no3.png) no-repeat left top;
		background-size: 35%;
		font-size:38px;
		font-family: 'Noto Sans JP', serif;
		font-weight: bold;
		margin-top: 70px;
		padding: 60px 10px 20px 10px;
		line-height: 150%;
	}
	.pointbox .pointbox_3points_box img{
		width:90%;
		margin: 10px auto;
	}
	.pointbox .pointbox_3points_box img.pointimg01{
		width:90%;
		margin: 10px auto;
	}

	.pointbox .pointbox_3points_box p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 20px 10px;
	}
	

	.pointbox_lasttxt_box p{
		text-align: center;
		font-size: 25px;
		line-height: 200%;
	}
	.pointbox_lasttxt_box p span{
		font-size: 170%;
		font-family: 'Noto selif', serif !important;
		background: -webkit-linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
		background: -o-linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
		background: linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
	}	
	
	
}
.pointbox h3 span{
	background: -webkit-linear-gradient(transparent 0%, transparent 50%, #FFF100 50%, #FFF100 100%);
	background: -o-linear-gradient(transparent 0%, transparent 50%, #FFF100 50%, #FFF100 100%);
	background: linear-gradient(transparent 0%, transparent 50%, #FFF100 50%, #FFF100 100%);
}
.pointbox .pointbox_3points_box p span{
	font-weight: bold;
	background: #FFF100;
}






@media (min-width: 768px){


	.whatinplant_box h3 {
		font-family: 'Noto Sans JP', serif;
		position: relative;
		padding-left: 60px; /* テキストの左にスペースを空ける */
		font-size: 30px;
		color: #fff;
		margin: 50px 0;
		-webkit-text-stroke: 5px #171C61;
		text-stroke: 5px #171C61;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
	}

	.whatinplant_box h3::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: -9999;
		width: 150px;
		height: 70px;
		background-color: #009ee3;
		clip-path: polygon(
			0% 0%,
			85% 0%,
			100% 50%,
			85% 100%,
			0% 100%
		);
	}

	.whatinplant_box h3 span{
		font-size: 120%;
		font-weight: bold;
	}
	
	.implrantbox,.implrantbox2{
		display: flex;
		padding:30px 40px;
		column-gap: 30px;
	}

	.implrantbox p,.implrantbox>span{
		width:50%;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.implrantbox p span{
		font-weight: bold;
		background: #FFF100;
	}

	.implrantbox span{
		width:50%;
	}
	.implrantbox span img{
		width:100%;
	}

	.implrantbox2{
		background: #C7D2D5;
		margin: 0 40px;
	}
	.implrantbox2 p{
		text-align: center;
		font-size: 20px;
		font-weight: normal;
	}
	.implrantbox2 p img{
	}

	.whatinplant_box>p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 30px 40px;
	}
	.whatinplant_box>p span{
		font-weight: bold;
		background: #FFF100;
	}
	
}


@media (max-width: 767px){


	.whatinplant_box h3 {
		font-family: 'Noto Sans JP', serif;
		position: relative;
		padding-left: 10px; /* テキストの左にスペースを空ける */
		font-size: 30px;
		color: #fff;
		margin: 30px 0 0 0;
		-webkit-text-stroke: 5px #171C61;
		text-stroke: 5px #171C61;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
	}

	.whatinplant_box h3::before {
		content: "";
		position: absolute;
		left: 0;
		top: 10%;
		transform: translateY(-50%);
		z-index: -9999;
		width: 150px;
		height: 70px;
		background-color: #009ee3;
		clip-path: polygon(
			0% 0%,
			85% 0%,
			100% 50%,
			85% 100%,
			0% 100%
		);
	}

	.whatinplant_box h3 span{
		font-size: 120%;
		font-weight: bold;
	}
	.implrantbox,.implrantbox2{
		padding:30px 10px;
	}

	.implrantbox p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px; 
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.implrantbox>span{
		display: inline !important;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 20px !important; 
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.implrantbox p span{
		font-weight: bold;
		background: #FFF100;
	}

	.implrantbox>span{
		display: block !important;
		width:100% !important;
	}
	.implrantbox>span img{
		width:100%;
	}

	.implrantbox2{
		background: #C7D2D5;
		padding: 10px 10px 25px 10px;
	}
	.implrantbox2 p{
		text-align: center;
		font-size: 20px;
		font-weight: normal;
	}
	.implrantbox2 p:first-child{
		margin-bottom: 25px;
	}	
	.whatinplant_box>p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 30px 10px;
	}
	.whatinplant_box>p span{
		font-weight: bold;
		background: #FFF100;
	}
	
}





@media (min-width: 768px){

	.flow{
		padding: 40px 40px;
		background: #FDFAE5;
	}

	.flow h2{
		text-align: center;
		font-size: 35px;
		font-weight: bold;
		font-family: 'Noto Sans JP', serif;
		position: relative;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
		margin-bottom: 80px;
	}
	.flow h2::before{
		content: 'Flow';
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-weight: normal;
		top:0;
		left: 50%;
		transform: translateX(-50%);
		font-size: 70px;
		color: #fff;
		text-wrap-mode: nowrap;
		z-index: -999998;
	}

	.flowbox{
		background: linear-gradient(#fff, transparent);
		display: flex;
		padding: 40px;
		justify-content:space-between;
		column-gap: 30px;
		margin-bottom: 30px;
	}
	.flowbox>div{
		width:70%;
	}
	.flowbox>p{
		width:30%;
	}
	.flowbox p:nth-child(1) {
		font-size: 25px;
		line-height: 150%;
		margin-bottom: 20px;
		position: relative;
		margin-left: 150px;
	}
	.flowbox:nth-child(1) p:nth-child(1)::before {
		content: "1";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 200px;
		font-weight: bold;
		top:-30px;
		left:-130px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(2) p:nth-child(1)::before {
		content: "2";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 200px;
		font-weight: bold;
		top:-30px;
		left:-150px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(3) p:nth-child(1)::before {
		content: "3";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 200px;
		font-weight: bold;
		top:-30px;
		left:-150px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(4) p:nth-child(1)::before {
		content: "4";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 200px;
		font-weight: bold;
		top:-30px;
		left:-150px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(5) p:nth-child(1)::before {
		content: "5";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 200px;
		font-weight: bold;
		top:-30px;
		left:-150px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(6) p:nth-child(1)::before {
		content: "6";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 200px;
		font-weight: bold;
		top:-30px;
		left:-150px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(7) p:nth-child(1)::before {
		content: "7";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 200px;
		font-weight: bold;
		top:-30px;
		left:-150px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}


	.flowbox p:nth-child(1) span{
		font-size: 40px;
	}

	.flowlist p:nth-child(2){
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 10px 0;
	}
	
	
	
}



@media (max-width: 767px){

	.flow{
		padding: 40px 10px;
		background: #FDFAE5;
	}

	.flow h2{
		text-align: center;
		font-size: 35px;
		font-weight: bold;
		font-family: 'Noto Sans JP', serif;
		position: relative;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
		margin-bottom: 80px;
	}
	.flow h2::before{
		content: 'Flow';
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-weight: normal;
		top:0;
		left: 50%;
		transform: translateX(-50%);
		font-size: 70px;
		color: #fff;
		text-wrap-mode: nowrap;
		z-index: -999998;
	}

	.flowbox{
		background: linear-gradient(#fff, transparent);
		padding: 10px 10px 40px 10px;
		margin-bottom: 30px;
	}
	.flowbox>div{
	}
	.flowbox>p{
	}
	.flowbox p:nth-child(1) {
		font-size: 20px;
		line-height: 150%;
		margin-bottom: 20px;
		position: relative;
		margin-left: 110px;
	}
	.flowbox:nth-child(1) p:nth-child(1)::before {
		content: "1";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 150px;
		font-weight: bold;
		top:-30px;
		left:-100px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(2) p:nth-child(1)::before {
		content: "2";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 150px;
		font-weight: bold;
		top:-30px;
		left:-100px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(3) p:nth-child(1)::before {
		content: "3";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 150px;
		font-weight: bold;
		top:-30px;
		left:-100px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(4) p:nth-child(1)::before {
		content: "4";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 150px;
		font-weight: bold;
		top:-30px;
		left:-100px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(5) p:nth-child(1)::before {
		content: "5";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 150px;
		font-weight: bold;
		top:-30px;
		left:-100px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(6) p:nth-child(1)::before {
		content: "6";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 150px;
		font-weight: bold;
		top:-30px;
		left:-100px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}
	.flowbox:nth-child(7) p:nth-child(1)::before {
		content: "7";
		position: absolute;
		font-family: 'Noto selif', serif !important;
		font-size: 150px;
		font-weight: bold;
		top:-30px;
		left:-100px;
		font-style: italic;
		color: #00A0E9;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	}


	.flowbox p:nth-child(1) span{
		font-size: 30px;
	}

	.flowlist p:nth-child(2){
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 10px 0;
	}
	
	
	
}





@media (min-width: 768px){

	.implant_explanation{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/explanationbg.png) no-repeat right top;
		background-size: cover;
		padding: 70px 0;
	}
	.implant_explanation p span{
		font-size: 280%;
		font-family: 'Noto selif', serif !important;
		background: -webkit-linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
		background: -o-linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
		background: linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
	}

	.implant_explanation p:nth-child(1){
		margin-top: 30px;
		font-size: 40px;
		text-align: center;
		line-height: 200%;
	}

	.implant_explanation p:nth-child(2){
		margin-top: 30px;
		font-size: 30px;
		text-align: center;
		line-height: 150%;
	}

	.explanationbox,.explanationbox2{
		display: flex;
		padding:30px 40px;
		column-gap: 30px;
	}

	.explanationbox p{
		width:50%;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.explanationbox p span{
		font-weight: bold;
		background: #FFF100;
	}

	.explanationbox img{
		width:50%;
		height: 100%;
	}

	.explanationbox2{
		background: #C7D2D5;
		margin: 0 40px;
	}
	.explanationbox2 p{
		text-align: center;
		font-size: 20px;
		font-weight: normal;
	}
	.explanationbox2 p img{
	}
	.implant_explanation2>p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 30px 40px;
	}
	.implant_explanation2>p span{
		font-weight: bold;
		background: #FFF100;
	}
	


	.treatment_box h3 {
		font-family: 'Noto Sans JP', serif;
		position: relative;
		padding-left: 60px; /* テキストの左にスペースを空ける */
		font-size: 30px;
		color: #fff;
		margin: 50px 0;
		-webkit-text-stroke: 5px #171C61;
		text-stroke: 5px #171C61;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
	}

	.treatment_box h3::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: -9999;
		width: 150px;
		height: 70px;
		background-color: #009ee3;
		clip-path: polygon(
			0% 0%,
			85% 0%,
			100% 50%,
			85% 100%,
			0% 100%
		);
	}

	.treatment_box h3 span{
		font-size: 120%;
		font-weight: bold;
	}

	.treatmentbox{
		display: flex;
		padding:30px 40px;
		column-gap: 35px;
		background: #D6F2FF;
		margin: 0 40px;
		flex-wrap: wrap;
		justify-content:space-between;
	}

	.treatmentbox>div:nth-child(1),.treatmentbox>div:nth-child(2){
		width: 47%;
		margin-bottom: 15px;
	}
	.treatmentbox>div:nth-child(3),.treatmentbox>div:nth-child(4){
		width: 100%;
		margin-bottom: 15px;
	}

	.treatmentbox>div p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin: 0 0 15px 0;
	}
	.treatmentbox>div p span{
		display: block;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		background: #00A0E9;
		margin-bottom: 15px;
	}
	.treatmentbox>div:nth-child(4) div{
		display: flex;
		column-gap: 35px;
	}
	.treatmentbox>div:nth-child(4) div p{
		width: 47%;
	}
	.treatmentbox>div:nth-child(4) div p:nth-child(1){
		text-align: center;
	}
	.treatmentbox_txt p{
		margin-top: 30px;
		font-size: 40px;
		text-align: center;
		line-height: 200%;
	}

	.treatmentbox_txt p span{
		font-size: 170%;
		font-family: 'Noto selif', serif !important;
		text-shadow: 0px 0px 10px rgba(0, 160, 233, 1);
	}
	.peri_implantitis_box div h3,.peri_implantitis_box02 h3 {
		font-family: 'Noto Sans JP', serif;
		position: relative;
		padding-left: 60px; /* テキストの左にスペースを空ける */
		font-size: 25px;
		color: #fff;
		margin: 50px 0;
		-webkit-text-stroke: 5px #171C61;
		text-stroke: 5px #171C61;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
	}

	.peri_implantitis_box div h3::before,.peri_implantitis_box02 h3::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: -9999;
		width: 150px;
		height: 70px;
		background-color: #009ee3;
		clip-path: polygon(
			0% 0%,
			85% 0%,
			100% 50%,
			85% 100%,
			0% 100%
		);
	}
	.peri_implantitis_box>div>p,.peri_implantitis_box02>p{
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 20px 40px;
		font-size: 25px;
	}

	.peri_implantitis_box div:first-child>p span{
		font-weight: bold;
		background: #FFF100;
	}
	.peri_implantitis_box div:first-child div p span{
		font-weight: bold;
		background: #FFF100;
	}
	.peri_implantitis_box div:first-child div>span{
		width:50%;
		display: block;
		background: #C7D2D5;
		text-align: center;
		padding: 10px;
		font-size: 20px;
	}
	.peri_implantitis_box div:first-child div>span img{
		width:100%;
	}
	.linkbox01{
		background: #D6F2FF;
	}

	.linkbox01 p{
		text-align: center;
		margin-bottom: 30px;
		font-size: 30px;
	}

	.linkbox01 p:nth-child(2){
		padding-top: 50px;
	}
	.linkbox01 p:nth-child(3){
		font-size:48px;
		font-weight: bold;
	}
	.linkbox01 p:nth-child(3) span{
		font-family: 'Noto selif', serif !important;
		color: #C30D23;
		font-size: 150%;
		background: none;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
	}
	.linkbox01 a{
		background: #171C61;
		padding: 25px 40px;
		border-radius: 10px;
		color: #FFF100;
		font-weight: bold;
		display: inline-block;
		margin: 15px 0px 60px 0px;
		box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	}

	.peri_implantitis_box02{
		margin-top: 100px !important;
	}
	.linkbox02 p{
		text-align: center;
	}
	.linkbox02 a{
		background: #FFF100;
		padding: 25px 40px;
		border-radius: 10px;
		color: #171C61;
		font-weight: bold;
		display: inline-block;
		margin: 15px auto 60px auto;
		box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	}

	.lastbox{
		background-image: linear-gradient(#00a0e9, #ebf9ff);
		padding: 80px 0 100px 0;
	}
	.lastbox p{
		text-align: center;
		line-height: 180%;
		margin-bottom: 20px;
	}
	.lastbox p span{
		font-size: 120%;
	}
	.lastbox p:last-child span{
		font-family: 'Noto selif', serif !important;
		font-size: 60px;
		display: inline-block;
		padding-bottom: 15px;
		background: -webkit-linear-gradient(transparent 0%, transparent 50%, #FFF100 50%, #FFF100 100%);
		background: -o-linear-gradient(transparent 0%, transparent 50%, #FFF100 50%, #FFF100 100%);
		background: linear-gradient(transparent 0%, transparent 50%, #FFF100 50%, #FFF100 100%);
	}

	.otoiawase2{
		background: #171C61;
		padding: 30px 40px;
	}
	.otoiawase2_iinner{
		background: #fff;
		padding: 30px 40px;
	}
	.otoiawase2_iinner>div{

	}
	.otoiawase2_iinner>div img{
		display: inline;
		width: 8%;
		vertical-align:-30%;
	}

	.otoiawase2_iinner>div p{
		font-size: 25px;
		text-align: center;
	}
	.otoiawase2_iinner>div p:nth-child(2){
		font-size: 50px;
		font-weight: bold;
		margin-top: 15px;
	}
	.otoiawase2_iinner>div p:nth-child(3){
		font-size: 15px;
		font-weight: bold;
		margin-top: 10px;
	}
	.otoiawase2_iinner>div>div{
		width: 60%;
		border-radius: 10px;
		margin: 15px auto;
		padding: 15px;
		background-image: linear-gradient(#c30d23 47%, #a70014 52%);
		font-size: 25px;
		text-align: center;
		box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	}
	.otoiawase2_iinner>div>div p a{
		color: #fff;
	}
	.otoiawase2_iinner>div>div p img{
		display: inline;
		width: 8%;
		vertical-align:-50%;
	}

	.otoiawase2_iinner .yoyaku>p{
		margin-top: 25px;
	}	
	
	
	
}


@media (max-width: 767px){

	.implant_explanation{
		background: url(https://oji-dental.com/official/wp-content/uploads/2025/05/explanationbg.png) no-repeat right bottom;
		background-size: 230%;
		height:70vh;
		padding: 30px 0;
	}
	.implant_explanation p span{
		font-size: 180%;
		display: inline-block;
		margin-top: 30px;
		font-family: 'Noto selif', serif !important;
		background: -webkit-linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
		background: -o-linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
		background: linear-gradient(transparent 0%, transparent 70%, #FFF100 70%, #FFF100 100%);
	}

	.implant_explanation p:nth-child(1){
		margin-top: 30px;
		font-size: 40px;
		text-align: center;
		line-height: 150%;
	}

	.implant_explanation p:nth-child(2){
		margin-top: 30px;
		font-size: 26px;
		text-align: center;
		line-height: 150%;
	}

	.explanationbox,.explanationbox2{
		padding:30px 10px;
	}

	.explanationbox p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.explanationbox p span{
		font-weight: bold;
		background: #FFF100;
	}

	.explanationbox img{
	}

	.explanationbox2{
		background: #C7D2D5;
		margin: 0 10px;
	}
	.explanationbox2 p{
		text-align: center;
		font-size: 20px;
		font-weight: normal;
	}
	.explanationbox2 p:first-child{
		padding-bottom: 20px;
	}
	.explanationbox2 p img{
	}
	.implant_explanation2>p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 10px 10px 30px 10px;
	}
	.implant_explanation2>p span{
		font-weight: bold;
		background: #FFF100;
	}


	.treatment_box h3 {
		font-family: 'Noto Sans JP', serif;
		position: relative;
		padding-left: 60px; /* テキストの左にスペースを空ける */
		font-size: 30px;
		color: #fff;
		margin: 50px 0;
		-webkit-text-stroke: 5px #171C61;
		text-stroke: 5px #171C61;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
	}

	.treatment_box h3::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: -9999;
		width: 150px;
		height: 70px;
		background-color: #009ee3;
		clip-path: polygon(
			0% 0%,
			85% 0%,
			100% 50%,
			85% 100%,
			0% 100%
		);
	}

	.treatment_box h3 span{
		font-size: 120%;
		font-weight: bold;
	}

	.treatmentbox{
		padding:10px 10px;
		background: #D6F2FF;
		margin: 0 10px;
		justify-content:space-between;
	}

	.treatmentbox>div:nth-child(1),.treatmentbox>div:nth-child(2){
		margin-bottom: 15px;
	}
	.treatmentbox>div:nth-child(3),.treatmentbox>div:nth-child(4){
		width: 100%;
		margin-bottom: 15px;
	}

	.treatmentbox>div p{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 25px;
		line-height: 150%;
		font-weight: normal;
		margin: 0 0 15px 0;
	}
	.treatmentbox>div p span{
		display: block;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		background: #00A0E9;
		margin-bottom: 15px;
	}
	.treatmentbox>div:nth-child(4) div{
	}
	.treatmentbox>div:nth-child(4) div p{
		width: 100%;
	}
	.treatmentbox>div:nth-child(4) div p:nth-child(1){
		text-align: center;
	}
	.treatmentbox>div:nth-child(4) div p:nth-child(1) span{
		display: none;
	}
	.treatmentbox_txt p{
		margin-top: 30px;
		font-size: 30px;
		text-align: center;
		line-height: 150%;
	}

	.treatmentbox_txt p span{
		font-size: 170%;
		font-family: 'Noto selif', serif !important;
		text-shadow: 0px 0px 10px rgba(0, 160, 233, 1);
	}
	.peri_implantitis_box div h3,.peri_implantitis_box02 h3 {
		font-family: 'Noto Sans JP', serif;
		position: relative;
		padding-left: 60px; /* テキストの左にスペースを空ける */
		font-size: 25px;
		color: #fff;
		margin: 50px 0;
		-webkit-text-stroke: 5px #171C61;
		text-stroke: 5px #171C61;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
	}

	.peri_implantitis_box>div h3::before,.peri_implantitis_box02 h3::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: -9999;
		width: 150px;
		height: 70px;
		background-color: #009ee3;
		clip-path: polygon(
			0% 0%,
			85% 0%,
			100% 50%,
			85% 100%,
			0% 100%
		);
	}
	.peri_implantitis_box>div>p,.peri_implantitis_box02>p{
		line-height: 150%;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 20px 10px;
		font-size: 25px;
	}

	.peri_implantitis_box div:first-child>p span{
		font-weight: bold;
		background: #FFF100;
	}
	.peri_implantitis_box div:first-child div p span{
		font-weight: bold;
		background: #FFF100;
	}
	.peri_implantitis_box div:first-child div>span{
		display: block;
		background: #C7D2D5;
		text-align: center;
		padding: 10px;
		font-size: 20px;
	}
	.peri_implantitis_box div:first-child div>span img{
		width:100%;
	}
	.linkbox01{
		background: #D6F2FF;
	}

	.linkbox01 p{
		text-align: center;
		margin-bottom: 30px;
		font-size: 30px;
	}

	.linkbox01 p:nth-child(2){
		padding: 50px 10px 10px 10px;
	}
	.linkbox01 p:nth-child(3){
		font-size:48px;
		font-weight: bold;
	}
	.linkbox01 p:nth-child(3) span{
		font-family: 'Noto selif', serif !important;
		color: #C30D23;
		font-size: 150%;
		background: none;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		paint-order: stroke;
		line-height: 1.3;
		z-index: 1;
	}
	.linkbox01 a{
		background: #171C61;
		padding: 25px 40px;
		border-radius: 10px;
		color: #FFF100;
		font-weight: bold;
		display: inline-block;
		margin: 15px 0px 60px 0px;
		box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	}

	.peri_implantitis_box02{
		margin-top: 100px !important;
	}
	.peri_implantitis_box02 p{
		padding: 10px;
	}
	.linkbox02 p{
		text-align: center;
	}
	.linkbox02 a{
		background: #FFF100;
		padding: 25px 40px;
		border-radius: 10px;
		color: #171C61;
		font-weight: bold;
		display: inline-block;
		margin: 15px auto 60px auto;
		box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	}

	.lastbox{
		background-image: linear-gradient(#00a0e9, #ebf9ff);
		padding: 80px 10px 100px 10px;
	}
	.lastbox p{
		text-align: center;
		line-height: 150%;
		margin-bottom: 20px;
	}
	.lastbox p span{
		font-size: 120%;
	}
	.lastbox p:last-child span{
		font-family: 'Noto selif', serif !important;
		font-size: 40px;
		padding-bottom: 15px;
		background: -webkit-linear-gradient(transparent 0%, transparent 50%, #FFF100 50%, #FFF100 100%);
		background: -o-linear-gradient(transparent 0%, transparent 50%, #FFF100 50%, #FFF100 100%);
		background: linear-gradient(transparent 0%, transparent 50%, #FFF100 50%, #FFF100 100%);
	}

	.otoiawase2{
		background: #171C61;
		padding: 30px 40px;
	}
	.otoiawase2_iinner{
		background: #fff;
		padding: 30px 10px;
	}
	.otoiawase2_iinner>div{

	}
	.otoiawase2_iinner>div img{
		display: inline;
		width: 15%;
		vertical-align:-30%;
	}

	.otoiawase2_iinner>div p{
		font-size: 25px;
		text-align: center;
	}
	.otoiawase2_iinner>div p:nth-child(2){
		font-size: 50px;
		font-weight: bold;
		margin-top: 15px;
	}
	.otoiawase2_iinner>div p:nth-child(3){
		font-size: 15px;
		font-weight: bold;
		margin-top: 10px;
	}
	.otoiawase2_iinner>div>div{
		width: 90%;
		border-radius: 10px;
		margin: 15px auto;
		padding: 15px 5px 15px 5px;
		background-image: linear-gradient(#c30d23 47%, #a70014 52%);
		font-size: 25px;
		text-align: center;
		box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	}
	.otoiawase2_iinner>div>div p a{
		color: #fff;
	}
	.otoiawase2_iinner>div>div p img{
		display: inline;
		width: 20%;
		vertical-align:-50%;
	}

	.otoiawase2_iinner .yoyaku>p{
		margin-top: 25px;
	}}


.scroll_up {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
}

.scroll_up.on {
  opacity: 1;
  transform: translateY(0);
}
