
.frame3_inner {
  padding: 0 30px 25px 30px;
}

.title3_mainLabel {
  padding: 24px 0 8px 0;
}

/*レース一覧ボタンの位置を調整*/
.btnGroup1_2 {
  padding:12px 0 24px 0;

.btnGroup1_2_btn {
  width: 33%;
  float: left;
  box-sizing: border-box;
  padding: 0 4px;
}
}

.btnGroup1_2_btn .btn {
  width: 100%;
  font-size: 13px;
  padding: 0;
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: none;
  background: #0069D5;
  font-weight: bold;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: all .1s linear;
  opacity: 1;
  letter-spacing: 0.08em;
  position: relative;
  text-align: center;
  height: 39px;
  line-height: 22px;
}

.btnGroup1_2_btn a.btn {
  padding: 10px 4px;
}

.btnGroup1 {
  padding: 0 38px 24px 38px;

  &.is-type1 {
    margin: 0;

    .btnGroup1_btn {
      width: 50%;
      float: left;
      box-sizing: border-box;
      padding: 0 15px;
    }
  }
}


/*スケジュールボタン間のスペースを変更*/
.schedule1_lists {
li {
  padding: 0 5px;
  margin-top: 8px;
}
}

a.schedule1_area:hover {
  background: #0069D5;
  color: #FFFFFF;
}

/*ボタンの装飾と色変更*/
.schedule1_area {
  display: block;
  text-align: center;
  background: #CACFD3;
  text-decoration: none;
  border: 1px solid #CACFD3;
  line-height: 26px;
  border-radius: 2px 2px 0 0;
  transition: background-color 0.3s;

/*&.active {*/
/*   color: #FFFFFF;*/
/*   background: #0069D5;*/
/* }*/
}

span.schedule1_date,
a.schedule1_date {
  display: block;
  text-align: center;
  background: #FFFFFF;
  font-size: 12px;
  border: 1px solid #CACFD3;
  border-top: none;
  text-decoration: none;
  line-height: 30px;
  border-radius: 0 0 2px 2px;
  transition: background-color 0.3s;

/*&.active {*/
/*   background: #F8FBFD;*/
/* }*/
}

/*アイコンエリアレイアウト調整*/
.state1 {
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  background: #EEF2F5;
  font-size: 10px;
  overflow: hidden;
  padding: 12px 9px;
  margin-top: 10px;
}

.state1 li {
  float: none;
  width: 122px;
  margin-top: 6px;
}

.state1 li:before {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.title3_1 {
  position: relative;
}

/*.title3_1_arrows a,.title3_1_arrows span {*/
/*  margin: 22px 0 0 0;*/
/*}*/

.btnGroup1_2_btn .btn .is-arrow1 {
  /*right: 4px;*/
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.title3_1_arrows a.is-left, .title3_1_arrows span.is-left {
  left: 0;
  background: url(../images/icon_arrow2_left1.png) 0 0 no-repeat;
}

.title3_1_arrows a, .title3_1_arrows span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 22px 0 0 0;
  display: block;
  width: 19px;
  height: 29px;
}

.title3_1_arrows a.is-disabled, .title3_1_arrows span.is-disabled {
  opacity: .3;
}
.title3_1_arrows a.is-right, .title3_1_arrows span.is-right {
  right: 0;
  background: url(../images/icon_arrow2_right1.png) 0 0 no-repeat;
}

.title3_arrows a.is-left, .title3_arrows span.is-left {
  background: url(../images/icon_arrow11_left1.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 13px 23px;
}

.title3_arrows a.is-right, .title3_arrows span.is-right {
  background: url(../images/icon_arrow11_right1.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 13px 23px;

}.title3_1_arrows a.is-left, .title3_arrows span.is-left {
  background: url(../images/icon_arrow11_left1.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 13px 23px;
}

.title3_1_arrows a.is-right, .title3_arrows span.is-right {
  background: url(../images/icon_arrow11_right1.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 13px 23px;
}
