
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*余白削除*/
}


.st_wrapper a:link { color: #000000;text-decoration: none;}
.st_wrapper a:visited { color: #000000; }
.st_wrapper a:hover { color: #000000; }
.st_wrapper a:active { color: #000000; }

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
}

#Main {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.bk01 {
    background-color: #009be5;
    padding: 2% 3% 3%;
}

.bk02 {
    background-color: #fcee21;
    padding: 2% 3% 3%;
}

.co01 {
    color: #3b006c;
}

.co02 {
    color: #fcee21;
}

.wrap_content {
	width: 100%;
	max-width: 700px;
	padding: 3% 0;
	margin: 0 auto;	
	text-align: center;
}

.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper h1 {
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	margin:0 auto;
	text-align: center;
	color: #000;
}

.st_wrapper h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2% auto;
	text-align: center;
	color: #fff;
}

.st_wrapper h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.9em;
	margin: 1% auto 5%;
	text-align: center;
}

.st_wrapper p{
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8em;
    margin: 2% auto 3%;
}

strong {
    font-size: 130%;
    font-weight: 600;
}

.lead {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7em;
    margin: 6% auto 3%;
}

.ttl {
    width: 80%;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7em;
    margin: 8% auto 3%;
}

.link {
    width: 90%;
    max-width: 600px;
    margin: 3% auto;
}

.box_round {
    width: 94%;
    padding: 0 5% 5%;
    margin: 7% auto;
    border: solid 4px #009be5;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
}

.blc_contant {
    margin: 5% auto;
    display: flex;
    flex-wrap: wrap;
}

.blc {
    width: 31.3%;
    margin: 1%;
}

.blc img {
    width: 100%;
}

.logo_f {
	width: 80%;
	margin: 6% auto;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}


.Sml {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 2% auto;
    text-align: center;
    color: #fff;
}

.blk{color: #000;}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 50px;
	display: inline-block;
	margin: 2% auto;
	letter-spacing: 0.15em;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 350px;
	margin: 2% auto 2%;
	background-color: #3b006c;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
    border-radius: 15px;
	color: #ffffff;
}

.btn-2 {
	width: 460px;
	margin: 8% auto 2%;
	background-color: #FFFFFF;
	border: solid 2px #000;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
}

/* コピーボタン */
.copy_btn {
  width:50%;
  padding: 2% 0;
  margin: 1% auto 3%;
  font-family: 'Inter', sans-serif;    
  color:#000;
  font-size: 40px;
  font-weight:bold;
  background:#fff;
  border-radius: 10px;
  transition: .4s;
  text-align: center;
}
 
.copy_btn:hover {
  background: #ffffff;
  color: #000000;
}
.copy_btn:hover {
	cursor: pointer;
}


/*back to top*/
.gotop{
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 50px;
  color: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}
	
	.st_wrapper h2 {
		font-size: 22px;
        margin: 3% auto;
	}
    
    .st_wrapper h3 {
        font-size: 22px; line-height: 1.6em;
    }
    
    .st_wrapper p {
        font-size: 13px;
    }
	
	.lead {
		font-size: 18px;
	}
    
    .blc_contant {
        width: 96%;
        margin: 5% 2%;
    }
    
    .blc {
        width: 46%;
        margin: 2%;
    }
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
    .Sml {
        font-size: 12px;
        margin: 4% auto;
    }
    
	/* Button 1 */
	.btn-1 {
		width: 65%;
		padding: 3%;
		font-size: 14px;
        border-radius: 10px;
		position: relative;
	}
	
	.btn-2 {
		width: 75%;
		margin: 8% auto;
		padding: 3%;
		font-size: 12px;
		position: relative;
	}	
			
    .copy_btn {
      width:80%;
        font-size: 25px;
    }

	.gotop {
		font-size: 35px;
		padding: 5px;
	}	
	
	
	
}






