body{
    font-size: 1.4rem;
    font-weight: 400;
    color: #000000;
}

/* ====================================================
保護者のみなさまへ
==================================================== */

.sec-parents01 {
    
    
}

.parents-img-02 {
    width: 115px;
    position: absolute;
    top: -100px;
    left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
    
    
}




.parents_bg01 {
    background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(150deg, transparent, transparent 15px, rgba(255, 246, 229, 1) 15px, rgba(255, 246, 229, 1) 24px );
    margin-bottom: 80px; 
     }


.parents_title01 {
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 2.8rem;
    font-weight: 900;
    color: #519813;
    padding-left: 8px;
    top: 5px;
    letter-spacing: 0.5px;
    text-align: center;
    
     }

.parents_text01 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000000;
    padding-left: 8px;
    line-height: 40px;
    padding-bottom: 80px;
}




/* ====================================================
このWebサイトについて
==================================================== */

.sec-parents02 {
  width: 100%;
    margin-bottom: 100px;
    
}

.parents_text02 {
    font-size:42px;
    font-size:4.2rem;
    font-weight: 600;
    color: #4d4d4d;
    line-height: 60px;
    text-align: center;
}

.seed{
    color: #519813; 
}


.parents_text03 {
  width: 100%; 
    font-size: 1.4rem;
    font-weight: 600;
    color: #4d4d4d;
    padding-left: 8px;
    line-height: 40px;
    
}


/* ====================================================
メンバー登録について
==================================================== */

.sec-about03 {
    
    
}

.about_bg03{
    background-color:#f9eed4;
    background-image: url(../img/about/bg01.png);
    padding-top: 80px;
    padding-bottom: 100px;
    }


.register-block02 .item__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.register-block02 .item {
    border: 4px solid #fba700;
    background-color: #fff;
    padding: 30px 40px 53px;
    margin-bottom: 30px;
    border-radius: 15px;
    
}

.register-block02 .item__heading .number {
    width: 47px;
    height: 47px;
    color: #fff;
    background: #fba700;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 900;
}


.register-block02 .item__heading .ttl {
    width: calc(100% - 47px);
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 900;
    color: #fba700;
    padding-left: 8px;
    position: relative;
    top: 5px;
    letter-spacing: 0.5px;
}

.register-block02 .item__content {
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    line-height: 1.8;
}



