@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-weight: 700;
	font-size: 38px;
	text-align: center;
	margin: 3% auto;
	line-height: 1.4em;
    padding: 0;
}

.st_wrap h1 strong {
	font-size: 120%;
    font-weight: 700;
}

.st_wrap h2 {
    font-weight: 600;
	font-size: 26px;
	text-align: center;
	margin: 1% auto 2%;
    padding: 0;
}

.st_wrap h2 strong {
	font-size: 120%;
	font-weight: 600;
}

.st_wrap h3 {
    font-weight:700;
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
	margin: 2% auto;
    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: 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: 24px;
	font-weight: 700;
	letter-spacing: 0.0645em;
	line-height: 1.5em;
	margin: 1% auto;
	text-align:center;
}

.date strong {
	font-size: 140%;
	font-weight: 500;
}

.col_box {
	background-color: #d00f31;
	margin: 0;
	padding: 15px 0;
	color: #fff;
}

.col_wht_box {
	width: 90%;
	margin: 0 auto 2px;
	padding: 0 0 1%;
	color: #000;
	background-color: #fff;
}

.col_gry_box {
	width: 90%;
	background-color: #f2f2f2;
	margin: 2% auto 5%;
	padding: 5% 0;
	color: #000;
	position: relative;
}

.Lead {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin: 2% auto;
	line-height: 1.6em;
}

.red {
	font-weight: 600;
	color: #d00f31;
}

.wht {
	color: #fff;
}


.bloc {
	width: 90%;
	max-width: 800px;
	margin: 4% auto;
}

.step {
	background-color: #999999;
	margin: 0 0 3%;
	padding: 1% 0;
	font-family: "sofia-pro", sans-serif;
	font-weight: 700;
	font-size: 55px;
	font-style: normal;
	color: #fff;
}

.flx {
	width: 80%;
	margin: 4% auto;
	display: flex;
	justify-content: space-around;
}

.link {
	width: 45%;
}

.txt {
	font-size: 13px;
	line-height: 1.6em;
	margin: 5% auto;
	text-align: center;
}

.icon {
	width: 15%;
	max-width: 90px;
	margin: 2% auto 0;
}

.info_box {
	width: 90%;
	margin: 0 auto 4%;
	padding: 0 0 3%;
	border: solid 2px #333;
	box-sizing: border-box;
	text-align: left;
	height: 600px;
	overflow-y: scroll;
}

.info_box p {
	font-size: 15px;
	text-align: left;
	margin: 3%;	
}

.info_box_ttl {
	width: 90%;
	margin: 5% auto 0;
	background-color: #333;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 2.3em;
	color: #fff;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.arrow_d {
    margin: 3% auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 50px 0 50px;
    border-color: #e6e6e6 transparent transparent transparent;
}

.clear {
	clear:both;
}

.btn-1 {
    display: block;
    font-size: 18px;
    margin: 3% auto 5%;
	font-weight: 500;
    color: #000;
	text-decoration: underline;
}

.btn-2 {
    display: block;
    width: 80%;
    max-width: 500px;
	font-weight: 600;
    font-size: 20px;
    margin: 5% auto 8%;
    padding: 20px;
    color: #000;
    background-color: #e6e6e6;
}

a.btn-2 {
    text-decoration: none;
}


.btn-arrow-right {
  position: relative;
  display: block;
}

a.btn-arrow-right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}


#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

  .triangle {
    position: absolute;
    border-bottom: 120px solid transparent;
    border-left: 120px solid #999999;
	top: 0;
	left: 0;
  }

  .label {
    font-family: "Roboto", sans-serif;	  
    position: absolute;
    top: 28px;
    left: 15px;
    font-size: 22px;
	font-weight: 800;
    color: #fff;
	transform: rotate(-45deg);
  }

@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;
	}	
    
    .st_wrap h2 {
        font-size: 18px;
		line-height: 1.6em;
		margin: 4% auto;
    }
    
    .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: 17px;
	}
	
	
	  .triangle {
    border-bottom: 65px solid transparent;
    border-left: 65px solid #fab400;
  }

	.label {
      top: 13px;
      left: 4px;
      font-size: 14px;
    }

	.step {
		font-size: 35px;
	}
	
	.flx {
		width: 90%;
	}
	
	.arrow_d {
	    border-width: 35px 30px 0 30px;
	}
	
	.info_box {
		height: 400px;
	}
	
    .btn-1 {
        font-size: 15px;
        margin: 4% auto 8%;
    }
	
	.btn-2 {
		width: 70%;
		font-size: 16px;
		margin: 5% auto 10%;
	}
	
	a.btn-arrow-right::after {
  	right: 15px;
 	width: 12px;
 	height: 12px;
	}
	
	.info_box p {
		font-size: 13px;
		margin: 3%;
	}
	
	
	.info_box_ttl {
		font-size: 18px;
	}
}


