@charset "utf-8";

/*font*/
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');


#fakegreen_page{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#fakegreen_page .bg_gn{
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #EFF2E8;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}
#fakegreen_page h3 {
    font-size: 1.5rem;
    font-weight: initial;
    text-align: center;
    font-family: 'Lexend Deca', sans-serif;
    margin: 0 auto;
    padding: 5px;
    height: auto;
    color: #333;font-weight: 500;
    width: 40%;
}
#fakegreen_page h3>span {
    font-size: 0.7em;
    font-weight: initial;
    display: block;
    margin-top: 5px;
    padding: 2px;
    letter-spacing: 1px;
}

#fakegreen_page .icon_cl{
  font-size: 0.7rem;
  padding: 0 5px;
}

#sec_size .nav_select, #sec_price .nav_select {
    justify-content: start;
}
#fakegreen_page .d_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#fakegreen_page ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#fakegreen_page ul.nav_select.d_flex {
    margin-top: 1rem !important;
}
#fakegreen_page li.btn_stl1, #sec_price li.btn_stl1 {
    flex: 0 1 24.5%;
    margin-right: calc((100% - 24.5% * 4 )/ 3);
}
#fakegreen_page li.btn_stl1:nth-child(n+5), #fakegreen_page li.btn_stl1:nth-child(n+5) {
    margin-top: 5px;
}
#fakegreen_page li.btn_stl1:nth-child(4n), #fakegreen_page li.btn_stl1:nth-child(4n) {
    margin-right: 0 !important;
}
#fakegreen_page li.btn_stl1 {
    text-align: center;
}
#fakegreen_page li.btn_stl1>a {
    font-size: 12px;
    width: 100%;
    border: 1px solid #ccc;
    display: block;
    padding: 15px 0;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 2px;
    background-color: #fff;
}
#fakegreen_page a {
    text-decoration: none;
    transition-duration: 0.5s;
}



.headborder {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
 
.headborder:before,
.headborder:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #999999;
}
 
.headborder:before {
    margin-right: 1rem;
}
 
 .headborder:after {
    margin-left: 1rem;
}
.headborder span{
    text-align: center;
    font-size: 1rem;
    font-weight:500;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 480px){
    #fakegreen_page {   
     margin-top: 1rem;
}
#fakegreen_page h3 {
    font-size: 5.5vw;
    width: 50%;
}

#fakegreen_page h3>span {
    font-size: 0.7em;
    margin-top: 5px;
}
#fakegreen_page li.btn_stl1, #sec_price li.btn_stl1 {
    flex: 0 1 49%;
    margin-right: calc(100% - 49% * 2);
    }
    #fakegreen_page li.btn_stl1:nth-child(n+3), #sec_price li.btn_stl1:nth-child(n+3) {
    margin-top: 10px;
}
#fakegreen_page li.btn_stl1:nth-child(n+3), #sec_price li.btn_stl1:nth-child(n+3) {
    margin-top: 10px;
}
#fakegreen_page li.btn_stl1:nth-child(2n), #sec_price li.btn_stl1:nth-child(2n) {
    margin-right: 0 !important;
}
    #fakegreen_page li.btn_stl1>a {
    font-size: 11px;
    padding: 15px 0;
}

}