@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 70px;
	z-index: 10;
	margin: 20px 0 200px;
}

.btnsticky {
	width: 140px;
	float: right;
	margin: 3% 5%;
}

.bk {
	background-color: #bee4f1;
	padding: 1% 0 2%;
}


.st_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0;
	margin: -300px 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: 21px;
	font-weight: 600;
	letter-spacing: 0.017em;
	text-align: center;
	margin: 4% auto 2%;
    line-height: 1.2em;
}

.st_wrap strong {
    font-size: 140%;
}

.st_wrap h2 {
	font-size: 25px;
    line-height: 1.4em;
	text-align: center;
	font-weight: 500;
    margin: 3% auto 2%;
}


.bk01 h2 {
	border: solid 2px #D3C5DB;
}

.bk02 h2 {
	border: solid 2px #E6D587;
}

.bk03 h2 {
	border: solid 2px #72B3C4;
}

.st_wrap h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 4% auto 2%;
}

.st_wrap h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
	margin: 3% auto;
}

.st_wrap p {
    text-align: left;
    font-size: 16px;
    line-height: 1.6em;
    margin: 1% auto;
	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;
}

.FR {
	float: right;
}


.sp {
	display:none;
}

.Main {
	width: 80%;
	margin: 3% auto;
}

.ttl {
	width: 70%;
	text-align: center;
	padding: 5px 0;
	background-color: #f2c9c4;
	position: absolute;
	top: -2%;
	left: 15%;
	border-radius: 10px;
}

.Lead {
	font-size: 22px;
	text-align:center;
	font-weight: 500;
	margin: 3% auto;
	line-height: 1.5em;
	color: #000000;
}

span.marker {
    background: linear-gradient(transparent 70%, #f2c9c4 70%);
	font-size: 140%;
	line-height: 1.8em;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
}

small {
	font-size: 80%;
}



.Icon  {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 80%;
	margin: 10% auto 5%;
    padding: 5% 2%;
	background-color: #fff;
	align-items: center;
	position: relative;
	border-radius: 20px;
}

.flx {
    display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 3% 5%;
}

.thumbL {
	width: 49%;
	font-size:.9rem;
	line-height:1.4em;
	padding: 0;
	margin: 0;
	text-align:center;
	position: relative;
}

.icon {
	width: 40%;
	position: absolute;
	bottom: -5%;
	left: -4%;
}

.user_box {
	width: 80%;
	margin: 2% auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.user {
	width: 12%;
	margin: 0 4%;
}

.user_txt {
	width: 80%;
	margin: 0;
	text-align: left;
}

.balloon-004 {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 19px;
    padding: .8em 1.2em;
    border-radius: 10px;
    background-color: #e4958b;
    color: #333333;
}

.balloon-004::before {
    position: absolute;
    left: -19px;
    width: 20px;
    height: 20px;
    background-color: #e4958b;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

.balloon-004 p {
	color: #fff;
	font-weight: 500;
}

	
.info_box {
	width: 90%;
	margin: 5% auto;
    padding: 5% 2%;
	background-color: #f2c9c4;
	align-items: center;
	position: relative;
	border-radius: 20px;
}

	
.info_box_2 {
	width: 70%;
	max-width: 600px;
	margin: 8% auto 4%;
    padding: 2%;
	background-color: #f2c9c4;
	align-items: center;
	position: relative;
	border-radius: 20px;
}

.Btn_s {
    width: 160px;
    margin: 2% auto;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 1.2rem;
	color: inherit;
	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: 60%;
	margin: 1% auto 6%;
	padding: 15px 0;
	background-color: #fff;
	color: #000;
	border-radius: 5px;
}


.Btn-2 {
    display: block;
    font-size: 15px;
	letter-spacing: 0.027em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
    width: 40%;
	margin: 3% 0;
	padding: 6px 0 ;
	background-color: #000;
	color: #fff;
}

.Btn-3 {
    display: block;
    font-size: 14px;
	letter-spacing: 0.067em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.5em;
    width: 80%;
	margin: 7% auto 6%;
	padding: 7px;
}

.Btn-4 {
    display: block;
    font-size: 18px;
	letter-spacing: 0.067em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.5em;
    width: 60%;
	margin: 1% auto 6%;
	padding: 10px;
	border: solid 2px #000;
	box-shadow: 3px 3px 0 #000;
}

.c01 {
	background-color: #C1A1C6;
	color: #fff;
}

.c02 {
	background-color: #DAC76C;
	color: #fff;
}

.c03 {
	background-color: #72B3C4;
	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) {
	
	.sticky {
		margin-top: -90px;
		top: 100px;
	}
	
	.btnsticky {
		width: 90px;
		margin: 1% 2%;
	}
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	.Lead {
		font-size: 14px;
		margin: 3% auto ;
		line-height: 1.4em;
	}
	
	.st_wrap {
		width: 100%;
		margin: -220px auto 20px;
	}
	
	.st_wrap h1 {
		font-size: 13px;
        line-height: 1.6em;
	}	
    
	.st_wrap h2 {
		font-size: 18px;
		margin: 5% auto 3%;
		padding: 3px 0;
	}
	
	.st_wrap h3 {
		font-size: 13px;
		padding: 5px;
	}	

	.st_wrap h4 {
		font-size: 14px;
	}
	
    .st_wrap p {
        font-size: 12px;
		line-height: 1.4em;
    }
    
	.name_item {
		font-size: 12px;
	}
	
    
    .ttl {
		width: 90%;
		top: -2%;
		left: 5%;
    }

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.thum_box {
		width: 79%;
		margin: 15% auto 3%;
		padding: 4%;
		flex-direction: column;
	}

	.thumbL {
		width: 100%;
		margin: 0 0 3%;
	}
	
	.icon {
		left: -10%;
		bottom: -4%;
	}
	
	.user_box {
		width: 96%;
		position: relative;
		border-radius: 15px;
		margin: 4% auto;
	}
	
	.user {
	    width: 16%;
		margin: 0 2%;
	}
	
	.balloon-004 {
		padding: .6em .8em;
	}
	
	.balloon-004 p br {
		display: none;
	}
	
	.cap {
		line-height: 1.6em;
	}
	
	.cap span {
		font-size: 8px;
		margin: 1%;
	}
	
	.info_box_2 {
		border-radius: 8px;
	}

	
	
	.Btn-1 {
		width: 70%;
		font-size: 14px;
    	line-height: 1.2em;
		margin: 7% auto 10%;
		padding: 10px 0;
	}
	
	.Btn-2 {
		font-size: 12px;
		margin: 3% 0;
		padding: 6px 0;
    } 
	
	
	.Btn-3 {
		width: 80%;
		font-size: 12px;
    	line-height: 1.2em;
		margin: 7% auto 10%;
		padding: 10px;
	}
	
	.Btn-4 {
		width: 70%;
		font-size: 14px;
	}
	
	
}

