@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	padding: 1% 0;
	margin:0 auto;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	color: #000000;	
    font-size: 16px;
	text-align: center;
	background-color: #F2FBE3;
}

.st_wrap a {
	color: #000;
}

.st_wrap h1 {
	width: 70%;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin: 4% auto 5%;
    line-height: 1.5em;
	letter-spacing: 0.035em;
	color: #09A6A0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}


.st_wrap h2 {
	width: 70%;
	font-size: 25px;
	font-weight: 600;
	text-align: left;
	margin: 3% 0 6% 20%;
	letter-spacing: 0.023em;
    line-height: 2.5em;
	color: #fff;
}

.st_wrap h2 span {
	background-color: #09A6A0;
	padding: 7px 15px;
}


.st_wrap h3 {
	font-family: "DM Serif Display", serif;
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	margin: 4% auto 2%;
    line-height: 1.5em;
	letter-spacing: 0.035em;
	color: #ff9205;
}
.st_wrap p {
    text-align: center;
    font-size: 15px;
	font-weight: 500;
    line-height: 1.6em;
    margin: 3% auto 2%;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}
.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.wrap_content {
	width: 100%;
	max-width: 800px;
	margin: 5% auto;
}

.linethroug {
    text-decoration: line-through;
}

.ttl {
	width: 60%;
	max-width: 400px;
	margin: 6% auto 2%;
}

.sub {
	font-size: 13px;
	text-align: center;
	margin: 5% auto 2%;
	font-weight: 500;
	letter-spacing: 2.2em;
	color: #737373;
}


.sp {
	display:none;
}

.Lead {
	font-weight: 500;
	text-align:center;
	font-size: 20px;
	margin: 3% auto;
	line-height:1.8em;
}


.t_P {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    text-align: center;
    margin: 2% 0 1%;
}

.info_box {
	border: solid 2px #6d9087;
	width: 75%;
	margin: 10% auto 3%;
	padding: 6% 3%;
	font-size: 13px;
	line-height: 1.8em;
	position: relative;
}

.w_70 {
	width: 80%;
	max-width: 500px;
	margin: 5% auto 1%;
	position: relative;
}

.setitem {
	width: 50%;
	position: absolute;
	bottom: -5%;
	right: -10%;
}

.arrow {
	width: 10%;
	margin: 2% auto;
}

.co01 {
    color: #ff9205;
}

.co02 {
    color: #F89033;
}

.co03 {
    color: #ffc200;
	font-size: 120%;
}

.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;
}

.icon {
	width: 14%;
}

/*thumb*/
	
.thum_box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 5%;
    padding: 0;
    display: flex; 
    gap: 20px;
	justify-content: space-around;
}

.thumb {
	width: 46%;
	font-size:.9rem;
	line-height:1.4em;
	padding: 0;
	margin: 0;
	text-align:center;
    position: relative;
}

.thumb img {
    width: 100%;
	vertical-align: bottom;
}

.thumb figure {
	margin: 0;
	padding: 0;
}


.cap {
	text-align: left;
}

.cap span {
	font-size: 18px;
	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;
	font-weight: 600;
    width: 60%;
	margin: 5% auto 8%;
	padding: 2% 0;
	background-color: #09A6A0;
	color: #fff;
    border-radius: 3px;
}

a.Btn {
	text-decoration: none;
	color: #fff;
}

.Btn-2 {
	margin: 10px 0 20px;
	padding: 2%;
    text-align: center;
	background-color: #777;
	color: #FFFFFF;
}

.arrow_r {
  position: relative;
}

.arrow_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.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;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}
	
	.st_header {
		min-height: 60px;
	}
	
	.st_wrap h1 {
		width: 85%;
		font-size: 15px;
		margin: 3% auto 5%;
		line-height: 1.2em;
	}	
	
	.st_wrap h1 span {
		font-size: 12px;
	}
    
	.st_wrap h2 {
		width: 85%;
		font-size: 15px;
		margin: 3% 0 6% 12%;
	}
	
	.st_wrap h2 span {
		padding: 4px 10px;
	}
	
	.st_wrap h3 {
		font-size: 25px;
		margin: 3% auto 2%;
	}	

    .st_wrap p {
        font-size: 12px;
        margin: 2% auto 3%;
    }
	
	.Lead {
		font-size: 14px;
		margin: 3% auto;
	}
	
    .t_P {
        font-size: 13px;
        margin: 2% 0;
    }
    
	.name_item {
		font-size: 11px;
		line-height: 1.5em;
		margin: 2% 0 0;
	}
    

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	.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: 70%;
	font-size: 13px;
    line-height: 1.4em;
	margin: 4% auto 8%;
    padding: 2%;
	border-radius: 2px;
}
	
.Btn-2 {
        font-size: 8px;
        text-align: left;
        line-height: 1.5em;
        padding: 3% 4%;
        margin: 2% 2%;
    } 
	
	
}

