@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	padding: 0;
	margin:0 auto 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
    text-align: center;
}

.st_wrap img {
	width: 100%;
}

.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: 15px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 2%;
    color: #000;
}
.st_wrap p {
    margin: 2% auto 3%;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
}

.wrap_content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.linethroug {
    text-decoration: line-through;
}

#Main {
    width: 100%;
	margin:0 auto 2%;
}

#Main img {
    width: 100%;
}


.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%;
}

.Itm {
    width: 60%;
    margin: 5% auto;
    padding: 0;
    border: solid 5px #fff;
    box-sizing: border-box;
    background-color: #fff;
}

.Itm img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.MB5 {
	margin-bottom: 5%;
}


.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;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}

.thumb {
	flex: 1;
	height:auto;
	font-size:14px;
	line-height:1.4em;
    padding: 1% 1.5%;
	margin: 0 1%;
	text-align:center;
    background-color: rgba(71,132,143,0.30);
}

	
.com_box {
	min-height: 100px;
}

.footer_link {
	width: 80%;
	max-width: 500px;
	margin: 2% auto;
	display: flex;
	flex-wrap: wrap;
}

.link {
	margin: 1% auto 3%;
	padding: 10px 20px;
	line-height: 1.3em;
	color: #000;
	font-size: 13px;
    text-decoration: none;
	border: solid 2px #000;
	box-sizing: border-box;
	transition: .5s;
}

a.link:hover {
	background-color: #eee;
}


.cap {
	text-align: left;
}

.cap span {
	font-size: 14px;
	text-align: left;
	margin: 2% 0;
	padding: 3px;
	background-color: #97d2f4;
}

.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: 4% auto 3%;
	padding: 10px 10px;
	background-color: #478f52;
	line-height: 1.3em;
	color: #fff;
    text-decoration: none;
	border: solid 1px #fff;
	box-sizing: border-box;
}

.Btn-2 {
    width: 60%;
    max-width: 500px;
	margin: 5% auto ;
    font-size: 15px;
	padding: 12px 20px;
    text-align: center;
	background-color: #478f52;
	color: #FFFFFF;
    text-decoration: none;
}

.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: 14px;
		margin: 0 auto 2%;
	}	

    .st_wrap p {
        font-size: 12px;
        height: auto;
    }
    
	.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:12px;
        margin: 5% auto 1%;
	}
    
    .t_P br {
        display: none;
    }
	
	.thum_box {
		width: 85%;
		margin: 5% auto;
        display: flex;
        flex-direction: column;
	}
    
    .thumb {
        margin: 3% auto 5%;
		padding: 5%;
    }
	
	.com_box {
		min-height: auto;
	}
	
	.footer_link {
		flex-direction: column;
	}

	
	
	.cap {
		line-height: 1.6em;
	}
	
	.cap span {
		font-size: 8px;
		margin: 1%;
	}

	.br_sp {
		display: block;
	}
	
    .Btn_s {
        width: 80%;
		margin: 1% auto 7%;
    }	
/* Button 1 */
.Btn-1 {
	width: 80%;
    font-size: 13px;
    padding: 12px 0;
	position: relative;
}
	
.Btn-2 {
        font-size: 13px;
        line-height: 1.5em;
        margin: 4% auto;
    } 
	
	
}

