/* *******************************************************************************
-------------------------------------------------------------
■ PC/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. text link
 2. title (h2,h3,h4)
 ├ 2-1. h2
 ├ 2-2. h3
 └ 2-3. h4 
 3. bt
 4. base template
 5. SNS
 6. table
 ├ 6-1. default
 ├ 6-3. table01
 └ 6-3. table02 
 7. news
 ├ 7-1. default
 └ 7-2. title change
 8. 汎用プロパティ
 ├ 8-1. float
 ├ 8-2. margin
 ├ 8-3. text-align
 ├ 8-4. 画像の配置
 ├ 8-5. 画像の装飾
 └ 8-6. rollover（透過）
 9. other
 ├ 9-1. before-after
 ├ 9-2. list
 ├ 9-3. flow
 └ 9-4. qa
 10. MAP
 11. full
 12. inquiry
 13. singlebox
 ├ 13-1. 2 column
 ├ 13-2. 3 column
 └ 13-3. 4 column 
 14. コンテンツ非表示

-------------------------------------------------------------  
■ @media screen and (max-width: 1000px)
-------------------------------------------------------------
 11. full

-------------------------------------------------------------  
■ @media screen and (max-width: 767px)
-------------------------------------------------------------
 3. bt
 9. other
 └ 9-1. before-after
 11. full
 13. singlebox
 └ 13-4. common column

-------------------------------------------------------------  
■ @media screen and (max-width: 600px)
-------------------------------------------------------------
 6. table
 ├ 6-1. default
 ├ 6-3. table01
 └ 6-3. table02 
 10. MAP

******************************************************************************* */
/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. text link
=====================================
a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #888; text-decoration: underline; }
a:active  { color: #888; text-decoration: underline; } */

/* =====================================
 2. title (h2,h3,h4)
===================================== */
/* 2-1. h2 -------------------------- */
.gnv_tmp_h2_bg {
	border-bottom: 1px solid #ededed;
	border-top: 3px solid #000;
	width: 100%;
}
.gnv_tmp_h2_bg h2 {
	padding: 10px 15px;
	font-size: 120%;
}
.static #content h2.titleBg,
h2.titleBg {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #ff822e;
	padding: 14px 10px 10px 25px;
	margin-bottom:1em !important;
	color: #fff;
	font-size:150%;
	position:relative;
	border:none;
}
.static #content h2.titleBg:before,
h2.titleBg:before {
	content: "";
	position: absolute;
	background: #fff;
	width:3px;
	height: 68%;
height: -webkit-calc(100% - 20px);
height: calc(100% - 20px);
	top:10px;
	left:10px;
}
.news h2.titleBg {
	background: none;
    border-left: none;
	border-bottom: none;
	border-top: none;
	margin-bottom:0.2em !important;
	padding: 0;
	color:#00665e;
	font-size:25px;
	font-family:"メイリオ","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background: url(../asset/new.png) center left no-repeat;
    padding-left: 40px;
}
.news h2.titleBg:before {
	background:none;
}

/* 2-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
	color: #fff;
    background: #009e96;
    /*padding: 20px;*/
    border: 1px dashed rgba(255,255,255,0.8);
    box-shadow: 0 0 0 5px #009e96;
    -moz-box-shadow: 0 0 0 5px #009e96;
    -webkit-box-shadow: 0 0 0 5px #009e96;
	
	
	
	
	
	/*border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #ff822e;*/
	padding: 14px 10px 10px 10px;
	margin-bottom:1em !important;
}
.gnv_tmp_h3_bg h3 {
	color: #fff;
	border-left: 3px solid #fff;
	padding: 0 0 0 15px;
	font-size:150%;
}

/* 2-3. h4 -------------------------- */
.gnv_tmp_h4_bg {
	position: relative;
	padding: 0 5px 5px 35px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-bottom: 1em !important;
}
.gnv_tmp_h4_bg:before {
	content: "";
	position: absolute;
	background: #ffe6ec;
	top: 14px;
	left: 10px;
	margin-top :-4px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	box-shadow: 1px 1px 1px #EDD0E4 inset;
}
.gnv_tmp_h4_bg h4 {
	font-size:20px;
}
.text_image .gnv_tmp_h4_bg {
	margin-bottom: 1em !important;
}
/* h4 reset */
.b_01 .gnv_tmp_h4_bg,
.b_02 .gnv_tmp_h4_bg {
	margin-bottom: 0;
}

/* =====================================
 3. bt
===================================== */
.gnv_tmp_bt a {
    display: block;
    width: auto;
    height: auto;
	padding:10px 20px;
    
    background: -moz-linear-gradient(top,#4abfb6 0%,#00a99d);
	background: -webkit-gradient(linear, left top, left bottom, from(#4abfb6), to(#00a99d));
	border: 1px solid #DDD;
	color:#FFF;
  
  
  
   /* background: #ff9f8e;
	padding:10px 20px;
    
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    
    color: #fff;*/
    text-align: center;
    text-decoration: none;
}
.gnv_tmp_bt a:hover {
	background: #d8ffcf;
}

/* btサイズ指定の場合 */
.gnv_tmp_detail a {
	width: 30%;
	float: right;
}

/* =====================================
 4. base template
===================================== */
.text_box {
	float: right;
	width: 67%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
}

/* =====================================
 6. table
===================================== */
/* 6-1. default -------------------------- */
.b_06 table td,
.b_06 table th {
    border: none;
}
.b_06 table th {
    border-bottom: 1px solid #5e523d;
}
.b_06 table td {
    border-bottom: 1px solid #ccc;
}
.b_06_item {
    background: none repeat scroll 0 0 ;
    width: 30%;
}

/* 6-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 0.5em;
    background: #FFFFFF;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
    padding: 5px;
    text-align: left;
}
table.gnv_tmp_table01 thead th {
    background: #d8ffcf;
}
table.gnv_tmp_table01 th {
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.gnv_tmp_table01 td {
    background: #FFFFFF;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
/* 6-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
	width: 100%;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 5px;
    text-align: left;
}
table.gnv_tmp_table02 thead th {
    background: #efefef;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
/* 6-2. table01 -------------------------- */
table.gnv_tmp_table03 {
	margin-bottom: 0.5em;
    background: #FFFFFF;
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
table.gnv_tmp_table03 th,
table.gnv_tmp_table03 td {
    padding: 5px;
    text-align: left;
}
table.gnv_tmp_table03 thead th {
    background: #f2e7d6;
}
table.gnv_tmp_table03 th {
    background: #f2e7d6;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
	width:30%;
}
table.gnv_tmp_table03 td {
    background: #FFFFFF;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
	text-align:right;
}
.ceramic table.gnv_tmp_table03 th {
	width:50%;
}
/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
    text-align: center !important;
}

/* =====================================
 7. news
===================================== */
/* 7-1. default -------------------------- */
#news h2 {
	display: block;
	padding: 10px;
	border-top: 3px solid #000;
	background: none;
	font-size: 130%;
	margin: 0 0 1em !important;
}
/* 7-2. title change -------------------------- */
.gnv_tmp_008_title_block h2.gnv_tmp_news_title {
	padding: 10px;
	font-size: 130%;
	border-bottom: 1px solid #ededed;
    margin-bottom: 1em;
}

/* =====================================
8. 汎用プロパティ
===================================== */
/* 8-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}

/* 8-2. margin -------------------------- */
.mt3em { margin-top: 3em !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb0 { margin-bottom: 0 !important;}
.mb1em { margin-bottom: 1em !important;}
.mb3em { margin-bottom: 3em !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

/* 8-3. text-align -------------------------- */
.tal { text-align:left !important;}
.tac { text-align:center;}
.tar { text-align:right;}

/* 8-4. 画像の配置 -------------------------- */
/* 基本設定 */
/* right 
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
}*/

/* 個別設定 */
/* left */
.img_l span img {
    float: left !important;
	margin: 0 20px 20px 0 !important;
}

/* right */
.img_r span img {
    float: right !important;
	margin: 0 0 20px 20px !important;
}

/* 8-5. 画像の装飾 -------------------------- */
/* 角丸 */
.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* 8-6. rollover（透過） -------------------------- */
.rollover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.ba_box {
	background: url(http://www.nagoya-mizuho-dental.com/asset/ba_ar.png) no-repeat center 50%;
	display: table;
	width: 100%;
}
.ba_box div.column_l {
	padding-right: 25px !important;
}
.ba_box div.column_r {
	padding-left: 25px !important;
}
.ba_box div.column_l span,
.ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p,
.ba_box div.column_r p {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box div.column_l span img,
.ba_box div.column_r span img {
	margin-bottom:10px;
}
.ba_box .column_r, .ba_box .column_l {
}
.ba_box .column_r .ba_ttl, .ba_box .column_l .ba_ttl {
	color: #5e523d;
	text-align: center;
    font-size: 120%;
    font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}

/* 9-2. list -------------------------- */
/* 通常リスト 01 */
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 5px 5px 5px 25px;
}
.ic_01 span {
	position: relative;
	line-height: 1;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #5e523d;
	top: 7px;
	left: -16px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	
}
/* ul */
.ic_01 ul {
	margin-left: 25px;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #5e523d;
	top: 14px;
	left: -16px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	
}

/* 通常リスト 02 */
.ic_02 .clearfix {
	padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
	position: relative;
	line-height: 1;
}
.ic_02 span:before{
    content:"\00a0";

    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 2px;
} 
.ic_02 span:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ul */
.ic_02 ul {
	margin: 35px;
}
.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_02 li:before {
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;	
}
.ic_02 li:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 14px;
    margin-top: 0;  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 矢印リスト 01 */
.ic_arrow_01 div.clearfix {
	font-size: 120%;
	padding: 5px 5px 5px 25px;
	float:left;
	margin-right: 40px;
}
.ic_arrow_01 span {
	position: relative;
	display:block;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
    top: 8px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #009e96;
}
/* ul */
.ic_arrow_01 ul {
	margin: 25px;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 13px;
	left: -15px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 li:hover:before {
	left: -12px;
}

/* 矢印リスト 02 */
.ic_arrow_02 .clearfix {
	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	content: "";
	position: absolute;
    top: 2px;
	left: -25px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
    top: 5px;
	left: -19px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}

/* ul */
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
    top: 13px;
	left: -19px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}

/* 9-3. flow -------------------------- */
.gnv_tmp_flow_arrow_01 img {
	margin: 2em auto 0;
}
img.gnv_tmp_flow_arrow_01 {
	margin: 2em auto 0;
}
img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
.access_arrow img {
	width:100% !important;
	float:none !important;
}

/* 9-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #333;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a p,
.gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-top: 15px;
}
 
/* =====================================
 10. MAP
===================================== */
.gnv_tmp_map {
	position: relative;
	padding-bottom: 40%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:1em;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border:none;
}

/* =====================================
 11. full
===================================== */
.content_width_full .parts {
	background: #efefef;
}

/* =====================================
 12. inquiry
===================================== */
/*
■問合せタイトルを付けたい場合
1）下記のコメントアウトを削除する
2）パーツ内の「テキスト」でタイトルを「テキスト」に入力する
 */ 
body#inquiryBody .message {
	display: none;
}
body#inquiryBody .inquiry_textbox {
	margin-bottom: 20px;
}
body#inquiryBody .inquiry_textbox:first-child {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #f2e7d6;
	padding: 14px 10px 10px 10px;
	margin-bottom:1em !important;
	color: #333;
	font-size:150%;
	position:relative;
	border:none;
	font-weight:bold;
}
body#inquiryBody .inquiry_textbox:first-child p {
	border-left:3px solid #fff;
	padding-left:10px;
}
.inquiryFormTable {
	border: none;
}

/* =====================================
 13. singlebox
===================================== */
/* 2-1. 2 column -------------------------- */
.singlebox2 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 47% !important;
}
/* 2-2. 3 column -------------------------- */
.singlebox3 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 30% !important;
}
/* 2-3. 4 column -------------------------- */
.singlebox4 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 22% !important;
}
/* =====================================
 14. コンテンツ非表示
===================================== */
/* TOPのみ解除 上書き（解除しない） */
.top .hikoukai {
    display: none !important;
}
.top #drag-temp-pre-content .parts.hikoukai {
    background: none repeat scroll 0 0 #555;
    border: 5px solid #777;
    display: block !important;
    padding: 20px 0;
}

.tour_none .column_r .gnv_tmp_h4_bg {
	display:none;
}


.name {
	font-size:180%;
	color:#5e523d;
	font-weight:bold;
}
.w65 {
	width:65%;
	float:left;
}
.w76 {
	width:76%;
}
.anchor {
	background:#e3ffdd;
	border:1px solid #4abfb6;
	padding:10px;
}

/*-----------------------------------

    english page

-----------------------------------*/
.en .wrapper {
    height: 600px;
}
  

.en #mainimage {
    background: none;
    height: 386px;
    margin-top: 110px;
    text-indent: 0;
}


.en .main_contents {
    background: url("../asset/main_pcimg.jpg") no-repeat scroll center top / 1600px auto rgba(0, 0, 0, 0);
    height: 794px;
    margin: 0 auto;
	width:100%
	position:relative;
}


.en iframe {
    border: medium none;
    float: left;
    margin-right: 30px;
}


.en #footer {
      padding-top: 10px;

}
.en .footer_block p {
    padding: 10px;
}


.en .b_11 .b_11_in span img{
	float:right;
}
.en .eng {
    padding: 30px 30px 0;
}

    .en .main_contents .main_txt .lead_txt {
  		text-shadow:1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff;
    }


@media screen and (max-width: 767px) {
   .en .main_contents {
        min-height: inherit;
        height: auto;
        background: url("../asset/main_spimg.jpg") no-repeat center top;
		background-size: contain;
		position:relative;
    }
}

.en img.english {
    margin-bottom: 5px;
    margin-top: 22px;
    width: 190px;
}


.flow_img { 
float: right; 
max-width: 655px;
width: 100%;
margin: 0 0 20px 20px;


}

a { 
word-break: break-all;
}

/*-----------------------------------

  追加

-----------------------------------*/

@media all and (-ms-high-contrast:none){


  *::-ms-backdrop, .top .main_contents {
	  height:782px;
  }
}

.en .main_contents.bg_none {
    background: none !important;
}


.en .main_contents .main_txt {
    position: relative;
    width: 100%;
	max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.en .main_contents .main_txt_in {
    position: absolute;
    top: 406px;
    right:auto;
	left:40px;
}

.en .main_contents .effect_box01 {
    position: relative;
}
.en .main_contents .main_txt p {
    line-height: 1.8;
    text-align: left;
	color:#382a11;
    font-size: 22px;
}

.en .gnv_tmp_h3_bg h3 {
    word-wrap: break-word;
}


@media screen and (max-width: 1000px) {
    .en .main_contents {
    height: 600px;
	position:relative;
	}
	
.en .wrapper {
    height: 600px;
}
      .en .main_contents .main_txt {
        width: auto;
        height: auto;
        margin: 0 10px;
    }
      .en .main_contents .main_txt_in {
        top: 356px;
        opacity: 1;
		position:absolute;
    }
	.en .main_contents img {
display: none;
}
	
	}
	
	 @media screen and (max-width: 767px) {
	
	    .en .main_contents {
        min-height: inherit;
         height: 476px;
        background: url("../asset/main_spimg.jpg") no-repeat center top;
		background-size: contain;
		position:relative;
    }
    
    
    .en .main_contents .main_txt {
        height: auto;
    }
    
    .en .wrapper {
    height: auto;
}
       
    .en .main_contents .main_txt_in {
        opacity: 1;
		top:188px;
		position:absolute;
    }
    
    
    .en .main_contents .main_txt p {
        font-size: 14px;
    }
    
    
    .en .main_contents .main_txt .lead_txt {
        font-size: 18px;
		text-shadow:1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff;
    }
    
	 }
    
      @media screen and (max-width: 674px) { 
	  	    .en .main_contents {
        min-height: inherit;
         height: 404px;
		 position:relative;
		 }
		 
		    .en .main_contents .main_txt_in {
        		  top: 200px;
				  		position:absolute;
			}
			.en iframe {
    float: none;
	width: 100%;
	margin:	0;	
						}
			.en .eng {
    padding: 30px 30px 30px;
}

 .en #footer img {
    border: 0 none;
    width: 70%;
	padding: 10px;
}

	  }
	  
  @media screen and (max-width: 535px) { 
  
    	  	    .en .main_contents {
					width:100%;
        min-height: inherit;
         height: 310px;
		 position:relative;
			}
			.en .main_contents .main_txt_in {
        		  top: 155px;
				  		position:absolute;
			}
			.en img.english {
width: 130px;
margin:5px;
}
			
			}
			
 @media screen and (max-width: 440px) { 
 
   	  	    .en .main_contents {
        min-height: inherit;
         height: 290px;
		 position:relative;
			}}
			
    @media screen and (max-width: 400px) {
.en .main_contents .main_txt .lead_txt {
font-size: 14px;
}

.en .main_contents .main_txt_in {
    left: 10px;
    top: 81px;
	position:absolute;
}

.en #content {
    margin-top: 175px;
	}

}
  @media screen and (max-width: 340px) {
	   	    .en .main_contents {
					width:100%;
      
			}
	.en #content {
    margin-top: 140px;  
	}
	  .en .main_contents .main_txt_in {
    left: 10px;
    top: 85px;
	position:absolute;
	  }
	  
	  
	 .en img.english {


    width: 103px;
	margin:5px;
} 
	  
	  }
	  
@media screen and (max-width: 300px) {
.en .main_contents .main_txt .lead_txt {
font-size: 12px;
}}




/*-----------------------------------

    english page

-----------------------------------*/
/*

	
	
	@media screen and (max-width: 767px) {
   .en .gnv_tmp_h3_bg {
	padding: 11px 10px 9px 10px;
}
.en .gnv_tmp_h3_bg h3 {
	font-size:120%;
	line-height:1.4;
	padding-top: 2px;
	word-wrap: break-word;
}}

@media screen and (max-width: 400px) {
.en .main_contents .main_txt .lead_txt {
font-size: 14px;
}
.en .main_contents .main_txt_in {
en: -90px;
left: 10px;
}}
@media screen and (max-width: 300px) {
.en .main_contents .main_txt .lead_txt {
font-size: 12px;
}}
--*/
/*------------------------------------------------------------------------------------*/
/*--en--*/
/*------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------
■ @media screen and (max-width: 1000px)
----------------------------------------------------------- */
@media screen and (max-width: 1000px) {
/* =====================================
 11. full
===================================== */
.content_width_full.under .contents_block {
	margin: 0;
}

.content_width_full .parts {
	background: none;
}

.flow_img { 
float: none; 
max-width: 655px;
width: 100%;
margin: 0 auto 30px;


}


}

/* ----------------------------------------------------------
■ @media screen and (max-width: 767px)
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
/* =====================================
 3. bt
===================================== */
.gnv_tmp_detail a {
	width: 80%;
	margin: 0 auto;
	float: none;
}

/* =====================================
 4. base template
===================================== */
.text_box {
	float: right;
	width: 67%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
}

/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.ba_box {
	background: url(http://www.nagoya-mizuho-dental.com/asset/ba_ar_sp.png) no-repeat center 50%;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l,
.ba_box div.column_r {
	width: 100%;
	display: block;
}
.ba_box .column_l {
	margin-bottom: 4em!important;
}
.ba_box .column_r span {
	text-align: center;
}

/* =====================================
 11. full
===================================== */
.content_width_full .b_10.b_10_column3 div.column_blank,
.content_width_full .b_11_2.b_11_2_column3 div.column_blank,
.content_width_full .b_11.b_11_column3 div.column_blank,
.content_width_full .b_11_3.b_11_3_column3 div.column_blank {
    display: block !important;
}

/* =====================================
 13. singlebox
===================================== */
/* 13-4. common column -------------------------- */
.singlebox2,
.singlebox3,
.singlebox4 {
    width: 100% !important;
    padding: 0;
}
.singlebox2 .b_11_2_in,
.singlebox3 .b_11_2_in,
.singlebox4 .b_11_2_in {
    padding: 5px;
}
.singlebox2 .b_11_2_in span img,
.singlebox3 .b_11_2_in span img,
.singlebox4 .b_11_2_in span img {
    margin: 0;
}
.news h2.titleBg {
	margin-left:20px;
	font-size:30px;
}
.gnv_tmp_008_title_block #news .newsBt {
top: -44px;
}
.static #content h2.titleBg, h2.titleBg {
	font-size:120%;
	padding: 11px 10px 9px 25px;
	line-height:1.4;
}
.gnv_tmp_h3_bg {
	padding: 11px 10px 9px 10px;
}
.gnv_tmp_h3_bg h3 {
	font-size:120%;
	line-height:1.4;
	padding-top: 2px;
	
}
.gnv_tmp_h4_bg {
	padding: 10px 5px 5px 30px;
}
.gnv_tmp_h4_bg h4 {
font-size: 16px;
}
.ic_01 {
	clear:both;
}
.ceramic table.gnv_tmp_table03 {
	width:100%;
}
table.gnv_tmp_table03 th {
	width:40%;
}
body#inquiryBody .inquiry_textbox:first-child {
	font-size:120%;
	padding: 11px 10px 9px 10px;
	line-height:1.4;
}
.gnv_tmp_map {
	margin-bottom:0;
}
.name {
	font-size:130%;
}
.w65 {
	width:100%;
	float:none;
}
.gnv_tmp_h4_bg:before {
	margin-top:2px;
}
.w76 {
	width:97%;
}
table.gnv_tmp_table01 {
	font-size:80%;
}
table.gnv_tmp_table01 th, table.gnv_tmp_table01 td {
	padding:0;
}
.ba_box div.column_l {
	padding-right: 0 !important;
}
.ba_box div.column_r {
	padding-left: 0 !important;
}




}

/* ----------------------------------------------------------
■ @media screen and (max-width: 600px)
----------------------------------------------------------- */
@media screen and (max-width: 600px) {
/* =====================================
 10. MAP
===================================== */
.gnv_tmp_map {
	position: relative;
	padding-bottom: 80%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
}

}





@media screen and (max-width: 300px) {
.ic_arrow_01 div.clearfix {
	margin-right:0;
	float:none;
}
}






















-------------------------------------------------------------
 1. text link
 2. title (h2,h3,h4)
 ├ 2-1. h2
 ├ 2-2. h3
 └ 2-3. h4 
 3. bt
 4. base template
 5. SNS
 6. table
 ├ 6-1. default
 ├ 6-3. table01
 └ 6-3. table02 
 7. news
 ├ 7-1. default
 └ 7-2. title change
 8. 汎用プロパティ
 ├ 8-1. float
 ├ 8-2. margin
 ├ 8-3. text-align
 ├ 8-4. 画像の配置
 ├ 8-5. 画像の装飾
 └ 8-6. rollover（透過）
 9. other
 ├ 9-1. before-after
 ├ 9-2. list
 ├ 9-3. flow
 └ 9-4. qa
 10. MAP
 11. full
 12. inquiry
 13. singlebox
 ├ 13-1. 2 column
 ├ 13-2. 3 column
 └ 13-3. 4 column 
 14. コンテンツ非表示

-------------------------------------------------------------  
■ @media screen and (max-width: 1000px)
-------------------------------------------------------------
 11. full

-------------------------------------------------------------  
■ @media screen and (max-width: 767px)
-------------------------------------------------------------
 3. bt
 9. other
 └ 9-1. before-after
 11. full
 13. singlebox
 └ 13-4. common column

-------------------------------------------------------------  
■ @media screen and (max-width: 600px)
-------------------------------------------------------------
 6. table
 ├ 6-1. default
 ├ 6-3. table01
 └ 6-3. table02 
 10. MAP

******************************************************************************* */
/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. text link
=====================================
a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #888; text-decoration: underline; }
a:active  { color: #888; text-decoration: underline; } */

/* =====================================
 2. title (h2,h3,h4)
===================================== */
/* 2-1. h2 -------------------------- */
.gnv_tmp_h2_bg {
	border-bottom: 1px solid #ededed;
	border-top: 3px solid #000;
	width: 100%;
}
.gnv_tmp_h2_bg h2 {
	padding: 10px 15px;
	font-size: 120%;
}
.static #content h2.titleBg,
h2.titleBg {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #009e96;
	padding: 14px 10px 10px 25px;
	margin-bottom:1em !important;
	color: #fff;
	font-size:150%;
	position:relative;
	border:none;
}
.static #content h2.titleBg:before,
h2.titleBg:before {
	content: "";
	position: absolute;
	background: #fff;
	width:3px;
	height: 68%;
height: -webkit-calc(100% - 20px);
height: calc(100% - 20px);
	top:10px;
	left:10px;
}
.news h2.titleBg {
	background: none;
    border-left: none;
	border-bottom: none;
	border-top: none;
	margin-bottom:0.2em !important;
	padding: 0;
	color:#00665e;
	font-size:25px;
	font-family:"メイリオ","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background: url(../asset/new.png) center left no-repeat;
    padding-left: 40px;
}
}
.news h2.titleBg:before {
	background:none;
}

/* 2-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
	color: #fff;
    background: #009e96;
    /*padding: 20px;*/
    border: 1px dashed rgba(255,255,255,0.8);
    box-shadow: 0 0 0 5px #009e96;
    -moz-box-shadow: 0 0 0 5px #009e96;
    -webkit-box-shadow: 0 0 0 5px #009e96;
	
	
	
	
	
	/*border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #ff822e;*/
	padding: 14px 10px 10px 10px;
	margin-bottom:1em !important;
}
.gnv_tmp_h3_bg h3 {
	color: #fff;
	border-left: 3px solid #fff;
	padding: 0 0 0 15px;
	font-size:150%;
}

/* 2-3. h4 -------------------------- */
.gnv_tmp_h4_bg {
	position: relative;
	padding: 0 5px 5px 35px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-bottom: 1em !important;
}
.gnv_tmp_h4_bg:before {
	content: "";
	position: absolute;
	background: #ffe6ec;
	top: 14px;
	left: 10px;
	margin-top :-4px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	box-shadow: 1px 1px 1px #EDD0E4 inset;
}
.gnv_tmp_h4_bg h4 {
	font-size:20px;
}
.text_image .gnv_tmp_h4_bg {
	margin-bottom: 1em !important;
}
/* h4 reset */
.b_01 .gnv_tmp_h4_bg,
.b_02 .gnv_tmp_h4_bg {
	margin-bottom: 0;
}

/* =====================================
 3. bt
===================================== */
.gnv_tmp_bt a {
    display: block;
    width: auto;
    height: auto;
    /*background: #ff9f8e;*/
    filter:none;
    /*-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);*/
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    background-color: #00a99d;
    background-image: -webkit-linear-gradient(top, #4abfb6, #00a99d);
    background-image: linear-gradient(to bottom, #4abfb6, #00a99d);
    border-radius: 4px;
    /*color: #fff;*/
    /*line-height: 50px;*/
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.gnv_tmp_bt a:hover {
	/*background: #39d7cb;*/
	border:1px solid #4abfb6;
	background-color: #39d7cb;
	background-image: -webkit-linear-gradient(top, #39d7cb, #4abfb6);
background-image: linear-gradient(to bottom, #39d7cb, #4abfb6);
}

/* btサイズ指定の場合 */
.gnv_tmp_detail a {
	width: 30%;
	float: right;
}

/* =====================================
 4. base template
===================================== */
.text_box {
	float: right;
	width: 67%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
}

/* =====================================
 6. table
===================================== */
/* 6-1. default -------------------------- */
.b_06 table td,
.b_06 table th {
    border: none;
}
.b_06 table th {
    border-bottom: 1px solid #5e523d;
}
.b_06 table td {
    border-bottom: 1px solid #ccc;
}
.b_06_item {
    background: none repeat scroll 0 0 ;
    width: 30%;
}

/* 6-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 0.5em;
    background: #FFFFFF;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
    padding: 5px;
    text-align: left;
}
table.gnv_tmp_table01 thead th {
    background: #d8ffcf;
}
table.gnv_tmp_table01 th {
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.gnv_tmp_table01 td {
    background: #FFFFFF;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
/* 6-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
	width: 100%;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 5px;
    text-align: left;
}
table.gnv_tmp_table02 thead th {
    background: #efefef;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
/* 6-2. table01 -------------------------- */
table.gnv_tmp_table03 {
	margin-bottom: 0.5em;
    background: #FFFFFF;
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
table.gnv_tmp_table03 th,
table.gnv_tmp_table03 td {
    padding: 5px;
    text-align: left;
}
table.gnv_tmp_table03 thead th {
    background: #f2e7d6;
}
table.gnv_tmp_table03 th {
    background: #f2e7d6;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
	width:30%;
}
table.gnv_tmp_table03 td {
    background: #FFFFFF;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
	text-align:right;
}
.ceramic table.gnv_tmp_table03 th {
	width:50%;
}
/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
    text-align: center !important;
}

/* =====================================
 7. news
===================================== */
/* 7-1. default -------------------------- */
#news h2 {
	display: block;
	padding: 10px;
	border-top: 3px solid #000;
	background: none;
	font-size: 130%;
	margin: 0 0 1em !important;
}
/* 7-2. title change -------------------------- */
.gnv_tmp_008_title_block h2.gnv_tmp_news_title {
	padding: 10px;
	font-size: 130%;
	border-bottom: 1px solid #ededed;
    margin-bottom: 1em;
}

/* =====================================
8. 汎用プロパティ
===================================== */
/* 8-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}

/* 8-2. margin -------------------------- */
.mt3em { margin-top: 3em !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb0 { margin-bottom: 0 !important;}
.mb1em { margin-bottom: 1em !important;}
.mb3em { margin-bottom: 3em !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

/* 8-3. text-align -------------------------- */
.tal { text-align:left !important;}
.tac { text-align:center;}
.tar { text-align:right;}

/* 8-4. 画像の配置 -------------------------- */
/* 基本設定 */
/* right 
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
}*/

/* 個別設定 */
/* left */
.img_l span img {
    float: left !important;
	margin: 0 20px 20px 0 !important;
}

/* right */
.img_r span img {
    float: right !important;
	margin: 0 0 20px 20px !important;
}

/* 8-5. 画像の装飾 -------------------------- */
/* 角丸 */
.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* 8-6. rollover（透過） -------------------------- */
.rollover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.ba_box {
	background: url(http://www.nagoya-mizuho-dental.com/asset/ba_ar.png) no-repeat center 50%;
	display: table;
	width: 100%;
}
.ba_box div.column_l {
	padding-right: 25px !important;
}
.ba_box div.column_r {
	padding-left: 25px !important;
}
.ba_box div.column_l span,
.ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p,
.ba_box div.column_r p {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box div.column_l span img,
.ba_box div.column_r span img {
	margin-bottom:10px;
}
.ba_box .column_r, .ba_box .column_l {
}
.ba_box .column_r .ba_ttl, .ba_box .column_l .ba_ttl {
	color: #5e523d;
	text-align: center;
    font-size: 120%;
    font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}

/* 9-2. list -------------------------- */
/* 通常リスト 01 */
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 5px 5px 5px 25px;
}
.ic_01 span {
	position: relative;
	line-height: 1;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #5e523d;
	top: 7px;
	left: -16px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	
}
/* ul */
.ic_01 ul {
	margin-left: 25px;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #5e523d;
	top: 14px;
	left: -16px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	
}

/* 通常リスト 02 */
.ic_02 .clearfix {
	padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
	position: relative;
	line-height: 1;
}
.ic_02 span:before{
    content:"\00a0";

    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 2px;
} 
.ic_02 span:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ul */
.ic_02 ul {
	margin: 35px;
}
.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_02 li:before {
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;	
}
.ic_02 li:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 14px;
    margin-top: 0;  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 矢印リスト 01 */
.ic_arrow_01 div.clearfix {
	font-size: 120%;
	padding: 5px 5px 5px 25px;
	float:left;
	margin-right: 40px;
}
.ic_arrow_01 span {
	position: relative;
	display:block;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
    top: 8px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #009e96;
}
/* ul */
.ic_arrow_01 ul {
	margin: 25px;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 13px;
	left: -15px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 li:hover:before {
	left: -12px;
}

/* 矢印リスト 02 */
.ic_arrow_02 .clearfix {
	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	content: "";
	position: absolute;
    top: 2px;
	left: -25px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
    top: 5px;
	left: -19px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}

/* ul */
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
    top: 13px;
	left: -19px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}

/* 9-3. flow -------------------------- */
.gnv_tmp_flow_arrow_01 img {
	margin: 2em auto 0;
}
img.gnv_tmp_flow_arrow_01 {
	margin: 2em auto 0;
}
img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
.access_arrow img {
	width:100% !important;
	float:none !important;
}

/* 9-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #333;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a p,
.gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-top: 15px;
}
 
/* =====================================
 10. MAP
===================================== */
.gnv_tmp_map {
	position: relative;
	padding-bottom: 40%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:1em;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border:none;
}

/* =====================================
 11. full
===================================== */
.content_width_full .parts {
	background: #efefef;
}

/* =====================================
 12. inquiry
===================================== */
/*
■問合せタイトルを付けたい場合
1）下記のコメントアウトを削除する
2）パーツ内の「テキスト」でタイトルを「テキスト」に入力する
 */ 
body#inquiryBody .message {
	display: none;
}
body#inquiryBody .inquiry_textbox {
	margin-bottom: 20px;
}
body#inquiryBody .inquiry_textbox:first-child {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #f2e7d6;
	padding: 14px 10px 10px 10px;
	margin-bottom:1em !important;
	color: #333;
	font-size:150%;
	position:relative;
	border:none;
	font-weight:bold;
}
body#inquiryBody .inquiry_textbox:first-child p {
	border-left:3px solid #fff;
	padding-left:10px;
}
.inquiryFormTable {
	border: none;
}

/* =====================================
 13. singlebox
===================================== */
/* 2-1. 2 column -------------------------- */
.singlebox2 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 47% !important;
}
/* 2-2. 3 column -------------------------- */
.singlebox3 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 30% !important;
}
/* 2-3. 4 column -------------------------- */
.singlebox4 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 22% !important;
}
/* =====================================
 14. コンテンツ非表示
===================================== */
/* TOPのみ解除 上書き（解除しない） */
.top .hikoukai {
    display: none !important;
}
.top #drag-temp-pre-content .parts.hikoukai {
    background: none repeat scroll 0 0 #555;
    border: 5px solid #777;
    display: block !important;
    padding: 20px 0;
}

.tour_none .column_r .gnv_tmp_h4_bg {
	display:none;
}


.name {
	font-size:180%;
	color:#5e523d;
	font-weight:bold;
}
.w65 {
	width:65%;
	float:left;
}
.w76 {
	width:76%;
}
.anchor {
	background:#e3ffdd;
	border:1px solid #4abfb6;
	padding:10px;
}

/*-----------------------------------

    english page

-----------------------------------*/
.en .wrapper {
    height: 600px;
}
  

.en #mainimage {
    background: none;
    height: 386px;
    margin-top: 110px;
    text-indent: 0;
}


.en .main_contents {
    background: url("../asset/main_pcimg.jpg") no-repeat scroll center top / 1600px auto rgba(0, 0, 0, 0);
    height: 794px;
    margin: 0 auto;
	width:100%
	position:relative;
}


.en iframe {
    border: medium none;
    float: left;
    margin-right: 30px;
}


.en #footer {
      padding-top: 10px;

}
.en .footer_block p {
    padding: 10px;
}


.en .b_11 .b_11_in span img{
	float:right;
}
.en .eng {
    padding: 30px 30px 0;
}

    .en .main_contents .main_txt .lead_txt {
  		text-shadow:1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff;
    }


@media screen and (max-width: 767px) {
   .en .main_contents {
        min-height: inherit;
        height: auto;
        background: url("../asset/main_spimg.jpg") no-repeat center top;
		background-size: contain;
		position:relative;
    }
}

.en img.english {
    margin-bottom: 5px;
    margin-top: 22px;
    width: 190px;
}

/*-----------------------------------

  追加

-----------------------------------*/

@media all and (-ms-high-contrast:none){


  *::-ms-backdrop, .top .main_contents {
	  height:782px;
  }
}

.en .main_contents.bg_none {
    background: none !important;
}


.en .main_contents .main_txt {
    position: relative;
    width: 100%;
	max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.en .main_contents .main_txt_in {
    position: absolute;
    top: 406px;
    right:auto;
	left:40px;
}

.en .main_contents .effect_box01 {
    position: relative;
}
.en .main_contents .main_txt p {
    line-height: 1.8;
    text-align: left;
	color:#382a11;
    font-size: 22px;
}

.en .gnv_tmp_h3_bg h3 {
    word-wrap: break-word;
}


@media screen and (max-width: 1000px) {
    .en .main_contents {
    height: 600px;
	position:relative;
	}
	
.en .wrapper {
    height: 600px;
}
      .en .main_contents .main_txt {
        width: auto;
        height: auto;
        margin: 0 10px;
    }
      .en .main_contents .main_txt_in {
        top: 356px;
        opacity: 1;
		position:absolute;
    }
	.en .main_contents img {
display: none;
}
	
	}
	
	 @media screen and (max-width: 767px) {
	
	    .en .main_contents {
        min-height: inherit;
         height: 476px;
        background: url("../asset/main_spimg.jpg") no-repeat center top;
		background-size: contain;
		position:relative;
    }
    
    
    .en .main_contents .main_txt {
        height: auto;
    }
    
    .en .wrapper {
    height: auto;
}
       
    .en .main_contents .main_txt_in {
        opacity: 1;
		top:188px;
		position:absolute;
    }
    
    
    .en .main_contents .main_txt p {
        font-size: 14px;
    }
    
    
    .en .main_contents .main_txt .lead_txt {
        font-size: 18px;
		text-shadow:1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff;
    }
    
	 }
    
      @media screen and (max-width: 674px) { 
	  	    .en .main_contents {
        min-height: inherit;
         height: 404px;
		 position:relative;
		 }
		 
		    .en .main_contents .main_txt_in {
        		  top: 200px;
				  		position:absolute;
			}
			.en iframe {
    float: none;
	width: 100%;
	margin:	0;	
						}
			.en .eng {
    padding: 30px 30px 30px;
}

 .en #footer img {
    border: 0 none;
    width: 70%;
	padding: 10px;
}

	  }
	  
  @media screen and (max-width: 535px) { 
  
    	  	    .en .main_contents {
					width:100%;
        min-height: inherit;
         height: 310px;
		 position:relative;
			}
			.en .main_contents .main_txt_in {
        		  top: 155px;
				  		position:absolute;
			}
			.en img.english {
width: 130px;
margin:5px;
}
			
			}
			
 @media screen and (max-width: 440px) { 
 
   	  	    .en .main_contents {
        min-height: inherit;
         height: 290px;
		 position:relative;
			}}
			
    @media screen and (max-width: 400px) {
.en .main_contents .main_txt .lead_txt {
font-size: 14px;
}

.en .main_contents .main_txt_in {
    left: 10px;
    top: 81px;
	position:absolute;
}

.en #content {
    margin-top: 175px;
	}

}
  @media screen and (max-width: 340px) {
	   	    .en .main_contents {
					width:100%;
      
			}
	.en #content {
    margin-top: 140px;  
	}
	  .en .main_contents .main_txt_in {
    left: 10px;
    top: 85px;
	position:absolute;
	  }
	  
	  
	 .en img.english {
    width: 103px;
	margin:5px;
} 
	  
	  }
	  
@media screen and (max-width: 300px) {
.en .main_contents .main_txt .lead_txt {
font-size: 12px;
}}




/*-----------------------------------

    english page

-----------------------------------*/
/*

	
	
	@media screen and (max-width: 767px) {
   .en .gnv_tmp_h3_bg {
	padding: 11px 10px 9px 10px;
}
.en .gnv_tmp_h3_bg h3 {
	font-size:120%;
	line-height:1.4;
	padding-top: 2px;
	word-wrap: break-word;
}}

@media screen and (max-width: 400px) {
.en .main_contents .main_txt .lead_txt {
font-size: 14px;
}
.en .main_contents .main_txt_in {
en: -90px;
left: 10px;
}}
@media screen and (max-width: 300px) {
.en .main_contents .main_txt .lead_txt {
font-size: 12px;
}}
--*/
/*------------------------------------------------------------------------------------*/
/*--en--*/
/*------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------
■ @media screen and (max-width: 1000px)
----------------------------------------------------------- */
@media screen and (max-width: 1000px) {
/* =====================================
 11. full
===================================== */
.content_width_full.under .contents_block {
	margin: 0;
}

.content_width_full .parts {
	background: none;
}
}

/* ----------------------------------------------------------
■ @media screen and (max-width: 767px)
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
/* =====================================
 3. bt
===================================== */
.gnv_tmp_detail a {
	width: 80%;
	margin: 0 auto;
	float: none;
}

/* =====================================
 4. base template
===================================== */
.text_box {
	float: right;
	width: 67%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
}

/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.ba_box {
	background: url(http://www.nagoya-mizuho-dental.com/asset/ba_ar_sp.png) no-repeat center 50%;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l,
.ba_box div.column_r {
	width: 100%;
	display: block;
}
.ba_box .column_l {
	margin-bottom: 4em!important;
}
.ba_box .column_r span {
	text-align: center;
}

/* =====================================
 11. full
===================================== */
.content_width_full .b_10.b_10_column3 div.column_blank,
.content_width_full .b_11_2.b_11_2_column3 div.column_blank,
.content_width_full .b_11.b_11_column3 div.column_blank,
.content_width_full .b_11_3.b_11_3_column3 div.column_blank {
    display: block !important;
}

/* =====================================
 13. singlebox
===================================== */
/* 13-4. common column -------------------------- */
.singlebox2,
.singlebox3,
.singlebox4 {
    width: 100% !important;
    padding: 0;
}
.singlebox2 .b_11_2_in,
.singlebox3 .b_11_2_in,
.singlebox4 .b_11_2_in {
    padding: 5px;
}
.singlebox2 .b_11_2_in span img,
.singlebox3 .b_11_2_in span img,
.singlebox4 .b_11_2_in span img {
    margin: 0;
}
.news h2.titleBg {
	margin-left:20px;
	font-size:30px;
}
.gnv_tmp_008_title_block #news .newsBt {
top: -44px;
}
.static #content h2.titleBg, h2.titleBg {
	font-size:120%;
	padding: 11px 10px 9px 25px;
	line-height:1.4;
}
.gnv_tmp_h3_bg {
	padding: 11px 10px 9px 10px;
}
.gnv_tmp_h3_bg h3 {
	font-size:120%;
	line-height:1.4;
	padding-top: 2px;
	
}
.gnv_tmp_h4_bg {
	padding: 10px 5px 5px 30px;
}
.gnv_tmp_h4_bg h4 {
font-size: 16px;
}
.ic_01 {
	clear:both;
}
.ceramic table.gnv_tmp_table03 {
	width:100%;
}
table.gnv_tmp_table03 th {
	width:40%;
}
body#inquiryBody .inquiry_textbox:first-child {
	font-size:120%;
	padding: 11px 10px 9px 10px;
	line-height:1.4;
}
.gnv_tmp_map {
	margin-bottom:0;
}
.name {
	font-size:130%;
}
.w65 {
	width:100%;
	float:none;
}
.gnv_tmp_h4_bg:before {
	margin-top:2px;
}
.w76 {
	width:97%;
}
table.gnv_tmp_table01 {
	font-size:80%;
}
table.gnv_tmp_table01 th, table.gnv_tmp_table01 td {
	padding:0;
}
.ba_box div.column_l {
	padding-right: 0 !important;
}
.ba_box div.column_r {
	padding-left: 0 !important;
}
}

/* ----------------------------------------------------------
■ @media screen and (max-width: 600px)
----------------------------------------------------------- */
@media screen and (max-width: 600px) {
/* =====================================
 10. MAP
===================================== */
.gnv_tmp_map {
	position: relative;
	padding-bottom: 80%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
}

}





@media screen and (max-width: 300px) {
.ic_arrow_01 div.clearfix {
	margin-right:0;
	float:none;
}
}





















