@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0;
	margin:0 auto 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
    font-size: 16px;
	text-align: center;
}

.st_wrap a{
    text-decoration: none;
}

.st_wrap h1 {
	width: 100%;
	max-width: 800px;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto 5%;
    line-height: 1.2em;
    color: #000;
}

.st_wrap h1 span {
    background: linear-gradient(transparent 80%, #feacb6 80%);
}

.st_wrap strong {
    font-size: 140%;
}

.st_wrap h2 {
	font-size: 23px;
    line-height: 1.4em;
	text-align: center;
    margin: 8% 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: left;
    font-size: 12px;
    line-height: 1.7em;
    margin: 2% auto 3%;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}
.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}


.sp {
	display:none;
}

.top {
	width: 60%;
	margin: 2% auto 4%;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size:13px;
	margin:2% auto 3%;
	line-height:1.8em;
	color: #000000;
}

.t_P {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    margin: 2% auto 1%;
}


.Sml {
	font-size: 90%;
	text-align: left;
	line-height: 1.5em;
	margin: 1% auto;
	font-weight: normal;
}

.item_box {
	width: 100%;
	margin: 1% 0;
}


.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box_inner {
	width: 100%;
	margin: 0;
    display: flex; 
    gap: 20px;
}

.thum_box {
	width: 100%;
	max-width: 900px;
	margin: 4% auto;
    display: flex; 
    gap: 20px;
}

.thumb {
	flex: 1;
	padding: 0;
	margin: 0 auto;
	text-align:center;
    position: relative;
}

.thumb img {
    width: 100%;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	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;
    width: 80px;
	font-size: 92%;
	padding: 4px 0;
	margin: -2px 0 0;
	background-color: #93cbc6;
	color: #fff;
	float: right;
    border-radius: 5px;
}


.Btn-2 {
	width: 50%;
	margin: 6% auto 5%;
	padding: 1%;
    text-align: center;
	background-color: #000;
	color: #fff;
}


.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;
	}
	
	.Lead {
		font-size: 12px;
		margin: 3% auto;
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}

	
	.st_wrap h1 {
		width: 86%;
		margin: 3% auto 1%;
	}	
    
	.st_wrap h2 {
		font-size: 18px;
        padding: 3% auto 2%;
	}
	
	.st_wrap h3 {
		font-size: 15px;
		margin: 4% auto 2%;
	}	

    .st_wrap p {
        font-size: 11px;
        margin: 1% auto 2%;
    }
    

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.thum_box {
		width: 80%;
		margin: 5% auto 8%;
        flex-direction: column;
	}

	.thum_box_inner {
		flex-direction: column;
	}
	
	.thumb {
		width: 100%;
	}

	.item_box {
		width: 100%;
	}
	
	.t_P {
		font-size: 12px;
	}
	
	.Sml {
		font-size: 12px;
		text-align: center;
		line-height: 1.4em;
	}
	
    .Btn_s {
        width: 80%;
		margin: 1% auto 7%;
    }	
/* Button 1 */
.Btn-1 {
	width: 20%;
    line-height: 1.2em;
	border-radius: 5px;
}
	
.Btn-2 {
        font-size: 10px;
        line-height: 1.5em;
        margin: 2% 2%;
    } 
	
	
}

