@charset "UTF-8";

#contents {
padding-bottom: 80px;
}
/*mv*/
#inrMv {
	overflow: hidden;
}
#inrMv .imBox {
	background: url("../images/mv.jpg") center center no-repeat;
	background-size: cover;
	padding: 200px 0;
}
#inrMv .imBox h1 {
	color: #fff;
}

#inrMv .overR {
	bottom: 0;
}

.trainingBox {
max-width: 1920px;
width: 100%;
margin: 0 auto 80px;
display: flex;
justify-content: space-between;
align-items: center;
}


.trainingBox .imgBox {
width: 49%;
position: relative;
padding-top:30px;
}
.trainingBox .labelBox {
position: absolute;
right: -19px;
top: 0;
}



.trainingBox .lbInr {
  display: inline-block;
  position: relative;
  padding: 40px 30px 10px;
  color: #FFF;/*フォントカラー*/
  background: #c76ecc;/*リボンの色*/
  text-align: center;
}


.trainingBox .lbInr:before {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #97379c;/*折り返し部分*/
}

.trainingBox.rr {
flex-direction: row-reverse;
}

.trainingBox.rr .labelBox {
right:inherit;
left: -19px;
top: 0;
}

.trainingBox.rr  .lbInr:before {
  right:inherit;
  left: 0;
  border-left: none;
  border-right: solid 20px #97379c;/*折り返し部分*/
}

.trainingBox .lbInr .num {
font-family: 'Josefin Sans', sans-serif;
font-size: 36px;
font-weight: bold;
display: inline-block;
line-height: 1!important;
margin-bottom: 20px;
}
.trainingBox .lbInr .num small {
font-weight: normal;
display: block;
font-size: 14px;
}


.textBox {
width: 48%;
padding:0 60px;
}

.textBox h2.tHead {
color: #c76ecc;
font-size: 30px;
font-weight: normal;
margin-bottom: 30px;
}

.textBox p {
font-size: 16px;
}
