
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: 900px;
	padding: 0;
	margin: 1% auto;	
	text-align: center;
    position: relative;
}

.bk01 {
    background-color: #eee;
    padding: 2% 3% 3%;
}

.bk02 {
    background-color: #fcee21;
    padding: 2% 3% 3%;
}

.co01 {
    color: #0092ab;
}

.co02 {
    color: #17517e;
}

#Main {
	width: 100%;
	min-height: 500px;
	margin:0 auto 5%;
    padding: 5px 0;
	text-align: center;
	background-image: url("../images/visual.png") ;
	background-position: center center;
	background-size: cover;
}

#Main img {
    width: 100%;
	max-width: 600px;
    margin: 0 auto;
}


.logo {
    width: 70%;
    max-width: 400px;
    margin: 6% auto;
}

.st_wrapper img {
	width: 100%;
	margin: 0 auto;
	vertical-align: bottom;
}

.st_wrapper h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 6% auto 3%;
    padding: 2% 0;
	text-align: center;
	color: #fff;
    background-color: #000;
}


.st_wrapper h2 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 3% auto 2%;
    padding: 1% 0;
    text-align: center;
}


.st_wrapper h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2% auto 0;
	text-align: center;
}

.st_wrapper p{
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8em;
    margin: 3% auto;
}

strong {
    font-size: 130%;
    font-weight: 600;
}

.r_bdr {
	border-bottom: solid 2px red;
}

.red {
	color: red;
}

.ttl {
    font-size: 25px;
    font-weight: 600;
	line-height: 1.8em;
    text-align: center;
    margin: 3% auto 1%;
}

.lead {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.9em;
    margin: 2% auto;
	text-align: center;
}

.box_info {
    width: 43%;
    margin: 2% 1%;
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.triangle01{ 
    position: absolute;
    top: 40%;
    left: 49%;
    border-top: solid 25px transparent;
    border-right: solid 25px transparent;
    border-bottom: solid 25px transparent;
    border-left: solid 35px #697b91;
}


.txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9em;
    margin: 3% auto 2%;
	text-align: left;
}

.marker_pink {
    background:linear-gradient(transparent 60%, #f7e3da 60%);
}

.marker_wht {
    background:linear-gradient(transparent 60%, #fff 60%);
}


.w_80 {
    width: 80%;
    max-width: 500px;
    margin: 5% auto;
}

.w_80 img {
    width: 100%;
}

.box_round {
    width: 70%;
    max-width: 650px;
    padding: 3%;
    margin: 6% auto 3%;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.9em;
    background-color: #eee;
    border-radius: 30px;
	border: solid 3px #000;
}

.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;
	
}


/* Button 1 */
.btn-1 {
	width: 480px;
	margin: 4% auto;
	background-color: #777;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
    border-radius: 10px;
	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;
    border-radius: 10px;
}

a.btn-2 {
    color: #fff;
    text-decoration: none;
}

.clear {
    clear: both;
}

@media only screen and (max-width:750px){
	
	#Main {
		min-height: 260px;
	}
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}
	
	.st_wrapper h2 {
		font-size: 15px;
        margin: 3% auto 0;
	}
    
    .st_wrapper h3 {
        font-size: 17px;
        margin: 2% auto;
    }
    
    .st_wrapper p {
        font-size: 12px;
        margin: 5% auto;
    }
	
    .wrap_content {
        width: 96%;
        margin: 3% auto;
    }
    
	.lead {
		font-size: 13px;
	}
    
    .ttl {
        font-size: 15px;
    }
    
    .txt {
        font-size: 12px;
    }

    .box_round {
        width: 90%;
        font-size: 12px;
        margin: 5% auto 10%;
        border-radius: 10px;
    }
    
    .w_80 {
        margin: 4% auto;
    }
    
    .box_info p {
        text-align: left;
    }
    
    .triangle01 {
        top: 30%;
        left: 48%;
        border-top: solid 15px transparent;
        border-right: solid 15px transparent;
        border-bottom: solid 15px transparent;
        border-left: solid 22px #697b91;
    }

	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
    .Sml {
        font-size: 12px;
        margin: 4% auto;
    }
    
	/* Button 1 */
	.btn-1 {
		width: 80%;
		padding: 3%;
        margin: 6% auto 10%;
		font-size: 14px;
        border-radius: 10px;
		position: relative;
	}
	
	.btn-2 {
		width: 80%;
		margin: 8% auto;
		padding: 3%;
		font-size: 12px;
		position: relative;
	}	
	
}






