@charset "UTF-8";

/* ############################################## */

.main_img_wrap {
    width: 100%;
    height: 66.66vw;
    background: url("../sp_img/awakening_exercise/main_img.jpg") no-repeat center center;
	background-size: cover;
}
.main_img {
    width: 100%;
	height: 66.66vw;
    margin: 0 auto;
	padding-top: 17.33vw;
	box-sizing: border-box;
	text-align: center;
}
.main_img h2 {
	font-size: 6.93vw;
	line-height: 1;
    font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 13.33vw;
	position: relative;
	text-shadow: 0 0 10px #000,0 0 20px #000,0 0 20px #000; 
}
.main_img h2:after {
	content: "";
	width: 100px;
	height: 3px;
	background: #c7c4b7;
	position: absolute;
	bottom: -8vw;
	left: 50%;
	margin-left: -50px;
}
.main_img p {
	font-size: 4.8vw;
	line-height: 7.46vw;
    font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 0 0 10px #000,0 0 20px #000,0 0 20px #000; 
}

/* ############################################## */

.main_txt_wrap {
	width: 100%;
	background: #e8e7e3;
	padding: 5.33vw 0;
	margin-bottom: 50px;
}
.main_txt {
	width: 85.33vw;
	margin: 0 auto;
}
.main_txt h3 {
  font-size: 4.8vw;
  line-height: 7.46vw;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
}

/* ############################################## */

.contents_wrap {
	width: 85.33vw;
	margin: 0 auto 13.33vw auto;
}

/* ############################################## */

.contents_title_01 {
	width: 100%;
	background: #f9f9f7;
	padding: 4vw;
	box-sizing: border-box;
	border-bottom: 1px solid #c7c4b7;
	margin-bottom: 6.66vw;
}
.contents_title_01 h3 {
	font-size: 17px;
	line-height: 27px;
	font-weight: 700;
	letter-spacing: 1px;
}

/* ############################################## */

.contents_txt_01 {
	margin: 0 1.33vw 13.33vw 1.33vw;
}
.contents_txt_01 p {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 9.33vw;
	font-weight: 400;
}
.contents_txt_01 p:last-child {
	margin-bottom: 0;
}

/* ############################################## */

.contents_list_01 {
	margin: 0 1.33vw 13.33vw 1.33vw;
	border: 2px solid #e8e7e3;
	background: #f9f9f7;
	padding: 9.33vw 6.66vw;
	box-sizing: border-box;
}
.contents_list_01 li {
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	padding-left: 1.5em;
	position: relative;
}
.contents_list_01 li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.contents_list_01 p {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	margin-top: 10px;
}

/* ############################################## */

.txt_img_right {
	margin-bottom: 5.33vw
}
.txt_img_left {
	margin-bottom: 5.33vw
}