#page_header {
    width: 100%;
    min-width: 1180px;
    height: 440px;
    position: relative;
    text-align: center;
}

#page_header .square_headline {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    height: 200px;
    width: auto;
    min-width: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#page_header .square_headline_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#page_header .title {
    line-height: 1.5;
    font-size: 28px;
}

#page_header .sub_title {
    margin: 5px 0 0 0;
    font-size: 16px;
}

#page_header.no_image {
    background: #f2f2f2;
    position: relative;
}

#archive_catch {
    text-align: center;
}

#archive_catch .catch {
    font-size: 28px;
    line-height: 1.5;
}

#archive_catch .desc {
    line-height: 2.7;
    margin-top: 12px;
}


#archive_faq_list {
    margin: 40px 0 0 0;
    border-bottom: 1px solid #ddd;
}

#archive_faq_list .item {
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff;
}

#archive_faq_list .question {
    font-size: 14px;
    line-height: 2;
    padding: 18px 60px 18px 20px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}

#archive_faq_list .question:hover,
#archive_faq_list .question.active,
#archive_faq_list .question:hover:before,
#archive_faq_list .question.active:before {
    color: #bb1c26;
}

#archive_faq_list .question:before {
    content: '\e90e';
    font-family: 'design_plus';
    color: #666;
    font-size: 12px;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 28px;
    top: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#archive_faq_list .question.active:before {
    content: '\e911';
}

#archive_faq_list .answer {
    padding: 32px 25px 3px;
    background: #f6f9f9;
    display: none;
    border-top: 1px solid #ddd;
	font-size: 14px;
}