@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.pc {
	position: relative;
}

.st_wrap {
	clear: both;
	width:100%;
	padding: 0;
	margin:0 auto 20px;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;	
    font-size: 16px;
}

.st_wrap a{
    text-decoration: none;
}

.st_wrap h1 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 5%;
	padding: 1.5%;
    line-height: 1.0em;
    color: #000;
	background-color: #E6E6E6;
}

.st_wrap h2 {
	font-family: "Roboto", sans-serif;
	font-size: 43px;
	font-weight: 600;
    line-height: 1.2em;
	text-align: center;
    margin: 5% auto 2%;
    color: #000;
}

.st_wrap h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 2%;
}
.st_wrap p {
    text-align: center;
    font-size: 16px;
	font-weight: 400;
    line-height: 1.8em;
    margin: 3% auto 5%;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.container {
	width: 100%;
	margin: 0;
	padding: 5% 0;
	text-align: center;
}

.wrap_content {
	width: 96%;
	max-width: 1000px;
	margin: 2% auto;
	text-align: center;
}

.sp {
	display:none;
	position: relative;
}

.Lead {
	font-weight:500;
	text-align:center;
	font-size: 18px;
	margin: 2% auto 5%;
	line-height:1.8em;
	color: #000;
}

.txt {
	font-weight:500;
	text-align:center;
	font-size:23px;
	margin:2% auto 3%;
	line-height:1.8em;
	color: #000;
}


.item_name {
	font-size: 20px;
	line-height:1.8em;
	font-weight:600;
	text-align:center;
	margin:2% auto 3%;
	color: #000;
}

.w_80 {
	width: 80%;
	max-width: 400px;
	margin: 2% auto 3%;
	text-align: center;
}

.uline {
	border-bottom: solid 3px #74A0CD;
}

.br_20 {
	border-radius: 20px;
}

.Sml {
	font-size: 13px;
	line-height: 1.8em;
	margin: 2% auto;
	font-weight: normal;
}

.scroll_d {
	position: absolute;
	bottom: 2%;
	right: 2%;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
}

.clear {
	clear:both;
}

.Y_N_box {
	width: 80%;
	max-width: 500px;
	margin: 5% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-size: 1.2rem;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
    line-height: 1.2em;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
    display: inline-block;
    font-size: 15px;
	font-weight: 500;
    width: 35%;
	margin: 1% 3%;
	padding: 2% 0;
	color: #fff;
	background-color: #2037AA;
	border-radius: 10px;
}

.Btn-2 {
    display: inline-block;
    font-size: 15px;
	font-weight: 500;
    width: 35%;
	margin: 1% 3%;
	padding: 2% 0;
	color: #fff;
	background-color: #000;
	border-radius: 10px;
}

.Btn-3 {
    display: block;
    font-size: 15px;
	font-weight: 500;
    width: 30%;
	margin: 5% auto 5%;
	padding: 2% 0;
	color: #fff;
	background-color: #2037AA;
	border-radius: 10px;
}

.Btn-4 {
    display: block;
    font-size: 15px;
	font-weight: 500;
    width: 50%;
	margin: 6% auto 5%;
	padding: 2% 0;
	color: #fff;
	background-color: #000;
	border-radius: 10px;
}

.Btn-y {
    display: block;
	font-family: "Roboto", sans-serif;
    font-size: 30px;
	letter-spacing: 0.185em;
	font-weight: 500;
    width: 40%;
	margin: 3% auto 4%;
	padding: 2% 0;
	color: #fff;
	background-color: #C9383B;
	border-radius: 50px;
}


.Btn-n {
    display: block;
	font-family: "Roboto", sans-serif;
    font-size: 30px;
	letter-spacing: 0.185em;
	font-weight: 500;
    width: 40%;
	margin: 3% auto 6%;
	padding: 2% 0;
	color: #fff;
	background-color: #4D95CC;
	border-radius: 50px;
}


.point_video {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.point_video iframe {
    width: 100%;
}


.video-area{
    top: 0;
    right:0;
    left:0;
    bottom:0;
}

@media only screen and (max-width: 750px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	.Lead {
		font-size: 16px;
		margin: 8% auto 3%;
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}

	.st_wrap h1 {
		font-size: 16px;
		padding: 3%;
		margin: 0 0 6%;
	}
    
	.st_wrap h2 {
		font-size: 38px;
        padding: 3% auto 1%;
	}
	
	.st_wrap h3 {
		font-size: 15px;
		margin: 4% auto 2%;
	}	

    .st_wrap p {
        font-size: 13px;
        margin: 4% auto 8%;
    }
	
	.txt {
		font-size: 18px;
		margin: 6% auto 5%;
	}
	
	.item_name {
		font-size: 16px;
	}
	
	.Sml {
		font-size: 12px;
		margin: 2% auto;
	}
	
	.w_80 {
		margin: 6% auto 2%;
	}
	
	.Btn-1,.Btn-2 {
		width: 70%;
		font-size: 13px;
    	line-height: 1.2em;
		margin: 3% auto;
    	padding: 3% ;
		border-radius: 5px;
	}
	
	.Btn-3 {
		width: 60%;
		font-size: 13px;
		line-height: 1.6em;
		padding: 2%;
		border-radius: 5px;
	}
	
	.Btn-4 {
		width: 80%;
		font-size: 13px;
		line-height: 1.6em;
		padding: 2%;
		border-radius: 5px;
		margin: 8% auto;
	}
	
	.Btn-y, .Btn-n {
		width: 45%;
		font-size: 26px;
	}
	

	
}

