﻿.support-footer {
    margin: 40px 0 0;
}
.support-contact {
    padding: 0 0 20px;
    margin: 40px 0 0;
    border-radius: 5px;
    background: #EFEFEF;
    text-align: center;
}
.support-contact .support-contact-txtbox {
    max-width: 650px;
    margin: 0 auto;
}
.support-contact h3.support-contact-ttl {
    margin: 0;
    padding: 15px 30px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    font-size: 24px;
    font-family: 見出ゴMB31;
    color: #FFF;
    background: #0089f0;
}
.support-contact .support-contact-mail {
    display: block;
    margin: 20px 0;
    padding: 20px 30px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    border: 2px solid #c59322;
    color: #fff;
    background: #c59322;
    transition: 0.4s;
}
.support-contact .support-contact-mail:hover {
    color: #c59322;
    background: #fff;
}
.support-contact .support-contact-mail .btn-txt {
    margin: 0 10px;
}
.support-contact .support-contact-mail .btn-txt-small {
    font-size: 14px;
}
.support-contact .support-contact-list {
    list-style: circle;
    text-align: left;
    margin: 30px 20px 0;
}
.support-contact-list li {
    margin: 10px 0;
}
.support-contact .fa {
    position: relative;
    top: -1px;
    margin-right: 5px;
    font-weight: bold;
}

@media screen and (max-width: 640px){
.support-contact {
    margin: 0 10px;
    padding: 0 0 10px;
    font-size: 14px;
}
.support-contact .support-contact-txtbox {
    width: 94%;
}
.support-contact h3.support-contact-ttl {
    padding: 15px 10px;
    font-size: 16px;
}
.support-contact .support-contact-mail {
    margin: 10px 0;
    padding: 10px 15px;
    font-size: 14px;
}
.support-contact .support-contact-mail .btn-txt-small {
    font-size: 11px;
    display: block;
    margin: 5px 0 0;
}
.support-contact .support-contact-list {
    margin: 20px 15px 0;
}
}

.support-footer-wrap {
    background-color: #f0f5f8;
    margin: 0 0 10px;
    padding: 0 0 40px;
    position: relative;
}
.support-footer-wrap h3 {
    margin: 0;
    padding: 20px 30px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    font-size: 24px;
    font-family: 見出ゴMB31;
    text-align: center;
    color: #FFF;
    background: #005c8c;
}
.support-footer-wrap .fixed-img {
    position: absolute;
    top: 15px;
    right: 25px;
}
.support-footer-left {
    display: block;
    float: left;
    width: 550px;
    margin: 20px;
}
.support-footer-right {
    display: block;
    float: left;
    width: 390px;
    background: #f2f7fc;
    line-height: 1.5;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 80px;
}
.support-footer-right .support-footer-title {
    width: 300px;
    margin: 0 0 20px;
}

#supportMemberBox {
    border: 1px solid #005c8c;
    border-right: none;
    border-left: none;
    position: relative;
    max-width: 940px;
    margin: 20px auto;
}
#supportMemberBox h4 {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: -33px;
}
#supportMemberBox h4 span {
    padding: 0 0.5em;
    background: #f0f5f8;
    color: #005c8c;
    font-size: 20px;
}

#supportMemberList,#supportList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto;
    padding: 20px;
}
#supportMemberList li {
    width: 30%;
}
#supportMemberList li a, #supportList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#supportMemberList li a:hover, #supportList li a:hover {
    color: #ee0b00;
}
#supportMemberList li .supportListImg {
    width: 52%;
}
#supportMemberList li .supportListText {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.6;
    box-sizing: border-box;
}
#supportList {
    padding: 40px 40px 20px;
}
#supportList li {
    width: 25%;
}
#supportList .supportListImg {
    width: 40%;
}
#supportList .supportListText {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.6;
    box-sizing: border-box;
}

.supportFooterBtn1 {
    padding: 20px 0 0;
}
.supportFooterBtn1 a, .supportFooterBtn2 a{
    display: block;
    padding: 20px;
    border-radius: 40px;
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
    background-color: #ffc34a;
    border: 2px solid #ffc34a;
    color: #000;
    width: 400px;
    margin: 0 auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
.supportFooterBtn1 a:hover {
    background-color: #fff;
}
.supportFooterBtn2 a {
    color: #005c8c;
    background-color: transparent;
    border: 2px solid #005c8c;
}
.supportFooterBtn2 a:hover {
    background-color: #005c8c;
    color: #fff;
}

@media screen and (max-width: 640px) {
.support-footer * {
    box-sizing: border-box;
}
.support-footer {
    margin: 40px 10px 0;
    padding: 0 0 10px;
    font-size: 14px;
}
.support-footer-wrap {
    padding: 0 0 20px;
}

.supportBox {
    padding: 0 10px;
}

.support-footer-wrap h3 {
    padding: 15px 10px;
    font-size: 16px;
}
.support-footer-wrap .fixed-img {
    width: 80px;
    top: 10px;
    right: 5px;
}

.support-footer-left {
    float: none;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 20px 10px;
}
.support-footer-right {
    float: none;
    width: 100%;
    margin: 0;
}
.support-footer-right .support-footer-title {
    width: 220px;
    height: auto;
}
.support-club-right-inner {
    display: block;
}

#supportMemberBox {
    margin: 30px 0 0;
}
#supportMemberBox h4 {
    top: -28px;
}
#supportMemberBox h4 span {
    font-size: 16px;
}

#supportMemberList {
    margin: 0;
}
#supportMemberList li {
    width: 50%;
    padding: 0 0 20px;
}
#supportMemberList li .supportListImg {
    width: 30%;
}
#supportMemberList li .supportListText {
    width: 70%;
    font-size: 14px;
}
#supportMemberList li .supportListImg img {
    width: auto;
    height: auto;
}

.supportFooterBtn1 a, .supportFooterBtn2 a {
    padding: 10px;
    font-size: 14px;
    width: 90%;
}

#supportList {
    padding: 20px;
    margin: 0;
}
#supportList li {
    width: 50%;
    margin: 0 0 20px;
}
#supportList .supportListImg {
    width: 30%;
}
#supportList .supportListText {
    width: 70%;
    font-size: 14px;
    padding-left: 15px;
}
#supportMemberList, #supportList {
    padding: 20px 20px 0;
}
}