/*熊本歯科衛生士学院*/

php {/*cssスマートスクロール */
  scroll-behavior: smooth;
} 

html {/*cssスマートスクロール */
  scroll-behavior: smooth;
} 

img {/* 画像ボケ対策 */
	image-rendering: -webkit-optimize-contrast;
}

.youtube {/*YouTubeレスポンシブ*/
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.cap-l {/* 左そろえ文章用16px */
/*position: absolute;*/
/*border:1px solid black;*/
font-size: 16px;
text-align:left;
margi: 0 auto;
margin-top:10px;
margin-bottom: 15px;

display: inline-block;
}


.ggmap { /* Google Mapsのレスポンシブ対応用 */
position: relative;
padding-bottom: 55%;/* 窓の高さ */
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
padding-bottom: 0px;
width: 100%;
height: 100%;
}

.topi { /* トピックス */
position: relative;
padding-bottom: 0%;/* 窓の高さ */
padding-top: 0px;
height: 980px;
overflow: hidden;
}
 
.topi iframe,
.topi object,
.topi embed {
position: absolute;
top: 0;
left: 0;
padding-bottom: 0px;
width: 100%;
height: 100%;
}

/*診療時間表用○*/
.info-circle {
/*position: absolute;*/
/*background:#aaffaa;*/
margin: 0 auto;
   width:20px;
   height: 20px;
   border:3px solid #00ad93;
   border-radius: 12px;
}

/*トップへ戻るボタン*/
.gototop {
  position: fixed;
  color: #FFF;		/*文字色*/
  bottom: 20px;
  right: 30px;
  text-align: center;
  font-weight: bold; 
  font-size: 16px;
  line-height:105%;
  direction:none;
  width: 66px;
  height: 66px;
  border-radius: 33px;
  background-color: rgba(0,173,147,0.5);
   display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

.gototop a {
	color: #FFF;		/*文字色*/
	/*background: #009900;	背景色*/
	text-decoration: none;
	text-align: center;
}
/*マウスオン時*/
.gototop a:hover {
  width: 55px;
  height: 55px;
  border-radius: 33px;
  background-color: rgba(0,173,147,0.5);
	/*background-color: #ff0000;	背景色*/
	color: #FFF;			/*文字色*/
	   display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

table.bgtable{
width:100% ;
white-space: nowrap;
background:#eee;
/*border: 1px solid #666;*/
font-size:18px;
border-collapse: collapse;
}

table.bgtable th{
	/*border: 1px solid #666;*/
	text-align:center;
	padding: 5px;
}
table.bgtable td{
	/*border: 1px solid #666;*/

	font-weight:bold;
	padding: 5px;
}


/*画像左寄せ*/
.float-ph-left{
float:left;
width:100%;
/*height:500px;*/
margin: 0 auto;
/*margin-bottom: 20px;*/
/*background:#aaaaff;*/

}

/*画像中央寄せ*/
.float-ph-center {
display: block;
margin-left: auto;
margin-right: auto;
}

/*画像：画像最大ブロック幅30％左寄せ文字回り込み*/
.img-left-30{
  float: left;
  max-width: 30%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 0px;

}

/*画像に枠をつける*/
img.imgBorder {
border-style:solid;
border-width:1px;
border-color:#cccccc;
}

img.imgBorder a:link img,
img.imgBorder a:visited img {
border-style:solid;
border-width:1px;
border-color:#cccccc;
}
img.imgBorder a:hover img {
border-style:solid;
border-width:1px;
border-color:#ff0000;
}

/*画像に枠をつける2px*/
img.imgBorder2 {
border-style:solid;
border-width:2px;
border-color:#cccccc;
}

img.imgBorder2 a:link img,
img.imgBorder2 a:visited img {
border-style:solid;
border-width:2px;
border-color:#cccccc;
}
img.imgBorder2 a:hover img {
border-style:solid;
border-width:2px;
border-color:#ff0000;
}

img.imgRadius20per{
    border-radius: 20%;
}

.top-mag-10 {/* 左そろえ文章用16px */

margin-top:10px;

display: block;/*display: inline-block;だとbutton-blockが打ち消される*/
}


.font10px {
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	font-size: 10pt;
}

/* 画像ボタンアクション */
img.bot-action1:hover{
 
	/* 透明度を上げることで、画像の色を薄く見せる。*/
	opacity:0.5;
 
	/* リンクをホバーしたときのカーソルにする。*/
	cursor: pointer;
}
 
/* twitter画像をクリックした瞬間 */
img.bot-action1:active{
 
	/* 要素を若干下に下げることで、押した感じを出す。*/
 
	/* 今いる位置から相対的に3px下に配置する。*/
	position: relative;
	top: 3px;
 
}

.font80pc {font-size: 80%; }
.font90pc {font-size: 90%; }
.font110pc {font-size: 110%; }
.font120pc {font-size: 120%; }
.font140pc {font-size: 140%; }

.nowrap  { white-space: nowrap;}

.full-width-bot { /* コンテナ枠内で横余白なしになる箱・スリムメニューボタンパネル用 */
background-color:#fff;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
/*margin: 0 auto; */
text-align:center;
/*border-top:1px solid #aaa;
border-bottom:1px solid #aaa;*/
/*    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);*/
padding: 0px 0px 0px 0px;/* [上][右][下][左] */
}

.full-width-slide { /* コンテナ枠内で横余白なしになる箱・フレックススライダースライド用 */
/*background-color:#ccc;*/
/*font-size: 16px;
color:#000;
line-height: 150%;*/
height: auto; 
background-image: url(../images/bg1.webp);
background-size: contain;
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
/*margin: 0 auto; */
text-align:center;
padding: 0px 0px 0px 0px;/* [上][右][下][左] */
}

.full-width-footer { /* コンテナ枠内で横余白なしになる箱・footer背景用 */
background-color:#93eee0;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
/*margin: 0 auto; */
text-align:center;
padding: 0px 0px 0px 0px;/* [上][右][下][左] */
}

.full-width-top5 { /* コンテナ枠内で横余白なしになる箱・上ライン用 */
background-color:#00ad93;
height:5px;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
/*margin: 0 auto; */
text-align:center;
padding: 0px 0px 0px 0px;/* [上][右][下][左] */
}

.full-width-bot { /* コンテナ枠内で横余白なしになる箱・スリムメニューボタンパネル用 */
/*background:linear-gradient(#3387ef, #ffd8c1);*/
background-color:#ffffff;/**/
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
/*margin: 0 auto; */
text-align:center;
/*border-top:1px solid #aaa;*/
/*border-bottom:1px solid #aaa;*/
/*    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);*/
padding: 0px 0px 0px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-slide { /* コンテナ枠内で横余白なしになる箱・フレックススライダースライド用 */
/*background-color:#ccc;*/
/*font-size: 16px;
color:#000;
line-height: 150%;*/
height: auto; 
/*background-image: url(../images/bg1.jpg);*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
/*margin: 0 auto; */
text-align:center;
padding: 0px 0px 0px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-footer { /* コンテナ枠内で横余白なしになる箱・footer背景用 */
background-color:#93eee0;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
/*margin: 0 auto; */
text-align:center;
padding: 0px 20px 0px 20px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-footer-address { /* コンテナ枠内で横余白なしになる箱・footer下所在地連絡先背景用 */
background-color:#26d07c;
font-size: 16px;
color:#fff;
line-height: 150%;
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
/*margin: 0 auto; */
text-align:center;
padding: 30px 0px 30px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-footer-address a {
color:#fff;
}

.full-width-footer-address a:hover {
color:#00ad93;
background-color:#fff;
text-decoration:none;
}

.full-width-footer-copy { /* コンテナ枠内で横余白なしになる箱・下コピーライト背景用 */
background-color:#00ad93;
font-size: 14px;
color:#000;
line-height: 150%;
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
/*margin: 0 auto; */
text-align:center;
padding: 10px 0px 10px 0px;/* [上][右][下][左] */
}

.full-width-bg1 { /* コンテナ枠内で横余白なしになる箱・フレックススライダースライド用 */
/*background-color:#ccc;*/
/*font-size: 16px;
color:#000;
line-height: 150%;*/
height: auto; 
background-image: url(../images/bg1.webp);
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
/*margin: 0 auto; */
/*text-align:center;*/
padding: 20px 20px 20px 20px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-bg2 { /* コンテナ枠内で横余白なしになる箱・フレックススライダースライド用 */
/*background-color:#ccc;*/
/*font-size: 16px;
color:#000;
line-height: 150%;*/
height: auto; 
background-image: url(../images/bg2.webp);
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
/*margin: 0 auto; */
/*text-align:center;*/
padding: 20px 20px 20px 20px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-pink { /* コンテナ枠内で横余白なしになる箱・footerピンク背景用 */
background-color:#fff2f8;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
/*margin: 0 auto; */
text-align:center;
padding: 0px 0px 0px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-pink5 { /* コンテナ枠内で横余白なしになる箱・上ピンクライン用 */
background-color:#ffb7dd;
height:5px;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
/*margin: 0 auto; */
text-align:center;
padding: 0px 0px 0px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-pink-copy { /* コンテナ枠内で横余白なしになる箱・下コピーライト背景用 */
background-color:#ffb7dd;
font-size: 12px;
color:#000;
line-height: 150%;
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
/*margin: 0 auto; */
text-align:center;
padding: 0px 0px 0px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-gry { /* コンテナ枠内で横余白なしになる箱・footerグレー背景用 */
background-color:#666;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
/*margin: 0 auto; */
text-align:center;
padding: 0px 0px 0px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-gry-copy { /* コンテナ枠内で横余白なしになる箱・下コピーライト背景用 */
background-color:#000;
font-size: 12px;
color:#000;
line-height: 150%;
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
/*margin: 0 auto; */
text-align:center;
padding: 0px 0px 0px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-lpink { /* コンテナ枠内で横余白なしになる箱・footerライトピンク背景用 */
background-color:#ffeffe;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
/*margin: 0 auto; */
text-align:center;
padding: 40px 0px 60px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-yelw { /* コンテナ枠内で横余白なしになる箱・キャンパスライフ背景用 */
background-color:#ffd;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
margin: 0 auto; 
text-align:center;
padding: 100px 0px 130px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-lblu { /* コンテナ枠内で横余白なしになる箱・ライトブルー */
background-color:#dfffff;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
margin: 0 auto; 
text-align:center;
padding: 100px 0px 130px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-beige { /* コンテナ枠内で横余白なしになる箱・ベージュ */
background-color:#fff7ea;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
margin: 0 auto; 
text-align:center;
padding: 100px 0px 130px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-lgrn { /* コンテナ枠内で横余白なしになる箱・ライトグリーン */
background-color:#ecfff7;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif'; 
/*margin: 0 auto; */
text-align:center;
/*border-top:1px solid #aaa;
border-bottom:1px solid #aaa;*/
/*    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);*/
padding: 100px 0px 130px 0px;/* [上][右][下][左] */
-webkit-font-smoothing: antialiased; /*なめらか*/
}

.full-width-sugoi { /* コンテナ枠内で横余白なしになる箱・ココがすごい背景用 */
background-color:#d6f7ff;
/*font-size: 16px;
color:#000;
line-height: 150%;*/
font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
/*margin: 0 auto; */
text-align:center;
/*border-top:1px solid #aaa;
border-bottom:1px solid #aaa;*/
/*    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);*/
padding: 20px 20px 40px 20px;/* [上][右][下][左] */
}

/* 1. 基本のbox-shadow */
.shadow1 {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
}

/*フォームの項目色変え*/
.select-da { 
color:#ffffff;
background-color:#aaa;
 }

@media screen and ( min-width:1200px) {

body {
	clear: both;
	font-size: 16px;
	text-align:left;
	line-height: 150%;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

/*見出しオリジナルの設定*/

h1.h1org1 { /*下にボーダー*/
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight:400;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	color: #333;		/*文字色*/
	/*background: #fff;*/	/*背景色*/
	border-bottom: 1px solid #00ad93;/*下線*/
	padding: 10px 10px;	/*上下、左右への余白 最初のアクセント四角上下余白に影響する*/
	/*border-radius: 8px;	角丸のサイズ*/
}

h1.h1org2 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:bold;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	color: #333;		/*文字色*/
	/*background: #fff;*/	/*背景色*/
	border-bottom: 1px solid #00ad93;/*下線*/
	padding: 10px 10px;	/*上下、左右への余白 最初のアクセント四角上下余白に影響する*/
	/*border-radius: 8px;	角丸のサイズ*/
}
/*h1タグの１文字目への設定*/
h1.h1org2::first-letter {
	border-left: 7px solid #090;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}

h1.h1org3 {
  position: relative;
  clear: both;
  font-size: 20px;
  font-weight:bold;
  font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
  padding: 1rem 2rem 1rem 3rem;/*[上][右][下][左]への余白*/
  color: #fff;
  border-radius: 100vh;
  background: #00ad93;
}

h1.h1org3:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

/*h2オリジナルタグの設定*/
h2.h2org1 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	/*background: #FFF;/*	/*背景色*/
	padding: 7px 5px;	/*上下、左右への余白*/
	border-bottom: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}
/*mainコンテンツのh2タグの１文字目への設定*/
/*h2.h2org1::first-letter {*/
	/*border-left: 15px solid #ff0000;	/*左側のアクセント用ラインの幅、線種、色*/
	/*padding-left: 5px;	/*アクセントラインと文字の間にとる余白*/
/*}*/

h2.h2org2 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	background-color: #FFF;	/*背景色*/
	padding: 9px 10px 7px 10px;	/*[上][右][下][左]への余白*/
	border: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
}

h2.h2org3 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	line-height: 130%;
	background: #FFF;	/*背景色*/
	padding: 9px 0px 7px 10px;	/*[上][右][下][左]への余白*/
	border: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
}

/*h2オリジナルタグの設定*/
h2.h2org4 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	/*color:#555;*/
	font-weight:550;
	text-align:left;
	line-height: 130%;
	/*background: #FFF;/*	/*背景色*/
	padding: 7px 5px;	/*上下、左右への余白*/
	border-bottom: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}
/*mainコンテンツのh3タグの１文字目への設定*/
/*h2.h2org1::first-letter {*/
	/*border-left: 15px solid #ff0000;	/*左側のアクセント用ラインの幅、線種、色*/
	/*padding-left: 5px;	/*アクセントラインと文字の間にとる余白*/
/*}*/

/*h2オリジナルタグの設定FAQのQ*/
h2.h2q {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
  font-size: 20px;
  margin-top: 10px;
  padding-left: 10px;
  font-weight:550;
  text-align:left;
  line-height: 130%;
}

/*FAQのQ*/
h2.h2q:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

h2.h2q::first-letter {
  color:#cc0000;
  font-size:150%;
}

h3.h3org1 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:400;
	text-align:center;
	/*background: #FFF;	背景色*/
	/*[padding: 0px 0px 7px 0px;	上][右][下][左]への余白*/
	/*border: 1px solid #00ad93;	枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}

/*画像：画像最大100%*/
.img-map-logo{
  max-width:100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;

}

/*画像：画像最大auto*/
.img-prof{
  max-width:auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  /*float:right;*/

}

/*バナー1個と文字セル用*/
.img-bnr{
  max-width:400px;
  height: auto;
  margin-top: 0px;
  margin-right: 15px;
  /*float:right;*/

}

/*br.brdisp {
	display: none;
}*/

br.lg-brdisp {
	display: inline;
}

br.md-brdisp {
	display: none;
}

br.sm-brdisp {
	display: none;
}

br.xs-brdisp {
	display: none;
}


.fb-frame {
		max-width: 500px;
}

.business-cap {/* インデックス業務案内のキャプション */
/*position: absolute;*/
/*border:1px solid black;*/
font-size: 16px;
text-align:center;
margi: 0 auto;
margin-top:0px;
margin-bottom: 15px;

display: inline-block;
}

.bigcap {/*大きな文字*/
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:450;
	line-height:150%;
	text-align:left;
	/*background: #FFF;	背景色*/
	/*[padding: 0px 0px 7px 0px;	上][右][下][左]への余白*/
	/*border: 1px solid #00ad93;	枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  /*background: #00ad93;*/
  padding-top:20px;
  padding-bottom:20px;
  font-size:12px;
}

footer a{
  font-color:#008c77;
}

footer a:hover {
	color: #00ac92;
}

footer .box {
	width:25%;
	height: 190px;
	color:#fff;
	/*background: #aaaaaa;*/
	border-left: 1px solid #fff;
}

footer .box a {
	color:#008c77;
}

footer .box a:hover {
	color:#00ac92;
	background: #fff;
	text-decoration:none;
}

footer .box:first-child {
    border-left: none;
}

footer .box ul {
  text-align: left;
}

footer .box ul li {
  list-style: none;
  margin: 0px 16px;
  color: #666;
}

/*フッター設定ここまで
---------------------------------------------------------------------------*/

.address {
	clear: both;
	font-size: 18px;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.address-s {
	clear: both;
	font-size: 12px;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.greet {
	clear: both;
	font-size: 16px;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.main-access {
	clear: both;
	font-size: 18px;
	text-align:left;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

table.process-table {  /*予防歯科プロセス枠*/
  border: 1px solid #5555ff;
  font-size: 16px;
  border-radius: 6px;
  border-collapse: separate;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  
}

table.process-table th,
table.process-table td {
  padding: 0px;
  /*border: 1px solid #00aa00;*/
}

table.process-table th {
  background-color: #aaffaa;
  text-align: center;
  width: auto;
  /*border-left: 3px solid #00aa00;*/
}

.circle-number{
/*border: 1px solid #ffaa00;*/
background:#006833;
border-radius: 20px;
float:left;
font-size: 22px;
font-weight: bold;
color: #fff;
width:40px;
height: 40px;
/*height:500px;*/
/*margin: 0 auto;*/
padding-top:5px;
margin-right:10px;
margin-bottom: 5px;
text-align: center;

 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
/*background:#aaaaff;*/

}

/*ボタン4つ並び-2X2変形*/
.bot4 {
  margin-top: 0px;
}

.photo-name {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight:nomal;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

.photo-caption {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight:nomal;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

.rowbox { /*白バック角丸ボックス*/
background:#fff;
/*border: 1px #ff0000 solid;*/
padding:15px;
height:100%;
border-radius: 12px;
}


video.moviewindow {
  width:640px;
}


}

@media screen and (min-width:992px) and ( max-width:1199px) {

body {
	clear: both;
	font-size: 16px;
	text-align:left;
	line-height: 150%;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

/*見出しオリジナルの設定*/

h1.h1org1 { /*下にボーダー*/
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:400;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	color: #333;		/*文字色*/
	/*background: #fff;*/	/*背景色*/
	border-bottom: 1px solid #00ad93;/*下線*/
	padding: 10px 10px;	/*上下、左右への余白 最初のアクセント四角上下余白に影響する*/
	/*border-radius: 8px;	角丸のサイズ*/
}

h1.h1org2 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:bold;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	color: #333;		/*文字色*/
	/*background: #fff;*/	/*背景色*/
	border-bottom: 1px solid #00ad93;/*下線*/
	padding: 10px 10px;	/*上下、左右への余白 最初のアクセント四角上下余白に影響する*/
	/*border-radius: 8px;	角丸のサイズ*/
}
/*h1タグの１文字目への設定*/
h1.h1org2::first-letter {
	border-left: 7px solid #090;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}

h1.h1org3 {
  position: relative;
  clear: both;
  font-size: 20px;
  font-weight:bold;
  font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
  padding: 1rem 2rem 1rem 3rem;/*[上][右][下][左]への余白*/
  color: #fff;
  border-radius: 100vh;
  background: #00ad93;
}

h1.h1org3:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

/*h2オリジナルタグの設定*/
h2.h2org1 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	/*background: #FFF;/*	/*背景色*/
	padding: 7px 5px;	/*上下、左右への余白*/
	border-bottom: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}
/*mainコンテンツのh3タグの１文字目への設定*/
/*h2.h2org1::first-letter {*/
	/*border-left: 15px solid #ff0000;	/*左側のアクセント用ラインの幅、線種、色*/
	/*padding-left: 5px;	/*アクセントラインと文字の間にとる余白*/
/*}*/

h2.h2org2 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	background-color: #FFF;	/*背景色*/
	padding: 9px 10px 7px 10px;	/*[上][右][下][左]への余白*/
	border: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
}

h2.h2org3 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	line-height: 140%;
	background: #FFF;	/*背景色*/
	padding: 9px 0px 7px 10px;	/*[上][右][下][左]への余白*/
	border: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
}

/*h2オリジナルタグの設定*/
h2.h2org4 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	line-height: 130%;
	/*background: #FFF;/*	/*背景色*/
	padding: 7px 5px;	/*上下、左右への余白*/
	border-bottom: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}
/*mainコンテンツのh3タグの１文字目への設定*/
/*h2.h2org1::first-letter {*/
	/*border-left: 15px solid #ff0000;	/*左側のアクセント用ラインの幅、線種、色*/
	/*padding-left: 5px;	/*アクセントラインと文字の間にとる余白*/
/*}*/

/*FAQのQ*/
h2.h2q:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

h2.h2q::first-letter {
  color:#cc0000;
  font-size:150%;
}

h3.h3org1 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:400;
	text-align:center;
	/*background: #FFF;	背景色*/
	/*[padding: 0px 0px 7px 0px;	上][右][下][左]への余白*/
	/*border: 1px solid #00ad93;	枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}

/*画像：画像最大400px*/
.img-map-logo{
  max-width:400px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;

}

/*画像：画像最大300px*/
.img-prof{
  max-width:300px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  /*float:right;*/

}

/*バナー1個と文字セル用*/
.img-bnr{
  max-width:330px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  /*float:right;*/

}


/*br.brdisp {
	display: none;
}*/

br.lg-brdisp {
	display: none;
}

br.md-brdisp {
	display: inline;
}

br.sm-brdisp {
	display: none;
}

br.xs-brdisp {
	display: none;
}

.fb-frame {
		max-width: 500px;
}

footer{
    display: none;
}

.address {
	clear: both;
	font-size: 16px;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.address-s {
	clear: both;
	font-size: 12px;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.greet {
	clear: both;
	font-size: 16px;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.main-access {
	clear: both;
	font-size: 16px;
	text-align:left;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.bigcap {/*大きな文字*/
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:450;
	line-height:150%;
	text-align:left;
	/*background: #FFF;	背景色*/
	/*[padding: 0px 0px 7px 0px;	上][右][下][左]への余白*/
	/*border: 1px solid #00ad93;	枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}

table.process-table {  /*予防歯科プロセス枠*/
  border: 1px solid #5555ff;
  font-size: 16px;
  border-radius: 6px;
  border-collapse: separate;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  
}

table.process-table th,
table.process-table td {
  padding: 0px;
  /*border: 1px solid #00aa00;*/
}

table.process-table th {
  background-color: #aaffaa;
  text-align: center;
  width: auto;
  /*border-left: 3px solid #00aa00;*/
}

.circle-number{
/*border: 1px solid #ffaa00;*/
background:#006833;
border-radius: 20px;
float:left;
font-size: 22px;
font-weight: bold;
color: #fff;
width:40px;
height: 40px;
/*height:500px;*/
/*margin: 0 auto;*/
padding-top:5px;
margin-right:10px;
margin-bottom: 5px;
text-align: center;

 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
/*background:#aaaaff;*/

}

.business-cap {/* インデックス業務案内のキャプション */
/*position: absolute;*/
/*border:1px solid black;*/
font-size: 14px;

text-align:center;
margi: 0 auto;
margin-top:0px;
margin-bottom: 15px;

display: inline-block;
}

/*ボタン4つ並び-2X2変形*/
.bot4 {
  margin-top: 0px;
}

.photo-name {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight:nomal;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

.photo-caption {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight:nomal;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

.rowbox { /*白バック角丸ボックス*/
background:#fff;
/*border: 1px #ff0000 solid;*/
margin-top: 20px;
text-align:center;
padding:15px;
height:100%;
border-radius: 12px;
}

video.moviewindow {
  width:580px;
}

}

@media screen and (min-width:768px) and ( max-width:991px) {

body {
	clear: both;
	font-size: 14px;
	text-align:left;
	line-height: 150%;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

/*見出しオリジナルの設定*/

h1.h1org1 { /*下にボーダー*/
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:400;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	color: #333;		/*文字色*/
	/*background: #fff;*/	/*背景色*/
	border-bottom: 1px solid #00ad93;/*下線*/
	padding: 10px 10px;	/*上下、左右への余白 最初のアクセント四角上下余白に影響する*/
	/*border-radius: 8px;	角丸のサイズ*/
}

h1.h1org2 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:bold;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	color: #333;		/*文字色*/
	/*background: #fff;*/	/*背景色*/
	border-bottom: 1px solid #00ad93;/*下線*/
	padding: 10px 10px;	/*上下、左右への余白 最初のアクセント四角上下余白に影響する*/
	/*border-radius: 8px;	角丸のサイズ*/
}
/*h1タグの１文字目への設定*/
h1.h1org2::first-letter {
	border-left: 7px solid #090;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}

h1.h1org3 {
  position: relative;
  clear: both;
  font-size: 18px;
  font-weight:bold;
  font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
  padding: 1rem 2rem 1rem 3rem;/*[上][右][下][左]への余白*/
  color: #fff;
  border-radius: 100vh;
  background: #00ad93;
}

h1.h1org3:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

/*h2オリジナルタグの設定*/
h2.h2org1 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	/*background: #FFF;/*	/*背景色*/
	padding: 7px 5px;	/*上下、左右への余白*/
	border-bottom: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}
/*mainコンテンツのh3タグの１文字目への設定*/
/*h2.h2org1::first-letter {*/
	/*border-left: 15px solid #ff0000;	/*左側のアクセント用ラインの幅、線種、色*/
	/*padding-left: 5px;	/*アクセントラインと文字の間にとる余白*/
/*}*/

h2.h2org2 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	background-color: #FFF;	/*背景色*/
	padding: 9px 10px 7px 10px;	/*[上][右][下][左]への余白*/
	border: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
}

h2.h2org3 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	line-height:160%;
	background: #FFF;	/*背景色*/
	padding: 9px 0px 7px 10px;	/*[上][右][下][左]への余白*/
	border: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
}

/*h2オリジナルタグの設定*/
h2.h2org4 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	line-height: 130%;
	/*background: #FFF;/*	/*背景色*/
	padding: 7px 5px;	/*上下、左右への余白*/
	border-bottom: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}
/*mainコンテンツのh3タグの１文字目への設定*/
/*h2.h2org1::first-letter {*/
	/*border-left: 15px solid #ff0000;	/*左側のアクセント用ラインの幅、線種、色*/
	/*padding-left: 5px;	/*アクセントラインと文字の間にとる余白*/
/*}*/

/*FAQのQ*/
h2.h2q:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

h2.h2q::first-letter {
  color:#cc0000;
  font-size:150%;
}

h3.h3org1 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:400;
	text-align:center;
	/*background: #FFF;	背景色*/
	/*[padding: 0px 0px 7px 0px;	上][右][下][左]への余白*/
	/*border: 1px solid #00ad93;	枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}

/*画像：画像最大400px*/
.img-map-logo{
  max-width:400px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;

}

/*画像：画像最大300px*/
.img-prof{
  max-width:300px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  /*float:right;*/

}

/*バナー1個と文字セル用*/
.img-bnr{
  max-width:330px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  /*float:right;*/

}

/*br.brdisp {
	display: inline;
}*/

br.lg-brdisp {
	display: none;
}

br.md-brdisp {
	display: none;
}

br.sm-brdisp {
	display: inline;
}

br.xs-brdisp {
	display: none;
}

.fb-frame {
		max-width: 500px;
}

footer{
    display: none;
}

.address {
	clear: both;
	font-size: 16px;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.address-s {
	clear: both;
	font-size: 12px;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.greet {
	clear: both;
	font-size: 16px;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.main-access {
	clear: both;
	font-size: 16px;
	text-align:left;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.bigcap {/*大きな文字*/
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:450;
	line-height:150%;
	text-align:left;
	/*background: #FFF;	背景色*/
	/*[padding: 0px 0px 7px 0px;	上][右][下][左]への余白*/
	/*border: 1px solid #00ad93;	枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}

table.process-table {  /*予防歯科プロセス枠*/
  border: 1px solid #5555ff;
  font-size: 16px;
  border-radius: 6px;
  border-collapse: separate;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  
}

table.process-table th,
table.process-table td {
  padding: 0px;
  /*border: 1px solid #00aa00;*/
}

table.process-table th {
  background-color: #aaffaa;
  text-align: center;
  width: auto;
  /*border-left: 3px solid #00aa00;*/
}

.circle-number{
/*border: 1px solid #ffaa00;*/
background:#006833;
border-radius: 20px;
float:left;
font-size: 22px;
font-weight: bold;
color: #fff;
width:40px;
height: 40px;
/*height:500px;*/
/*margin: 0 auto;*/
padding-top:5px;
margin-right:10px;
margin-bottom: 5px;
text-align: center;

 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
/*background:#aaaaff;*/

}

.business-cap {/* インデックス業務案内のキャプション */
/*position: absolute;*/
/*border:1px solid black;*/
font-size: 14px;
text-align:center;
margi: 0 auto;
margin-top:0px;
margin-bottom: 15px;

display: inline-block;
}

/*ボタン4つ並び-2X2変形*/
.bot4 {
  margin-top: 0px;
}

.photo-name {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight:nomal;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

.photo-caption {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight:nomal;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

.rowbox { /*白バック角丸ボックス*/
background:#fff;
/*border: 1px #ff0000 solid;*/
margin-top: 20px;
text-align:center;
padding:15px;
height:100%;
border-radius: 12px;
}

video.moviewindow {
  width:420px;
}

}

@media screen and ( max-width:767px) {

body {
	clear: both;
	font-size: 14px;
	text-align:left;
	line-height: 150%;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

/*見出しオリジナルの設定*/

h1.h1org1 { /*下にボーダー*/
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:400;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	color: #333;		/*文字色*/
	/*background: #fff;*/	/*背景色*/
	border-bottom: 1px solid #00ad93;/*下線*/
	padding: 10px 10px;	/*上下、左右への余白 最初のアクセント四角上下余白に影響する*/
	/*border-radius: 8px;	角丸のサイズ*/
}

h1.h1org2 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:bold;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	color: #333;		/*文字色*/
	/*background: #fff;*/	/*背景色*/
	border-bottom: 1px solid #00ad93;/*下線*/
	padding: 10px 10px;	/*上下、左右への余白 最初のアクセント四角上下余白に影響する*/
	/*border-radius: 8px;	角丸のサイズ*/
}
/*h1タグの１文字目への設定*/
h1.h1org2::first-letter {
	border-left: 7px solid #090;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}

h1.h1org3 {
  position: relative;
  clear: both;
  font-size: 16px;
  font-weight:bold;
  font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
  padding: 1rem 2rem 1rem 3rem;/*[上][右][下][左]への余白*/
  color: #fff;
  border-radius: 100vh;
  background: #00ad93;
}

h1.h1org3:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

/*h2オリジナルタグの設定*/
h2.h2org1 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	/*background: #FFF;/*	/*背景色*/
	padding: 7px 5px;	/*上下、左右への余白*/
	border-bottom: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}
/*mainコンテンツのh3タグの１文字目への設定*/
/*h2.h2org1::first-letter {*/
	/*border-left: 15px solid #ff0000;	/*左側のアクセント用ラインの幅、線種、色*/
	/*padding-left: 5px;	/*アクセントラインと文字の間にとる余白*/
/*}*/

h2.h2org2 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	line-height: 140%;
	background-color: #FFF;	/*背景色*/
	padding: 9px 10px 7px 10px;	/*[上][右][下][左]への余白*/
	border: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
}

h2.h2org3 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	line-height: 180%;
	background: #FFF;	/*背景色*/
	padding: 9px 0px 7px 10px;	/*[上][右][下][左]への余白*/
	border: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
}

/*h2オリジナルタグの設定*/
h2.h2org4 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	line-height: 140%;
	/*background: #FFF;/*	/*背景色*/
	padding: 7px 5px;	/*上下、左右への余白*/
	border-bottom: 1px solid #00ad93;	/*枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}
/*mainコンテンツのh3タグの１文字目への設定*/
/*h2.h2org1::first-letter {*/
	/*border-left: 15px solid #ff0000;	/*左側のアクセント用ラインの幅、線種、色*/
	/*padding-left: 5px;	/*アクセントラインと文字の間にとる余白*/
/*}*/

/*FAQのQ*/
h2.h2q:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

h2.h2q::first-letter {
  color:#cc0000;
  font-size:150%;
}

h3.h3org1 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:400;
	text-align:center;
	/*background: #FFF;	背景色*/
	/*[padding: 0px 0px 7px 0px;	上][右][下][左]への余白*/
	/*border: 1px solid #00ad93;	枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}

/*画像：画像最大80%*/
.img-map-logo{
  max-width:80%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;

}

/*画像：画像最大300px*/
.img-prof{
  max-width:50%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  /*float:right;*/

}

/*バナー1個と文字セル用*/
.img-bnr{
  max-width:330px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  /*float:right;*/

}

/*br.brdisp {
	display: none;
}*/

br.lg-brdisp {
	display: none;
}

br.md-brdisp {
	display: none;
}

br.sm-brdisp {
	display: none;
}

br.xs-brdisp {
	display: inline;
}

footer {
  display: none;
}

.fb-frame {
		width: 100%;
		max-width: 500px;
}

footer{
    display: none;
}

.address {
	clear: both;
	font-size: 16px;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.address-s {
	clear: both;
	font-size: 12px;
	text-align:center;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.greet {
	clear: both;
	font-size: 14px;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.main-access {
	clear: both;
	font-size: 14px;
	text-align:left;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';

}

.bigcap {/*大きな文字*/
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:450;
	line-height:150%;
	text-align:center;
	/*background: #FFF;	背景色*/
	/*[padding: 0px 0px 7px 0px;	上][右][下][左]への余白*/
	/*border: 1px solid #00ad93;	枠線の幅、線種、色*/
	/*border-radius: 6px;	角丸のサイズ*/
}

table.process-table {  /*予防歯科プロセス枠*/
  border: 1px solid #5555ff;
  font-size: 14px;
  border-radius: 6px;
  border-collapse: separate;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  
}

table.process-table th,
table.process-table td {
  padding: 0px;
  /*border: 1px solid #00aa00;*/
}

table.process-table th {
  background-color: #aaffaa;
  text-align: center;
  width: auto;
  /*border-left: 3px solid #00aa00;*/
}

.circle-number{
/*border: 1px solid #ffaa00;*/
background:#006833;
border-radius: 15px;
float:left;
font-size: 20px;
font-weight: bold;
color: #fff;
width:30px;
height: 30px;
/*height:500px;*/
/*margin: 0 auto;*/
padding-top:5px;
margin-right:10px;
margin-bottom: 5px;
text-align: center;

 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
/*background:#aaaaff;*/

}

.business-cap {/* インデックス業務案内のキャプション */
/*position: absolute;*/
/*border:1px solid black;*/
font-size: 14px;
text-align:center;
margi: 0 auto;
margin-top:0px;
margin-bottom: 15px;

display: inline-block;
}

/*ボタン4つ並び-2X2変形*/
.bot4 {
  margin-top: 10%;
}

.photo-name {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight:nomal;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

.photo-caption {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight:nomal;
	font-family: 'メイリオ','Meiryo','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
}

.rowbox { /*白バック角丸ボックス*/
background:#fff;
/*border: 1px #ff0000 solid;*/
margin-top: 20px;
padding:15px;
height:100%;
border-radius: 12px;
}

video.moviewindow {
  width:330px;
}

}