@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: 2px 2px 14px #000;
}
/*contents01*/
.inner2 {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0 45px;
}
.ac{
	text-align: center;
}
.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;
}
.pa50{
	padding: 0 50px;
}
.pt25{
	padding-top: 25px;
}
.bs03 {
    width: 70%;
}
.bs04 {
    width: 30%;
}
.gray {
    background: #f2f2f2;
    width: 100%;
}
.box01 div font {
    font-size: 25px;
}
.box01 div {
    font-size: 45px;
    margin-bottom: 20px;
}
.min.fb {
    font-size: 28px;
    text-align: center;
    width: 100%;
    line-height: 1.5;
}
.f16{
	font-size: 16px;
	line-height: 1.5;
}
.contents_box table tr th {
    padding: 15px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
.contents_box table {
    width: 621px;
    margin: 50px auto;
}
.contents_box table tr td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
.red{
	color: #FF0004;
}
input, select {
    vertical-align: middle;
    padding: 5px;
}
.button button {
    background: #000;
    border: none;
    width: 150px;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 0 15px;
    cursor: pointer;
}
.button {
    text-align: center;
}
.cbn {
    float: left;
    padding-right: 8px;
}
.contents_box p {
    font-size: 16px;
    line-height: 1.8;
}




