
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*]폜*/
}


.st_wrapper a { color: #000; }

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
}

.wrap_content {
	width: 100%;
	max-width: 700px;
	padding: 3% 0;
	margin: 0 auto;	
	text-align: center;
    position: relative;
}

.wrap_content img {
    width: 100%;
	vertical-align: bottom;
}

.bk_col {
	background-color: #F5F5F5;
	margin: 0 0 15px;
}

.bk_col:last-child {
	margin: 0;
}

.red {
    color: #b11633;
}


.st_wrapper h1 {
	width: 70%;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 6% auto;
	text-align: center;
    color: #000;
}

.st_wrapper h1 strong {
    font-size: 150%;
}

.st_wrapper h2 {
	font-size: 33px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 7% auto 3%;
	text-align: center;
}

.st_wrapper h2 strong {
    font-size: 180%;
}


.st_wrapper h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 2.5em;
	margin: 6% auto 4%;
	text-align: center;
    background-color: #000;
    color: #fff;
}

.st_wrapper p{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8em;
    margin: 3% auto;
}

.visual {
	width: 100%;
	margin: 5% auto;
}

.brackets {   
	position: relative;
    padding: 15px 20px;
    text-align: center;
    margin: 0 auto;
}

.brackets::before {
    border-left: solid 2px #808080;
    border-top: solid 2px #808080;
    top: 0;
    left: 0;
}

.brackets::after {
    border-right: solid 2px #808080;
    border-bottom: solid 2px #808080;
    bottom: 0;
    right: 0;
}

.brackets::before, .brackets::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    display: inline-block;
}


strong {
    font-size: 130%;
    font-weight: 600;
}

.num {
	font-family: "Poppins", sans-serif;
}

.ttl {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin: 3% auto 5%;
    line-height: 1.5em;
    position: relative;
}

.ttl span {
    font-size: 22px;
}

.lead {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9em;
    margin: 2% auto;
	text-align: center;
}


.bdr {
    margin: 6% 0;
    border-bottom: solid 5px #0081e1;
}


.box_flx {
    width: 80%;
    margin: 3% auto;
    padding: 2% 3%;
	display: flex;
	flex-wrap: wrap;
}

.icon {
    width: 35%;
    margin-right: 3%;
}

.box_info {
	width: 62%;
}

.box_info .lead {
	font-weight: 700;
}

.txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7em;
    margin: 2% auto;
	text-align: center;
}

.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.w_90 {
	width: 90%;
}

.w_50 {
	width: 49%;
	margin: 0 auto;
}

.m10_0 {
	margin: 10% auto;
}

.m5_0 {
	margin: 5% auto;
}

.FL {
    float: left;
}

.FR {
    float: right;
}


.sns_box {
	width: 60%;
	max-width: 400px;
	margin: 10% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-around;
	gap: 10%;
}

.sns_box .icon {
	width: 20%;
}


.footerlogo {
	width: 60%;
	max-width: 400px;
	margin: 16% auto 8%;
}




.sp {
	display: none;
}

.pc {
	text-align: center;
}


.Sml {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 1% auto;
    text-align: center;
}



/* General button style (reset) */
.btn {
    display: block;
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


.btn-1 {
	width: 80%;
	max-width: 370px;
	margin: 4% auto 2%;
	padding: 10px 0;
	background-color: #333;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
}

a.btn-1 {
    color: #fff;
    text-decoration: none;
}

.btn-2 {
	width: 480px;
	margin: 4% auto;
	background-color: #333;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

a.btn-2 {
    color: #fff;
    text-decoration: none;
}

.btn-2 .icon {
	width: 10%;
	float: left;
}

.btn-3 {
	width: 80%;
	max-width: 370px;
	margin: 3% auto 10%;
	padding: 10px 0;
	background-color: #333;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
}

a.btn-3 {
    color: #fff;
    text-decoration: none;
}

.clear {
    clear: both;
}

@media only screen and (max-width:750px){
	
    
	.wrap_content {
		width: 90%;
		margin: 0 auto;
	}
	
	.st_wrapper h1 {
		width: 80%;
		font-size: 17px;
	}
	
	.st_wrapper h2 {
		font-size: 15px;
        margin: 6% auto 2%;
	}
    
    .st_wrapper h3 {
        font-size: 17px;
        margin: 8% auto 4%;
    }
    
    .st_wrapper p {
        font-size: 12px;
        margin: 5% auto;
    }
    
	
	.brackets::before, .brackets::after {
	    width: 30px;
    	height: 30px;
	}
	
	
	.lead {
		font-size: 14px;
	}
    
    .ttl {
        font-size: 17px;
    }
    
    .box_flx {
        width: 100%;
		padding: 3% 0;
    }
    
    
    .txt {
        font-size: 13px;
        line-height: 1.5em;
		margin: 2% 4%;
    }
    
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
    .Sml {
        font-size: 10px;
        margin: 4% auto;
    }
    
	/* Button 1 */
	.btn-1 {
		width: 94%;
		padding: 3% 0;
        margin: 6% auto 10%;
		font-size: 12px;
		position: relative;
	}
	
	.btn-2 {
		width: 80%;
		margin: 8% auto;
		padding: 4% 0;
		font-size: 13px;
		position: relative;
	}	
	
	.btn-3 {
		width: 70%;
		margin: 8% auto;
		padding: 3%;
		font-size: 11px;
		position: relative;
	}	
	
}






