/*--------------------------------------------------------------------
    共通
--------------------------------------------------------------------*/
.menuBox, .menuBox *{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}
.menuBox{
    font-size: 14px;
}
body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    }
    .content article .entry-content,p{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
    }
    .content article .entry-content *:not(.fa, .bigf){
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
    }
    #footer-container .textwidget{
        margin-top: 1px;
    }
    #footer-container .textwidget a{
        display: inline-block;
        line-height: 15px;
        font-family: "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Droid Font, "メイリオ", Meiryo, sans-serif;
    }
    div.content{
    margin-bottom: 40px;
    }
    .clear{
    clear:both;
    }
    .smallf{
    font-size: 0.8em;
    }
    .color_b{
    color: #bbb;
    }
    .color_o{
    color: #f9b223;
    }
    /*2016.11.10_アイコンフォント*/
    .glyphicon{
        color: #05a4db;
        content: none!important;
    }
    .content article .icon{
    color: #29abe2;
    }

    /*TOPへ戻るボタン*/
    div.scroll-back-to-top-wrapper{
    right:10px;
    }


    /*--------------------------------------------------------------------
        グローバルメニュー・メインビジュアル
    --------------------------------------------------------------------*/

    /*デフォルトグローバルメニュー削除*/
    .top-menu-container{
    display:none;
    }

    /*161111_グローバルメニュー*/
    #header{
    background-color: #fff;
    width: 100%;
    height: 85px;
    margin: 0;
    padding: 0;
    }

    #header.fixed{
    position: fixed !important;
    top: 0 !important;
    z-index: 100;
    background-color: #fff;
    }

    .clr{
    display: block;
    }

    .clr:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

    #nav_global_view .nav_global{
    text-align: center;
    display: inline-block;
    /* margin-top: 20px; */
    margin-bottom: 10px;
    }

    .nav_global{
    width: 100%;
    }

    #nav_global_view .nav_global .link_gnav{
    border-right: 1px solid #000;
    display: inline-block;
    /* margin-right: 25px; */
    height: 12px;
    }

    #nav_global_view .nav_global .link_gnav img{
    height: 12px;
    width: auto;
    vertical-align: top;
    }

    .nav_global .link_gnav{
    display:block;
    text-align: center;
    /* padding: 0 25px 0 0; */
    }

    #nav_global_view .nav_global .link_last {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    }

    #sec_modal_nav .nav_global .link_gnav:nth-child(1):after,
    #sec_modal_nav .nav_global .link_gnav:nth-child(2):after,
    #sec_modal_nav .nav_global .link_gnav:nth-child(3):after,
    #sec_modal_nav .nav_global .link_gnav:nth-child(4):after,
    #sec_modal_nav .nav_global .link_gnav:nth-child(5):after,
    #sec_modal_nav .nav_global .link_gnav:nth-child(6):after,
    #sec_modal_nav .nav_global .link_gnav:nth-child(7):after{
    background: none repeat scroll 0 0 #bcbcbc;
    content: "";
    display: block;
    height: 8.5px;
    position: absolute;
    right: -3px;
    top: 9px;
    width: 2px;
    opacity: 1;
    }

    .sp-hide{
    display:none;
    }

    /*161114_メインビジュアル*/
    .container .headerimg_sp{
    display:none;
    }

    .container .headerimg_pc{
    display:block;
    width:100%;
    }

    /*--------------------------------------------------------------------
        記事一覧ページ　upd　2018.09.13　yuy_abe
    --------------------------------------------------------------------*/
    .post_contents {
        margin: 20px auto;
    }
    .post_contents .image {
        width: 150px;
        float: left;
    }
    .post_contents .image img {
        width: 100%;
    }
    .post_contents .text {
        padding: 0px 0px 0 170px;
        margin-top: 0;
    }
    /*記事間の区切り線*/
    .content .content-separator{
        margin: 1.5em 0 1.5em 0;
        border-top: dashed 1px #efefef;
    }

    /*サムネイルの調整*/
    /*
    .content article .post_image{
    float: left;
    margin: 0 1em 0 0;
    }
    .content article .post_image img{
    border: 1px solid #eaeaea;
    display: block;
    height: 125px;
    width: 125px;
    padding: 2px;
    }
    */
    /*一覧の記事上下のマージン調整*/
    /* 投稿ページに影響が出るため停止
    .content article .entry-content,
    .content article .entry-content p{
    margin-bottom:0em;
    }
    */
    /*本文にアンダーライン*/
    .underl{
    text-decoration:none;
    color:#333;
    }
    .underl:hover{
    text-decoration:underline;
    color:#333;
    }

    /*2016.11.22_サイドセレクトメニューの幅調整■*/
    .sidem_poplist{
    margin: 0 0 10px 0;
    }

    /*メインビジュアルのスタイル*/
    #header-wrap{
        padding: 4em 0 0 0;
    }
    #header-wrap .logo-container{
    padding-left:0;
    }


    /*本文とタイトルのマージン*/
    header{
    margin-bottom:15px;
    }


    /*2016.11.04_ページタイトルのフォント変更*/
    .content article h1.entry-title,
    .content article h1.entry-title a,
    .content article h2.entry-title,
    .content article h2.entry-title a {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
      font-size: 23px;
      font-weight:bold;
      color:#333;
    }


    /*2016.11.04_ページ送りボタンのスタイル*/

    .pagination{
        text-align: center;
        display:block;
        margin-top:20px;
    }
    a.page-numbers,
    .pagination .current{
        padding:5px 10px;
        margin:0 2px;
        text-decoration: none;
        color:#000;
        font-family: "OswaldBook", arial, serif;
        font-size:18px;
    }
    .pagination .current{
        background: #fff;
        color: #ccc;
        font-family: "OswaldBook", arial, serif;
    }
    a.next.page-numbers, a.prev.page-numbers{
        padding: 6px 6px 3px 6px;
        font-size:15px;
        background: #05a4db;
        color:#fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    a.next.page-numbers:hover, a.prev.page-numbers:hover{
        background: #a2dfed;
    }
    .content .pagination .article-nav-prev{
    font-size: 0.8em;
    text-align:left;
    }
    .content .pagination .article-nav-next{
    font-size: 0.8em;
    text-align:right;
    }

    /*GOBEYONDERリスト　ページ送り*/

    div.pagenationbox{
        text-align:center;
        width:100%;
        margin:20px 0;
    }
    div.pagenationbox2{
    display:inline-block;
    }
    div.pagenom{
        display:inline-block;
        padding:6px 10px 4px 10px;
        margin:0 3px;
        font-family: "OswaldBook", arial, serif !important;
        font-size:18px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        background-color: #05a4db;
    }
    .pagenom:hover{
        background-color: #29bbef;
    }
    span.pagenom,span.pagenom a{
        color:#FFF;
        font-family: "OswaldBook", arial, serif !important;
        font-size:18px;
    }

    div.page_current{
        display:inline-block;
        padding:6px 10px 4px 10px;
        margin:0 3px;
        font-family: "OswaldBook", arial, serif !important;
        font-size:18px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border:1px solid #05a4db;
        background-color: #fff;
    }
    span.page_current,span.page_current a{
        color:#05a4db;
        font-family: "OswaldBook", arial, serif !important;
        font-size:18px;
    }


    /*2016.11.04_フッターのフォント変更*/
    .footer-widget-area .footer-widget h4{
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
      font-size: 15px;
      line-height: 1.5;
    }


    /*20161111_プロフィール*/
    .execphpwidget .btn-lg, .btn-group-lg > .btn{
    padding: 5px;
    margin: -5px 0;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    }

    /*コメント欄削除*/
    div#comments.comment-area{
    display:none;
    }

    /*posted by　削除*/
    div.article-author.clearfix{
    display:none;
    }


    /*161115_SNSシェアボタン*/

    ul#snsb {
      text-align:center;
      margin-top:70px;
    }
    #snsb li {
      position: relative;
      display: inline-block;
      width: 40%;
      text-align:center;
      font-size: 20px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      margin:5px;
    }

    .btn_fb{
      background-color: #3a5795;
    }
    .btn_fb:hover{
      background-color: #304e84;
      top: 3px;
    }

    .btn_tw{
      background-color: #32a8e0;
    }
    .btn_tw:hover{
      background-color: #339cdd;
      top: 3px;
    }

    .btn_fb a, .btn_tw a{
      display:block;
      padding: 10px 20px;
      color: #fff;
    }


    /*--------------------------------------------------------------------
        サイドバー
    --------------------------------------------------------------------*/

    /*サイドバーSNSボタン*/

    .b_prof{
    position: relative;
    background-color: #fff;
    border: solid 1px #ccc;
    color:#777;
    }
    .b_prof:hover{
      background-color: #fcfcfc;
      top: 3px;
    }
    .b_fb{
    position: relative;
    background-color: #3a5795;
    border:none;
    color:#fff;
    }
    .b_fb:hover{
      background-color: #304e84;
      top: 3px;
    }
    .b_tw{
    position: relative;
    background-color: #32a8e0;
    border:none;
    color:#fff;
    }
    .b_tw:hover{
      background-color: #339cdd;
      top: 3px;
    }
    .b_insta{
    position: relative;
    background-color: #a67c52;
    border:none;
    color:#fff;
    }
    .b_insta:hover{
      background-color: #a0754d;
      top: 3px;
    }

    .b_gplus{
    position: relative;
    background-color: #dc4e41;
    border:none;
    color:#fff;
    }

    .b_gplus:hover{
      background-color: #d34139;
      top: 3px;
    }

    .b_blog{
    position: relative;
    background-color: #fca430;
    border:none;
    color:#fff;
    }
    .b_blog:hover{
      background-color: #f49a2f;
      top: 3px;
    }
    .b_hp{
    position: relative;
    background-color: #8cc63f;
    border:none;
    color:#fff;
    }
    .b_hp:hover{
      background-color: #8bbf3a;
      top: 3px;
    }

    /*サイドバータイトルのフォント変更・下線追加*/
    .sidebar-widget h4 {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
      font-size: 16px;
      border-bottom: solid 1px #eee;
      margin-bottom:15px;
    }
    .sidebar-widget h4::before {
      font-family: FontAwesome;
      content: "\f0c8 \0020";
      color: #f9b223;
    }


    /*サイドバーセレクトメニューの調整*/
    select#cat.postform {
        width: 100%;
        height: 40px;
        padding: 10px;
        margin-bottom: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #dfdfdf;
        background: #eee;
        background: url(https://global-wifi.com/go-beyonders/wp-content/uploads/2016/12/vector.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
        background-size: 20px, 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }


    /*サイドバーキーワード検索の調整*/
    #search-form input[type="text"]{
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      height: 40px;
      padding:5px;
      background-color: #fafafa;
      border: 1px solid #dfdfdf;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
    }

    #search-form input[type="text"]:hover{
      background: #fff;
    }




    /*--------------------------------------------------------------------
        GO-BEYONDER 一覧ページ
    --------------------------------------------------------------------*/

    .aligncenter, .alignleft, .alignright, .alignnone{
    background: #fff;
    border: 1px solid #dddddd;
    margin: 0;
    padding: 0;
    }
    .writers{
    display: flex;
    flex-wrap: wrap;
    }
    .writer-profile{
    width: 23%;
    margin: 2% 1%;
    }

    .name{
    text-align: center;
    font-weight: bold;
    font-size:13.5px;
    }
    .work{
    text-align: center;
    font-size:11px;
    line-height:1.2;
    color:#888;
    font-feature-settings: "palt";
    }

    .articlebtn{
    position: relative !important;
    text-align: center !important;
    background-color: #91d4ed !important;
    color: #fff !important;
    font-weight: bold !important;
    margin-top: 5px !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    }

    div.articlebtn:hover{
      background-color: #57a8de !important;
      top: 2px !important;
    }

    .articlebtn2{
    position: relative !important;
    text-align: center !important;
    background-color: #57a8de !important;
    color: #fff !important;
    font-weight: bold !important;
    margin-top: 5px !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    }

    div.articlebtn2:hover{
      background-color: #3c8dbf !important;
      top: 2px !important;
    }

    .articlebtn a,
    .articlebtn2 a{
    display:block !important;
    color: #fff !important;
    }

    .no_article{
    position: relative;
    text-align: center;
    background-color: #fff;
    color: #ccc;
    font-weight: bold;
    margin-top: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    }

    .whatsGB{
    position: relative;
    text-align: center;
    background-color: #8dc21f;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
    font-size:18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    }
    .whatsGB a{
    display:block;
    padding:5px 0 4px 0;
    color: #fff;
    }
    .whatsGB:hover{
      background-color: #6caa30;
      top: 1px;
    }

    /*昇降順切り替え*/
    .no_member{
    font-size: 18px;
    font-weight: bold;
    }
    span.bigf{
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    margin-right:10px;
    }
    .content .entry-content li, .content .comment-content li{
    margin:0;
    }
    ul#updown {
      text-align:right;
    }

    #updown li {
      display: inline-block;
      text-align:center;
      vertical-align: middle;
    }
    .btnup{
      font-size: 11px;
       vertical-align: middle;
       border-radius: 5px 0 0 5px;
      -webkit-border-radius:  5px 0 0 5px;
      -moz-border-radius:  5px 0 0 5px;
    }

    .btndown{
      font-size: 11px;
      vertical-align: middle;
       border-radius: 0 5px 5px 0;
      -webkit-border-radius:  0 5px 5px 0;
      -moz-border-radius:  0 5px 5px 0;
    }
    .btnup a, .btndown a{
      display:block;
      padding: 5px 10px;
      /* color: #fff; */
    }
    ul#updown .no_member{
        margin-right: -4px;
    }
    ul#updown .btnup{
        margin-right: -4px;
    }
    ul#updown .on{
      background-color: #ffd85a;
    }
    ul#updown .on hover{
      background-color: #f9cc4e;
    }
    ul#updown .off{
      background-color: #e6e6e6;
    }
    ul#updown .off hover{
      background-color: #f9cc4e;
    }

    figure.eyecatch{
    /*	width : 189px;*/
        height : 170px;
    }
    /*--------------------------------------------------------------------
        GO-BEYONDERとは？ページ
    --------------------------------------------------------------------*/

    .dropdown {
      width:100%;
      margin:0 auto;
      margin-bottom:10px;
      }

    #tg, .dropInput {
      display: none;
      }

    .menu {
      position: relative;
      opacity: 0;
      top: -10px;
      display:none;
      }

    .dropInput:checked ~ .menu {
      opacity: 1;
      top: 0;
      display:block;
      }

    .dropLabel{
      width:100%;
      padding: 0.5em 1.5em;
      background-color: #2c456d;
      position: relative;
      color: #fff;
      font-weight:bold;
      text-align:left;
      font-size:18px;
      }

    .dropLabel:hover,
    .dropInput:checked ~  .dropLabel{
      background-color: #1b3356;
      color: #fff;
      }

    .animation {
      -webkit-transition: all .8s;
      -moz-transition: all .8s;
      -ms-transition: all .8s;
      transition: all .8s;
      }

    .Wgb_img_sp{
      display:none;
    }

    .Wgb_box{
    background-color: #7fb6c7;
    width: 49%;
    display:inline-block;
    margin-top:20px;
    padding:15px;
    color:#fff;
    font-weight:bold;
    font-size:17px;
    }
    .Wgb_line{
    boder:1px dashed #fff;
    }
    #tg2{
      display: none;
      }

    .menuBox {
    padding:8px;
    background:#ffd;
    border: 1px solid #996;
    margin-bottom:5px;
    border-radius: 5px;		/* CSS3草案 */
    -webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 5px;	/* Firefox用 */
    /*float:center;*/
    }

    .menuInnner {
        text-align:left;
        border:0;
        font-size:0.9em;
    }
    .cutstr {
        display: inline-block;
        margin: 0 7px 0 7px;
    }
    /*--------------------------------------------------------------------
        WiFi依頼ページ1
    --------------------------------------------------------------------*/

    .scrollbar {
      overflow:auto;
      width:100%;
      height:290px;
      padding: 5px 10px 5px 5px;
      border: 1px solid #d1d1d1;
      margin-top:10px;
    }
    .layoutArea{
    font-size: 15px;
    padding:10px;
    }

    .column{
    margin-bottom: 20px;
    line-height: 1.5;
    }

    .c_blue{
    color: #0088dd;
    }
    .c_red{
    color: #ff0000;
    }
    .f_bold{
    font-weight: bold;
    }
    .require_title{
    font-size: 16px;
    font-weight: bold;
    margin-top:15px;
    }
    /*フォーム　ボタンのスタイル*/

    .form_btns{
    text-align:center;
    }
    .require_btn,
    form input[type="submit"],
    form input[type="confirm"]{
      position: relative;
      background-color: #8dc21f;
      width: 45%;
      text-align:center;
      font-weight:bold;
      font-size: 20px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      margin:0 auto;
      margin-top:30px;
    }
    form input[type="button"]{
      position: relative;
      background-color: #ff9100;
      width: 45%;
      text-align:center;
      font-weight:bold;
      font-size: 20px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      color:#fff;
      border:none;
      padding:20px;
    }
    .require_btn:hover,
    form input[type="submit"]:hover,
    form input[type="confirm"]:hover{
      background-color: #6caa30;
      top: 1px;
    }
    form input[type="button"]:hover{
      background-color: #f47400;
      top: 1px;
    }
    .require_btn a,
    form input[type="submit"] a,
    form input[type="confirm"] a,
    form input[type="button"] a{
      display: block;
      padding: 10px 20px;
      color: #fff;
    }


    /*--------------------------------------------------------------------
        WiFi依頼ページ2
    --------------------------------------------------------------------*/

    .wpcf7 input {
    font-size:1.0em;
    }
    .wpcf7 input[name="your-email"] { width:300px; height:30px;margin-bottom:5px; }
    .wpcf7 input[name="your-gbno"] { width:70px; height:30px;margin-bottom:5px; }
    .wpcf7 input[name="your-lname"],.wpcf7 input[name="your-fname"] { width:95px; height:30px;margin-bottom:5px; }
    .wpcf7 input[name="sdate"],.wpcf7 input[name="edate"] { width: 150px; height:30px;margin-bottom:5px;}
    .wpcf7 input[name="fl_sdate"],.wpcf7 input[name="fl_edate"] { width:130px; height:30px;margin-bottom:5px;}
    .wpcf7 input[name="fl_stime"],.wpcf7 input[name="fl_etime"] { width:60px; height:30px;margin-bottom:5px;}
    .wpcf7 input[name="fl_sname"],.wpcf7 input[name="fl_ename"] { width:75px; height:30px;margin-bottom:5px;}
    .wpcf7 input[name="dst_sdate1"],.wpcf7 input[name="dst_edate1"],
    .wpcf7 input[name="dst_sdate2"],.wpcf7 input[name="dst_edate2"],
    .wpcf7 input[name="dst_sdate3"],.wpcf7 input[name="dst_edate3"],
    .wpcf7 input[name="dst_sdate4"],.wpcf7 input[name="dst_edate4"],
    .wpcf7 input[name="dst_sdate5"],.wpcf7 input[name="dst_edate5"] { width:130px;height:30px;margin-bottom:5px; }
    .wpcf7 input[name="dst_name1"],
    .wpcf7 input[name="dst_name2"],
    .wpcf7 input[name="dst_name3"],
    .wpcf7 input[name="dst_name4"],
    .wpcf7 input[name="dst_name5"] { width:180px; height:30px;margin-bottom:5px;}
    .wpcf7 input[name="your-gwid"] { width:180px; height:30px;margin-bottom:5px;border: 1px solid #ddd;}
    table {
    /* border: 1px solid #ddd; */
    border: 0;
    }
    th {
    padding:5px 5px 0 5px;
    vertical-align:middle;
    text-align:center;
    background-color:#fff;
    color: #000;
    }
    td {
    padding:5px 5px 0 5px;
    vertical-align:middle;
    background-color:#fff;
    color: #000;
    }
    .td_l{
    width:20%;
    }
    .td_r{
    width:80%;
    }
    .disp_block {
      display:inline-block;
    }
    .disp_block60 {
      display:inline-block;
      font-weight:bold;
      width:10%;
    }
    .ttl {
      background: #ddeeee;
      font-weight:bold;
      padding: 5px 5px 5px 10px;
      margin: 20px 0 10px 0;
    }
    hr {
    margin-top:3px;
    padding-top:3px;
    }
    .red {
      color:#ff0000;
    }
    .wpcf7c-conf{
      background-color:#e4eaed;
      border: 1px solid #AEAEAE;
    }


    /*パンくずのスタイル*/

    #breadcrumb{
      margin-bottom: 20px;
      color:#888;
      font-size:11px;
    }

    div#breadcrumb div {
      display: inline;
    }

    #breadcrumb span.sp{
      margin:0 10px;
    }

    #breadcrumb a{
      text-decoration:none;
      color:#888;
    }

    /*entry-meta修正*/
    .content article h2 + .entry-meta, .content article h1 + .entry-meta{
    margin-bottom: 0;
    }

    /*--------------------------------------------------------------------
        サイドバーでランダムに５人紹介する部分用
    --------------------------------------------------------------------*/
    .userBox p{
        display:inline-block;
        vertical-align:middle;
        margin-bottom:0;
    }
    .userBox img{
        border:1px solid #ccc;
        border-radius: 50%;
        width:  40px;
        height: 40px;
    }

    /*--------------------------------------------------------------------
        404ページ
    --------------------------------------------------------------------*/
    .search-form-404{
      display:table;
      width:100%;
      margin-top:1.0em;
      margin-bottom:1.0em;
    }

    .box404{
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      background-color:#f7f6df;
      padding:20px;
      display:table-cell;
      vertical-align:middle;
      width:42%;
      position: relative;
      z-index: 10;
    }
    .box404:before {
      content: "";
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      content: "";
      position: absolute;
      background: #f7f6df;
      margin: 4px;
      border: 2px #fff solid;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      z-index: -10;
    }
    .box404_m{
      padding:5px;
      display:table-cell;
      text-align:center;
      vertical-align:middle;
      width:12%;
    }
    .info404:after{
      content: "サイド";
    }

    /*****************************************************************************************/
    /*768px以上960px未満*/
    /*****************************************************************************************/
    @media only screen and (min-width: 768px) and (max-width: 959px) {

    /*グローバルメニュー*/
    /* #nav_global_view .nav_global .link_gnav{
    margin-right: 13px;
    }
    .nav_global .link_gnav{
    padding: 0 13px 0 0;
    } */

    /*161116_GBlist*/
    .writer-profile{
    width:98%;
    margin: 2% 1%;
    }

    /*180911_GBlist y_abe*/
    figure.eyecatch{
    /*	width : 189px;*/
    /*	height : 170px;*/
    }
    }
    /*****************************************************************************************/
    /*768px未満*/
    /*****************************************************************************************/
    @media only screen and (max-width: 767px) {

    /*161111_グローバルメニュー*/
    .sp-hide{
    display:block;
    }
    .pc-hide{
    display:none;
    }
    #nav_global_view.sp-hide{
        display: none !important;
    }
    #header{
    height: 55px;
    }

    #nav_global_view .nav_global .link_gnav{
    margin-right: 0px;
    }

    #sec_modal_nav .nav_global .link_gnav img{
    height: 10.5px;
    width: auto;
    }
    #nav_global_view .nav_global{
    text-align: center;
    }
    .nav_global .link_gnav{
    padding: 2px 8px;
    position: relative;
    display:inline-block;
    }
    #header #sec_modal_nav{
    width: 100%;
    height: 60px;
    text-align:center;
    }
    #header.fixed{
    top:20px;
    }
    #sec_modal_nav .nav_global .link_gnav:nth-child(4):after{
    border: 2px solid #fff;
    }

    /*161114_メインビジュアル*/
    .container .headerimg_sp{
    display:block;
    width:100%;
    margin-top:30px;
    }
    .container .headerimg_pc{
    display:none;
    }

    /*161115_SNSボタン*/
    #snsb li {
      font-size: 16px;
      padding: 5px 10px;
      width: 45%;
    }
    .btn_fb:hover{
      top: 1px;
    }
    .btn_tw:hover{
      top: 1px;
    }


    /*161116_GBlist*/
    .writer-profile{
    width: 300px;
    margin: 2% 1%;
    }

    /*180911_GBlist y_abe*/
    figure.eyecatch{
    /*	width : 189px;*/
        height : 100%
    }

    .name{
    font-size: 18px;
    margin-top: 0;
    }
    .work{
    font-size:12px;
    }
    .articlebtn, .no_article,
    .articlebtn2, .no_article2{
    font-size: 16px;
    margin-top: 5px;
    }

    /*左右のパディングをなくす*/
    .col-md-9,.col-md-12{
    padding: 0;
    }

    /*昇降順切り替え*/
    .no_member{
    font-size: 15px;
    font-weight: bold;
    }
    span.bigf{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-right:10px;
    }

    p{font-size:14px;}
    .content article h1.entry-title, .content article h1.entry-title a, .content article h2.entry-title, .content article h2.entry-title a{
    font-size: 19px;
    }

    /*GO-BEYONDERとは？ページ---------------------*/
    .Wgb_img_sp{
      display:block;
    }
    .Wgb_img_pc{
      display:none;
    }
    .Wgb_box {
        width: 100%;
        margin-top: 10px;
    }

    /*WiFi依頼ページ-----------------------------*/
    .require_btn{
    font-size:18px;
    }

    /*ファーストウィジェットの非表示*/
    .firstwidget{
    display: none;
    }

    /*404ページ*/
    .box404{
      width:100%;
      display: block;
    }
    .box404_m{
      width:100%;
      display: block;
    }

    /*フォーム　ボタンのスタイル*/
    .require_btn{
    width:100%;
    font-size:15px;
    }
    .require_btn,
    form input[type="submit"],
    form input[type="confirm"],
    form input[type="button"]{
    font-size:15px;
    }
    form input[type="button"]{
    padding:13px 0 12px 0;
    width:40%;
    }
    form input[type="submit"]{
      position: relative;
      width: 40%;
    }


    }
    /*****************************************************************************************/
    /* 480px以上768px未満 タブレット*/
    /*****************************************************************************************/
    @media only screen and (min-width: 480px) and (max-width: 767px) {

    /*グローバルメニュー*/
    #header #sec_modal_nav{
    margin-top: 7px;
    }
    .nav_global .link_gnav{
    padding: 2px 15px;
    }
    #sec_modal_nav .nav_global .link_gnav img{
    height: 11px;
    width: auto;
    }

    /*161116_GBlist*/
    .writer-profile{
    width: 22%;
    margin: 2% 1%;
    }
    .name{
    font-size:18px;
    }
    .work{
    font-size:12px;
    }
    .articlebtn, .no_article,
    .no_article, .no_article2{
    font-size: 12px;
    margin-top: 5px;
    }

    p{font-size:15px;}
    .content article h1.entry-title, .content article h1.entry-title a, .content article h2.entry-title, .content article h2.entry-title a{
    font-size: 23px;
    }

    /*ファーストウィジェットの非表示*/
    .firstwidget{
    display: none;
    }
    /*404ページ*/
    .box404{
      width:42%;
      display: table-cell;
    }
    .box404_m{
      width:12%;
      display: table-cell;
    }

    }

    /*****************************************************************************************/
    /* 480px未満 */
    /*****************************************************************************************/
    @media only screen and (max-width: 479px) {

    /*グローバルメニュー*/
    #nav_global_view .nav_global .link_gnav img{
    height: 10px;
    }


    .name{
    font-size:18px;
    }
    .work{
    font-size:12px;
    }

    .menuInnner {
        font-size:1.2em;
    }

    }

@media (max-width: 767px){
    #footer-container .textwidget a{
        display: inline;
    }
}
