@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	max-width: 1100px;
	padding: 0;
	margin:0 auto 20px;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;	
    font-size: 16px;
}

.st_wrap a{
    text-decoration: none;
}

.st_wrap h1 {
	width: 80%;
	max-width: 600px;
	font-size: 1.5rem;
	text-align: center;
	margin: 5% auto 4%;
    line-height: 1.2em;
    color: #000;
}

.st_wrap h1 span {
    background: linear-gradient(transparent 80%, #feacb6 80%);
}

.st_wrap strong {
    font-size: 140%;
}

.st_wrap h2 {
	font-size: 23px;
    line-height: 1.4em;
	text-align: center;
    margin: 8% 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: 15px;
	font-weight: 500;
    line-height: 1.5em;
    margin: 3% auto 1%;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}
.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;
}


.t_P {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    margin: 1% 0;
}

.info_box {
	border: solid 2px #000;
	width: 80%;
	margin: 3% auto;
	padding: 3% 2%;
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
}

.box_yellow {
	border: solid 3px #f6dd5e;
}

.box_blue {
	border: solid 3px #64b7db;
}

.box_green {
	border: solid 3px #47adb2;
}

.co01 {
    color: #D39BA5;
    font-size: 90%;
}

.co02 {
    color: #75bad0;
}

.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 3%;
    padding: 0;
    display: flex; 
    gap: 15px;
}

.thumb {
	font-size:.9rem;
	line-height:1.4em;
	padding: 10px 0 0;
	margin: 0;
	text-align:center;
    position: relative;
}

.thumb img {
    width: 100%;
}

.sub {
	width: 45%;
	margin: 0;
}

.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-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: 13px;
    width: 50%;
	margin: 3% auto 6%;
	padding: 2% 0;
	color: #b1a0c7;
	border: solid 2px #b1a0c7;
}

.Btn-1 span {
    font-size: 70%;
}

.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% 2% 6%;
		padding: 2%;
	}
	
    
	.st_wrap h2 {
		font-size: 18px;
        padding: 3% auto 2%;
	}
	
	.st_wrap h3 {
		font-size: 15px;
		margin: 4% auto 2%;
	}	

    .st_wrap p {
        font-size: 13px;
        margin: 4% auto 5%;
    }
    
    .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%;
		flex-wrap: wrap;
		justify-content: center;
		gap: 3%;
	}

	.thumb {
		width: 48.5%;
		margin: 3% auto 7%;
	}
	
	.sub {
		width: 60%;
	}
	
	.info_box {
		width: 90%;
		font-size: 10px;
		text-align: left;
		padding: 4%;
	}
	
	.info_box br{
		display: none;
	}
	
	.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: 60%;
	font-size: 12px;
    line-height: 1.2em;
	margin: 3% auto 10%;
    padding: 3% ;
	border-radius: 5px;
}
	
.Btn-2 {
        font-size: 8px;
        text-align: left;
        line-height: 1.5em;
        padding: 3% 4%;
        margin: 2% 2%;
    } 
	
	
}

