
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: 2% 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
    background-color: #f4f6f6;
}

.wrap_content {
	width: 100%;
	max-width: 1000px;
	padding:0;
	margin: 0 auto;	
	text-align: center;
    position: relative;
}

.wrap_content img {
    width: 100%;
}

.logo {
    width: 60%;
    margin: 5% auto 3%;
}

.bk_gry {
    width: 100%;
    margin: 5% auto;
    padding: 0 0 3%;
    border-radius: 30px;
    background-color: #f4f6f6;
}

.st_wrapper h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 4% auto 2%;
	text-align: center;
    color: #000;
}

.st_wrapper h1 span {
    border-bottom: solid 4px #000;
}


.st_wrapper h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 2% auto 3%;
	text-align: center;
}


.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: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8em;
    margin: 3% auto;
}

strong {
    font-size: 130%;
    font-weight: 600;
}

.ttl {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 1% auto;
    line-height: 1.5em;
}


.lead {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em;
    margin: 2% auto;
	text-align: center;
}

.box_wht {
    width: 50%;
    max-width: 650px;
    margin: 4% auto;
    padding: 2%;
    background-color: #fff;
    border-radius: 20px;
}

.box_info {
    width: 48%;
    margin: 3% 1%;
    float: left;
}

.box_info img {
    width: 100%;
}

.box_info a {
    text-decoration: none;
}

.box_way {
    width: 80%;
    margin: 2% auto;
    line-height: 85px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.icon {
    width: 80px;
    margin-right: 10px;
    float: left;
}


.bdr {
    border: solid 2px #eee;
    margin: 7% auto;
}

.FL {
    float: left;
}

.FR {
    float: right;
}



.sp {
	display: none;
}



.Sml {
    font-size: 13px;
    font-weight: 500;
    line-height: 2.0em;
    margin: 3% auto;
    text-align: center;
}


.btn_more {
    width: 70%;
    max-width: 400px;
    margin: 6% auto;
}

/* 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;
	
}


/* Button 1 */
.btn-1 {
    width: 30%;
	margin: 6% auto 6%;
    padding: 1%;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 600;
    background-color: #fff;
    border-radius: 20px;
}

a.btn-1 {
    text-decoration: none;
    color: #000;
}

.btn-2 {
	width: 480px;
	margin: 3% auto;
	background-color: #fe009c;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
    border-radius: 15px;
}

a.btn-2 {
    color: #fff;
    text-decoration: none;
}

.btn-3 {
	width: 480px;
	margin: 6% auto;
	background-color: #000;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 600;
    border-radius: 15px;
}

a.btn-3 {
    color: #fff;
    text-decoration: none;
}



.clear {
    clear: both;
}

@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper h1 {
		font-size: 30px;
	}
	
    .st_wrapper h1 span {
        border-bottom: solid 3px #000;
    }
    
	.st_wrapper h2 {
		font-size: 17px;
        margin: 6% auto 2%;
	}
    
    .st_wrapper h3 {
        font-size: 17px;
        margin: 8% auto 4%;
    }
    
    .st_wrapper p {
        font-size: 12px;
        margin: 5% auto;
    }
    
    
    .bk_wht {
        width: 94%;
    }
	
    .wrap_content {
        padding: 3% 0 0;
    }
    
    .ttl {
        font-size: 22px;
    }
    
	.lead {
		font-size: 16px;
        margin: 4% auto;
	}
    
    
    
    .box_wht {
        width: 86%;
        border-radius: 15px;
    }
    
    
    .box_info {
        width: 80%;
        margin: 3% auto;
        float: none;
    }

    .box_way {
        width: 90%;
        font-size: 15px;
        line-height: 60px;
    }
    
    .icon {
        width: 60px;
    }
    
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
    .Sml {
        font-size: 12px;
        margin: 4% auto;
    }
    
    .bk_gry {
        border-radius: 20px 20px 0 0;
    }
    
	/* Button 1 */
	.btn-1 {
        width: 75%;
		font-size: 13px;
	}
	
	.btn-2, .btn-3 {
		width: 70%;
		margin: 8% auto;
		padding: 3%;
		font-size: 14px;
        border-radius: 10px;
	}	
	
}






