@charset "UTF-8";
/* --------------------------------------------------
 Base
-------------------------------------------------- */

body, ol, ul, dl, li, dt, dd, table, th, td, input, textarea, select, h1, h2, h3, h4, h5, h6 {
    color: rgb(68, 68, 68);
    font-size: 12px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Noto Sans Japanese', Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    /* Gothic */
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    line-height: 1.5;
    font-size: 100%;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    -ms-word-break: break-all;
    position: relative;
    overflow-x: hidden;
}

.topBor {
    background: url(../../img/common/bg-topBorder.jpg) center top repeat-x;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 85%;
    }
}

img {
    max-width: 100%;
    vertical-align: middle;
}

input {
    padding: 7px 10px;
    box-sizing: border-box;
}

textarea {
    padding: 7px 10px;
    box-sizing: border-box;
}

ul>li {
    list-style-type: none;
}

ol {
    margin: 0px 0px 0px 21px;
}

ol>li {
    list-style: decimal outside;
    margin: 0px 0px 3%;
}

a:link, a:visited {
    color: rgb(68, 68, 68);
    text-decoration: underline;
    outline: 0;
}

a:hover, a:active {
    color: #402c1a;
    text-decoration: none;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #4f2b14;
}

strong {
    font-style: normal;
    font-weight: bold;
}

input[submit] {
    cursor: pointer;
}

:root {
    --main-color: #402c1a;
}

:root {
    --sub-color: #c7c7c7;
}

/* --------------------------------------------------
 Wrapper
-------------------------------------------------- */

#header {
    width: 100%;
}

#header #gNav {
    background-color: #402c1a;
}

#header #gNav.fixNav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

#header #gNav>ul {
    letter-spacing: -0.4em;
    text-align: center;
}

#header #gNav>ul>li {
    letter-spacing: normal;
    padding: 8px 0px;
    margin: 2px 0;
    display: inline-block;
    width: 200px;
    height: 24px;
    text-align: center;
}

ul.clearfix li {
    border-left: 1px solid #f6fafd;
}

ul.clearfix li:nth-child(5) {
    border-right: 1px solid #f6fafd;
}

#header #gNav>ul>li>a {
    font-size: 140%;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: all 200ms ease-in-out;
}

#header #gNav>ul>li>a:hover {
    opacity: 0.5;
}

.headerBar {
    width: 100%;
    height: 105px;
    max-width: 1000px;
    padding: 4px 0%;
    margin: 0 auto;
    box-sizing: border-box;
}

.headerBar a {
    text-decoration: none;
}

.headerBar .ttl {
    float: left;
    width: 100%;
}

.headerBar .ttl img {
    float: left;
}

.headerBar .ttl .txt {
    float: left;
    line-height: 50px;
    font-size: 120%;
    margin-left: 10px;
}

.headerBar .ttl .txt2 {
    float: left;
    line-height: 58px;
    font-size: 120%;
    margin-left: 10px;
}

.headerBar .ttl .txt3 {
    float: left;
    line-height: 29px;
    font-size: 120%;
    margin-left: 15px;
}

.headerBar .ttl .txt3 .txtStyle1 {
    font-size: 160%;
    font-weight: bold;
    color: #402c1a;
    letter-spacing: 1px;
}

.headerBar .ttl .txt br {
    display: none;
}

.headerBar .btnBlc {
    padding-top: 20px;
    margin-right: 15px;
    float: right;
}

.headerBar .btnBlc a {
    text-align: center;
    font-size: 85%;
    font-weight: bold;
    color: #402c1a;
    border: 1px solid #402c1a;
    padding: 5px 20px;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
}

.headerBar .detBlc {
    position: relative;
    display: table;
    float: right;
    height: auto;
}

.headerBar .detBlc>a {
    display: table-cell;
    vertical-align: middle;
    margin-right: 2%;
}

#headTxt {
    width: 100%;
    max-width: 1000px;
    padding: 1%;
    margin: 0 auto;
    box-sizing: border-box;
}

#headTxt a {
    text-decoration: none;
}

#headTxt>h1 {
    float: left;
    font-size: 80%;
}

#headTxt>span {
    float: right;
    font-size: 80%;
}

#headerMain {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

#headerMain {
    text-align: center;
    background: url(../../img/common/cover_01.jpg) no-repeat center top rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.top {
    text-align: center;
    background: url(../../img/index/cover_01.jpg) no-repeat center top rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.howto {
    text-align: center;
    background: url(../../img/howto/cover_01.jpg) no-repeat center top rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.catagory {
    text-align: center;
    background: url(../../img/catagory/cover_01.jpg) no-repeat center top rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.faq {
    text-align: center;
    background: url(../../img/faq/cover_01.jpg) no-repeat center top rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.disclaimer {
    text-align: center;
    background: url(../../img/disclaimer/cover_01.jpg) no-repeat center top rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.privacy {
    text-align: center;
    background: url(../../img/privacy/cover_01.jpg) no-repeat center top rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.company {
    text-align: center;
    background: url(../../img/company/cover_01.jpg) no-repeat center top rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.inquiry {
    text-align: center;
    background: url(../../img/inquiry/cover_01.jpg) no-repeat top right rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.post_inquiry {
    text-align: center;
    background: url(../../img/post_inquiry/cover_01.jpg) no-repeat top right rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.bridge {
    text-align: left;
    background: url(../../img/bridge/cover_02.jpg) no-repeat top right rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.enduser {
    text-align: center;
    background: url(../../img/end_user/cover_01.jpg) no-repeat top right rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.postcompany {
    text-align: center;
    background: url(../../img/post_company/cover_01.jpg) no-repeat top right rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.register {
    text-align: center;
    background: url(../../img/register_selection/cover_01.jpg) no-repeat center top rgb(255, 255, 255);
    background-size: cover;
}

#headerMain.appCompany {
    text-align: center;
    background: url(../../img/app_company/cover_01.jpg) no-repeat center center rgb(255, 255, 255);
    background-size: cover;
}

#headerPagem {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 450px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bridge>#headerPagem {
    height: auto;
}

#headerPagem>ul {
    position: absolute;
    width: 230px;
    top: 5%;
    right: 1%;
}

#headerPagem>ul>li>a {
    float: right;
    text-align: center;
    list-style-type: none;
    width: 48%;
    font-size: 100%;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 2%;
    margin: 0 1%;
    box-sizing: border-box;
    text-decoration: none;
}

#headerPagem>.ttlTop>img {
    width: 160px;
}

#headerPagem>.ttlTop>h1 {
    font-size: 340%;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

#headerPagem>.ttlTop>h2 {
    font-size: 210%;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

#headerPagem>.ttlBridge {
    padding: 4%;
}

#headerPagem>.ttlBridge>img {
    width: 180px;
    vertical-align: top;
}

#headerPagem>.ttlBridge>h1 {
    display: inline-block;
    width: 70%;
    font-size: 170%;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-left: 3%;
    padding: 2% 0;
}

@media screen and (max-width: 1200px) {
    .logo-img {
        width: 111px;
    }
    .logo-img img {
        width: 100%;
        float: left;
    }
    .headerBar .detBlc {
        display: none;
        /* position: relative;
    display: table;
    float: right;
    height: auto;*/
    }
    #pure-toggle-right {
        display: none;
    }
    .topBor {
        background: url(http://localhost/eakon-erabu/img/common/bg-topBorder.jpg) center top repeat-x;
    }
}

@media screen and (max-width: 1024px) {
    .headerBar .detBlc {
        top: 17px;
        left: 27px !important;
    }
    .headerBar {
        padding: 8px 5%;
    }
    #inner {
        width: 100% !important;
    }
}

@media screen and (max-width: 850px) {
    .headerBar .detBlc {
        top: -65px !important;
        left: 80px !important;
    }
    .headerBar {
        width: 87%;
        height: 84px;
        max-width: none;
        padding: 4px 0%;
        margin: 0 0;
    }
    .headerBar .ttl {
        float: left;
        width: 100%;
        margin: 0;
    }
    .headerBar .ttl {
        float: left;
        width: 100%;
        margin: 0;
    }
    ul.clearfix li {
        border-left: none;
    }
    ul.clearfix li:nth-child(5) {
        border-right: none;
    }
    #header #gNav>ul>li {
        width: 20%;
    }
    .btmPageTop {
        float: right;
        padding: 10px 0 7px 0;
        width: 100%;
        background-color: #000;
        text-align: right;
    }
    #inner {
        width: 100% !important;
    }
    #header #gNav>ul>li>a {
        width: 100%;
        text-indent: 0;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        boxing-sizing: border-box;
        -moz-transition: color 0.5s ease-out;
    }
    #headerPagem>.ttlBridge {
        padding-top: 8%;
    }
    #headerPagem>.ttlBridge>h1 {
        font-size: 160%;
    }
}

@media screen and (max-width: 768px) {
    .fmenu {
        padding: 15px 0 0 85px !important;
    }
    .btmPageTop {
        padding: 28px 10px 10px 0 !important;
    }
    #headerPagem>.ttlBridge {
        text-align: center;
    }
    #headerPagem>.ttlTop>h1 {
        font-size: 270%;
    }
    #headerPagem>.ttlTop>h2 {
        font-size: 180%;
    }
    #headerPagem>.ttlBridge>h1 {
        display: block;
        width: 100%;
        font-size: 180%;
        margin-left: 0;
    }
    #headerPagem>ul {
        width: 150px;
    }
    #headerPagem>ul>li>a {
        width: 100%;
        margin: 5% 0;
        padding: 6% 4%;
    }
    .headerBar .ttl .txt3 {
        font-size: 110%;
    }
}

@media screen and (max-width: 650px) {
    .gNavi {
        display: none;
    }
    .headerBar .detBlc {
        top: -55px !important;
        left: 55px !important;
    }
    .headerBar .ttl .txt3 {
        font-size: 100%;
    }
    .headerBar .btnBlc {
        padding-top: 10px;
        padding-left: 1%;
        padding-right: 1%;
        margin-right: 0;
        float: none;
        clear: left;
    }
    .headerBar .btnBlc a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .headerBar .detBlc {
        top: -76px !important;
    }
    #header #gNav {
        display: none;
    }
    .fmenu {
        padding: 15px 0 0 10px !important;
    }
    #inner {
        background: none !important;
    }
    #footer {
        font-size: 14px;
    }
    #headTxt {
        padding: 2%;
    }
    #headTxt>h1, #headTxt>span {
        font-size: 90%;
    }
    #headerPagem {
        height: 350px;
    }
    #headerPagem>.ttlTop>h1 {
        font-size: 250%;
    }
    #headerPagem>.ttlTop>h2 {
        font-size: 160%;
    }
    #headerPagem>ul {
        width: 100%;
        top: 0;
        right: 0;
    }
    #headerPagem>ul>li>a {
        float: left;
        width: 46%;
        margin: 2% 2% 0 2%;
        padding: 4% 3%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 530px) {
    .sitemap-img {
        width: 100% !important;
        margin: 30px auto 0;
    }
    .headerBar .detBlc {
        top: -67px !important;
        left: 50px !important;
    }
    #headerPagem>.ttlBridge>h1 {
        font-size: 170%;
    }
    .headerBar .ttl .txt3 .txtStyle1 {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 480px) {
    .headerBar .detBlc {
        top: -63px !important;
        left: 40px !important;
    }
    #headTxt {
        font-size: 80%;
        padding: 4% 2%;
    }
    #headerPagem>.ttlTop>h1 {
        font-size: 200%;
    }
    #headerPagem>.ttlTop>h2 {
        font-size: 120%;
    }
    #headerPagem>.ttlBridge>h1 {
        font-size: 125%;
    }
    .headerBar .ttl .txt {
        line-height: 25px;
        font-size: 100%;
    }
    .headerBar .ttl .txt2 {
        line-height: 58px;
        font-size: 100%;
    }
    .headerBar .ttl .txt br {
        display: block;
    }
    .headerBar .ttl .txt3 {
        font-size: 90%;
        margin-left: 10px;
    }
    .headerBar .ttl .txt3 .txtStyle1 {
        font-size: 130%;
    }
}

@media screen and (max-width: 414px) {
    .sitemap-img {
        margin: 10px auto 0;
    }
    .headerBar .detBlc {
        top: -70px !important;
    }
}

@media screen and (max-width: 380px) {
    .btmPageTop {
        padding: 42px 10px 10px 0 !important;
    }
    .headerBar .ttl .txt3 {
        font-size: 85%;
    }
    .sitemap-img {
        width: 100% !important;
    }
    .headerBar .detBlc {
        left: 40px !important;
        top: -56px !important;
    }
    .headerBar .ttl .txt3 .txtStyle1 {
        font-size: 110%;
    }
}

@media screen and (max-width:375px) {
    .btmPageTop {
        padding: 31px 10px 10px 0 !important;
    }
}

@media screen and (max-width: 360px) {
    .headerBar .detBlc {
        left: 40px !important;
    }
    #headerPagem>.ttlTop>h1 {
        font-size: 180%;
    }
    #headerPagem>.ttlTop>h2 {
        font-size: 100%;
    }
    #headerPagem>.ttlBridge>h1 {
        font-size: 110%;
    }
}

@media screen and (max-width: 320px) {
    header .sitemap-img:after {
        font-size: 15px !important;
    }
    footer#footer {
        height: 120px;
    }
    .headerBar .detBlc {
        left: 33px !important;
    }
}

input.pure-toggle {
    display: none;
}

.gNavi {
    display: none;
}

@media screen and (max-width: 1200px) {
    .headerBar .ttl {
        width: 98%;
    }
    input.pure-toggle {
        display: block;
    }
    .gNavi {
        background-color: #402c1a;
        padding-top: 12px;
        display: block;
    }
    .gNavi .ttl {
        background-color: #fff;
        text-align: center;
        padding: 2% 0;
    }
    .gNavi .listNavi {
        background-color: #fff;
        border-top: 4px solid #402c1a;
        border-bottom: 4px solid #402c1a;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 1), 0px 0px 2px 0px rgba(255, 255, 255, 1), 0px 0px 2px 0px rgba(255, 255, 255, 1);
        -moz-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 1), 0px 0px 2px 0px rgba(255, 255, 255, 1), 0px 0px 2px 0px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 1), 0px 0px 2px 0px rgba(255, 255, 255, 1), 0px 0px 2px 0px rgba(255, 255, 255, 1);
        margin-bottom: 7%;
    }
    .gNavi .listNavi li {
        display: block;
        border-bottom: 1px solid #402c1a;
    }
    .gNavi .listNavi a {
        display: block;
        font-size: 120%;
        color: #402c1a;
        text-decoration: none;
        padding: 4% 2%;
    }
    .gNavi .listNavi .listEndu {
        display: block;
        text-align: center;
    }
    .gNavi .listNavi .listEndu .enduserBtn {
        background-color: #402c1a;
        width: 80%;
        font-size: 120%;
        color: #ffffff;
        border-radius: 5px;
        padding: 3% 2%;
        margin: 2% auto;
    }
    .gNavi .listNavi .listEndu .enduserBtn.colorOrange {
        background-color: #F16621;
    }
    .gNavi .listNavi .listClose {
        display: none;
        text-align: center;
        line-height: 25px;
        border-top: 8px solid #402c1a;
    }
}

header #globalNav_respone {
    position: absolute;
    top: 0;
    left: 0;
}

/*test ham*/

#globalNav_respone>div {
    display: none;
}

header #globalNav_respone ul {
    display: block;
}

header #globalNav_respone li:nth-child(1) a {
    background: url(../../img/common/gnav01.png);
}

header #globalNav_respone li:nth-child(2) a {
    background: url(../../img/common/gnav02.png);
}

header #globalNav_respone li:nth-child(3) a {
    background: url(../../img/common/gnav03.png);
}

header #globalNav_respone li:nth-child(4) a {
    background: url(../../img/common/gnav04.png);
}

header #globalNav_respone li:nth-child(5) a {
    background: url(../../img/common/gnav05.png);
    border: 0;
}

nav#globalNav_respone {
    display: none;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/*test ham*/

#globalNav_respone>ul>li>a {
    text-align: center;
    font-size: 100%;
    color: rgb(255, 255, 255);
    padding: 5px 14px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    .logo-img {
        width: 75px;
    }
    /*test responesive*/
    header #globalNav_respone li a:hover {
        background-color: rgba(92, 158, 214, 0.9) !important;
        opacity: 1;
    }
    nav#globalNav_respone {
        display: block;
    }
    header #globalNav_respone li:nth-child(1) a, header #globalNav_respone li:nth-child(2) a, header #globalNav_respone li:nth-child(3) a, header #globalNav_respone li:nth-child(4) a, header #globalNav_respone li:nth-child(5) a {
        background-image: none;
        background-color: #402c1a;
    }
    header #globalNav_respone li a {
        height: auto;
        padding: 15px 20px;
        border-bottom: 1px solid #fff;
        text-decoration: none;
        background: #402c1a;
        color: #fff !important;
        text-align: left;
        -moz-transition: background 0.5s ease-out;
        -webkit-transition: background 0.5s ease-out;
        transition: background 0.5s ease-out;
        box-sizing: border-box;
    }
    header #globalNav_respone {
        top: 0;
        right: 0;
        z-index: 101;
    }
    header #globalNav_respone li {
        float: none;
        width: 100%;
    }
    header #globalNav_respone>div {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 8px;
        right: 10px;
        background: url(../../img/common/menu.png) no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    header #globalNav_respone ul {
        display: none;
        position: absolute;
        width: 100%;
        top: 55px;
        right: 0;
        text-align: left;
        font-size: 110%;
    }
    /*test responesive*/
    .sitemap-img img {
        display: none;
    }
    header .sitemap-img:after {
        display: block;
        content: "無料でカンタン！マッチングサイト";
        padding: 0 0 0px 15px;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0;
        color: #402c1a;
    }
    .headerBar .detBlc {
        top: -100px !important;
        left: 70px !important;
    }
    .headerBar {
        height: 105px;
    }
    .gNavi .listNavi .listClose {
        display: block;
    }
    nav#gNav {
        display: none;
    }
    .headerBar .detBlc {
        display: table !important;
    }
    .pure-toggle-label.gclose {
        text-align: center;
        content: "";
        display: block;
        width: 100%;
        height: 25px;
        background-color: #ffffff;
        padding: 2% 0;
    }
    .pure-toggle-label.gclose:after {
        display: none;
    }
    .pure-toggle-label.gclose .txt {
        position: relative;
        line-height: 25px;
        font-size: 120%;
        font-weight: bold;
        color: #0158a2;
    }
    .pure-toggle-label.gclose .txt:before {
        position: absolute;
        display: block;
        content: "";
        width: 25px;
        height: 25px;
        background: url(../../img/common/x.png) no-repeat center center rgb(255, 255, 255);
        background-size: 20px auto;
        bottom: -4px;
        left: -28px;
    }
}

.btmPageTop {
    float: right;
    padding: 10px 0 0 0;
}

.fmenu {
    float: left;
    padding: 20px 0 0 85px;
}

#inner {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    background: url('../../img/common/footlog.png') no-repeat 10px 10px #000;
}

#footer {
    font-size: 12px;
    clear: both;
    bottom: 0;
    width: 100%;
    /* height: 80px;*/
    background-color: #000000;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, osaka, Arial, sans-serif;
}

#footer a {
    text-decoration: none;
    color: #fff;
}

.copyright {
    text-align: left;
    color: #CCCCCC;
    padding: 10px 0 0 0;
}

#footer>ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#footer>ul>li {
    float: left;
}

#footer>ul>li:nth-child(1) {
    width: 65%;
    padding-left: 4%;
    box-sizing: border-box;
    margin-bottom: 2%;
}

#footer>ul>li:nth-child(2) {
    width: 35%;
    text-decoration: none;
    padding-right: 4%;
    box-sizing: border-box;
}

#footer>ul>li:nth-child(2)>a>div {
    position: relative;
    text-align: center;
    width: 250px;
    height: 55px;
    line-height: 55px;
    color: rgb(255, 255, 255);
    background-color: #402c1a;
}

#footer>ul>li:nth-child(2)>a>div:after {
    position: absolute;
    content: '^';
    width: 10px;
    height: 10px;
    color: transparent;
    background: url('../../img/common/list.png') no-repeat top left;
    top: 25px;
    left: 20px;
}

#footer>ul>li:nth-child(2)>a>div.btnPublicity {
    margin-top: 5px;
}

.telTxt {
    font-size: 100%;
    color: rgb(68, 68, 68);
}

.telTxt>span {
    font-size: 150%;
    color: #402c1a;
    font-weight: bold;
}

.telTTl {
    display: block;
}

.telTxt>span.telNum {
    font-size: 230%;
    font-weight: bold;
}

.telTxt>span.telNum a {
    text-decoration: none;
    color: #402c1a;
}

.detailTxt {
    padding: 0 6%;
}

#copyRight {
    height: 40px;
    font-size: 80%;
    background-color: rgb(242, 242, 242);
}

#copyRight>p {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: rgb(68, 68, 68);
    margin: 0;
}

@media screen and (max-width: 768px) {
    #footer>ul>li {
        float: none;
        width: 100% !important;
        margin: 0;
        padding: 0 2%;
    }
    #footer>ul>li:nth-child(1) {
        text-align: center;
        padding: 0;
        margin-bottom: 3%;
    }
    #footer>ul>li:nth-child(2) {
        width: 100%;
        padding: 0;
    }
    #footer>ul>li:nth-child(2)>a>div {
        width: 70%;
        text-align: center;
        margin: 2% auto;
    }
}