@charset "UTF-8";

.contents_ttl h1{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding-top: 65px;
}

.intro_txt{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 36px;
    margin-bottom: 65px;
    text-align: center;
}

.circles.com_top{
    margin-top: 28px;
}

.com_wrap{
    border: 1px solid #707070;
    background: #fff;
}

.com_ttl{
    color: #fff;
    background: #000;
    font-size: 32px;
    text-align: center;
    padding: 24px 0;
}

.com_inside{
    padding: 68px;
}

.com_inside dl{
    display: flex;
    border: 1px solid #707070;
    border-bottom: none;
}

.com_inside dl.last_dl{
    border-bottom: 1px solid #707070;
}


.com_inside dt{
    background: #000;
    color: #fff;
    width: 248px;
    padding: 16px 20px;
    box-sizing: border-box;
}

.com_inside dd{
    padding: 16px 5px 16px 20px;
}

.com_double_img{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.com_inside .access_dd{
    padding: 0;
    width: 693px;
}

.dd_inside{
    padding: 16px 20px;
    border-bottom: 1px solid #707070;

}

.dd_inside.last{
    border: none;
}

.google_map{
    margin: 20px auto 0;
    width: 719px;
}

.com_inside dd ul{
    list-style: none;
    line-height: 1.4;
    margin: 10px 0 0 15px;
}


/*------------- sp -------------*/

@media screen and (max-width: 767px) {

    .contents_ttl{
        font-size: 20px;
    }
    .contents_ttl h1 {
        padding-top: 30px;
    }

    .circles.com_top{
        margin-top: 11px;
    }

    .intro_txt{
        font-size: 14px;
        margin: 26px 12px 23px;
    }

    .com_wrap{
        margin: 0 12px;
    }

    .com_ttl{
        font-size: 20px;
        padding: 12px 0;
    }

    .com_inside{
        padding: 35px 15px 39px;
    }

    .com_inside dl{
        display: block;
    }

    .com_inside dt{
        width: auto;
        padding: 7px 0px;
        text-align: center;
        font-size: 14px;
    }

    .com_inside dd{
        padding: 6px 7px;
        font-size: 14px;
        line-height: 1.4;
    }

    .com_double_img{
        margin-top: 15px;
        display: block;
    }

    .com_img img{
        width: 100%;
    }

    .com_img.top{
        margin-bottom: 12px;
    }

    .com_inside .access_dd{
        padding: 0;
        width: auto;
    }

    .dd_inside{
        padding: 8px 7px;
    }

    .google_map{
        margin: 12px auto 0;
        width: 100%;
        height: 0%;
        position: relative;
        padding-top: 90%;
    }

    .google_map iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .google_map img{
        width: 100%;
    }
}