@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.st_wrap a {
    text-decoration: none;
}

.st_wrap {
	clear: both;
	width:97%;
	max-width: 1000px;
	padding: 0;
	margin:0 auto 20px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 600;
	color: #000;	
    text-align: center;
}

.st_wrap h1 {
    font-weight: 400;
    font-size: 38px;
	text-align: center;
    letter-spacing: 0.085em;
    margin: 3% auto;
    color: #6dabea;
    position: relative;
}

.st_wrap h2 {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    margin: 4% auto 2%;
    color: #420E48;
}

.st_wrap h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 7% auto 4%;
    color: #000;
}
.st_wrap p {
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 300;
	padding:0;
	margin: 2% auto;
    text-align: center;
    color: #000;
}

.box_wrap {
    width: 90%;
    margin: 2% auto;
    padding: 2%;
    border: solid 2px #eee;
    text-align: center;
}

.sub {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin: 6% auto 1%;
}

.ttl {
    font-size: 45px;
    line-height: 1.0em;
    font-weight: 400;
    text-align: center;
    margin: 1% auto 4%;
}

.ttl span {
    background:linear-gradient(transparent 70%, #9bc5f0 70%);
}

.thumb {
    width: 46%;
    margin: 2%;
    float: left;
}

.thumb_m {
    width: 46%;
    margin: 2% auto;
}

.thumb img, .thumb_m img {
    width: 100%;
}

.sp {
	display:none;
}

.Lead {
	font-weight:300;
	text-align: center;
	font-size: 15px;
    margin: 2% auto;
	line-height:1.7em;
    color: #000;
}

.clear {
	clear:both;
}

.btn_box {
    width: 70%;
    margin: 3% auto;
    display: flex;
    flex-direction: row;
}


.Btn_s {
    width: 160px;
    margin: 2% auto;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
	margin: 1% auto 3%;
    font-size: 16px;
	padding: 2% 6%;
	color: #777;
    border: solid 2px #777;
    border-radius: 3px;
    transition: .3s;
}

a.Btn-1:hover {
  background: #eee;
}

.Btn-1-active{
	margin: 1% auto 3%;
    font-size: 16px;
	padding: 2% 6%;
	color: #fff;
    border: solid 2px #777;
    border-radius: 3px;
    background-color: #777;
}

.Btn-2 {
	margin: 3% auto;
    font-size: 18px;
    font-weight: 300;
	padding: 2% 8%;
    text-align: center;
	background-color: #9bc5f0;
	color: #000;
}

.sp {
    display: none;
}

@media only screen and (max-width: 750px) {
	#Main {
	margin:0 auto 5%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
    
	.Lead {
		font-size:13px;
        line-height: 1.7em;
        margin: 5% auto;
	}
	
	.st_wrap {
		width: 97%;
		margin: 0 auto 1%;
        overflow: hidden;        
	}

    .st_wrap p {
        font-size: 12px;
        line-height: 1.6em;
        text-align: left;
    }
    
	.st_wrap h1 {
        font-size: 20px;
	}	
    
    .st_wrap h2 {
        font-size: 15px;
    }
    
	.st_wrap h3 {
		font-size: 13px;
		margin: 6% auto 3%;
	}	
    
    .bdr {
        height: 30px;
    }
    
    .btn_box {
        width: 90%;
    }
    
    .sub {
        font-size: 14px;
    }
    
    .ttl {
        font-size: 28px;
        line-height: 1.5em;
    }
    
    .thumb {
        width: 48%;
        margin: 1%;
    }
    
    .thumb_m {
        width: 48%;
        margin: 1% auto;
    }
    
    .Btn-1, .Btn-1-active {
        font-size: 12px;
    }
	
    .Btn-2 {
        font-size: 12px;
    }

	
	.br_sp {
		display: block;
	}
	
    .Btn_s {
        width: 80%;
		margin: 1% auto 7%;
    }	
    .sp {
        display: block;
    }
}

