.ymcah1 {
    background-color: #d80032;
    color: white;
    text-align: left;
    margin-top: 50px;
    padding: 15px 20px;
    border-radius: 5px;
}

.ymcah2 {
    background-color: #003a70;
    color: white;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 5px;
}

.ymcah3 {
    color: black;
    font-family: Noto Sans JP;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #003a70;

}


.ymcah4 {
    color: #003a70;
    font-size: 1.2em;
    font-weight: 600;
    font-family: Noto Sans JP;


}

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



.tkh1 {
    background-color: #d80032;
    color: white;
    text-align: left;
    margin-top: 50px;
    padding: 15px 20px;
    border-radius: 5px;
}

.tkh2 {
    background-color: #003a70;
    color: white;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 5px;
}

.tkh3 {
    color : black;
    font-family: Noto Sans JP;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: normal;
    margin-top : 25px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #003a70;

}


.tkh4 {
    color: #003a70;
    font-size: 1.2em;
    font-weight :600;
    font-family: Noto Sans JP;


}

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

.link2life {
    background-color: #003a70;
    font-weight: 300;
    font-size: 1.3em;
    color: white;
    margin: 3px;
    padding: 3px 20px 3px 20px;
    border-color: white;
    /* border-style: solid; */
    border-width: 5px;
    display: inline-block;
    border-radius: 10px;
    vertical-align: top;

    text-decoration: none;
}

.link2life:hover {
    background-color: skyblue;
    text-decoration: none;
}

.link2life a:hover {
    text-decoration: none;
    text-decoration: none;

}

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

.mask {
    background-color: black;
    color: black;
    font-weight: bold;
    padding : 10px;
}

.mask:hover {
    background-color: white;
    color: black;
    font-weight: bold;
}

.mask2 {
    background-color: #ffeeee;
    color: #ffeeee;
    font-weight: bold;

}

.mask2:hover {
    background-color: white;
    color: black;
    font-weight: bold;
}