/*
  サポートページ
*/
#SUPPORT {
	width: 100%;
	padding: 0;
}

#SUPPORT h3 {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #0096db;
    color: black;
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 0;
    margin-bottom: 10px;
}


#SUPPORT .box_index {
    margin-top: 0;
    height: auto;
    line-height: inherit;
}

#SUPPORT form {
    width: 100%;
}

#SUPPORT ul.button_select {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

#SUPPORT .button_select li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    float: left;
    width: 200px;
    height: 122px;
    box-sizing: border-box;
    border: solid 2px #e6e6e6;
    border-radius: 3px;
    background-color: white;
    text-align: center;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding: auto;
}

#SUPPORT .title01 {
    margin-top: 10px;
}

#SUPPORT .button_select a:hover li {
    border: solid 2px #e6e6e6;
    color: #0096db;
}
