@media screen and (max-width:600px){

.articlebox p, .articlebox li {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 25px;
    padding: 0 20px;
}

.articlebox h3 {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin: 45px 20px 0 20px;
}

    .flowbox .firststep {
        display: flex;
        justify-content: space-between;
    }
    
    .flowbox .firststep .report1, .flowbox .firststep .schooling {
        display: block;
        height: auto;
    }
    
    .flowbox .textbox {
        width: 100%;
        height: calc( 100% - 39px);
        padding: 9px;
        text-align: center;
    }
    
    .flowbox .report1 {
        width: calc(50% - 10px);
        margin-bottom: 7px;
    }
    
    .flowbox .schooling {
        width: calc(50% - 10px);
    }
    
    .textbox h3 {
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        padding: 3px;
    }
    
    .sectionbox .maintext .contentbox .flowbox .textbox p {
        padding: 4px;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.03em;
        text-align: center;
        padding-top: 8px;
    }
    
    .flowbox .arrowbox {
        width: 29px;
        height: 25px;
        transform: rotate(0deg);
        background-size: auto 100%;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 8px;
    }
    
    .test {
        display: block;
        padding-bottom: 7px;
    }
    
    .test .textbox h3 {
        border-bottom: 1px solid #388FFF;
    }
    
    
    .test .arrowbox {
        margin-top: 8px;
    }
    
    .flowbox .credit {
        width: auto;
        height: auto;
        padding: 6px;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 0;
        text-indent: 0;
    }

.flowbox {
    width: calc(100% - 40px);
    display: block;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.flowbox .report1 .textbox {
    height: auto;
}

.articlebox .flowbox p {
    padding: 0;
}

.flowbox .test {
    display: block;
    padding-bottom: 7px;
}

.flowbox .test .textbox {
    width: 100%;
    height: auto;
}

.articlebox .contentbox .flowbox .test .textbox h3 {
    border-bottom: 1px solid #388FFF;
}

.articlebox .contentbox .flowbox .textbox h3 {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    padding: 3px;
}

.flowbox .credit span:last-child {
    display: block;
}

.flowbox .credit span {
    display: inline;
}

.articlebox .contentbox ul li h4 {
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 25px;
}

.articlebox .contentbox ul li p {
    padding: 0 0 0 24px;
}

.articlebox .contactbox {
    margin-top: 40px;
    padding: 0 20px;
    text-align: center;
}

.articlebox .contactbox h4, .contactbox p {
    display: inline;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    padding: 0;
    text-align: center;
}

.contactbox p a {
    display: block;
}

.sectionbox {padding-bottom: 46px;}

.articlebox {
    padding-bottom: 0;
}

}