@charset "utf-8";
/*
Theme Name: 尾川歯科医院オリジナルテーマ
Description: 
Version: 1.0
Author: 株式会社エムハンド
Author URI: http://www.m-hand.co.jp/
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.font_red{
	color:red;
}
.top_img{
	width:247px;
	margin: 0 auto;
	position: relative;
}
.top_icon_menu_pc{
	display: block;
    width: 40px;
    position: absolute;
    top: 24px;
    left: 16px;
}
.top_icon_menu_pc a{
	text-decoration: none;
	color:#5b3418;
}
.top_icon_menu_sm{
	display: none;
    width: 40px;
    position: absolute;
    top: 24px;
    left: 16px;
}
.ht_icon_text{
	font-size:8px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
}
.top_icon_rec{
	display: block;
    width: 40px;
    position: absolute;
    top: 24px;
    right: 19px;
}
.top_icon_menu_pc img,
.top_icon_menu_sm img,
.top_icon_rec img{
	width:100%;
}
.midasi_1 {
	position: relative;
	padding: 0.5em;
	background: #a2e0d1;
	color: #5b3418;
	font-weight: bold;
    font-size: 1.5em;
}

.midasi_1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
#home #secPoint01 .list01 li {
    float: left;
    width: 301px;
    min-height: 262px;
    margin: 0 24px 30px 24px;
    font-size: 14px;
    line-height: 1.8;
}
#home #secPoint01 .img {
	font-size:1.5em;
	font-weight: bold; 
	text-align: center;
}
#gFooter .copyright {
    padding: 80px 0;
}
.btnPagetop01 {
z-index: 2;
position: fixed;
bottom: 60px;
left: calc(100% - 100px);
right: 0;;
margin-left: 0; 
width: 100px;
}
.btnPagetop01 img{
width:100px;
height:100px;
}
#ht_normal .inbox {
    overflow: hidden;
    padding: 10px 30px;
    background: #FFF;
    width: calc(90% - 60px);
    max-width:900px;
    margin: 20px auto;
    margin-bottom: -20px;
}
#ht_normal h2 {
    width: calc(100% - 32px);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left:32px;
    margin: 10px 0px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
    border-bottom: 2px dotted #5b3418;
    background-image: url(img/20200102/ico_marker01.png);
	background-position: left 0  top 10%;
	background-repeat: no-repeat;
	background-size: 30px auto;
}
#ht_normal h3 {
    width:calc(97% - 20px);
    margin:5px auto;
    margin-top:20px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left:10px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
    border-left: 5px solid #ffb107;
}
#ht_normal ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #ffb107;
  width:90%;
  margin:5px auto;
}
#ht_normal ol li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
#ht_normal ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ht_normal ol li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}

#ht_footmanu,
#htgo_menu_button_warp,
.btnPagetop01{
display:none;
}
#beginner #sec02 .tit02 {
    padding: 7px 3px;
    text-align:left;
	vertical-align:middle;
	font-weight:bold;
}
#beginner #sec02 .list01 li{
	width: 98%;
    padding: 0;
    margin: 0 auto 80px;
    min-height: unset;
    display: table;
	}
#beginner #sec02 .list01 .box03{
width: calc(98% - 10px);
margin: 10px;
padding:0;
}
#beginner #sec02 .list01 .img04{
width: calc(98% - 10px);
margin: 0 10px 0px;
display: table-cell;
}
#beginner #sec02 .list01 .img04 img{
width:100%;
height:100%;
object-fit:cover;
}
#beginner .list01 .img01 img{
width: 100%;
height:auto;
margin:0 auto;
}
#beginner .list01 li{
margin-bottom:30px;
}

#beginner .txt01 ,
#beginner .txt02 ,
#beginner .txt03 ,
#beginner .txt04 ,
#beginner .txt05 {
width: 85%;
margin: 5px auto;
}
.step{
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	text-align:center;
	vertical-align:middle;
	margin:auto 5px;
	padding:1px 3px;
	color:#FFF;
	font-size:120%;
}
.step_text{
	text-align:center;
	vertical-align:middle;
	margin:auto;
	padding:1px 3px;
	font-size:140%;
}
.step1{
	background : #F267A8;
}
.step2{
	background : #ED5F46;
}
.step3{
	background : #6A81F4;
}
.step4{
	background : #ECA02C;
}
.step5{
	background : #3C5DC4;
}

.ht_title01{
	background : #EB412A;
}
.ht_title02{
	background : #53AEEC;
}
.ht_title03{
	background : #3E43B5;
}
.ht_title04{
	background : #EF4794;
}
.ht_title05{
	background : #2FC63E;
}
.ht_title06{
	background : #9F52B1;
}
.ht_num{
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	text-align:center;
	vertical-align:middle;
	margin:auto 2px;
	padding:1px 8px 0;
	color:#FFF;
	font-size:120%;
	background:#EB880C;
	white-space: nowrap;
}
.ht_num_text{
	text-align:center;
	vertical-align:middle;
	margin:auto;
	padding:0px 3px;
	font-size:140%;
}
.ht_bk_orange{
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	text-align:center;
	vertical-align:middle;
	margin:auto 2px;
	padding:1px 8px 0;
	color:#FFF;
	font-size:120%;
	background:#EB880C;
	white-space: nowrap;}
.ht_bk_blue{
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	text-align:center;
	vertical-align:middle;
	margin:auto 2px;
	padding:1px 8px 0;
	color:#FFF;
	font-size:120%;
	background:#55B8FD;
	white-space: nowrap;
}
.ht_f_r{
	float:right;
}
.ht_f_l{
	float:left;
}
.ht_font_orange{
	color:#EB880C;
	text-align:center;
	vertical-align:middle;
	margin:auto;
	padding:0px 3px;
	font-size:140%;
}
.ht_clear{
	content: "";
    clear: both;
    display: block;
}
#price .secWrap01 .tit01 {
    padding: 10px 5px;
    margin-bottom:10px;
    color:#FFF;
    text-align: center;
    font-size:140%;
    font-weight:bold;
    width:calc(100% - 10px);
}
#price .secWrap01 .tit03 img,
#medical #sec02 .tit01 img{
    max-width:300px;
}
#general #sec03 .img01,
#test #sec03 .img01{
    margin: 25px auto 55px;
    max-width: 500px;
}
#esthetic .tit02 {
    margin: 60px 0 40px;
    padding: 15px 3px;
    text-align: center;
    color: #fff;
    background: #5b3418;
    font-size:140%;
    font-weight:bold;
}
#esthetic .menuWrap02 .box02 p:first-child{
    border-bottom:3px solid #5b3418;
}

#bridge .tit02 {
    border-bottom:3px dotted #5b3418;
    padding:10px;
}
#bridge .menuWrap02 .box03 p:first-child{
    border-bottom:3px dotted #5b3418;
    padding:5px 0;
}
#bridge .tit02::after{
	content: "";
    clear: both;
    display: block;
}

#implant .tit02 {
    border-bottom:3px dotted #5b3418;
    padding:10px;
}
#implant .menuWrap02 .box03 p:first-child{
    border-bottom:3px dotted #5b3418;
    padding:5px 0;
}
#implant .tit02::after{
	content: "";
    clear: both;
    display: block;
}
#visit .img02 img{
    max-width:500px;
}
#visit .txt06{
	padding:5px;
}
#greeting #sec02 {
    width:90%;
    margin:0 auto;
}
#greeting #sec02 .tit01 {
    padding: 0 0 10px;
    margin: 10px auto;
}
#whitening #sec03 .tit03 {
    margin: 0 0 30px;
    padding: 5px;
    font-size: 1.2rem;
    font-weight: 700;
}
.ht_bold{
	font-size:140%;
    font-weight:bold;
    color:#5b3418;
}
.ht_bold_leftline{
	font-size: 140%;
    font-weight: bold;
    color: #5b3418;
    border-left: 8px solid #EB880C;
    padding-left: 10px;
}
.ht_bottom_line {
    border-bottom:3px dotted #5b3418;
}
.ht_icon{
	width:40px;
}
#htgo_menu_head{
display:block;
width:100%;
margin:0 auto;
}
.ht_menu_banner_head{
display:flex;
flex-direction: row;
flex-wrap:nowrap;
justify-content: center;
width:100%;
height:auto;
margin:10px auto ;
}
.ht_menu_box_head{
padding:3px 30px; 
border-right:dashed 1px #ffdab9;
height: calc(100vw / 10);
width: auto;
max-height: 90px;
}
.ht_menu_box_head img{
margin:5px auto;
}
.ht_menu_box_head:last-child{
border-right:none;
}

#whitening #sec03 .list01 .img04 {
    display: table-cell;
    vertical-align: middle;
}
#recruit .wrap01 {
    width: 100%;
    text-align:center;
}
#recruit .recruitWrap01 {
    width: 100%;
}
#recruit .bnr01 {
    width: 90%;
    margin: 0 auto;
    max-width: 469px;
    margin-bottom: 30px;
}
#recruit .bnr01 .link01 {
    position: absolute;
    top: 73%;
    left: 25%;
    width: 50%;
    text-align: center;
}
#recruit .bnr01 .link01:hover{
    top: 72%;
}
#recruit .link01 img {
    width: 100%;
    max-width: 200px;
}
#blog #main {
    clear: both;
    overflow: hidden;
    width: 100%;
    min-height: 340px;
    padding: 0;
    margin: 0 auto;
    position: static;
    max-width:1000px;
	}
#blog #sidebar {
    top: 150px;
	}
.blogmain {
    width: 68%;
    position: relative;
    top:40px;
    padding-left: 32%;
}
#blog #main::after{
	content: "";
    clear: both;
    display: block;
}
.banner_area{
	width:100%;
	max-height:80px;
	height:11vw;
	max-height:80px;
	background: #ebe631;
	padding:20px 0px 0px;
}
.banner_area2{
	width:100%;
	max-height:80px;
	height:11vw;
	max-height:80px;
	background: #ebe631;
	padding:20px 0px 0px;
}
.banner_img{
	margin:0 auto;
	width:100%;
	max-width:750px;
	height:11vw;
	max-height:80px;
    text-align: center;
	background:#ebe631 url("/cms/wp-content/themes/original_PC/img/banner/top_01.png") no-repeat;
	background-size:100%;
}
.banner_img_rec{
	margin:0 auto;
	width:100%;
	max-width:750px;
	height:11vw;
	max-height:80px;
    text-align: center;
	background:#ebe631 url("/cms/wp-content/themes/original_PC/img/banner/1-2.png") no-repeat;
	background-size:100%;
}
.banner_link{
	margin:0 auto;
	width:750px;
	height:80px;
	display:block;
	cursor: pointer;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1060px以下*/
@media screen and (max-width: 1060px){
 	body{
		width: 100%;
		min-width:calc(90% / 3);
	}
	#gHeaderIn,
	#contents,
	img,
	h2{
    	width: 100%;
	}
	.hdLogo01 .top_img .top_logo img{
		width: 247px;
	}
	h2 img {
    width:auto;
    height:auto;
	}
	#gNav ul {
    overflow: auto;
    width: 100%;
	}
	#gHeader .hdBtn01{
	width:30%;
	position: fixed;
    top: -3px;
    right: 0;
    z-index: 99999;
	}
	#contents .boxBread ol {
    overflow: hidden;
    padding: 10px 3px;
	}
	ol.list01 .tit02 img,
	ol.list01 .box03 img {
    height: 25px;
    width:auto;
	}
	#home #secRead01 .tit01 img,
	#home #secIntro01 #secIntro01In .tit01 img,
	#home #secPoint01 .tit01 img{
	width:94%;
	margin:0 auto;
	max-width:400px;
	}
	#home #topAreaIn .txtCatch01 {
    position: absolute;
    top: 20px;
    left: 70%;
    margin-left: 0px;
    z-index: 10;
    width: 30%;
	}
	#home #topAreaIn .txtCatch01 img{
    width:60%;
    margin-left:20px;
	}
	
	#home #topAreaIn .homeNews .tit,
	#home #topAreaIn .homeNews .areaTxt{
		width: 100%;
	}
	#home #secRead01 .btns p{
	float:none;
	width:300px;
	margin:5px auto;
	}
	#home #secRead01In{
	min-height: 300px;
    width: 90%;
    background-size: 24%;
    padding: 0;
	}
	#home #secRead01In .txt01,
	#home #secRead01In .list01{
	padding-left: 30%;
	width: 70%;
	}
	#secIntro01 {
    height: auto;
	}
	#home #secIntro01In{
	width:100%;
	position:unset;
	height: auto;
	}
	#home .boxIn{
	position:static;
	margin: 10px auto 0;
	width: 320px;
	height: auto;
	}
	#home .boxContact01{
	position:static;
	margin: 30px auto 0;
	width: 320px;
	height: 250px;
	}
	#home .boxContact01 a{
	position:relative;
	margin: 0 auto;
	width: 320px;
	height: 200px;
	background: url(/cms/wp-content/themes/original_PC/img/home/btn_intro01.png) no-repeat 0 0;
	background-size:100%;
	}
	#home .boxContact01 a:hover,
	#home .boxContact01 a:active{
	position:relative;
	margin: 0 auto;
	width: 320px;
	height: 200px;
	background: url(/cms/wp-content/themes/original_PC/img/home/btn_intro01.png) no-repeat 0 0;
	background-size:100%;
	background-position: 0 -202px ;
	}

	.btn01{
	margin-bottom:5px;
	}
	#home #secIntro01 .txt01{
	margin:10px auto;
	padding:0;
	}
	#home #secIntro01 .txt03{
	padding:0px;
	font-size:100%;
	width:100%;
	top:100px;
	left:0px;
	}
	#home #secPoint01 .list01 {
    overflow: auto;
    width: 90%;
    margin: 0 auto;
	}
	#home #secPoint01 .list01 li {
    float: left;
    width:calc(33.3% - 20px);
    min-height: 262px;
    margin: 0 10px 5px;
    font-size: 14px;
    line-height: 1.8;
	}
	#home #secMenu01 .list01, 
	#medical #secMenu01 .list01 {
    overflow: auto;
    width: 90%;
    margin: 0 auto;
	}
	#home #secMenu01 .list01 li,
	#medical #secMenu01 .list01 li,
	.device_area li {
    float: left;
    width:calc(33.3% - 20px);
    margin: 0 10px 5px;
    font-size: 14px;
    line-height: 1.8;
	}
	#orthodontic .device_area li {
	    height: 36vw;
	}
	#a-orthodontic .device_area li {
    float: left;
    width:calc(50% - 20px);
    margin: 0 10px 5px;
    font-size: 14px;
    line-height: 1.8;
    max-height: 268px;
	}

	#home .boxSeo01 {
    width: 96%;
    }

    #gFooter .boxFoot01 {
	width:100%
	}
	#gFooter .boxFoot01 .boxIn01,
	#gFooter .boxFoot01 .boxIn02 {
    width: 45%;
	}
	#gFooter .boxFoot01 .boxIn01 {
    position: absolute;
    top: 8%;
    left: 2%;
    margin-left: 0; 
	}
	#gFooter .boxFoot01 .boxIn02 {
    position: absolute;
    top: 50px;
    left: 53%;
    margin-left: 0;
	}
	
	#gFooter .boxFoot01 .ftTelNum {
    position: absolute;
    top: 0%;
    left: -10px;
    height: auto;
    padding: 0 0 0 10%;
    font-size: 32px;
    background-size: 10%;
	}
	#gFooter .boxFoot03In {
    overflow: unset;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
	}
	#gFooter .boxFoot03 .ftList01,
	#gFooter .boxFoot03 .ftList02,
	#gFooter .boxFoot03 .ftList03 {
    padding: 0 0 0 35px;
    border-right:none;
    width:33.3%;
	}
	#gFooter .boxFoot03In:after {
    content: "";
    clear: both;
    display: block;
	}
	#gFooter .boxFoot03 .listIn li{
	float:none;
	}
	#contents .boxBread,
	#beginner #sec01{
	width: 100%;
	margin:0 auto;
	}
	#beginner .secIn01 .tit02,
	#beginner .secIn02 .tit02{
	width: 85%;
	margin:0 auto
	}
	#beginner .secIn01 .tit02 img,
	#beginner .secIn02 .tit02 img{
	max-width:300px;
	}
	#beginner #sec01 .tit01 img,
	#beginner #sec02 .tit01 img{
	width: 94%;
	margin:0 auto;
	max-width:300px;
	}
	#beginner #sec01 .secIn01, 
	#beginner #sec01 .secIn02,
	#beginner #sec02 .list01{
	width: 94%;
	margin:0 auto 5px;
	}
	#beginner #sec02 .list01 li{
	width: 98%;
    padding: 0;
    margin: 0 auto 80px;
    min-height: unset;
    display: table;
	}
	#beginner #sec02 .list01 .box03{
	width: calc(98% - 10px);
    margin: 10px;
	}
	#beginner #sec02 .list01 .img04{
	width: calc(98% - 10px);
    margin: 0 10px 0px;
    display: table-cell;
	}
	#beginner #sec02 .list01 .img04 img{
    width:100%;
	height:100%;
	object-fit:cover;
	}
	#beginner .list01 .img01 img{
	width: 100%;
	height:auto;
	margin:0 auto;
	}
	#beginner .list01 li{
	margin-bottom:30px;
	}
	
	#beginner .txt01 ,
	#beginner .txt02 ,
	#beginner .txt03 ,
	#beginner .txt04 ,
	#beginner .txt05 {
	width: 85%;
    margin: 5px auto;
	}
	#beginner #boxBtn01 {
    padding: 50px 20px;
    text-align: center;
    max-width:300px;
    margin:0 auto;
	}
	#clinic #sec01 {
    width: 100%;
    margin: 0 auto;
	}
	#clinic #sec02 .tit01 img{
	width: 94%;
    margin: 0 auto;
	}
	#clinic #sec01 ul {
    width: calc(100% - 30px);
    margin: 0 auto;
	}
	#clinic #sec01 ul li {
    float: left;
    width: calc(100% / 3);
    min-height:300px;
    margin: 0 auto;
	}
	#clinic #sec02 #gmapParking {
    width: 100%;
    margin: 0 auto;
	}
	#clinic #sec02 #gMap {
    width: 100%;
    height: 580px;
	}
	#clinic #sec02 .list01 {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 25px auto 0;
	}
	#clinic #sec02 .list01 ul{
    margin: 0 auto ;
	}
	#clinic #sec02 .txtParking {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 25px auto 0;
    text-align: center;
	}
	#clinic #sec02 .list01 li {
    float: left;
    width: calc(50% - 20px);
    margin: 0 10px;
	}
	#price .tit01 img{
    height:auto;
    width:100%;
    }
    #price .secWrap01 .txt04{
    width:94%;
    margin:0 auto;
    }
   	#price #sec03 .tit03 img{
    height:auto;
    width:94%;
    margin:0 auto;
    }
	#price .secWrap01 .tit03 img{
    height:30px;
    width:auto;
	}
	#price .btnLnav01 {
    width: 80%;
    margin: 0 auto ;
	}
	#price .secWrap01 {
    width: 100%;
	}
	#price .secWrap01 .img01 {
    float: left;
    width: 30%;
	}
	#price .secWrap01 .boxTxt02 {
    float: right;
    width: 68%;
    line-height: 2;
    margin-left:2%;
	}
	#medical #sec01 .tit01 img,
	#medical #sec02 .tit01 img{
    width:94%;
    margin: 0 auto 10px;
	}
	#medical #sec02 .list01 {
    width: 97%;
    margin:0 auto;
	}
	#medical #sec02 .list01 li {
    margin: 0 auto;
    display: inline-block;
    width: calc(33.3% - 10px);
    padding: 5px;
	}
	#medical #sec02 .img01 img{
    width: 100%;
    margin:0 auto;
	}
	#general #sec01 .tit01 img,
	#general #sec02 .tit01 img,
	#test #sec01 .tit01 img,
	#test #sec02 .tit01 img{
	width:94%;
	margin:0 auto;
	max-width:300px;
	}
	#general .sec02In,
	#test .sec02In{
    width: 98%;
	}
	#general .wrap01,
	#test .wrap01{
    width: 98%;
    margin:0 auto;
	}
	#general #sec03 .note01,
	#test #sec03 .note01{
	width:calc(100% - 70px);
    margin: 0 auto;
    padding: 35px;
    background: #f7f5f1;
	}
	#general #sec03 .tit03 img,
	#test #sec03 .tit03 img{
	width:80%;
	max-width:300px;
	}
	#general #sec03 .img01,
	#test #sec03 .img01{
    margin: 25px auto 55px;
    max-width: 500px;
	}
	#general .flow01Wrap .block01,
	#test .flow01Wrap .block01{
    padding-right: 30%;
	}
	#general .tit05 img,
	#general .tit04 img,
	#test .tit05 img,
	#test .tit04 img{
	height:30px;
	width:auto;
	}
	#general .flow01Wrap .block01,
	#test .flow01Wrap .block01{
    display: table-cell;
    vertical-align: top;
    width:70%;
    padding-right:0;
	}
	#general .flow01Wrap .block02,
	#test .flow01Wrap .block02{
    display: table-cell;
    vertical-align: middle;
    width:30%;
	}
	#general .flow01Wrap .block01 img,
	#test .flow01Wrap .block01 img{
	height:35px;
	width:auto;
	}
	#general .txt05,
	#test .txt05{
    margin: 0 auto;
    width:100%;
	}
	#general .list02 li,
	#test .list02 li{
    position: relative;
    padding: 5px;
    margin: 30px 0 50px 0;
    border: 2px solid #eadec5;
    background-color: #fff;
	}
	#general .list02 li:last-child,
	#test .list02 li:last-child{
    padding: 5px;
    margin: 30px 0 50px 0;
	}
	#general #sec03 .list01,
	#test #sec03 .list01{
    margin: 0 auto;
    width:98%;
	}
	#precaution #sec01 .tit01 img,
	#precaution #sec02 .tit01 img,
	#precaution #sec02 .aboutWrap01 .img02 img{
	width:94%;
	margin:0 auto;
	max-width:300px;
	}
	.aboutWrap01 .img02, 
	#main .aboutWrap01 .img01 img,
	#main .aboutWrap01 .img02 img{
    width: 90%;
    max-width:300px;
    text-align: center;
	}
	#precaution #sec03 {
    padding: 70px 0;
	}
	#precaution .menuWrap01 {
	display: block;
    width: calc(100% - 5px);
	}
	#precaution .pmtcWrap {
    margin: auto;
    padding: 25px 10px;
    width: 100%;
	}
	#precaution .menuWrap01 .tit03 img {
    height:20px;
    width:auto;
    display: block;
	}
	#precaution .menuWrap01 .box02{
    width: 50%;
    margin:0 auto;
    padding-right:10px;
	}
	#precaution .menuWrap01 .last {
    padding-bottom: 0px;
    border: 0px;
    width: 50%;
    margin: 0;
	}
	#precaution .menuWrap01 .img03 {
    width: 40%;
    vertical-align: middle;
    padding:0;
    margin:0 auto;
	}
	#precaution .menuWrap01 .tit03 {
    word-wrap: break-word;
	}
	#precaution .list01 {
    padding: 36px 0px 15px;
    width: calc(100% - 9px);
    display:block;
	}
	#precaution ul.list01::after {
	display:block;
    clear:both;
    content: "";
	}
	#precaution .list01 li {
	float:left;
	display:block;
    width: calc(100% / 5 - 27px);
    background-size: 100%;
    margin:25px 9px 10px 9px;
    padding:0px 3px;
    box-shadow:1px 1px 1px rgba(50,50,50,0);
    border-left: solid 0.5px #aaa;
    border-bottom: solid 0.5px #aaa;
    border-right: solid 0.5px #aaa;
    background:#FFF;
    min-height:400px;
	}
	#precaution .list01 li:last-child {
	float:left;
	display:block;
	width: calc(100% / 5 - 27px);
    background-size: 100%;
    margin:25px 9px 10px 9px;
    padding:0px 3px;
	}
	#precaution li.flow01{
	position: relative;
	}
	#precaution li.flow01::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg01.png) bottom left no-repeat;
    background-size: 100%;
	}
	#precaution li.flow01::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#precaution li.flow02 {
	position: relative;
	}
	#precaution li.flow02::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg02.png) bottom left no-repeat;
    background-size: 100%;
	}
	#precaution li.flow02::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#precaution li.flow03 {
	position: relative;
	}
	#precaution li.flow03::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg03.png) bottom left no-repeat;
    background-size: 100%;
	}
	#precaution li.flow03::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#precaution li.flow04 {
	position: relative;
	}
	#precaution li.flow04::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg04.png) bottom left no-repeat;
    background-size: 100%;
	}
	#precaution li.flow04::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#precaution li.flow05 {
	position: relative;
	}
	#precaution li.flow05::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg05.png) bottom left no-repeat;
    background-size: 100%;
	}
	#precaution .list01 li img {
    display: block;
    margin: 10px auto;
    width: 100%;
    padding: 0;
	}
	#precaution .list01 .txt01,
	#precaution .list01 .txt02,
	#precaution .list01 .txt03,
	#precaution .list01 .txt04,
	#precaution .list01 .txt05 {
    padding: 10px 5px;
	}
	#child #sec01 .tit01 img,
	#child #sec02 .tit01 img,
	#child #sec05 .tit01 img {
	width:96%;
	margin:0 auto;
	max-width:400px;
	}
	#child #sec04 .list02 {
    margin: 45px auto 0;
    width: calc(100% - 20px);
    padding-left: 10px;
	}
	#child .list03 {
    margin: 45px auto 0;
    width: calc(100% - 20px);
    padding-left: 10px;
	}
	#child #sec04 .list02 li {
    float: left;
    padding-left: 10px;
    width: calc(100% / 4 - 10px);
	}
	#child .list03 li {
    float: left;
    margin: 0 10px 20px 0;
    padding: 30px 0;
    width: calc(100% / 2 - 10px);
	}
	#child .img03 img {
    width:90%;
    margin:0 auto;
	}
	#contact #sec01 {
    width: 100%;
	}
	#recruit .greetingWrap01 {
    width: 100%;
	}
	
	#recruit .link01 img{
	width: 100%;
    max-width: 200px;
	}
	#recruit .meritWrap01 {
    width:100%;
    box-sizing: border-box;
	}
	#recruit .meritWrap01 .box02 {
    padding: 30px 27px 30px 30px;
	}
	
	#recruit .meritWrap01 .img02 {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
	}
	
	#recruit #sec02 .meritWrap01 .box02{
	padding: 30px 20px;
	width:calc(100% - 40px);
	}
	#recruit #sec02 .meritWrap01 .box02 .tit03 img{
	height:20px;
	width:auto;
	}
	#recruit #sec02 .meritWrap01 .img02{
	margin:10px auto;
	width:80%;
	}	
	#contact #sec01 .conf{
	margin:0 20px;
	}
	#greeting #sec01 {
    width: 100%;
	}
	#greeting #sec02In {
    width: 100%;
	}
	#greeting #sec01 .img01 {
    float: left;
    width: 30%;
    padding-bottom: 30px;
	}
	#greeting #sec01 .boxProfile01,
	#greeting #sec01 .boxProfile02 {
    float: right;
    width: calc(70% - 6px);
    padding:0 3px;
    padding-bottom: 5px;
	}
	#greeting #sec01 .boxProfile01 .boxIn01 {
    float: left;
    width: 80%;
    padding-right: 8px;
    box-sizing: border-box;
	}
	#greeting #sec01 .boxProfile01 .txt02{
	padding: 20px 5px;
	}
	#whitening .wrap01 {
    width: 100%;
	}
	#greeting .boxProfile01::after {
    content: "";
    clear: both;
    display: block;
	}
	#main .aboutWrap01 {
    display: table;
    margin: 25px auto;
    width: 90%;
	}
	#main .aboutWrap01 .box01 {
    padding-right: 30px;
    padding-bottom:30px;
	}
	#orthodontic #sec01 .tit01 img,
	#orthodontic #sec02 .tit01 img{
	width:94%;
	margin:0 auto;
	max-width:400px;
	}
	#orthodontic .wrap01 .aboutWrap01 .img01 img{
	display: block;
    width: calc(80% - 20px);
    text-align: center;
    margin: 0 auto 40px;
    padding-top: 10px;
	}
	#orthodontic .tit03 {
    width: 50%;
	}
	#orthodontic .titWrap01 {
    display: table;
    width: 90%;
    margin: 50px auto 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #5b3418;
	}
	#orthodontic .menuWrap01 {
    display: table;
    width: 90%;
    margin: 30px auto 50px;
    padding-bottom: 55px;
    border-bottom: 1px solid #eadec5;
	}
	#orthodontic .menuWrap01 .img02 img{
	width:100%;
	}
	#orthodontic-test .list02,{
    width: 100%;
    }
    #orthodontic-test .list02 li{
    float: left;
    width: calc(33.33% - 10px);
    margin: 0 5px 30px;
    height: 42vw;
	}
	#esthetic #sec02 {
    padding: 70px 10px;
    width:calc(100% - 20px);
	}
	#esthetic #sec01 .tit01 img,
	#esthetic #sec02 .tit01 img {
    margin: 0 auto;
    width: 94%;
    max-width:400px;
	}
	#esthetic .wrap01 {
    margin: auto;
    width: 100%;
	}
	#esthetic .aboutWrap02 {
    display: table;
    width: 100%;
	}
	#esthetic .tit02 img{
    width:90%;
	margin:0 auto;
	}
	#esthetic .menuWrap01 {
    margin: 0 auto 20px;
    padding: 25px 10px 20px;
    width: 90%;
    border: 2px solid #eadec5;
    background: #fff;
	}
	#esthetic .menuWrap02 {
    margin: 0 auto 40px;
    display: table;
    width: 100%;
	}
	#esthetic .menuWrap02 .img03 {
    width:40%;
	}
	
	#bridge .aboutWrap02 {
    margin: 60px auto 0;
    display: table;
    width: 100%;
	}
	#bridge #sec01 .tit01 img,
	#bridge #sec02 .tit01 img,
	#bridge #sec03 .tit01 img{
    margin: 0 auto;
    width: 94%;
    max-width:400px;
	}
	#bridge .wrap01 {
    margin: auto;
    width: 100%;
	}
	#bridge .menuWrap01 {
    margin: 0 auto 40px;
    display: table;
    width: 100%;
	}
	#bridge .menuWrap02 {
    width: calc(100% - 4px);
    padding: 25px 5px 20px;
	}
	#bridge .menuWrap02 .box03{
	width:70%;
	}
	#bridge .menuWrap02 .box03 img{
	height:calc(100vw / 25 );
	width:auto;
	}
	#bridge #sec02 {
    padding: 70px 10px;
    width:calc(100% - 20px);
	}
	#bridge #sec03 {
    padding: 70px 10px 125px;
    width:calc(100% - 20px);
	}
	#bridge .box03, #bridge .img04 {
    width: 70%;
	}
	
	#implant .aboutWrap02 {
    margin: 60px auto 0;
    display: table;
    width: 100%;
	}
	#implant #sec01 .tit01 img,
	#implant #sec02 .tit01 img,
	#implant #sec03 .tit01 img{
    margin: 0 auto;
    width: 94%;
    max-width:400px;
	}
	#implant .wrap01 {
    margin: auto;
    width: 100%;
	}
	#implant .menuWrap01 {
    margin: 0 auto 40px;
    display: table;
    width: 100%;
	}
	#implant .menuWrap02 {
    width: calc(100% - 4px);
    padding: 25px 5px 20px;
	}
	#implant .menuWrap02 .box03{
	width:70%;
	}
	#implant .menuWrap02 .box03 img{
	height:calc(100vw / 25 );
	width:auto;
	}
	#implant #sec02 {
    padding: 70px 10px;
    width:calc(100% - 20px);
	}
	#implant #sec03 {
    padding: 70px 10px 125px;
    width:calc(100% - 20px);
	}
	#implant .box03, #implant .img04 {
    width: 70%;
	}
	#visit .img01 {
    height: 180px;
	}
	#visit .wrap01 {
    margin: auto;
    width: 100%;
	}
	#visit #sec01 .tit01 img,
	#visit #sec02 .tit01 img{
    width:94%;
    margin:0 auto;
    max-width:400px;
	}
	#visit .qaWrap01 {
    margin: 70px auto;
    padding: 40px 5px 20px 5px;
    width:calc(100% - 111px);
	}
	#visit .contactWrap01 .img03 .btn01 {
    position: absolute;
    top: 1px;
    right: 30px;
    width: 25%;
	}
	#visit .wrap01 .list01 {
    margin: 55px 0 65px;
    width:100%;
	}
	#visit .wrap01 .list01 li {
    float: left;
    margin-left: 15px;
    padding: 15px 20px;
    width: calc(100% / 3 - 20px);
    border: 4px solid rgb(255, 176, 109);
	}
	#visit .wrap01 .list01 li:last-child {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 20px;
    width: calc(100% / 3 - 20px);
    border: 4px solid rgb(255, 176, 109);
	}
	#visit .wrap01 .tit02 img{
	width:auto;
	height:15px;
	margin:0 auto;
	}
	#visit .list02 li:first-child {
    float: left;
    width: 40%;
	}
	#visit .list02 li {
    float: right;
    padding: 22px 20px 18px;
    width: 60%;
    border: 2px solid rgb(234, 222, 197);
    background: #fff;
    box-sizing: border-box;
	}
	#visit .list04 {
    margin: 35px 5px 45px;
	}
	#visit .list05 li.inner01 {
    float: left;
    width:48%;
    border-top: solid 3px #faa256;
	}
	#visit .list05 li.inner02 {
    float: right;
    width:48%;
    border-top: solid 3px #51d1f7;
	}
	#visit .tit05 img{
	width:auto;
	height:30px;
	}
	#visit .tit04 img{
	width:auto;
	height:30px;
	}
	#visit .list03 {
    padding: 36px 0px 15px;
    width: calc(100% - 9px);
    display:block;
	}
	#visit ul.list03::after {
	display:block;
    clear:both;
    content: "";
	}
	#visit .list03 .flow01,
	#visit .list03 .flow02,
	#visit .list03 .flow03,
	#visit .list03 .flow04,
	#visit .list03 .flow05{
	float:left;
	display:block;
    width: calc(100% / 5 - 27px);
    background-size: 100%;
    margin:25px 9px 10px 9px;
    padding:0px 3px;
    box-shadow:1px 1px 1px rgba(50,50,50,0);
    border-left: solid 0.5px #aaa;
    border-bottom: solid 0.5px #aaa;
    border-right: solid 0.5px #aaa;
    background:#FFF;
    min-height:400px;
	}
	#visit .list03 li:last-child {
	float:left;
	display:block;
	width: calc(100% / 5 - 27px);
    background-size: 100%;
    margin:25px 9px 10px 9px;
    padding:0px 3px;
	}
	#visit li.flow01{
	position: relative;
	}
	#visit li.flow01::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg01.png) bottom left no-repeat;
    background-size: 100%;
	}
	#visit li.flow01::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#visit li.flow02 {
	position: relative;
	}
	#visit li.flow02::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg02.png) bottom left no-repeat;
    background-size: 100%;
	}
	#visit li.flow02::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#visit li.flow03 {
	position: relative;
	}
	#visit li.flow03::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg03.png) bottom left no-repeat;
    background-size: 100%;
	}
	#visit li.flow03::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#visit li.flow04 {
	position: relative;
	}
	#visit li.flow04::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg04.png) bottom left no-repeat;
    background-size: 100%;
	}
	#visit li.flow04::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#visit li.flow05 {
	position: relative;
	}
	#visit li.flow05::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg05.png) bottom left no-repeat;
    background-size: 100%;
	}
	#visit .list03 li img {
    display: block;
    margin: 10px auto;
    width: 100%;
    padding: 0;
	}
	.menuWrap01 .box02 {
	width:50%;
    padding: 5px 10px 0 0;
	}
	#whitening #sec01 .tit01 img{
	width:94%;
	margin: 0 auto;
	max-width:500px;
	}
	#whitening .aboutWrap01 .img02 img{
    width: 70%;
    padding:0 5px;
    margin:0 auto;
	}
	#whitening .menuWrap02 {
    display: table;
    width: 100%;
	}
	#whitening .menuWrap03 {
    width:calc(100% - 24px);
    padding: 20px 10px 30px;
	}
	#whitening .menuWrap01 .tit03 img {
    float: right;
    height:40px;
    width:auto;
    max-width:100%;
	}
	#whitening #sec03 .list01 .box03 {
    padding: 25px 20px;
    display:block;
	}
	#whitening #sec02 .tit01 img,
	#whitening #sec03 .tit01 img{
    width:94%;
    margin:0 auto;
    max-width:400px;
	}
	#whitening .list02 li {
    display: table-cell;
    padding: 50px 20px 10px 0;
    width: calc(100% / 4 - 80px);
    vertical-align: top;
	}
	#whitening .list02 {
    display: table;
    background: #f7f5f1;
    padding: 10px 0px 15px;
	}
	#whitening .list02 li img {
    display: block;
    margin: auto;
    width: calc(100% / 4 - 80px);
	}
	#whitening .menuWrap03 .wrap01 .list01 li {
    float: left;
    margin-left: 15px;
    padding: 15px 20px;
    width: calc(100% / 3 - 20px);
    border: 4px solid rgb(255, 176, 109);
	}
	#whitening .menuWrap03 .wrap01 .list01 li:last-child {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 20px;
    width: calc(100% / 3 - 20px);
    border: 4px solid rgb(255, 176, 109);
	}
	#whitening .menuWrap03 .wrap01 .tit02 img{
	width:auto;
	height:15px;
	margin:0 auto;
	}
	#whitening .menuWrap03 .list02 li {
    float: right;
    padding: 22px 20px 18px;
    width: 60%;
    border: 2px solid rgb(234, 222, 197);
    background: #fff;
    box-sizing: border-box;
	}
	#whitening .menuWrap03 .list05 li.inner01 {
    float: left;
    width:48%;
    border-top: solid 3px #faa256;
	}
	#whitening .menuWrap03 .list05 li.inner02 {
    float: right;
    width:48%;
    border-top: solid 3px #51d1f7;
	}
	#whitening .menuWrap03 .tit05 img{
	width:auto;
	height:30px;
	}
	#whitening .menuWrap03 .tit04 img{
	width:auto;
	height:30px;
	}
	#whitening .menuWrap03 .wrap01 .list01 li {
    float: left;
    margin-left: 15px;
    padding: 15px 20px;
    width: calc(100% / 3 - 20px);
    border: 4px solid rgb(255, 176, 109);
	}
	#whitening .menuWrap03 .wrap01 .list01 li:last-child {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 20px;
    width: calc(100% / 3 - 20px);
    border: 4px solid rgb(255, 176, 109);
	}
	#whitening .menuWrap03 .wrap01 .tit02 img{
	width:auto;
	height:15px;
	margin:0 auto;
	}
	#whitening .menuWrap03 .list02 li {
    float: right;
    padding: 22px 20px 18px;
    width: 60%;
    border: 2px solid rgb(234, 222, 197);
    background: #fff;
    box-sizing: border-box;
	}
	#whitening .menuWrap03 .list05 li.inner01 {
    float: left;
    width:48%;
    border-top: solid 3px #faa256;
	}
	#whitening .menuWrap03 .list05 li.inner02 {
    float: right;
    width:48%;
    border-top: solid 3px #51d1f7;
	}
	#whitening .menuWrap03 .tit05 img{
	width:auto;
	height:30px;
	}
	#whitening .menuWrap03 .tit04 img{
	width:auto;
	height:30px;
	}
	#whitening .menuWrap03 .list02 {
    padding: 36px 0px 15px;
    width: calc(100% - 9px);
    display:block;
	}
	#whitening .menuWrap03 ul.list02::after {
	display:block;
    clear:both;
    content: "";
	}
	#whitening .menuWrap03 .list02 .flow01,
	#whitening .menuWrap03 .list02 .flow02,
	#whitening .menuWrap03 .list02 .flow03,
	#whitening .menuWrap03 .list02 .flow04,
	#whitening .menuWrap03 .list02 .flow05{
	float:left;
	display:block;
    width: calc(100% / 4 - 22px);
    background-size: 100%;
    margin:25px 10px 10px 10px;
    padding:0px 3px;
    box-shadow:1px 1px 1px rgba(50,50,50,0);
    border-left: solid 0.5px #aaa;
    border-bottom: solid 0.5px #aaa;
    border-right: solid 0.5px #aaa;
    background:#FFF;
    min-height:400px;
	}
	#whitening .menuWrap03 .list02 li:last-child {
	float:left;
	display:block;
	width: calc(100% / 4 - 22px);
    background-size: 100%;
    margin:25px 10px 10px 10px;
    padding:0px 3px;
	}
	#whitening .menuWrap03 .list02 .flow01{
	position: relative;
	}
	#whitening .menuWrap03 .list02 .flow01::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg01.png) bottom left no-repeat;
    background-size: 100%;
	}
	#whitening .menuWrap03 .list02 .flow01::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#whitening .menuWrap03 .list02 .flow02 {
	position: relative;
	}
	#whitening .menuWrap03 .list02 .flow02::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg02.png) bottom left no-repeat;
    background-size: 100%;
	}
	#whitening .menuWrap03 .list02 .flow02::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#whitening .menuWrap03 .list02 .flow03 {
	position: relative;
	}
	#whitening .menuWrap03 .list02 .flow03::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg03.png) bottom left no-repeat;
    background-size: 100%;
	}
	#whitening .menuWrap03 .list02 .flow03::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#whitening .menuWrap03 .list02 .flow04 {
	position: relative;
	}
	#whitening .menuWrap03 .list02 .flow04::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg04.png) bottom left no-repeat;
    background-size: 100%;
	}
	
	#whitening .menuWrap03 .list02 li img {
    display: block;
    margin: 10px auto;
    width: 100%;
    padding: 0;
	}
	#whitening .menuWrap03 .list03 {
    padding: 36px 0px 15px;
    width: calc(100% - 9px);
    display:block;
	}
	#whitening .menuWrap03 ul.list03::after {
	display:block;
    clear:both;
    content: "";
	}
	#whitening .menuWrap03 .list03 .flow01,
	#whitening .menuWrap03 .list03 .flow02,
	#whitening .menuWrap03 .list03 .flow03,
	#whitening .menuWrap03 .list03 .flow04,
	#whitening .menuWrap03 .list03 .flow05{
	float:left;
	display:block;
    width: calc(100% / 3 - 28px);
    background-size: 100%;
    margin:25px 10px 10px 10px;
    padding:0px 3px;
    box-shadow:1px 1px 1px rgba(50,50,50,0);
    border-left: solid 0.5px #aaa;
    border-bottom: solid 0.5px #aaa;
    border-right: solid 0.5px #aaa;
    background:#FFF;
    min-height:400px;
	}
	#whitening .menuWrap03 .list03 li:last-child {
	float:left;
	display:block;
	width: calc(100% / 3 - 28px);
    background-size: 100%;
    margin:25px 10px 10px 10px;
    padding:0px 3px;
	}
	#whitening .menuWrap03 li.flow01{
	position: relative;
	}
	#whitening .menuWrap03 li.flow01::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg01.png) bottom left no-repeat;
    background-size: 100%;
	}
	#whitening .menuWrap03 li.flow01::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#whitening .menuWrap03 li.flow02 {
	position: relative;
	}
	#whitening .menuWrap03 li.flow02::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg02.png) bottom left no-repeat;
    background-size: 100%;
	}
	#whitening .menuWrap03 li.flow02::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    width: 18px;
    content: " ";
    vertical-align: middle;
    background: url(/cms/wp-content/themes/original_PC/img/precaution/ico_pmct01.png) 3px calc(50% - 20px) no-repeat;
    background-position-y: 100px;
	}
	#whitening .menuWrap03 li.flow03 {
	position: relative;
	}
	#whitening .menuWrap03 li.flow03::before {
	position: absolute;
    top: -48px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 50px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg03.png) bottom left no-repeat;
    background-size: 100%;
	}
	
	#whitening .menuWrap03 .list03 li img {
    display: block;
    margin: 10px auto;
    width: 100%;
    padding: 0;
	}
	#whitening #sec03 .tit04 {
    margin: 0 5px 10px;
    padding: 5px 0 5px 35px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .1em;
    background: url(/cms/wp-content/themes/original_PC/img/whitening/ico01.png) 0 0 no-repeat;
	}
	#whitening #sec03 .list01 .img04 {
    width: 40%;
    padding: 0;
	}
	#whitening #sec03 .list01 .img04 img{
	width:100%;
	height:100%;
	object-fit:cover;
	}
	#greeting #sec02 .txt01 {
    padding: 20px 5px;
    font-size: 14px;
    line-height: 2.1;
	}
	#recruit #sec02 .wrap01 .tit01 img,
	#recruit #sec02 .box02 .tit03 img,
	#recruit #sec02 .wrap01 .tit01 img,
	#recruit #sec03 .recruitWrap01 .tit01 img{
	width:94%;
	margin:0 auto;
	max-width:400px;
	}
	#contact #sec01 .tit01 img{
	width:94%;
	max-width:360px;
	margin:0 auto;
	}
	#contact #sec01 .txt02{
	width:94%;
	max-width:360px;
	margin:0 auto;
	}
	#blog #main {
    clear: both;
    overflow: hidden;
    width: 100%;
    min-height: 340px;
    padding: 0;
    margin: 0 auto;
    position: static;
	}
	
	#blog #sidebar {
    position: absolute;
    top: 151px;
    left:0;
    margin-left: 0; 
    width: 30%;
	}
	#blog article .btnDetail img{
    width:20%;
    min-width:150px;
	}
	#blog article .postTit {
    float: right;
    width: 100%;
    padding: 15px 0 15px;
	}
	#sidebar .boxArchive select {
    width: 80%;
    margin:0 auto;
    }
    #sidebar .boxArchive {
    text-align: center;
	}
}
/*767px以下*/
@media screen and (max-width: 767px){
	body{
		width: 100%;
		min-width:calc(90% / 2);
	}
	#gHeaderIn,
	#contents{
    	width: 100%;
	}

	h2 img {
    width:auto;
    height:auto;
	}
	#gHeader .hdBtn01{
	width:30%;
	position: fixed;
    top: -3px;
    right: 0;
    z-index: 99999;
	}
	#home #topAreaIn .txtCatch01 {
    position: absolute;
    top: 20px;
    left: 70%;
    margin-left: 0px;
    z-index: 10;
    width: 30%;
	}
	#home #topAreaIn .txtCatch01 img{
    width:60%;
    margin-left: 20%;
	}
	
	#home #topAreaIn .homeNews .tit,
	#home #topAreaIn .homeNews .areaTxt{
		width: 100%;
	}
	#home #secRead01 .btns p{
	float:none;
	width:280px;
	margin:5px auto;
	}
	#home #secRead01In{
	min-height: 300px;
    width: 90%;
    background-size: 24%;
    padding: 0;
	}
	#home #secRead01In .txt01,
	#home #secRead01In .list01{
	padding-left: 30%;
	width: 70%;
	}
	#home #secIntro01In{
	width:100%;
	position:unset;
	height: auto;
	}
	#home .boxIn{
	position:unset;
	margin: 10px auto 0;
	width: 320px;
	height: auto;
	}
	#home .boxContact01{
	position:unset;
	margin: 30px auto 0;
	width: 320px;
	height: 250px;
	}
	#home .boxContact01 a{
	position:relative;
	margin: 0 auto;
	width: 320px;
	height: 200px;
	background: url(/cms/wp-content/themes/original_PC/img/home/btn_intro01.png) no-repeat 0 0;
	background-size:100%;
	}
	#home .boxContact01 a:hover,
	#home .boxContact01 a:active{
	position:relative;
	margin: 0 auto;
	width: 310px;
	height: 200px;
	background: url(/cms/wp-content/themes/original_PC/img/home/btn_intro01.png) no-repeat 0 0;
	background-size:100%;
	background-position: 0 -202px ;
	}

	.btn01{
	margin-bottom:5px;
	width:90%;
	}
	#home #secIntro01 .txt01{
	margin:10px auto;
	padding:5px;
	}
	#home #secIntro01 .txt03{
	padding:0px;
	font-size:100%;
	width:100%;
	top:100px;
	left:0px;
	}
	#home #secPoint01 .list01 {
    overflow: auto;
    width: 90%;
    margin: 0 auto;
	}
	#home #secPoint01 .list01 li {
    float: left;
    width:calc(50% - 20px);
    min-height: 274px;
    margin: 0 10px 5px;
    font-size: 14px;
    line-height: 1.8;
	}

	#home #secMenu01 .list01, 
	#medical #secMenu01 .list01 {
    overflow: auto;
    width: 90%;
    margin: 0 auto;
	}
	#home #secMenu01 .list01 li,
	#medical #secMenu01 .list01 li,
	.device_area li {
    float: left;
    width:calc(50% - 20px);
    margin: 0 10px 5px;
    font-size: 14px;
    line-height: 1.8;
	}
	.device_area li,
	#orthodontic .device_area li {
    height: 58vw;
    max-height: 370px;
	}

	#home #secMenu01 .boxMovie01, #medical #secMenu01 .boxMovie01{
	position: relative;
	width:90%;
	height:auto;
	}
	#home #secMenu01 .boxMovie01:before, #medical #secMenu01 .boxMovie01:before{
	content:"";
    display: block;
    padding-top: 75.5%;
	}
	#home #secMenu01 .boxMovie01 iframe, #medical #secMenu01 .boxMovie01 iframe{
	position: absolute;
	top: 0;
    left: 0;
	}
	#home .boxSeo01 {
    width: 96%;
    }
	#gFooter .boxFoot01 {
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
    position:unset;
	}
	#gFooter .boxFoot01 .boxIn01,
	#gFooter .boxFoot01 .boxIn02 {
	position:static;
    width: 90%;
    margin: 0 auto;
	}
	#gFooter .boxFoot01 .ftTelNum{
	position:static;
	height: auto;
    padding: 0 0 0 36px;
    font-size: 32px;
    background-size: 32px;
    margin-top: 10%;
	}
	#gFooter .boxFoot01 .ftFaxNum {
	padding: 5px 0 5px 30px
	}
	#gFooter .boxFoot03In {
    overflow: unset;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
	}
	#gFooter .boxFoot03 .ftList01,
	#gFooter .boxFoot03 .ftList02,
	#gFooter .boxFoot03 .ftList03 {
    padding: 0 0 0 35px;
    border-right:none;
    width:auto;
	}
	#gFooter .boxFoot03In:after {
    content: "";
    clear: both;
    display: block;
	}
	#gFooter .boxFoot03 .listIn li{
	float:none;
	}

	#clinic #sec01 ul li {
    float: left;
    width: calc(100% / 2 - 10px);
    min-height:350px;
    margin: 0 5px 0;
	}
	#medical #sec02 .list01 li:first-child {
    margin-left:unset;
    margin: 5px 10px;
	}
	#medical #sec02 .list01 li {
    margin: 5px 10px;
    display: inline-block;
    width: 96%;
	}
	#medical #sec02 .img01 {
    height: unset;
    text-align: center;
    margin: 10px 30%;
	}
	#medical #sec02 .img01 img{
    width: 90%;
    max-width:300px;
    margin:10px auto;
    text-align: center;
	}
	#precaution .menuWrap01 .box02{
    width: 80%;
    margin:0 auto;
    display: block;
	}
	#precaution .menuWrap01 .last {
    padding-bottom: 0px;
    border: 0px;
    width: 80%;
    margin: 0;
	}
	#precaution .menuWrap01 .img03 {
    width: 80%;
    vertical-align: middle;
    display: block;
    padding:0;
    margin:0 auto;
	}
	#recruit .meritWrap01 .box02 {
    display: block;
    vertical-align: middle;
    width: 100%;
	}
	#recruit .meritWrap01 .img02 {
    display: block;
    vertical-align: middle;
    width: 100%;
	}
	#recruit .meritWrap01 .box02 {
    padding: 30px 0px;
	}
	#recruit .meritWrap01 .tit03 {
    margin: 10px 0px 20px;
	}
	#visit .list05 li.inner01,
	#visit .list05 li.inner02 {
    float: none;
    width: 90%;
    margin:0 auto;
    padding: 25px 3px
	}
	#visit .list03 {
    padding: 0px 0px 15px;
    width: 80%;
    display: block;
    margin: 0 auto;
	}
}/*767px以下*/
@media screen and (max-width: 600px){
	#beginner #sec02 .list01 li{
	width: 98%;
    padding: 0;
    margin: 0 auto 80px;
    min-height: unset;
    display: block;
	}
	#beginner #sec02 .list01 .box03{
	width: calc(98% - 10px);
    margin: 10px;
	}
	#beginner #sec02 .list01 .img04{
	width: calc(98% - 10px);
    margin: 0 10px 0px;
    display: block;
	}
	#beginner #sec02 .list01 .img04 img{
    width:100%;
	}
	#beginner .list01 .img01 img{
	width: 100%;
	height:auto;
	margin:0 auto;
	}
	#precaution .list01 {
    padding: 36px 0px 15px;
    width: calc(100% - 10px);
    display:block;
    margin:0 auto;
	}
	#precaution ul.list01::after {
	display:block;
    clear:both;
    content: "";
	}
	#precaution .list01 li {
	float:none;
	display:block;
    width: calc(100% - 25px);
    background-size: 100%;
    margin:90px 9px 10px 9px;
    padding:30px 3px;
    box-shadow:1px 1px 1px rgba(50,50,50,0);
    border-left: solid 0.5px #aaa;
    border-bottom: solid 0.5px #aaa;
    border-right: solid 0.5px #aaa;
    background:#FFF;
    min-height:unset;
	}
	#precaution .list01 li:last-child {
	float:none;
	display:block;
    width: calc(100% - 25px);
    background-size: 100%;
    margin:90px 9px 10px 9px;
    padding:30px 3px;
	}
	#precaution li.flow01{
	position: relative;
	}
	#precaution li.flow01::before {
	position: absolute;
    top: -90px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg01.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#precaution li.flow01::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#precaution li.flow02 {
	position: relative;
	}
	#precaution li.flow02::before {
	position: absolute;
    top: -90px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg02.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#precaution li.flow02::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#precaution li.flow03 {
	position: relative;
	}
	#precaution li.flow03::before {
	position: absolute;
    top: -90px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg03.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#precaution li.flow03::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#precaution li.flow04 {
	position: relative;
	}
	#precaution li.flow04::before {
	position: absolute;
    top: -90px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg04.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#precaution li.flow04::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#precaution li.flow05 {
	position: relative;
	}
	#precaution li.flow05::before {
	position: absolute;
    top: -90px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg05.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#precaution .list01 li img {
    display: block;
    margin: 10px auto;
    width: 70%;
    padding: 0;
	}
	#visit .list03 {
    padding: 0px 0px 15px;
    width: 90%;
    display: block;
    margin: 0 auto;
	}
	#visit ul.list03::after {
	display:block;
    clear:both;
    content: "";
	}
	#visit .list03 .flow01,
	#visit .list03 .flow02,
	#visit .list03 .flow03,
	#visit .list03 .flow04,
	#visit .list03 .flow05{
	float:none;
	display:block;
    width: calc(100% - 25px);
    background-size: 100%;
    margin:90px 9px 10px 9px;
    padding:30px 3px;
    box-shadow:1px 1px 1px rgba(50,50,50,0);
    border-left: solid 0.5px #aaa;
    border-bottom: solid 0.5px #aaa;
    border-right: solid 0.5px #aaa;
    background:#FFF;
    min-height:unset;
	}
	#visit .list03 li:last-child {
	float:none;
	display:block;
    width: calc(100% - 25px);
    background-size: 100%;
    margin:90px 9px 10px 9px;
    padding:30px 3px;
	}
	#visit li.flow01{
	position: relative;
	}
	#visit li.flow01::before {
	position: absolute;
    top: -96px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg01.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#visit li.flow01::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#visit li.flow02 {
	position: relative;
	}
	#visit li.flow02::before {
	position: absolute;
    top: -96px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg02.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#visit li.flow02::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#visit li.flow03 {
	position: relative;
	}
	#visit li.flow03::before {
	position: absolute;
    top: -96px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg03.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#visit li.flow03::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#visit li.flow04 {
	position: relative;
	}
	#visit li.flow04::before {
	position: absolute;
    top: -96px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg04.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#visit li.flow04::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#visit li.flow05 {
	position: relative;
	}
	#visit li.flow05::before {
	position: absolute;
    top: -96px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg05.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#visit .list03 li img {
    display: block;
    margin: 0px auto;
    width: 70%;
    padding: 0;
	}
	#whitening .menuWrap03 .list02 {
    padding: 1px 0px 15px;
    width: calc(90% - 10px);
    display: block;
    margin:0 auto;
	}
	#whitening ul.list02::after {
	display:block;
    clear:both;
    content: "";
	}
	#whitening .menuWrap03 .list02 .flow01,
	#whitening .menuWrap03 .list02 .flow02,
	#whitening .menuWrap03 .list02 .flow03,
	#whitening .menuWrap03 .list02 .flow04,
	#whitening .menuWrap03 .list02 .flow05{
	float:none;
	display:block;
    width: calc(100% - 25px);
    background-size: 100%;
    margin: 90px auto 0;
    padding:30px 3px;
    box-shadow:1px 1px 1px rgba(50,50,50,0);
    border-left: solid 0.5px #aaa;
    border-bottom: solid 0.5px #aaa;
    border-right: solid 0.5px #aaa;
    background:#FFF;
    min-height:unset;
	}
	#whitening .menuWrap03 .list02 li:last-child {
	float:none;
	display:block;
    width: calc(100% - 25px);
    background-size: 100%;
    margin: 90px auto 0;
    padding:30px 3px;
	}
	#whitening .menuWrap03 .list02 .flow01{
	position: relative;
	}
	#whitening .menuWrap03 .list02 .flow01::before {
	position: absolute;
    top: -93px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg01.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#whitening .menuWrap03 .list02 .flow01::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#whitening .menuWrap03 .list02 .flow02 {
	position: relative;
	}
	#whitening .menuWrap03 .list02 .flow02::before {
	position: absolute;
    top: -90px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg02.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#whitening .menuWrap03 .list02 .flow02::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#whitening .menuWrap03 .list02 .flow03 {
	position: relative;
	}
	#whitening .menuWrap03 .list02 .flow03::before {
	position: absolute;
    top: -90px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg03.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#whitening .menuWrap03 .list02 .flow03::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#whitening .menuWrap03 .list02 .flow04 {
	position: relative;
	}
	#whitening .menuWrap03 .list02 .flow04::before {
	position: absolute;
    top: -90px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg04.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#whitening .menuWrap03 .list02 li img {
    display: block;
    margin: 10px auto;
    width: 80%;
    padding: 0;
	}
	#whitening .menuWrap03 .list03 {
    padding: 1px 0px 15px;
    width: calc(90% - 10px);
    display:block;
    margin: 0 auto;
	}
	#whitening .menuWrap03 ul.list03::after {
	display:block;
    clear:both;
    content: "";
	}
	#whitening .menuWrap03 .list03 .flow01,
	#whitening .menuWrap03 .list03 .flow02,
	#whitening .menuWrap03 .list03 .flow03,
	#whitening .menuWrap03 .list03 .flow04,
	#whitening .menuWrap03 .list03 .flow05 {
	float:none;
	display:block;
    width: calc(100% - 25px);
    background-size: 100%;
    margin:90px 9px 10px 9px;
    padding:30px 3px;
    box-shadow:1px 1px 1px rgba(50,50,50,0);
    border-left: solid 0.5px #aaa;
    border-bottom: solid 0.5px #aaa;
    border-right: solid 0.5px #aaa;
    background:#FFF;
    min-height:unset;
	}
	#whitening .menuWrap03 .list03 li:last-child {
	float:none;
	display:block;
    width: calc(100% - 25px);
    background-size: 100%;
    margin:90px 9px 10px 9px;
    padding:30px 3px;
	}
	#whitening .menuWrap03 .list03 .flow01{
	position: relative;
	}
	#whitening .menuWrap03 .list03 .flow01::before {
	position: absolute;
    top: -90px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg01.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#whitening .menuWrap03 .list03 .flow01::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#whitening .menuWrap03 .list03 .flow02 {
	position: relative;
	}
	#whitening .menuWrap03 .list03 .flow02::before {
	position: absolute;
    top: -90px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg02.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#whitening .menuWrap03 .list03 .flow02::after {
    content: "";
    position: absolute;
    bottom: -650px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    background: url(/cms/wp-content/themes/original_PC/img/beginner/ico_arrow01.png) no-repeat 0 0;
	}
	#whitening .menuWrap03 .list03 .flow03 {
	position: relative;
	}
	#whitening .menuWrap03 .list03 .flow03::before {
	position: absolute;
    top: -90px;
    left: -1px;
    margin: auto;
    width: calc(100% + 2px);
    height: 100px;
    content: " ";
    background: url(/cms/wp-content/themes/original_PC/img/20200102/bg03.png) bottom left no-repeat;
    background-size: 100%;
    background-position-y: bottom;
	}
	#whitening .menuWrap03 .list03 li img {
    display: block;
    margin: 10px auto;
    width: 80%;
    padding: 0;
	}
	#beginner #sec02 .img01,
	#whitening #sec03 .list01 .img04 {
	display:block;
    position: unset;
    width:90%;
    margin: 0 auto;
    vertical-align: middle;
	}
	#whitening #sec03 .list01 li{
	display:block;
	}
	#whitening #sec03 .list01 .img04 {
    display:block;
    vertical-align: middle;
    text-align: center;
	}
	#whitening #sec03 .list01 .img04 img{
    margin:10px auto;
	}
	#whitening .aboutWrap01 {
	display:block;
	}
	#whitening .aboutWrap01 .img02, 
	#whitening .aboutWrap01 .img01,
	#whitening .aboutWrap01 .box01 {
    display:block;
    padding-right: 0px;
    padding-bottom: 0px;
    padding:10px;
    width:100%;
    margin: 0 auto;
	}
	#whitening .aboutWrap01 .img02 {
    width: 100%;
    text-align: center;
	}
}
/*480px以下*/
@media screen and (max-width: 480px) and (min-width: 1px){
	body{
		width: 100%;
		min-width:calc(90% / 2);
	}
	.top_icon_menu_pc{
	display:none;
	}
	.top_icon_menu_sm{
	display:block;
	}
	#main .aboutWrap01 .img02 img{
	width:80%;
	}
	#gHeader .hdBtn01{
	display:none;
	}
	#home #secRead01In .list011{
	padding-left: 0;
	width: 90%;
	}
	#home #secRead01In .list01 {
    padding-left: 0;
    width: 100%;
	}
	#home #secPoint01 .list01 li {
    float: none;
    width: calc(100% - 10px);
    /* min-width: 300px; */
    min-height: unset;
    margin: 0 5px 10px;
    font-size: 14px;
    line-height: 1.8;
	}
	#home #secMenu01 .list01, 
	#medical #secMenu01 .list01{
	padding-left: 0;
	width: 100%;
	}
	#home #secMenu01 .list01 li,
	#medical #secMenu01 .list01 li,
	.device_area li {
    float: left;
    width: calc(50% - 10px);
    /* min-width: 250px; */
    margin: 0 5px 5px;
    font-size: 14px;
    line-height: 1.8;
	}
	#home #secMenu01 .list01 li p,
	#medical #secMenu01 .list01 li p {
    background-size: auto 55%;
	}
	#beginner #sec01 .secIn01 {
    background: url(/cms/wp-content/themes/original_PC/img/beginner/img01.png) no-repeat 50% 10px #FFF;
    padding: 110px 10px 10px;
    margin-bottom:5px;
	}
	#beginner #sec01 .secIn02 {
    background: url(/cms/wp-content/themes/original_PC/img/beginner/img02.png) no-repeat 50% 10px #FFF;
	padding: 110px 10px 10px;
	}
	#clinic #sec01 ul li {
    float: none;
    width: 100%;
    min-height:300px;
    margin: 0 auto 30px;
	}
	#clinic #sec02 .list01 li {
    float: left;
    width: calc(100% - 20px);
    margin: 0 10px;
	}
	#price .secWrap01 .img01 {
    float: unset;
    width: 90%;
    margin:0 auto;
	}
	#price .secWrap01 .boxTxt02 {
    float: unset;
    width: 90%;
    margin:0 auto;
	}
	#price .secWrap01 .boxTit .tit02 {
	display: block;
	}
	#price .secWrap01 .boxTit .txtR {
	display: block;
	padding:0 0 10px;
	}
	#medical #sec02 .img01 {
    height: unset;
    text-align: center;
    margin: 0 auto;
	}
	#medical #sec02 .list01 {
    width: 90%;
	}
	#medical #sec02 .list01 li,
	#medical #sec02 .list01 li:first-child {
    margin: 5px auto;
    width: 100%;
	}
	#general .txt02, 
	#general .pic01, 
	#general .txt03, 
	#general .pic02,
	#test .txt02, 
	#test .pic01, 
	#test .txt03, 
	#test .pic02{
    display: block;
    vertical-align: top;
	}
	#general #sec02 .txt02, #general #sec03 .txt03, #test #sec02 .txt02, #test #sec03 .txt03 {
    padding-right: 0px;
    padding:0 5px;
	}
	#general #sec03 .list01 li,
	#test #sec03 .list01 li{
    margin: 0 auto;
    width:90%;
	}
	#general .flow01Wrap .block01,
	#test .flow01Wrap .block01{
    display: block;
    vertical-align: top;
    width: 90%;
    padding-right: 0;
    margin: 0 auto;
	}
	#general .flow01Wrap .block02,
	#test .flow01Wrap .block02{
    display: block;
    vertical-align: middle;
    width: 90%;
	}
	#general .flow01Wrap .block02,
	#test .flow01Wrap .block02{
	margin:0 auto
	}
	#general .tit05 img,
	#test .tit05 img{
    height: 15px;
    width: auto;
	}
	#general .flow02Wrap,
	#test .flow02Wrap{
    margin: 20px 0 0;
    display: block;
	}
	#general .flow02Wrap .flow02In:first-child,
	#test .flow02Wrap .flow02In:first-child{
    padding-left: unset;
	}
	#general .flow02Wrap .flow02In,
	#test .flow02Wrap .flow02In{
    display: block;
    width: 90%;
    padding-left: unset;
    margin:0 auto;
    vertical-align: top;
	}
	#main .aboutWrap01 {
    display: block;
    margin: 10px auto;
    width: 90%;
	}
	#main .aboutWrap01 .img02, 
	#main .aboutWrap01 .img01 {
	display: block;
    width: calc(100% - 20px);
    text-align: center;
    margin:0 auto 70px;
    padding-top:40px;
	}
	#main .aboutWrap01 .box01 {
    padding: 10px;
    display: block;
    height: auto;
    vertical-align: middle;
	}
	
	#main .aboutWrap01 .img01 {
    display: block;
    width: calc(80% - 20px);
    text-align: center;
    margin: 0 auto 30px;
    padding-top: 40px;
	}
	#child #sec04 .list02 {
    margin: 45px auto 0;
    width: calc(100% - 20px);
	}
	#child .list03 {
    margin: 45px auto 0;
    width: calc(100% - 20px);
    padding-left: 0px;
	}
	#child #sec04 .list02 li {
    float: left;
    padding-left: 0px;
    width: calc(100% - 10px);
    margin-bottom:40px;
	}
	#child .list03 li {
    float: left;
    margin: 10px auto;
    padding: 30px 0;
    width: 100%;
	}
	#child .txt03 {
    margin: 40px auto;
    text-align: left;
    width:90%;
	}
	#child .img03 img {
    width:90%;
    margin:0 auto;
	}
	#orthodontic .menuWrap01 {
    display: block;
    width: 90%;
    margin: 30px auto 50px;
    padding-bottom: 55px;
	}
	#orthodontic .menuWrap01 .box02, 
	#orthodontic .menuWrap01 .img03 {
	width:100%;
    display:block;
    vertical-align: top;
    padding:0;
	}
	#orthodontic .img02 {
    width: 90%;
    margin:0 auto;
	}
	#orthodontic .titWrap01 {
    display: block;
    width: 90%;
	}
	#orthodontic .tit03, 
	#orthodontic .img03 {
    display: block;
    width:100%;
	}
	#orthodontic-test #sec01 .li_in_text,
	#a-orthodontic #sec03 .li_in_text {
    font-size:7vw;
    margin: 0px 5px;
	}
	#orthodontic-test #sec01 .li_in_left img{
    width:17vw;
	}
	#orthodontic-test .list02 li,
	#a-orthodontic .list02 li {
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px 30px;
    height: 59vw;
	}
	#orthodontic-test #sec03 .in_left {
    width: 98%;
    margin:auto;
    float: none;
    
	}
	#orthodontic-test #sec03 .in_right {
    width: 80%;
    margin:auto;
    float: none;
	}

	#esthetic #sec02 {
    padding: 70px 0px;
    width: 100%;
	}
	#esthetic .aboutWrap02 {
    display: block;
    width: 100%;
	}
	#esthetic .aboutWrap02 .box01, 
	#esthetic .aboutWrap02 .img01 {
    display: block;
    vertical-align: top;
    width:calc(100% -10px);
    padding:5px;
	}
	#esthetic .menuWrap02 {
    margin: 0 auto 40px;
    display: block;
    width: 100%;
	}
	#esthetic .menuWrap02 .img03, 
	#esthetic .menuWrap02 .box02 {
    display: block;
    vertical-align: top;
    width:90%;
    margin:0 auto;
    padding: 10px 0 0 0;
	}
	
	#bridge .aboutWrap02 {
    margin: 60px auto 0;
    display: block;
    width: 100%;
	}
	#bridge .menuWrap02 .box03 img {
    height: auto;
    width: 100%;
	}
	#bridge .menuWrap02 .box03 {
    width: 98%;
	}
	#bridge .box01, #bridge .img01 {
    display: block;
    vertical-align: top;
    padding-right:0;
	}
	#bridge .menuWrap01 {
    margin: 0 auto 40px;
    display: block;
    width: 100%;
	}
	#bridge .menuWrap02 {
    margin: 95px auto 0;
    padding: 25px 5px 20px;
	}
	#bridge .menuWrap03 {
    padding: 5px;
	}
	#bridge .img03, 
	#bridge .box02 {
    display: block;
    vertical-align: top;
    padding:5px;
    width:calc(100% - 10px)
	}
	#bridge .box03, 
	#bridge .img04 {
    display: block;
    vertical-align: top;
	}
	#bridge .img04 {
    padding: 0;
    text-align: center;
    display: block;
    vertical-align: top;
    margin:0 auto;
	}
	
	#implant .aboutWrap02 {
    margin: 60px auto 0;
    display: block;
    width: 100%;
	}
	#implant .menuWrap02 .box03 img {
    height: auto;
    width: 100%;
	}
	#implant .menuWrap02 .box03 {
    width: 98%;
	}
	#implant .box01, #implant .img01 {
    display: block;
    vertical-align: top;
    padding-right:0;
	}
	#implant .menuWrap01 {
    margin: 0 auto 40px;
    display: block;
    width: 100%;
	}
	#implant .menuWrap02 {
    margin: 95px auto 0;
    padding: 25px 5px 20px;
	}
	#implant .menuWrap03 {
    padding: 5px;
	}
	#implant .img03, 
	#implant .box02 {
    display: block;
    vertical-align: top;
    padding:5px;
    width:calc(100% - 10px)
	}
	#implant .box03, 
	#implant .img04 {
    display: block;
    vertical-align: top;
	}
	#implant .img04 {
    padding: 0;
    text-align: center;
    display: block;
    vertical-align: top;
    margin:0 auto;
	}
	#visit .wrap01 .list01 li {
    float: none;
    margin: 3px auto;
    padding: 15px 5px;
    width: calc(100% - 26px);
    border: 4px solid rgb(255, 176, 109);
	}
	#visit .wrap01 .list01 li:last-child {
    float: none;
    margin: 3px auto;
    padding: 15px 5px;
    width: calc(100% - 26px);
    border: 4px solid rgb(255, 176, 109);
	}
	#visit .img01 {
    padding-top: 15px;
    padding:10px 5px;
    height: auto;
    text-align: center;
    box-sizing: border-box;
	}
	#visit .list02 li:first-child {
    float: none;
    width: 100%;
    }
	#visit .list02 li {
    float: none;
    padding: 22px 5px 18px;
    width: 100%;
	}
	#visit .tit04 img {
    width: auto;
    height: 20px;
	}
	#visit .qaWrap01 {
    margin: 70px auto;
    padding: 40px 5px 20px 5px;
    width: calc(100% - 10px);
	}
	#visit .list04 {
    padding-bottom: 140px;
    margin: 35px 5px 45px;
	}
	#secBnr01 ul li {
	margin: 0 auto;
    padding: 10px 10px;
    display: block;
    vertical-align: top;
    width:calc(100% - 20px);
	}
	#recruit .recruitWrap01 {
    margin: 0 auto 50px;
    padding: 5px
    }
    #recruit .bnr01 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
	}
	#whitening .menuWrap01 .tit03 img {
    float: right;
    width: 100%;
    height:auto;
	}
	#whitening .menuWrap03 {
    width: calc(100% - 4px);
	}
	#whitening .menuWrap03 {
    padding: 20px 0px 30px;
	}
	#whitening #sec03 .list01 {
    padding: 20px 2px 20px;
	}
	#whitening #sec03 .list01 .box03 {
    padding: 25px 3px;
	}
	#whitening ol.list01 .tit02 img, 
	#whitening ol.list01 .box03 img {
    height: 17px;
    width: auto;
	}
	#whitening #sec03 .box03 img{
	height:calc(100vw / 19);
	}
	#greeting #sec01 .boxProfile02 {
    float: none;
    width: calc(100% - 6px);
    margin-bottom:30px;
	}
	#greeting #sec02 {
    width: 100%;
    margin: 0 auto;
	}	
	#recruit .greetingWrap01 .img01, 
	#recruit .greetingWrap01 .box01 {
    display: block;
    vertical-align: top;
    width:90%;
    margin:0 auto;
    padding-right: 0;
    padding:10px;
	}
	#recruit .greetingWrap01 .img01 img{
	width:100%;
	margin:0 auto;
	}
	#recruit #sec01 {
    padding: 10px 0;
	}
	#recruit #sec02 .meritWrap01 .box02 .tit03 img{
	height: auto;
    width: 100%;
	}
	#blog #main {
    clear: both;
    overflow: hidden;
    width: 98%;
    min-height: 340px;
    padding: 30px 0 0 0;
    margin: 0 auto;
	}
	.blogmain {
    width: 98%;
    position: static;
    margin:0 auto;
    padding-left:0;
    padding:0 3px;
	}
	.blogmain::after{
	content: "";
    clear: both;
    display: block;
	}
	#blog #sidebar {
    position: static;
    top: 40px;
    left:0;
    margin-left: 0; 
    margin-top: -60px;
    width: 80%;
    margin: auto;
	}
	#blog article .btnDetail img{
    width:20%;
    min-width:150px;
	}
	#blog article .postTit {
    float: right;
    width: 100%;
    padding: 15px 0 15px;
	}
	.boxPages {
    clear: both;
    position: static;
    height: auto;
    margin-bottom: 20px;
	}
	.boxPages .back,
	.boxPages .top,
	.boxPages .next {
    position: static;
    width: 80%;
    margin: auto;
    max-width:250px;
	}
	#gHeaderIn {
    width: 100%;
    padding: 10px 0;
	}
	#contents {
    width: 100%;
    padding: 0;
	}
	#sidebar .boxArchive select {
    width: 90%;
    margin:0 auto;
    }
    #sidebar .boxArchive {
    text-align: center;
	}
	#gFooter .boxFoot01 .ftTelNum {
    position: static;
    height: auto;
    padding: 0 0 0 36px;
    font-size: 28px;
    background-size: 26px;
    margin-top: 10%;
	}
	/*フッターメニュー*/
	footer{
	margin-bottom:50px;
	}
	#ht_normal .inbox {
    width: calc(100% - 60px);
	}
	#ht_footmanu{
	margin: 0 auto;
    width: 100%;
    background: #F6FFC3;
    overflow: hidden;
    position:fixed;
    bottom:0;
    left:0;
    text-align: center;
    display:block;
	}
	.ht_footinner{
	margin: 5px;
	margin-bottom: 0px;
    width: calc(100% - 10px);
    padding: 0;
    overflow: hidden;
	}
	.ht_footleft{
	float:left;
	width:calc(25% - 15px);
	}
	.ht_footleft_50{
	float:left;
	width:calc(50% - 15px);
	}
	.ht_footright{
	float:right;
	}
	.ht_icon_img{
	background : #FFB43E;
	border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	width:calc(100% - 6px);
	height:42px;
	text-align:center;
	vertical-align:middle;
	margin:auto 3px;
	}
	.ht_tel_icon{
	width:calc(100% - 6px);
	}
	.ht_icon_img img{
	height:80%;
	width: auto;
	margin: 3px auto;
	}
	.ht_icon_text{
	font-size:8px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
	.ht_menu_banner{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 205px);
    margin: 60px auto 30px;
    z-index:10016;
	}
	.ht_menu_box {
	height: 20px;
    width: calc(100% / 2);
	}
	.ht_menu_box img{
	height:70px;
	width:auto;
	margin: auto;
	margin-top: 50px;
	z-index:10040;
	}
	#htgo_menu_button_warp{
	display:block;
	}
	#htgo_menu_head{
	display:none;
	}
	.ht_f_r{
	float:left;
	}
	.banner_area{
		width:100%;
		max-height:80px;
		height:52vw;
		max-height:200px;
		background: #ebe631;
		padding:20px 0px 0px;
	}
	.banner_area2{
		width:100%;
		max-height:80px;
		height:29vw;
		max-height:200px;
		background: #ebe631;
		padding:20px 0px 0px;
	}
	.banner_img{
		width:100%;
		max-width:400px;
		height:52vw;
		max-height:200px;
		background:#ebe631 url("/cms/wp-content/themes/original_PC/img/banner/top_02.png") no-repeat;
		background-size:100%;
	}
	.banner_img_rec{
		width:100%;
		max-width:400px;
		height:52vw;
		max-height:200px;
		background:#ebe631 url("/cms/wp-content/themes/original_PC/img/banner/1-2-2.png") no-repeat;
		background-size:100%;
	}
	.banner_link{
		width:100%;
		height:52vw;
	}
	.m_c_title,
	.m_w_title{
	font-size:2em;
	}
	.none_w_label,
	.area_title,
	.orange_big,
	.area_title_2,
	.d_title,
	.difference_title,
	.flow_area_title,
	.e_o_title,
	.e_y_title,
	#orthodontic #sec03 .in_title{
	font-size:1.5em;
	}
	.area_b,
	.area_w_o,
	.area_o_o,
	.fee_outer,
	.waku_text,
	.device_area .li_title,
	.important_title,
	.important_con,
	.d_subtitle,
	.area_w_o_noimg,
	.flow_area_rightcome,
	.difference_left_title,
	.difference_right_title,
	#orthodontic #sec03 .in_con{
	font-size:1em;
	}
	.area_b .in_right,
	.area_b .in_left,
	.area_w_o .in_right,
	.area_w_o .in_left,
	.area_o_o .in_right,
	.area_o_o .in_left,
	#c-orthodontic .area_w_o .in_left,
	#c-orthodontic .area_w_o .in_right,
	.important_inner,
	.feature_area_left,
	.feature_area_right,
	.d_left,
	.d_img,
	#orthodontic #sec03 .in_left,
	#orthodontic #sec03 .in_right
	{
	width:90%;
	float: none;
	margin:5px auto;
	display:block;
	margin: 5px auto 20px;
	}
	.li_in_text,
	#orthodontic #sec04 ul li .li_in_text{
    margin: 0px;
    font-size: 1.5em;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
	}
	.area_top_title {
    font-size: 1.6em;
    padding-left: 0px; 
	}
	.flow_area_num,
	.flow_area_text{
	font-size:18px;
	}
	.feature_area_box,
	.d_area {
    display: block;
	}
	.feature_area_right {
    text-align: center;
	}
	.difference_title {
    width: 90%;
	}
	.feature_area_con {
    font-size: 1em;
    margin-left: 10px;
	}
	#orthodontic #sec03 .num {
    width: 30px;
	}
}
    .ht_check {
        margin-bottom: 3px;
    }


/*220215関根更新*/
#periodontal #sec03 .img01 {
    margin: 25px auto 55px;
    max-width: 500px;
}
#periodontal #sec01 .tit01 img,
#periodontal #sec02 .tit01 img {
	width:94%;
	margin:0 auto;
	max-width:300px;
}
#periodontal .sec02In {
    width: 98%;
}
#periodontal .wrap01 {
    width: 98%;
    margin:0 auto;
}
#periodontal #sec03 .note01 {
	width:calc(100% - 70px);
    margin: 0 auto;
    padding: 35px;
    background: #f7f5f1;
}
#periodontal #sec03 .tit03 img {
	width:80%;
	max-width:300px;
}
#periodontal #sec03 .img01 {
    margin: 25px auto 55px;
    max-width: 500px;
}
#periodontal .flow01Wrap .block01 {
    padding-right: 30%;
}
#periodontal .tit05 img,
#periodontal .tit04 img {
	height:30px;
	width:auto;
}
#periodontal .flow01Wrap .block01 {
    display: table-cell;
    vertical-align: top;
    width:70%;
    padding-right:0;
}
#periodontal .flow01Wrap .block02 {
    display: table-cell;
    vertical-align: middle;
    width:30%;
}
#periodontal .flow01Wrap .block01 img {
	height:35px;
	width:auto;
}
#periodontal .txt05 {
    margin: 0 auto;
    width:100%;
}
#periodontal .list02 li {
    position: relative;
    padding: 5px;
    margin: 30px 0 50px 0;
    border: 2px solid #eadec5;
    background-color: #fff;
}
#periodontal .list02 li:last-child {
    padding: 5px;
    margin: 30px 0 50px 0;
}
#periodontal #sec03 .list01 {
    margin: 0 auto;
    width:98%;
}
#periodontal .txt02,
#periodontal .pic01,
#periodontal .txt03,
#periodontal .pic02 {
    display: block;
    vertical-align: top;
}
#periodontal #sec02 .txt02,
#periodontal #sec03 .txt03 {
    padding-right: 0px;
    padding:0 5px;
}
#periodontal #sec03 .list01 li {
    margin: 0 auto;
    width:90%;
}
#periodontal .flow01Wrap .block01 {
    display: block;
    vertical-align: top;
    width: 90%;
    padding-right: 0;
    margin: 0 auto;
}
#periodontal .flow01Wrap .block02 {
    display: block;
    vertical-align: middle;
    width: 90%;
}
#periodontal .flow01Wrap .block02 {
	margin:0 auto
}
#periodontal .tit05 img {
    height: 15px;
    width: auto;
}
#periodontal .flow02Wrap {
    margin: 20px 0 0;
    display: block;
}
#periodontal .flow02Wrap .flow02In:first-child {
    padding-left: unset;
}
#periodontal .flow02Wrap .flow02In {
    display: block;
    width: 90%;
    padding-left: unset;
    margin:0 auto;
    vertical-align: top;
}

/* 220333追加 */
.img02 img {
	max-width: 100%;
	height: auto;
}

/*インプラントページ*/
.listImg{
	display:flex;
	justify-content:center;
}
.listImg img{
width:1000px;
}
.listmt{
	border-top: solid 3px #faa256;
	background:#fff;
	padding: 2rem;
	margin: 3rem auto;
}
.listmt li{
border-bottom: 2px dotted #5b3418;
}
.listdmt{
	border-top: solid 3px #51d1f7;
	background:#fff;
	padding: 2rem;
}
.listdmt li{
border-bottom: 2px dotted #5b3418;
}
.list-ul h3,.imp_ h3{
	font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
	border-bottom: 2px dotted #5b3418;
	    margin-bottom: 2rem;
}
.list-ul{
    padding: 10px 0;
    margin: 30px 0 30px;
    border: 2px solid #eadec5;
    background-color: #fff;
}
.list-ul li{
margin: 50px;
}
.list-ul .sec04In{
	display:table;
}
.list-ul .txt03{
	display:table-cell;
	vertical-align: top;
	padding-right: 2rem;
}
.imp_img .pic01 img{
	width:353px;
	height:auto;
}
#whitening #sec03 .list01 li{
	border-bottom:none;
}
#whitening #sec03 .list01 li.step06 {
    border-top: solid 3px #009688;
}
.step6 {
    background: #009688;
}
@media(max-width:992px){
	.listImg{
		padding:0 1rem;
	}
		.listImg img{
		width:100%;
	}
}
@media(max-width:768px){
	.list-ul h3{
		margin-bottom:1rem;
	}
	.list-ul .txt03{
		display:block!important;
		padding:0!important;
	}
		.list-ul .txt03 .pic01{
		    display: flex!important;
    justify-content: center!important;
    margin: 1rem!important;
	}
	.list-ul .txt03{
		margin-bottom:1rem!important;
		margin-top: 0!important;
	}
	.list-ul li {
    margin: 2rem;
}
	.imp_img .pic01 img {
		width: 100%;
	}
	.imp_ li{
		    margin: 2rem auto!important;
		    padding: 3rem!important;
	}
	.imp_fug .list01{
		padding:0!important
	}
	.imp_fug .box03{
		width:100%!important;
		padding:0!important;
	}
	.imp_fug li{
		padding:2rem!important;
		width:100%!important;
	}
}
/* 220725追加 */
.postBody h3 {
    margin: 2rem auto 1rem;
    padding: 5px 20px;
    color: #fff;
    background: #5b3418;
    font-size:15px;
    font-weight:bold;
    display: inline-block;
}
.postBody h2 {
    border-bottom: solid 3px #cce4ff;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin: 2rem auto 1rem;
    padding-bottom: 0.5rem;
}
.postBody h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #63c760;
    bottom: -3px;
    width: 20%;
}