.outline .blk .scroll-hint-icon {
    background: #00204c;
    padding-bottom: 10px;
    height: 90px;
}
.outline h2 {
    font-weight: 700;
  font-size: 35px;
  margin-bottom: 40px;
    text-align: center;
}
.outline .blk {
    border: #ed7700 2px solid;
  border-radius: 12px;
  background-color: #fafafa;
  position: relative;
  margin-bottom: 60px;
    overflow: hidden;
}
.outline .blk h3 {
background-color: #ed7700;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  padding: 15px;
  position: relative;
    text-align: center;

}
.outline .blk li{
    font-weight: 700;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    line-height: 1.3;
    background-image: url(../../course/images/dot.png);
    background-size: 23px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.outline .blk li:last-child {
    background-image: none;
}
.outline .blk li .price {
    color: #ed7700;
}
.outline .blk li .price span {
    font-size: 180%;
    line-height: 1;
    display: inline-block;
}
.outline .blk li h4 {
    font-weight: 700;
    margin-bottom: 5px;
}
.outline .blk li h4 span {
    background: linear-gradient(transparent 60%, #FFFF00 60%);
    display: inline-block;
}
.outline .blk li h5 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.outline .blk li h5 span {
    background: linear-gradient(transparent 60%, #FFFF00 60%);
    display: inline-block;
}
.outline .blk .inner-box {
    padding: 30px;
}
.outline .blk .scroll {
    margin-bottom: 20px;
}
.outline .blk .cau {
    text-align: center;
}
.outline .blk .cau.mdb {
    margin-bottom: 30px;
}
.outline .blk table {
    border-top: #00204c 1px solid;
    border-left: #00204c 1px solid;
    font-size: 90%;
    line-height: 1.3;
    
}
.outline .blk table th {
    padding: 10px;
    border-bottom: #00204c 1px solid;
    border-right: #00204c 1px solid;
    text-align: center;
    font-weight: 500;
    background-color: #D4D9E0;
}
.outline .blk table td {
    padding: 10px;
    border-bottom: #00204c 1px solid;
    border-right: #00204c 1px solid;
     text-align: center;
}
.main-visual dl {
    background-image: url("../../trial/images/bg_visual.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.main-visual dt {
    background-color: #fff;
    border: #00204c 1px solid;
    padding: 10px;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
.main-visual dd {
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 15px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;

}
.main-visual dd img {
    width: 500px;
}
.lead-txt {
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: -30px;
}
.target {
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
    padding: 15px;
    margin-bottom: 50px;
    line-height: 1.8;
}
.target span:before {
    content: "●";
    color: #ed7700;
}
.flow .time {
    border: #ed7700 1px solid;
    border-radius: 40px;
    color: #ed7700;
    font-weight: 700;
    padding: 5px;
    display: inline-block;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.flow {
    text-align: center;
}
.flow h2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 40px;
}
.flow .step {
    border: #ed7700 2px solid;
    border-radius: 12px;
    background-color: #fafafa;
    position: relative;
    margin-bottom: 60px;
}

.flow .step:after {
width: 0;
height: 0;
border-style: solid;
border-width: 16px 18px 0 18px;
border-color: #ed7700 transparent transparent transparent;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -17px;
    left: 50%;
    margin-left: -18px;
}
.flow .step.no-arrow:after {
display: none;
}

.flow .step h3 {
    background-color: #ed7700;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    padding: 15px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.flow .step h3 span {
    background-color: #fafafa;
    color: #ed7700;
    font-size: 90%;
    position: absolute;
    z-index: 1;
    left: 15px;
    width: 110px;
    display: flex;
    justify-content: center;
    height: 36px;
    align-items: center;
    line-height: 1.4;
    padding-bottom: 4px;
}
.flow .step h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.5;
}

.flow .step h4 span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}
.flow .step .photo img {
    width: 210px;
    margin-bottom: 30px;
}
.flow .step .copy {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.6;
    
}
.flow .step .inner-box {
    padding: 40px;
    padding-bottom: 60px;
}
.flow .step .txt {
    text-align: left;
    margin-top: 25px;
}
.flow .step .blk {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.flow .step .blk:after {
    background-color: #ed7700;
    width: 140px;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 3px;
}
.flow .step .blk.no-line {
    padding-bottom: 0;
    margin-bottom: 0;
}
.flow .step .blk.no-line:after {
    display: none;
}

.inq-dtl {
    border: #00204c 2px solid;
border-radius: 12px;
background-color: #fafafa;
    text-align: center;
    margin-bottom: 80px;
}
.inq-dtl h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding: 30px;
    
}
.inq-dtl .tel {
        background-color: #ECECEC;
    padding: 30px;
    font-weight: 700;
}
.inq-dtl .tel dt {
    margin-bottom: 15px;
}
.inq-dtl .tel a {
    font-size: 35px;
    background-image: url("../images/icon_tel2.png");
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left top 16px;
    padding-left: 45px;
}
.inq-dtl .tel span {
    display: block;
    font-weight: 500;
    margin-top: 10px;
}
.inq-dtl .btn {
    padding: 30px;
}
.inq-dtl .btn dt {
    font-weight: 700;
    margin-bottom: 25px;
}
.inq-dtl .btn a {
        display: block;
    background-color: #ed7700;
    color: #fff;
    max-width: 450px;
    padding: 18px;
    border-radius: 40px;
    font-size: 21px;
    font-weight: 700;
    margin: auto;
    position: relative;
}
.inq-dtl .btn a span {
    background-image: url(../images/icon_mail.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    padding-left: 45px;
}
.inq-dtl .btn a:hover {
    opacity: 0.8;
}
.inq-dtl .btn a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
.form-box {
}
.form-box h2 {
    font-weight: 700;
    text-align: center;
    font-size: 27px;
    margin-bottom: 40px;
}
.form-box .form-txt {
    margin-bottom: 40px;
}


@media screen and (max-width:480px){
.outline .blk li h5 {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.main-visual dl {
  padding: 15px;
}
.main-visual dd {
  font-size: 32px;
}
.main-visual dt {
  padding: 8px;
  font-size: 17px;
  margin-bottom: 15px;
}
.lead-txt {
  text-align: left;
}
.flow .step h4 {
  font-size: 20px;
    margin-bottom: 25px;
}
.flow .step .inner-box {
  padding: 15px;
  padding-bottom: 30px;
    padding-top: 20px;
}
.flow .step .copy {
  font-size: 16px;
}
.flow .step .txt {
  margin-top: 15px;
}
.flow .step .photo img {
  width: 140px;
  margin-bottom: 20px;
}
.flow .step .blk {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.flow h2 {
  font-size: 23px;
  margin-bottom: 35px;
}

.flow .step h3 {
    font-size: 19px;
    padding-left: 80px;
    text-align: left;

}
.flow .step h3 span {
  font-size: 72%;
  left: 10px;
  width: 60px;
  height: 24px;
    top: 50%;
    margin-top: -14px;
}
.inq-dtl h2 {
  font-size: 19px;
  line-height: 1.4;
  padding: 20px;
}
.inq-dtl .tel {
  padding: 20px;
}
.inq-dtl .tel a {
  font-size: 29px;
  background-size: 25px;
  background-position: left top 15px;
  padding-left: 35px;
}
.inq-dtl .tel span {
  font-size: 12px;
}
.inq-dtl .tel dt {
  margin-bottom: 10px;
}
.inq-dtl .btn {
  padding: 20px;
}
.inq-dtl .btn dt {
  margin-bottom: 20px;
  font-size: 14px;
}
.inq-dtl .btn a {
  font-size: 15px;
}
.inq-dtl .btn a span {
    display: block;
  background-size: 25px;
    padding-left: 0;
}
.flow .step.no-arrow {
  margin-bottom: 40px;
}
.form-box h2 {
  font-size: 22px;
  margin-bottom: 30px;
    line-height: 1.3;
}
.inq-dtl {
  margin-bottom: 60px;
}
br.sp-none {
    display: none;
    }
.form-box .form-txt {
    margin-bottom: 30px;
}
.outline h2 {
    font-size: 23px;
    margin-bottom: 35px;
}
.outline .blk h3{
  font-size: 19px;
}
.outline .blk li{

  padding: 15px;
  font-size: 16px;
}
.outline .blk .inner-box{
  padding: 20px;
}
.outline .blk{
  margin-bottom: 30px;
}
.lead-txt{
  margin-bottom: 30px;
  margin-top: 0px;
}
.target{
  margin-bottom: 40px;
}
}














