@charset "UTF-8";
/* CSS Document */

.titleimg{
background-image:url("../day/images/topimage.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}

.day_ue_bun{
text-align: left;
width:90%;
max-width:1004px;
margin: 2em auto;
}

h5 {
  position: relative;
  padding: 0.6em 1.4em;
  background: #e7582d;
  border-radius: 50vh;
  text-align: left;
  font-size:2.0rem;
  color:#fff;
}

h5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e7582d;
  width: 0;
  height: 0;
}
.day_ill{
margin:2em auto;
}
@media screen and (min-width:960px){
.day_ill{
margin:4em auto;
}
}

/*============機能訓練紹介============*/
.kinou{
margin:3em 0;
}
.kinou_bun{
text-align: left;
margin:0 0 1em 0;
}

.kinou_photo img{
border-radius: 10px;
}


@media screen and (min-width:760px){
.kinou{
display: flex;
justify-content: space-between;

}
.kinou_bun{
width:47%;
}

.kinou_photo{
width:47%;
}

}