@charset "UTF-8";
/* CSS Document */

/* column */
#new_side {
 display: none !important;
}

/* sarara202507 */
#sarara202507 {
	width: 1000px;
	background: #fff;
	color: #221815;
	font-size: 18px;
	line-height: 170%;
    padding-bottom: 50px;
}
#sarara202507 * {
    box-sizing: border-box;
}
#sarara202507 .sp {
	display: none !important;
}
#sarara202507 img {
    max-width: 100%;
    vertical-align: bottom;
}
#sarara202507 h1,
#sarara202507 h2,
#sarara202507 h3,
#sarara202507 p {
    margin: 0;
}
#sarara202507 ul,
#sarara202507 ul li {
    list-style: none;
}

/*breadcrumbs*/
#sarara202507 .breadcrumbs ol {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 160%;
    color: #804C34;
    list-style: none;
}
#sarara202507 .breadcrumbs ol li {
    margin: 0 5px 0 0;
    display: inline;
}
#sarara202507 .breadcrumbs ol li::after {
    content: ">";
    margin-left: 5px;
}
#sarara202507 .breadcrumbs ol li:last-child::after {
    content: "";
}
#sarara202507 .release_date {
    width: 840px;
    margin: 15px auto !important;
    color: #888;
    font-size: 15px;
    text-align: right;
}
#sarara202507 .contents {
    margin: 0 35px 50px;
}
/*intro*/
#sarara202507 .intro {
	display: flex;
	margin-bottom: 60px;
}
#sarara202507 .intro-txt {
	width: 590px;
	margin-top: 15px;
}
#sarara202507 .intro-txt h2 {
	margin-bottom: 20px;
	color: #00a0e9;
	font-size: 30px;
}

/*coach*/
#sarara202507 .coach {
	display: flex;
	position: relative;
	width: 760px;
	height: 220px;
	margin: 0 auto 60px;
	background: url("../img/bg_coach.jpg") repeat;
}
#sarara202507 .coach .coach-title {
	position: absolute;
	top: -20px;
	right: 40px;
}
#sarara202507 .coach .coach-img {
	position: absolute;
	top: -20px;
	left: 60px;
	width: 168px;
	height: 240px;
}
#sarara202507 .coach .coach-txt {
	display: flex;
	flex-direction: column;
	margin: 55px 0 0 240px;
}
#sarara202507 .coach .coach-name {
	margin-bottom: 15px;
	color: #00a0e9;
	font-size: 28px;
	font-weight: bold;
}
#sarara202507 .coach .coach-name span {
	font-size: 18px;
}

/*howto*/
#sarara202507 .howto {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sarara202507 .howto-title {
	margin: 70px auto 0;
}
#sarara202507 .howto-img {
	margin: 0 auto;
}
#sarara202507 .howto .step {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
#sarara202507 .howto .step ol {
	list-style: none;
	width: 550px;
	margin: 10px 20px 0 0;
  	padding: 0;
}
#sarara202507 .howto .step ol li {
	min-height: 60px;
	padding-left: 50px;
	margin-bottom: 20px;
  	background: 0 5px no-repeat;
  	background-size: 32px 49px;
	letter-spacing: -0.05em;
}
#sarara202507 .howto .step li.step-img {
	display: flex;
}
#sarara202507 .howto .step li.step-img img {
	margin-left: 10px;
}
#sarara202507 .howto .step ol li:nth-child(1) {
	background-image: url("../img/img_num1.jpg");
}
#sarara202507 .howto .step ol li:nth-child(2) {
	background-image: url("../img/img_num2.jpg");
}
#sarara202507 .howto .step ol li:nth-child(3) {
	background-image: url("../img/img_num3.jpg");
}
#sarara202507 .howto .advice {
	position: relative;
	width: 350px;
	padding: 35px 25px 25px;
	border-radius: 15px;
	border: 1px solid #00a0e9;
	box-shadow: 0 0 0px 5px #fffcca;
	background: #fffcca;
}
#sarara202507 .howto .advice h3{
	position: absolute;
	left: 10px;
	top: -25px;
	width: 250px;
	height: 80px;
}
#sarara202507 .howto .advice p {
	font-size: 15px;
	line-height: 180%;
	letter-spacing: -0.05em;
}

/*banner*/
#sarara202507 .tokumori {
	margin-top: 60px;
	text-align: center;
}
#sarara202507 .tokumori-title {
	margin-bottom: 20px;
}