
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*]폜*/
}

.head {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
}

.head img {
    width: 80%;
    max-width: 600px;
}

.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:1% 0;
	margin: 1% auto;	
	text-align: center;
    position: relative;
}

.wrap_content img {
    width: 100%;
}

.bk_pnk {
	width: 100%;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.5em;
	margin:0 auto 5%;
    padding: 5% 0;
	text-align: center;
	background-color: #f9e6dc;
}

.bk_gry {
	width: 100%;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.5em;
	margin:0 auto 5%;
    padding: 3% 0;
	text-align: center;
	background-color: #EEEEEE;
}

.bk_store {
	width: 100%;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.5em;
	margin:5% auto;
    padding: 0;
	text-align: center;
	background-color: #cccccc;
}

.bk_store img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


.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: 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;
}

strong {
    font-size: 130%;
    font-weight: 600;
}

.ttl {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    margin: 2% auto 1%;
    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;
}

.point {
    width: 30px;
    position: absolute;
    top: -50%;
    right: 15%;
}

.box_round {
    margin: 8% auto;
    padding: 14%;
    background-color: #fff;
    border-radius: 25px;
}

.box_round p {
	line-height: 1.6em;
	margin: 2% 0;
}

.box_info {
    width: 88%;
    max-width: 800px;
    margin: 4% auto;
    padding: 2%;
    border: solid 3px #000;
}

.box_info p {
    text-align: left;
}

.link {
    width: 90%;
    max-width: 600px;
    margin: 8% auto;
}

.logo {
    width: 70%;
    max-width: 400px;
    margin: 3% auto;
}

.MB5 {
	margin-bottom: 5%;
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.triangle {
    margin: 10% auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 30px 0 30px;
    border-color: #d00e31 transparent transparent transparent;
}


.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: 6% auto;
	background-color: #b11633;
	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 {
        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;
        margin: 5% auto;
    }
	
    .wrap_content {
        width: 90%;
        padding: 6% 0;
    }
    
	.lead {
		font-size: 13px;
	}
    
    .point {
        width: 20px;
        right: 10%;
    }
    
    .ttl {
        font-size: 22px;
    }
    
    .ttl span {
        font-size: 16px;
    }
    
    .txt {
        font-size: 12px;
    }

    .box_round {
        width: 80%;
        padding: 10%;
    }
    
    .triangle {
        border-width: 25px 20px 0 20px;
        margin: 4% auto;
    }
    
    .w_80 {
        margin: 4% auto;
    }
    
    .w_50 {
        width: 80%;
        margin: 5% auto;
        float: none;
    }
    
    .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;
		font-size: 15px;
		position: relative;
	}
	
	.btn-2 {
		width: 80%;
		padding: 3%;
        margin: 6% auto;
		font-size: 15px;
		position: relative;
	}	
	
}






