@charset "UTF-8";

body {
    color: #231815;
}

h2.pageTitle {
    width: 29vw;
}

.area {
    width: 100%;
    padding-right: 38px;
}

.area1 .top_img {
    width: 100%;
    margin-left: -10px;
    padding-top: 18px;
}
/*ダイエットモニター用*/
.area1 .top_img.dietmonitor {
    margin-left: 0px;
}
.area1 .wrap_pos {
    width: 100%;
    margin-left: -10px;
    overflow: hidden;
}

.area1 .content_page {
/*    width: 920px;
    float: right;*/
    padding-top: 22px;
	padding-bottom: 100px;
}
/*ダイエットモニター用*/
/*.area1 .content_page.dietmonitor {

	margin: 10px 10px 100px;
}*/
.area1 .content_page.dietmonitor img {
	margin-bottom: 54px;
}

.content_page .side_page {
    width: 274px;
    float: left;
}

.content_page .side_page img {
    margin-left: 10px;
    width: 280px;
    max-width: initial;
}

.content_page .in_page {
    width: 646px;
    float: right;
    padding-left: 20px;
}

.content_page .box_phone {
    width: 100%;
    padding-right: 6px;
}

.box_phone .list_phone {
    width: 100%;
    overflow: hidden;
    list-style: none;
}

.box_phone .list_phone li {
    width: 100%;
    float: left;
}

.box_phone .list_phone li+li {
    margin-top: 20px;
}

.box_phone .list_phone li .name_phone {
    width: 143px;
    float: left;
}

.box_phone .list_phone li .box_info {
    width: 477px;
    float: right;
    padding-left: 10px;
}

.box_phone .list_phone li .box_info .phone_number {
    width: 100%;
    padding: 5.5px 0 9.5px;
}

.box_phone .list_phone li .box_info .row_link {
    width: 100%;
    overflow: hidden;
}

.box_phone .list_phone li .box_info .row_link a {
    float: left;
    display: block;
}

.box_phone .list_phone li .box_info .row_link a+a {
    margin-left: 9.5px;
}

.box_phone .list_phone li .box_info .note_phone {
    width: 100%;
    margin-top: -11px;
}

.area1 .banner_img {
    width: 100%;
    margin-top: 18px;
    position: relative;
}
.area1 .banner_img:first-child {
    margin-top: 0px;
}

.area1 .banner_img.no_padding {
    margin-top: 3px;
}

.area1 .banner_img.last_img {
    /* margin-top: 29px; */
}
.area1 .banner_img.noncell {
    height: 765px;
}

.area1 .banner_img.arrow_1:before {
    content: "";
    width: 68px;
    height: 49px;
    display: block;
    position: absolute;
    top: 130px;
    left: -66px;
    background: url(../img/specialcourse-body/area1_icon1.png) no-repeat left center;
}


.area1 .banner_img.arrow_2:before {
    content: "";
    width: 68px;
    height: 54px;
    display: block;
    position: absolute;
    top: 170px;
    left: -66px;
    background: url(../img/specialcourse-body/area1_icon2.png) no-repeat left center;
}

.area1 .banner_img.arrow_3:before {
    content: "";
    width: 68px;
    height: 49px;
    display: block;
    position: absolute;
    top: 365px;
    left: -66px;
    background: url(../img/specialcourse-body/area1_icon3.png) no-repeat left center;
}

.area1 .banner_img.arrow_4:before {
    content: "";
    width: 68px;
    height: 49px;
    display: block;
    position: absolute;
    top: 165px;
    left: -66px;
    background: url(../img/specialcourse-body/area1_icon4.png) no-repeat left center;
}

.sp1 {
    display: none;
}
.box_phone.pc1 {
    width: 646px;
    margin: 40px auto 18px;
}
.step123 {
    width: 980px;
    margin: 0 auto 30px;
}
.step123 img {
display: block;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 1046px) {
    h2.pageTitle {
        display: none;
    }
    .pc1 {
        display: none;
    }
    .sp1 {
        display: block;
    }
    .area1 .top_img {
        margin-left: 0;
    }
    .area1 .wrap_pos {
        width: 100%;
        padding: 0 2.5%;
        margin-left: 0;
    }
    .content_page .side_page img {
        width: 104%;
        margin-left: -4%;
    }
    #container {
        padding: 0;
        max-width: 918px;
        margin: 0 auto;
    }
    .box_phone {
        padding: 2% 2.5%;
        margin-top: 20px;
    }
    .box_phone .list_phone {
        padding-right: 6px;
    }
    .box_phone .list_phone li .name_phone {
        width: 24.5%;
    }
    .box_phone .list_phone li .box_info {
        width: 75.5%;
        padding-left: 1.7%;
    }
    .box_phone .list_phone li .box_info .row_link a {
        width: 32%;
    }
    .box_phone .list_phone li .box_info .row_link a+a {
        margin-left: 2%;
    }
    .box_phone .list_phone li .box_info .phone_number {
        padding: 1vw 0;
    }
    .box_phone .list_phone li .box_info .note_phone {
        margin-top: -2.3vw;
    }
    .area {
        padding-right: 0;
    }
    .box_phone .list_phone li+li {
        margin-top: 4.5vw;
    }
    .area1 .content_page {
        width: 100%;
    }
    .content_page .side_page {
        width: 37.6%;
        float: left;
    }
    .content_page .in_page {
        width: 62.4%;
        padding-left: 3%;
    }
    .area1 .banner_img {
        margin-top: 0;
        position: relative;
    }
    .area1 .banner_img+.banner_img {
        margin-top: 3%;
    }
    .area1 .banner_img+.banner_img.no_padding {
        margin-top: 5.5%;
    }
    .area1 .content_page {
        overflow: visible;
    }
    .area1 .banner_img.no_padding:after {
        content: "";
        width: 43%;
        position: absolute;
        height: 100%;
        top: -2.8vw;
        right: -1.8vw;
        display: block;
        background: url(../img/specialcourse-body/area1_img4_sp_part.png) no-repeat top center;
        background-size: 100%;
    }
		.area1 .banner_img.noncell {
    height: 153vw;
}
    .area1 .banner_img.arrow_1:before {
        height: 100%;
        width: 17%;
        background: url(../img/specialcourse-body/area1_icon1_sp.png) no-repeat left top;
        left: -16%;
        top: 72%;
        background-size: 100%;
    }
    .area1 .banner_img.arrow_2:before {
        height: 100%;
        width: 19%;
        background: url(../img/specialcourse-body/area1_icon2_sp.png) no-repeat left top;
        left: -14%;
        top: 68%;
        background-size: 100%;
    }
    .area1 .banner_img.arrow_3:before {
        height: 100%;
        width: 15.5%;
        background: url(../img/specialcourse-body/area1_icon3_sp.png) no-repeat left top;
        left: -15.3%;
        top: 72%;
        background-size: 100%;
    }
    .area1 .banner_img.arrow_4:before {
        height: 100%;
        width: 15%;
        background: url(../img/specialcourse-body/area1_icon4_sp.png) no-repeat left top;
        left: -14.8%;
        top: 18%;
        background-size: 100%;
    }
    #container {
        padding-bottom: 30px;
    }
	.step123 {
    width: 100%;
    margin: 0 auto 3vw;
}
}

@media (max-width: 768px) {
	.area1 .banner_img.noncell {
    height: 146vw;
}
    .area1 .banner_img.arrow_1:before {
        left: -14.7%;
    }
    .area1 .banner_img.arrow_2:before {
        left: -15%;
    }
	h1.pageTitle {/*毛穴レスコースタイトル*/
    margin-bottom: 0px;
    padding: 11.5% 0% 2.5% 2.5%;
    font-size: 24px;
    /* padding-left: 0; */
}
}

