@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;
}
/*contents01*/
.top2 {
    height: 568px;
	background:url(images/top2.jpg)center top;
	width: 100%;	
}
.top2_cont {
    width: 515px;
    margin: auto;
    text-align: center;
    position: absolute;
    right: 100px;
    top: 75px;
}
.top2_cont h2 font {
    font-size: 20px;
    line-height: 1.8;
}
.top2_cont h2 {
    font-size: 48px;
    color: #fff;
    text-shadow: 4px 4px 7px #000;
    margin-bottom: 50px;
    letter-spacing: 10px;
}
.top2_cont p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 4px 4px 7px;
    margin: 0 0 60px;
}

.flex-c {
    display: flex;
    justify-content: center;
}
.sec03 h2 {
    font-size: 57px;
    text-align: center;
    height: 150px;
    padding: 50px 0;
}
.sec03 h3 {
    height: 120px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 34px;
    padding: 35px 0 0;
}
.sec03 h3 p {
    font-size: 16px;
    line-height: 0;
}
.sec03-01 {
    width: 960px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}
.sec03-01b {
    width: 480px;
}
.sec03-01a p {
    font-size: 16px;
    line-height: 1.8;
    position: relative;
}
.sec03-01a {
    width: 480px;
    position: relative;
    padding: 0 20px;
}
.sec03-01c {
    width: 960px;
    margin: 30px 0;
}
.sec03-01a h4 {
    font-size: 47px;
    padding: 35px 0;
    position: relative;
    z-index: 1;
}
.num {
    font-size: 166px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fdd79d;
    z-index: 0;
}
.sec03-01c ul {
    display: flex;
    flex-wrap: wrap;
}
.sec03-01c ul li {
	width: 320px;
	height: 320px;
}
.sec03-01c ul li img {
	width: 100%;
	height: auto;
}
.link_b a {
    font-size: 26px;
    color: #fff;
    background: #831521;
    font-weight: bold;
    padding: 10px 5%;
    border-radius: 10px;
}
.link_b {
	margin: 80px auto;
	width: 100%;	
	text-align: center;
}
.flex-b {
    margin: 50px 0 100px;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.flex-b p {
    width: 480px;
    text-align: center;
}
.contents-box p a.blue {
    background: #1c49a2;
    padding: 15px 20%;
    border-radius: 10px;
    font-size: 26px;
    color: #fff;
}
.contents-box p a.yell {
    background: #fbb03b;
    padding: 15px 15%;
    border-radius: 10px;
    font-size: 26px;
    color: #fff;
}

.sec04 {
    width: 960px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.sec04_a h5 {
    font-size: 26px;
    border-left: 5px solid;
    padding-left: 20px;
    padding-top: 5px;
}
.sec04_a table tr {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.sec04_a h5 {
    font-size: 26px;
    border-left: 5px solid;
    padding-left: 20px;
    padding-top: 5px;
    margin-bottom: 20px;
}
.sec04_a{
	width: 450px;
}
.sec04_a table {
    width: 100%;
}
.sec04_a table tr th {
    padding: 0 0 0 5px;
    text-align: left;
    vertical-align: middle;
    width: 130px;
    font-size: 16px;
    font-weight: normal;
}
.sec04_a table tr td {
    padding: 12px 0;
    line-height: 1.9;
	font-size: 14px;
	width: 345px;
}