@charset "UTF-8";

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */


/* ******************************************************************** */
/* 共通 */
/* ******************************************************************** */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#5c5c5c;
	background:url(../img/bg_glid.gif) repeat;
	letter-spacing:1.5px;
	line-height:145%;
}

#contents .paragraph img,
#contents_blog .paragraph img{
	max-width:100%;
	height:auto;
}

iframe{
	margin-bottom:10px;
}

/*共通：clearfix*/

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear{
	clear:both;
}


/*共通：見出し*/

h1,
h2,
h3,
h4{
	font-family: "fot-tsukuardgothic-std";
	line-height:120%;
}

b{
	background: -moz-linear-gradient(transparent 40%, #fbf0c4 0%);      /* Firefox用 */
	background: -webkit-linear-gradient(transparent 40%, #fbf0c4 0%);   /* Safari用 */
	background: -ms-linear-gradient(transparent 40%, #fbf0c4 0%);       /* IE用 */
	background: -o-linear-gradient(transparent 40%, #fbf0c4 0%);        /* Opera用 */
	background: linear-gradient(transparent 40%, #fbf0c4 0%);           /* Default */
	font-weight:bold;	
}

/*共通：flexbox*/

.flex-between_all{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;		
}

.flex-center_all{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;		
}

.wrap_center_contents{
	margin:0 10px 10px 10px;
}

/*共通：お悩み*/

#top_worries{
	margin-bottom:60px;
}

#top_worries .top_worries_balloon{
	position: relative;
	display: inline-block;
	width: auto;
	color: #00a0e9;
	text-align: center;
	background: #ffffff;
	border: 3px solid #00a0e9;
	border-radius:5px;
	z-index: 0;
}

#top_worries .top_worries_balloon:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}

#top_worries .top_worries_balloon:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #00a0e9 transparent transparent transparent;
	z-index: -1;
}

#top_worries .top_worries_balloon p{
	font-family: "fot-tsukuardgothic-std";
	font-weight:bold;
}

#top_worries img:hover{
	opacity:0.7;
	transition: all .3s;	
}

#top_worries .top_worries_txt{
	background:url(../img/top_worries_txt_bg.png) top no-repeat;
	background-size:100% auto;
	text-align:center;
}

/*共通：インビザラインスライド*/

#top_slide h2{
	background:url(../img/top_slide_h2_bg.png) left bottom no-repeat;
	text-align:right;
}

#top_slide .top_slide_inner{
	background:url(../img/top_slide_inner_bg.gif) repeat;
}

#top_slide .top_slide_dot{
	background:url(../img/top_slide_inner_dot.gif) repeat-x;
	background-size:15px 15px;
	height:15px;
}

#top_slide ul{
	border:solid 10px #ffffff;	
}

#top_slide ul.slider img.slide_img{
    max-width: 100%;
    height: auto;
}

#top_slide img.slide-arrow{
	position:absolute;
	z-index:8000;
}

#top_slide img.slide-arrow:hover{
	opacity:0.7;
	transition: all .3s;	
}

#top_slide .top_slide_subtitle{
	position:relative;
	z-index:900;
}

/*共通：実績*/

.top_results_performance,
.top_results_experience{
	background-color:#ffffff;
	border:2px solid #00a0e9;
}

.top_results_performance{
	background:url(../img/top_results_performance_bg.svg) left no-repeat #ffffff;
	background-position:10pt 15pt;
	background-size:60px 60px;
}

.top_results_experience{
	background:url(../img/top_results_experience_bg.svg) left no-repeat #ffffff;
	background-position:10pt 15pt;
	background-size:60px 60px;
}

#top_results h3{
	letter-spacing:1px;
	color:#00a0e9;
}

.platinum img{
width:90%;
display:block;
margin:0 auto;
}

/*共通：当院の特徴*/

#top_feature ul.top_feature_list{
	width:100%;
	background-color:#ffffff;
}

#top_feature .top_feature_list_txt_inner{
	width:490px;
}

#top_feature .top_feature_hatena p{
	background:url(../img/icon_hatena.svg) left no-repeat;
	color:#00a0e9;
	font-weight:bold;
	letter-spacing:0.5px;
}

a.top_blue_btn{
	background-color:#00a0e9;
	width:100%;
	display:block;
	border-radius:5px;
	text-align:center;
	color:#ffffff;
	font-family: "fot-tsukuardgothic-std";
	font-weight:bold;
}

a.top_blue_btn span{
	background:url(../img/top_blue_btn_arw.svg) right no-repeat;
	background-size:15px 15px;
	padding-right:25px;
}

a.top_blue_btn:hover{
	opacity:0.7;
	transition: all .3s; 	
}


/*共通：院長ごあいさつ*/

#top_greeting img{
	display:block;
	margin:0 auto;
}

#top_greeting h2 {
  overflow: hidden;
  text-align: center;
}

#top_greeting h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

#top_greeting h2 span::before,
#top_greeting h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 2px;
  background-color: #00a0e9;
}

#top_greeting h2 span::before {
  right: 100%;
}

#top_greeting h2 span::after {
  left: 100%;
}

#top_greeting p.top_greeting_h2_sub{
	color:#00a0e9;
	font-family: "fot-tsukuardgothic-std";
	text-align:center;
	font-weight:bold;
}

/*共通：iTero*/

#top_itero .top_itero_box{
	background-color:#ffffff;
}

#top_itero h2 span.blue{
	color:#00a0e9;
}

#top_itero h2 span.small{
	font-size:12px;
}

#top_itero img{
	border:5px solid #ececec;
}

/*共通：症状別 矯正相談*/

#top_symptom .top_symptom_box{
	background-color:#ffffff;
	text-align:center;
}

#top_symptom h3 {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #ffffff;
	text-align: center;
	background: #00a0e9;
	z-index: 0;
}

#top_symptom h3:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #00a0e9 transparent transparent transparent;
}

.top_symptom_box img.img_circle{
	border-radius: 50%;
	border: solid 5px #ececec;
	display:block;
}

#top_symptom h4{
	color:#00a0e9;
}

a.top_symptom_btn{
	background-color:#ffffff;
	border:3px solid #00a0e9;
	display:block;
	color:#00a0e9;
}

a.top_symptom_btn span{
	background:url(../img/icon_arw_yellow.svg) right no-repeat;
	background-size:10px 10px;
	padding-right:20px;
}

a.top_symptom_btn:hover{
	background-color:#f3f9fb; 	
}


/*共通：メインカラムバナーエリア*/

#top_main_bnrarea img:hover{
	opacity:0.8;
	transition: all .3s; 	
}

/*共通：クリニックブログ*/


#top_main_blog h2{
	background:url(../img/top_main_blog_h2_bg.svg) left no-repeat;
}

#top_main_blog .top_main_blog_box{
	background-color:#ffffff;
	border: solid 5px #ececec;
}

#top_main_blog h3{
	background:url(../img/top_main_blog_h3_bg.svg) left top no-repeat;
}

#top_main_blog h3 a{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#5c5c5c;
	letter-spacing:0px;
	font-weight:normal;	
}

#top_main_blog h3 a:hover{
	color:#a9a9a9;
}

#top_main_blog p.top_main_blog_box_next{
	text-align:right;
}

#top_main_blog p.top_main_blog_box_next span{
	background:url(../img/top_blue_btn_arw.svg) right no-repeat;
	background-size:10px 10px;
	padding-right:15px;
}

#top_main_blog p.top_main_blog_box_next a{
	color:#00a0e9;
}


#top_main_video .top_main_video_box{
	background-color:#ffffff;
	border: solid 5px #ececec;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*共通：サイドカラムバナーエリア*/

#sidebar .sidebar_bnrarea img:hover,
#sidebar_sub .sidebar_bnrarea img:hover{
	opacity:0.7;
	transition: all .3s; 
}

/*共通：フッター*/

.footer_wave{
	width:100%;
	margin:0;
	padding:0;
}

#footer{
	background:#ececec;
	text-align:center;
}

#footer h2{
	color:#00a0e9;
	text-align: center;
	position: relative;
	line-height:100%;
}

#footer h2:after{
	content: "";
	border-bottom: 1px solid #00a0e9;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin:auto;
}

#footer ul.footer_navi li{
	list-style:none;
	float:left;
	border-right:solid 1px #5c5c5c;
}

#footer ul.footer_navi li:last-child{
	padding-right:0;
	margin-right:0;
	border-right:0;
}

#footer ul.footer_navi li a{
	color:#5c5c5c;
}

#footer ul.footer_navi li a:hover{
	color:#00a0e9;
	text-decoration:underline;
}

table.schedule{
	width:100%;
	border-collapse: collapse;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:1px solid #00a0e9;
	border-right:1px solid #00a0e9;
	background-color:#ffffff;
}

table.schedule th{
	color: #00a0e9;
	text-align: center;
	letter-spacing:1px;
	border-top:1px solid #00a0e9;
	border-left:1px solid #00a0e9;
}


table.schedule td{
	color:#ffc900;
	text-align: center;
	border-top:1px solid #00a0e9;
	border-left:1px solid #00a0e9;
	border-bottom:1px solid #00a0e9;
}

#footer p.copyright{
	font-family: "fot-tsukuardgothic-std";
}

#footer a{
	color:#5c5c5c;
}


/*共通：sub_page_basic*/


/*共通：サブページメインビジュアル*/

#sub_mv{
	width:100%;
	background-color:#e3f4fb;
}

#sub_mv img{
	display:block;
	height:auto;
	margin:0 auto;
}

/*共通：パンくず*/

.breadcrumb{
	width: 980px;
    margin: 25px auto;
	letter-spacing: 1px;
    color: #00a0e9;
   	font-size:13px; 
	padding-top: 3px;
}

.breadcrumb a{
	color: #00a0e9;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.breadcrumb a{
	float:left;
	background:url(../img/icon_arw_yellow.svg) no-repeat right 6px;
	background-size:10px 10px;
	padding-right:16px;
	margin:0px 8px 0px 0px;
}

/*共通：サブページ*/

#sub_mv{
	margin-bottom:20px;
}

#contents,
#contents_blog{
	margin-bottom:20px;
}

#contents a,
#contents_blog a{
	color:#00a0e9;
}

#contents a:hover,
#contents_blog a:hover{
	color:#eebe00;
	text-decoration:underline;
}

#contents .paragraph h1,
#contents_blog .paragraph h1{
	font-weight:bold;
	color:#5c5c5c;
}

#contents .paragraph h1 span,
#contents_blog .paragraph h1 span{
	font-size:50%;
}

#contents .paragraph h1 a,
#contents_blog .paragraph h1 a{
	color:#5c5c5c;
}

#contents .paragraph h1 a:hover,
#contents_blog .paragraph h1 a:hover{
	color:#00a0e9;
	text-decoration:none;
	opacity:0.4;
	transition: all .3s; 	
}

#contents .paragraph h2,
#contents .paragraph h3,
#contents .paragraph h4,
#contents .paragraph h5,
#contents_blog .paragraph h2,
#contents_blog .paragraph h3,
#contents_blog .paragraph h4,
#contents_blog .paragraph h5{
	margin-top:10px;
}

#contents .paragraph h2,
#contents_blog .paragraph h2{
	border-bottom: solid 4px #ececec;
	position: relative;
	font-weight:bold;
}

#contents .paragraph h2:after,
#contents_blog .paragraph h2:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #00a0e9;
	bottom: -4px;
	width: 10%;
}

#contents .paragraph h3,
#contents_blog .paragraph h3{
	font-weight:bold;
	border-left: solid 8px #00a0e9;
        margin-top:20px;
}

#contents .paragraph h4,
#contents_blog .paragraph h4{
	font-weight:bold;
	color:#00a0e9;
	border-bottom: dashed 1px #dedede;
	padding-bottom:5px;
}

#contents .paragraph h5,
#contents_blog .paragraph h5{
	font-weight:bold;
}

/*共通：サブページ 装飾*/

#contents .paragraph .bold,
#contents_blog .paragraph .bold{
	font-weight:bold;
}

#contents .paragraph .red,
#contents_blog .paragraph .red{
	color:#f86e6e;
}

#contents .paragraph .big,
#contents_blog .paragraph .big{
	font-size:160%;
}

#contents span.link_arw,
#contents_blog span.link_arw{
	background:url(../img/icon_arw_yellow.svg) right top no-repeat;
	background-size:10px 10px;
	padding-right:15px;
	background-position:right 0 top 6px
}

#contents .paragraph a.contents_btn,
#contents_blog .paragraph a.contents_btn{
	background:#00a0e9;
	text-align:center;
	color:#ffffff;
	font-family:"fot-tsukuardgothic-std";
	display:block;
	border-radius:3px;
}

#contents .paragraph a.contents_btn span,
#contents_blog .paragraph a.contents_btn span{
	background:url(../img/icon_arw_white.svg) right no-repeat;
	background-size:10px 10px;
	padding-right:15px;	
}

#contents .paragraph a.contents_btn:hover,
#contents_blog .paragraph a.contents_btn:hover{
	text-decoration:none;
	opacity:0.6;
	transition: all .3s;
}

#contents ul,
#contents_blog ul{
	margin-left:20px;
}

#contents .paragraph ul.list_check li,
#contents .paragraph ul.list_point li,
#contents_blog .paragraph ul.list_check li,
#contents_blog .paragraph ul.list_point li{
	list-style:none;
	margin-left:-25px;
}

#contents .paragraph ul.list_dot,
#contents_blog .paragraph ul.list_dot{
	list-style:circle;
}

#contents .paragraph ul.list_number li,
#contents_blog .paragraph ul.list_number li{
	list-style:decimal;
}

#contents .paragraph ul.list_check li,
#contents_blog .paragraph ul.list_check li{
	background:url(../img/icon_check.svg) left top no-repeat;
	background-size:13px 13px;
	padding-left:25px;	
	background-position:left 0 top 4px;
}

#contents .paragraph ul.list_point li,
#contents_blog .paragraph ul.list_point li{
	background:url(../img/icon_arw_yellow.svg) left top no-repeat;
	background-size:13px 13px;
	padding-left:25px;	
	background-position:left 0 top 4px;
}

#contents table,
#contents_blog table{
	border-collapse: collapse;
	border-bottom:1px solid #3dbcf6;
	border-right:1px solid #3dbcf6;
	overflow:scroll;
}

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}

.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}

.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

#contents table th,
#contents_blog table th{
	color: #ffffff;
	text-align: center;
	background-color:#00a0e9;
	border-top:1px solid #3dbcf6;
	border-left:1px solid #3dbcf6;
	font-family:"fot-tsukuardgothic-std";
}

#contents table td,
#contents_blog table td{
	text-align: left;
	background-color:#ffffff;
	border-top:1px solid #3dbcf6;
	border-left:1px solid #3dbcf6;
	border-bottom:1px solid #3dbcf6;
}

#contents table td.td_title,
#contents_blog table td.td_title{
	background-color:#e3f4fb;
}

#contents table td.cell_center,
#contents_blog table td.cell_center{
	text-align:center;
}

#contents table td.cell_right,
#contents_blog table td.cell_right{
	text-align:right;
}

#contents .border-box,
#contents_blog .border-box{
	background:#ffffff;
}

#contents .border-box h2,
#contents .border-box h3,
#contents .border-box h4,
#contents .border-box h5,
#contents_blog .border-box h2,
#contents_blog .border-box h3,
#contents_blog .border-box h4,
#contents_blog .border-box h5{
	margin-top:0px;
}

#contents .color-box,
#contents_blog .color-box{
	background:#eceeef;
}

#contents .color-box h2,
#contents .color-box h3,
#contents .color-box h4,
#contents .color-box h5,
#contents_blog .color-box h2,
#contents_blog .color-box h3,
#contents_blog .color-box h4,
#contents_blog .color-box h5{
	margin-top:0px;
}

#contents .paragraph img.img_center,
#contents_blog .paragraph img.img_center{
	display:block;
	margin:0 auto;
}

#contents .paragraph img.img_right,
#contents_blog .paragraph img.img_right{
	float:right;
}

#contents .paragraph img.img_left,
#contents_blog .paragraph img.img_left{
	float:left;
}

.menu-area-box{
	width:49%;
	background-color:#ffffff;
	border:3px solid #ececec;
	padding:13px 18px 0 18px;
	margin-bottom: 15px;
}
.menu-area-box:hover{
	background:#ebeced;
	transition: 1s;
}

.menu-area-box.kids:hover{
	background:none;
	transition: 1s;
}

.menu-area-box-in p{
	color:#4F4F4F;
	padding-top: 10px;
}

#contents .menu-area-box-in .menu-title,
#contents_blog .menu-area-box-in .menu-title{
	font-weight: bold;
	letter-spacing: 1px;
	border-left: 5px solid #0197D6;
	margin: 5px 0 15px 0;
	font-size:20px;
	padding:5px 0 5px 15px;
	line-height: 20px;
	font-family:"fot-tsukuardgothic-std";
	
}

span.p-detail {
    font-size: 13px;
    color: #F4BC52;
    float: right;
	padding: 10px 0;
}
span.p-detail:hover{
    opacity: 0.5;
}

 
 /*共通：アニメーション*/
 
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 /*共通：ページトップ*/ 

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page-top a{
	display:block;
}

#page-top img{
	width:100px;
	height:100px;
}

#page-top a:hover {
    text-decoration: none;
	opacity: 0.60;
}


/*共通：お問い合わせフォーム*/

.screen-reader-response{
	display: none;
}

input, textarea{
	border: #3dbcf6 solid 1px;
	padding: 5px 10px;
	background: #fff;
	width: 100%;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors{
	color: red;
	display: block;
}

input.wpcf7-submit{
	background: #3dbcf6;
	color: #fff;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	display: block;
}

input.wpcf7-submit:hover{
	background: #63cdfd;
}



/*共通：メディア掲載情報(ポップアップウィンドウ)*/

.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius:10px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}

@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 60vw;
         height: 80vh;
         padding: 30px;
}
	
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    top: 10vh;
    right: 18vw !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}

.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: #d5d5d5;
    display: inline-block;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}

.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}

/*共通：サイドバー ブログ最新記事*/
#sidebar .sidebar_blog{
	width:100%;
	margin-bottom: 20px;
	background-color: #ffffff;
    border: solid 5px #ececec;
	padding: 15px;
}

#sidebar .sidebar_blog h3{
	padding: 6px 0 10px 35px;
    font-size: 25px;
    color: #00a0e9;
    background: url(../img/top_main_blog_h2_bg.svg) left no-repeat;
    background-size: 28px 28px;
	margin: 5px 0 10px 0;
}

#sidebar .sidebar_blog li{
	background: url(../img/top_main_blog_h3_bg.svg) left top no-repeat;
    background-size: 20px 20px;
    background-position: 0pt 6pt;
    padding: 8px 0 5px 28px;
    margin-bottom: 5px;
    list-style: none;
}

#sidebar .sidebar_blog li a{
	color:#5c5c5c;
	letter-spacing:0px;
}

#sidebar .sidebar_blog li a:hover{
	color:#a9a9a9;
}


/*共通：ブログ*/
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 10px 5px 10px;
	text-decoration:none;
	width:auto;color: #333;
	background: #f2f2f2;
}
 
.pagination .current{
	background: #02a0e9;
	color:  #fff;
}

#contents .paragraph .catch,
#contents_blog .paragraph .catch{
    max-width: 180px;
    height: auto;
    float: left;
    margin: 0 20px 0 0;
}


/*共通：矯正治療実例*/
.case_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #f6f6f6;
	padding: 20px 20px 0 20px;
	margin-bottom: 25px;
}

.case_box img{
	width: 32%;
	height: 100%;
	margin-bottom: 20px;
}

.case_box img:nth-child(1){
	margin-right:150px;
}

.case_mov {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case_mov video{
	width: 48%;
	height: 100%;
	margin-bottom: 35px;
}

/*共通：スクロールこちら*/
.top_slide_swipe{
	width:100%;
	margin:0 auto 60px auto;
	font-size:20px;
	font-family: "fot-tsukuardgothic-std";
	line-height:120%;
	font-weight:bold;
}

.top_slide_swipe_in{
	max-width:700px;
	display:block;
	margin:0 auto;
	text-align:center;
	color:#00a0e9;
}

.top_slide_swipe_in img{
width:150px;
margin:0 auto 15px auto;
} 

.top_slide_swipe_in p span.blue{
	font-size:35px;
	background: linear-gradient(transparent 60%, #FFF352 60%);
}







/* ******************************************************************** */
/* スマホのみ */
/* ******************************************************************** */

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


/*スマホのみ：共通設定*/

body{
	font-size:14px;
	letter-spacing:1px;
}

.section_inner{
	width:100%;
	padding:0 15px;
}

	
/*スマホのみ：ヘッダー*/
	
#sp_header{
	width: 100%;
	height: 70px;
	background: #00a0e9;
	color:#ffffff;
	padding:5px 0;
	position: fixed;
	top: 0px;
	right:0px;
	display:block;
	z-index:9999;
}

#sp_header .sp_header_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	padding:0 15px;
}

.sp_header_title h1,
.sp_header_title p{
	font-family: "fot-tsukuardgothic-std";
	font-weight:bold;
	font-size:15px;
	line-height:125%;
	padding-bottom:5px;
}

.sp_header_title h1 a,
.sp_header_title p a{
	color:#ffffff;
}

.sp_header_title h1 span,
.sp_header_title p span{
	font-size:12px;
}

.sp_header_icon img{
	margin-top:-2px;
}

img.sp_header_contact{
	display:block;
	left:0;
}

#sp_header .drawer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}

#sp_header .navbar_toggle{
	z-index:9999;
	margin-top:2px;
}

#sp_header .navbar_toggle_icon {
	position: relative;
	display: block;
	height: 2px;
	width: 33px;
	background: #ffffff;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	margin-right:15px;
}

.navbar_toggle_icon:nth-child(1) {
	top: 0;
}

.navbar_toggle_icon:nth-child(2) {
	margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
	top: 0;
}

#sp_header p.toggle_text{
	font-size:9px;
	letter-spacing:1px;
	margin-top:1px;
}

.smart_mv{
	margin:70px 0 40px 0;
}

/*OPEN時の動き*/

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
	top: -10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.menu{
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition:ease .5s;
	transition:ease .5s;
	background-color: rgba(51, 51, 51, 0.8);
	width:100%;
	height:100%;
	-webkit-overflow-scrolling: touch;	
	position:fixed;
	top: 70px;
	left: 0;
	z-index:10!important;
	padding-bottom:70px;
}

ul.menu li a{
	display:block;
	border-bottom: 1px solid #CCC;
	padding:13px 20px 10px 20px;
	color:#ffffff;
	font-family: "fot-tsukuardgothic-std";
	font-size:14px;
	background:url(../img/sp_navi_arw.svg) no-repeat;
	background-size:20px 20px;
	background-position:right 20px bottom 11px;
}

/*OPEN時の動き*/

.menu.open {
	-webkit-transform:translateX(0);
	transform:translateX(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index:9999;
}

/*スマホのみ：お悩み*/

#top_worries{
	margin-bottom:0;
}

#top_worries .section_inner{
	padding:0 30px;
}

#top_worries .worries_balloon_area{
	margin-bottom:40px;
	padding:0 ;
}

#top_worries .top_worries_balloon{
	padding: 0 15px;
	min-width: 100%;
	height: 110px;
	line-height: 34px;
	margin-bottom:40px;
	background-color:#ffffff;
}

#top_worries .top_worries_balloon p{
	line-height:150%;
	font-size:16px;
}

#top_worries .top_worries_balloon img{
	margin:-30px 0 0px 0;
	width:60px;
	height:60px;
}

#top_worries img.top_worries_bnr,
#top_worries img.top_worries_txt{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

#top_worries img.top_worries_txt{
	margin-top:-10px;
}

/*スマホのみ：インビザラインスライド*/

#top_slide{
	margin-top:-20px;
	margin-bottom:20px;
}

#top_slide h2{
	background-size: 210px 118px;
	min-height:118px;
	font-size:16px;
	padding-top:60px;
	padding-bottom:10px;
	letter-spacing:0px;
	line-height:180%;
	margin-left:-15px;
}

#top_slide h2 span.sub_small{
	font-size:12px;
	padding-right:5px;
}

#top_slide h2 span.blue_large{
	font-size:28px;
	color:#00a0e9;
}

#top_slide .top_slide_subtitle{
	text-align:right;
	margin-top:20px;
}

#top_slide .top_slide_subtitle img{
	width:100%;
	height:auto;
}

#top_slide ul.slider{
	width:80%;
	height:auto;
	margin:-10px auto 30px auto;
	border:solid 7px #ffffff;
	background-color:#ffffff;
}

#top_slide img.slide-arrow{
	top:40%;
	width:30px;
	height:30px;
}

#top_slide img.prev-arrow{
	left:-45px;
}

#top_slide img.next-arrow{
	right:-45px;
}

/*スマホのみ：実績*/

#top_results{
	margin-bottom:20px;
}

.top_results_performance{
	background:url(../img/top_results_performance_bg.svg) center no-repeat #ffffff;
	background-position:50% 10pt;
	background-size:40px 40px;
}

.top_results_experience{
	background:url(../img/top_results_experience_bg.svg) center no-repeat #ffffff;
	background-position:50% 10pt;
	background-size:40px 40px;
}

.top_results_performance,
.top_results_experience{
	width:49%;
	padding:60px 10px 20px 10px;
}

#top_results h3{
	font-size:13px;
	line-height:150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
}

#top_results h3 span{
	font-size:17px;
	font-family: "fot-tsukuardgothic-std";
	font-weight:bold;
}

/*スマホのみ：当院の特徴*/

#top_feature{
	margin-bottom:30px;
}

#top_feature ul.top_feature_list li.top_feature_list_img{
	background-image:none;
}

#top_feature ul.top_feature_list li.top_feature_list_img img{
	width:100%;
	height:auto;
}

#top_feature ul.top_feature_list li.top_feature_list_txt{
	width:100%;
	padding:0 15px;
}

#top_feature h2{
	background:url(../img/top_feature_h2_bg.svg) top center no-repeat;
	font-size:16px;
	font-weight:bold;
	line-height:140%;
	letter-spacing:0px;
	background-size:45px 45px;
	margin:20px 0 15px 0;
	text-align:center;
	padding-top:45px;
}

#top_feature h2 span{
	font-size:20px;
}

#top_feature .top_feature_list_txt_inner{
	width:100%;
	padding-bottom:30px;
}

#top_feature .top_feature_hatena{
	padding:15px 0 10px 0;
}

#top_feature .top_feature_hatena p{
	background:url(../img/icon_hatena.svg) left top no-repeat;
	background-size:20px 20px;
	padding-left:30px;
	margin-bottom:10px;
}

a.top_blue_btn{
	height:50px;
	line-height:53px;
	letter-spacing:2px;
	margin-top:20px;
}

/*スマホのみ：ごあいさつ*/

#top_greeting{
	padding-bottom:5px;
}

#top_greeting img{
	width:100px;
	height:100px;
}

#top_greeting h2 {
  font-size:20px;
  padding:20px 0 5px 0;
}

#top_greeting p{
	margin-bottom:15px;
	line-height:170%;
}

#top_greeting p.top_greeting_h2_sub{
	letter-spacing:3px;
	margin-bottom:10px;
}

/*スマホのみ：iTero*/

#top_itero{
	margin-bottom:20px;
}

#top_itero .top_itero_box{
	border:solid 5px #ececec;
	padding:30px 30px 30px 30px;
}

#top_itero .top_itero_box_txt{
	width:100%;
}

#top_itero .top_itero_box_txt img{
	width:50%;
	height:auto;
	display:block;
	float:right;
	margin-left:15px;
	
}

#top_itero h2{
	font-size:13px;
	letter-spacing:1px;
	line-height:160%;
	padding-bottom:15px;
	border-bottom: dashed 7px #ececec;
	margin-bottom:20px;
}

#top_itero h2 span.blue{
	font-size:22px;
}

#top_itero .top_itero_box_btn{
	width:100%;
}

/*スマホのみ：TOPカラム分け*/

#top_main,
#contents,
#contents_blog{
	width:100%;
	padding:0 15px;
}

#sidebar,
#sidebar_sub{
	width:100%;
	margin-bottom:20px;
}

/*スマホのみ：症状別 矯正相談*/

#top_symptom h2{
	background:url(../img/top_symptom_h2_bg.svg) left no-repeat;
	background-size:45px 45px;
	font-size:20px;
	padding:15px 10px 15px 55px;
	margin-bottom:15px;
}

#top_symptom .top_symptom_box{
	width:48%;
	margin-bottom:15px;
}

#top_symptom h3 {
	font-size:15px;
	margin-bottom:20px;
	padding:15px 10px;
}

.top_symptom_box img.img_circle{
	width:100px;
	height:100px;
	margin:0 auto 10px auto;
}

#top_symptom h4{
	font-size:13.5px;
	letter-spacing:0px;
	line-height:140%;
	margin-bottom:15px;
	min-height:35px;
}

#top_symptom h4.one_line{
	padding-top:8px;
}

a.top_symptom_btn{
	height:50px;
	line-height:50px;
	font-size:12px;
	letter-spacing:1px;
}
	
/*スマホのみ：サイドカラムブログエリア*/
#sidebar .sidebar_blog,
#sidebar_sub .sidebar_blog{
	width: 92%;
    margin: 0 auto 20px auto;
}	
	
/*スマホのみ：サイドカラムバナーエリア*/

#sidebar .sidebar_bnrarea,
#sidebar_sub .sidebar_bnrarea{
	margin-bottom:10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 15px;		
}

#sidebar .sidebar_bnr,
#sidebar_sub .sidebar_bnr{
	width:49%;
}

#sidebar .sidebar_bnr_100,
#sidebar_sub .sidebar_bnr_100{
	width:100%;
}

#sidebar .sidebar_bnrarea img,
#sidebar_sub .sidebar_bnrarea img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

/*スマホのみ：サイドカラムメニュー*/

#sidebar ul.sidebar_menu,
#sidebar_sub ul.sidebar_menu{
	margin-bottom:20px;
}

#sidebar ul.sidebar_menu li,
#sidebar_sub ul.sidebar_menu li{
	border-top: 1px solid #00a0e9;
	list-style:none;
	background:url(../img/icon_arw_yellow.svg) no-repeat #ffffff;
	background-size:13px 13px;
	background-position : right 15px bottom 18px;
}

#sidebar ul.sidebar_menu li:last-child,
#sidebar_sub ul.sidebar_menu li:last-child{
	border-bottom: 1px solid #00a0e9;
}

#sidebar ul.sidebar_menu li a,
#sidebar_sub ul.sidebar_menu li a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	color:#00a0e9;
	font-size:14px;
	padding:0 20px;
}

#sidebar ul.sidebar_menu li a:hover,
#sidebar_sub ul.sidebar_menu li a:hover{
	background:url(../img/icon_arw_yellow.svg) no-repeat #f3f9fb;
	background-size:13px 13px;
	background-position : right 15px bottom 18px;
}


/*スマホのみ：メインカラムバナーエリア*/

#top_main_bnrarea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:10px;
}

#top_main_bnrarea .top_main_bnr{
	width:48%;
	margin-bottom:10px;
}

#top_main_bnrarea .top_main_bnr img{
	width:100%;
	height:auto;
}


/*スマホのみ：クリニックブログ*/

#top_main_blog{
	margin-bottom:20px;
}

#top_main_blog h2{
	background-size:45px 45px;
	font-size:20px;
	padding:15px 10px 15px 55px;
	margin-bottom:10px;
}

#top_main_blog .top_main_blog_box{
	padding:30px 15px 25px 15px;
}

#top_main_blog h3{
	background-size:25px 25px;
	font-size:13px;
	padding:5px 10px 15px 35px;
}

#top_main_blog p.top_main_blog_box_next{
	margin-top:15px;
}

#top_main_blog p.top_main_blog_box_next a:hover{
	text-decoration:underline;
}
	
#top_main_video{
	margin-bottom:20px;
}

#top_main_video .top_main_video_box{
	padding:30px 15px 25px 15px;
}	

/*スマホのみ：フッター*/

.footer_wave{
	min-height:25px;
	background:url(../img/footer_wave.png) repeat-x;
	background-size:49px 25px;
}

#footer{
	padding:30px 0 40px 0;
}

#footer h2{
	font-size:23px;
	margin-bottom:30px;
	line-height:120%;
}

#footer h2:after{
	width:30px;
	bottom: -15px;
}

#footer h2 span{
	font-size:16px;
}

#footer ul.footer_navi{
	margin:0 auto 10px auto;
}

#footer ul.footer_navi li{
	padding-right:10px;
	margin-right:10px;
	font-size:13px;
	margin-bottom:10px;
	letter-spacing:0px;
}

#footer ul.footer_navi li a{
	color:#5c5c5c;
}

#footer .footer_left,
#footer .footer_right{
	width:100%;
	text-align:center;
}

#footer .footer_left{
	margin-bottom:15px;
}

#footer .footer_left p{
	font-size:11px;
	color:#00a0e9;
}

#footer .footer_right p{
	font-size:14px;
	letter-spacing:1px;
	line-height:190%;
}

#footer .footer_right p.footer_tel{
	padding:10px 0;
	font-size:20px;
}

#footer table.schedule{
	margin:-20px 0 10px 0;
}

table.schedule th{
	font-size:11px;
	padding:5px;
}


table.schedule td{
	font-size:9px;
	padding:5px;
}

#footer p.copyright{
	font-size:15px;
}


/*sub_page_basic*/


/*スマホのみ：サブページメインビジュアル*/

#sub_mv{
	margin-top:70px;
	margin-bottom:20px;
}

#sub_mv img{
	width:100%;
}

#contents .paragraph,
#contents_blog .paragraph{
	margin-bottom:30px;
}

#contents .paragraph p,
#contents_blog .paragraph p{
	margin-bottom:15px;
	font-size:14px;
	line-height: 28px;
}

#contents .paragraph h1,
#contents_blog .paragraph h1{
	font-size:27px;
	margin-bottom:25px;
}

#contents .paragraph h2,
#contents_blog .paragraph h2{
	font-size:20px;
	padding-bottom:5px;
	margin-bottom:20px;
}

#contents .paragraph h3,
#contents_blog .paragraph h3{
	font-size:18px;
	margin-bottom:10px;
	padding-left:20px;
}

#contents .paragraph h4,
#contents_blog .paragraph h4{
	font-size:18px;
	margin-bottom:15px;
}

#contents .paragraph h5,
#contents_blog .paragraph h5{
	font-size:16px;
	margin-bottom:15px;
}

#contents .paragraph p.tel,
#contents_blog .paragraph p.tel{
	color:#00a0e9;
	font-size:22px;
	font-family: "fot-tsukuardgothic-std";
	font-weight:bold;
	margin-bottom:25px;
}

#contents .paragraph p.tel span,
#contents_blog .paragraph p.tel span{
	background:url(../img/icon_tel.svg) left no-repeat;
	background-size:20px 20px;
	padding-left:30px;
}


/*スマホのみ：サブページ 装飾*/

#contents .paragraph a.contents_btn,
#contents_blog .paragraph a.contents_btn{
	height:50px;
	line-height:53px;
	margin-bottom:20px;
	padding:0 20px;
	width:100%;
}

#contents .paragraph ul.list_dot,
#contents .paragraph ul.list_number,
#contents .paragraph ul.list_check,
#contents .paragraph ul.list_point,
#contents_blog .paragraph ul.list_dot,
#contents_blog .paragraph ul.list_number,
#contents_blog .paragraph ul.list_check,
#contents_blog .paragraph ul.list_point{
	margin-bottom:20px;
}

#contents .paragraph ul.list_dot li,
#contents .paragraph ul.list_number li,
#contents .paragraph ul.list_check li,
#contents .paragraph ul.list_point li,
#contents_blog .paragraph ul.list_dot li,
#contents_blog .paragraph ul.list_number li,
#contents_blog .paragraph ul.list_check li,
#contents_blog .paragraph ul.list_point li{
	margin-bottom:5px;
	font-size:14px;
}

#contents .paragraph .menu-area-box,
#contents_blog .paragraph .menu-area-box{
	width:100%;
}

#contents table,
#contents_blog table{
	margin-bottom:20px;
	font-size:12px;
}

#contents table th,
#contents_blog table th{
	padding: 10px 7px 7px 7px;
	letter-spacing:3px;
}

#contents table td,
#contents_blog table td{
	padding: 12px 7px 7px 7px;
}

#contents .border-box,
#contents_blog .border-box{
	border:5px solid #e7e9ea;
	padding:40px 40px 20px 40px;
	margin-bottom:20px;
}

#contents .color-box,
#contents_blog .color-box{
	padding:40px 40px 20px 40px;
	margin-bottom:20px;
}

#contents .paragraph img,
#contents_blog .paragraph img{
	width:100%;
	display:block;
	margin:0 auto 10px auto;
}

#contents .paragraph img.img_center,
#contents_blog .paragraph img.img_center{
	margin-bottom:20px;
}

#contents .paragraph img.img_right,
#contents .paragraph img.img_left,
#contents_blog .paragraph img.img_right,
#contents_blog .paragraph img.img_left{
	width:100%;
	height:auto;	
	float:none;
	margin:0 auto 20px auto;
}

#contents .paragraph img.no_resize,
#contents_blog .paragraph img.no_resize{
	width:auto;
	height:auto;
}

#contents .half_box,
#contents_blog .half_box{
	margin-bottom:40px;
}

/*スマホのみ：ページトップへ*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page-top a{
	display:block;
}

#page-top img{
	width:80px;
	height:80px;
}


/*一部のデバイスだけで消す　スマホのみ*/

.sp_none{
	display:none;
}

	
/*スマホのみ：ブログ*/
#contents .paragraph .catch,
#contents_blog .paragraph .catch{
    float: none;
    margin: 0 auto 20px auto;
}
	
/*スマホのみ：矯正治療実例*/
.case_mov video{
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
}

.case_box {
    padding: 20px 20px 10px 20px;
}

/*スマホのみ：スクロールこちら*/
.top_slide_swipe{
	margin:-20px auto 30px auto;
	font-size:15px;
	line-height:160%;
}

.top_slide_swipe_in{
}

.top_slide_swipe_in img{
width:100px;
margin-bottom:0;
} 

.top_slide_swipe_in p span.blue{
	font-size:22px;
}

}

/* ******************************************************************** */
/* スマホとタブレット */
/* ******************************************************************** */

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

/*スマホとタブレット：パンくず*/

.breadcrumb{
	width: 100%;
	padding: 3px 15px 0 15px;
    margin: 15px auto 35px auto;
}

	
}


/* ******************************************************************** */
/* タブレットとPC*/
/* ******************************************************************** */

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

/*共通：flexbox*/

.flex-between{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;		
}

.flex-center{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;		
}
	
.width_640_box{
	width: 640px;	
}
	
/*タブレットとPC：ヘッダー*/

#header .header_stripe{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position:relative;
}

#header .header_stripe_left{
	background:url(../img/header_stripe_left.png) left top no-repeat;
}

#header .header_stripe_right{
	background:url(../img/header_stripe_right.png) right bottom no-repeat;
}

#header .header_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#header .header_title{
	padding-top:20px;
}

#header .header_title h1,
#header .header_title p{
	color:#00a0e9;
	font-family: "fot-tsukuardgothic-std";
	font-weight:bold;
	text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px,
	#ffffff 1px -1px 0px, #ffffff -1px -1px 0px;
}

#header .header_title h1 a,
#header .header_title p a{
	color:#00a0e9;
}

#header .header_info{
	font-family: "fot-tsukuardgothic-std";
	font-weight:bold;
}

#header ul.header_contact{
	display:table;
	table-layout: fixed;
	width:100%;
}

#header ul.header_contact li{
	display:table-cell;
	vertical-align:middle;
	text-align:left;	
}

#header ul.header_contact li p.header_tel{
	color:#00a0e9;
}

#header ul.header_contact li p.header_tel span{
	background:url(../img/icon_tel.svg) left no-repeat;
}

#header ul.header_contact li a.header_soudan{
	text-align:center;
	display:block;
	background-color:#ffffff;
	border:3px solid #eebe00;
	border-radius:5px;
	color:#eebe00;
	font-weight:normal;
}

#header ul.header_contact li a.header_soudan:hover{
	background-color:#fffbec;
}

#header ul.header_contact li a.header_soudan span{
	background:url(../img/icon_contact.svg) left no-repeat;
}


/*タブレットとPC：ナビゲーション*/

#g_navi{
	background-color:#00a0e9;
}

#g_navi ul.navi_list li{
	float:left;
	font-family: "fot-tsukuardgothic-std";
	border-right:1px solid #ffffff;
}

#g_navi ul.navi_list li:last-child{
	border:none;
}

#g_navi ul.navi_list li a{
	display:block;
	text-align:center;
	color:#ffffff;
}

#g_navi ul.navi_list li a:hover {
	color:#fbe280;
}

/*タブレットとPC：TOPカラム分け*/

.wrapper{
	margin-bottom:20px;
}

#top_main{
	float:right;
}

#sidebar{
	float:left;
}

/*タブレットとPC：サブページ装飾*/

#contents .paragraph p.tel,
#contents_blog .paragraph p.tel{
	color:#00a0e9;
	font-size:28px;
	font-family: "fot-tsukuardgothic-std";
	font-weight:bold;
}

#contents .paragraph p.tel span,
#contents_blog .paragraph p.tel span{
	background:url(../img/icon_tel.svg) left no-repeat;
	background-size:30px 30px;
	padding-left:40px;
}

}

/* ******************************************************************** */
/* タブレットのみ */
/* ******************************************************************** */

@media screen and (min-width : 768px) and (max-width: 1023px) {
	
/*タブレットのみ：共通設定*/

body{
	font-size:15px;
}

.section_inner{
	width:100%;
	padding:0 30px;
}

/*タブレットのみ：ヘッダー*/

#header{
	height:300px;	
}

#header .header_stripe_left,
#header .header_stripe_right{
	background-size:200px 62px;
	width:200px;
	height:300px;	
}

#header .header_inner{
	width:100%;
	margin:-300px auto 0 auto;
	padding:10px 30px 20px 30px;
	position:relative;
}

#header .header_title{
	width:100%;
	margin-bottom:20px;
}

#header .header_title h1,
#header .header_title p{
	text-align:center;
	font-size:30px;
	line-height:110%;
}

#header .header_title h1 span,
#header .header_title p span{
	font-size:22px;
}

#header .header_info{
	width:100%;
	text-align:center;
}

#header .header_info p{
	font-size:13px;
	letter-spacing:0.5px;
}

#header ul.header_contact{
	margin-top:15px;
}

#header ul.header_contact li p.header_tel{
	font-size:30px;
	text-align:right;
}

#header ul.header_contact li p.header_tel span{
	background-size:35px 35px;
	padding-left:45px;
	padding-bottom:3px;
}

#header ul.header_contact li a.header_soudan{
	width:230px;
	height:70px;
	line-height:65px;
	font-size:18px;
	margin-left:30px;
}

#header ul.header_contact li a.header_soudan span{
	background-size:25px 25px;
	padding-left:35px;
	letter-spacing:2px;
}


/*タブレットのみ：ナビゲーション*/

#g_navi ul.navi_list{
	width:768px;
	margin:0 auto;
	padding:20px 0 18px 0;
}

#g_navi ul.navi_list li a{
	font-size:15px;
	padding:0 20px;
}

/*タブレットのみ：メインビジュアル*/

#top_mv img{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

/*タブレットのみ：お悩み*/

#top_worries{
	margin-bottom:30px;
}

#top_worries .worries_balloon_area{
	margin-bottom:60px;
}

#top_worries .top_worries_balloon{
	padding: 0 15px;
	min-width: 220px;
	height: 130px;
	line-height: 34px;
	margin-bottom:30px;
}

#top_worries .top_worries_balloon p{
	line-height:150%;
	font-size:16px;
}

#top_worries .top_worries_balloon img{
	margin:-35px 0 10px 0;
	width:70px;
	height:70px;
}

#top_worries img.top_worries_txt{
	width:70%;
	height:auto;
	display:block;
	margin:0 auto 15px auto;
}

#top_worries img.top_worries_bnr{
	width:100%;
	height:auto;
}

/*タブレットのみ：インビザラインスライド*/

#top_slide{
	margin-bottom:30px;
}

#top_slide h2{
	background-size: 200px 113px;
	min-height:113px;
	padding-left:210px;
	font-size:30px;
	padding-top:45px;
}

#top_slide h2 span.sub_small{
	font-size:15px;
	padding-right:5px;
}

#top_slide h2 span.blue_large{
	font-size:40px;
	color:#00a0e9;
}

#top_slide .top_slide_subtitle{
	text-align:right;
	margin-top:40px;
}

#top_slide .top_slide_subtitle img{
	width:100%;
	height:auto;
}

#top_slide ul.slider{
	width:600px;
	height:393px;
	margin:-30px auto 60px auto;
}

#top_slide img.slide-arrow{
	top:45%;
	width:55px;
	height:55px;
}

#top_slide img.prev-arrow{
	left:-75px;
}

#top_slide img.next-arrow{
	right:-75px;
}

/*タブレットのみ：実績*/

#top_results{
	margin-bottom:30px;
}

.top_results_performance,
.top_results_experience{
	width:49%;
	padding:20px 0 20px 90px;
}

#top_results h3{
	font-size:16px;
	line-height:160%;
}

#top_results h3 span{
	font-size:19px;
}

/*タブレットのみ：当院の特徴*/

#top_feature{
	margin-bottom:30px;
}

#top_feature ul.top_feature_list li.top_feature_list_img{
	background-image:none;
}

#top_feature ul.top_feature_list li.top_feature_list_img img{
	width:100%;
	height:auto;
}

#top_feature ul.top_feature_list li.top_feature_list_txt{
	width:100%;
	padding:0 30px;
}

#top_feature h2{
	background:url(../img/top_feature_h2_bg.svg) left no-repeat;
	font-size:18px;
	line-height:140%;
	letter-spacing:0px;
	background-size:45px 45px;
	padding-left:55px;
	margin:40px 15px 30px 15px;
}

#top_feature h2 span{
	font-size:28px;
}

#top_feature .top_feature_list_txt_inner{
	width:100%;
	padding-bottom:30px;
}

#top_feature .top_feature_hatena{
	padding:15px 0 10px 0;
}

#top_feature .top_feature_hatena p{
	background-size:25px 25px;
	padding-left:35px;
	margin-bottom:10px;
}

a.top_blue_btn{
	height:50px;
	line-height:53px;
	letter-spacing:3px;
	margin-top:20px;
	margin-bottom:30px;
}


/*タブレットのみ：ごあいさつ*/

#top_greeting{
	padding-bottom:30px;
}

#top_greeting img{
	width:160px;
	height:160px;
}

#top_greeting h2 {
  font-size:28px;
  padding:20px 0 10px 0;
}

#top_greeting p{
	margin-bottom:20px;
	line-height:170%;
}

#top_greeting p.top_greeting_h2_sub{
	letter-spacing:3px;
	margin-bottom:20px;
}


/*タブレットのみ：iTero*/

#top_itero{
	margin-bottom:30px;
}

#top_itero .top_itero_box{
	border:solid 5px #ececec;
	padding:50px 50px 30px 50px;
}

#top_itero .top_itero_box_txt{
	width:100%;
}

#top_itero .top_itero_box_txt img{
	width:30%;
	height:auto;
	display:block;
	float:right;
	margin-left:20px;
	
}

#top_itero h2{
	font-size:18px;
	letter-spacing:1px;
	line-height:160%;
	padding-bottom:15px;
	border-bottom: dashed 7px #ececec;
	margin-bottom:20px;
}

#top_itero h2 span.blue{
	font-size:30px;
}

#top_itero p{
	margin-bottom:15px;
}

#top_itero .top_itero_box_btn{
	width:100%;
}

/*タブレットのみ：TOPカラム分け*/

.wrapper{
	margin-bottom:20px;
}

#top_main,
#sidebar,
#sidebar_sub,
#contents,
#contents_blog{
	width:100%;
	padding:0 30px;
}

/*タブレットのみ：症状別 矯正相談*/

#top_symptom{
	margin-bottom:15px;
}

#top_symptom h2{
	background:url(../img/top_symptom_h2_bg.svg) left no-repeat;
	background-size:45px 45px;
	font-size:28px;
	padding:15px 10px 15px 55px;
	margin-bottom:15px;
}

#top_symptom .top_symptom_box{
	width:49%;
	margin-bottom:15px;
}

#top_symptom h3 {
	padding: 0 15px;
	height: 65px;
	line-height: 65px;
	font-size:18px;
	margin-bottom:30px;
}

.top_symptom_box img.img_circle{
	width:115px;
	height:115px;
	margin:0 auto 15px auto;
}

#top_symptom h4{
	font-size:19px;
	line-height:140%;
	margin-bottom:15px;
	min-height:60px;
}

#top_symptom h4.one_line{
	padding-top:15px;
}

a.top_symptom_btn{
	height:50px;
	line-height:50px;
	font-size:14px;
	letter-spacing:3px;
}

/*タブレットのみ：メインカラムバナーエリア*/

#top_main_bnrarea{
	margin-bottom:30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
}

#top_main_bnrarea img{
	width:auto;
	height:auto;
	margin:10px;
}

/*タブレットのみ：クリニックブログ*/

#top_main_blog{
	margin-bottom:30px;
}

#top_main_blog h2{
	background-size:45px 45px;
	font-size:28px;
	padding:10px 10px 10px 60px;
	margin-bottom:20px;
}

#top_main_blog .top_main_blog_box{
	padding:60px 30px 60px 30px;
}

#top_main_blog h3{
	background-size:30px 30px;
	font-size:16px;
	padding:5px 10px 15px 55px;
}

#top_main_blog p.top_main_blog_box_next{
	margin-top:15px;
}

#top_main_blog p.top_main_blog_box_next a:hover{
	text-decoration:underline;
}
	
#top_main_video{
	margin-bottom:30px;
}

#top_main_video .top_main_video_box{
	padding:60px 30px 60px 30px;
}	

/*タブレットのみ：サイドカラムバナーエリア*/

.sidebar_bnrarea{
	margin-bottom:10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;		
}

.sidebar_bnr,
.sidebar_bnr_100{
	width:49%;
}

.sidebar_bnrarea img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

/*タブレットのみ：サイドカラムメニュー*/

ul.sidebar_menu{
	margin-bottom:20px;
	width:100%;
}

ul.sidebar_menu li{
	border: 1px solid #00a0e9;
	list-style:none;
	margin-bottom:10px;
	background:url(../img/icon_arw_yellow.svg) no-repeat #ffffff;
	background-size:13px 13px;
	background-position : right 15px bottom 18px;
}

ul.sidebar_menu li a{
	display:block;
	width:100%;
	height:50px;
	line-height:55px;
	color:#00a0e9;
	font-size:15px;
	padding:0 20px;
}

ul.sidebar_menu li a:hover{
	background:url(../img/icon_arw_yellow.svg) no-repeat #f3f9fb;
	background-size:13px 13px;
	background-position : right 15px bottom 18px;
}

/*タブレットのみ：フッター*/

.footer_wave{
	min-height:50px;
	background:url(../img/footer_wave.png) repeat-x;
}

#footer{
	padding:40px 0 60px 0;
}

#footer h2{
	font-size:30px;
	margin-bottom:60px;
}

#footer h2:after{
	width:40px;
	bottom: -30px;
}

#footer h2 span{
	font-size:20px;
}

#footer ul.footer_navi{
	width:690px;
	margin:0 auto 40px auto;
}

#footer ul.footer_navi li{
	padding-right:20px;
	margin-right:20px;
	font-size:14px;
}

#footer ul.footer_navi li a{
	color:#5c5c5c;
}

#footer .footer_left,
#footer .footer_right{
	width:100%;
	text-align:center;
}

#footer .footer_left{
	margin-bottom:30px;
}

#footer .footer_left p{
	font-size:12px;
	color:#00a0e9;
}

#footer .footer_right p{
	font-size:15px;
	letter-spacing:1px;
	line-height:190%;
}

#footer .footer_right p.footer_tel{
	padding:15px 0;
	font-size:20px;
}

#footer table.schedule{
	margin:-20px 0 10px 0;
}

table.schedule th{
	font-size:12px;
	padding:5px;
}


table.schedule td{
	font-size:12px;
	padding:5px;
}

#footer p.copyright{
	font-size:16px;
}

/*sub_page_basic*/


/*タブレットのみ：サブページメインビジュアル*/

#sub_mv{
	margin-bottom:25px;
}

#sub_mv img{
	width:100%;
}

#contents .paragraph,
#contents_blog .paragraph{
	margin-bottom:40px;
}

#contents .paragraph p,
#contents_blog .paragraph p{
	font-size:15px;
	margin-bottom:20px;
	line-height: 30px;
}

#contents .paragraph h1,
#contents_blog .paragraph h1{
	font-size:30px;
	margin-bottom:30px;
}

#contents .paragraph h2,
#contents_blog .paragraph h2{
	font-size:25px;
	padding-bottom:8px;
	margin-bottom:20px;
}

#contents .paragraph h3,
#contents_blog .paragraph h3{
	font-size:20px;
	margin-bottom:15px;
	padding-left:10px;
}

#contents .paragraph h4,
#contents_blog .paragraph h4{
	font-size:19px;
	margin-bottom:15px;
}

#contents .paragraph h5,
#contents_blog .paragraph h5{
	font-size:18px;
	margin-bottom:15px;
}

/*タブレットのみ：サブページ 装飾*/

#contents .paragraph a.contents_btn,
#contents_blog .paragraph a.contents_btn{
	height:50px;
	line-height:53px;
	margin-bottom:20px;
	padding:0 20px;
}

#contents .btn_small,
#contents_blog .btn_small{
	width:270px;
}

#contents .btn_big,
#contents_blog .btn_big{
	width:500px;
}

#contents .paragraph ul,
#contents .paragraph ul.list_dot,
#contents .paragraph ul.list_number,
#contents .paragraph ul.list_check,
#contents .paragraph ul.list_point,
#contents_blog .paragraph ul,
#contents_blog .paragraph ul.list_dot,
#contents_blog .paragraph ul.list_number,
#contents_blog .paragraph ul.list_check,
#contents_blog .paragraph ul.list_point{
	margin-bottom:20px;
}

#contents .paragraph ul,
#contents .paragraph ul.list_dot li,
#contents .paragraph ul.list_number li,
#contents .paragraph ul.list_check li,
#contents .paragraph ul.list_point li,
#contents_blog .paragraph ul,
#contents_blog .paragraph ul.list_dot li,
#contents_blog .paragraph ul.list_number li,
#contents_blog .paragraph ul.list_check li,
#contents_blog .paragraph ul.list_point li{
	margin-bottom:10px;
}

#contents table,
#contents_blog table{
	margin-bottom:20px;
}

#contents table th,
#contents_blog table th{
	padding: 15px;
	letter-spacing:3px;
}

#contents table td,
#contents_blog table td{
	padding: 15px 12px 12px 12px;
	font-size:15px;
}

#contents .border-box,
#contents_blog .border-box{
	border:5px solid #e7e9ea;
	padding:40px 40px 20px 40px;
	margin-bottom:20px;
}

#contents .color-box,
#contents_blog .color-box{
	padding:40px 40px 20px 40px;
	margin-bottom:20px;
}

#contents .paragraph img,
#contents_blog .paragraph img{
	margin-bottom:20px;
}

#contents .paragraph img.img_center,
#contents_blog .paragraph img.img_center{
	margin-bottom:20px;
}

#contents .paragraph img.img_right,
#contents_blog .paragraph img.img_right{
	margin:0 0 15px 20px;
}

#contents .paragraph img.img_left,
#contents_blog .paragraph img.img_left{
	margin:0 20px 15px 0;
}

#contents .paragraph .img_tab_fullsize,
#contents_blog .paragraph .img_tab_fullsize{
	display:block;
	margin:0 auto 20px auto;
	width:100%;
	height:auto;
}

img.clinic_img{
	width: 50%;
	float: left;
}
.list_dot.clinic_first{
	width: 45%;
	float: right;
}

/*タブレットのみ：スクロールこちら*/
.top_slide_swipe{
	margin:-40px auto 60px auto;
	font-size:22px;
}

.top_slide_swipe_in{
}

.top_slide_swipe_in img{
width:150px;
margin:0 auto 15px auto;
} 


/*一部のデバイスだけで消す タブレットのみ*/

.tab_none{
	display:none;
}

}

/* ******************************************************************** */
/* スマホとタブレットとPC（小画面） */
/* ******************************************************************** */

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

/* ******************************************************************** */
/* PC（小画面）とPC（大画面） */
/* ******************************************************************** */

@media screen and (min-width : 1024px){
	
/*PC（小画面）とPC（大画面）：共通設定*/

.section_inner{
	width:980px;
	margin:0 auto;
}

/*PC（小画面）とPC（大画面）：ヘッダー*/

#header{
	height:215px;	
}

#header .header_stripe_left,
#header .header_stripe_right{
	background-size:390px 120px;
	width:390px;
	height:215px;	
}

#header .header_inner{
	width:980px;
	margin:-215px auto 0 auto;
	padding:40px 0;
	position:relative;
}

#header .header_title{
	width:380px;
}

#header .header_title h1,
#header .header_title p{
	font-size:33px;
	line-height:110%;
}

#header .header_title h1 span,
#header .header_title p span{
	font-size:22px;
}

#header .header_info{
	width:540px;
}

#header .header_info p{
	font-size:14.5px;
	letter-spacing:0.5px;
}

#header ul.header_contact li p.header_tel{
	font-size:30px;
}

#header ul.header_contact li p.header_tel span{
	background-size:35px 35px;
	padding-left:45px;
	padding-bottom:3px;
}

#header ul.header_contact li a.header_soudan{
	width:230px;
	height:70px;
	line-height:65px;
	font-size:18px;
	margin-left:20px;
}

#header ul.header_contact li a.header_soudan span{
	background-size:25px 25px;
	padding-left:35px;
	letter-spacing:2px;
}

/*PC（小画面）とPC（大画面）：ナビゲーション*/

#g_navi ul.navi_list{
	width:980px;
	margin:0 auto;
	padding:20px 0 18px 0;
}

#g_navi ul.navi_list li a{
	padding:0 34px;
}

/*PC（小画面）とPC（大画面）：メインビジュアル*/

#top_mv{
	background:url(../img/top_mv_bg.jpg) repeat-x;
	background-size:auto 100%;
	text-align:center;
	height:351px;
	margin-bottom:60px;
}	

#top_mv img{
	width:auto;
	height:351px;
}

/*PC（小画面）とPC（大画面）：お悩み*/

#top_worries{
	margin-bottom:40px;
}

#top_worries .worries_balloon_area{
	margin-bottom:60px;
}

#top_worries .top_worries_balloon{
	padding: 0 15px;
	min-width: 310px;
	height: 150px;
	line-height: 34px;
	margin-bottom:40px;
}

#top_worries .top_worries_balloon p{
	line-height:150%;
	font-size:19px;
}

#top_worries .top_worries_balloon img{
	margin:-50px 0 15px 0;
}

#top_worries img.top_worries_bnr,
#top_worries img.top_worries_txt{
	display:block;
	margin:0 auto 15px auto;
}

/*PC（小画面）とPC（大画面）：インビザラインスライド*/

#top_slide{
	margin-bottom:60px;
}

#top_slide h2{
	background-size: 275px 155px;
	min-height:155px;
	padding-left:285px;
	font-size:40px;
	padding-top:70px;
}

#top_slide h2 span.sub_small{
	font-size:22px;
	padding-right:5px;
}

#top_slide h2 span.blue_large{
	font-size:60px;
	color:#00a0e9;
}

#top_slide .top_slide_subtitle{
	text-align:right;
	margin-top:40px;
}

#top_slide .top_slide_subtitle img{
	width:650px;
	height:171px;
}

#top_slide ul.slider{
	width:700px;
	height:457px;
	/*margin:-40px auto 60px auto;*/
	margin:-40px auto 20px auto;
}

#top_slide img.slide-arrow{
	top:45%;
}

#top_slide img.prev-arrow{
	left:-90px;
}

#top_slide img.next-arrow{
	right:-90px;
}

/*PC（小画面）とPC（大画面）：実績*/

#top_results{
	margin-bottom:60px;
}

.top_results_performance,
.top_results_experience{
	width:470px;
	padding:20px 0 20px 85px;
}

#top_results h3{
	font-size:16px;
	line-height:180%;
}

#top_results h3 span{
	font-size:19px;
}

/*PC（小画面）とPC（大画面）：当院の特徴*/

#top_feature{
	margin-bottom:60px;
}

#top_feature ul.top_feature_list{
	display:table;
	table-layout: fixed;
}

#top_feature ul.top_feature_list li{
	display:table-cell;
	vertical-align:middle;
}

#top_feature ul.top_feature_list li.top_feature_list_img{
	background:url(../img/top_feature_img_pc.jpg) right no-repeat;
	background-size:auto 100%;
}

#top_feature ul.top_feature_list li.top_feature_list_txt{
	padding:60px 0;
}

#top_feature h2{
	background:url(../img/top_feature_h2_bg.svg) left no-repeat;
	font-size:22px;
	line-height:140%;
	letter-spacing:0px;
	background-size:80px 80px;
	padding-left:90px;
	margin-bottom:30px;
}

#top_feature h2 span{
	font-size:27px;
	padding-left:5px;
}

#top_feature .top_feature_list_txt_inner{
	width:490px;
}

#top_feature .top_feature_hatena{
	padding:15px 0 10px 0;
}

#top_feature .top_feature_hatena p{
	background-size:25px 25px;
	padding-left:35px;
	margin-bottom:10px;
}

a.top_blue_btn{
	height:50px;
	line-height:53px;
	letter-spacing:3px;
	margin-top:20px;
}


/*PC（小画面）とPC（大画面）：ごあいさつ*/

#top_greeting{
	padding-bottom:40px;
}

#top_greeting h2 {
  font-size:30px;
  padding:20px 0 10px 0;
}

#top_greeting p{
	margin-bottom:20px;
	line-height:170%;
}

#top_greeting p.top_greeting_h2_sub{
	letter-spacing:3px;
	margin-bottom:20px;
}

/*PC（小画面）とPC（大画面）：iTero*/

#top_itero{
	margin-bottom:60px;
}

#top_itero .top_itero_box{
	border:solid 5px #ececec;
	padding:60px;
}

#top_itero .top_itero_box_txt{
	width:65%;
}

#top_itero .top_itero_box_img{
	width:30%;
}

#top_itero .top_itero_box_img img{
	width:100%;
	height:auto;
}

#top_itero h2{
	font-size:20px;
	letter-spacing:1px;
	line-height:160%;
	padding-bottom:15px;
	border-bottom: dashed 7px #ececec;
	margin-bottom:20px;
}

#top_itero h2 span.blue{
	font-size:35px;
}

#top_itero p{
	margin-bottom:15px;
}

/*PC（小画面）とPC（大画面）：TOPカラム分け*/

.wrapper{
	width:980px;
	margin:0 auto 30px auto;
}

#top_main{
	width:640px;
}

#contents{
	width:640px;
	margin:0 auto;
}

#contents_blog{
	width:640px;
	float: right;
}

#sidebar{
	width:300px;
}

#sidebar img{
	max-width:100%;
	height:auto;
	margin-bottom:10px;
}

#sidebar_sub{
	width:100%;
}

/*PC（小画面）とPC（大画面）：症状別 矯正相談*/

#top_symptom h2{
	background:url(../img/top_symptom_h2_bg.svg) left no-repeat;
	background-size:45px 45px;
	font-size:30px;
	padding:10px 10px 10px 60px;
	margin-bottom:25px;
}

#top_symptom .top_symptom_box{
	width:310px;
	margin-bottom:20px;
}

#top_symptom h3 {
	padding: 0 15px;
	height: 65px;
	line-height: 65px;
	font-size:18px;
	margin-bottom:30px;
}

.top_symptom_box img.img_circle{
	width:115px;
	height:115px;
	margin:0 auto 15px auto;
}

#top_symptom h4{
	font-size:19px;
	line-height:140%;
	margin-bottom:15px;
	min-height:60px;
}

#top_symptom h4.one_line{
	padding-top:15px;
}

a.top_symptom_btn{
	height:50px;
	line-height:50px;
	font-size:14px;
	letter-spacing:3px;
}

/*PC（小画面）とPC（大画面）：メインカラムバナーエリア*/

#top_main_bnrarea{
	margin-bottom:25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

#top_main_bnrarea img{
	margin-bottom:15px;
}

/*PC（小画面）とPC（大画面）：クリニックブログ*/

#top_main_blog h2{
	background-size:45px 45px;
	font-size:30px;
	padding:10px 10px 10px 60px;
	margin-bottom:25px;
}

#top_main_blog .top_main_blog_box{
	padding:40px 40px;
	margin-bottom: 60px;
}

#top_main_blog h3{
	background-size:30px 30px;
	background-position:0pt 3pt;
	padding:8px 0 5px 45px;
	margin-bottom:5px;
}

#top_main_blog p.top_main_blog_box_next{
	margin-top:30px;
}

#top_main_blog p.top_main_blog_box_next a:hover{
	text-decoration:underline;
}
	

#top_main_video .top_main_video_box{
	padding:40px 40px;
	margin-bottom: 60px;
}	

/*PC（小画面）とPC（大画面）：サイドカラムバナーエリア*/

#sidebar .sidebar_bnrarea{
	margin-bottom:10px;
}

#sidebar .sidebar_bnrarea img,
#sidebar .sidebar_bnrarea_100 img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}


/*PC（小画面）とPC（大画面）：サイドカラムメニュー*/

#sidebar ul.sidebar_menu{
	margin-bottom:20px;
	width:100%;
}

#sidebar ul.sidebar_menu li{
	border: 1px solid #00a0e9;
	list-style:none;
	margin-bottom:10px;
	background:url(../img/icon_arw_yellow.svg) no-repeat #ffffff;
	background-size:13px 13px;
	background-position : right 15px bottom 18px;
}

#sidebar ul.sidebar_menu li a{
	display:block;
	width:100%;
	height:50px;
	line-height:55px;
	color:#00a0e9;
	font-size:15px;
	padding:0 20px;
}

#sidebar ul.sidebar_menu li a:hover{
	background:url(../img/icon_arw_yellow.svg) no-repeat #f3f9fb;
	background-size:13px 13px;
	background-position : right 15px bottom 18px;
}


/*PC（小画面）とPC（大画面）：サイドカラムメニュー*/

#sidebar_sub ul.sidebar_menu{
	margin-bottom:20px;
	width:100%;
}

#sidebar_sub ul.sidebar_menu li{
	border: 1px solid #00a0e9;
	list-style:none;
	margin-bottom:10px;
	background:url(../img/icon_arw_yellow.svg) no-repeat #ffffff;
	background-size:13px 13px;
	background-position : right 15px bottom 18px;
}

#sidebar_sub ul.sidebar_menu li a{
	display:block;
	width:100%;
	height:50px;
	line-height:55px;
	color:#00a0e9;
	font-size:15px;
	padding:0 20px;
}

#sidebar_sub ul.sidebar_menu li a:hover{
	background:url(../img/icon_arw_yellow.svg) no-repeat #f3f9fb;
	background-size:13px 13px;
	background-position : right 15px bottom 18px;
}

/*PC（小画面）とPC（大画面）：サイドカラムバナーエリア*/

#sidebar_sub .sidebnr_wrap,
#sidebar_sub .sidebar_bnrarea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;		
}

#sidebar_sub .bnr_area_left{
	width:66%;
	margin-bottom:10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;		
}

#sidebar_sub .bnr_area_right{
	width:31%;
}

#sidebar_sub .sidebar_bnr{
	width:49%;
}

#sidebar_sub img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	display:block;
}

#sidebar_sub .sidebar_bnr_100{
	width:49%;
	height:auto;
}

/*PC（小画面）とPC（大画面）：サイドカラムメニュー*/

#sidebar_sub ul.sidebar_menu{
	margin-bottom:20px;
	width:100%;
}

#sidebar_sub ul.sidebar_menu li{
	border: 1px solid #00a0e9;
	list-style:none;
	margin-bottom:10px;
	background:url(../img/icon_arw_yellow.svg) no-repeat #ffffff;
	background-size:13px 13px;
	background-position : right 15px bottom 18px;
	width:320px;
	float:left;
	margin-right:10px;
}

#sidebar_sub ul.sidebar_menu li:nth-child(3),
#sidebar_sub ul.sidebar_menu li:nth-child(6){
	margin-right:0;
}


#sidebar_sub ul.sidebar_menu li a{
	display:block;
	width:100%;
	height:50px;
	line-height:55px;
	color:#00a0e9;
	font-size:15px;
	padding:0 20px;
}

#sidebar_sub ul.sidebar_menu li a:hover{
	background:url(../img/icon_arw_yellow.svg) no-repeat #f3f9fb;
	background-size:13px 13px;
	background-position : right 15px bottom 18px;
}

/*PC（小画面）とPC（大画面）：フッター*/

.footer_wave{
	min-height:50px;
	background:url(../img/footer_wave.png) repeat-x;
}

#footer{
	padding:40px 0 60px 0;
}

#footer h2{
	font-size:33px;
	margin-bottom:60px;
}

#footer h2:after{
	width:40px;
	bottom: -30px;
}

#footer h2 span{
	font-size:22px;
}

#footer ul.footer_navi{
	width:740px;
	margin:0 auto 40px auto;
}

#footer ul.footer_navi li{
	padding-right:20px;
	margin-right:20px;
}

#footer ul.footer_navi li a{
	color:#5c5c5c;
}

#footer .footer_left,
#footer .footer_right{
	width:475px;
	text-align:left;
}

#footer .footer_left p{
	font-size:12px;
	color:#00a0e9;
}

#footer .footer_right p{
	font-size:15px;
	letter-spacing:1px;
	line-height:190%;
}

#footer .footer_right p.footer_tel{
	padding:15px 0;
	font-size:20px;
}

#footer table.schedule{
	margin:-20px 0 10px 0;
}

table.schedule th{
	font-size:12px;
	padding:5px;
}


table.schedule td{
	font-size:12px;
	padding:5px;
}

#footer p.copyright{
	font-size:16px;
}

/*sub_page_basic*/

/*PC（小画面）とPC（大画面）：サブページメインビジュアル*/

#sub_mv{
	margin-bottom:25px;
}

#sub_mv img{
	width:980px;
}

#contents .paragraph,
#contents_blog .paragraph{
	margin-bottom:60px;
}

#contents .paragraph p,
#contents_blog .paragraph p{
	margin-bottom:20px;
	font-size:16px;
	line-height: 32px;
}

#contents .paragraph h1,
#contents_blog .paragraph h1{
	font-size:38px;
	margin-bottom:40px;
	border:none;
}

#contents .paragraph h2,
#contents_blog .paragraph h2{
	font-size:26px;
	padding-bottom:8px;
	margin-bottom:20px;
}

#contents .paragraph h3,
#contents_blog .paragraph h3{
	font-size:21px;
	margin-bottom:15px;
	padding-left:20px;
}

#contents .paragraph h4,
#contents_blog .paragraph h4{
	font-size:20px;
	margin-bottom:15px;
}

#contents .paragraph h5,
#contents_blog .paragraph h5{
	font-size:18px;
	margin-bottom:15px;
}


/*サブページ 装飾*/

#contents .paragraph a.contents_btn,
#contents_blog .paragraph a.contents_btn{
	height:50px;
	line-height:53px;
	margin-bottom:20px;
	padding:0 20px;
}

#contents .btn_small,
#contents_blog .btn_small{
	width:270px;
}

#contents .btn_big,
#contents_blog .btn_big{
	width:500px;
}

#contents .paragraph ul.list_dot,
#contents .paragraph ul.list_number,
#contents .paragraph ul.list_check,
#contents .paragraph ul.list_point,
#contents_blog .paragraph ul.list_dot,
#contents_blog .paragraph ul.list_number,
#contents_blog .paragraph ul.list_check,
#contents_blog .paragraph ul.list_point{
	margin-bottom:20px;
}

#contents .paragraph ul.list_dot li,
#contents .paragraph ul.list_number li,
#contents .paragraph ul.list_check li,
#contents .paragraph ul.list_point li,
#contents_blog .paragraph ul.list_dot li,
#contents_blog .paragraph ul.list_number li,
#contents_blog .paragraph ul.list_check li,
#contents_blog .paragraph ul.list_point li
{
	margin-bottom:10px;
}

#contents table,
#contents_blog table{
	margin-bottom:20px;
}

#contents table th,
#contents_blog table th{
	padding: 10px;
	letter-spacing:3px;
	font-size:13px;
}

#contents table td,
#contents_blog table td{
	padding: 13px 10px 10px 10px;
	font-size:13px;
}

#contents .border-box,
#contents_blog .border-box{
	border:5px solid #e7e9ea;
	padding:40px 40px 20px 40px;
	margin-bottom:20px;
}

#contents .color-box,
#contents_blog .color-box{
	padding:40px 40px 20px 40px;
	margin-bottom:20px;
}

#contents .paragraph img,
#contents_blog .paragraph img{
	margin-bottom:20px;
}

#contents .paragraph img.img_center,
#contents_blog .paragraph img.img_center{
	margin-bottom:20px;
}

#contents .paragraph img.img_right,
#contents_blog .paragraph img.img_right{
	margin:0 0 20px 30px;
}

#contents .paragraph img.img_left,
#contents_blog .paragraph img.img_left{
	margin:0 30px 20px 0;
}

.btn_pink{
	width:35%;
}


/*一部のデバイスだけで消す 大小PC*/

.pc_none{
	display:none;
}

}


/* ******************************************************************** */
/* PC（大画面）のみ */
/* ******************************************************************** */

@media screen and (min-width : 1201px){
	
/*PC（大画面）のみ：メインビジュアル*/

#top_mv{
	height:430px;
}

#top_mv img{
	height:430px;
}	

}

/*IE調整*/

@media all and (-ms-high-contrast:none){
	
h1,
h2,
h3,
h4,
h5,
#top_worries .top_worries_balloon p,
a.top_blue_btn,
#top_greeting p.top_greeting_h2_sub,
#footer p.copyright,
#contents .paragraph a.contents_btn,
#contents table th,
#contents .menu-area-box-in .menu-title,
#contents_blog .paragraph a.contents_btn,
#contents_blog table th,
#contents_blog .menu-area-box-in .menu-title,
#header .header_title h1,
#header .header_title p,
#header .header_info,
#g_navi ul.navi_list li,
#contents .paragraph p.tel,
#contents_blog .paragraph p.tel{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

#header .header_info p{
	font-weight:normal;
	font-size:14px;
}

#g_navi ul.navi_list li{
	padding-top:5px;
}

#header ul.header_contact li p.header_tel{
	padding-bottom:5px;
}

#header ul.header_contact li a.header_soudan{
	padding-top:2px;
}


}