@charset "UTF-8";
/* CSS Document */

/* main-img-top */
#main-img-top {
    width: 1400px;
    overflow: hidden;
}
.header-wrap {
    width: 100%;
    background: url(../common/images/top-bg.jpg) center top repeat-x;
    position: relative;
    height: 500px;
}
div#main-img-top {
    position: relative;
    width: 1400px;
    height: 500px;
}
h2.h2_title {
    font-size: 67px;
    position: absolute;
    z-index: 10;
    color: #fff;
    top: 250px;
    margin: auto;
    width: 100%;
    text-align: center;
    letter-spacing: 30px;
    text-shadow: 0 0 15px #000;
}
#contents-top {
    width: 100%;
    padding: 80px 0 0;
}
/*contents01*/
.inner2 {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0 45px;
}
.flex1 {
    display: flex;
    flex-wrap: wrap;
}
.flex2 {
    display: flex;
    justify-content: space-between;
}
.mb80{
	margin-bottom: 80px;
}
.mb30{
	margin-bottom: 30px;
}
.mb60{
	margin-bottom: 60px;
}

.box01 {
    width: 870px;
}
.box01 table {
    width: 870px;
    margin: 30px 0;
}
.box01 table tr {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.box01 table tr th {
    padding: 25px 15px;
    font-size: 16px;
    font-weight: normal;
    width: 225px;
    text-align: left;
    vertical-align: middle;
	line-height: 1.8;
	white-space:nowrap;
}
.box01 table tr td {
    padding: 25px 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
	line-height: 1.8;
	word-break: break-all;
}



