@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#geppei_20251001 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#geppei_20251001 * {
    box-sizing: border-box;
}

#geppei_20251001 a {
    text-decoration: none;
}

#geppei_20251001 a.link_hover {
    transition: .5s;
}

#geppei_20251001 a.link_hover:hover {
    opacity: 0.7;
}


/*--------------------------------------------
MV
--------------------------------------------*/
#geppei_20251001 .mv {
    margin: 0;
}

#geppei_20251001 .mv img {
    max-width: 100%;
}

/*--------------------------------------------
text
--------------------------------------------*/
#geppei_20251001 .textWrap{
    background-color: #fde8bc;
    padding: 20px;
    text-align: left;
}

#geppei_20251001 .textWrap .flex{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 15px;
}

#geppei_20251001 .textWrap .flex .img{
    width: 100%;
}

#geppei_20251001 .textWrap .flex > p.flexText{
    grid-column: span 2 / span 2;
}



/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#geppei_20251001 .pc {
    display: block;
}

#geppei_20251001 .sp {
    display: none;
}

@media screen and (max-width:480px) {

  
/*--------------------------------------------
text
--------------------------------------------*/
#geppei_20251001 .textWrap .flex{
    gap: 8px;
}
#geppei_20251001 .textWrap .flex .img{
    width: 100%;
}


/*--------------------------------------------
バナー
--------------------------------------------*/
#geppei_20251001 .bnr_area{
    margin: 40px 20px 0;
}
#geppei_20251001 .bnr_area .title{
    font-size: 16px;
    margin: 0 auto 10px;
}
#geppei_20251001 .bnr_area ul li:not(:last-child){
    margin-bottom: 10px;
}


/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#geppei_20251001 .pc {
    display: none;
}

#geppei_20251001 .sp {
    display: block;
}
}