@charset "utf-8";
/* CSS Document */


/* 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{
	max-width:1000px;
	text-align: center;
    margin: 5% auto;
	color: #000000;
    position: relative;
    display: block;
}
#HA_wrapper ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#HA_wrapper li{
	list-style: none;
}
#HA_wrapper a{
	text-decoration: none;
	color: #000000;
}
.HA_box{
    width: 100%;
    display: inline-block;
	margin: 0% auto;
	text-align: center;
    position: relative;
}

.TitleBox{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.TitleBox .Title{
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 40px;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 600;
}
.TitleBox .Lead{
    text-align: center;
    margin: 3% auto;
    display: block;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
}
.MainImg{
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
}
.MainImg p{
    font-weight: 300;
    line-height: 2em;
}
/*======01======*/
.TxtWarp-1{
    width: 320px;
    position: absolute;
    top: 4%;
    left: 30%;
    display: inline-block;
}
.NoBox-1{
    width: 100%;
    border-left: #000000 4px solid;
    padding-left: 2%;
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 0;
    line-height: 0;
}
.NoBox-1 img{
    width: 20%;
    float: left;
}
.TxtBox-1{
    width: 100%;
    border-left: #000000 1px solid;
    display: inline-block;
    margin: 0 auto;
    padding: 10% 0% 15% 4%;
}
.TxtBox-1 p{
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px;
    margin: 0 auto;
}


/*======02======*/
.TxtWarp-2{
    width: 320px;
    position: absolute;
    top: 25%;
    left: 60%;
    display: inline-block;
}
.NoBox-2{
    width: 100%;
    border-left: #000000 4px solid;
    padding-left: 2%;
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 0;
    line-height: 0;
}
.NoBox-2 img{
    width: 20%;
    float: left;
}
.TxtBox-2{
    width: 100%;
    border-left: #000000 1px solid;
    display: inline-block;
    margin: 0 auto;
    padding: 10% 0% 15% 4%;
}
.TxtBox-2 p{
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px;
    margin: 0 auto;
}

/*======03======*/
.TxtWarp-3{
    width: 350px;
    position: absolute;
    right: 28%;
    top: 75%;
    display: inline-block;
}
.NoBox-3{
    width: 100%;
    border-right: #000000 4px solid;
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 0;
    line-height: 0;
}
.NoBox-3 img{
    width: 20%;
    float: right;
    margin-right: 2%;
}
.TxtBox-3{
    width: 100%;
    border-right: #000000 1px solid;
    display: inline-block;
    margin: 0 auto;
    padding: 10% 0% 15% 0%;
}
.TxtBox-3 p{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 auto;
    float: right;
    margin-right: 4%;
    text-align: right;
    line-height: 2em;
}





.Left{
    float: left;
}
.Right{
    float: right;
}

.small{
	font-size:80%;
}
.small-2{
	font-size:70%;
}
.small-3{
	font-size:60%;
}

.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}


@media only screen and (max-width:750px){
	#HA_wrapper {
		width: 100%;
		text-align: center;
		color: #000000;
        padding-bottom: 5%;
        margin: 10% auto 0;
	}
    
	.HA_box{
		width: 94%;
	}
    .TitleBox .Title{
        font-size: 18px;
    }
    .TitleBox .Lead{
        font-size: 15px;
    }
    .MainImg{
        margin: 7% auto 0;
    }
    
    .TxtWarp-1{
        width: 55%;
        top: 5%;
        left: 45%;
    }
    .NoBox-1 img{
        width:30%;
        margin-left: 4%;
    }
    .TxtBox-1 p{
        font-size: 13px;
        line-height: 2em;
    }
    .TxtBox-1 p br{
        display: none;
    }
    .TxtWarp-2{
        width: 55%;
        top: 40%;
        left: 5%;
    }
    .NoBox-2{
        border-right:#000000 4px solid;
        border-left: none;
    }
    .NoBox-2 img{
        width:30%;
        float: right;
        margin-right: 4%;
    }
    .TxtBox-2{
        border-left: 0;
        border-right: #000000 1px solid;
    }
    .TxtBox-2 p{
        font-size: 13px;
        margin-right: 2%;
    }
    .TxtWarp-3{
        width: 55%;
        top: 75%;
        left: 45%;
    }
    .NoBox-3{
        border-left:4px solid #000000;
        border-right: none;
        padding-left: 2%;
    }
    .NoBox-3 img{
       width:30%;
        float: left;
        margin-left: 4%;
    }
    .TxtBox-3{
        border-left:1px solid #000000;
        border-right: none;
        padding-left: 4%;
    }
    
    .TxtBox-3 p{
        font-size: 13px;
        text-align: left;
    }
    
    
	.pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
  

	

}

