body{
    margin-right: auto;
    margin-left : auto;
}

/* header */

header {
	background-color: white;
}

.header-inner{
    width:1300px;
    display: table;
    margin:auto;
}

.header-wrap{
    display: table-cell;
    width:820px;
    padding-left: 50px;
}

.top-menu {
    display: table-cell;
    font-family: 'Sawarabi Mincho', sans-serif;
    padding-right: 10px;
    padding-left: 10px;
}

.top-menu-last {
    display: table-cell;
    font-family: 'Sawarabi Mincho', sans-serif;
	padding-left: 7px;
}

.top-menu p{
    padding-right: 0;
    border-right: 2px #dfdfdf solid;
	padding-left: 7px;
}


.top-menu a{
    color: black;
}

.top-meun a:hover{
    color: #1076b4;
    border-bottom: 1px gray solid;
}

.top-menu-last a{
    color: black;
}

.top-meun-last a:hover{
    color: #1076b4;
    border-bottom: 1px gray solid;
}


/* main */

.top{
   padding: 90px 0;
    background-image: url(../img/solution-top.jpg);
    background-size:cover;
    color: white;
    font-family: 'Noto Sans JP', sans-serif;
}

.top-around{
    width:1300px;
    margin:auto;
}

.top h2{
    display: block;
    width:220px;
    padding:3px 6px;
    background-color: #1076b4;
    position: relative;
    left:1050px;
}

.content{
    padding: 40px 50px;
    font-family: 'Noto Sans JP', sans-serif;
    width: 1300px;
    margin:auto;
}

.content p{
    font-size: 16px;
	line-height: 1.5em;
	margin-bottom: -1px;
}


.lightbox-member{
    width:1300px;
    margin:auto;
    text-align: center;
}

/* footer */


footer{
    padding: 10px 0px 20px 0px;
    background-color: #dfdfdf;
    font-family: 'M PLUS 1p', sans-serif;
}

.footer-inner{
    width:1300px;
    margin: auto;
    display: table;
}

.footer-wrap{
    display: table-cell;
    width:1130px;
    padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 0;
}

footer a{
    color:black;
	margin-top: 0;
}

footer a:hover{
    text-decoration: underline;
    color: black;
}

footer p a{
    padding-right: 10px;
    display: table-cell;
}