
/* steel.php */
    .lt,
    .lbox {
        font-size: 1.6rem;
        max-width: 650px;
        box-sizing: border-box;
        margin:0 auto 0;
    }
.otherIn{
    margin-top: 100px;
}
.main_still {
    background-image: url(../img/still_main.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    display: flex;
    align-items: center;
}

.main_inner {
    max-width: 1000px;
    margin: 0 0 0 120px;
    padding: 140px 0;
    box-sizing: border-box;
}


.line_ps {
    border-bottom: 2px solid #666;
    margin: 10px 450px 30px;
    width: 200px;
}

.slplanlist {
    max-width: 740px;
    margin: 90px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.col2 {
    width: 740px;
    margin: 40px auto 0;
}

.slplanlist02 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 65%;
    margin: 30px auto 0;
}

.mb03 {
    width: 70%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 15px;
    margin: auto;
}

.slplanlist li {
    position: relative;
}

.slplanlist li a{
    color: #fff;
}
.slplanlist li a span {
    display: block;
    position: absolute;
    background: rgb(0, 0, 0, 0.7);
    height: 50px;
    line-height: 50px;
    font-size: 2.0rem;
    font-weight: normal;
    width: 100%;
    bottom: 120px;
    position: absolute;
    bottom: 22px;
}

#studio_bnr img:hover{
    transition: all .2s;
transform: scale(1.04, 1.04);
}
/* steel_payless.php */
.otherIn article{
    padding-bottom: 50px;
    margin-bottom: 100px;
    border-bottom: 1px dotted #aaa;
}
.otherIn article:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom:none;
}
.back_gl {
    background: #f8f8f8;
    text-align: center;
    padding: 60px 0;
    margin-top: 65px;
}

.flexbox {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.flexbox li:first-child {
    margin-right: 20px;
}

.box02 {
    margin: 0 auto;
    max-width: 600px;
    font-size: 1.5rem;
}

.mainbox_01 {
    max-width: 900px;
}

.back_gl h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

.pricebox h2,
.optionbox h2,
.gallary h2 {
    font-size: 3.0rem;
    font-weight: normal;
    margin-bottom: 30px;
}

.plp {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.plp02 {
    font-size: 1.4rem;
    text-align: left;
    width: 290px;
}

.st_pl_point {
    margin: 30px auto;
}

.st_pl_point li {
    display: inline-block;
    padding: 0 25px;
}
.st_pl_point li img{
    margin-bottom: 10px;
}

.gallary {
    text-align: center;
    margin-top: 60px;
}

.jisseki {
    margin-bottom: 80px;
}

.pricebox {
    text-align: center;
    margin-top: 30px;
}
.new_pricelist{
display: flex;
justify-content: center;
align-items: center;
list-style: none;
width: 1100px;
margin: 0 auto 50px;
}
.new_pricelist li{
    width: 28%;
    background: #4f636e;
    padding:30px 18px;
    box-sizing: border-box;
}
.new_pricelist li h3{
    font-size: 2.4rem;
    font-weight: 100;
    padding-bottom:10px;
    border-bottom: 1px dotted #fff;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #fff;
}
.new_pricelist li p{
    font-size: 4.0rem;
    margin-block-start:0.8rem;
    margin-block-end: 0em;
    color: #fff;
}
.new_pricelist li p span{
        font-size: 1.4rem;
        display: block;
        text-align: right;
}
.new_pricelist li:nth-of-type(2){
    margin:0 2%;
}
.pl_pricelist{
    display: flex;
     justify-content: space-around;
     max-width: 64%;
     margin: auto;
}

.pl_pricelist li {
    display: inline-block;
    position: relative;

}
.pl_pricelist li a span {
    display: block;
    position: absolute;
    background: rgb(0, 0, 0, 0.7);
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    font-weight: normal;
    width: 100%;
    bottom: 120px;
    position: absolute;
    bottom: 0px;
    color: #fff;
}

.other_planbox {
    margin-top: 30px;
    text-align: center;
}
.other_planbox h2 {
    font-size: 3.0rem;
    font-weight: normal;
    margin-bottom: 30px;
}

.lbox {
    margin: 10px auto;
    max-width: 1000px;
}

.lt {
    font-size: 1.5rem;
}

.info {
    margin-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .main_inner{
    padding: 30px;
    margin: 0 auto;
    }

.new_pricelist{
    display: block;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.new_pricelist li{
    width: 100%;
}

.new_pricelist li,
.new_pricelist li:nth-of-type(2){
    margin:0 auto 30px;
}
.new_pricelist li p{text-align: center;
}
}