@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}
*:focus {
  outline: none;
}

.logo_s {
    width: 25%;
    max-width: 150px;
    margin: 4% auto 6%;
}
#wrapper {
    margin: 0 auto 5%;
	width: 100%;
	max-width: 1000px;
	position: relative;
	text-align: center;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    display: block;
    padding: 0%;
    background: #FFFFFF;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

#wrapper img {
    width: 100%;
	border: 0;
	vertical-align: bottom;
    line-height: inherit;
}
#wrapper ul{
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
#wrapper li{
    list-style: none;
}
#wrapper a{
    text-decoration: none;
}

.wrap_content {
	width: 100%;   
	margin: 0 auto;
    padding: 5% 0;
	text-align: center;
}

#wrapper h1 {
	font-family: futura-pt, sans-serif;
	font-weight:500;
	font-size: 40px;
	color: #000;
	text-align: center;
    margin: 5% auto 2%;
    line-height: 1.3em;
    letter-spacing: 1px;
}

#wrapper h1 span {
    font-size: 115%;
}
#wrapper h2 {
	font-family: futura-pt, sans-serif;
	font-weight:500;
	font-size: 18px;
	color: #000;
	text-align: center;
    margin: 0 auto;
    line-height: 1.3em;
    letter-spacing: 4px;
}

#wrapper h1 span {
    font-size: 115%;
}
#wrapper .main{
    width:100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.Lead {
	font-size:14px; 
	font-weight: 400;
	line-height:2.0em;
	text-align: center;
	margin: 5% auto;
    letter-spacing: 2px;
}
#wrapper .item{
    width:100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto;
}
#wrapper .item ul{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-column: auto;
}
#wrapper .item ul li{
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    margin: 4%;
}
.credit{
    width: 60%;
    text-align: left;
    display: inline-block;
    margin: 4% auto 0;
    float: left;
}
.credit p{
	font-family: futura-pt, sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 0px auto 0;
	line-height: 1em;
    text-align: left;
    color: #000000;
}
.buttonImg{
    width: 300px;
    text-align: center;
    display: block;
    margin: 0% auto;
}
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px 10px;
	/*display: inline-block;*/
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}
/* Button 1 */
.btn-1 {
    font-family: futura-pt, sans-serif;
	font-weight: 600;
	margin: 15px auto 10px;
	padding: 10px;
	width: 200px;
	font-size: 16px;
    color: #FFFFFF;
    background-color: #000000;
}
.pc {
	display: block;
}
.sp {
	display:none;
}
.FL {
	float: left;
}

.FR {
	float: right;
}
.Sml {
	font-size: 12px;
	margin: 3px;
}



@media only screen and (max-width:768px){
	#wrapper {
		width: 100%;		
        margin: 0 auto 0%;
        padding: 0% 0% 10%;
        overflow: hidden;
    }		
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
    #wrapper h1{
        font-size: 25px;
    }
    #wrapper h2{
        font-size: 13px;
        letter-spacing: 1px;
    }
    .Lead {
		font-size: 10px;
		margin: 7% auto 5%;
        letter-spacing: 1px;
        line-height: 2.2em;
	}
    .credit p{
        font-size: 13px;
    }
    
    .buttonImg{
        width: 170px;
        margin: 0% auto 0;
    }
	
}
