@charset "utf-8";
/* CSS Document */
p{
	margin: 0;
}
ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
    text-align: center;
}
a:hover{
    text-decoration: none;
}


/* CSS Document */


/*#wrapper a:link { text-decoration: none; }
#wrapper a:visited { color: #000000; }
#wrapper a:hover { color: #000000; }
#wrapper a:active { color: #000000; }*/

#HA_wrapper{
	width: 900px;
	text-align: center;
    margin: 2% auto 0%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;
    display: block;
    padding-bottom: 1%;
  
}
#HA_wrapper h1{
    font-size: 74px;
    text-align: center;
    margin: 0% auto;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0em;
    
}
#HA_wrapper h2{
    font-size: 24px;
    text-align: center;
    margin: 0% auto 0%;
    font-weight: 500;
    line-height: 2em;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    
}
#HA_wrapper h3{
    font-size: 16px;
    text-align: center;
    margin: 1% auto 0%;
    font-weight: 500;
    line-height: 2em;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    background-color: #171717;
    color: #FFFFFF;
}



.Logo{
    text-align:center;
    margin: 0 auto;
    width: 300px;
    
    
}

.lead_p{
    color: #000000;
	display: block;
	margin: 5% auto;
	font-size: 17px;
	line-height:2em;
	letter-spacing: 0.15em;
	text-align: center;
}
.lead_s{
	display: none;
}
.HA_box{
    width: 100%;
    display: inline-block;
    margin: 5% auto 0%;
	text-align: center;
    position: relative;
}
/*********catrgoly********/
.Btn_box{
    max-width: 740px;
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    display: inline-block;
}
.Btn_ct{
    width: 350px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}
.Btn_ct img{
    width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.Btn_ct:hover img{
   opacity: 0.6;
  transition-duration: 0.3s;
}
.Style_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 2% auto 0;
}
.Style li{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 2%;
}
.Item_box{
    width: 98%;
    display: inline-block;
    margin: 2% auto;
    text-align: center;
}
.Item_box p{
    font-size: 17px;
    line-height: 1.7em;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.Item_box img{
    width: 50%;
    margin: 10px auto;
}

.Point_box{
    width: 90%;
    min-height: 120px;
    text-align: center;
    display: inline-block;
    margin: 2% auto 0;
    padding: 5%;
    border: #000000 1px dotted;
}
.Point_box p{
    font-size: 13px;
    text-align: left;
    line-height: 1.6em;
    margin: 10px auto;
}



/*************** BUTTON ***************/

.btn {
	border: none;
	font-family: inherit;
	font-size: 18px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 0% auto 8%;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 1 */
.btn-1 {
	width: 300px;
    border: #000000 2px solid;
    text-align: center;
    margin: 6% auto 0%;
    font-size: 16px;
    font-weight: normal;
    display: block;
    float:none;
    padding: 10px;
    color: #000000;
    font-family: 'Oswald', sans-serif;
}

.btn-1:hover {
    color: #FFFFFF;
    background-color: #000000;
    border: #000000 2px solid;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    
}

.foot_lead{
    font-size:14px;
    text-align: center;
    margin: 8% auto 0;
    line-height: 1.6em;
    letter-spacing: 2px;
    font-weight:700;
}
.foot{
    font-size:20px;
    text-align: center;
    margin: 1% auto 0;
    line-height: 1.6em;
}
.hr{
	width: 100%;
	border-top:1px solid #dddddd;
	text-align: center;
    margin: 10% auto 5%;
}
.hr2{
	width: 50%;
	border-top:1px solid #9B9B9B;
	text-align: center;
    margin: 5% auto ;
}

.Left{
    float: left;
}

.Right{
    float: right;
}
.small{
	font-size:80%;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Mt10{
    margin-top: 10%;
}
.Mt15{
    margin-top: 15%;
}
.Mt5{
    margin-top: 5%;
}



@media only screen and (max-width:750px){
	#HA_wrapper {
		width: 100%;
		text-align: center;
		margin: 8% auto 0%;
		padding: 0% 0% 8%;
		color: #000000;
	}
    
    #HA_wrapper h1{
        font-size:54px;
        margin: 0 auto;
    }
    #HA_wrapper h2{
        font-size: 18px;
        line-height: 1em;
    }
    #HA_wrapper h3{
        font-size: 12px;
    }
    .Logo{
        max-width: 200px;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
	.lead_p{
		display: none;
	}
	.lead_s{
		display: block;
		text-align:center;
		margin: 8% auto 10%;
		line-height:2em;
		font-size: 13px;
		letter-spacing: 0.08em;
		color: #000000;
	}
    .HA_box{
		width: 96%;
        margin: 5% auto 0%;
	}
    .Btn_box{
        width: 100%;
        text-align: center;
        margin: 2% auto 0;
        display: inline-block;
    }
    .Btn_ct{
        width:175px;
        height:175px;
    }
    .Style_box{
        width: 86%;
    }
    .Style li{
        width: 100%;
        padding: 0;
        float: none;
        text-align: center;
        margin-bottom: 15%;
    }
    .Item_box p{
        font-size: 15px;
    }
    
    .Point_box{
        width: 89%;
        padding: 5% 5% 3% 5%;
    }
    
    .Point_box p{
        font-size: 12px;
    }
    
    .btn-1{
        width: 200px;
        margin: 6% auto 0%;
        font-size: 14px;
        font-weight: normal;
        padding: 8px;
        font-family: 'Oswald', sans-serif;
    }
    
    .foot_lead{
        margin: 0% auto 0;
        font-size:12px;
    }
    .foot{
        margin: 10px auto 0;
        font-size: 14px;
    }
    
    .hr{
        margin: 10% auto 0%;
    }
    
    
}

