/*
Theme Name: mannnavi
*/

body{
    background-color: #fff;
}

.page-box .txt .alignleft {
float: left;
}

.page-box .txt .alignright {
float: right;
}

.page-box .txt .aligncenter {
display: block;
margin: 0 auto;
}
.page-box .txt .about01 {
height: 500px;
margin-bottom: 40px;
}

.page-box .txt .about02 {
height: 400px;
margin-bottom: 40px;
}

.page-box .txt .about03 {
height: 640px;
margin-bottom: 40px;
}

.page-box .txt .about04 {
height: 410px;
margin-bottom: 40px;
}

.page-box .txt .about05 {
height: 440px;
margin-bottom: 40px;
}

.page-box .txt .about06 {
height: 400px;
margin-bottom: 40px;
}

.page-box .txt .about07 {
height: 430px;
margin-bottom: 40px;
}

.contact_button a{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #000;
    width: 540px;
    height: 70px;
    line-height: 66px;
    font-weight: 500;
    border: #000 solid 1px;
    position: relative;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    border-radius:3px;
}

.contact_button a:hover{
    cursor: pointer;
    opacity:0.7;
}

.credit {
	margin-top: -40px;
}

@media screen and (max-width: 767px) {
.contact_button a{
    width: 100%;
}
}