@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;
}
#contents-top {
    width: 100%;
    padding: 80px 0 0;
}
h2.h2_title {
    font-size: 67px;
    position: absolute;
    z-index: 10;
    color: #fff;
    top: 250px;
    margin: auto;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 15px #000;
}
/*contents01*/
.inner2 {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}
.flex1 {
    display: flex;
    flex-wrap: wrap;
}
.flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mb80{
	margin-bottom: 80px;
}
.mb30{
	margin-bottom: 30px;
}
.mb60{
	margin-bottom: 60px;
}

.box01 {
    width: 100%;
}
.box01 table {
    width: 100%;
    margin: 30px 0;
}

.box01 table tr {
    border-bottom: 1px solid #808080;
}
.box01 table tr:last-child {
    border-bottom: none;
}
.box01 table tr th {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
    width: 150px;
    text-align: left;
    vertical-align: middle;
    line-height: 1.8;
}
.box01 table tr td {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
	line-height: 1.8;
}
.tr01 {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    height: 435px;
}
.tr02 {
    width: 410px;
    margin-bottom: 50px;
}
.tr01img.red  {
    position: absolute;
    bottom: 0;
    left: 0;
}
.tr01txt.red {
    width: 442px;
    height: 358px;
    position: absolute;
    right: 0;
    background: #831521;
    top: 0;
    padding: 35px;
}
.tr01txt p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}
.tr01txt h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.tr01img.blue {
    position: absolute;
    bottom: 0;
    right: 0;
}
.tr01txt.blue {
    width: 442px;
    height: 358px;
    position: absolute;
    left: 0;
    background: #1c49a2;
    top: 0;
    padding: 35px;
}
