@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	padding: 0;
	margin:0 auto 20px;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;	
    font-size: 16px;
	text-align: center;
}

.st_wrap a{
    text-decoration: none;
}

.st_wrap h1 {
	width: 50%;
	font-size: 26px;
	letter-spacing: 0.067em;
	text-align: center;
	margin: 5% auto;
	padding: 10px 0;
    line-height: 1.5em;
    color: #fff;
	background-color: #000;
	border-radius: 30px;
}

.st_wrap strong {
    font-size: 140%;
}

.st_wrap h2 {
	font-size: 20px;
    line-height: 1.4em;
	text-align: center;
    margin: 6% 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: center;
    font-size: 16px;
    line-height: 1.5em;
	font-weight: 500;
    margin: 4% auto;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}
.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

#header_top {
	margin: 0 0 5%;
	padding: 2%;
	background-color: #8eb4e3;
}

.wrap_content {
	width: 96%;
	max-width: 1000px;
	margin: 2% auto;
}

.linethroug {
    text-decoration: line-through;
}

#Main {
    width: 100%;
	max-width: 700px;
	margin: 3% auto 2%;
}


.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-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
	margin: 5% auto 2%;
}

.t_P {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    margin: 2% 0;
}


.icon {
    width: 28%;
    position: absolute;
    top: -2%;
    right: -2%;
}

.co01 {
    color: #fff;
	background-color: #E0B228;
	font-weight: 500;
	padding: 10px 30px;
	margin: 2% auto;
}

.co02 {
    color: #fff;
	background-color: #EB77BA;
	font-weight: 500;
	padding: 10px 30px;
	margin: 2% auto;
}

.Sml {
	font-size: 13px;
	text-align: center;
	line-height: 1.5em;
	margin: 3% auto 1%;
	font-weight: 400;
}

small {
	font-size: 80%;
}


.Icon  {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.link_box {
	width: 90%;
	max-width: 900px;
	margin: 2% auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/*thumb*/
	
.thum_box {
	width: 100%;
	max-width: 800px;
	margin: 4% auto 1%;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: center;
}


.thumb {
	width: 31%;
	font-size:.9rem;
	line-height:1.4em;
	padding: 0;
	margin: 1%;
	text-align:center;
    position: relative;
}

.thumb img {
    width: 100%;
}

.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: 1.2rem;
	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;
    font-size: 18px;
	letter-spacing: 0.067em;
	font-weight: 500;
	line-height: 1.1em;
    width: 30%;
	margin: 3% auto 6%;
	padding: 3% 0;
	background-color: #000;
	color: #fff;
    border-radius: 5px;
}

.Btn-1 span {
    font-size: 13px;
	letter-spacing: 0.024em;
	font-weight: 300;
	color: #000;
}

.Btn-2 {
	margin: 1% auto 3%;
	padding: 1% 3%;
    text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 23px;
	border-radius: 30px;
}

.Btn-2 span {
	padding-left: 15px;
	font-size: 18px;
}

.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;
	}
	
	#header_top {
		margin: 0 0 10%;
		padding: 2% 2% 6%;
	}
	
	.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: 80%;
		font-size: 14px;
        line-height: 1.2em;
		margin: 7% auto 4%;
	}	
    
	.st_wrap h2 {
		font-size: 15px;
		margin: 8% auto 6%;
	}
	
	.st_wrap h3 {
		font-size: 15px;
	}	

    .st_wrap p {
        font-size: 12px;
        margin: 4% auto 2%;
    }
    
    .t_P {
        font-size: 11px;
		margin: 3% 0;
    }
    
	.name_item {
		font-size: 11px;
		line-height: 1.5em;
		margin: 2% 0 0;
	}
	
	.co01, .co02 {
		padding: 5px 10px;
        padding: 5% auto 8%;
	}
    
    .ttl {
        font-size: 20px;
    }

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.thum_box {
		width: 100%;
		margin: 2% auto 1%;
	}

	
	.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: 45%;
	font-size: 13px;
    line-height: 1.2em;
	margin: 2% auto 1%;
    padding: 3% 1%;
	border-radius: 5px;
}
	
	.Btn-1 span {
		font-size: 11px;
	}
	
.Btn-2 {
	width: 70%;
	font-size: 12px;
	margin: 2% auto 5%; 
	padding: 10px;
    } 
	
	
	.Btn-2 span {
		font-size: 12px;
	}
	
}

