@charset "UTF-8";

/*子テーマ用「base.css」*/


h2 {
  color: #505050 !important;/*文字色*/
  padding: 0.5em !important;/*文字周りの余白*/
  display: inline-block !important;/*おまじない*/
  line-height: 1.3 !important;/*行高*/
  background: #d2e9e5 !important;/*背景色*/
  vertical-align: middle !important;
  border-radius: 25px 0px 0px 25px !important;/*左側の角を丸く*/
width: 100%;
}
h2:before{
  content: '●';
  color: white;
  margin-right: 8px;
}



.left0{
width: 48%;
margin: 1% 0 0 1%;
float: left;
}

.info01{
max-width: 580px;
margin: -1.5em auto;
background-image: url("/wp-content/themes/piano/images/common/osiraseback.png");
background-size: 100% 100%;

}


.info01 dt{
float: left;
padding: 15px 23px 15px 13px;
}

.info01 dd{
    border-bottom: dashed 1px #00858a;
    padding: 15px 15px 15px 8.5em;
    margin-left: 30px;
margin-right: 1em;
}
.info01 a{
text-decoration: none;
}
.keni-gnav_btn{
width: 90px;
text-align: right;
    background-color: #efe3d8;
}

.otoiawase01{
max-width: 157px;float: right;margin-top: -3em;
}


@media (max-width : 700px) {
.otoiawase01{
margin-top: -5.5em;
}


}