@charset "utf-8";

.sub_top { box-shadow:10rem 0 10rem rgba(0,0,0,0.1); padding:200rem 0 50rem; }
.sub_top h3 {font-size:50rem; margin-bottom:20rem; font-weight:600; }
.sub_top .location ul {overflow:hidden;}
.sub_top .location li { position:relative; float:left; margin-left:30rem;}
.sub_top .location li::before {content:''; position:absolute; left:-20rem; top:50%; width:10rem; height:1px; background:#d9d9d9; }
.sub_top .location li:first-of-type {margin-left:0; }
.sub_top .location li:first-of-type::before {display:none;}
.sub_top .location li a { display:block; color:#999; }
.sub_top .location li:last-of-type a { color:var(--gray); font-weight:600; }
@media all and (max-width:1200px){
    .sub_top {padding:120rem 0 40rem;}
    .sub_top h3 {text-align:center;}
    .sub_top .location {text-align:center;}
    .sub_top .location ul { display:inline-block; }
}
@media all and (max-width:768px){
    .sub_top h3  {font-size:40rem;}
}

#contents {margin-top:100rem; }
#contents .no_wrap { margin:-100rem 0;}
@media all and (max-width:480px){
    #contents {margin-top:50rem; }
    #contents .no_wrap { margin:-50rem 0;}
}