@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 20px;
    position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}

#container .flex {
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 /*  全体指定 スマホ縦 i5 i5SE　350pxまで  */

/* ボタンデザイン自由に変えてください  */
#container .wrapper .cta_btn {
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
    background: -webkit-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
    background: linear-gradient(to bottom, #9dd53a 0%, #7cbc0a 100%);
    border: #99b61e 1px solid;
    border-radius: 5px;
    color: #fff;
    display: block;
    font: bold 1.2rem/2.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    position: relative;
    margin: 2% auto 0;
    text-align: center;
    transition: all .3s;
    width: 94%;
}
#container .wrapper .cta_btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .wrapper .cta_btn a:before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#container .wrapper .cta_btn a:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
#container section {
	margin: 0 auto;
	padding: 0;
}


/*-------------------
   mainvisual
-------------------*/

#container .wrapper .mainvisual,
#container .wrapper .sec8 {
    background: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/sp-top.jpg) no-repeat;
    background-size: contain;
    display: block;
    padding: 10px 0 5.6%;
    position: relative;
}
#container .wrapper .mainvisual img,
#container .wrapper .sec8 img {
    margin: 3rem 0 0 1rem;
    height: auto;
    width: 57%;
    min-width: 57%;
}
#container .wrapper .mainvisual strong,
#container .wrapper .sec8 strong {
    background-color: #696e80;
    color: #fff;
    display: block;
    font: bold 1.2rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: 1rem 0 0 1rem;
    padding: .6rem;
    text-align: center;
    width: 15%;
}
#container .wrapper .mainvisual h1,
#container .wrapper .sec8 .headtitle {
    color: #312f2f;
    display: block;
    font: bold 1.4rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: .6rem 0 0 1rem;
    text-align: left;
}
#container .wrapper .mainvisual .title-desc,
#container .wrapper .sec8 .title-desc {
	color: #2b2424;
    font: .9rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: -.5px;
    margin: .6rem 0 0 1rem;
    padding: 0 5px;
}
/*-------------------
   sec1
-------------------*/
#container .wrapper .sec1 .flex img {
    height: auto;
    width: 100%;
}

#container .wrapper .sec1 .flex {
	background-color: #f5f5f5;
}
#container .wrapper .sec1 .flex .text-box {
    padding: 20px;
    width: 100%;
}
#container .wrapper .sec1 .flex .text-box h2 {
    border-bottom: solid 3px #ccc;
    color: #2b2424;
    font: 1.2rem/1.4 'Franklin Gothic Medium','arial' , "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    letter-spacing: -.3px;
    position: relative;
}
#container .wrapper .sec1 .flex .text-box h2:after {
    border-bottom: solid 3px #0e645c;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 15%;
}
#container .wrapper .sec1 .flex .text-box p {
    color: #525252;
    font: .9rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 5px auto 0;
    letter-spacing: -.2px;
}

/*-------------------
   sec2
-------------------*/
#container .wrapper .sec2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/nayami-bg.jpg) no-repeat;
    background-size: cover;
    display: block;
    padding: 10px;
    position: relative;
}
#container .wrapper .sec2 .left-text-box {
    width: 66%;
}
#container .wrapper .sec2 .left-text-box h2 {
    color: #5a4e4e;
    display: block;
	font: bold 1.2rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 72% 0 0 1rem;
	padding: 0;
	text-shadow: -1px -1px 5px #fff, 1px 1px 5px #fff, 0px 0px 20px #fff, -2px -2px 5px #fff, 2px 2px 5px #fff, 0px 0px 7px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff;
	webkit-text-shadow: -1px -1px 5px #fff, 1px 1px 5px #fff, 0px 0px 20px #fff, -2px -2px 5px #fff, 2px 2px 5px #fff, 0px 0px 7px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff;
	text-align: center;
}
#container .wrapper .sec2 .left-text-box p {
    color: #5a4e4e;
    display: block;
	font: .9rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 1% 0 0 1rem;
	padding: 0;
}
/*-------------------
   sec3
-------------------*/
#container .wrapper .sec3 h2 {
	background-color: #4c8883;
	color: #fff;
	font: bold 1.2rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: -.5px;
	margin: 0;
	padding: 1rem;
	text-align: center;
}
#container .wrapper .sec3 h2 em {
	font: italic bold 1.8rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: 0 .2rem;
}

#container .wrapper .sec3 .point-wrap {
	background-color: #e8e8ea;
	margin: 0 auto;
	padding: 2rem;
	position: relative;
}
#container .wrapper .sec3 .point-wrap .flex .text-box h3 {
    color: #5a4e4e;
    font: bold 1.4rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 5px auto 0;
    padding: 0;
}
#container .wrapper .sec3 .point-wrap .point1,
#container .wrapper .sec3 .point-wrap .point2,
#container .wrapper .sec3 .point-wrap .point3,
#container .wrapper .sec3 .point-wrap .point4,
#container .wrapper .sec3 .point-wrap .point5{
	border-bottom: 1px solid #b3b3b3;
	margin: 1rem auto 2rem;
	padding: 0 0 1rem;
}
#container .wrapper .sec3 .point-wrap .point5:last-child {
	border: none;
}
#container .wrapper .sec3 .point-wrap .point1:before,
#container .wrapper .sec3 .point-wrap .point2:before,
#container .wrapper .sec3 .point-wrap .point3:before,
#container .wrapper .sec3 .point-wrap .point4:before,
#container .wrapper .sec3 .point-wrap .point5:before{
	position: absolute;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
#container .wrapper .sec3 .point-wrap .flex .text-box .awa-desc img {
	margin: 10px auto 0;
    height: auto;
    width: 100%;
}

#container .wrapper .sec3 .point-wrap .point1:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point1.png);
	top: -25px;
    left: -25px;
}
#container .wrapper .sec3 .point-wrap .point2:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point2.png);
    top: -25px;
    right: -25px;
}
#container .wrapper .sec3 .point-wrap .point3:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point3.png);
	top: -25px;
    left: -25px;
}
#container .wrapper .sec3 .point-wrap .point4:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point4.png);
    top: -25px;
    right: -25px;
}
#container .wrapper .sec3 .point-wrap .point5:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point5.png);
	top: -25px;
    left: -25px;
}
#container .wrapper .sec3 .point-wrap .reverse {
    display: flex;
    flex-wrap: wrap;
}
/*-------------------
   sec4
-------------------*/
#container .wrapper .sec4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/cray-bg.jpg) no-repeat;
    background-size: cover;
    display: block;
    padding: 10px 0 3%;
    position: relative;
}
#container .wrapper .sec4 .flex {
    padding: 1rem;
}
#container .wrapper .sec4 .flex .text-box p {
    color: #313131;
	margin: 1rem auto 0;
    padding: 0;
}
#container .wrapper .sec4 em,
#container .wrapper .sec5 em,
#container .wrapper .sec6 em,
#container .wrapper .sec7 em {
	color: #2b2424;
	display: block;
	font: .8rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
	margin: 15px auto 0;
	padding: 0;
	text-align: center;
}
#container .wrapper .sec4 h2,
#container .wrapper .sec5 h2,
#container .wrapper .sec6 h2,
#container .wrapper .sec7 h2 {
    color: #2b2424;
    font: 1.6rem/1.4 'Franklin Gothic Medium','arial' , "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    letter-spacing: -.3px;
    margin: 0 auto 2rem;
    padding: 0;
    position: relative;
    text-align: center;
}
#container .wrapper .sec4 h2:before,
#container .wrapper .sec5 h2:before,
#container .wrapper .sec6 h2:before,
#container .wrapper .sec7 h2:before {
    content: '';
    position: absolute;
	bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}

/*-------------------
   sec5
-------------------*/
#container .wrapper .sec5  {
	background-color: #f3f3f4;
	margin: 0 auto;
	padding: 1rem;
}
#container .wrapper .sec5 .main-seibun,
#container .wrapper .sec5 .sub-seibun {
    align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
	position: relative;
}
#container .wrapper .sec5 .main-seibun li {
    margin: .2rem auto;
    width: calc(95%/2);
}
#container .wrapper .sec5 .main-seibun li h3 {
	color: #5a4e4e;
    display: block;
	font: bold 1.2rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: -1px;
    margin: 1rem 0 0;
    padding: 0;
    text-align: center;
}
#container .wrapper .sec5 .main-seibun li em {
	color: #5a4e4e;
    display: block;
    font: bold 1.0rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 0;
	padding: 0;
}
#container .wrapper .sec5 .sub-seibun {
    margin: 1rem auto;
}
#container .wrapper .sec5 .sub-seibun li {
	margin: 1rem auto;
    width: calc(100%/1);
}
/*-------------------
   sec6
-------------------*/
#container .wrapper .sec6 {
    background: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/water-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    display: block;
	margin: 0 auto;
	padding: 0;
    position: relative;
}

#container .wrapper .sec6 .flex .step1,
#container .wrapper .sec6 .flex .plusOne {
    margin: 1rem auto 2rem;
    padding: 2rem;
    position: relative;
}
#container .wrapper .sec6 .flex .step1 dd,
#container .wrapper .sec6 .flex .plusOne dd{
    margin: 5px 0 0;
}
#container .wrapper .sec6 .flex .step1:before,
#container .wrapper .sec6 .flex .plusOne:before {
	position: absolute;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
#container .wrapper .sec6 .flex .step1:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/step01.png);
    top: -5px;
    left: 0px;
}
#container .wrapper .sec6 .flex .plusOne:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/plus1.png);
    top: -5px;
    left: 0px;
}
/*-------------------
   sec7
-------------------*/
#container .wrapper .sec7 {
	background-color: #f3f3f4;
    padding: 1rem 0;
}
#container .wrapper .sec7 .course-wrap {
    margin: 0 auto;
    padding: .8rem;
}
#container .wrapper .sec7 .course-wrap h3 {
	background-color: #4c8883;
	color: #fff;
	font: bold 1.6rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: -.5px;
	margin: 0;
	padding: 1rem;
	text-align: center;
}
#container .wrapper .sec7 .course-wrap .course-flow {
	background-color: #fff;
    border: 1px solid #4c8883;
    margin: 0 auto;
    padding: .6rem;
}
#container .wrapper .sec7 .course-wrap .course-flow .course-area1 {
	background: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/course-bg1.jpg) 50% 50% no-repeat;
    background-size: cover;
    align-items: flex-start;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	padding: 0;
}
#container .wrapper .sec7 .course-wrap .course-flow .course-area1 li {
    margin: 1.4rem 1.1rem;
    width: calc(100%/4);
}
#container .wrapper .sec7 .course-wrap .course-flow .course-area2 {
	background: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/course-bg2.jpg) 50% 50% no-repeat;
    background-size: cover;
    align-items: flex-start;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	padding: 0;
}
#container .wrapper .sec7 .course-wrap .course-flow .course-area2 li {
    margin: 1.4rem 1.1rem;
    width: calc(100%/4);
}
#container .wrapper .sec7 .course-wrap p {
    letter-spacing: -.5px;
	margin: 1rem auto;
	text-align: center;
}



@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .wrapper .mainvisual img,
#container .wrapper .sec8 img {
    width: 60%;
    min-width: 60%;
}
#container .wrapper .mainvisual,
#container .wrapper .sec8 {
	padding: 10px 0 5.3%;
}
#container .wrapper .mainvisual img,
#container .wrapper .sec8 img {
    margin: 4rem 0 0 1rem;
}
#container .wrapper .mainvisual strong,
#container .wrapper .sec8 strong {
    margin: 2.8rem 0 0 1rem;
}
#container .wrapper .sec1 .flex img {
    height: auto;
    width: 35%;
}
#container .wrapper .sec1 .flex .text-box {
    padding: 8px 8px;
    width: 65%;
}
#container .wrapper .sec7 .course-wrap .course-flow .course-area1 li {
    margin: 1.8rem 1.4rem;
    width: calc(100%/4);
}
#container .wrapper .sec3 h2 {
    font: bold 1.3rem/1.5 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .wrapper .sec4 h2,
#container .wrapper .sec5 h2,
#container .wrapper .sec6 h2,
#container .wrapper .sec7 h2 {
    font: 2rem/1.4 'Franklin Gothic Medium','arial' , "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#container .wrapper .sec4 em,
#container .wrapper .sec5 em,
#container .wrapper .sec6 em,
#container .wrapper .sec7 em {
    font: 1rem/1.4 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .wrapper .mainvisual strong,
#container .wrapper .sec8 strong {
    padding: .4rem;
    width: 12%;
}
}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .wrapper .cta_btn {
    margin: 2% 0 0 1rem;
    width: 57%;
}
#container .wrapper .mainvisual,
#container .wrapper .sec8 {
    background-size: cover;
    padding: 10px 0 10%;
}
#container .wrapper .mainvisual img,
#container .wrapper .sec8 img {
    margin: 8rem 0 0 1rem;
}
#container .wrapper .mainvisual strong,
#container .wrapper .sec8 strong {
    font: bold 1.6rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: 6rem 0 0 1rem;
    padding: .6rem;
    text-align: center;
    width: 11%;
}
#container .wrapper .mainvisual h1,
#container .wrapper .sec8 .headtitle {
    font: bold 2.4rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#container .wrapper .sec1 .flex img {
    height: auto;
    width: 45%;
}
#container .wrapper .sec1 .flex .text-box {
    padding: 30px;
    width: 55%;
}
#container .wrapper .sec1 .flex .text-box h2 {
    font: 2.0rem/1.4 'Franklin Gothic Medium','arial' , "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#container .wrapper .sec1 .flex .text-box p {
    font: 1.2rem/1.6 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 10px auto 0;
}
#container .wrapper .sec2 .left-text-box h2 {
    font: bold 2rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 72% 0 0 1rem;
    padding: 0;
}
#container .wrapper .sec2 {
    padding: 10px 0 12%;
}

#container .wrapper .sec3 .point-wrap .flex img {
    height: auto;
    width: 45%;
}
#container .wrapper .sec3 .point-wrap .flex .text-box {
    margin: 1rem 1rem;
    width: 50%;
}
#container .wrapper .sec3 .point-wrap .flex .text-box .awa-desc img {
    margin: 10px 0 0;
    height: auto;
    width: 60%;
}
#container .wrapper .sec2 .left-text-box p {
    font: 1.4rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 1% 0 0 4rem;
}
#container .wrapper .sec3 .point-wrap .point2:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point2.png);
    top: -25px;
    left: -100px;
}
#container .wrapper .sec3 .point-wrap .point4:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point4.png);
    top: -25px;
    left: -100px;
}

/*#container .wrapper .sec3 .point-wrap .reverse {
    display: flex;
    flex-wrap: wrap;
}*/
#container .wrapper .sec3 .point-wrap .flex .text-box h3 {
    font: bold 2.0rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec3 .point-wrap .flex .text-box p {
    font: 1.2rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec4 .flex img {
	height: auto;
	margin: 0 auto;
	width: 50%;
}
#container .wrapper .sec4 .flex .text-box {
	width: 45%;
}
#container .wrapper .sec4 .flex .text-box p {
	font: 1.2rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec5 .main-seibun li {
    margin: .2rem auto;
    width: calc(95%/3);
}
#container .wrapper .sec5 .sub-seibun li {
    margin: 1rem auto;
    width: calc(95%/2);
}
#container .wrapper .sec5 .main-seibun li h3 {
    font: bold 1.6rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#container .wrapper .sec5 .seibun-notes {
	font: 1.2rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
}
#container .wrapper .sec6 .flex .step1,
#container .wrapper .sec6 .flex .plusOne {
    width: 48%;
}
#container .wrapper .sec6 .flex dd {
	color: #666;
	font: 1.2rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec6 {
    background-size: contain;
}
#container .wrapper .sec4 em,
#container .wrapper .sec5 em,
#container .wrapper .sec6 em,
#container .wrapper .sec7 em {
    font: 1.6rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#container .wrapper .sec4 h2,
#container .wrapper .sec5 h2,
#container .wrapper .sec6 h2,
#container .wrapper .sec7 h2 {
    font: 2.6rem/1.4 'Franklin Gothic Medium','arial' , "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#container .wrapper .sec7 .course-wrap .course-flow .course-area1 li {
    margin: 3.2rem 2.4rem;
    width: calc(65%/4);
    min-width: 15%;
}
#container .wrapper .sec7 .course-wrap .course-flow .course-area2 li {
    margin: 2.2rem 2.4rem;
    width: calc(65%/4);
    min-width: 15%;
}
}


 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .wrapper {
    margin: 0 auto;
    width: 1040px;
}
#container .wrapper .mainvisual,
#container .wrapper .sec8 {
    background: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/pc-top.jpg) no-repeat;
    display: block;
    padding: 10px 0 50px;
    position: relative;
}
#container .wrapper .mainvisual img,
#container .wrapper .sec8 img {
    margin: 7rem 0 0 2rem;
    height: auto;
    width: auto;
    min-width: auto;
}
#container .wrapper .mainvisual strong,
#container .wrapper .sec8 strong {
	font: bold 1.6rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: 7rem 0 0 2rem;
    padding: .6rem;
    width: 8%;
}
#container .wrapper .mainvisual h1,
#container .wrapper .sec8 .headtitle {
    font: bold 2.2rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: .6rem 0 0 2rem;
}
#container .wrapper .mainvisual .cta_btn,
#container .wrapper .sec8 .cta_btn {
	width: 60%;
}
#container .wrapper .mainvisual .title-desc,
#container .wrapper .sec8 .title-desc {
    margin: .6rem 0 0 2rem;
    padding: 0 5px;
}
#container .wrapper .sec1 .flex {
    background-color: #f5f5f5;
    display: flex;
}
#container .wrapper .sec1 .flex img {
    height: auto;
    width: 40%;
}
#container .wrapper .sec1 .flex .text-box {
    padding: 5px 50px;
    width: 60%;
}
#container .wrapper .sec1 .flex .text-box h2 {
    font: 2.2rem/1.4 'Franklin Gothic Medium','arial' , "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin: 7rem 0 1rem;
}
#container .wrapper .sec1 .flex .text-box p {
    font: 1.0rem/2.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec2 {
    padding: 10px 0 12%;
}
#container .wrapper .sec2 .left-text-box h2 {
    font: bold 2rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 80% 0 0 1rem;
}
#container .wrapper .sec2 .left-text-box p {
    font: 1.2rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 1% 0 0 3rem;
    padding: 0;
    text-align: center;
    width: 76%;
}
#container .wrapper .sec3 h2 {
    font: bold 2.2rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec3 h2 em {
    font: italic bold 3rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: 0 .3rem;
}
#container .wrapper .sec3 .point-wrap .flex img {
    height: auto;
    margin: 0 auto;
    width: 40%;
}
#container .wrapper .sec3 .point-wrap .flex .text-box {
    margin: 1rem 1rem;
    width: 50%;
}
#container .wrapper .sec3 .point-wrap .flex .text-box .awa-desc img {
    margin: 10px 0 0;
    height: auto;
    width: 60%;
}
#container .wrapper .sec3 .point-wrap .point2 .text-box,
#container .wrapper .sec3 .point-wrap .point3 .text-box,
#container .wrapper .sec3 .point-wrap .point4 .text-box,
#container .wrapper .sec3 .point-wrap .point5 .text-box {
    margin: 5rem 0 0;
}
#container .wrapper .sec3 .point-wrap .point1:before {
    content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point1.png);
    top: -30px;
    left: -10px;
}
#container .wrapper .sec3 .point-wrap .point2:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point2.png);
    top: -30px;
    left: -115px;
}
#container .wrapper .sec3 .point-wrap .point3:before {
    content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point3.png);
    top: -30px;
    left: -10px;
}
#container .wrapper .sec3 .point-wrap .point4:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point4.png);
    top: -30px;
    left: -115px;
}
#container .wrapper .sec3 .point-wrap .point5:before {
    content: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/point5.png);
    top: -30px;
    left: -10px;
}

#container .wrapper .sec3 .point-wrap .point1,
#container .wrapper .sec3 .point-wrap .point2,
#container .wrapper .sec3 .point-wrap .point3,
#container .wrapper .sec3 .point-wrap .point4,
#container .wrapper .sec3 .point-wrap .point5 {
    margin: 1rem auto 2rem;
    padding: 0 0 2rem;
}
#container .wrapper .sec3 .point-wrap .flex .text-box h3 {
    font: bold 1.8rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec3 .point-wrap .flex .text-box p {
    font: 1.0rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: .4rem 0;
}
#container .wrapper .sec4 .flex img {
	height: auto;
    margin: 0 auto;
    width: auto;
}
#container .wrapper .sec4 .flex .text-box {
    margin: 0 auto;
    width: 50%;
}
#container .wrapper .sec4 .flex .text-box p {
    font: 1.2rem/1.8 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec4 em,
#container .wrapper .sec5 em,
#container .wrapper .sec6 em,
#container .wrapper .sec7 em {
    font: 1rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin: 25px auto 0;
}
#container .wrapper .sec4 h2,
#container .wrapper .sec5 h2,
#container .wrapper .sec6 h2,
#container .wrapper .sec7 h2 {
    font: 2.0rem/1.4 'Franklin Gothic Medium','arial' , "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#container .wrapper .sec5 .main-seibun li h3 {
    font: bold 1.4rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#container .wrapper .sec5 .main-seibun li {
    margin: .2rem auto;
    width: calc(80%/3);
}
#container .wrapper .sec5 .sub-seibun li {
    margin: 1rem auto;
    width: calc(85%/2);
}
#container .wrapper .sec5 .seibun-notes {
	font: 1.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
}

#container .wrapper .sec6 .flex dd {
    color: #666;
    font: 1.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: .4rem auto 0;
    width: 98%;
}

#container .wrapper .sec7 .course-wrap .course-flow .course-area1 li {
	margin: 3.2rem 2.2rem;
    padding: 0 1.2rem 3rem;
    width: calc(70%/4);
}
#container .wrapper .sec7 .course-wrap .course-flow .course-area2 li {
    margin: 2.0rem 2.2rem;
    padding: 0 1.2rem 3rem;
    width: calc(70%/4);
}
#container .wrapper .sec6 {
    background-size: cover;
    display: block;
    padding: 10px 0 1%;
    position: relative;
}
#container .wrapper .sec6 .flex .step1,
#container .wrapper .sec6 .flex .plusOne {
    width: 48%;
}
#container .wrapper .sec7 .course-wrap .course-flow img {
	margin: 0 auto;
	text-align: center;
}
#container .wrapper .sec7 .course-wrap .course-flow .course-area1 {
    background: url(/contents/shop/sevenbeauty/img/freepage/md-cwf/course-bg1.jpg) 50% 50% no-repeat;
    background-size: inherit;
}
#container .wrapper .sec7 .course-wrap {
    margin: 0 auto;
    padding: .8rem;
    width: 90%;
}
}

