@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.wf-sawarabimincho {
    font-family: "Sawarabi Mincho";
}

body {
    background-color: #FFF;
    font-family: YuGothic, 'Yu Gothic', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    /*border-top: 6px solid #1E8CAD;*/
}

p {
    line-height: 1.5;
    font-size: 16px;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.img-responsive100 {
    width: 100%;
}

.sidepaddingoff {
    padding-left: 0px;
    padding-right: 0px;
}

.wrap {
    width: 1170px;
    margin: 50px auto 0;

}


.pc {
    display: block;
}

.sp {
    display: none;
}

#maincatch-title-top {
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    border-bottom: none;
    padding: 0 0 5px;
    margin: 50px auto 10px;
    text-align: center;
    font-size: 2.3rem;
}

#maincatch-title-top-p {
    border-bottom: none;
    font-size: 16px;
}

#page-sub-title {
    border-bottom: 1px solid #000;
    padding: 0 5px 10px;
    margin: 30px 10px 50px;
    font-size: 1.5rem;
}

#page-sub-title2 {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding: 10px 10px;
    margin: 20px 0 40px;
    font-size: 2.3rem;
    text-align: center;
    letter-spacing: 0.2em;
}

/*header*/
.header {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    width: 90%;
    margin: 0 auto;
    padding-top: 25px;
    max-width: 1500px;
}

.header-top {
    padding-top: 0;
}

.header_left img {
    display: inline-block;
    margin: 0 0px 0 0;
}

.header_right {
    width: 100%
}

/*navi*/
nav.gnav {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

nav.gnav p {
    /* font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
    width: 100%;
    margin: 0 auto;
    /*    padding:10px;*/
    font-size: 17px;
    letter-spacing: 0.2em;
}

.dropmenu_container {
    width: 100%;
}

.dropmenu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    *zoom: 1;
    list-style-type: none;
    margin: 5px auto;
    padding: 10px 0;
    box-sizing: border-box;
}

.dropmenu li {
    position: relative;
    width: calc(99%/5);
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.dropmenu li a {
    display: block;
    margin: 0;
    padding: 10px 0 10px;
    color: #333333;
    /* background-color: #1F83B8; */
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 1px 0 0 0;
    padding: 0;
    width: 100%;
}

.dropmenu li ul li {
    border-right: none;
    width: 100%;
}

.dropmenu li ul li a {
    display: block;
    width: 100%;
    padding: 13px 15px;
    border-top: 1px solid #eee;
    background: #08314F;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}

.dropmenu li ul li:first-child a {
    border-top: none;
}

.dropmenu li:hover>a {}

.dropmenu li a:hover {}

/*フェードイン*/

#fade-in li ul {
    visibility: hidden;
    opacity: 0;
    transition: 0s;
}

#fade-in li:hover ul {
    visibility: visible;
    opacity: 1;
}

#fade-in li ul li a {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

#fade-in li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

.dropmenu li>a::before,
.dropmenu li>a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.dropmenu li>a,
.dropmenu li>a::before,
.dropmenu li>a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.dropmenu li>a:hover,
.dropmenu li.this a {
    /*
      border-bottom: #004699 3px solid;
      */
    /* background: #FFF;
    color: #333;
    border-radius: 0px;
}

.dropmenu li ul li > a:hover {
    border-bottom: none;
    background: #EEE;
    color: #333;*/
}

.drawer-brand {
    width: 80%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #cdcdcd;
}

.drawer-brand img {
    width: 100%;
    height: auto;
}

.drawer-nav {
    color: #0b2e13;
}

.drawer-menu-item {
    color: #0b2e13;
    transition: all .3s;
}

.dropdown-item {
    color: #0b2e13;
}

/*top contents*/
#main {
    margin-right: auto;
    margin-left: auto;
}

.content {
    padding: 30px;
    margin: 20px 0;
}

.displayflex {
    display: flex;
}

.topmarnews {
    margin-top: 60px;
}

.colorwhite {
    color: white;
}

.textbold {
    font-weight: 600;
}

.content1,
.content2,
.content3 {

    background-color: white;
    padding: 15px;
    text-align: center;
}

.bgwhite {
    background-color: white;
}

.content1 .content-subtitle,
.content2 .content-subtitle,
.content3 .content-subtitle {
    margin: 20px 0;
    text-align: center;
    font-size: 25px;
    line-height: 1.2;

}

.content1 p,
.content2 p,
.content3 p {
    text-align: center;
}

.category_title {
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.2;
    display: flex;
    flex-direction: row;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

.category_title_tex {
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-size: 2.3rem;
    display: inline-block;
    /* padding: 0 55px; */
    letter-spacing: 0.2em;
}


/*news*/
.topics {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}

.news .area-title,
.sns .area-title {
    padding: 5px 20px;
    font-size: 14px;
    color: #FFF;
    /* width: 10%; */
    text-align: center;
    display: inline-block;
}

.news .area-title,
.sns .area-title,
::after,
::before {

    box-sizing: content-box
}

.news dl {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px dotted #CCC;
    padding: 0 0 20px;
}

.news dt {
    margin: 20px 30px 0 0;

}

.news dd {
    padding: 0 0 0;
    line-height: 1.8;
    margin-bottom: 0px;
}

.newslist {
    margin: 20px 0 0;
    text-align: right;
}

.news_img img {
    width: 100%;
    height: auto;
}

.news_date {
    margin-bottom: 0px;
}

.underline {
    border-bottom: 1px dotted #CCC;
}

.newsboxall {
    padding-top: 30px;
    padding-bottom: 30px;
}

.topnewsbox {
    padding-top: 30px;
    padding-bottom: 20px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important;
}

.autobox {
    max-width: 500px;
    margin: 0 auto;
}

.newstitle {
    text-align: center;
    padding: 30px;
}

.newstitle-tex {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.newsheadtitle-tex {
    font-size: 2rem;
}

.underpad {
    padding-bottom: 50px;
}

.newsimgsaiz img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.newscontentimg {
    text-align: center;
}

.news_tit {
    font-size: 24px;
}

.ttl02 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.ttl03 {
    text-align: center;
    margin-bottom: 50px;
}

.centerbox {
    text-align: center;
    margin-bottom: 15px;
}

.news_txt_honbun {
    margin-top: 20px;
    padding: 20px;
    font-size: 18px;
}

.top_news_title {
    font-weight: 600;
    font-size: 20px;
}

.newsheadtitle {
    text-align: center;
}

.ichiranmar {
    margin-top: 30px;
}

/*　サービス内容　*/
.cat_title {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin: 50px auto;
    align-items: center;

}

.cat_title h2 {
    font-size: 24px;
    text-align: center;
}

.cat_title svg {
    display: block;
    width: 70px;
}

.about_content_wrap,
.about_content_wrap2 {
    display: flex;
    justify-content: space-around;
    margin: 50px 0 0;
}

.catch_img,
.catch_txt {
    width: 500px;
}

.catch_txt h4 {
    font-size: 16px;
}

.catch_txt p {
    font-size: 14px;
    margin: 20px 0 0;
}

/* アクセス */

.company_wrap {
    display: flex;
    justify-content: space-between;
}

.greeting,
.aboutus {}

.greeting h3,
.aboutus h3 {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 0 0 40px;
}

.greeting h4 {
    margin: 20px 0;
}

.greeting p {
    margin: 10px 0;
}

.greeting_bottom {
    text-align: right;
}

.greeting img {
    width: 100%;
    height: auto;
}

table.aboutus_table01 {
    margin: 0 auto 50px auto;
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 0px 3px;
}

table.aboutus_table01 th,
table.aboutus_table01 td {
    padding: 10px 20px;
}

table.aboutus_table01 th {
    font-size: 16px;
    width: 180px;
    font-weight: normal;
    background-color: #f8f8f8;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 0.2em;
    overflow: visible;
}


/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #D9E3E8 10px solid;
        margin-top: -10px;
    }
}

table.aboutus_table01 td {
    width: 600px;
    background: #f7f7f7;
    font-size: 16x;
    padding-left: 30px;
}

.compnany_access h3 {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 30px 0;
}

.access_googlemap {
    width: 98%;
    margin: 0 auto;
}

.access_googlemap iframe {
    width: 100%;
    height: 400px;

}


/*ドロワー*/
.drawer-nav {
    background-color: white;
}




.iconsidemar {
    margin-left: 30px;
}

/*about*/

.abouthead {
    width: 1000px;
    margin: 0 auto;
}

.abouthead h3 {
    border-bottom: 1px solid #000;
    padding: 0 5px 10px;
    margin: 30px 10px 50px;
}

.about_content_box {
    margin-top: 30px;
    margin-bottom: 80px;
}

.pic-title {
    font-size: 21px;
    text-align: center;
    font-weight: 900;
}

.mar10 {
    margin-top: 40px;
}

.contacthead {
    width: 1000px;
    margin: 0 auto;
}

.contacthead h3 {
    border-bottom: 1px solid #000;
    padding: 0 5px 10px;
    margin: 30px 10px 50px;
}

.contactbodymar {
    margin-top: 50px;
}



/*footer*/
.footer {
    border-top: 6px solid #1E8CAD;
    margin: 60px 0 50px;
}

.footer_inner {
    width: 90%;
    margin: 30px auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_company {
    width: 100%;
    text-align: center;
}

.footer_social {
    max-width: 150px;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

.footer_social,
::after,
::before {

    box-sizing: content-box;

}

.footer_googlemap {
    width: 50%;
}

.footer_company p {
    margin: 20px 0 0;
}

.footer_contact {
    padding-left: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_company a {
    display: block;
    padding: 5px;
    border-radius: 4px;
    text-decoration: none;
    color: #FFF;
    box-sizing: border-box;
}



.companynamebox a {
    display: inline;
    color: #007bff;
    padding: 0;
}

.mail {
    display: block;
    width: 60px;
    height: 50px;
}

.footer_social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_social ul li {
    margin: 10px;
    box-sizing: border-box;
}

.formlink {
    margin-left: 10px;
}

.footer_googlemap iframe {
    width: 100%;
    height: 300px;
}

.iconsize {
    width: 100px;
}

.footer_nav {
    display: none;
}

.footertopmer {
    margin-top: 20px;
}

.boxwidth100 {
    width: 100%;
}

@media screen and (min-width: 991px) {
    .brbrbr br {
        display: none;
    }
}

/* @media screen and (max-width: 992px){
    .contentmar{
        margin-bottom: 20px;
    }
} */
@media screen and (min-width: 769px) and (max-width: 992px) {
    .news dl {
        display: block;
    }

    .footer_social {
        width: 10%;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {

    /*共通*/
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .p0 {
        padding: 0 0;
    }

    .category_title_tex,
    #page-sub-title2 {
        font-size: 1.6em;
    }

    #page-sub-title2 {
        margin: 20px 0 20px;
    }

    /*news一覧*/

    .newstitle-tex {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .newsheadtitle {
        text-align: left;
    }

    .newsheadtitle-tex {
        margin: 0 0 0 30px;
        font-size: 2rem;
    }

    .ttl03 {
        text-align: left;
        margin: 0 30px 0 30px;
        font-size: 20px
    }

    .smpad {
        padding-top: 60px;
    }

    .brbrbr br {
        display: none;
    }

    .footer_social {
        margin-top: 1rem;
        ;
        max-width: 100%;
    }

    .facebook-wrapper {
        max-width: 98%;
        margin: 20px auto 0;
    }

    .footer_nav {
        display: block;
    }

    .wrap {
        width: 98%;
        margin: 30px auto 0;
    }

    .header {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .header_left {
        width: 100%;
        /*        margin: 20px auto 10px;*/
    }

    .header_left img {
        display: inline-block;
        margin: 0 10px 10px;
    }

    .header_right {
        margin: 0 auto;
        text-align: center;
    }

    .gnav {
        display: none;
    }

    /*contents*/


    /*news*/
    .topics {
        flex-direction: column;
    }

    .newslist {
        margin: 30px 0;
    }

    .fbwrap {
        width: 100%;
    }

    /*footer*/
    .footer {
        margin: 60px 0 50px;
    }

    .footer_inner {
        width: 98%;
        flex-direction: column;
    }

    .footer_company {
        width: 100%;
    }

    .footer_social {
        width: 100%;
    }

    .footer_googlemap {
        width: 90%;
    }

    .footer_company p {
        margin: 40px 0 30px;
    }

    .footer_contact {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_company a {
        display: block;
        padding: 5px;
        border-radius: 4px;
        text-decoration: none;
        color: #FFF;
        box-sizing: border-box;
    }

    .companynamebox a {
        display: inline;
        color: #007bff;
        padding: 0;
    }

    .footer_nav {
        width: 98%;
        margin: 0 auto 20px;
    }

    .footer_nav li {
        width: 100%;
        margin: 0 0 1px 0;
    }

    .footer_nav li a {
        width: 100%;
        display: block;
        padding: 14px 10px 10px 10px;
        text-align: left;
        text-decoration: none;
        box-sizing: border-box;
        color: #1F83B8;
        position: relative;
        font-size: 0.8rem;
    }

    .footer_nav li a:after {
        position: absolute;
        display: block;
        content: ">";
        top: 8px;
        right: 10px;
        font-size: 26px;

    }


    /*　サービス内容　*/
    .cat_title {
        display: flex;
        justify-content: space-between;
        width: 150px;
        ;
        margin: 50px auto;
        align-items: center;

    }

    .cat_title h2 {
        font-size: 24px;
        text-align: center;
    }

    .cat_title svg {
        display: block;
        width: 50px;
    }

    .about h3 {
        font-size: 20px;
        width: 98%;
        text-align: center;
        margin: 30px auto 20px;
    }

    .about_content_wrap,
    .about_content_wrap2 {
        flex-direction: column;
    }

    .about_content_wrap2 {
        flex-direction: column-reverse;
    }

    .catch_img,
    .catch_txt {
        width: 98%;
        margin: 0 auto;
        text-align: center;
    }

    .catch_txt h4 {
        font-size: 16px;
        margin: 30px 0 0;
    }

    .catch_txt p {
        font-size: 14px;
        margin: 20px 0 0;
        text-align: left;
    }

    /* アクセス */
    .company_wrap {
        flex-direction: column;
    }

    .greeting,
    .aboutus {
        width: 108%;
        margin: 10px auto;
        padding: 0 0;
    }

    table.aboutus_table01 {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
        border-collapse: separate;
        border-spacing: 0px 10px;
    }

    table.aboutus_table01 th,
    table.aboutus_table01 td {
        padding: 10px 10px;
    }

    table.aboutus_table01 th {
        font-size: 13px;
        width: 165px;
        font-weight: normal;
        background-color: #f7f7f7;
        vertical-align: middle;
        text-align: left;
        letter-spacing: 0.1em;
        overflow: visible;
        position: relative;
    }

    .compnany_access h3 {
        border-bottom: 1px solid #000;
        padding: 0 0 10px;
    }

    .access_googlemap iframe {
        width: 100%;
    }

}

@media screen and (max-width: 576px) {

    #maincatch-title-top {
        font-size: 1.6rem;
    }

    .content {
        padding: 10px 0;
    }

    /* .xs-pad{
    padding-top: 30px;
    padding-bottom: 40px;
} */
}

.bottombtn {
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    color: white;
    position: fixed;
    /* フッターの固定 */
    bottom: 0px;
    /* 位置(下0px) */
    left: 0px;
    /* 位置(左0px) */
    width: 100%;
    /* 横幅100%　*/
}

.error {
    color: red;
    font-size: 20px;
}



.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}



/* TOPページ追加CSS */
.contentmar {
    margin-bottom: 20px;
}

.content__title {
    font-size: 19px;
    font-weight: 900;
    padding-left: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #1F83B8;
}



/* TOPページの3つのコンテンツを横から表示 */
.scrollL {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 2s;
}

.scrollR {
    opacity: 0;
    transform: translateX(10%);
    transition: all 2s;
    /* -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s; */
}

.scrollL.content3 {
    /* -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s; */
}

.scrollShow {
    opacity: 1;
    transform: translateX(0);
}

/* aboutページのフォントサイズを調整 */
#maincatch-title {
    font-size: 18px;
    text-align: center;
}

#subcatch-title {
    text-align: center;
}

/* フワッと表示させる動き */

.load {
    opacity: 0;
    transform: translateY(10px);
    transition: all 2s;
}

.load.show {
    opacity: 1;
    transform: translateY(0);
}


.fadeIn {
    opacity: 0;
    transform: translateY(10px);
    transition: all 2s;
}

.fadeIn.show {
    opacity: 1;
    transform: translateY(0);
}

.header-link {
    transition: opacity .3s;
}

.header-link:hover {
    opacity: 0.6;
}

.sns-link {
    transition: opacity .3s;
}

.sns-link:hover {
    opacity: 0.7;
}

.contact-button {
    transition: opacity .3s;
}

.contact-button:hover {
    opacity: 0.7;
}

/* TOPページのスライダー */

.sliders__item img {
    width: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #1F83B8;
    margin-right: 1.25em;
    position: relative;
    opacity: 0.9;
}

.swiper-pagination-bullet:focus {
    outline: none;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #1F83B8;
    border-radius: 50%;
}

/* コンタクトフォームの必須or任意マーク */
.th__header::after {
    display: inline-block;
    color: #fff;
    padding: 3px 5px;
    margin-left: 5px;
}

.th--required::after {
    content: "必須";
    background: #e20202;
    font-weight: normal;
    border-radius: 5px;
    font-size: 0.8rem;
}

.th--notrequired::after {
    content: "任意";
    background: #c0c0c0;
    font-weight: normal;
    border-radius: 5px;
    font-size: 0.8rem;
}

/* =====================
SNS
=========================*/

.instagram-media {
    max-width: 100% !important;
    min-width: initial !important;
    width: 100% !important;
}

.ctc {
    padding: 50px 0;
    background: #f2f2f2;
    margin: 50px auto 0;
    text-align: center
}

.foot-contact {
    color: #ccc;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Franklin Gothic Medium', 'Arial', 'Arial', sans-serif;
    font-size: 3rem;
    line-height: 0.5;
}

.foot-contact span {
    color: #333;
    font-size: 0.8rem;
    display: block;
    margin-top: 15px;
}


.line-head {
    border-bottom: 1px solid #e0e0e0;
}

.btn {
    font-size: 1.2rem;
    width: 250px;
    background: #999;
}


.sns a {
    padding: 0 15px;
    text-decoration: none;
}

.sns {
    margin-bottom: 40px;
}