@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: #333;	
    font-size: 16px;
	text-align: center;
	background: #eee;
	overflow: hidden;
}

.st_wrap article {
	margin: 6% auto 3%;
	position: relative;
}

.st_wrap a {
	color: #000;
}

.st_wrap h1 {
  	font-weight: 700;
	font-size: 25px;
	text-align: center;
	margin: 8% auto 6%;
}

.st_wrap h2 {
	font-size: 28px;
	text-align: center;
	margin: 1% auto;
    line-height: 1.8em;
	font-weight: 600;
}

.st_wrap h2 span {
	border: solid 2px #00a4cd;
	background-color: #fff;
	padding: 10px 50px;
}



.st_wrap h3 {
  	font-family: "Arsenal SC", sans-serif;
	font-size: 65px;
	text-align: center;
	margin: 20% auto 0;
    line-height: 1.3em;
	font-weight: 600;
	color: #102642;
}

.st_wrap h4 {
	font-size: 22px;
	text-align: center;
	margin: 3% auto;
    line-height: 1.3em;
	font-weight: 700;
}

.st_wrap h5 {
	font-size: 18px;
	text-align: center;
	margin: 1% auto;
    line-height: 1.3em;
	font-weight: 700;
}

.st_wrap p {
    font-size: 15px;
	font-weight: 500;
    line-height: 1.8em;
    margin: 4% auto;
}

.st_wrap hr {
	border-bottom: solid 2px #898989;
	margin: 2% 0 5%;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}
.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.wrap_content {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 1% 0;
	position: relative;
	color: #fff;
	background: #9cb4e1;
}

.bluebk {
	background: #d0ddf5;
background: linear-gradient(180deg, rgba(208, 221, 245, 1) 0%, rgba(156, 180, 225, 1) 22%);
	padding: 5% 0;
}


.linethroug {
    text-decoration: line-through;
}

.ttl {
	width: 70%;
	max-width: 500px;
	margin: 4% auto 8%;
}

.sp {
	display:none;
}

.Lead {
	font-weight: 500;
	text-align:center;
	font-size: 17px;
	margin: 3% auto;
	line-height: 1.6em;
}


.t_P {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    margin: 1% auto 5%;
}

.bdr01 {
	width: 40%;
	max-width: 200px;
	margin: 4% auto;
	border-bottom: dotted 3px #fff;
}

.itembox {
	width: 80%;
	margin: 4% auto;
	position: relative;
}

.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: 90%;
	margin: 3% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.thumb {
	width: 40%;
	font-size:.9rem;
	line-height:1.4em;
	padding: 0;
	margin: 3% auto;
	text-align:center;
}

.thumb img {
    width: 100%;
	vertical-align: bottom;
}

.thumb p {
	text-align: left;
	font-size: 17px;
	margin-left: 15%;
}

	
.scroll {
	width: 40%;
	margin: 2% auto;
}

.flx {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95%;
	column-gap: 1%;
	margin: 4% auto;
}

.flx_box1 {
	width: 28%;
}

.flx_box2 {
	width: 28%;
}

.tap {
	width: 10%;
	position: absolute;
	top: 48%;
	right: 2%;
}

.tap2 {
	width: 10%;
	position: absolute;
	bottom: 20%;
	left: 2%;
}

/* 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: 220px;
	margin: 4% auto 8%;
	padding: 20px 0;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 30px;
	color: #102642;
}


.Btn-2 {
    display: inline-block;
	font-size: 15px;
	font-weight: 600;
	width: 120px;
	margin: 0 0 0 20px;
	padding: 5px 0;
	border: solid 1px #777;
	box-sizing: border-box;
	background-color: #102642;
}

a.Btn-2 {
	color: #fff;
}

.Btn-3 {
  	font-family: "Arsenal SC", sans-serif;
  	font-weight: 900;
    display: block;
	color: #777;
	font-size: 55px;
	margin: 2% auto 5%;
}

a.Btn-3 {
	color: #777;
}

.Btn-4 {
    display: block;
	font-size: 15px;
	font-weight: 600;
	max-width: 200px;
	margin: 0 auto 10%;
	padding: 10px 0;
	background-color: #98d9c3;
}

a.Btn-1, a.Btn-2, a.Btn-4 {
	text-decoration: none;
}



.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;
}

.link_box {
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 3%;
}

.btn_link {
    display: inline-block;
    width: 80%;
    margin: 3% auto;
    padding: 0 20px;
    text-align: center;
	background-color: #333;
}


.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: solid 2px #898989;
  content: "";
  width: 30em; /* 線の長さ */
}
.catch:before {
  margin-right: 0; /* 文字の右隣 */
}
.catch:after {
  margin-left: 0; /* 文字の左隣 */
}

.catch2 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch2:before, .catch2:after {
  border-top: solid 2px #898989;
  content: "";
  width: 1em; /* 線の長さ */
}
.catch2:before {
  margin-right: .5em; /* 文字の右隣 */
}
.catch2:after {
  margin-left: .5em; /* 文字の左隣 */
}


.point_video {
	display: block;
    width: 70%;
	margin: 5% auto 10%;
	border: solid 2px #eee;
	box-sizing: border-box;
}

.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;
		padding: 1% 0;
		overflow: hidden;
	}
	.st_header {
		min-height: 60px;
	}
	
	.st_wrap h1 {
		font-size: 20px;
		margin: 5% auto;
	}	
	
	.st_wrap h2 {
		font-size: 18px;
		margin: 8% auto 3%;
	}
	
	.st_wrap h3 {
		font-size: 30px;
		margin: 7% auto 0;
	}	
	
	.st_wrap h4 {
		font-size: 17px;
	}

    .st_wrap p {
        font-size: 12px;
		margin: 3% auto;
    }
	
	.ttl {
		margin: 6% auto 8%;
	}
	
	.Lead {
		font-size: 13px;
	}
	
	.t_P {
		font-size: 14px;
		line-height: 1.6em;
	}
	
	.flx {
		width: 95%;
		column-gap: 1%;
	}
	
	.flx_box1 {
		width: 38%;
	}
	
	.flx_box2 {
		width: 33%;
	}
	
	.itembox {
		width: 90%;
	}
	
	.tap, .tap2 {
		width: 16%;
	}
	
	.tap {
		top: 38%;
	}
	
	.tap2 {
		bottom: 21%;
	}
	
	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	
    .Btn_s {
        width: 80%;
		margin: 1% auto 7%;
    }	
	
	.Btn-1, .Btn-2 {
		display: block;
		font-size: 17px;
		width: 60%;
		margin: 12% auto;
		padding: 15px 0;
	}
	
	.Btn-3{
		width: 50%;
		font-size: 33px;
    	line-height: 1.4em;
		margin: 2% auto 8%;	
	}
	
}

