table.tbl-dtl {
    font-size: 90%;
    line-height: 1.7;
    border-top: #6d1c6f 1px solid;
    border-left: #6d1c6f 1px solid;
}
.visual {
    margin-bottom: 50px;
}
table.tbl-dtl .txt-center {
    text-align: center;
}
table.tbl-dtl .wid-time {
    width: 60px;
    text-align: center;
}
table.tbl-dtl th {
    padding: 5px;
    background-color: #e3cbe3;
    color: #6d1c6f;
    display: table-cell !important;
    width: auto;
}
table.tbl-dtl tbody th {
    width: 100px;
}
table.tbl-dtl td {
    padding: 5px;
    display: table-cell !important;
}
td h6 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #6d1c6f;
}
td h6.mdt {
    margin-top: 15px;
}
.tab-menu {
    border-bottom: #344564 2px solid;
    margin-top: 60px;
}
.tab-menu.w900 {
    width: 100%;
    max-width: 1100px;
}
.tab-menu ul {
    letter-spacing: -0.5em;
}
.tab-menu li{
    letter-spacing: normal;
    display: inline-block;
    width: 45.9999%;
    margin-left: 2%;
    margin-right: 2%;
    vertical-align: bottom;
    text-align: center;
}
.tab-menu li a,
.tab-menu li span{
    display: block;
    padding: 15px;
    border: #344564 1px solid;
    border-bottom: none;
    font-weight: 500;
    font-size: 110%;
    text-decoration: none;
    position: relative;
}
.tab-menu li span,
.tab-menu li a:hover{
    background-color: #344564;
    color: #fff;
}
.tab-menu li span:after {
    width: 0;
height: 0;
border-style: solid;
border-width: 12px 10px 0 10px;
border-color: #344564 transparent transparent transparent;
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
}
.lead-txt {
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    color: #6d1c6f;
    margin-bottom: 20px;
}
.tbl {
    border-top: #6d1c6f 1px solid;
    margin-bottom: 80px;
}
.tbl .free-txt {
    display: inline-block;
    background-color: #f4ec05;
    vertical-align: middle;
    font-weight: 700;
    color: #c13a41;
    font-size: 90%;
    /*margin-left: 20px;*/
    line-height: 1.6;
}
.tbl .free-txt dt {
    display: inline-block;
    background-color: #c13a41;
    color: #f4ec05;
    padding: 5px;
    position: relative;
}
/*.tbl .free-txt dt:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -8px;
    top:50%;
    margin-top: -4px;
width: 0;
height: 0;
border-style: solid;
border-width: 4px 8px 4px 0;
border-color: transparent #c13a41 transparent transparent;
}*/
.tbl .free-txt dd {
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.tbl .date {
    font-size: 120%;
    font-weight: 700;
    width: 150px;
    text-align: center;
}
#form-box .blk .day-bold li:not(:last-child) {
    margin-bottom: 5px;
}
#form-box .blk .day-bold label {
    font-weight: 500;
    font-size: 110%;
}
.tbl .bold {
    background-color: #FFFD02;
    color: #6d1c6f;
    font-weight: 700;
    font-size: 135%;
}
.tbl .bold-txt {
    font-weight: 700;
    font-size: 120%;
}
.tbl .bold-txt2 {
    background-color: #FFFD02;
    color: #6d1c6f;
    font-weight: 700;
}
.tbl .o-line {
    text-decoration:line-through;
    text-decoration-color:#c13a41;
    text-decoration-thickness:2px;
}
.tbl th {
    border-bottom: #fff 1px solid;
border-right: #6d1c6f 1px solid;
padding: 10px;
text-align: center;
    background-color: #6d1c6f;
color: #fff;
    width: 170px;
    font-weight: 700;
}
.tbl tr:last-child th {
    border-bottom-color: #6d1c6f;
}
.tbl td {
    border-bottom: #6d1c6f 1px solid;
    border-right: #6d1c6f 1px solid;
    padding: 10px;
    text-align: left;
}
.tbl td .scedule {
    font-weight: bold;
    font-size: 130%;
}
.tbl td .cau {
    font-size: 95%;
}
.tbl td .time {
    border-top: #6d1c6f 1px dashed;
    padding-top: 10px;
    margin-top: 10px;
}
.one-line th {
    display: block;
    width: auto !important;
    padding-bottom: 0 !important;
}
.one-line td {
    display: block;
    width: auto;
}
.subject dt {
    float: left;
}
.subject dd {
    overflow: hidden;
}
.target {
    width: 200px;
    background-color: #c13a41;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 3px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.tab-link {
    max-width: 1100px;
    margin: auto;
    width: 90%;
    margin-top: 60px;
}
.tab-link ul {
    display: flex;
    width: 100%;
    border: #344564 1px solid;
}
.tab-link li {
    flex: 1;
}
.tab-link li:not(:last-child) {
    border-right:  #344564 1px solid;
}
.tab-link li a {
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    line-height: 1.7;

    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    position: relative;
    justify-content: center;
}
.tab-link li a.current,
.tab-link li a:hover{
    color: #fff;
    background-color: #344564;
}
.tab-link li a.current:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #344564 transparent transparent transparent;
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
}
@media screen and (max-width: 860px) {
    
br.sp-only {
    display: inherit !important;
  }
.tbl {
    border-left: #6d1c6f 1px solid;
}
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
    top:6px !important;
    margin-top: 0px !important;
  }
input[type="radio"]:checked + label::after {
    top: 11px !important;
    margin-top: 0 !important;
  }
.tbl th {
width: 35px;
}
#form-box .blk .day-bold li:not(:last-child) {
  margin-bottom: 20px;
}
#form-box .blk .day-bold label {
  font-size: 100%;
    line-height: 2;
}
.tbl .bold-txt {
  font-size: 100%;
}
.tbl td {
}
.tbl .date {
  font-size: 120%;
  font-weight: 700;
  width: auto;
  border-right:#6d1c6f 1px solid;
  text-align: left;
    border-bottom-style: dashed;
}
    .tbl .no-line {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: -10px;
    }
}



@media screen and (max-width: 480px) {
.tab-menu {
  border-bottom: #344564 2px solid;
  margin-top: 30px;
}
.tab-menu li a, .tab-menu li span {
  padding: 10px;
  font-size: 3vw;
}
.tab-link {
  max-width: 1100px;
  margin: auto;
    margin-top: auto;
  width: 100%;
  margin-top: 40px;
}
    .tab-link ul{
        border-left: none;
        
    }
.tab-link li a {
  padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  font-weight: 700;
  font-size: 3vw;
}
.lead-txt {
  font-size: 24px;
}
.target {
  width: 150px;
  font-size: 16px;
  padding: 5px;
  margin-bottom: 30px;
}
.tbl .free-txt {
  /*! font-size: 75%; */
}
.tbl {
  margin-bottom: 40px;
}
.visual {
  margin-bottom: 25px;
}
table.tbl-dtl tbody th {
  width: 30px;
}
table.tbl-dtl .wid-time {
  width: 25px;
}
}





















