/*トップ画像
---------------------------------------------------------------------------*/
.mainimg {
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
}

@media screen and (max-width:1200px) {
.mainimg {
      width: 100%;
}
}

@media screen and (max-width:1000px) {
.mainimg {
      width: 100%;
      margin-top: -30px;
}
}

/*
トップ見出し
----------------------------*/
.balloon-1 {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 100%;
    margin-bottom: 15px;
    padding: .4em 0.6em;
    border-radius: 2px;
    background-color: #90c320;
    color: #fff;
    font-size: 18px;
}

.balloon-1::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: #90c320;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}



/*
トップ見出し
----------------------------*/
.heading01{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	padding-bottom: 14px;
}

.heading01::before,
.heading01::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #07a33e;
}

.heading01::before {
	margin-right: 20px;
}
.heading01::after {
	margin-left: 20px;
}

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

.heading01{
	font-size: 18px;

}

}


/* NEWS MORE */
.readon a{
float:right;
display:block;
padding-left:22px;
padding-right:5px;
background:url(../images/bullet.png) no-repeat 0 50%;
text-decoration:none;
}

.readon a:hover{
background-position:5px 50%;
color:#ff8000;
}


/* 診療グループ紹介 */
.all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  padding: 20px;
  width: 24%;
  background-color: #fff;
  border:1px solid #ccc;
}

.all h2{
   text-align: center;
   font-size: 20px;
   color:#07a33e;
}

.all a{
      text-decoration: none;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:last-child) {
    margin-bottom: 30px;
  }
}






/* ボタン（タイプ3） */
.btn03 a {
	display:block;
	font-size:26px;
	padding:6px;
	color:#fff;
	text-decoration:none;
        background: linear-gradient(#ca0065, #a60053 49%, #800040 50%);		
	transition:all 0.2s ease 0s;
	border:1px solid #ccc;
	border-radius: 5px;
	text-align: center;

}

.btn03 a span{

	font-size:18px;


}

.btn03 a:hover {
	transition:all 0.2s ease 0s;
	background:#f5f5f5;
	color:#000;
}

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

.btn03 a {font-size:16px;}

.btn03 a span{font-size:12px;}


}


/*画面幅780px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:780px){

header .inner{
	width: 90%;
	margin: 0 auto;
        height: 70px;
}

