@charset "UTF-8";
#wrapper {
	width: 100%;
	margin: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	
}
#topimage {
	height: auto;
	width: 100%;
	background-image: url(../image/medical_topimage.jpg);
}


#footer {
	float: left;
	clear: both;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 8px;
	color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
	width: 100%;
	padding-top: 50px;
}


#left {
	float: left;
	height: auto;
	width: 35%;
	margin-left: 18%;
}
#right{
	float: left;
	height: auto;
	width: 35%;
	margin-right: 12%;
}

#text_aboutus{
	max-width: 750px; /* 最大幅 */
	min-width: 240px; /* 最小幅 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	height: auto;
	margin-right: 25%;
	margin-left: 25%;
	float: none;
	margin-top: 50px;
	line-height: 20px;
	margin-bottom: 100px;
}


.resizeimage {
	max-width: 750px; /* 最大幅 */
	min-width: 240px; /* 最小幅 */
	margin-top: 0;
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.resizeimage img {
	width: 100%;
	height: auto;
}
/*スムーススクロール装飾*/
#pagetop{
    position: fixed;
    right: 10%;
    bottom: 10%;
    opacity: 0;
    -ms-filter: "alpha( opacity=0 )";
    filter:alpha(opacity:0);
    zoom:1;
    z-index: 9999;
}
#pagetop a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	background: #b15555;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.tab02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.tab02:after {
  content: '';
  width: 100%;
  height: 3px;
  background:#1f71b5;
  display: block;
  order: -1;
}
.tab_label {
  height: 60px;
  line-height: 60px;
  color:#000;
  background:#d9d9d9;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab_label:not(:last-of-type) {
  margin-right: 5px;
}
.tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブタブ */
.tab_active:checked+.tab_label {
  color:#fff;
  background:#1f71b5;
}
.tab_active:checked+.tab_label+.tab_content {
  height: auto;
  overflow: auto;
  padding: 40px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab_active {
  display: none;
}

@media screen and (max-width: 768px) {
#text_aboutus{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	line-height: 20px;
	margin-bottom: 100px;
	clear: both;
}
/*スムーススクロール装飾*/
#pagetop{
    right: 10px;
}


}
