a.externalSite__button.fbgroupslink {
    background-color: #4367b2;
}
a.externalSite__button {
    background-color: #4d9940;
}

#main .box02 {
    border-color: #d1d1d1 !important;
    background-color: #f2f2f2 !important;
}

@media screen and (max-width: 480px) {
  @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
  html {
    overflow: auto;
  }
  body {
    font-family: 'Noto Sans Japanese', Arial, sans-serif;
    overflow: hidden;
  }
  body.single #main {
    width: 100% !important;
    ;
  }
  body.single #contents {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 45px;
  }
  header {
    padding: 10px;
  }
  #headImg {
    margin: 0 auto 25px;
    height: 123px;
    background-repeat: no-repeat;
    background-position: unset;
    background-size: 100%;
  }
  #contents {
    margin-bottom: 0;
    padding-top: 45px;
  }
  .home #contentsPr {
    max-height: 290px;
    overflow: hidden;
    width: 100% !important;
  }
  body.home #contentsPr .messageWrap {
    position: static;
    width: 100%;
    margin: auto;
  }
  #homeActivity {
    width: 100%;
    margin: 10px;
  }
  #homeActivity h2 {
  }
  #main .activityList .article {
    width: 100%;
    margin: 0 9px 25px;
  }
  #main .activityList .text p {
    margin-bottom: .5em;
    line-height: 1.6;
    size: 19px;
    font-weight: bold;
  }
  #homeAbout section {
    padding: 5px 0;
    width: 100%;
    margin: 0 auto;
    background: none;
  }
  #homeAbout .text {
    width: 100%;
  }
  #homeAbout h2 {
    margin: 10px;
    text-indent: inherit;
    overflow: visible;
    white-space: normal;
    width: 94%;
    height: auto;
    background: none;
    word-break: break-all;
    font-size: 20px;
  }
  #homePartner section {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #homePartner h2 {
    margin: 10px;
    text-indent: inherit;
    overflow: visible;
    white-space: normal;
    width: 94%;
    height: auto;
    background: none;
    word-break: break-all;
    font-size: 20px;
  }
  #main .activityList {
    margin: 0 -9px 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #main .activityList .article:nth-child( n + 4 ){
    display: none;
  }
  #main p {
    margin: 0 10px;
  }
  #homePartner .partnerList {
    margin: 1em 0px 0 -1px;
    padding: 0 5px;
  }
  #homePartner .partnerList li {
    float: left;
    width: calc(33% - 10px);
    margin: 0 5px 10px 6px;
  }
  #homePartner .partnerList img {
    vertical-align: top;
    border-radius: 3px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  div#homeGallery {
    display: none;
  }
  #contentsPr_sp img {
    width: 100%;
    margin-top: 20px;
  }
  #pageBody {
    width: 100%;
    margin: 0 auto;
  }
  #nav-drawer {
    position: relative;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 70%;
    height: auto;
    vertical-align: middle;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  header#globalHeader_sp {
    background-color: #4a4a4a;
    padding: 5px 0px 3px 3px;
    position: fixed;
    z-index: 8000;
    opacity: 0.9;
  }
  /*中身*/
  #nav-content {
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 65%;
    max-width: 300px;
    height: 100%;
    background: #4a4a4a;
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
  }
  #nav-input:checked~#nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    opacity: 1;
  }
  #nav-content ul {
    display: block;
    margin: 20px;
    line-height: 2.5em;
  }
  #nav-content ul li a .label {
    color: #fff;
    text-decoration: none !important;
  }
  #nav-content a:link {
    color: #fff;
    text-decoration-line: none;
  }
  #nav-content a:visited {
    color: #fff;
    text-decoration-line: none;
  }
  #nav-content a:hover {
    color: #fff;
    text-decoration-line: none;
  }
  .mainHeader {
    margin: 10px auto;
    width: 100%;
    padding: 5px;
  }
  div#articleBody {
    width: 100% !important;
  }
  img.attachment-main_image.size-main_image.wp-post-image {
    width: 100% !important;
    ;
    height: auto !important;
    ;
  }
  .mainHeader .pageTitle {
    font-size: 20px !important;
    font-weight: bold;
  }
  .snsList .snsFaceBook {
    width: auto;
  }
  .snsList .snsTwitter {
    width: auto;
  }
  .snsList .snsHatena {
    width: auto;
  }
  #articleHeader .snsList {
    margin: 4px 10px 5px 5px;
    float: left;
  }
  #contents .categoryList li:nth-child(n+2) {
    display: none;
  }
  h1.pageTitle_archive_SP {
    margin-bottom: 0px !important;
  }
  #articleBody h2 {
    padding: 10px 10px;
    border-left: 6px solid #000000;
    background: #EEEEEE;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
  }
  h2 span {
    font-weight: bold !important;
  }
  #articleBody h3 {
    padding: 0 10px 5px 29px;
    font-size: 17px;
    font-weight: bold;
  }
  #articleBody h3:before {
    left: 6px;
  }
  #articleBody p {
    line-height: 1.8;
    max-width: 100% !important;
    margin: 5px 10px;
  }
  img.alignnone {
    max-width: 100%;
    height: auto;
  }
  #articleBody ul {
    margin: 1em 1em 1.3em 2em;
  }
  #main li.snsFaceBook {
    margin-top: -5px !important;
  }
  #main .snsList {
    float: none;
    margin-left: 20px;
  }
  #main .boxAuthor {
    margin: 3em 7px 1em;
  }
  body.single #sub {
    width: 100%;
  }
  #sub .bnrList img {
    vertical-align: top;
    width: 100%;
  }
  .subBox .textwidget {
    display: none;
  }
  #globalFooter .footerwrap {
    padding: 10px;
    width: 95%;
    font-size: 12px;
    line-height: 2.5em;
    background-color: #eee;
  }
  .activityList_SP {
    padding: 2%;
  }
  #pageBody h2 {
    margin: 10px;
    padding: 10px 14px 10px;
    background: #F2F2F2;
    border-left: 6px solid #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: .04em;
  }
  body.page #main {
    width: 100%;
    float: none;
    margin: auto;
  }
  #pageBody section {
    width: 100%;
    margin: 25px auto;
  }
  #pageBody .alignLeft {
    display: none;
  }
  body.page #main {
    width: 100%;
    float: none;
    margin: auto;
  }
  #pageBody section {
    width: 100%;
    margin: 25px auto;
  }
  #pageBody .alignLeft {
    display: none;
  }
  #pageBody .organization_copy {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 20px 7px 15px;
    padding: 10px;
    height: 53px;
    border-radius: 5px;
    background: url(/wp/wp-content/themes/direkyo/img/info/organization_copy.png) no-repeat left center #F2F2EA;
    background-size: 96%;
    background-position: center;
  }
  #pageBody .column2 {
    -moz-columns: auto 2;
    -webkit-columns: auto 2;
    columns: inherit;
  }
  #pageBody .communityList .cover img {
    display: block;
    border: 1px solid #EFEFEF;
    width: 100% !important;
    margin: 0%;
  }
  .name.icon-group {
    font-weight: bold;
    margin: 10px;
  }
  .name.icon-page {
    font-weight: bold;
    margin: 10px;
  }
  #pageBody .speakerList .text {
    margin-left: 30%;
  }
  #pageBody .speakerList .pict {
    float: left;
    width: 23%;
  }
  .pict img {
    width: 95%;
    margin: 10px;
  }
#pageBody .communityList li {
    float: inherit;
    width: 100%;
    margin: 0 10px 20px;
}

#pageBody .communityList {
    margin: 0 -10px 20px;
    width: 100% !important;
}
  
#MessageOpen {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#MessageOpen a {
    display: block;
    z-index: 999;
    padding: 8px 0 0 8px;
    border-radius: 300px;
    width: 50px;
    height: 50px;
    background-color: #3479b8;
    opacity: 0.8;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
#MessageOpen a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.fa-3x {
    font-size: 30px;
}

.fa-envelope:before {
    content: "\f0e0";
    position: absolute;
    display: block;
    margin: -12px 0px 0px -18px;
}
.externalSite__caption.eventEnd {
    font-size: 21px;
}
#articleBody img.size-full {
    width: 100%;
    height: auto;
}
a.btn.wide {
    font-size: 18px !important;
    width: 90%;
}
#main .wide:after {
    display: none;
}
h2.topindexh2 {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    font-size: 23px;
}
h2.topindexh2 small {
    font-size: 40%;
}
#headImg .text {
    position: absolute;
    width: 100%;
    margin: 0 auto;
}
body.category-seminar #headImg .text img {
    top: 10px;
    left: 44%;
    width: 53%;
}
body.category-meetup #headImg .text img{
    top: 10px;
    left: 44%;
    width: 53%;
}
body#organization #headImg .text img{
    top: 10px;
    left: 44%;
    width: 53%;
}
body#members #headImg .text img{
    top: 10px;
    left: 44%;
    width: 53%;
}
#contents .categoryList, #main .categoryList {
    margin: -5px 0 10px 22px;
}
#homeAbout .btn {
    margin: 20px 20px 15px;
}
.externalSite {
    margin-top: 30px;
}
img.size-large {
    width: 100%;
    height: auto;
}

}


/* blockquote */
blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
