
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%;
    max-width: 1000px;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
}

.wrap_content {
	width: 1000px;
	margin: 0 auto;	
    position: relative;
	text-align: center;
}

.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.txt_box{
	margin: 6%;
	line-height: 2;
	letter-spacing: 1.2px;
}

.txt_box span{
	font-size: 1.4rem;
	font-weight: 600;
}

.txt_box2{
	font-size: 20px;
    margin: 6%;
	line-height: 2;
	letter-spacing: 1.2px;
}

.btn{
	width: 40%;
	margin: 5% auto 10%;
	background: #000;
	padding: 3%;
}
a.btn{
	color: #fff!important;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 3% 4%;
}
.triangle{
  display: inline-block;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}

.pc {
    display:block;
}
.sp {
    display:none;
    width: 100%;
}
.my_5{
	margin: 5% 0 10%;
}

@media only screen and (max-width:750px){
	
	.wrap_content {
		width: 100%;
	}
	
	.txt_box{
        font-size: 13px;
		margin: 7%;
	}

    .txt_box span{
        font-size: 15px;
        font-weight: 600;
	}
    .txt_box2{
        font-size: 13px;
    }	
	a.btn{
        font-size: 15px;
	}
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
	
}
