@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	padding: 1% 0;
	margin:0 auto;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	color: #000000;	
    font-size: 16px;
	text-align: center;
	background-color: #eee;
}

.st_wrap a {
	color: #000;
}

.st_wrap h1 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin: 4% auto 6%;
    line-height: 1.6em;
}

.st_wrap h1 span {
	padding: 5px 15px;
	background-color: #888888;
	color: #fcfbc9;
}

.st_wrap h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 25px;
	text-align: center;
	margin: 5% auto 6%;
	letter-spacing: -0.023em;
    line-height: 1.3em;
	font-weight: 600;
    color: #4b73bd;
}

.st_wrap h2 span {
	font-size: 120%;
	border-bottom: solid 2px;
}

.st_wrap h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 2%;
}
.st_wrap p {
    text-align: center;
    font-size: 15px;
	font-weight: 400;
    line-height: 1.6em;
    margin: 1% auto;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}
.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.wrap_content {
	width: 96%;
	max-width: 900px;
	margin: 2% auto;
}


.sp {
	display:none;
}

.Lead {
	font-weight: 400;
	text-align:center;
	font-size: 16px;
	margin: 6% auto;
	line-height:1.8em;
}


.t_P {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    margin: 3% auto 6%;
}

.co01 {
    color: #4E78D0;
}

.co02 {
    color: #F89033;
}

.co03 {
    color: #ffc200;
	font-size: 120%;
}

.name_item {
	font-size: 14px;
	line-height: 1.7em;
	margin: 2% 0 0;
	text-align: left;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

small {
	font-size: 80%;
}


.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 5%;
    padding: 0;
    display: flex; 
	justify-content: space-around;
	align-items: center;
}

.thumb {
	width: 50%;
	font-size:.9rem;
	line-height:1.4em;
	padding: 0;
	margin: 0;
	text-align:center;
    position: relative;
}

.thumb img {
    width: 100%;
	vertical-align: bottom;
}

.thumb figure {
	margin: 0;
	padding: 0;
}

.bestNo {
	width: 45%;
	margin: 0 auto 8%;
}


/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	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: block;
	font-size: 15px;
	font-weight: 500;
    width: 40%;
	margin: 3% auto 6%;
	padding: 2% 0;
	background-color: #000;
	color: #fff;
}

a.Btn-1 {
	text-decoration: none;
	color: #fff;
}

.Btn-2 {
	margin: 10px 0 20px;
	padding: 2%;
    text-align: center;
	background-color: #777;
	color: #FFFFFF;
}

.point_video {
	display: block;
    width: 90%;
	margin: 5% auto;
}

.point_video iframe {
    width: 100%;
}

@media only screen and (max-width: 750px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}
	
	.st_header {
		min-height: 60px;
	}
	
	.st_wrap h1 {
		font-size: 14px;
		margin: 6% auto 8%;
	}	
    
	.st_wrap h2 {
		font-size: 14px;
        padding: 2% auto 2%;
	}
	
	.st_wrap h3 {
		font-size: 15px;
		margin: 4% auto 2%;
	}	

    .st_wrap p {
        font-size: .7rem;
        margin: 5% auto 3%;
    }
	
    
	.sub {
		font-size: 11px;
		letter-spacing: 1.5em;
	}
	
	.Lead {
		font-size: 12px;
		margin: 10% auto;
	}
	
    .t_P {
        font-size: 12px;
        margin: 4% auto 7%;
    }
    
	.name_item {
		font-size: 11px;
		line-height: 1.5em;
		margin: 2% 0 0;
	}
    

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.thum_box {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}

	.br_sp {
		display: block;
	}
	
    .Btn_s {
        width: 80%;
		margin: 1% auto 7%;
    }	
	
/* Button 1 */
.Btn-1 {
	width: 60%;
	font-size: 12px;
    line-height: 1.4em;
	margin: 2% auto 5%;
    padding: 3%;
}
	
.Btn-2 {
        font-size: 8px;
        text-align: left;
        line-height: 1.5em;
        padding: 3% 4%;
        margin: 2% 2%;
    } 
	
	
}

