/*

  メイン

================================================================
*/

.article .txt {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.article .fsize_l {
    font-size: 22px;
}

.bold {
    font-weight: 600;
}
.article .txt2 {
    text-align: left;
    font-size: 16px;
}
.article .txt3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 2rem;
}

.article .purple {
    color: #cc3366;
}
.article .green {
    color: #1abc9c;
}
.article .orange {
    color: #e67e22;
}

/*
========================================================

  SP用はここからです

========================================================
*/


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

/*

  メイン

================================================================
*/

    .article .txt {
    font-size: 3.8vw;
}
    .article .fsize_l {
    font-size: 4.8vw;
}
    .article .txt3 {
    font-size: 4.8vw;
}
    
}
