@charset "utf-8";
/* CSS Document */

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

common

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



@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 400;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Bold");
font-weight: bold;
}

a {
text-decoration: none;
}

html{
}



body {
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


.contents{
	display: flex;
	justify-content: flex-start;
}


.leftnav{
	height: 100vh;
	width: 150px;
	background-color: rgb(70, 214, 122);
	padding:20px 10px 0 10px;
	box-sizing: border-box;
}

ul.topnav{
	margin-bottom: 10px;
}

.topnav li{
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	width: 115px;
	height:25px;
	font-size: .95em;
	color: #66b676;
	border-radius: 7px;
	background:url(../img/azuma-btn.png);
	background-size: cover;
	background-position: center center;
	/*background: #ffd211;*/
	box-shadow:1px 1px 1px #000;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #ccc;
	cursor: pointer;
	transition: .1s;
}

.topnav li:hover{
	background:url(../img/azuma-btnon.png);
}

.leftnav hr{
	height: 1px;
	color: #000;
    border: 1;
    box-shadow: 1px 1px 1px #ccc inset;
	margin-bottom: 30px;
}
.addbox {
	margin-bottom: 10px;
}
.addbox p{
	font-size: .9em;
	line-height: 1.3em;
}

.tel{
	font-size: .7em!important;
}

.topbtn a{
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	width: 115px;
	height:25px;
	font-size: .95em;
	color: #fff;
	border-radius: 7px;
	background:url(../img/top-btn.png);
	background-size: cover;
	background-position: center center;
	/*background: #ffd211;*/
	box-shadow:1px 1px 1px #000;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #ccc;
	transition: .1s;
}

.topbtn a:hover{
	background:url(../img/top-btnon.png);
}


.main{
	box-sizing: border-box;
}

.panel{
    display:none;
}
.tab.is-active{
   background:url(../img/azuma-btnon.png);
    color:#FFF;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}

.topnav li.tab-none{
	display: none;
}

.azumatop{
	padding: 10px;
}

.topttl{
	position: relative;
	padding: 15px 0;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #339999;
	width: 640px;
	margin-bottom: 60px;
	text-align: center;
}

.topttl::before{
	position:absolute;
	content: "";
	left: 0;
	top:-2px;
	border-top:1px solid #ccc;
	width: 640px;
}
.topttl::after{
	position:absolute;
	content: "";
	left: 0;
	bottom: -2px;
	border-top:1px solid #ccc;
	width: 640px;
}
.topttl h1{
	font-weight: bold;
	color: #66cccc;
	text-shadow: 1px 2px 1px #339999,2px 3px 2px #ccc;
	font-size: 2em;
	letter-spacing:2px;
}

.topimage{
	width: 640px;
	margin-bottom: 20px;
}

.topimage img{
	width: 100%;
}

.toptxt{
	width: 640px;
	text-align: center;
}
 
.toptxt p{
	font-size: 1.2em;
	color: rgb(70, 214, 122);
	font-weight: bold;
}

.thought-flex {
    display: flex;
	width: 700px;
}

.subimage{
	width: 700px;
	margin-bottom: 20px;
}

.subimage img{
	width: 100%;
}

.medical{
	width: 700px;

}

.medical table {
	margin: 0 auto;
	border: solid 1px #ccc;
	margin-bottom: 20px;
	background: #fff;
	box-sizing: border-box;
}

.medical table th {
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	padding: 20px 10px;
	border: dotted 1px #ccc;
	background-color: rgb(255, 255, 185);
}

.medical table td {
	padding: 20px 10px;
	border: dotted 1px #ccc;
}
h2 {
font-size: 2.5em;
font-weight: bold;
color: rgb(70, 214, 122);
padding:20px;
	text-shadow: 2px 2px 2px #006400;
}

.info {
width: 700px;
padding: 10px;
}

.infobox {
width: 100%;
padding: 30px;
background: #f5f5f5;
margin: 0 auto;
/*height: 300px;*/
max-height: 400px;
border-radius: 15px;
overflow-y: auto;
/*-webkit-overflow-scrolling: touch;*/
box-sizing: border-box;
}

.infobox::-webkit-scrollbar{
width: 12px;
}
.infobox::-webkit-scrollbar-track{
background: #f5f5f5;
border: none;
border-radius: 10px;
box-shadow: inset 0 0 2px #777; 
}
.infobox::-webkit-scrollbar-thumb{
background: #dcdcdc;
border-radius: 10px;
box-shadow: none;
}


.infobox li {
padding: 10px;
}

.flex{
	display: flex;
}

.title{
justify-content: space-between;
align-items: baseline;
padding: 10px;
border-bottom: 1px solid #ccc;
}


.wpttl a{
font-size: 1.3em;
color: #4682b4;
}

.date {
display: inline-block;
text-align: right;
font-size: .8em;
color: #ccc;
}

.addimage{
	width: 620px;
	margin-bottom: 10px;
}

.maintxt {
padding:10px 20px;
}
.maintxt p{
	line-height: 1.3em;
	margin-bottom: .5em;
}
