.p-mv__content .inner h1 {
    font-size: 5rem;
}

.title_deco{
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #008adb;
}

.title_comp{
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
    color: #008adb;
    margin-top: 10px;
}

.flow_design09 {
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
    padding: 10rem 12rem 5rem;
    margin: -6rem 0 0;
    border-radius: .8rem;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}

.flow09 > li dl dt {
font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
  color: #008adb;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #008adb;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.5em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li dl dd {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
}

.flow09 > li dl {
  width: 100%;
  margin-top: 0.8em;
}

.p-schedule__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px;
    color: #008adb;
}

.icon08 {
    line-height: 1;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 70px;
    position: relative;
    margin-top: 0;
}

.icon08::before {
    content: 'STEP';
    font-size: 0.5em;
    display: block;
    margin-bottom: 3px;
    letter-spacing: 1px;
}

.p-date__detail {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 5rem;
}

.p-seminar-ttl{
    justify-content: unset!important;
}

.p-seminar-ttl dt {
    margin-top: 1.1em;
}

.p-seminar-detail__list-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 15px;
    border-left: 10px solid #008adb;
    padding: 0 0 0 10px;
}

.p-seminar-detail__list{
    list-style-type: disc;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5rem;
}

.p-seminar-detail__list li {
    padding: .3em .3em .3em 0;
    margin-left: 15px;
    font-size: 1.8rem;
    font-weight: 700;
}

.p-seminar-detail__list li::marker {
    color: #008adb;
    font-size: 1.3em;
}

@media screen and (max-width: 767px) {
    .p-mv__content .inner .copy {
        font-size: 1.2rem;
    }
    .p-mv__content .inner h1 {
        font-size: 2rem;
    }
    .title_deco{
    font-size: 1.5rem;
    }
    .title_comp{
    font-size: 1.2rem;
    line-height: 1.5;
    }

    .flow_design09 {
        padding: 10rem 1.5rem 4rem;
    }
    .flow09 > li dl dd {
        font-size: 1.2rem;
    }

    .p-seminar-ttl{
        display: flex!important;
    }

    .p-schedule__title{
        font-size: 1.5rem;
    }
    .p-date__detail{
        font-size: 1.2rem;
    }
    .p-date__item .heading dl dt strong {
    font-size: 2.4rem;
    }

    .p-seminar-detail__list li {
        font-size: 1.5rem;
    }

}
