@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Lato:wght@100;300;400;700;900&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
*:focus {
  outline: none;
}

#ha_wrap{
    max-width: 1000px;
    width: 100%;
	text-align: center;
    margin: 0 auto;
	color: #000000;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    padding: 5% 0;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
*:focus {
    outline: none;
}


#ha_wrap img{
    width: 100%;
    border: 0;
	vertical-align: bottom;
} 
#ha_wrap ul{
	padding: 0;
	overflow: hidden;
    margin: 0 auto;
}
#ha_wrap li{
	list-style: none;
    margin: 0 auto;
}
#ha_wrap a{
    text-decoration: none;
}
#ha_wrap a:link{
    text-decoration: none;
    opacity: 1;
}
#ha_wrap a:hover{
    opacity: 1;
    text-decoration: none;
}
#ha_wrap h1{
    font-size: 22px;
    text-align: center;
    display: block;
    margin: 2% auto 0;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 22px;
}
#ha_head{
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
#ha_head .title{
    width: 45%;
    text-align: center;
    margin: 0 auto;
}
#ha_head .title_s{
    width: 45%;
    text-align: center;
    margin: 4% auto;
}

#ha_head .lead{
    color: #000000;
	display: block;
	margin: 5% auto;
	font-size: 18px;
    line-height: 2.2em;
    letter-spacing: 1px;
	text-align: center;
    font-weight: 400;
}
#ha_contents{
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    margin: 0% auto;
}
#ha_contents .ha_box{
    width: 100%;
    position: relative;
    margin: 5% auto;
    display: inline-block;
    border: #000000 1px solid;
}
#ha_contents .ha_box .title{
    width: 100%;
    background-color: #2c2b2b;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 2em;
}
#ha_contents .ha_box ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
#ha_contents .ha_box ul li{
    box-sizing: border-box;
    margin: 0 auto;
    border-right: #000000 1px solid;
}
#ha_contents .ha_box ul li:last-child{
    border: none;
}
#ha_contents .ha_box .no{
    width: 100%;
    background: #efefef;
    border-bottom: #000000 1px solid;
    display: inline-block;
    margin: 0 auto;
}
#ha_contents .ha_box .no .img{
    width: 10%;
    text-align: center;
    margin: 3% auto;
}
#ha_contents .ha_box .inner{
    width: 90%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 10% 0;
}
#ha_contents .ha_box .inner .item{
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
    font-weight: 600;
}
#ha_contents .ha_box .inner .img{
    width: 90%;
    text-align: center;
    margin: 8% auto;
}
#ha_contents .ha_box .inner .point_box{
    width: 90%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
#ha_contents .ha_box .inner .point_box .point{
    width: 100%;
    display: inline-block;
    margin: 1% auto;
    text-align: center;
}
#ha_contents .ha_box .inner .point_box .point p{
    width: 93%;
    font-size: 14px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.5em;
    float: right;
}
#ha_contents .ha_box .inner .point_box .point img{
    width: 5%;
    float: left;
}

/*================ ボタン================*/
.btn a {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
    width: 70%;
    margin: 5% auto;
    padding: 2% 20% 2% 8%;
	font-weight: bold;
	background: #7F7F7F;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
.btn a::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.btn a:hover {
	background: #000000;
	color: #fff;
}



.pc{
	display: block;
}
.sp{
	display: none;
}
.Inter{
    font-family: 'Inter', sans-serif;
}

.hr01 {
    width: 35%;
    text-align: center;
	border: 0;
	height: 5px;
	background-image: repeating-linear-gradient(45deg, #979797 0px, #979797 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 5px 5px;
    margin: 8% auto 0%;
}

.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:60%;
}

.clear {
	clear: both;
}



/************************************************************
                sp
************************************************************/

@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
		text-align: center;
        padding: 15% 0 0;
        margin: 0 auto;
		color: #000000;
        display: block;
	}
    #ha_head .title{
        width: 80%;
    }
    #ha_head .title_s{
        width: 80%;
    }
    #ha_contents{
        margin: 10% auto;
    }
    #ha_contents .ha_box{
        width: 96%;
        width: 15% auto;
    }
    #ha_contents .ha_box .title{
        font-size: 16px;
    }
    #ha_contents .ha_box ul {
        grid-template-columns: 1fr;
    }
    #ha_contents .ha_box ul li{
        box-sizing: border-box;
        margin: 0 auto;
        border:none
    }
    #ha_contents .ha_box ul li:last-child{
        border-top: #000000 1px solid;
    }
    #ha_contents .ha_box .inner .item{
        font-size: 16px;
    }
    #ha_contents .ha_box .inner .point_box .point p{
        width: 92%;
        font-size: 13px;
    }
    #ha_contents .ha_box .inner .point_box .point img{
        width: 6%;
    }
    .btn a{
        font-size: 13px;
        width: 80%;
        padding: 3% 20% 3% 5%;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .hr01{
        width: 50%;
        margin: 16% auto 10%;
    }

}

