#contents .top{
    position: relative;
    width: 100%;
    margin-top: 80px;
}
#contents .top .main-cap{
    position: relative;
    width: 90vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#contents .top .main-cap:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #bababa;
    width: 100%;
    height: 1px;
    z-index: 0;
}
#contents .top .main-cap:after{
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 100px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#contents .top .main-cap h1{
    position: relative;
    display: table;
    z-index: 2;
    padding: 20px 100px 20px 0;
    font-size: 1.6em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight: normal;
    background: #f5f4eb;
}

#contents .top h2{
    display: table;
    font-size: 1.4em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight: normal;
    margin: 60px auto;
}
#contents .top .list-box{
    width: auto;
    margin: 100px auto 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
#contents .top .list-box .list-box-in{
    padding: 0 50px;
}
#contents .top .list-box .list-box-in:nth-child(2){
    padding: 0 90px;
}
#contents .top .list-box h3{
    line-height: 1.2;
    margin-top: 12px;
    border-bottom: 1px dotted #aaa;
    padding-bottom: 12px;
    font-size: 1rem;
    letter-spacing: .1em;
    font-weight: normal;
}
#contents .top .list-box .m-top{
    margin-top: 45px;
}
#contents .top .list-box .last{
    margin-bottom: 5px;
}
#contents .top .list-box .tel-box{
    letter-spacing: .3em;
    font-size: 1.5em;
    line-height: 1.7;
    padding: 5px 0 15px;
    width: auto;
    white-space: nowrap;
    display: table;
}
#contents .top .list-box .tel,
#contents .top .list-box .time {
    margin-right: 10px;
    font-size: .9rem;
    letter-spacing: .3em;
}
#contents .top .list-box .time {
    display: block;
}
#contents .top a.link{
    margin: 0 auto;
}
#contents .sec {
    width: 86%;
    margin: 150px auto 200px;
    border-top: 1px solid #bababa;
    padding-top: 100px;
    position: relative;
}
#contents .sec1:before {
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 100px;
    height: 1px;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
}
#contents .sec1 h2 {
    font-size: 1.4em;
    text-align: center;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight: normal;
    margin: 0 auto 50px;
}

@media screen and (max-width: 1300px) {
    #contents .top .list-box {
        width: 70vw;
    }
    #contents .top .list-box .list-box-in{
        width: 50%;
    }
    #contents .top .list-box .list-box-in:nth-child(2) {
        padding: 0 0 0 90px;
    }
    #contents .top .list-box .list-box-in:nth-child(3) {
        margin-right: auto;
    }
}
@media screen and (max-width: 1200px) {
    #contents .top h2{
        width: 86%;
    }
    #contents .top h2 br{
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    #contents .top .list-box .list-box-in{
        width: 100%;
        padding: 0;
    }
    #contents .top .list-box {
        width: 70vw;
    }
    #contents .top .list-box .m-top {
        margin-top: 50px;
    }
    #contents .top .list-box .list-box-in:nth-child(n+2){
        margin-top: 0;
        padding: 0;
    }
    #contents .top .list-box .list-box-in:nth-child(n+2) h3{
        margin-top: 50px;
    }
}
@media screen and (max-width: 768px) {
    #contents .top {
        margin-top: 30px;
    }
    #contents .top .main-cap{
        width: 86vw;
    }
    #contents .top .main-cap h1 {
        font-size: 1.35em;
        line-height: 1.5;
        padding: 20px 30px 20px 0;
    }
    #contents .top .main-cap:after{
        width: 70px;
    }
    #contents .top .list-box{
        margin-top: 50px;
        width: 86vw;
    }
    #contents .top .list-box .list-box-in {
        padding: 0;
    }
    #contents .sec1 {
        margin: 70px auto;
        padding-top: 62px;
    }
    #contents .top h2{
        font-size: 1.2em;
        line-height: 1.7;
        letter-spacing: .05em;
        white-space: initial;
        margin-bottom: 30px;
    }
    #contents .top h2 br{
        display: none;
    }
    #contents .top .list-box h3{
        font-size: 1.05rem;
        margin-top: 14px;
    }
    #contents .top .list-box .tel-box{
        font-size: 1.3em;
    }
    #contents .top .list-box .list-box-in:nth-child(n+2) {
        margin-top: 0;
    }
    #contents .top .list-box .time{
        font-size: 1rem;
    }
    #contents .sec1 h2{
        font-size: 1.35em;
        text-align: left;
        margin-bottom: 30px;
    }
    #contents .top .list-box .last {
        margin-bottom: 5px;
    }
    #contents .top .list-box .m-top,
    #contents .top .list-box h3{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 375px) {
    #contents .top .main-cap h1{
        font-size: 1.25em;
    }
    #contents .list-box .list-box-in h2,
    #contents .sec1 h2 {
        font-size: 1.15em;
    }
    #contents .sec1 .list-box h3{
        font-size: 1em;
    }
    #contents .top .text-box p,
    #contents .sec1 .text-box p,
    #contents .sec1 .list-box .tel{
        font-size: .9rem;
    }
    #contents .top .list-box .time {
        font-size: .9rem;
    }
}