@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.bk {
	background-color: #fff;
	padding: 2% 0;
}

.st_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0;
	margin:0 auto 20px;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;	
    font-size: 16px;
	font-weight: 500;
}

.st_wrap a{
    text-decoration: none;
}

.st_wrap h1 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.017em;
	text-align: center;
	margin: 4% auto 3%;
	padding-bottom: 2%;
    line-height: 1.2em;
    color: #0087bc;
	border-bottom: solid 4px #0087bc;
}

.st_wrap strong {
    font-size: 140%;
}

.st_wrap h2 {
	font-size: 22px;
    line-height: 1.4em;
	text-align: left;
    margin: 0 auto;
	float: left;
    color: #0087bc;
}

.st_wrap h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto ;
	padding: 10px;
	background-color: #0087bc;
	color: #fff;
}

.st_wrap h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
	margin: 3% auto;
}

.st_wrap p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5em;
    margin: 1% auto 0;
	font-weight: 400;
}


.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%;
}

.FR {
	float: right;
}


.sp {
	display:none;
}

.Lead {
	font-size:16px;
	text-align:center;
	font-weight: 500;
	margin:2% auto 3%;
	line-height: 2.1em;
	color: #000000;
}

.ttl_box {
	width: 90%;
	margin: 4% auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ttl_box_icon {
	width: 25%;
	margin: 5%;
}

.ttl_box_info {
	width: 65%;
	margin: 0;
}

.user_box {
	width: 80%;
	margin: 4% auto;
	padding: 2% 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 3px #0087bc;
	border-radius: 20px;
	background-color: #eef0f3;
}

.user {
	width: 14%;
	margin: 1% 6% 1% 0;
}

.user_txt {
	width: 78%;
	margin: 0;
	text-align: left;
}

.user_txt p {
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
}


.bdr_bottom {
	border-bottom: solid 2px #0087bc;
	margin: 1% 0;
}

.ttl {
	width: 90%;
	max-width: 700px;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
	margin: 3% auto 2%;
}

.t_P {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    margin: 1% 0;
}


.icon {
    width: 28%;
    position: absolute;
    top: -2%;
    right: -2%;
}

.co01 {
    color: #D39BA5;
    font-size: 90%;
}

.co02 {
    color: #638A92;
    font-size: 90%;
}

.name_item {
	font-size: 15px;
	line-height: 1.6em;
	margin: 2% 0 0;
	text-align: center;
}

.Sml {
	font-size: 90%;
	text-align: right;
	line-height: 1.8em;
	margin: 1% auto;
	float: right;
}

small {
	font-size: 80%;
}


.info_box {
	margin: 6% auto;
	padding: 2%;
	width: 90%;
	max-width: 700px;
	border: solid 3px #0087bc;
	position: relative;
}

.sun1 {
	position: absolute;
	width: 70px;
	top: 5%;
	left: 6%;
}

.sun2 {
	position: absolute;
	width: 70px;
	bottom: 5%;
	right: 6%;
}

.w80 {
	width: 90%;
	max-width: 650px;
	margin: 6% auto;
}

.Icon  {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 100%;
	max-width: 1000px;
	margin: 2% auto 5%;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: center;
	gap: 3%; 
}


.thumb {
	width: 28%;
	font-size:.9rem;
	line-height:1.4em;
	padding: 0;
	margin: 0;
	text-align:center;
    position: relative;
}
.thumb img {
    width: 100%;
}

.thumbL {
	width: 45%;
	font-size:.9rem;
	line-height:1.4em;
	padding: 0;
	margin: 0;
	text-align:center;
}

.thumbL img {
    width: 100%;
	border-radius: 5px;
}

.cap {
	text-align: left;
}

.cap span {
	font-size: 15px;
	font-weight: 500;
	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: 24px;
	letter-spacing: 0.067em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.1em;
    width: 70%;
	margin: 3% auto 6%;
	padding: 15px 0 ;
	background-color: #fff;
	color: #ffa838;
	border: solid 2px #ffa838;
}


.Btn-2 {
    display: block;
    font-size: 15px;
	letter-spacing: 0.027em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1.1em;
    width: 60%;
	margin: 3% auto 6%;
	padding: 12px 0 ;
	background-color: #000;
	color: #fff;
	border-radius: 5px;
}

.Btn-3 {
    display: block;
    font-size: 20px;
	letter-spacing: 0.067em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.1em;
    width: 50%;
	max-width: 450px;
	margin: 5% auto 6%;
	padding: 20px;
	background-color: #0087bc;
	color: #fff;
}


.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) {
	
	.bk {
		padding: 0 0 2%;
	}
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.Lead {
		font-size:12px;
		margin: 3% auto 3%;
		line-height: 1.9em;
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}
	
	.st_wrap h1 {
		font-size: 18px;
        line-height: 1.6em;
		border-bottom: solid 2px #0087bc;
	}	
    
	.st_wrap h2 {
		font-size: 18px;
        margin: 0 0 0 16%;
	}
	
	.st_wrap h3 {
		font-size: 13px;
		padding: 5px;
	}	

	.st_wrap h4 {
		font-size: 14px;
	}
	
    .st_wrap p {
        font-size: 12px;
		line-height: 1.8em;
    }
    
	.info_box {
		padding: 5% 2%;
	}
	
	.sun1 {
		width: 50px;
		top: 3%;
		left: 2%;
	}
    
	.sun2 {
		width: 40px;
		bottom: 3%;
		right: 2%;
	}
    
	.name_item {
		font-size: 12px;
		line-height: 1.5em;
		margin: 2% 0;
	}
	
	.ttl_box {
		width: 95%;
	}
	
	.ttl_box_icon {
		width: 36%;
		margin: 2%;
	}
	
	.ttl_box_info {
		width: 60%;
	}
    
    .ttl {
        font-size: 15px;
    }

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.thum_box {
		width: 96%;
		margin: 4% auto 3%;
		gap: 2%;
	}

	.thumb {
		width: 31%;
	}
	
	.user_box {
		width: 82%;
		position: relative;
		padding: 5% 4%;
		border-radius: 15px;
	}
	
	.user {
		width: 12%;
		margin: 0;
		position: absolute;
		top: 3%;
		left: 3%;
	}
	
	.user_txt {
		width: 100%;
	}
	
	
	.bdr_bottom {
		margin: 3% 0;
	}
	
	.cap {
		line-height: 1.6em;
	}
	
	.cap span {
		font-size: 8px;
		margin: 1%;
	}


	
	.Btn-1 {
		width: 90%;
		font-size: 14px;
    	line-height: 1.2em;
		margin: 3% auto 10%;
		padding: 10px 0;
	}
	
	.Btn-2 {
		font-size: 12px;
		margin: 3% auto;
		padding: 6px 0;
		border-radius: 3px;
    } 
	
	
	.Btn-3 {
		width: 70%;
		font-size: 14px;
    	line-height: 1.2em;
		margin: 3% auto 10%;
		padding: 10px;
	}
	
	
}

