/*common*/

.main_box {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.main_box h1 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 85px;
}

.main_box .mb01 {
    font-size: 1.8rem;
    margin-top: 10px;
    line-height: 2;
}


.main_inner h1 {
    color: #fff;
    font-size: 64px;
    margin-bottom: 20px;
}
/*infobox*/
.infobox {
    background: #f8f8f8;
    text-align: center;
    margin-top: 60px;
}

.infobox_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.info_list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_list li {
    display: inline-block;
    margin: 30px;
}
@media (max-width: 768px) {
.main_box {
    width: auto;
    max-width: 1000px;
}
    .infobox_inner{
        padding: 30px;
    }
    .info_list{
        display: block;
    }
    }

/*option*/
.optionbox {
    margin: 30px auto 20px;
    width: 1000px;
    text-align: center;
}

.optionprice {
    width: 1000px;
    border: 1px solid #CCC;
    border-collapse: collapse;
    font-size: 1.4rem;
}

.optionprice th {
    background: #4c6994;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    color: #FFF;
    padding: 10px;
    width: 200px;
    font-weight: normal;
}

.optionprice td {
    border-bottom: 1px solid #CCC;
    padding: 10px;
    text-align: left;
}

/*button*/
.button03 {
    display: inline-block;
    width: 280px;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.button03::before,
.button03::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button03,
.button03::before,
.button03::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.button03 {
    position: relative;
    z-index: 2;
    background-color: #3382aa;
    border: 1px solid #fff;
    color: #fff;
    line-height: 55px;
    overflow: hidden;
    font-size: 1.8rem;
}
.button03.red{
    background: #ce4444;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 4px 30px;
    width: 100%;
    border: 2px solid #ce4444;
}

.button03.red:hover{
    color: #ce4444;
    text-decoration: none;
}

.button03:hover {
    color: #000;
}

.button03::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.button03:hover::after {
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ¥­¥ã¥ó¥Ú¡¼¥ó */

.main_cam {
    background-image: url(../images/cambg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 556px;
}

.cam_inner {
    margin: 0 auto;
    width: 1200px;
}

.biginer_box_cam {
    width: 1200px;
    margin: 30px auto;
    text-align: center;
}

.bg_cam {
    background-color: #fff0f0;
    ;
    margin-top: 50px;
    height: 395px;
}

.infobox_cam {
    text-align: center;
    margin-top: 10px;
}

.sp_none {
    display: block;
    margin: 0 auto;
}

.pc_none {
    display: none;
    ;
}

@media (max-width: 750px) {
    .sidefix {
        display: none;
    }

    .sp_none {
        display: none;
        margin: 0 auto;
    }

    .pc_none {
        display: block;
        margin: 0 auto;
    }

    .info_list{
        display: block;
    }
    .info_list li {
        display: block;
        margin: 20px auto;
    }

    /* steel.php */
    .main_inner {
        width: 100%;
        padding: 140px 40px;
        text-align: center;
    }
    .slplanlist:nth-of-type(2){
        width: 100%;
    }
    .main_still {
        background-image: url(../images/sp_paylessplus_steel.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    background-position: center;
    }

.main_inner h1 {
    color: #fff;
    font-size: 4.8rem;
    margin-bottom: 20px;
    }

    .button03 {
        width: 100%;
        z-index: 2;
        background-color: #3382aa;
        border: 1px solid #fff;
        color: #fff;
        line-height: 55px;
        font-size: 2.4rem;
    }
    .slplanlist {
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .col2 {
        width: 100%;
    }

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

    .slplanlist li {
        display: inline-block;
        margin: 0px 0px 30px;
        font-size: 1.8rem;
        width: 90%;
    }

    .slplanlist li a span {
        bottom: 35px;
    }

    .pricebox h2,
    .gallary h2 {
        font-size: 2.8rem;
    }

    .mti {
        font-size: 3.0rem;
    }

    .massage {
        margin-top: 10px;
    }

    /* steel_payless.php */

    .slplanlist li img {
        width: 100%;
        margin-bottom: 10px;
    }

    .pl_pricelist,
    .lbox {
        width: 100%;
    }

    .pl_pricelist li {
        margin-bottom: 5px;
        display: block;
        width: 48%;
    }

    .jisseki {
        padding: 0 20px;
        margin-bottom: 50px;
    }

    .lbox {
        padding: 20px;
    }

    .back_gl {
        padding: 40px 20px;
        margin-top: 0px;
    }

    .back_gl h2 {
        font-size: 2.6rem;
    }

    .plp {
        font-size: 2.6rem;
        margin-top: 20px;
    }


    .st_pl_point {
        margin: 0;
    }

    .st_pl_point li {
        margin-bottom: 50px;
        padding: 0;
    }

    .st_pl_point li:last-child {
        margin-bottom: 0;
    }

    .st_pl_point li img {
        width: 400px;
    }

    .plp02 {
        width: 100%;
        font-size: 1.8rem;
    }

    .mb03 {
        font-size: 1.8rem;
    line-height: 1.7;
    }

    .gallary {
        margin-top: 50px;
    }

    .line_ps {
        margin: 10px auto 30px;
    }

    .pl_pricelist li img {
        width: 100%;
    }

    .info {
        border-top: none;
        margin: 30px 0;
        padding: 0 20px;
    }

    .other_planbox {
        margin: 0 0 50px;
    }

    /* steel_model.php */
    .model .lt {
        width: auto;
    }

    .model .lbox {
        padding: 50px 0 0;
    }

    .pl_pricelist,
    .optionbox{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .optionprice {
        width: 100%;
    }
    .clearfix:after {
        content: "";
        display: none;
    }

    .optionprice {
        font-size: 2.0rem;
    }

    .optionprice tbody {
        display: block;

    }

    .optionprice td {
        padding: 15px;
        display: block;
    }

    .optionprice th {
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    /* steel_other.php */
    .otherIn {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .other .lbox {
        padding: 10px 0 0;
    }

    .optionbox {
        margin: 30px 0;
    }

    .main_box h1 {
        font-size: 29px;
        margin-top: 20px;
    }

    .optionbox h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

}