@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');

body{
    margin: 0;
    position: relative;
    font-size: 1em;
    font-family: 'Hina Mincho', serif;
    color: #363636;
}

p{
    margin: 0;
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,select {
    text-transform: none;
}

button,label {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

table{
    border-collapse: collapse;
}

header{
    color: #fff;
    background-color: #363636;
}

header .main-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .open-search-modal-button{
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 10px;
    background-image: url('../img/search_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    background-color: #fff;
}

header .open-search-modal-button:hover{
    opacity: 0.6;
}

article .main-area{
    padding: 1em 0;
}

footer{
    color: #fff;
    background-color: #363636;
}

footer .main-area{
    text-align: right;
}

.title{
    margin: 0;
    font-size: 3em;
    color: #fff;
}

.main-area{
    position: relative;
    width: 90vw;
    margin: 0 auto;
}

.select-container{
    position: relative;
}

.select-container::after {
    content: '\003E';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
    color: #363636;
    font-size: 1em;
    pointer-events: none;
    z-index: 2;
}

.search-select{
    -webkit-appearance: none;
    appearance: none;
}

.copyright{
    color: #fff;
}

.text-red{
    color: #e94545;
}
