@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&family=Poppins:wght@100;200;300;400;500;600&display=swap');

#lp_wrap{
	max-width:1000px;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    padding: 5% 0 0;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
    
}
#lp_wrap ul{
	padding: 0;
	overflow: hidden;
}
#lp_wrap li{
	list-style: none;
}
#lp_wrap a{
    text-decoration: none;
}

.title{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

#lp_head{
    width: 100%;
    text-align: center;
    margin: 10% auto 0;
    display: inline-block;
}
#lp_head .point_box{
    width: 60%;
    text-align: center;
    margin: 0 auto 5%;
    display: inline-block;
}
#lp_head .point_box .title_box{
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-top: #000000 1px solid;
    border-bottom: #000000 3px solid;
    padding: 1% 0;
}
#lp_head .point_box .title_box .title{
    width: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#lp_head .point_box h1{
    font-size: 20px;
    text-align: center;
    margin: 8% auto;
    line-height: 1em;
    font-weight: 500;
}
#lp_head .point_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}
#lp_head .point_box  ul li{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 5%;
}


.lead_p{
	display: block;
    margin: 5% auto 0;
	font-size: 17px;
	line-height: 2.5em;
    letter-spacing: 2px;
	text-align: center;
    font-weight: 500;
}
.lead_s{
    display: none;
}
#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 5% auto;
}
#lp_contents .lead{
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin: 0% auto;
    line-height: 2em;
    font-weight: 400;
}

#lp_contents .lp_box{
    width:100%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#lp_contents .lp_box .main{
    width: 48%;
}
#lp_contents .lp_box .title_box{
    width: 48%;
    display: inline-block;
    margin: 15% auto 0;
}
#lp_contents .lp_box .title_box .no{
    width:80px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#lp_contents .lp_box .title_box .title{
    width:100%;
    text-align: center;
    margin: 4% auto;
    display: block;
}
#lp_contents .lp_box .title_box p{
    font-size: 14px;
    text-align: center;
     margin: 2% auto;
    font-weight: 300;
}
#lp_contents .lp_box .detail{
    width: 48%;
    display: inline-block;
    margin: 2% auto;
}
#lp_contents .lp_box .detail p{
    font-size: 15px;
    text-align: center;
    margin: 5% auto;
    font-weight: 300;
    line-height: 2em;
}

#lp_footer{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    border-top: #000000 1px solid;
    border-bottom: #000000 3px solid;
    padding: 1% 0;
}

#lp_footer .foot{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin: 0% auto 0;
    
}


/**************ボタン****************/
.button001 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 60%;
    padding: 2% 4%;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}






.pc{
    display: flex;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 50%;
}
.hr{
    width: 100%;
    border-bottom: #C3C3C3 1px solid;
    margin: 0% auto 0;
    text-align: center;
}
.Poppins{
    font-family: 'Poppins', sans-serif;
}
.Lato{
    font-family: 'Lato', sans-serif;
}
.mT5{
    margin-top: 5%;
}
.MT10{
    margin-top: 10% ;
}





@media only screen and (max-width:768px){
	#lp_wrap {
		padding: 10% 0 0;
	}
    .title{
        width: 85%;
    }
    #lp_head{
        margin: 15% auto 0;
    }
    #lp_head .point_box{
        width: 90%;
    }
    #lp_head .point_box .title_box{
        padding: 1% 0 2%;
    }
    #lp_head .point_box .title_box .title{
        width: 20%;
    }
    #lp_head .point_box h1{
        font-size: 16px;
        line-height: 2em;
    }
    .lead_p{
		display: none;
	}
    .lead_s{
		width: 94%;
		display: inline-block;
		text-align:center;
		margin: 10% auto 0%;
		line-height: 2.2em;
		font-size: 15px;
        font-weight: 500;
	}
    
    .lead_s span{
        font-size: 130%;
        font-weight: bold;
    }
    #lp_contents .lead{
        font-size: 14px;
        margin: 5% auto 0;
    }
    #lp_contents .lp_box{
        width: 90%;
    }
    #lp_contents .lp_box .main{
        width: 100%;
    }
    #lp_contents .lp_box .title_box {
        width: 100%;
        margin: 5% auto;
    }
    #lp_contents .lp_box .title_box .title{
        width: 90%;
    }
    #lp_contents .lp_box .title_box .no{
        width: 16%;
    }
    #lp_contents .lp_box .title_box p{
        font-size: 12px;
    }
    #lp_contents .lp_box .detail{
        width: 100%;
    }
    #lp_contents .lp_box .detail p{
        font-size: 13px;
    }
    #lp_footer{
        margin: 0 auto;
    }
    #lp_footer .foot{
        font-size: 13px;
        line-height: 3em;
    }
    
    
    .button001 a{
        width: 80%;
        font-size: 12px;
        padding: 3% 4%;
        line-height: 2em;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .MT10{
        margin-top: 15%;
    }
}