@charset "utf-8";

.pc{
    display: none;
}
.bnr-jikeikai-recruit img {
    width: 80%;
    max-width: 360px;
}
.bnr-jikeikai-recruit {
    margin-bottom: 4em;
}
img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
a{
    color: #434343;
    text-decoration: none;
}

.blue{
    color: #143a68;
}
.red{
    color: #e34444;
}

body{
    min-width: 320px;
    line-height: 1.5;
    color: #434343;
    font-family: sans-serif;
}
header{
    width: auto;
    overflow: hidden;
    border-bottom: #f7f7f7 solid 1px;
}
header h1,
header #logo{
    float: left;
    display: inline-block;
    padding: 2% 0 0 2%;
}
header h1 img,
header #logo img{
height: 30px;
width: auto;
}

header dl{
    float: right;
    width: 90px;
}

header dd:nth-child(2) a{
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../img/common/spdial.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 39px 39px;
    width: 44px;
    height: 44px;

}

header dd:nth-child(3) a{
    float: right;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../img/common/menu.png);
    background-color: #0096c6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    width: 44px;
    height: 44px;
}
header dd:nth-child(3) a.on{
    background-color: #f3f3f3;
    background-image: url(../img/common/menu2.png);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;
}

#spnav{
    background: #f3f3f3;
    padding: 2%;
    width: auto;
    overflow: hidden;
    display: none;
}

#spnav ul{
    background: #fff;
    border-radius: 2%;
}
#spnav ul li{
    border-bottom: #f3f3f3 solid 1px;
}

#spnav ul li a{
    display: block;
    color: #000000;
    text-decoration: none;
    padding: 4% 0 4% 8%;
    background-image: url(../img/common/sparrow.png);
    background-position:3% center;
    background-repeat: no-repeat;
    background-size: 11px 11px;
}

#spnav #close{
    width: 30%;
    text-align: center;
    margin: 5px auto;
    display: block;
    overflow: hidden;
    font-size: 3em;
    line-height: .9;
}

#spnav #close span{
    display: block;
    font-size: .2em;
}





.tel-txt{
	display: none;
}

#footerContent .tel-txt {
    display: block;
}

footer #data #footDial .tel-txt a{
    background: none;
    padding-left: 0;
    font-size: 1.2em;
    text-decoration: underline;
}
footer .pdf-icon {
    display: inline-block;
    margin: 0 20px 20px;
    color: #0096c6;
    font-size: .8em;
}

footer .pdf-icon img {
	width: 15px;
	margin-right: 5px;
}
#silideBox{
    width: 100%;
    overflow: hidden;
    position: relative;
}
#silideBox p{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.notice {
	width: 90%;
	margin: 0 auto 50px;
	padding: 10px;
	border: 1px solid #fe1000;
	box-sizing: border-box;
	text-align: center;
    font-size: 0.8em;
}

.notice.notice-fst {
    padding: 10px 6px;
}

.notice .notice-ttl {
	margin-bottom: 25px;
	color: #fe1000;
	font-size: 1.2em;
}

.notice .notice-txt {
    font-size: 0.97em !important;
}

section#menu{
    background: #f3f3f3;
    padding:0 2%;
    width: auto;
    overflow: hidden;
}

section#menu li{
    width: auto;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
    margin-top: 2%;
}

section#menu li a{
    display: block;
    padding-top: 24%;
    margin: 2%;
    background-image: url(../img/home/menu01_sp.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: .8em;
    line-height: 1.2;
}
section#menu li:nth-child(2) a{
    background-image: url(../img/home/menu02_sp.png);
}
section#menu li:nth-child(3) a{
    background-image: url(../img/home/menu03_sp.png);
}

section#menu li dt img{
    height: 21px;
    width: auto;
}
section#treatmentNav{
    background: #f3f3f3;
    padding:0 2% 2%;
    width: auto;
    overflow: hidden;
}
section#treatmentNav li{
    text-align: center;
    width: 49.2%;
    background: #fff;
    margin-top: 2%;
    font-size: .75em;
    line-height: 1.3;
}
section#treatmentNav li a{
    display: block;
    height: 100%;
    padding-bottom: 4%;
}
section#treatmentNav li:nth-child(2n-1){
    float: left;

}
section#treatmentNav li:nth-child(2n){
    float: right;
}
section#treatmentNav li dt{
    padding: 4%;
}
section#treatmentNav li dd img{
    height: 33px;
    width: auto;
}
section#treatmentNav li dd p{
    padding:0 4%;
    height: 5.2em;
    text-align: left;
}

#news{
    background: #fff;
    padding: 2%;
}
#news dt{
    padding: 2% 0;
    font-size: .96em;
}
#news li{
    border-top: #efefef solid 1px;
    font-size: .8em;
    padding: 2% 0;
}

footer{
    border-top: #efefef solid 1px;
    margin-top: 10px;
    padding-top: 20px;
    width: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#pageTop{
    position: fixed;
    right: 5%;
    bottom:6%;
}

#pageTop a{
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: -999px;
    background-image: url(../img/common/pagetop_sp.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50px 50px;

    opacity:0.8;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
}
footer #footLogo img{
    width: 80%;
}
#htext{
    font-size: .8em;
}

footer #data{
    color: #0096c6;
    padding-bottom: 2em;
}
footer #data dt{
    font-size: .8em;
}
footer #data  #footDial a{
  background-image:url(../img/common/tel03.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  color: #0096c6;
  font-size: 1.6em;
  font-family: monospace;
  font-weight: bold;
  line-height: 1;
  padding-left: 28px;
}
footer #data .tag li{
    padding-left: 10%;
    padding-top: .8em;
    text-align: left;
    line-height: 1;

}

footer #data .tag li span{

    color: white;
    background: #0096c6;
    border: #0096c6 solid 5px;
    font-size: .7em;
    width: 20%;
    overflow: hidden;
    padding:0;
    text-align: center;
    border-radius: 2px;
    line-height: 1;

}
footer #data .tag li p{
    width: 70%;
    display: inline;
    text-align: left;
    font-size: .8em;
}


#copyright{
    background: #0096c6;
    font-size: .5em;
    color: white;
    text-align: left;
    padding: 2%;
}
.mainVisual h1{
    width: auto;
    overflow: hidden;
    position: relative;
}

.mainVisual h1 img#mainVisual_text{
    position: absolute;
    height: 30%;
    width: auto;
    top: 33%;
    left: 5%;
    z-index: 999;
}

#breadCrumb{
    border-bottom: #e9e9e9 solid 1px;
}
.breadCrumbInner{
    width:auto;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 10px;
}
.breadCrumbInner li{
    float: left;
    padding: 10px 0;
    font-size: .9em;
}
.breadCrumbInner li a{
    padding-right: 15px;
    background: url(../img/common/breadcrumb_arrow_sp.png) no-repeat right 40%;
    margin-right: 10px;

}
#contents{
    background: #f3f3f3;
    padding-top: 2%;
}

article{
    margin:0 2%;
    padding: 2%;
    font-size: .8em;
    background: #fff;
    border-radius: 3px;
}

article section{
    padding-bottom: 30px;
}

article section h2.subtitle{
    background: #f6f6f6 url(../img/common/h2bg_sp.png) no-repeat left top;
    width:auto;
    border-radius: 3px;
    overflow: hidden;
    font-size: 1.25em;
    padding: 8px 0px 8px 20px;
    margin-bottom: 20px;
    color: #143a68;
    font-weight: 400;
}


aside{
    background: #f3f3f3;
    padding: 2%;
    width: auto;
    overflow: hidden;
}

aside ul{
    background: #fff;
    border-radius: 3px;
    width: auto;
    overflow: hidden;
    margin-bottom: 2%;
}
aside ul li{
    float: left;
    width: 50%;
    border-bottom: #f3f3f3 solid 1px;
}

aside ul li a{
    display: inline-block;
    color: #000000;
    width: 84%;
    text-decoration: none;
    padding: 8% 0 8% 16%;
    background-image: url(../img/common/sparrow2.png);
    background-position:6% center;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    border-right: #f3f3f3 solid 1px;
}

aside ul li:nth-child(2n) a{
    border-right: none;
}

.inner{
    width: 100%;
    overflow: hidden;
}

.imgRight img.switch{
    float: right;
    width: 50%;
    padding-left: 1em;
}
.imgLeft img.switch{
    float: left;
    width: 50%;
    padding-right: 1em;
}


strong#docname{
    display: block;
    padding-top: 0;
}

strong#docname span{
    font-size: 1.45em;
    padding-left: 5px;
}

.grayBox{
    background:#fafafa;
    padding:1em 1em;
    border-radius: 10px;
    margin-bottom: 1em;
    color: #5d5d5d;
    line-height: 1.5;
}


.grayBox ul.point li{
    padding-bottom: .5em;

}
.grayBox ul.point li:last-child{
    padding-bottom: 0 !important;
}
.grayBox ul.point li span{
    font-weight: bold;
    display: block;
    color: #143a68;
}


.circle{
    background-image: url(../img/common/circle_sp.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px auto;

    padding-left: 15px;
    line-height: 1;
    color: #143a68;
    font-weight: bold;
    margin-bottom: 5px;
}



.oneBoxSP li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 2%;
}


.oneBoxSP li img{
    float: left;
    width:100px;
    height: auto;
    padding-right: 10px;
}
.oneBoxSP li dt{
    line-height: 1.2;
    padding-bottom: 10px;
    font-size:
}
.oneBoxSP li dt span{
    display: block;
    font-size: 0.9em;
}
.oneBoxSP li dt strong{
    display: block;
    font-size: 1.2em;
}

.twoBoxsSP li{
    width: 49%;
}
.twoBoxsSP li:nth-child(2n-1){
    clear: both;
    float: left;
}
.twoBoxsSP li:nth-child(2n){
    float: right;
}



#clinic #clinicImg p{
    text-align: center;
    padding: .5em 0 1em;
}

#guidanceMenu li{
    width: 100%;
    overflow: hidden;
    padding: 2% 0;
    border-bottom: #efefef solid 1px;
}


#guidanceMenu a{
    display: block;
    width: auto;
    overflow: hidden;
    padding: 2%;
    background-image: url(../img/guidance/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px auto;
}


#guidanceMenu dl{
    padding-right: 1em;
}
#guidanceMenu dt{
    font-size: 1.2em;
    color: #143a68;
    font-weight: bold;
}

section > p,
section > dl,
section > .inner > p,
section > .inner > dl{
    margin-bottom: 2em;
}
.heading {
  color: #143a68;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 5px;
}

.note{
    font-size: .8em;
    text-align: right;
}

hr{
    border: none;
    margin: 20px 0 !important;
    padding:0 !important;
    border-bottom: #f3f3f3 solid 1px;
}

section p a,
section dd a{
  color: #0096c6;
  text-decoration: underline;
}

.blueBox {
  background: none repeat scroll 0 0 #143a68;
  border-radius: 10px;
  color: #fff;
  padding:1em 1em;
}

.merit{
  background-image: url(../img/implant/merit_sp.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  color: #143a68;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 15px;
}

.demerit{
  background-image: url(../img/implant/demerit_sp.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  color: #143a68;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 15px;
}
.grayBox ul.point li {
  background-image: url(../img/general/point_pc.png);
  background-position: left .5em;
  background-repeat: no-repeat;
  background-size: 2px 2px;
  padding-left: .5em;
}

#diagnosis dt {
  color: #143a68;
  font-weight: 700;
}

#diagnosis dd {
  padding-bottom: 1em;
}

/*
.nobottom {
  padding-bottom: 0 !important;
}
*/

#counseling .fllow{
    text-align: center;
    padding: 2% 0;
}
#counseling .grayBox{
    margin-bottom: 0;
}
#counseling .fllow img{
    height: 22px;
    width: auto;
}


.blank{
    padding-left: 20px;
    background-image: url(../img/common/blank_sp.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px auto;
}



.introduction  p{
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #ee86a8;
    margin: 5px;
	}

.new-blk {
    border: 1px solid #fe1000;
    max-width: 800px;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 0 10px;
}
.new-blk p{
    font-size: 12px;
    margin-top: 10px;
}


.new-blk strong{
	color: #fe1000;
}

.sp {
    display: block;
}
