@charset "UTF-8";


/* =style
-----------------------------------------------------*/
.entry h2 {
    font-size: clamp(2rem, 0.7142857143rem + 2.2321428571vw, 3rem);
    font-weight: bold;
    position: relative;
    padding-bottom: 2.01rem;
    margin-bottom:5rem;
  }

  .entry h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background:#008800;
    min-width: 50px;
    height: 4px;
  }


.entry h3 {
    padding: .5em  .5em .5em;
    background-color: #ECECEC;
    border-bottom: solid 3px #008800;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1.5em;
    line-height:30px;
}

.entry h4 {
    padding: .5em .5em .5em 1em; 
	border-left: solid 6px #008800; 
    border-bottom: solid 1px #E9E9E9; 
    font-size: 1.8rem;
    margin-bottom: 1.5em;
    font-weight: bold;
}

.entry h5 {
    padding: 10px;
    font-size: 1.7rem;
    margin-bottom: 1.5em;
    font-weight: bold;
    background-color: #EEFAE7;
}


.entry p {
    font-size: 1.8rem;
    margin-bottom:10px;
    letter-spacing: 3px;
    line-height:30px;
}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:520px) {
    .entry h2 {
        margin-bottom:3rem;
      }
    .entry h3 {
        padding: 1rem 0rem;
        line-height: 2.5rem;
        font-size: 1.8rem;
    }

    .entry h4 {
        padding: 1rem 1rem;
        line-height: 2.5rem;
        font-size: 1.6rem;
    }

    .entry h5 {
        padding: 1rem 1rem;
        line-height: 2.5rem;
        font-size: 1.6rem;
    }
    p{
        font-size: 1.6rem;
    }
}