body{
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif,'Noto Sans JP', sans-serif;
	margin:0;
	padding:0;
    min-height: 100vh;
    position: relative;
	line-height:1.6;
    letter-spacing: 0.1em;
	font-size:14px;
	-webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    color: #000000;
}
a{
    text-decoration: none;
}
.box {
    width: 830px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #796Baa;
    padding:40px 15px 30px;
}

.lp_link {
    text-align: center;
    transition: all.2s;
}
.site_box {
    text-align: center;
}
.btn_flex {
    display: flex;
    justify-content:space-between;
    width: 75%;
    margin: 20px auto 0px;
}
.link_site{display: inline-block;}
.link_site a {
    color: #666666;
    border: #666666 1px solid;
    padding: 5px;
    width: 170px;
    display: block;
    border-radius: 7px;
    font-size: 13px;
    margin: 20px auto;
    transition: all.3s;
    text-align: center;
}
.company_logo:hover,.lp_link:hover{opacity: 0.7;}
.link_site:hover a{
    background: #666666;
    color: #ffffff;
}
@media(max-width:900px){
    .box {width: 90%;}
    .lp_link {
        width: 98%;
        margin: 0 auto;
    }
    .lp_link a img{width: 100%;}
    .btn_flex {width: 83%;}
}
@media(max-width:759px){
    .box {width: 85%;}
    .company_logo a img{width: 100%;}
    .btn_flex {display:block;}
    .site_box{
        margin: 0 auto;
        width: 90%;
    }
}