
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*]폜*/
}

.head {
    width: 70%;
    margin: 6% auto;
}


.bk_gry {
	width: 100%;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2% auto;
    padding: 3% 0;
	text-align: center;
	background-color: #EEEEEE;
}

.bk_gry .wrap_content {
	width: 90%;
	max-width: 600px;
}


.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: #f5f4d2;
}

.wrap_content {
	width: 100%;
	max-width: 800px;
	padding:1% 0;
	margin: 1% auto;	
	text-align: center;
    position: relative;
}

.wrap_content img {
    width: 100%;
}

.Main {
	width: 100%;
	margin: 0;
}

.w_90 {
	width: 100%;
	margin: 0 0 8%;
}

.red {
    color: #b11633;
}


.st_wrapper h1 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 6% auto 3%;
    padding: 2% 0;
	text-align: center;
    border: solid 3px #000;
    border-radius: 30px;
}

.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: 3% auto;
	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;
}

strong {
    font-size: 130%;
    font-weight: 600;
}



.lead {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9em;
    margin: 2% auto;
	text-align: center;
}


.box_info {
    width: 88%;
    max-width: 800px;
    margin: 6% auto;
    padding: 2%;
    border: solid 1px #000;
	background-color: #fff;
}

.box_info p {
    text-align: left;
}


.box_round {
    margin: 8% auto;
    padding: 14%;
    background-color: #fff;
    border-radius: 25px;
}

.box_round p {
	line-height: 1.6em;
	margin: 2% 0;
}


.logo {
    width: 40%;
    max-width: 300px;
    margin: 3% auto;
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9em;
    margin: 3% auto 2%;
	text-align: left;
}

.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: 10% auto;
	background-color: #000;
	font-size: 23px;
	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;
}

.triangle-button{
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button::after{
    content: '';
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


.clear {
    clear: both;
}

@media only screen and (max-width:750px){
	
    .head {
        padding: 5% 0;
    }
    
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper h1 {
        width: 80%;
		font-size: 16px;
	}
	
	.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;
    }
	
    .wrap_content {
        width: 100%;
        padding: 6% 0;
    }
	
	.box_info {
		margin: 10% auto;
	}
    
	.Main {
		overflow: hidden;
	}
	
	.Main img {
		width: 120%;
		margin: 0 -10%;
	}
	
	.w_90 {
		width: 90%;
		margin: 0 auto;
	}
	
	.lead {
		font-size: 13px;
	}

	.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: 3px;
		position: relative;
	}
	
	.btn-2 {
		width: 80%;
		margin: 8% auto;
		padding: 3%;
		font-size: 12px;
		position: relative;
	}	
	
}






