
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 {
	max-width: 1000px;
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
}
.st_wrapper img{
	width: 100%;
}
.YuGothicPr6{
	font-family: "yu-gothic-pr6n", sans-serif;
}
.Helvetica{
	font-family: "helvetica-lt-pro", sans-serif;
}
.main{
    width:1000px;
    margin: 0 auto;
}

.bk01 {
	width: 90%;
	text-align: center;
	margin: 0 auto;
    background-color: #a5a180;
    padding: 2% 0% 3%;
}

.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 h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2% auto;
	text-align: center;
	color: #fff;
}

.title {
	font-size: 33px;
	line-height: 1.8em;
	margin: 1% auto 2%;
	text-align: center;
}
.underline{
	border-bottom: #333 1px solid;
}
.small{
	font-size: 70%;
}
.strong{
	font-size: 120%;
	font-weight:700;
}

.lead{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em;
    margin: 6% auto 3%;
	letter-spacing: .5;
}
.notes{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 3% auto 8%;
    text-align: center;
}
.notes2{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    margin: 0% auto;
    text-align: center;
    color: #fff;
}
.notes3{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 2em;
    margin: 2% auto 3%;
	display: inline-block;
}


.link {
    width: 90%;
    max-width: 600px;
    margin: 3% auto;
}

.box_round {
    width: 90%;
    padding: 0 5% 5%;
    margin: 7% auto;
    border: solid 4px #e4e4e4;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
}

.logo_f {
	width: 80%;
	margin: 6% auto;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.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: "helvetica-lt-pro", sans-serif;  
  color:#444;
  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:768px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.lead {
		font-size: 17px;
		letter-spacing: 0.5px;
		margin: 15% auto 0;
	}
	.title{
		font-size: 24px;
		letter-spacing: 0.5px;
	}
	.st_wrapper h2{
		font-size: 20px;
		
	}
	.notes{
		font-size: 13px;
		margin-bottom: 15%;
	}
	.notes2{
		font-size: 13px;
		line-height: 1.5em;

	}
	.notes3{
		line-height: 1.5em;
	}
	.bk01{
		padding: 5% 0;
		
	}
    
    .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;
	}	
	
	
	
}






