@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	max-width: 900px;
	padding: 0;
	margin:0 auto 20px;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;	
	position: relative;
}

.st_wrap img {
	width: 100%;
}

.st_wrap a{
    text-decoration: none;
}

.st_wrap h1 {
	font-size: 25px;
	text-align: center;
	margin: 3% auto 2%;
    line-height: 1.2em;
	font-weight: 500;
    color: #000;
}
.st_wrap h2 {
	font-size: 40px;
	font-weight: 500;
    line-height: 1.4em;
	letter-spacing: 0.085em;
	text-align: center;
    margin: 1% auto 5%;
    color: #000;
}

.st_wrap h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 3% 5% 2%;
	padding-bottom: 2%;
	color: #d3a1bb;
	border-bottom: solid 1px #d3a1bb;
}

.st_wrap h3 strong {
	font-size: 140%;
}

.col1 {
	color: #ff8bb2;
}

.col2 {
	color: #ff950c;
}

.st_wrap p {
    text-align: center;
    font-size: 13px;
    line-height: 1.5em;
    margin: 2% auto;
}

.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.linethroug {
    text-decoration: line-through;
}

#Main {
    width: 100%;
	margin:0 auto 4%;
}


.sp {
	display:none;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size:13px;
	margin:2% auto 3%;
	line-height:1.8em;
	color: #000000;
}

.ttl {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
	margin: 2% auto;
}

.t_P {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    margin: 3% 5%;
}


.icon {
    width: 23%;
	max-width: 180px;
    position: absolute;
	top: 0;
	left: 4%;
	z-index: 1;
}


.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%;
	margin: 4% auto;
    padding: 0;
    display: flex;
	justify-content: center;
}

.box2 {
	align-items: center;
}

.thumb {
	font-size:14px;
	line-height:1.4em;
	padding: 0;
	margin: 0 1%;
	text-align:center;
    position: relative;
}

.thumb_l {
	width: 70%;
}

.thumb_s {
	width: 30%;
}

.cap {
	text-align: left;
}

.cap span {
	font-size: 14px;
	text-align: left;
	margin: 2% 0;
	padding: 3px;
	background-color: #97d2f4;
}

.bdr {
	border-bottom: solid 2px #fff;
	margin: 8% 0 3%;
}

.Btn_s {
    width: 160px;
    margin: 2% auto;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: block;
	margin: 3% auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
    display: block;
    width: 400px;
	margin: 5% auto 10%;
	padding: 1%;
	background-color: #000;
	color: #fff;
}

.Btn-2 {
	width: 75%;
	margin: 3% auto 5%;
	padding: 2%;
	font-size: 13px;
    text-align: center;
	background-color: #fff;
	color: #7fabdf;
}



.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 3px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.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 3%;
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}
	
	.st_wrap h1 {
		font-size: 18px;
		line-height: 1.5em;
		margin: 6% auto 1%;
	}	
	
	.st_wrap h2 {
		font-size: 26px;
        padding: 3% auto 2%;
	}
	
	.st_wrap h3 {
		font-size: 16px;
		margin: 1% auto 2%;
	}	

    .st_wrap p {
        font-size: 13px;
        margin: 1% auto 4%;
    }
    
    .t_P {
        font-size: 12px;
        margin: 4% 2%;
    }
    
	.name_item {
		font-size: 11px;
		line-height: 1.5em;
		margin: 2% 0 0;
	}
	
	.icon {
		top: -1%;
		left: 2%;
	}
    
    .ttl {
        font-size: 12px;
    }

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.thum_box {
		width: 94%;
		margin: 2% auto 4%;
        flex-wrap: wrap;        
	}
	
	.box2 {
		flex-direction: column;
	}
	
	.thumb_l {
		width: 100%;
		margin: 2% 0 -3%;
	}
	
	.thumb {
		width: 31.3%;
		margin: 2% 1%;
	}
	
	
	.thumb_s {
		width: 48%;
		margin: 2% 1%;
	}
    
	
	
	.info_txt {
		font-size: 10px;
		margin: 1% 0;
	}
	
	.cap {
		line-height: 1.6em;
	}
	
	.cap span {
		font-size: 8px;
		margin: 1%;
	}

/* Button 1 */
	
	.br_sp {
		display: block;
	}
	
    .Btn_s {
        width: 80%;
		margin: 1% auto 7%;
    }	

	/* Button 1 */
	.Btn-1 {
		width: 70%;
		font-size: 13px;
		margin: 5% auto 10%;
    	padding: 2%;
		position: relative;
	}
	
	.Btn-2 {
        font-size: 11px;
        line-height: 1.5em;
        padding: 3% 4%;
        margin: 2% auto;
    } 
	
	
}

