
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*]폜*/
}


.st_wrapper a:link { color: #000000;text-decoration: none;}
.st_wrapper a:visited { color: #000000; }
.st_wrapper a:hover { color: #000000; }
.st_wrapper a:active { color: #000000; }

.st_wrapper {
	text-align: center;
	width: 100%;
    max-width: 1000px;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
}

#Main {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.bk01 {
    background-color: #eaccc1;
    padding: 2% 3% 3%;
}

.bk02 {
    background-color: #a74a42;
    padding: 2% 3% 3%;
}

.co01 {
    color: #3b006c;
}

.co02 {
    color: #fcee21;
}

.wrap_content {
	width: 100%;
    max-width: 1000px;
	padding: 3% 0 0;
	margin: 0 auto;	
    position: relative;
	text-align: center;
}

.blc {
    width: 48%;
    margin: 1%;
    float: left;
}

.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper h1 {
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 5% auto 3%;
	text-align: center;
	color: #246e91;
    border-bottom: 3px #246e91 solid;
}

.st_wrapper h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2% auto;
	text-align: center;
	color: #fff;
}

.st_wrapper h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1% auto 5%;
	text-align: center;
}

.st_wrapper p{
    width: 96%;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.0em;
    margin: 2% auto 8%;
    text-align: center;
}

strong {
    font-size: 130%;
    font-weight: 600;
}

.lead {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7em;
    margin: 6% auto 3%;
}

.ttl {
    width: 80%;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7em;
    margin: 8% auto 3%;
}

.bl_5_0 {
    position: absolute;
    bottom: 2%;
}

.bl_3_3 {
    position: absolute;
    bottom: 3%;
    left: 3%;
}


.bl_0_0 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.br_0_3 {
    position: absolute;
    bottom: 0;
    right: 3%;
}


.Rht {
    text-align: right;
}


.sp {
	display: none;
}

.pc {
	text-align: center;
}


.Sml {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 2% auto;
    text-align: center;
    color: #fff;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 50px;
	display: inline-block;
	margin: 2% auto;
	letter-spacing: 0.15em;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
    display: block;
	width: 30%;
	margin: 2% auto 2%;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
    border-radius: 15px;
	color: #000;
    border: solid 2px #000;
    
}

.btn-2 {
    display: block;
	width: 30%;
	margin: 6% auto ;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
    border-radius: 15px;
	color: #000;
    border: solid 2px #000;
}

.btn-3 {
    display: block;
	width: 60%;
	margin: 8% auto 2%;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
    border-radius: 15px;
	color: #000;
    border: solid 2px #000;
}


.clear {
    clear: both;
}
.point_video {
    display: block;
    width: 80%;
    margin: 5% auto 10%;
}
.point_video iframe {
    width: 100%;
}

	.movie{
		width: 100%;/**/
		margin: 0 auto;
		position: relative;
		padding-top: 56.25%
	}
	.movie iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

@media only screen and (max-width:750px){
	
	
	.st_wrapper h1 {
		font-size: 22px;
	}
	
	.st_wrapper h2 {
		font-size: 22px;
        margin: 3% auto;
	}
    
    .st_wrapper h3 {
        font-size: 22px;
    }
    
    .st_wrapper p {
        font-size: 12px;
    }
	
	.lead {
		font-size: 18px;
	}
    
    .blc {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
    
    .bl_5_0 {
        bottom: 2%;
    }
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
    .Sml {
        font-size: 12px;
        margin: 4% auto;
    }
    
	/* Button 1 */
	.btn-1 {
		width: 45%;
		padding: 2%;
		font-size: 14px;
        border-radius: 10px;
		position: relative;
	}
	
	.btn-2 {
		width: 45%;
		padding: 2%;
		font-size: 14px;
        border-radius: 10px;
		position: relative;
	}	
    
    .btn-3 {
        width: 85%;
        font-size: 14px;
        padding: 3% 0;
        border-radius: 8px;
    }
			
	
}






