article{
    padding: 0 0 96px;
}
article h2{
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 24px;
    line-height: 1.6;
    font-family: "UD新ゴ M",sans-serif;
}
.sect1 h3{
    font-size: 20px;
    font-family: "UD新ゴ M",sans-serif;
}
#map{
    margin-top: 20px;
    background: #cccccc;
    height: 512px;
}
#map iframe{
    width: 100%;
    height: 100%;
}
.sect1 address{
    margin-top: 16px;
    display: block;
    background: #00afcc;
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
    font-family: "UD新ゴ M",sans-serif;
}
.sect1 address a{
    color: #fff;
}
.sect2{
    position: relative;
    margin-top: 56px;
}
.sect2 h3{
    margin-bottom: 40px;
    font-size: 18px;
    font-family: "UD新ゴ M",sans-serif;
}
.sect2 p{
    font-size: 14px;
    width: 288px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
}
.sect2 .red{
    color: #ff0000;
}
.sect2 ul>li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 312px;
}
.sect2 ul>li:nth-child(2) {
    position: absolute;
    top: 0;
    right:0;
}
.sect3{
    margin-top: 50px;
}
.sect3 h3,
.sect4 h3{
    font-family: "UD新ゴ M",sans-serif;
    font-size: 18px;
    margin-bottom: 18px;
}
.sect3 ol,
.sect4 ol{
    display:-webkit-box;
    display: flex;
}
.sect3 ol li,
.sect4 ol li{
    position: relative;
    width: 288px;
}
.sect3 ol li:nth-child(2),
.sect4 ol li:nth-child(2){
    margin: 0 48px;
}
.sect3 ol li::after,
.sect4 ol li::after{
    content: url(./img/arw.png);
    display: block;
    position: absolute;
    top: 70px;
    right: -35px;
}
.sect3 ol li:last-child::after,
.sect4 ol li:last-child::after{
    content: none;
}
.sect3 figcaption,
.sect4 figcaption{
    line-height: 1.5;
    margin-top: 8px;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
}
.sect4{
    margin-top: 40px;
}
.access .btnSmartNavi{
    position: static;
    margin: 48px auto 0;
}
/* 画面の横幅が768px以下
==============================*/
@media screen and (max-width: 768px) {
    article{
        padding: 0 0 40px;
    }
    article h2{
        text-align: center;
        padding: 30px 0;
        line-height: 1.5;
        font-size: 18px;
        font-weight: bold;
    }
    .sect1 h3{
        font-size: 14px;
        font-family: "UD新ゴ M",sans-serif;
    }
    .access #map{
        margin-top: 8px;
        height: 360px;
    }
    .sect1 address{
        margin-top: 8px;
        padding: 8px;
        font-size: 16px;
        line-height: 1.4;
    }
    .sect1 address a{
        color: blue;
    }
    .sect2{
        margin-top: 40px;
    }
    .sect2 h3{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .sect2 p{
        width: 100%;
        line-height: 1.6;
        margin-bottom: 8px;
    }
    .sect2 ul>li:nth-child(1),
    .sect2 ul>li:nth-child(2) {
        position: static;
    }
    .sect2 ul{
        display:-webkit-box;
        display: flex;
    }
    .sect2 ul li{
        width: 49%;
    }
    .sect2 ul li:first-child{
        margin-right: 2%;
    }
    .sect2 ul li img{
        width: 100%;
    }
    .sect3 ol li:last-child{
        margin-bottom: 0;
    }
    .sect3 h3,
    .sect4 h3{
        margin-bottom: 14px;
    }
    .sect3 ol,
    .sect4 ol{
        display:-webkit-box;
        display: flex;
        width: 100%;
    }
    .sect3 ol li,
    .sect4 ol li{
        position: relative;
        width: 30%;
    }
    .sect3 ol li img,
    .sect4 ol li img{
        width: 100%;
    }
    .sect3 ol li:nth-child(2),
    .sect4 ol li:nth-child(2){
        margin: 0 48px;
    }
    .sect3 ol li::after,
    .sect4 ol li::after{
        content: url(./img/arw.png);
        display: block;
        position: absolute;
        top: 15%;
        right: -35px;
    }
    .sect3 ol li:last-child::after,
    .sect4 ol li:last-child::after{
        content: none;
    }
    .sect3 figcaption,
    .sect4 figcaption{
        line-height: 1.5;
        margin-top: 8px
    }
    .sect4{
        margin-top: 40px;
    }
    .sect4 ol li:last-child{
        margin-bottom: 16px;
    }
    .access .btnSmartNavi{
        position: static;
        margin: 0 auto 0;
    }
}
/* 画面の横幅が640px以下
==============================*/
@media screen and (max-width: 640px) {
    .sect3 ol,
    .sect4 ol{
        display:-webkit-box;
        display: flex;
        flex-wrap: wrap;
    }
    .sect3 ol li,
    .sect4 ol li{
        width: 100%;
        margin-bottom: 50px;
    }
    .sect3 ol li img,
    .sect4 ol li img{
        width: 100%;
    }
    .sect3 ol li:nth-child(2),
    .sect4 ol li:nth-child(2){
        margin: 0 0 50px 0;
    }
    .sect3 ol li::after,
    .sect4 ol li::after{
        content: url(./img/arw.png);
        display: block;
        position: absolute;
        top: inherit;
        right: inherit;
        bottom: -40px;
        left: 50%;
        margin-left: -10px;
        transform: rotateZ(90deg);
    }
    .sect3 figcaption,
    .sect4 figcaption{
        line-height: 1.5;
        margin-top: 8px
    }
    .sect4{
        margin-top: 40px;
    }
}