#whatisCont{
    display: block;
    width: 96%;
    max-width: 1000px;
    margin: 2rem auto 4rem;
}

/*タイトル ------------------*/
.titleBox{
    background: #f0f3bb;
    padding: 0.6rem;
    border-radius: 20px 20px 0 0;
}
.titleinCont{
    border-top: 1px solid #2c893a;
    border-left: 1px solid #2c893a;
    border-right: 1px solid #2c893a;
    border-radius: 16px 16px 0 0;
}
.title{
    display: flex;
    align-items: end;
    justify-content: center;
    width: 90%;
    max-width: 1000px;
    background:#fff;
    position: relative;
    border-radius: 40px;
    text-align: center;
    margin: 1rem auto 0;
    font-size: 2rem;
    padding: 0.6rem;
}
.titleImg1{ 
    position: absolute;
    left: -27px;
    top: -25px;
}
.titleText1{font-size: 1.4rem;}

/*記事 -------------------------*/
.whatisCint{
    background: #f0f3bb;
    padding: 0.6rem;
}
.whatisInCint{
    border-left: 1px solid #2c893a;
    border-right: 1px solid #2c893a;
}

.qaCon{ 
    display: block;
    padding: 1.6rem 0;
    margin: 0 1.6rem 0;
    border-bottom: 2px solid #2c893a; ;
}
.question{ 
    font-size: 2rem;
    display: flex;
    align-items: center;
    color: #2c893a; 
    line-height: 1.2;
    margin: 0 0 1rem 0;
}
.question img{ 
    width: 100%;
    max-width: 50px;
    margin: 0 0.5rem 0 0;
}
.anser{ 
    color: #2c893a; 
    font-size: 5rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
}
.anser span{ font-size: 4rem;}

.anserText{ 
    color: #2c893a; 
    line-height: 1.6;
}
.anserSubText{
    font-size: 1rem!important;
}

.subCont{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0 0;
}
.subCont div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 49%;
}
.subCont div img{ width: 90%; max-width: 334px; margin: 0 0 1.6rem 0;}
.subContLeft p{ 
    color: #2c893a; 
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 0 0 2rem 0;
}
.subContright p{
     color: #2c893a; 
     line-height: 1.6;
}
.subContright span{
    display: block;
    width: 30%;
    max-width: 112px;
    text-align: center;
    background: #2c893a;
    color: #fff;
    font-weight: bold;
    padding: 0.3rem;
    margin: 0 0 0.6rem 0;
}
.subContendText{
    color: #2c893a; 
    margin: 1rem 0 0 0;
    line-height: 1.6;
}

.footerBox{
    background: #f0f3bb;
    padding: 0.6rem;
    border-radius: 0 0 20px 20px;
}
.footerinCont{
    border-bottom: 1px solid #2c893a;
    border-left: 1px solid #2c893a;
    border-right: 1px solid #2c893a;
    border-radius: 0 0 16px 16px;
    padding: 1rem;
}

@media (max-width: 1024px) {
    .title {zoom:0.9;}

}

@media (max-width: 820px) {
    .title {zoom:0.7;}

}

@media (max-width: 640px) {
    .title { flex-wrap: wrap; line-height: 1.6;}
    .anser { font-size: 3rem; line-height: 1.2;}
    .anser span { font-size: 1rem;}
    .anserSubText { display: block;}

    .qaCon{ margin: 0 1rem 0;}
    .subCont{ display: block;}
    .subCont div{ width: 100%;}

    .subContright span{ width: 100%;}
    .subContright p{ margin: 0 0 1rem 0;}
}