
body {
	margin: 0;
	padding: 0;
	color: #000000;
}



.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

.st_wrapper img {
	width: 100%;
	border: 0;
	vertical-align: bottom;/*]폜*/
}

.st_wrapper a { 
	text-decoration: none;
	color: #fff;
}


.wrap_content {
	width: 100%;
	/*max-width: 1200px;*/
	padding: 0;
	margin: 0 auto;	
	text-align: center;
    position: relative;
	overflow: hidden;
}

.st_wrapper h1 {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 6% auto;
	text-align: center;
	color: #000;
}

.st_wrapper h2 {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 2% auto;
	padding: 13px 20px;
	background-color: #000;
	text-align: left;
	color: #fff;
}

.st_wrapper p{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4em;
	text-align: left;
	margin: 0 10px;
	padding: 0;
}

.lead {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9em;
    margin: 4% auto;
}

.thumb_box {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
}

.thumb {
	width: 25%;
	position: relative;
}

.thumb p {
	position: absolute;
	bottom: 10px;
	left: 0;
	color: #fff;
	z-index: 5;
}

.sp {
	display: none;
}

.Sml {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6em;
    margin: 2% auto;
    text-align: left;
    color: #333;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 10px;
	display: inline-block;
	margin: 2% auto;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 50%;
	margin: 2% auto;
	padding: 10px 0;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 400;
	border: solid 1px #000;
	box-sizing: border-box;
  	transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
}

.btn-1:hover {
	background-color: #eee;
}


.btn-2 {
	display: block;
	width: 35%;
	margin: 10% auto 4%;
	padding: 10px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
    background-color: #5f5350;
}

a.btn-2 {
	color: #fff;
	border-bottom: solid 1px;
}

.clear {
    clear: both;
}



	.point_video {
		width: 100%;
		margin: 15% auto;
	}


@media only screen and (max-width:750px){
	

	.st_wrapper h1 {
		font-size: 15px;
	}
	
	.st_wrapper h2 {
		font-size: 14px;
        margin: 3% auto;
		padding: 8px 10px;
	}
    
    .st_wrapper p {
        font-size: 11px;
		line-height: 1.3em;
    }
	
	.lead {
		font-size: 13px;
		margin: 6% auto 10%;
	}
	
	.thumb {
		width: 50%;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
    .Sml {
        font-size: 12px;
        margin: 4% auto;
    }
    
	
	/* Button 1 */

	
	.btn-1 {
		padding: 5px 0;
	    font-size: 14px;
		margin: 3% 0 10%;
	}
	
	.btn-2 {
		width: 60%;
		font-size: 13px;
		margin: 15% auto 5%;
	}	
			
	
}






