/*===========================
additional css elements 
===========================*/

/* テキスト */

.red {
	color:#FF5959;
}
.orange {
	color:#F90;
}
.green {
	color:#090;
}
.white {
	color:#fff;
}
.capL {
	text-align: left;
	padding: 5px;
}
.highlight {
  background: linear-gradient(transparent 45%, #c4ffe0 0%);
}

/* table調整 */


.add1 {
	height:150px;
}

.add1 td {
	vertical-align:middle;
	
}

.add1 th {
	width:30%;
}

th.add3 {
	text-align:left;
}


.add1 th.add3 {
	width:60%;
}


.nowrap {
white-space: nowrap;
}

.add2 table {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
.add2 table th,
.add2 table td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.add2 table th {
	background-color: #FCFFFB;
}
.add2 .txtL {
	text-align: left;
}


.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
/* リスト追加 */


.admit {
	border:2px #c9d4dc solid;
	padding:30px;
}

.admit li {
	float:left;
	width:25%;
	line-height:2.5em
}

.admit li span {
	width:80px;
	display:block;
	float:left;
}

.img_third img {
	height: auto;
	width: 33%;
}

.img100 {
	width: 100%!important;
	margin-bottom: 1em;
}
.tyui {
	background-image: url(../img/medical/tyui.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 3em;
	padding-top: 7px;
	padding-bottom: 7px;
}
.bnr_topline {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #f8f8f8;
}

@media only screen and (max-width: 1320px) {
	.img_third img {
	height: auto;
	width: 100%;
}
}

@media screen and (max-width: 768px) {
	 .admit li {
	float:left;
	width:auto;
	line-height:2.5em;
	min-width:180px;
}

.admit li span {
	width:auto;
	margin-right:1em;
	display:block;
	float:left;
}
.img_third img {
	height: auto;
	width: 100%;
}
	 
 }
 
 
 
figure {
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.button a {
  width: 100%;
  background-color: #419f6d;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(51,143,93,1);
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 10px 0;
}
.button a:hover {
  box-shadow: 0 1px 0 rgba(51,143,93,1);
  margin: 2px auto -2px;
}

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 4px solid #94ddb6;
	border-radius: 5px;	
	padding: 10px;
	margin-bottom: 30px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(148, 221, 182, 0);
	border-top-color: #94ddb6;
	border-width: 36px;
	margin-left: -36px;
}

.arrow_box h3, .arrow_box_last h3 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.arrow_box_last {
	position: relative;
	background: #e5fdf0;
	border: 4px solid #7fcfa4;
	border-radius: 5px;	
	padding: 10px;
	margin-bottom: 30px;
}



/*Q&A*/
.qanda dt:before {
	font-family:FontAwesome;
	content: "\f2c4.";
	color: #096;
	}
.qanda dt {
	font-size:1.125em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	text-indent: -1.5em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 1.5em;
	}
.qanda dd {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 1em;
	}		
.qanda2 {
  width: 500px;
}
 
.qanda2 > dt {
  border-bottom: solid 1px white;
  background-color: #00BCD4;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
}
 
.qanda2 > dd {
  border: solid 1px Silver;
  margin: 0px;
  padding: 10px;
}

/*枠*/
.box {
	border: 1px solid #F00;
	padding: 20px;
	color: #F00;
	margin-bottom: 1em;
}

/*インデント*/
p.before {
	padding-left:1em;
	position:relative;
}
p.before:before {
	content:"※";
	position:absolute;
	left:0;
	top:0;
}


/*リスト*/
.item-list {
  padding:0 10px 0 10px;
}

.item-list ul{
  margin-left:-10px;
  overflow:hidden;
  background-color:transparent;
}

.item-list ul li {
	list-style-type:none;
	float:left;
	padding-left:20px;
	padding-right: 15px;
}

ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 25%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}

.inner{
  margin:0;
  height:100%;
  background:white;
}

@media only screen and (max-width: 767px) {
  ul.cols-4 li,ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
      width: 33%;
  }
  ul.cols-3 li{
      width:50%;
  } 
}

@media only screen and (max-width: 479px) {
  ul[class*='cols-'] > li{
      width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  ul.cols-4 li,ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
      width: 33%;
  }
  ul.cols-3 li{
      width:50%;
  } 
}

@media only screen and (max-width: 479px) {
  ul[class*='cols-'] > li{
      width: 100%;
  }
}

a.arrow3{
	position:relative;
	display:inline-block;
	padding:0 32px 0 16px;
	color:#fff;
	text-decoration:none;
	/* [disabled]height:2em; */
	line-height:1.5em;
	border-radius:12px;
	background: #62A1CB;
}
a.arrow3:before,
a.arrow3:after{
	content:"";
	display:block;
	position:absolute;
}
a.arrow3:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:2px;
}
a.arrow3:after{
	width:4px;
	height:4px;
	border-right:2px solid #62A1CB;
	border-top:2px solid #62A1CB;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:10px;
	top:7px;
}
.button {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 1.5em;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	background-color: #53a069;
	border-radius: 5px;
	color: #fff;
	line-height: 2em;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 4px 0 #307e47;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	font-size: 1.8em;
}
.button:hover {
	top: 3px;
	box-shadow: 0 1px 0 #307e47;
}
.button:active {
	top: 3px;
	box-shadow: none;
}


.button2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 1.5em;
	outline: none;
	padding: 2em 1em;
	font-size: 1.1em;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	background-color: #53a069;
	color: #fff;
}
.button2:hover {
	letter-spacing: 5px;
}


.button3 {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3 {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.button3 span {
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	border: 2px solid #53a069;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.button3 span:nth-child(1) {
	background-color: #53a069;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button3 span:nth-child(2) {
	background-color: #fff;
	color: #53a069;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button3:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button3:hover span:nth-child(2) {
	background-color: #53a069;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
@media (max-width: 375px){
.button3 {
	font-size: 0.7em;
}
}

.sns li {
	float: left;
	margin-right: 15px;
}
.dental li {
	background-image: url(../img/top/dental.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}

.bg_green {
	background-color: #308248;
}
.bg_gray {
	background-color: #f8f8f8;
}

.box-13 {
    border: 2px solid #fff;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.box-13::before {
	background-color: #308248;
	color: #fff;
	content: "当院の治療方針";
	font-weight: bold;
	position: absolute;
	top: -1em;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	font-size: 1.5em;
}

.box-13_2 {
    border: 2px solid #53a069;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.box-13_2::before {
	background-color: #fff;
	color: #53a069;
	content: "特徴";
	font-weight: bold;
	position: absolute;
	top: -1em;
	left: 1em;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	font-size: 1.1em;
}

* {  
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



table.table5{
	border-spacing:0;
	border-collapse:collapse;
  width:100%;
  border: 2px solid #dceadb;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
table.table5 th{
	padding: 6px 8px 5px;
	border-top: solid 1px #ffffff;
	width: 30%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: middle;
	background-color: #dceadb;
}
 
table.table5 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #dceadb;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 768px){
table.table5 th{
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
}
table.table5 td{
	display: list-item;
	border-top: none !important;
}
}
.marker {
	background: linear-gradient(transparent 50%, #c4fbc3 0%);
}
.marker2 {
	background: linear-gradient(transparent 50%, #fccf94 0%);
}
.cure h2 {
	text-align: center;
	font-size: 2em;
	padding-top: 1.5em;
	padding-bottom: .5em;
}
@media (max-width: 768px){
.cure h2 {
	font-size: 1.3em;
}
}




.txt-lg {
	font-size: 1.333333333em;
}


#container main div .content2 .shell.keep-half .trio.gutter.centering a   {
	text-decoration: none;
	color: #57A26D;
}

#container main div .content2 .shell.keep-half .trio.gutter.centering a figure p {
	text-decoration: none;
	font-size: 0.85em;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 768px){
#container main div .content2 .shell.keep-half .trio.gutter.centering a figure p {
	text-align: left!important;
}
}
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}
@media only screen and (min-width: 480px) {
.footer_tel a, .footer_mail a {
    display: none;
}
}

@media only screen and (max-width: 736px) {
.footer_tel a {
    background-color: #00863B;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF;
    left: 0px;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    border-right: 1px solid #006F31;
}
.footer_mail a {
    background-color: #00863B;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    z-index: 10000;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    right: 0px;
    border-left: 1px solid #279F5C;
}
}