@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0 0 5%;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
}

.st_wrap h1 {
	font-family: "Lato", sans-serif;
    font-weight: 600;
	font-size: 35px;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;
}

.st_wrap h2 {
    font-weight: 600;
	font-size: 26px;
	text-align: center;
	margin: 1% auto 5%;
    padding: 0;
}

.st_wrap h2 span {
	font-size: 80%;
}

.st_wrap h3 {
    font-weight: 500;
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
	margin: 4% auto 2%;
    padding: 0;
}

.st_wrap h4 {
	font-family: "Lato", sans-serif;
	font-size: 36px;
    font-weight: 700;
	text-align: center;
	margin: 13% auto 6%;
}

.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
	background-color: #009ce6;
	color: #fff;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.st_wrap hr {
	color: #fff;
	margin: 6% 0;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.co01 {
    color: #009ce6;
}

.st_wrap p {
	margin: 5px auto;
    font-size: 13px;    
    line-height: 1.8em;
}


.Main {
	padding: 5% 0;
	margin: 0 auto;
	background: #FCD59D;
	background: linear-gradient(142deg,rgba(252, 213, 157, 1) 0%, rgba(255, 236, 213, 1) 57%, rgba(252, 217, 128, 1) 98%);
}


.sp {
	display:none;
}

.date {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.0845em;
	margin: 0 auto;
	text-align:center;
}

.date strong {
	font-size: 140%;
	font-weight: 500;
}

.col_box {
	background-color: #641ebe;
	margin: 0;
	padding: 10px 0;
	color: #fff;
}

.col_wht_box {
	background-color: #f8f8f8;
	margin: 0 0 2px;
	padding: 5% 0;
	color: #000;
}

.col_gry_box {
	background-color: #e7e7e7;
	margin: 0;
	padding: 5% 0;
	color: #000;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 20px;
	padding:0 ;
	margin: 5% auto;
	line-height: 2em;
}


.name_item {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	margin: 2% 0 0;
	text-align: center;
}

.bloc {
	width: 100%;
	max-width: 700px;
	margin: 2% auto 2%;
}

.step {
	width: 90%;
	max-width: 600px;
	margin: 5% auto 6%;
	position: relative;
}

.bkwht {
	background-color: #fff;
	padding: 1% 0 0;
}

.txt {
	font-size: 13px;
	line-height: 1.6em;
	margin: 5% 3%;
	text-align: left;
}

.icon {
	width: 15%;
	max-width: 90px;
	margin: 2% auto;
}


.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Sml strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #cebf98 30%);
}


.Red {
	color: #FF0004;
}

.clear {
	clear:both;
}

.btn-1 {
    display: block;
    width: 70%;
    max-width: 300px;
    font-size: 16px;
    margin: 3% auto 5%;
    padding: 20px;
    color: #fff;
    background-color: #000;
}

a.btn-1 {
    text-decoration: none;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

  .triangle {
    position: absolute;
    border-bottom: 100px solid transparent;
    border-left: 100px solid #fab400;
	top: 0;
	left: 0;
  }

  .label {
    font-family: "Roboto", sans-serif;	  
    position: absolute;
    top: 5px;
    left: 12px;
    font-size: 38px;
	font-weight: 800;
    color: #fff;
  }

@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}

    .st_wrap p {
        font-size: 12px;
        margin: 0;
		line-height: 1.6em;
    }
    
	.st_wrap h1 {
		font-size: 23px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 18px;
		line-height: 1.6em;
    }
    
    .st_wrap h3 {
        font-size: 15px;
		margin: 7% auto 4%;
    }
    
    .st_wrap h4 {
        font-size: 20px;
        margin: 18% auto 8%;
    }
	
	.st_wrap h5 {
		font-size: 16px;
	}
    
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.txt {
		font-size: 12px;
	}
	
	.date {
		font-size: 12px;
	}
	
	.name_item {
		font-size: 12px;
	}
	
	
	  .triangle {
    border-bottom: 65px solid transparent;
    border-left: 65px solid #fab400;
  }

  .label {
    top: 3px;
    left: 7px;
    font-size: 28px;
  }

	
    .btn-1 {
		width: 60%;
        font-size: 13px;
        margin: 4% auto 8%;
		padding: 10px;
    }
	
}


