@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;
}
#contents-top {
    width: 100%;
    padding: 80px 0 0;
}
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;
}
/*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;
}
.bs01 {
    width: 410px;
}
.bs01 p{
	font-size: 16px;
	line-height: 1.8;		
}
.box01 {
    width: 100%;
}
.bs02 {
    width: 100%;
}
.bs02 p,.bs03 p {
    font-size: 16px;
	line-height: 1.8;
}
.pt25{
	padding-top: 25px;
}
.bs03 {
    width: 70%;
}
.bs04 {
    width: 30%;
}
.gray ul li:before {
    content: url(images/check.png);
    position: absolute;
    left: -35px;
    top: 2px;
}
.gray ul li {
    font-size: 18px;
    padding-right: 80px;
    line-height: 1.8;
    position: relative;
    min-width: 152px;
}
.gray ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin-left: 30px;
}
.gray {
    background: #f2f2f2;
    width: 100%;
    padding: 20px;
}
.bs01 div {
    border: 1px solid;
    border-radius: 20px;
    height: 135px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
}
.bs01 div font {
    font-size: 40px;
    font-weight: bold;
}
.bs01 div p {
    background: #1c49a2;
    text-align: center;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
    position: relative;
    margin: 0 10px;
}
.bs01 div p:before {
    position: absolute;
    content: ">";
    left: 40px;
}
.bs01 div a {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}


.contents01 {
	text-align:center;
	margin-bottom:60px;
	width:100%;
}

.contents01 a:hover {
	opacity:0.75;
}


p.link-contact a {
	position:static;
	color:#FFF;
}

