@charset "UTF-8";
/* CSS Document */
@import url('style.css');

#outline{
    padding: 4em 0;
}
#outline .read{
    padding: 0.7em 0 6em 0;;
}
#outline .read span{
    display: inline-block;
    background-color: #494949;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0.5em 2em;
}
#outline .box{
    text-align: justify;
}
#outline .box h3{
    font-size: 2.4rem;
    font-weight: 600;
    padding: 5em 0 0.5em 0;
}
#outline .box h4{
    font-size: 2rem;
    font-weight: 600;
    padding: 1.5em 0 0.6em 0;
}
#outline .box .txt{
    padding-bottom: 0.5em;
}
#outline .box .txs{
    font-size: 1.2rem;
}
#outline .box .indent{
    padding-left: 1em;
    text-indent: -1em;
}
#outline .box .__red{color: #CB5557;}
#outline .caulist{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1em;
}
#outline .caulist li{
    padding-left: 2em;
}
#outline .caulist li:first-child{
    flex: 1;
    padding-left: 0;
}

#outline .student_ao{
    display: flex;
    justify-content: space-between;
    margin: 0.5em 0 1em 0;
}
#outline .student_ao li{
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #77b5cd;
    color: #fff;
    border-radius: 0.3em;
    padding: 2.1em 1em 1em 1em;
    line-height: 1.4;
    min-width: 11em;
}
#outline .student_ao li p{
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 0.3em;
}
#outline .student_ao li:first-child{
    padding-top: 1em;
}
#outline .student_ao li:nth-child(4){
    padding-top: 1.5em;
}
#outline .student_ao li::after{
    content: "";
    position: absolute;
    display: block;
    background-image: url("img/arrow_pc.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 1.5em;
    height: 1.5em;
    right: -1.7em;
    top: 40%;
}
#outline .student_ao li:last-child::after{
    display: none;
}

#outline table{
    width: 100%;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-bottom: 0.5em;
}
#outline th, #outline td{
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    vertical-align: middle;
}
#outline th{
    background-color: #30394a;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 1.5em 0.4em;
}
#outline td{
    padding: 1em;
}
#outline .centerbox td, #outline td.center{
    text-align: center;
}
#outline .centerbox td p{
    text-align: left;
}
#outline .wd1{}
#outline .wd2{
    width: 11%;
}
#outline .wd3{
    width: 25%;
}
#outline .wd4{
    width: 17%;
}
#outline .btn{
    padding-top: 6em;
}
#outline .btn a{
    display: block;
    width: 20em;
    background-color: #494949;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0.5em 0 0.6em 0;
    margin: 0 auto;
}
#outline .btn span{
    font-size: 3.6rem;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: -0.06em;
}
#outline .btn a:hover{
    background-color: #41b2b8;
}

@media only screen and (max-width: 768px) {
#outline{
    padding: 3em 0;
}
#outline .read{
    padding: 0.7em 0 5em 0;
}
    .tbscroll{
        overflow-x: auto;
    }
#outline .box h3{
    font-size: 2.2rem;
    padding: 4em 0 0.5em 0;
}
#outline .box h4{
    font-size: 1.8rem;
}
#outline .box .txt{
    padding-bottom: 0.5em;
}
#outline .box .txs{
    font-size: 1.2rem;
}
#outline .box .indent{
    padding-left: 1em;
    text-indent: -1em;
}
    
#outline .caulist{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 1em;
}
#outline .caulist li{
    padding-left: 0;
}
#outline .caulist li:first-child{
    flex: auto;
    width: 100%;
    padding-left: 0;
}

#outline .student_ao{
    display: block;
}
#outline .student_ao li{
    padding: 0.5em;
    min-width: 100%;
    margin-bottom: 1.7em;
}
#outline .student_ao li p{
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 0.3em;
}
#outline .student_ao li:first-child{
    padding-top: 0.5em;
}
#outline .student_ao li:nth-child(4){
    padding-top: 0.5em;
}
#outline .student_ao li::after{
    background-image: url("img/arrow_sp.svg");
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -1.6em;
}
#outline .student_ao li:last-child::after{
    display: none;
}

    
#outline table{
}
#outline th, #outline td{
    white-space: nowrap;
    font-size: 1.4rem;
}
#outline th{
    padding: 1em 0.4em;
}
#outline td{
    padding: 0.5em;
}
#outline .wd2, #outline .wd3, #outline .wd4{
    width: auto;
}
#outline .btn a{
    width: 100%;
}
}