@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "fontawesome-webfont";
    src: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/font/fa-solid-900.eot);
    src: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/font/fa-solid-900.eot) format('embedded-opentype'),
         url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/font/fa-solid-900.woff) format('woff'),
         url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/font/fa-solid-900.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
    font-family:Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"游ゴシック",YuGothic,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 160%;
    color: #333;
}

/*フォント系*/

h2 {
    font-size: 45px;
}

h3 {
    font-size: 38px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto !important;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
	width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}
/*メインビジュアル切り取り*/
.home-main .inner .box {
  overflow: hidden;
  height:400px;
}
.home-main .inner .box img{
  width: 100%;
}
.home-main .inner .box .uk-slideshow {
    position: absolute !important;
    top: 0;
}
.home-main .inner .box .uk-slidenav-position:after {
    display: block;
    content: "";
    padding-top: 30%;
}
.home-main .inner .box .slide li div img {
    min-width: 1000px !important;
}

/*トランスフォーム親*/

.tfm_p {
    position: relative;
}

/*左右中央寄せ*/

.tfm_x {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming:after {
    display: block;
    content: "";
    padding-top: 100%;
    /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}
.flex .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
	img {
		max-width: 100% !important;
		height: auto !important;
	}
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .flex .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}

@media only screen and (max-width: 599px) {
    .flex .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}
@media only screen and (max-width: 1024px) {
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    font-size: 14px;
}
}
.i{
	font-family: "fontawesome-webfont";
	font-weight:normal;
	font-style:normal;
}
#wrapper{
	max-width:100%;
	overflow:hidden;
}
#header{
	max-width:1000px;
	margin:0 auto;
	width:95%;
	padding:20px 0;
}
#header .tit{
	float:left;
	width:33.5%;
}
#header .tit p img{
  height: 70px !important;
}
#header h1{
	font-size:14px;
	font-weight:normal;
	padding:0 0 12px 0;
}
#header .time{
	max-width:41%;
	float:left;
	box-sizing:border-box;
	border-left:2px dotted #7f9dca;
	padding:0 0 0 1.8%;
}
#header .time dt{
	font-size:14px;
}
#header .right{
	width:26.5%;
	box-sizing:border-box;
	background:#dce5f1;
	border-radius:16px;
	float:right;
	text-align:center;
}
#header .right dt{
	text-align:center;
	color:#174e9e;
	padding:5px 0 0 0;
	font-size:14px;
}
#header .right dt+dd{
	font-size:24px;
	line-height:120%;
}
#header .right dd{
	text-align:center;
	font-size:14px;
}
#header .right dt+dd a{
	color:#174e9e;
	font-weight:bold;
}
#header .right dt+dd img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right:8px;
}
#header .right dd+dd{
	padding-bottom:5px;
}
#header .time dd .m{
	background:#dce5f1;
	line-height:17px;
	padding:0 0.5em;
	margin-right:0.5em;
	border-radius:8px;
	color:#174e9e;
}
#header .time dd{
	line-height:150%;
	font-size:14px;
}
@media only screen and (max-width: 1024px) {
	#header .tit{
		float:none;
		width:auto;
		padding:0 0 20px 0;
	}
	#header .time{
		border:none;
		padding-left:0;
		width:auto;
		max-width:none;
		float:none;
		padding-bottom:10px;
	}
	#header .right{
		width:auto;
		padding:0 2.5%;
		float:none;
	}
	
}
#gnav{
	background:#dce5f1;
	position:relative;
	z-index:90;
}
#gnav.fixed{
	width:100%;
	top:0;
	left:0;
	position:absolute;
}
.btm{
	margin-bottom:95.4px;
}
#gnav ul{
	max-width:1000px;
	margin:0 auto;
	padding:10px 0;
}
#gnav ul li{
	box-sizing:border-box;
	width:16.66%;
	text-align:center;
	border-right:2px dotted #7f9dca;
	float:left;
}
#gnav ul li:first-child{
	border-left:2px dotted #7f9dca;
}
#gnav ul li strong{
	display:block;
	font-size:16px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	color:#174e9e;
	font-weight:normal;
	padding:5px 0 0 0;
	
}
#gnav ul li a{
	display:block;
	padding:4px 0;
}
[data-element-id] #gnav ul ul {
    display: block;
}
#gnav ul ul{
	background:#fff;
	padding:19px;
	border:2px solid #174e9e;
	border-radius:8px;
	margin-top:10px;
	position:absolute;
	z-index:1;
	display:none;
}
#gnav ul li:hover ul{
	display:block;
}
#gnav ul ul:before{
	content:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/navf.png);
	left:50%;
	top:-18px;
	position:absolute;
	margin-left:-7px;
}
#gnav ul li li{
	width:auto;
	float:none;
	font-size:16px;
	font-family:Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"游ゴシック",YuGothic,'ＭＳ Ｐゴシック',sans-serif;
	text-align:left;
	border:none !important;
}
#gnav ul li li a{
	background:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/footarrow.png) 0 8px no-repeat;
}
#gnav ul li li a{
	color:#174e9e;
	text-decoration:underline;
	padding-left:18px;
}
#footer .totop{
	max-width:1000px;
	margin:0 auto;
	text-align:right;
}
.footinfo{
	background:#174e9e;
	padding:30px 0 10px 0;
}
.footinfo .inner{
	max-width:1000px;
	margin:0 auto;
	width:95%;
}
.footinfo .map{
	width:60%;
	height:300px;
	float:right;
	margin-bottom:20px;
}
.footinfo .map iframe{
  width: 100%;
  height:300px;
}
.footinfo .left{
	max-width:39%;
	float:left;
}
.footinfo .left h3{
	font-size:14px;
	padding:0 0 30px 0;
}
.footinfo .left h3 img{
  height: 90px !important;
}
.footinfo .left dt{
	color:#fff;
	font-size:14px;
}
.footinfo .left dd{
	color:#fff;
	font-size:14px;
}
.footinfo .left dd a{
	color:#fff;
}
.footinfo .left dt+dd{
	font-size:24px;
	font-weight:bold;
}
.footinfo .left dt + dd img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 8px;
}
.footinfo .left dl{
	padding:0 0 20px 0;
}
.footinfo .left p{
	color:#fff;
	padding:0 0 20px 0;
	font-size:14px;
}
.footinfo .left li{
	color:#fff;
	line-height:180%;
	font-size:14px;
}
.footinfo .left li .m{
	background:#fff;
	line-height:17px;
	padding:0 0.5em;
	margin-right:0.5em;
	border-radius:8px;
	color:#174e9e;
}
.footinfo .left ul{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1024px) {
	.footinfo .left{
		max-width:none;
		float:none;
	}
	.footinfo #map{
		width:100%;
	}
}
.footnav{
	max-width:1000px;
	margin:0 auto;
	width:95%;
	padding:30px 0;
}
.footnav li{
	font-size:16px;
	padding:0 12px;
}

.footnav li a{
	text-decoration:underline;
	color:#174e9e;
	background:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/footarrow.png) 0 2px no-repeat;
	padding:0 0 0 18px;
}
#footer .copy{
	text-align:center;
	font-size:14px;
	padding:0 0 25px 0;
}
.smnav{
	display:none;
}
[data-element-id].smnav {
		display:block;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #dce5f1;
}
	
[data-element-id].smnav .key{
    display: block;
    cursor: pointer;
	line-height: 30px;
	background: #174e9e;
	color: #fff;
	text-align:center;
	z-index:102;
	position:relative;
	}
[data-element-id].smnav{

    position: relative;
		top:0;
		right:0;
	}
[data-element-id].smnav.open {
    position: relative;
    height: 60%;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 60px;
}
[data-element-id].smnav .wrap{
    display: block;
		overflow-y: auto;
		height:100%;
		box-sizing:border-box;
		margin-top:-30px;
		padding-top:30px;
		z-index:1;
		position:relative;
	}
[data-element-id].smnav .nav1 li + li{
		border:none;
	}
[data-element-id].smnav .nav1 li{
		width:25%;
		padding:0 0 15px 0;
		text-align:center;
		
	}
[data-element-id].smnav .nav1 li a strong{
		display:block;
		font-weight: normal;
		color: #174e9e;
		font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	}

[data-element-id].smnav .nav1 ul{
		padding: 20px 0;
	}

[data-element-id].smnav .smshin{
		max-width:95%;
		margin:0 auto;
	}
[data-element-id].smnav .smshin dt{
		width:100%;
		text-align:center;
		color:#fff;
		margin-bottom:20px;
	}
[data-element-id].smnav .smshin dt a{
		color:#fff;
		display:block;
		line-height:30px;
		border-radius:15px;
		background: #174e9e;
	}
[data-element-id].smnav .smshin dd a{
    text-decoration: underline;
    color: #174e9e;
    background: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/footarrow.png) 0 2px no-repeat;
    padding: 0 0 0 18px;
	}
[data-element-id].smnav .smshin dd{
		width:33.33%;
		box-sizing:border-box;
		padding-left:2.5%;
		padding-bottom:10px;
	}
[data-element-id].smnav .smshin{
		padding-bottom:20px;
	}
[data-element-id].smnav .right{
    box-sizing: border-box;
    background: #dce5f1;
    border-radius: 16px;
    text-align: center;
}
[data-element-id].smnav .right dt {
    text-align: center;
    color: #174e9e;
    padding: 5px 0 0 0;
}
[data-element-id].smnav .right dt + dd a {
    color: #174e9e;
    font-weight: bold;
}
[data-element-id].smnav .right dd + dd {
    padding-bottom: 5px;
}
[data-element-id].smnav .right dd {
    text-align: center;
}
 [data-element-id].right dt + dd a {
    color: #174e9e;
    font-weight: bold;
	font-size:24px;
}
[data-element-id].smnav .posts li{
	padding:0 10px 15px 10px;
}
[data-element-id].smnav .posts li a{
	color: #174e9e;
	text-decoration:underline;
}
@media only screen and (max-width: 1024px) {
	.btm{
		margin-bottom:0;
	}
	#gnav{
		display:none;
	}
	#wrapper{
		padding-top:30px;
	}
	.smnav {
		display:block;
    width: 100%;
    position: relative;
    z-index: 101;
    background: #dce5f1;
}
	
	.smnav .key{
    display: block;
    cursor: pointer;
	line-height: 30px;
	background: #174e9e;
	color: #fff;
	text-align:center;
	z-index:102;
	position:relative;
	}
	.smnav{
		position: fixed;
		top:0;
		right:0;
	}
	.smnav.open {
		height: 100%;
	}
	.smnav .wrap{
		display:none;
		overflow-y: auto;
		height:100%;
		box-sizing:border-box;
		margin-top:-30px;
		padding-top:30px;
		z-index:1;
		position:relative;
	}
	.smnav .nav1 li + li{
		border:none;
	}
	.smnav .nav1 li{
		width:25%;
		padding:0 0 15px 0;
		text-align:center;
		
	}
	.smnav .nav1 li a strong{
		display:block;
		font-weight: normal;
		color: #174e9e;
		font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	}

	.smnav .nav1 ul{
		padding: 20px 0;
	}

	.smnav .smshin{
		max-width:95%;
		margin:0 auto;
	}
	.smnav .smshin dt{
		width:100%;
		text-align:center;
		color:#fff;
		margin-bottom:20px;
	}
	.smnav .smshin dt a{
		color:#fff;
		display:block;
		line-height:30px;
		border-radius:15px;
		background: #174e9e;
	}
	.smnav .smshin dd a{
    text-decoration: underline;
    color: #174e9e;
    background: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/footarrow.png) 0 2px no-repeat;
    padding: 0 0 0 18px;
	}
	.smnav .smshin dd{
		width:33.33%;
		box-sizing:border-box;
		padding-left:2.5%;
		padding-bottom:10px;
	}
	.smnav .smshin{
		padding-bottom:20px;
	}
	.smnav .right{
    box-sizing: border-box;
    background: #dce5f1;
    border-radius: 16px;
    text-align: center;
}
.smnav .right dt {
    text-align: center;
    color: #174e9e;
    padding: 5px 0 0 0;
}
.smnav .right dt + dd a {
    color: #174e9e;
    font-weight: bold;
}
.smnav .right dd + dd {
    padding-bottom: 5px;
}
.smnav .right dd {
    text-align: center;
}
 .right dt + dd a {
    color: #174e9e;
    font-weight: bold;
	font-size:24px;
}
.smnav .posts li{
	padding:0 10px 15px 10px;
}
.smnav .posts li a{
	color: #174e9e;
	text-decoration:underline;
}
}
@media only screen and (max-width: 599px) {
	.smnav .nav1 li a strong{
		font-size:12px;
		line-height:120%;
	}
	.smnav .smshin dd{
		width:50%;
	}
}
/*下層共通*/
.subtit{
	text-align:center;
	padding:50px 0 75px 0;
	background:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/city.png) center bottom repeat-x #174e9e;
}
.subtit h2{
	max-width:1000px;
	margin:0 auto;
	width:95%;
	font-size:48px;
	text-align:center;
	color:#fff;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}
@media only screen and (max-width: 1024px) {
	.subtit h2{
		font-size:30px;
	}
}
.w10{
	max-width:1000px;
	margin:0 auto;
	width:95%;
}

/*access*/
.access1{
	padding:30px 0 45px 0;
}
.access1 .pic{
	float:right;
	width:44.6%;
	padding:0 0 20px 0;
}
.access1 .pic img {
    width: 100% !important;
    height: auto !important;
}
.access1 .tbox{
	width:53%;
	float:left;
}
.access1 .tbox .i{
	font-size:24px;
	color:#174e9e;
	vertical-align:middle;
	padding-right:1em;
}
.access1 .tbox li{
	padding:0 0 20px 0;
}
.access1 .tbox p{
	padding:0 0 20px 0;
}
.access1 .tbox table{
	max-width:490px;
	width:100%;
	border-collapse:collapse;
	
}
.access1 .tbox .table{
	border:2px solid #174e9e;
	max-width:490px;
	width:100%;
	margin-bottom:20px;
}
.access1 .tbox table th{
	width:126px;
	height:33px;
	background:#dce5f1;
	border-bottom:2px solid #7f9dca;
	font-weight:normal;
}
.access1 .tbox table td{
	text-align:center;
	border-bottom:2px solid #7f9dca;
	border-left:2px solid #7f9dca;
	width:58px;
}
.access1 .tbox thead td{
	border:none;
	background:#174e9e;
	color:#fff;
}
.access1 .tbox thead th{
	border:none;
	background:#174e9e;
	color:#fff;
}
.access1 .tbox tr+tr th,.access1 .tbox tr+tr td{
	border-bottom:none;
}

#map2{
	width:100%;
	height:520px;
	margin-bottom:90px;
}
@media only screen and (max-width: 1024px) {
	.access1 .tbox .i{
		font-size:18px;
		padding-right:0.5em;
	}
}
@media only screen and (max-width: 599px) {
	.access1 .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.access1 .tbox{
		float:none;
		width:auto;
	}
}

.h3s strong{
	
	color:#174e9e;
	letter-spacing:0;
	vertical-align:middle;
	position:relative;
	max-width:89%;
	display:inline-block !important;
	font-size:26px;
	line-height:160%;
	margin-left:1.6%;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}
.h3s strong .l{
	background: linear-gradient(transparent 50%, #fdff32 50%);
}
.h3s img{
	vertical-align:middle;
	max-width:9.2% !important;
	display:inline-block !important;
}
.h3s{
	padding:0 0 30px 0;
	letter-spacing:-5px;
}

/*about*/

.about1{
	padding:30px 0 30px 0;
}
.about1 p{
	padding:0 0 20px 0;
}
.about2 dl {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    box-sizing: border-box;
    background: #dce5f1;
    margin: 0 4% 48px 0;
}
.about2 dd {
    width: 430px;
    margin: 0 auto;
    padding: 4.16%;
    text-align: center;
}
.about2 dd img {
    width: 100% !important;
    height: auto !important;
}
.about2 dl:nth-child(2n+2){
	margin-right:0;
}
.about2 dt{
	text-align:center;
	font-size:20px;
	color:#174e9e;
	font-weight:bold;
	padding-bottom:4.16%;
}
@media only screen and (max-width: 1024px) {
	.about2 dt{
		font-size:14px;
	}
.about2 dd {
    width: 100%;
    box-sizing: border-box;
}
	.h3s strong{
		font-size:20px;
	}
	.h3s strong:after{
		height:10px;
	}
}

/*first*/

.first .w10{
	padding:30px 0 0 0;
}
.in .first1:nth-of-type(2n) .tbox{
    float: right;
}

.in .first1:nth-of-type(2n) .pic{
    float: left;
}
.first1 .pic{
	float:right;
	width:41.5%;
	padding:0 0 20px 0;
}
.first1 .pic img {
    width: 100% !important;
    height: auto !important;
}
.first1 .tbox {
    width: 55%;
    float: left;
}
.first1 .tbox p{
	padding:0 0 20px 0;
}
.first1{
	padding-bottom:40px;
}

.first2 dl{
	border:2px dotted #7f9dca;
	border-radius:15px;
	padding:25px 3.5% 25px 60px;
	min-height:100px;
	position:relative;
	margin-bottom:20px;
}
.first2 dt .n{
	position:absolute;
	line-height:100px;
	width:37px;
	text-align:center;
	background:#174e9e;
	left:-2px;
	top:50%;
	margin-top:-50px;
	color:#fff;
	border-radius:0 15px 15px 0;
	font-size:20px;
}
.first2 dl+dl:before{
	content:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/ring.png);
	left:22px;
	top:-48px;
	position:absolute;
}
.first2 dt{
	font-size:20px;
	color:#174e9e;
	padding:0 0 10px 0;
}
.first2{
	padding-bottom:80px;
}
.first1 .lp .pic{
	float:left;
}
.first1 .lp .tbox{
	float:right;
}
@media only screen and (max-width: 599px) {
	.first1 .pic{
		float:none !important;
		width:auto;
		text-align:center; 
	}
	.first1 .tbox{
		float:none !important;
		width:auto;
	}
}
/*shinryo*/
.shinryo .w10{
	padding-bottom:90px;
}
.shinryo h3{
	text-align:center;
	padding-bottom:30px;
}
.shinryo h3 img{
	display:block;
	margin:0 auto;
}
.shinryo h3 strong{
    letter-spacing: 0;
    vertical-align: middle;
    position: relative;
    max-width: 89%;
    display: inline-block !important;
    font-size: 26px;
    line-height: 160%;
	color:#174e9e;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}
.shinryo h3 strong .l{
     background: linear-gradient(transparent 50%, #fdff32 50%);
}

.shinryo .pic{
	float:right;
	width:26.7%;
	padding:0 0 20px 0;
}
.shinryo .pic img {
    width: 100% !important;
    height: auto !important;
}


.shinryo .tbox{
	width:71.4%;
	float:left;
}
.shinryo .tbox p{
	padding:0 0 20px 0;
}
.shinryo .tbox p.more a{
	display:inline-block !important;
	max-width:244px;
	width:95%;
	background:#174e9e;
	color:#fff;
	line-height:47px;
	text-align:center;
	border-radius:4px;
}
.shinryo .tbox p.more a img{
	vertical-align:middle;
	margin-left:10px;
}
.shinryo .box{
	padding:30px 0 7px 0;
	border-bottom:1px dotted #174e9e;
}
@media only screen and (max-width: 1024px) {
	.shinryo h3 strong{
		font-size:20px;
	}
}
@media only screen and (max-width: 599px) {
	.shinryo .pic{
		float:none;
		width:auto;
	}
	.shinryo .tbox{
		width:auto;
		float:none;
	}
	.shinryo .more{
		text-align:center;
	}
}

/*child*/

.child .w10{
	padding:30px 0 0 0;
}
.child .first1:nth-of-type(2n) .tbox{
    float: right;
}

.child .first1:nth-of-type(2n) .pic{
    float: left;
}
/*voice*/
.voice .w10{
	padding-bottom:90px;
}
.vlist{
	padding:30px 0 0 0;
}
.vlist .pic {
    width: 492px;
    margin: 0 auto;
    background: #dce5f1;
    text-align: center;
    padding: 60px 2.5%;
}
.vlist .pic img {
    width: 100% !important;
    height: auto !important;
}

.vlist .box{
	padding:0 0 65px 0;
}
.pagenav ul{
	letter-spacing:-5px;
	text-align:center;
}
.pagenav li{
	display:inline-block !important;
	letter-spacing:0;
	font-size:18px;
	vertical-align:middle;
	padding:0 0.25em;
}
.pagenav li .i{
	font-size:24px;
}
.pagenav li a{
	color:#174e9e;
}
.pagenav li.prev{
	padding-right:1em;
}
.pagenav li.next{
	padding-left:1em;
}
@media only screen and (max-width: 599px) {
  .vlist .box {
    width: 95%;
}
	.vlist .pic{
	  width: 100%;
		padding:2.5%;
	}
}

/*ippan*/

.ippan .w10{
	padding:30px 0 30px 0;
}
.ippan1 p{
	padding:0 0 20px 0;
}
.ippan1 .txt{
	padding:0 0 20px 0;
}
.ippan1  .box .pic{
	float:left;
	width:18.8%;
	padding:0 0 20px 0;
}
.ippan1 .box .pic img {
    width: 100% !important;
    height: auto !important;
}


.ippan1  .box .tbox{
	width:79%;
	float:right;
}
.ippan1 h4{
	position:relative;
}
.ippan1 h4 strong{
	display:block;
	width:160px;
	line-height:44px;
	background:#174e9e;
	text-align:center;
	color:#fff;
	font-size:26px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	margin-bottom:26px;
	border-radius:8px;
}
.ippan1 h4:before{
	content:"";
	z-index:-1;
	width:100%;
	left:0;
	top:50%;
	height:3px;
	margin-top:-2px;
	background:#174e9e;
	position:absolute;
}
.ippan1  .box{
	padding-bottom:10px;
}
@media only screen and (max-width: 599px) {
	.ippan1  .box .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.ippan1  .box .tbox{
		float:none;
		width:auto;
	}
}

/*home*/

.home-main{
	background:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/city.png) center bottom repeat-x #174e9e;
}
.home-main .inner{
	padding:30px 0 0 0;
	max-width:1000px;
	margin:0 auto;
	width:95%;
}
.home-main .box{
	background:#fff;
	border-radius:40px;
	overflow:hidden;
}
.home-main .box .pic{
	float:right;
	width:53.8%;
}
.home-main .tbox{
	box-sizing:border-box;
	width:46.2%;
	float:left;
	padding:57px 0 0 5.7%;
}
.home-main .tbox h2{
	color:#174e9e;
	font-size:30px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	padding:0 0 25px 0;
}
.home-main .tbox h2 .l{
	border-bottom:2px dotted #174e9e;
}
.home-main .tbox p{
	font-size:18px;
	color:#174e9e;
	padding:0 0 20px 0;
}
.home-main dl{
	padding:18px 0 0 0;
	text-align:center;
	padding-bottom: 8%;
}
.home-main dt{
	text-align:center;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	color:#fff;
	font-size:20px;
	padding-bottom:15px;
}
.home-main dt strong{
	font-size:36px;
	color:#fdff32;
}
.home-main dt+dd{
	display:inline-block;
	position:relative;
	background:#fff;
	color:#174e9e;
	padding:2px 24px;
	border-radius:15px;
	margin-bottom: 8%;
}
.home-main dt+dd:after{
	content:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/home/mainimarrow.png);
	position:absolute;
	bottom:-9px;
	left:50%;
	margin-left:-5px;
	line-height:1;
}
.home-main dd{
	text-align:center;
}
.home-main dd+dd{
	padding-top:16px;
}
@media only screen and (max-width: 1024px) {
	.home-main .tbox h2{
		font-size:24px;
	}
	.home-main .tbox{
		padding-top:20px;
	}
	.home-main .tbox h2 br{
		display:none;
	}
	.home-main .tbox p{
		font-size:14px;
	}
	.home-main .tbox p br{
		display:none;
	}
}
@media only screen and (max-width: 599px) {
	.home-main .box .pic{
		width:auto;
		text-align:center;
		float:none;
	}
	.home-main .tbox{
		width:auto;
		float:none;
		padding-left:2.5%;
		padding-right:2.5%;
		padding-bottom:10px;
	}
	.home-main .box{
		border-radius:20px;
	}
}

.home-nayami{
	padding:60px 0 18px 0;
}

.home-nayami h3{
	padding-bottom:55px;
}
.home-nayami dl {
    position: relative;
    width: 19%;
    padding: 36px 2% 20px 2%;
    background: #dce5f1;
    margin: 0 2% 42px 0;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
}
.home-nayami dl:before{
	content:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/clip.png);
	position:absolute;
	top:-22px;
	left:50%;
	margin-left:-35px;
}
.home-nayami dl:nth-child(4n+4){
	margin-right:0;
}
.home-nayami dt {
    width: 191px;
    border: 2px solid #fff;
}
.home-nayami dt img {
    width: 100% !important;
    height: auto !important;
}
.home-nayami dt+dd{
	padding:15px 0 35px 0;
}
.home-nayami dt+dd li{
	padding:0 0 0 16px;
	line-height:140%;
	background:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/home/dod.gif) 02px 8px no-repeat;
}
.home-nayami dd+dd{
	text-align:right;
	
}
.home-nayami dd+dd a{
	position:absolute;
	right:8.51%;
	bottom:20px;
	text-decoration:underline;
	color:#174e9e;
	padding-right:22px;
	background:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/footarrow.png) right 2px no-repeat;
}
@media only screen and (max-width: 1024px) {
  .home-nayami dt {
    width: 100%;
    box-sizing: border-box;
}
}
@media only screen and (max-width: 599px) {
	.home-nayami dl{
		width:44%;
		margin-left:1%;
		margin-right:1%;
	}
}

.home-concept p{
	padding:0 0 25px 0;
}
.home-concept .box{
	border: 2px dotted #7f9dca;
	border-radius: 15px;
	padding: 25px 3.5% 10px 60px;
	margin-bottom: 20px;
	position:relative;
}
.home-concept  .pic{
	width:20.22%;
	float:right;
	padding:0 0 20px 0;
}
.home-concept .pic img {
    width: 100% !important;
    height: auto !important;
}
.home-concept dl{
	width:76.51%;
	padding-bottom:20px;
}
.home-concept dt {
    font-size: 20px;
    color: #174e9e;
    padding: 0 0 10px 0;
}
.home-concept dt .n {
    position: absolute;
    line-height: 37px;
    width: 37px;
    text-align: center;
    background: #174e9e;
    left: -2px;
    top: 50%;
	min-height:100px;
    margin-top: -50px;
    color: #fff;
	letter-spacing:2px;
    border-radius: 0 15px 15px 0;
    font-size: 20px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
}
.home-concept .box + .box:before {
    content: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/ring.png);
    left: 22px;
    top: -48px;
    position: absolute;
}
.home-concept .box + .box .pic:before {
    content: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/ring.png);
    right: 22px;
    top: -48px;
    position: absolute;
}
.home-concept{
	padding-bottom:40px;
	margin-top: 5%;
}
@media only screen and (max-width: 599px) {
	.home-concept  .pic{
		width:auto;
		float:none;
		text-align:center;
	}
	.home-concept dl{
		width:auto;
		float:none;
	}
	
}

.home-time{
    background: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/city.png) center bottom repeat-x #174e9e;
	padding:55px 0 0 0;
}
.home-time dl{
	text-align:center;
	max-width:1000px;
	margin:0 auto;
	width:95%;
}
.home-time dt {
    text-align: center;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
	padding-bottom:45px;
}
.home-time dt strong {
    font-size: 36px;
    color: #fdff32;
}
.home-time dt + dd:after {
    content: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/home/mainimarrow.png);
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -5px;
    line-height: 1;
}
.home-time dt + dd {
    display: inline-block;
    position: relative;
    background: #fff;
    color: #174e9e;
    padding: 2px 24px;
    border-radius: 15px;
}
.home-time dd+dd{
	padding-top:27px;
	text-align:center;
}
.home-greet{
	padding:60px 0 40px 0;
}
.home-greet .pic{
	float:left;
	width:21%;
	padding:1%;
	background:#dce5f1;
	margin:0 0 20px 0;
}
.home-greet .pic img {
    width: 100% !important;
    height: auto !important;
}
.home-greet  .tbox{
	padding:0 0 0  0;
	width:74.8%;
	float:right;
}
.home-greet  .tbox p{
	padding:0 0 20px 0;
}
.home-greet  .tbox p.sign{
	text-align:right;
	font-size:20px;
	color: #174e9e;
}
@media only screen and (max-width: 599px) {
	.home-greet .pic{
		max-width:210px;
		margin-left:auto;
		margin-right:auto;
		float:none;
		width:auto;
	}
	.home-greet  .tbox{
		width:auto;
		float:none;
}
}

.home-news{
	background:#dce5f1;
	padding:28px 0 60px 0;
}
.home-news h3{
	font-size:26px;
	 font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	color:#174e9e;
	padding-bottom:20px;
	display:inline-block !important;
}
.home-news .tit p{
	display:inline-block !important;
	float:right;
	position:0 0 20px 0;
	margin-top:10px;
}
.home-news .tit p a{
    text-decoration: underline;
    color: #174e9e;
    padding-right: 22px;
    background: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/footarrow.png) right 2px no-repeat;
}
.home-news .tit{
	padding:0 0 5px 0;
}
.home-news dt{
	float:left;
}
.home-news dd{
	padding:0 0 0 160px
}
.home-news dl{
	border-bottom:2px dotted #7f9dca;
	padding:20px 0;
	
}
.home-news .table{
	border-top:2px dotted #7f9dca;
}
.home-news dt .d{
	display:inline-block !important;
	color:#fff;
	background:#174e9e;
	padding:3px 20px;
	border-radius:15px;
}
.home-news dd a strong{
	color:#174e9e;
	padding-right:0.5em;
}
@media only screen and (max-width: 599px) {
	.home-news dt{
		float:none;
	}
	.home-news dd{
		padding-left:0;
		padding-top:10px;
	}
	.home-news dd strong{
		display:block;
	}
}

.home-point{
	padding:60px 0 0 0;
}
.home-point .box{
  display: inline-block;
vertical-align: top;
	width:48%;
	box-sizing:border-box;
	margin:0 2% 42px 0;
	border:2px dotted #7f9dca;
	border-radius:15px;
	padding:0 3% 10px 3%;
}
.home-point .box:nth-child(2n+2){
	margin-right:0;
}
.home-point h4{
	margin-top:-16px;
	text-align:center;
	margin-bottom:27px;
}
.home-point h4:before{
	content:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/home/ribonl.png);
	vertical-align:top;
	display:inline-block !important;
}
.home-point h4:after{
	content:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/home/ribonr.png);
	vertical-align:top;
	display:inline-block !important;
}
.home-point h4 .r{
	display:inline-block !important;
	color:#fff;
	background:#174e9e;
	font-size:20px;
	max-width:300px;
	width:95%;
	padding:9.6px 0;
}
.home-point .tbox{
	float:right;
	width:53.48%;
}
.home-point .pic{
	float:left;
	width:41.86%;
	padding:0 0 20px 0;
}
.home-point .pic img {
    width: 100% !important;
    height: auto !important;
}
.home-point .tbox p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1024px) {
	.home-point h4 .r{
		font-size:16px;
	}
	.home-point h4:before{
		display:none !important;
	}
	.home-point h4:after{
		display:none !important;
	}
}
@media only screen and (max-width: 599px) {
	.home-point .pic{
		width:auto;
		float:none;
		text-align:center;
	}
	.home-point .tbox{
		width:auto;
		float:none;
	}
	.home-point h4 .r{
		font-size:14px;
	}
}

.home-menu .box {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 0 2% 10px 0;
}
.home-menu .box:nth-child(2n+2){
	padding-right:0;
}
.home-menu .box dl{
	width:71.83%;
	float:right;
	padding:0 0 20px 0;
}
.home-menu .box .pic{
	width: 13%;
    float: left;
    padding: 0 20px 15px 45px;
}
.home-menu .box dt{
	font-size:20px;
	padding:0 0 10px 0;
	color:#174e9e;
}
.home-menu{
	padding-bottom:30px;
	margin-top: 5%;
}
@media only screen and (max-width: 599px) {
	.home-menu .box dl{
		width:auto;
		float:none;
	}
	.home-menu .box .pic{
		width:auto;
		float:none;
		text-align:center;
		
	}
	.home-menu .box .pic img{
		max-width:80% !important;
	}
	.home-menu .box dt{
		font-size:18px;
	}
}

.home-cont .left{
	width:49%;
	float:left;
}
.home-cont .right{
	float:right;
	width:49%;
}
.home-cont .left dt{
	font-size:48px;
	color:#174e9e;
	background:#dce5f1;
	font-weight:bold;
	text-align:center;
	line-height:105px;
	border-radius:20px;
	margin-bottom:10px;
}
.home-cont .left dt img{
	vertical-align:middle;
	margin-top:-8px;
	margin-right:14px;
}
.home-cont .left dt+dd{
	font-size:18px;
	padding:0 0 20px 0;
}
.home-cont .left dd+dd{
	color:#174e9e;
	font-weight:bold;
	font-size:18px;
	padding:0 0 20px 0;
}
.home-cont .right table {
    max-width: 490px;
    width: 100%;
    border-collapse: collapse;
}
.home-cont .right table th {
    width: 126px;
    height: 33px;
    background: #dce5f1;
    border-bottom: 2px solid #7f9dca;
    font-weight: normal;
}
.home-cont .right table td {
    text-align: center;
    border-bottom: 2px solid #7f9dca;
    border-left: 2px solid #7f9dca;
    width: 58px;
}
.home-cont .right thead td {
    border: none;
    background: #174e9e;
    color: #fff;
}
.home-cont .right thead th {
    border: none;
    background: #174e9e;
    color: #fff;
}
.home-cont .right  tr + tr th, .home-cont .right tr + tr td {
    border-bottom: none;
}
.home-cont .right .table {
    border: 2px solid #174e9e;
    max-width: 490px;
    width: 100%;
    margin-bottom: 20px;
}
.home-cont .right ul{
	padding:0 0 20px 0;
}
.home-cont{
	padding-bottom:20px;
}
@media only screen and (max-width: 1024px) {
	.home-cont .left{
		float:none;
		width:auto;
	}
	.home-cont .right{
		float:none;
		width:auto;
	}
	.home-cont .left dt{
		font-size:34px;
	}
}
@media only screen and (max-width: 599px) {
	.home-cont .left dt{
		font-size:24px;
	}
	.home-cont .left dt img{
		max-width:30px !important;
		height:auto;
		margin-right:10px;
	}
	.home-cont .left dt + dd{
		font-size:14px;
	}
	.home-cont .left dd + dd{
		font-size:14px;
	}
}

/*shinbi*/
.shinbi .w10{
	padding-top:30px;
}
.shinbi1{
	padding:40px 0 0 0;
}
.shinbi1 .box {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    box-sizing: border-box;
    margin: 0 2% 42px 0;
    border: 2px dotted #7F9DCA;
    border-radius: 15px;
    padding: 0 3% 10px 3%;
}
.shinbi1 .box:nth-child(2n+2) {
    margin-right: 0;
}
.shinbi1 h4 .r {
    display: inline-block !important;
    color: #fff;
    background: #174e9e;
    font-size: 20px;
    max-width: 300px;
    width: 95%;
    padding: 9.6px 0;
}
.shinbi1 h4 {
    margin-top: -16px;
    text-align: center;
    margin-bottom: 27px;
}
.shinbi1 h4:before {
    content: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/home/ribonl.png);
    vertical-align: top;
    display: inline-block !important;
}
.shinbi1 h4:after {
    content: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/home/ribonr.png);
    vertical-align: top;
    display: inline-block !important;
}
.shinbi1 .box p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1024px) {
	.shinbi1 h4 .r {
    font-size: 16px;
	}
	.shinbi1 h4:before {
		display:none !important;
	}
	.shinbi1 h4:after{
		display:none !important;
	}
}
@media only screen and (max-width: 599px) {
	.shinbi1 .box {
		width:100%;
		margin-right:0;
	}
}

/*koku*/

.ippan1 h5{
	font-size:20px;
	color:#174e9e;
	padding:0 0 20px 0;
}
.koku .w10{
	padding-top:30px;
}
.koku .ippan1{
	padding-bottom:60px;
}

/*implant*/
.imp1 h4{
	position:relative;
	font-size:14px;
	margin-bottom:20px;
}
.imp1 h4 strong {
	display:inline-block !important;
    line-height: 44px;
    background: #174e9e;
    text-align: center;
    color: #fff;
	padding-left:24px;
	padding-right:24px;
    font-size: 26px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
    border-radius: 8px;
}
.imp1 h4:before {
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50%;
    height: 3px;
    margin-top: -2px;
    background: #174e9e;
    position: absolute;
}
.imp1 dt img{
	width:7.7%;
	vertical-align:middle;
}
.imp1 dt strong{
	display:inline-block !important;
	width:91%;
	margin-left:1.3%;
	font-size:20px;
}
.imp1 dt{
	padding-bottom:14px;
}
.imp1 dd{
	padding:15px 3.2% 20px 3.2%;
	background:#dce5f1;
 }
 .imp1 dl{
	 padding:0 0 33px 0;
}
.imp1 .mrit{
	padding-bottom:50px;
}
.imp1 .dmrit h4 strong{
	background:#7b7b7b;
}
.imp1 .dmrit h4:before{
	background:#7b7b7b;
}
.imp1 .dmrit dd{
	background:#e3e3e3;
}

.imp1{
	padding-bottom:50px;
}
@media only screen and (max-width: 1024px) {
	.imp1 h4 strong{
		font-size:20px;
	}
}
@media only screen and (max-width: 599px) {
	.imp1 dt strong{
		font-size:18px;
	}
	.imp1 h4 strong{
		font-size:18px;
	}
}
.imp2{
	padding-bottom:50px;
}

/*gishi*/
.gishi .w10{
	padding-top:30px;
}
.gishi1 h4{
	color: #174e9e;
	font-size:26px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	padding:0 0 35px 0;
}
.gishi1 h4 img{
	margin-right:12px;
}
.gishi1 .first1:nth-child(2n+2) .lp .pic{
	float:right;
}
.gishi1 .first1:nth-child(2n+2) .lp .tbox{
	float:left;
}
.gishi .first1:nth-of-type(2n) .pic {
    float: left;
}
.gishi .first1:nth-of-type(2n) .tbox {
    float: right;
}
@media only screen and (max-width: 1024px) {
	.gishi1 h4{
		font-size:20px;
	}
	.gishi1 h4 img{
		max-width:30px !important;
		vertical-align:middle;
		margin-top:-3px;
		margin-right:7px;
	}
}

.gishi .ippan1{
	padding-bottom:80px;
}

/*yobo*/

.yobo .w10{
	padding-top:30px;
}

.yobo1 .txt p{
	padding:0 0 20px 0;
}
.yobo1 .txt{
	padding:0 0 50px 0;
}
.yobo1  h4 img{
	vertical-align:middle;
	margin-top:-5px;
}

/*nayami*/

.nayami .w10{
	padding:30px 0 0 0;
}
.nayami h3{
	padding-bottom:65px;
}
.nayami .w10 dl{
    position: relative;
    width: 25.8%;
    padding: 48px 2.7% 20px 2.7%;
    background: #dce5f1;
    margin: 0 3.2% 73px 0;
    border-radius: 20px;
}
.nayami .w10 dl:before {
    content:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/nayami/clip.png);
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -47px;
}
.nayami .w10 dt {
    border: 2px solid #fff;
	
}
.nayami .w10 dt img {
    width: 100% !important;
    height: auto !important;
}
.nayami .w10 dt + dd li {
    padding: 0 0 0 16px;
    line-height: 140%;
	font-size:20px;
    background: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/home/dod.gif) 02px 8px no-repeat;
}
.nayami .w10 dt + dd {
    padding: 15px 0 45px 0;
}
.nayami .w10 dd + dd {
    text-align: right;
	font-size:20px;
}
.nayami .w10 dd + dd a {
    position: absolute;
    right: 8.51%;
    bottom: 20px;
    text-decoration: underline;
    color: #174e9e;
    padding-right: 22px;
    background: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/footarrow.png) right 5px no-repeat;
}
.nayami .w10 dl:nth-child(3n+3) {
    margin-right: 0;
}
@media only screen and (max-width: 1024px) {
	.nayami .w10 dt + dd li{
		font-size:14px;
	}
	.nayami .w10 dd + dd{
		font-size:14px;
	}
	.nayami .w10 dd + dd a{
		background-position:right 2px;
	}
	.nayami .w10 dt img{
		box-sizing:border-box;
	}
	.nayami .w10 dl::before{
    content: url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/clip.png);
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -35px;
	}
}
@media only screen and (max-width: 599px) {
	.nayami .w10 dl{
		padding-left:2%;
		padding-right:2%;
		width:44%;
		margin-left:1%;
		margin-right:1% !important;
	}
}

/*news*/

.postwrap{
	padding:30px 0 0 0;
}
.postwrap #side{
	float:right;
	width:23.7%;
}
.postwrap #left{
	float:left;
	width:73.2%;
	padding-bottom:55px;
}
.postwrap #side dt{
	min-height:51px;
	background-image:url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/news/ribonl.gif), url(/import/tenant_28/aoyagi-dental.site/import/tenant_1/153.126.158.217/html/images/news/ribonr.gif);
	background-repeat:no-repeat;
	background-position:0 0, right 0;
	padding-bottom:10px;
}
.postwrap #side dt .w{
	display:block;
	line-height:36px;
	text-align:center;
	background:#174e9e;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin:0 24px;
}
.postwrap #side dd{
	padding:0 0 15px 21px;
}
.postwrap #side dl{
	padding:0 0 30px 0;
}
.postwrap #side dd a .i{
	color:#174e9e;
	margin-right:0.5em;
}
.postwrap #side dl.clearfix dd{
	float:left;
}

.newslist dt{
	float:left;
}
.newslist dt .d{
	display:block;
	max-width:143px;
	background:#174e9e;
	text-align:center;
	line-height:30px;
	width:200%;
	color:#fff;
	border-radius:15px;
}
.newslist dd{
	padding:0 0 0 160px;
}
.newslist{
	border-top:2px dotted #97afd4;
}
.newslist dl{
	border-bottom:2px dotted #97afd4;
	padding:20px 0;
}
.newslist{
	padding-bottom:50px;
}
.newslist dd a{
	color:#174e9e;
}
@media only screen and (max-width: 1024px) {
	.postwrap #side{
		width:auto;
		float:none;
	}
	.postwrap #left{
		width:auto;
		float:none;
	}
}
@media only screen and (max-width: 599px) {
	.newslist dt{
		float:none;
	}
	.newslist dd{
		padding-left:0;
		padding-top:10px;
	}
}
.single h3{
	border-top:2px dotted #97afd4;
	border-bottom:2px dotted #97afd4;
	font-size:26px;
	color:#174e9e;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	padding:20px 0;
	margin-bottom:16px;
}
.single .postmeta li{
	display:inline-block !important;
	padding:0 12px 16px 0;
}
.single .postmeta li .d{
    display: block;
    width: 143px;
    background: #174e9e;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
}
.single .postmeta li.c .i{
	padding-right:1em;
}
.single .postmeta{
	padding:0 0 20px 0;
}
.single .txt p{
	padding:0 0 0px 0;
}
.single .txt{
	border-bottom:2px dotted #97afd4;
	padding-bottom:40px;
	margin-bottom:20px;
}
.single .txt dl {
    font-size: 14px;
    line-height: 24px;
    padding:20px 20px 0;
    margin-top:40px;
    border-top:2px dashed #ddd;
}
.single .txt dl p {
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
}
.single .txt dl dt {
    float:left;
}
.single .txt dl dd {
    margin:0 0 10px 120px;
}
.back{
	text-align:center;
}
.back a{
	display:inline-block !important;
	background: #174e9e;
	color:#fff;
	font-size:20px;
	width:240px;
	line-height:53px;
	border-radius:8px;
}
.back a .i{
	padding-right:1.5em;
}
@media only screen and (max-width: 1024px) {
	.single h3{
		font-size:20px;
	}
	.single .txt dl {
    font-size: 12px;
    padding:20px 0 0;
    margin-top:20px;
    border-top:2px dashed #ddd;
}
.single .txt dl p {
    font-weight:bold;
    text-align:center;
    margin:0 0 10px;
    font-size: 12px;
}
.single .txt dl dt {
    font-weight:bold;
}
.single .txt dl dd {
    margin:5px 0;
}
}
.bloglist{
	border-top:2px dotted #97afd4;
	padding-bottom:30px;
}
.bloglist .box{
	border-bottom:2px dotted #97afd4;
	padding:10px 0 0 0;
}
.bloglist .pic{
	float:left;
	width:21.17%;
	padding:0 0 10px 0;
}
.bloglist .pic img {
    width: 100% !important;
    height: auto !important;
}

.bloglist dl{
	float:right;
	width:76.58%;
	padding:0 0 10px 0;
}
.bloglist dt{
    display: block;
    width: 143px;
    background: #174e9e;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
	margin-bottom:20px;
}
.bloglist dd a{
	color:#174e9e;
}
@media only screen and (max-width: 599px) {
	.bloglist .pic{
		float:none;
		text-align:center;
		width:auto;
	}
	.bloglist dl{
		width:auto;
		float:none;
	}
}

/*ブログのレコメンド*/
.reco {
    margin-top: 50px;
    margin-bottom: 80px;
}
.reco h3 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
    position: relative;
    z-index: 1;
    color: #174e9e;
}
.reco .blogwap2 {
    background: #ffffff;
    padding: 30px 20px;
}
.reco .blogwap2 .inn {
    width: 660px;
    margin: 0 auto;
}
.reco .bbox:first-of-type {
    border-top: 1px solid #000000;
}
.reco .bbox {
      padding: 29px 0;
    border-bottom: 1px solid #000000;
}
.reco .bbox .pic {
    width: 250px;
    float: left;
}
.reco .bbox .pic img {
    width: 100% !important;
    height: auto !important;
}
.reco .bbox .pic.trimming:after {
    display: block;
    content: "";
    padding-top: 56%;
}
.reco .bbox .txt {
    width: 405px;
    float: right;
}
.reco .bbox .txt .dbox {
    padding-bottom: 15px;
}

.reco .bbox .txt .dbox .d {
    color: #959595;
}
.reco .bbox .txt .dbox .s {
    text-align: right;
    float: right;
}
.reco .bbox .txt h4 {
    font-size: 25px;
    color: #174e9e;
    font-weight: normal;
}
.reco .bbox .txt h4 a {
    color: #174e9e;
}
.reco .bbox .txt h4+p {
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.reco .more {
    text-align: right;
}
.reco .more a {
    display: inline-block !important;
    border: 1px solid #000;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
@media only screen and (max-width: 1110px) {
.reco .blogwap2 .inn {
    width: 95%;
    margin: 0 auto;
}

}


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

.reco .bbox .pic {
    width: 100%;
    text-align: center;
    float: none;
    padding-bottom: 15px;
}
.reco .bbox .txt {
    width: 100%;
}
}
