@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.Sofiapro_b {
	font-family: "sofia-pro", sans-serif;
	font-weight: 700;
	font-size: 140%;
}

.Roppins_b {
	font-family: "poppins", sans-serif;
	font-weight: 600;
	font-size: 130%;
}

.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: "poppins", sans-serif;
    font-weight: 700;
	font-size: 28px;
	text-align: center;
	margin: 4% auto 1%;
	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: 2% auto;
    padding: 0;
}

.st_wrap h2 strong {
	font-size: 120%;
	font-weight: 600;
}

.st_wrap h3 {
    font-weight:700;
	font-size: 30px;
	line-height: 1.4em;
	margin: 2% auto;
}

.st_wrap h3 span {
	font-family: "sofia-pro", sans-serif;
	font-size: 80%;
}

.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;
}

.Lft {
	text-align: left;
}

.innner {
	padding: 5%;
	position: relative;
}

.bkimg, .bkimg2 {
	width: 100%;
	margin: 0;
	position: relative;
}

.inner_txt {
	position: absolute;
	width: 45%;
	right: 5%;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	text-align: left;
}

.inner_txt2 {
	position: absolute;
	width: 100%;
	top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.t_P {
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	line-height: 1.7em;
}

.sub {
    font-weight: 700;
	font-size: 45px;
	text-align: center;
	margin: 1% auto;
	line-height: 1.4em;
    padding: 0;
}

.sub strong {
	font-size: 120%;
    font-weight: 700;
}

.sub2 {
    font-weight: 600;
	font-size: 38px;
	text-align: center;
	margin: 2% auto 3%;
	line-height: 1.3em;
    padding: 0;
}

.ylw_box {
	margin: 3% auto 6%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.ylw_box span{
	background-color: #e4f915;
	border: solid 1px #000;
	box-sizing: border-box;
	padding: 10px 30px;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.st_wrap hr {
	color: #333;
	margin: 4% 5%;
}

.co01 {
    color: #009ce6;
}

.st_wrap p {
	margin: 5px auto;
    font-size: 15px;    
    line-height: 1.6em;
	font-weight: 500;
}

.icon_box {
	width: 90%;
	margin: 5% auto 8%;
	display: flex;
	justify-content: center;
	gap: 2%;
}

.icon_box img {
	width: 15%;
}

.sp {
	display:none;
}



.col_box {
	background-color: #e4f915;
	margin: 0;
	padding: 3% 0;
}

.col_wht_box {
	width: 90%;
	margin: 3% auto 5%;
	padding: 0 0 10px;
	color: #000;
	background-color: #fff;
	position: relative;
}

.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: 500;
	font-size: 18px;
	margin: 1% auto;
	line-height: 1.6em;
}

.red {
	font-weight: 600;
	color: #d00f31;
}

.wht {
	color: #fff;
}


.bloc {
	width: 90%;
	max-width: 800px;
	margin: 4% auto;
}

.speechBubble {
	position: relative;
	background-color: #999999;
	margin: 0 0 3%;
	padding: 2% 0;
	font-family: "sofia-pro", sans-serif;
	font-weight: 700;
	font-size: 28px;
	font-style: normal;
	color: #fff;
	z-index: 10;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #999999 transparent transparent;
  translate: -50% 100%;
}

.flx {
	width: 80%;
	margin: 4% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.flx_50 {
	width: 48%;
	margin: 0 auto 3%;
}

.link {
	width: 45%;
}

.txt {
	font-size: 13px;
	line-height: 1.6em;
	margin: 5% auto;
	text-align: center;
}

.icon {
	display: inline-block;
	width: 9%;
	margin: 0 0 0 4%;
}

.icon_s {
	display: inline-block;
	width: 4%;
	margin: 0 0 0 2%;
}


.info_box {
	width: 90%;
	margin: 0 auto 5%;
	padding: 0 0 3%;
	border: solid 2px #333;
	box-sizing: border-box;
	text-align: left;
	height: 600px;
	overflow-y: scroll;
	background-color: #fff;
}

.info_box p {
	font-size: 13px;
	text-align: left;
	margin: 3%;	
	font-weight: 400;
}

.info_box_ttl {
	width: 90%;
	background-color: #333;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 2.3em;
	color: #fff;
	margin: 12% auto 0;
}

.Sml {
	font-size: 13px;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.clear {
	clear:both;
}


.icon-files-empty:before {
  content: "\e925";
  font-size: 150%;
  padding-left: 5px;
}

/* コピーボタン */
.copy_btn {
	display: inline;
}

.copy_btn:hover {
	cursor: pointer;
}

.copy_btn_box {
	display: block;
	width: 80%;
	margin: 3% auto;
	border: solid 1px #000;
	padding: 2% 0;
	font-size: 30px;
}

.copy_btn_box:hover {
	cursor: pointer;
}


.btn-1 {
    display: block;
    font-size: 16px;
    margin: 3% auto 2%;
	font-weight: 500;
    color: #000;
	text-decoration: underline;
}

.btn-2 {
    display: block;
    width: 80%;
    max-width: 500px;
	font-weight: 600;
    font-size: 20px;
    margin: 3% auto;
    padding: 30px 0;
    color: #fff;
    background-color: #333;
}

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 #fff;
  border-right: 2px solid #fff;
  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 {
    position: absolute;
    top: 28px;
    left: 15px;
    font-size: 20px;
	font-weight: 600;
    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;
	}

    .st_wrap p {
        font-size: 12px;
        margin: 0;
		line-height: 1.6em;
    }
    
	.st_wrap h1 {
		font-size: 23px;
		margin: 7% auto 4%;
	}	
    
    .st_wrap h2 {
        font-size: 18px;
		line-height: 1.6em;
		margin: 4% auto;
    }
    
    .st_wrap h3 {
        font-size: 18px;
    }
    
	.col_box {
		padding: 5% 0;
	}
	
	.Lead {
		font-size:13px;
	}
	
	.t_P {
		font-size: 13px;
	}
	
	
	.sub {
		font-size: 35px;
	}
	
	.sub2 {
		font-size: 26px;
	}
	
	.icon_box {
		width: 100%;
	}
	
	.innner {
		padding: 3%;
	}
	
	.inner_txt {
		width: 48%;
	}

	.triangle {
	    border-bottom: 70px solid transparent;
    	border-left: 70px solid #999999;
	}
	
	.label {
      top: 13px;
      left: 4px;
      font-size: 14px;
    }

	.speechBubble {
		font-size: 22px;
	}
	
	.speechBubble::after {
		border-width: 20px 15px 0 15px;
	}
	
	.flx {
		width: 100%;
	}
	
	.bkimg {
		padding: 0 0 5%;
	}
		
	.bkimg2 {
		padding: 0 0 15%;
	}
	
	.ylw_box {
		font-size: 17px;
	}
	
	.ylw_box span {
		padding: 5px 20px;
	}
	
	.copy_btn_box {
		font-size: 20px;
	}
	
	.info_box {
		height: 460px;
	}
	
    .btn-1 {
        font-size: 15px;
        margin: 4% auto 8%;
    }
	
	.btn-2 {
		font-size: 14px;
		padding: 20px 0;
		margin: 8% auto 5%; 
	}
	
	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;
	}
	
	.Sml {
		font-size: 11px;
	}
	
}


