
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*]폜*/
}

#top {
    width: 80%;
    max-width: 600px;
    padding: 2% 0;
    margin: 0 auto;
}

.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: 800px;
	padding:0;
	margin: 0 auto;	
	text-align: center;
    position: relative;
}

.st_wrapper img {
    width: 100%;
	vertical-align: bottom;
}

.bk_gradient {
	width: 100%;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.5em;
	margin:0 auto;
    padding: 5% 0;
	text-align: center;
    background: #B2D9F7;
	background: linear-gradient(180deg,rgba(178, 217, 247, 1) 0%, rgba(224, 243, 251, 1) 100%);
}

.bk_gry {
	width: 100%;
	margin: 0 auto;
    padding: 2% 0;
	text-align: center;
	background-color: #f8f8f8;
}

.box_blue {
    width: 80%;
    margin: 0 auto 5%;
    padding: 0 0 4%;
    background-color: #e0f3fb;
}

.bk_blue {
	background-color: #e0f3fb;
}



.red {
    color: #b11633;
}


.st_wrapper h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 4% auto 2%;
	text-align: center;
    color: #0081e1;
}

.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: 17px;
	font-weight: 500;
	line-height: 1.7em;
    margin: 2% auto;
}

strong {
    font-size: 130%;
    font-weight: 600;
}

.ttl {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 5% auto;
    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;
}

.link_box {
    width: 90%;
    max-width: 600px;
    margin: 5% auto;
	display: flex;
	gap: 2%;
}

.link {
    width: 48%;
	background-color: #fff;
	padding: 0 0 4%;
}

.link img {
    width: 100%;
}

.pickimg {
	width: 60%;
	margin: 2% auto;
}

.bdr {
    margin: 6% 0;
    border-bottom: solid 5px #fff;
}


.box_info {
    width: 80%;
    margin: 3% auto;
    padding: 2% 3%;
    background-color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.icon {
    width: 35%;
    float: left;
    margin-right: 5%;
}

.txt {
	width: 60%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em;
	text-align: left;
}

.FL {
    float: left;
}

.FR {
    float: right;
}



.sp {
	display: none;
}

.pc {
	text-align: center;
}


.Sml {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 1% 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 {
	display: block;
	width: 480px;
	margin: 3% auto;
	padding: 2%;
	background-color: #000;
	font-size: 20px;
	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: #000;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
}

a.btn-2 {
    color: #fff;
    text-decoration: none;
}

.clear {
    clear: both;
}

@media only screen and (max-width:750px){
	
    .head {
        padding: 5% 0;
    }
    
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper h1 {
		font-size: 18px;
	}
	
	.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;
    }
    
    .bk_wht {
        width: 94%;
    }
	
    .wrap_content {
        padding: 3% 0;
    }
    
	.lead {
		font-size: 14px;
	}
    
    .ttl {
        font-size: 18px;
    }
    
    .box_info {
        width: 88%;
    }
    
	.box_blue {
		width: 90%;
	}
    
	.icon {
		width: 30%;
		margin-right: 3%;
	}
	
    .txt {
		width: 65%;
        font-size: 13px;
        line-height: 1.5em;
        margin: 2%;
    }
    
    
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
    .Sml {
        font-size: 12px;
        margin: 2% auto;
    }
    
	/* Button 1 */
	.btn-1 {
		width: 70%;
		padding: 3%;
        margin: 6% auto 10%;
		font-size: 13px;
		position: relative;
	}
	
	.btn-2 {
		width: 80%;
		margin: 8% auto;
		padding: 3%;
		font-size: 12px;
		position: relative;
	}	
	
}






