@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #000000;	
    font-size: 16px;
}

.st_wrap a{
    text-decoration: none;
}

.st_wrap h1 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin: 3% auto 1%;
    line-height: 1.0em;
	letter-spacing: 0em;
    color: #C41F22;
}

.st_wrap h1 span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 50%;
}

.st_wrap strong {
    font-size: 140%;
}

.st_wrap h2 {
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	margin: 5% auto 2%;
    line-height: 1.8em;
	letter-spacing: 0em;
    color: #000;
  text-decoration: underline;

}

.st_wrap h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 2%;
}
.st_wrap p {
    text-align: left;
    font-size: 14px;
	font-weight: 500;
    line-height: 1.5em;
    margin: 2% auto 0;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

#Main {
    width: 100%;
	max-width: 800px;
	margin: 2% auto 6%;
	position: relative;
}


.wrap_content {
	width: 96%;
	max-width: 1100px;
	margin: 0% auto 0;
	padding: 2%;
	position: relative;
}


.sp {
	display:none;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size:17px;
	font-weight: 500;
	margin:2% auto 0%;
	line-height:1.8em;
	color: #000000;
}
.swp2{
 width:100%;
	max-width: 700px;
	margin:8% auto 3%;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

small {
	font-size: 80%;
}


.clear {
	clear:both;
}


.t_P {
	text-align:center;
	font-size:15px;
	font-weight: 600;
	margin:0px 0 2px;
	line-height: 1.7;
}

.t_T {
	width: 90%;
	text-align:center;
	font-size:13px;
	margin:0% auto 2%;
	font-weight: 500;
}
.t_T2 {
	width: 90%;
	text-align:center;
	font-size:13px;
	margin:5% auto 0%;
	font-weight: 500;
}


.sub {
	width: 100%;
	max-width:260px;
	margin: 0% auto 2%;
}



@media only screen and (max-width: 750px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.Lead {
		font-size:13px;
		margin: 4% auto 0%;
	}
	#Main {
		width: 100%;
	margin: 0% auto 8%;
}

	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}

	
	.st_wrap h1 {
		font-size: 21px;
		margin: 8% auto 1%;
	}	
    
	.st_wrap h2 {
		font-size: 13px;
        padding: 8% auto 4%;
		margin: 12% auto 2%;
	}
	
	.st_wrap h3 {
		font-size: 15px;
		margin: 8% auto 2%;
	}	

    .st_wrap p {
        font-size: .7rem;
        margin: 3% auto 0;
    }
	
	.st_wrap p br {
		display: none;
		padding-right: 10px;
	}
.swp2{
 width:98%;
	margin:5% auto 7%;

}		
    
    .t_P {
        font-size: 12px;
        margin: 2% auto 2%;
    }
    .t_T {
        font-size: 11px;
        margin: 0% auto 2%;
		line-height: 1.9;
    }	
       .t_T2 {
        font-size: 11px;
        margin: 5% auto 0%;
		line-height: 1.9;
    } 

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
.wrap_content {
	width: 100%;
	padding: 0%;
}	
	

	.sub {
		width: 50%;
		margin: -3% auto 4%;
	}

	
}

