@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;
}
/*contents01*/

.flex1 {
    display: flex;
    flex-wrap: wrap;
}
.qa-a {
    width: 580px;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
}
.qa-q.min {
    width: 870px;
    background: url(../faq/images/001.png) left no-repeat;
    height: 60px;
    display: table;
    padding: 20px 0 0 70px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.box01 {
    width: 100%;
    margin-bottom: 80px;
    padding: 0 50px;
}
.qa-a {
    width: 580px;
    position: relative;    
	background: url(../faq/images/002.png) left top no-repeat;
}
.qa-a p {
    padding-left: 70px;
	font-size: 15px;
    line-height: 1.8;
}
.qa-img {
    width: 280px;
    text-align: center;
}











