@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	padding: 2% 0;
	margin:0 auto 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	background-color: #E8AC51;
}

.st_wrap h1 {
    font-size: 85px;
	font-family: futura-pt, sans-serif;
    font-weight: 600;
	text-align: center;
	margin: 3% auto 1%;
    color: #fff;
}

.st_wrap h1 span {
    padding: 5px 15px;
    background-color: #ACACAC;
}

.st_wrap h2 {
	font-size: 40px;
	font-family: futura-pt, sans-serif;
    font-weight: 500;
    letter-spacing: 0.056em;
	text-align: center;
    color: #fff;
}

.st_wrap h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 2%;
    color: #fff;
}
.st_wrap p {
    margin: 6% auto 3%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
    color: #fff;
}

.wrap_content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.linethroug {
    text-decoration: line-through;
}

#Main {
    width: 100%;
	margin:0 auto 6%;
}


.sp {
	display:none;
}

.Lead {
	text-align:center;
	font-size:18px;
    font-weight: 500;
	margin:1% 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;
}

.co01 {
    color: #D39BA5;
    font-size: 90%;
}

.co02 {
    color: #638A92;
    font-size: 90%;
}

.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%;
}

.w80 {
	width: 90%;
	max-width: 650px;
	margin: 6% auto;
}

.Icon  {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 100%;
	margin: 0 auto;
    padding: 0;
}

.thumb {
	width:27.3%;
	height:auto;
	font-size:14px;
	line-height:1.4em;
	float:left;
	padding:3px 0;
	margin: 0 3%;
	text-align:center;
}

	

.t_P {
	text-align:center;
	font-size:14px;
    font-weight: 400;
	margin:8px 0 2px;
	line-height: 1.6em;
}

.cap {
	text-align: left;
}

.cap span {
	font-size: 14px;
	text-align: left;
	margin: 2% 0;
	padding: 3px;
	background-color: #97d2f4;
}

.thumb img {
	margin-top:3px;
}

.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: inline-block;
	margin: 3% auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
	margin: 10px auto 20px;
	padding: 1% 2%;
	background-color: #FFFFFF;
	border: solid 2px #000000;
	color: #000000;
}
.Btn-2 {
	margin: 10px 0 20px;
	padding: 2%;
    text-align: center;
	background-color: #777;
	color: #FFFFFF;
}

.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:14px;
		margin: 3% auto 3%;
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}

	.info_box {
		margin: 4% 5% 6%;
		padding: 2%;
	}
	
	.st_wrap h1 {
		clear: both;
		font-size: 38px;
		margin: 3% auto;
	}	
	
	.st_wrap h2 {
		font-size: 23px;
	}
	
	.st_wrap h3 {
		font-size: 15px;
		margin: 4% auto 2%;
	}	

    .st_wrap p {
        font-size: 12px;
    }
    
	.name_item {
		font-size: 11px;
		line-height: 1.5em;
		margin: 2% 0 0;
	}
    
    .ttl {
        font-size: 12px;
    }

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.t_P {
		font-size:11px;
        text-align: left;
	}
    
    .t_P br {
        display: none;
    }
	
	.thum_box {
		width: 98%;
		margin: 5% 1%;
	}
    
    .thumb {
        width: 31.3%;
        margin: 0 1%;
    }

	
	.info_txt {
		font-size: 10px;
		margin: 1% 0;
	}
	
	.cap {
		line-height: 1.6em;
	}
	
	.cap span {
		font-size: 8px;
		margin: 1%;
	}

/* Button 1 */
.Btn-1 {
	width: 70%;
	font-size: 11px;
	margin: 5% 15% 5%;
	position: relative;
}
	
	.br_sp {
		display: block;
	}
	
    .Btn_s {
        width: 80%;
		margin: 1% auto 7%;
    }	
/* Button 1 */
.Btn-1 {
	width: 70%;
	font-size: 11px;
	margin: 5% 15% 5%;
	position: relative;
}
	
.Btn-2 {
        font-size: 8px;
        text-align: left;
        line-height: 1.5em;
        padding: 3% 4%;
        margin: 2% 2%;
    } 
	
	
}

