@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;	
	background-color: #FFFFFF;
}

.st_wrap a{
    text-decoration: none;
    color: #000;
}

.st_wrap h1 {
    width: 96%;
	font-size: 23px;
	text-align: center;
	margin: 3% auto 1%;
    line-height: 1.5em;
    color: #000;
    border: solid 10px #f89494;
    box-sizing: border-box;
}

.st_wrap h2 {
	font-size: 25px;
    font-family: 600;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 1.4em;
	text-align: center;
    margin: 3% auto;
}

.st_wrap h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 2%;
}
.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: 14px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    margin: 4% 5%;
    padding: 2%;
    border: solid 3px #f89494;
    box-sizing: border-box;
    border-radius: 10px;
}


.icon {
    width: 30%;
    position: absolute;
    top: -2%;
    right: -2%;
}

.co01 {
    color: #211F60;
    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;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 80%;
	margin: 4% auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.thumb {
	width:46%;
	height:auto;
	font-size:14px;
	line-height:1.4em;
	padding: 0;
	margin: 0 2%;
	text-align:center;
    position: relative;
}

.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 {
    display: block;
    width: 400px;
	margin: 5% auto 10%;
	padding: 1%;
	background-color: #FFFFFF;
	border: solid 1px #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:12px;
		margin: 3% auto 3%;
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}

	.info_box {
		margin: 4% 5% 6%;
		padding: 2%;
	}
	
	.st_wrap h1 {
        width: 86%;
		font-size: 15px;
		margin: 3% auto;
        border: solid 5px #f89494;
	}	
	
	.st_wrap h2 {
		font-size: 17px;
        margin: 5% auto 2%;
	}
	
	.st_wrap h3 {
		font-size: 15px;
		margin: 4% auto 2%;
	}	

    .st_wrap p {
        font-size: 11px;
        margin: 1% auto 4%;
    }
    
    .t_P {
        font-size: 11px;
        margin: 4% 2%;
    }
    
	.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;
	}
	
	.thum_box {
		width: 96%;
		margin: 2% auto 8%;
	}
    
    .thumb {
        width: 48%;
        margin: 2% 1%;
    }
	
	.info_txt {
		font-size: 10px;
		margin: 1% 0;
	}
    
    .icon {
        width: 40%;
    }
	
	.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: 60%;
	font-size: 13px;
	margin: 5% auto 10%;
    padding: 2%;
	position: relative;
}
	
.Btn-2 {
        font-size: 8px;
        text-align: left;
        line-height: 1.5em;
        padding: 3% 4%;
        margin: 2% 2%;
    } 
	
	
}

