/* 
    Created on : 2024/01/29, 13:31:16
    Author     : shimada_ayato
*/
body, html{
    margin: 0;
    padding: 0;
 }
body{
    width: 100%;
    height: 100%;
}
header, main ,footer{
    width: 100%;
}
h2{
    margin:0;
    padding-top:10px;
    padding-bottom:10px;
}
main{
    margin:15px 0px 15px 0px;
}
.push {
    height: 275px;
}
footer{
    background-color: white;
    position: absolute;
    bottom: 0;
    height: 250px;
}
.wrapper{
    margin: 15px;
    min-height: 100vh;
    position: relative;
}
.faq-answer, .error-content{
    white-space: pre-wrap;
    word-break: break-all;
}
body .ui-accordion .ui-accordion-header.ui-state-active {
    color: black;
}

body .ui-accordion .ui-accordion-header.ui-state-active:hover {
    color: white;
}

.footer-title{
    background-color: lightgray;
}
.back-button{
    text-decoration: none;
}
.back-button:hover{
    text-decoration: underline;
}

.error-button{
    width:150px;
    height:50px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 0.5em 1em;
    margin: 5px;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border: 1px solid #333;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    
}

.error-button:active{
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

.error-title{
    font-size: 80px;
    text-align: center;
}

.content-404, .content-500{
    text-align: center;
}
