@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

#wrapper {
    margin: 0 auto 5%;
	padding: 0;
	width: 1000px;
	position: relative;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #000000;
	background-color: #FFFFFF;	
	overflow: hidden;
}

#wrapper img {
	border: 0;
	vertical-align: bottom;
}


#wrapper a:link { color: #000000; }
#wrapper a:visited { color: #000000; }
#wrapper a:hover { color: #000000; }
#wrapper a:active { color: #000000; }



/* Header */


/*
* styles
*/

#Main {
	display: block;
	width: 100%;
	margin:3% auto 1%;
	position:relative;
}

#wrapper p{
	text-align:right;
	font-size:13px;
	line-height:1.8em;
	margin: 10px 0 20px;
}

#wrapper h1 {
    font-family: 'Hind Siliguri', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	letter-spacing: 0.038em;
	margin: 6% auto 0;
	line-height: 1.6em;
}

#wrapper h1 span {
	font-weight: 500;
	color: #727272;
	line-height: 2.8em;
}

#wrapper h2 {
    font-family: 'Hind Siliguri', sans-serif;
	font-weight: 400;
	font-size: 30px;
    line-height: 1.5em;
	width: 60%;
	margin: 2% auto 1%;
	padding: 0 2%;
	text-align: center;
	background-color: #f4f5fa;
}

#wrapper h3 {
    font-family: 'Hind Siliguri', sans-serif;
	font-weight: 400;
	font-size: 26px;
    line-height: 1.5em;
	margin: 2% auto 1%;
	text-align: center;
}

#wrapper h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 22px;
    line-height: 1.5em;
	margin: 0 auto 3%;
	text-align: center;
}
.Lead {
	font-size:13px; 
	font-weight: 100;
	line-height:2.0em;
	text-align: center;
	margin: 2% auto 10%;
}

.Lead_l {
	font-size:13px; 
	font-weight: 100;
	line-height:2.0em;
	text-align: left;
	margin: 2% auto 10%;
}

.Sml {
	font-size: 90%;
}

.w_100 {
    width: 100%;
    margin: 3% auto 6%;
}

.w_80 {
    width: 80%;
    margin: 2% auto 5%;
	text-align: center;
}

.w_50 {
	width: 24%;
	margin: 2% 13%;
	float: left;
	line-height:2.5em;
	font-size: 17px;
	text-align: center;
}

.w_50 img {
	width: 100%;
}

.thumb {
	width: 65%;
	margin: 0;
}


.thumb img {
	width: 100%;
}

.txt {
	width: 35%;
	position: relative;
}

.inner {
	font-size: 14px;
	width: auto;
	margin-left: 3%;
  	height: 466px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.inner_l {
	font-size: 14px;
	width: auto;
  	height: 1050px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.FL {
	float: left;
}

.FR {
	float: right;
}

.MT10 {
	margin-top: 10%;
}

.point_video {
	display: block;
    width: 90%;
	margin: 0 auto;
}

.point_video iframe {
    width: 100%;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 15px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px 10px;
	display: inline-block;
	margin: 0 auto 3%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}

/* Button 1 */
.btn-1 {
	font-size: 15px;
	padding: 13px;
	color: #C6B7AC;
}


/* Button 2 */
.btn-2 {
	width: 400px;
	margin: 2% auto 3%;
	font-weight: normal;
	border: solid 3px #919da9;
	background-color: #919da9;
	color: #FFFFFF;
}

.clear {
	clear: both;
}

.br_pc {
	display: block;
}

.br_sp {
	display: none;
}

.pc {
	display: block;
}
.sp {
	display:none;
}


@media only screen and (max-width:750px){
	#wrapper {
		width: 100%;		
        margin: 2% auto 8%;
		padding: 0 0 5%;
	}	

	#Main {
		margin: 0 auto 6%;
	}
	
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	#wrapper h1 {
		font-size: 16px;
		margin: 5% auto 3%;
	}
	
	#wrapper h2 {
		width: 80%;
		font-size: 18px;
		margin: 5% auto 3%;
		line-height: 1.4em;
	}
	
	#wrapper h3 {
		font-size: 18px;
		margin: 6% auto 1%;
	}
	    
	#wrapper h4 {
		font-size: 16px;
		margin: 2% auto 4%;
	}
	
	#wrapper p {
		font-size: 11px;
		margin: 2% 0;
		text-align: right;
		width: 100%;
	}
	
	.Lead, .Lead_l {
		font-size: 12px;
		line-height: 1.9em;
		margin: 3%;
		text-align: left;
	}
	
	.thumb {
		width: 100%;
	}
	
	.txt {
		width: 97%;
	}
	
	.inner, .inner_l {
		width: 100%;
		height: auto;
		margin: 2% auto;
	}
	
	.w_100 {
		width: 100%;
		margin: 10% auto 8%;
	}
	
	.w_80 {
		width: 90%;
	}
	
	.w_50 {
		font-size: 12px;
    	width: 36%;
    	margin: 2% 7%;
	}
	
	.btn {
		font-size: 13px;
	}
	/* Button 1 */
	.btn-1 {
		font-size: 13px;
        padding: 3px;
		margin: 1% auto 4%;
		position: relative;
	}
	
	/* Button 2 */
	.btn-2 {
		font-size: 12px;
        width: 70%;
        padding: 3px;
    	margin: 3% auto 4%;
		position: relative;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}
	
	.point_video {
		display: block;
		width: 95%;
		margin: 0 auto;
	}	
}