@charset "UTF-8";

section#section01{
    background: url(/bunjyo/funabashi-nichidaimaejt5/images/access/section01_bg.png);
    background-size: cover;

    h2{
        color: var(--color04);
        font-family: var(--font02);
        font-weight: 500;
        font-size: var(--font32-50);
        text-align: center;
        width: 100%;
        margin: 0 auto 3%;
        padding: 3% 0 0;
    }
    h3{
        color: var(--color04);
        font-size: var(--font24-30);
        line-height: 1.6em;
        text-align: center;
        width: 100%;
        margin: 0 auto 5%;
        padding: 0 0 0;
    }
    p{
        color: var(--color04);
        line-height: 1.8em;
        max-width: var(--width03);
        width: 98%;
        margin: 0 auto 5%;
        padding: 0 0 0;
    }
    figure{
        text-align: center;
        width: 100%;
    }
    figure img{
        margin: 0 auto 5%;
    }
}
section#section02{
    text-align: center;
    padding: 5% 0;
    
    h2{
        color: var(--color04);
        font-size: var(--font24-30);
        line-height: 1.6em;
        width: 100%;
        margin: 0 auto 3%;
    }
}
section#section03{
    h2{
        color: var(--color04);
        font-size: var(--font18-22);
        line-height: 1.6em;
        max-width: var(--width02);
        width: 98%;
        margin: 0 auto 3%;
        padding: 10px 0 10px 60px;
        position: relative;

        &:before{
            content:"";
            background: url(/bunjyo/funabashi-nichidaimaejt5/images/access/icon01.svg);
            background-size: 100%;
            background-repeat: no-repeat;
            width: 40px;
            height: 54px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0,-50%);
        }
        &:after{
            content:"";
            background: var(--color04);
            width: calc(100% - 60px);
            height: 1px;
            position: absolute;
            bottom: 0;
            right: 0;
        }
    }
    .section_inner{
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        max-width: var(--width02);
        width: 98%;
        margin: 0 auto 3%;

        .section_inner_menu{
            width: calc(96% / 3);
            margin: 0 0 3%;
            position: relative;

            dl{
                width: 100%;

                dt{
                    border-bottom: 1px solid var(--color01);
                    display: flex;
                    align-items: baseline;
                    width: 66%;
                    margin: 0 0 10px;
                    padding: 0 0 20px;

                    i{
                        color: var(--color01);
                        font-size: var(--font27-36);
                        font-weight: 300;
                    }
                }
                dd{
                    font-size: var(--font-menu);
                    line-height: 1.6em;
                    width: 100%;
                }
            }
            p{
                width: 33%;
                position: absolute;
                top: 0;
                right: 0;

                span{
                    display: flex;
                    align-items: baseline;
                    justify-content: flex-end;

                    b{
                        color: var(--color05);
                        font-size: var(--font30-40);
                        font-style: italic;
                        letter-spacing: 0.1pt;
                        padding: 0 5px;
                    }
                }
                i{
                    font-style: normal;
                    display: block;
                    text-align: right;
                    letter-spacing: 1.0pt;
                }
            }
        }
    }
}
section#section04{
    h2{
        color: var(--color04);
        font-size: var(--font18-22);
        line-height: 1.6em;
        max-width: var(--width02);
        width: 98%;
        margin: 0 auto 3%;
        padding: 10px 0 10px 60px;
        position: relative;

        &:before{
            content:"";
            background: url(/bunjyo/funabashi-nichidaimaejt5/images/access/icon02.svg);
            background-size: 100%;
            background-repeat: no-repeat;
            width: 45px;
            height: 42px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0,-50%);
        }
        &:after{
            content:"";
            background: var(--color04);
            width: calc(100% - 60px);
            height: 1px;
            position: absolute;
            bottom: 0;
            right: 0;
        }
    }
    img {
        display: block;
        margin: 0 auto 5%;
    }
}
section#section05{
    max-width: var(--width04);
    width: 98%;
    margin: 0 auto 5%;

    h2{
        background: var(--color06);
        color: var(--color01);
        font-size: var(--font20-24);
        text-align: center;
        margin: 0 auto 5%;
        padding: 20px 0;
    }
    p{
        line-height: 1.4em;
        text-align: center;
        margin: 0 auto 5%;
    }
    .inner{
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        width: 100%;

        ul{
            width: 32%;
            margin: 0 0 4%;

            li{
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                font-size: var(--font-menu);
                line-height: 1.4em;
            }

            li:first-child{
                margin: 0 0 10px;
            }
        }
    }
}
section#information{
    margin: 0 auto 5%;
}
@media all and (max-width:768px){
section#section01{
    h2{
        margin: 0 auto 8%;
    }
    h3{
        margin: 0 auto 8%;
    }
    .caption{
        width: 90%;
        margin: 0 auto 12%;
    }
    .w64{
        width: 95%;
        margin: 0 auto;
    }
}
section#section02{
    .w75{
        width: 95%;
        margin: 0 auto;
    }
}
section#section03{
    h2{
        width: 90%;
        margin: 0 auto 7%;
    }
    .section_inner{
        .section_inner_menu{
            width: 90%;
            margin: 0 auto 6%;

            dl{
                dt{
                    padding: 0 0 10px;
                }
            }
        }
    }
}
section#section04{
    .w75{
        width: 95%;
        margin: 0 auto 8%;
    }
}
section#section05{
    h2{
        margin: 0 auto 8%;
    }
    p{
        text-align: left;
        margin: 0 auto 8%;
        width: 94%;
        
        br{
            display: none;
        }
    }
    .inner{
        ul{
            width: calc(90% / 2);
            margin: 0 auto 8%;

            li{
                span{
                    width: 100%;
                }
            }
        }
    }
}
}

@media all and (min-width:769px) and (max-width:960px){
    section#section03{
        .section_inner{
            .section_inner_menu{
                width: calc(96% / 2);
            }
        }
    }
}