@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP",メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #000;
  padding-top: 54px;
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 16px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
  max-width: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
p {
  font-size: 16px;
  margin-bottom: 15px;
}
.futura {
  font-family: Futura, 'Century Gothic';
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */
#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
  margin: 0;
  border-top: 4px solid #4F569B;
}

#header .logo {
  width: 70%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 215px;
}

.hd_rightBtn_area {
  width: 90px;
  margin-left: auto;
}

#header .logo img {
  max-height: 22px;
  width: auto;
  /*margin-top: 13px;*/
}

.hdTop__area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:space-between;
  width: calc(100% - 50px);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  height: 50px;
}
.hdTop__area.hdTop__area--login {
  width: 100%;
}

.hdBtm__area {
  float: right;
  width: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hd_rightBtn_area a {
  display: block;
  font-size: 12px;
  background: url(images/top/ico-logout.png) no-repeat 93% 50%;
  background-size: 16px;
  background-color: #4F569B;
  cursor: pointer;
  text-align: left;
  color: #fff;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  float: right;
  min-width: 92px;
  max-width: 92px;
  padding: 16px 15px 16px 6px;
}

.hdTop__area .btn {
  display: none;
}

.hdTop__area .btn.active {
  /*display: block;*/
}
.hdTop__area.hdTop__area--login .btn.active {
  display: block;
  color: #fff;
  background-color: #4F569B;
  font-size: 16px;
  padding: 3px 6px;
  border-radius: 8px;
  line-height: 1.3;
  margin-left: 10px;
  margin-right: auto;
}

.navi_login_btn {
  display: none;
}

@media only screen and (max-width: 380px)  {
  #header .logo {
    width: 60%;
  }
  .hd_rightBtn_area {
    width: 90px;
  }
  .hd_rightBtn_area {
    float: none;
  }
}

/*FOOTER*/

#footer {
  width: 100%;
  background-color: #4F569B;
  padding-top: 20px;
}

#footer .grid {
  justify-content: space-between;
}

#footer .left__area p.ttl {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}

#footer .left__area p.txt {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

#footer .right__area p {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

#footer .right__area a.tel {
  display: inline-block;
  padding-left: 31px;
  background-size: 24px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 2px;
  color: #fff;
  background: url(images/top/ico-tell.png) no-repeat left 30%; 
  background-size: 24px;
}

#footer .right__area span {
  display: block;
  padding-left: 25px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}

#footer .copyright {
  height: 40px;
  line-height: 40px;
  background: #F5F6FB;
  padding: 0 20px;
  text-align: center;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .copyright p {
  font-size: 12px;
}

.copyright .mod_wrapper2 {
  margin-bottom: 0;
}

/* ==========================================================================
Project [ pages / ranking / promo... ]
========================================================================== */

/*----------------------
  TOP
----------------------*/
.mv {
  width: 100%;
  background-image: url(images/top/mv_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
  height: 170px;
}

.wpmem_msg {
  padding: 20px 20px 0!important;
  margin: 40px auto!important;
  box-sizing: border-box;
}

.mainTtl {
  width: 92.5%;
  margin: 0 auto;
  color: #fff;
  padding: 30px 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

/*トップお知らせ*/
.newsBox.mod_wrapper2 {
  background-color: rgba(255,255,255,.9);
  padding: 15px;
  /*margin-top: -30px;*/
  position: relative;
  margin-bottom: 20px;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lead {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.lead h2 {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 12px;
  text-align: left;
  line-height: 1.4;
  float: left;
  max-width: calc(100% - 80px);
}
.lead h2 span {
  display: block;
  color: #4F569B;
  font-size: 16px;
}
.lead .btn {
  float: right;
}
.newsList {
  display: block;
  width: 100%;
  /*border-top: 1px solid #cccccc;*/
}
.newsList li {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
  /*border-top: none;*/
  margin-bottom: 10px;
}
.newsList li .grid {
  display: block;
  background-color: #fff;
  padding: 10px;
  height: 100%;
}
.newsList li .date {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}
.newsList li p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  color: #4F569B;
}
.newsList li a {
  word-break: break-all;
}
.newsList li a p {
  text-decoration: underline;
  word-break: break-all;
}

/*トップ個別のお知らせ*/
.newsBox2.mod_wrapper2 {
  background-color: rgba(255,255,255,.8);
  padding: 15px;
  margin-top: -30px;
  position: relative;
  margin-bottom: 20px;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsBox2 .lead h2 {
  border-color: #DA3850;
  color: #DA3850;
}
.newsBox2 .lead h2 span {
  color: #808080;
}
.newsBox2_note {
  color: #DA3850;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.newsList2 > li {
  border: 1px solid #DA3850;
  margin-bottom: 10px;
}
.newsList2_item {
  display: block;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.newsList2_date {
  font-size: 16px;
  margin-bottom: 5px;
}
.newsList2_ttl {
  color: #DA3850;
  font-weight: bold;
  font-size: 18px;
}
a.newsList2_item .newsList2_ttl {
  text-decoration: underline;
  margin-bottom: 8px;
  word-break: break-all;
}
.newsList2_summary {
  clear: both;
  word-break: break-all;
}
.newsList2_item a {
  color: #DA3850;
  text-decoration: underline;
  word-break: break-all;
}

/*トップ掲示板　クラススケジュール*/

#top_con02 {
  justify-content: space-between;
}

#top_con02 .right__area {
  width: 100%;
}

#top_con02 .left__area {
  width: 100%;
  padding: 0 15px;
}

.bbs_Cat {
  margin-bottom: 20px;
}

.bbs_Cat a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bbs_Cat .ttl a {
  color: #4F569B;
  font-size: 18px;
}

.bbs_Cat .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #4F569B;
  margin-bottom: 8px;
}

.bbs_Cat .forum-list {
  border-top: 1px solid #cccccc;
  overflow: hidden;
  position: relative;
}
.bbs_Cat .forum-list:last-child {
  border-bottom: 1px solid #cccccc;
}
.bbs_Cat .forum-list:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-top: 3px solid #cccccc;
  border-right: 3px solid #cccccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bbs_Cat .forum-list a {
  line-height: 1.4;
  position: relative;
  padding: 12px 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 16px;
}
.gdbbx-badge-new-posts,
.gdbbx-badge-new-reply,
.gdbbx-badge-new-reply-topic,
.gdbbx-badge-new-topic,
.gdbbx-badge-unread-forum,
.gdbbx-badge-unread-topic {
  background-color: #4F569B!important;
  color: #fff!important;
  border-radius: 2px!important;
  padding: 1px 4px 0!important;
  margin: 0 4px 0 0!important;
  font-size: 16px!important;
  display: inline-block;
  margin: 12px 0 0!important;
}
.bbp-topic-title .gdbbx-badge-new-posts,
.bbp-topic-title .gdbbx-badge-new-reply,
.bbp-topic-title .gdbbx-badge-new-reply-topic,
.bbp-topic-title .gdbbx-badge-new-topic,
.bbp-topic-title .gdbbx-badge-unread-forum,
.bbp-topic-title .gdbbx-badge-unread-topic {
  margin: 3px 0 0!important;
}

.bbs_Cat .forum-list a:before {
}

.bbs_Cat a:hover .txt:before {
  right: 17px;
}


.right__area ul {
  margin-top: 20px;
}

.right__area li + li {
  margin-top: 10px;
}

.right__area ul li a {
  display: block;
  position: relative;
  font-weight: bold;
  color: #4F569B;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  background: url(images/top/ico-build.png) no-repeat 10px 15px;
  padding-left: 55px;
  background-size: 34px;
  background-color: #F5F6FB;
}

.right__area ul li a:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 26px;
  width: 14px;
  height: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-top: 3px solid #4F569B;
  border-right: 3px solid #4F569B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.right__area ul li a:hover:after {
  right: 17px;
}

.schedulelist {
  margin-bottom: 50px;
}

.schedulelist li {
  position: relative;
  padding: 0;
  padding-left: 18px;
}

.boxType .schedulelist>li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 12px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #4F569B;
}

.schedulelist li a {
  text-decoration: underline;
  word-break: break-all;
}

.l_layoutList {
  margin-bottom: 50px;
}

/*----------------------
  404
----------------------*/

.boxType.error {
  margin-bottom: 100px;
}

/*----------------------
  掲示板
----------------------*/

.btn_accordeon {
  overflow: hidden;
  margin-bottom: 30px;
}

.btn_accordeon a {
  display: block;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 0;
  padding-right: 40px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.btn_accordeon a.active:before {
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
  margin-top: -13px;
}

.btn_accordeon a:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  width: 16px;
  height: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-top: 3px solid #cccccc;
  border-right: 3px solid #cccccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open_guide {
  display: none;
  background-color: #f4f4f4;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.open_guide .ttl {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.open_guide h3 {
  margin-bottom: 5px;
}

.open_guide ul li {
  font-size: 16px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 18px;
}

.open_guide ul li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 7px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #4F569B;
}

.u_archive_forumsList #bbpress-forums {
  background-color: #f4f4f4;
  text-align: center;
  padding: 20px;
}

#bbpress-forums .u_archive_forumsList #bbp_search {
  border-radius: 3px;
  border: 1px solid #666666;
  font-size: 16px;
  box-shadow: none;
  padding: 0;
  padding-left: 10px;
  width: 73%!important;
  height: 30px;
}

.u_archive_forumsList #bbp_search_submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  width: 20%;
  height: 32px;
  border-radius: 3px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  background: #4F569B;
  border-bottom: #4F569B solid 3px;
}

.u_archive_forumsList #bbp_search_submit:active {
/*  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;*/
}

.u_cat_forums_List {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}

.u_cat_forums_List.none {
  margin-right: 0;
}

.u_cat_forums_List ul {
  margin-bottom: 30px!important;
}

.u_cat_forums_List ul li {
  border-bottom: 1px solid #cccccc;
}
.u_cat_forums_List ul li:first-child {
  border-top: 1px solid #ccc;
}
.u_cat_forums_List ul li a {
  display: block;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  padding: 12px 0;
  margin-bottom: 0;
  padding-right: 34px;
}


.u_cat_forums_List ul li a:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -9px;
  width: 12px;
  height: 12px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-top: 3px solid #cccccc;
  border-right: 3px solid #cccccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.u_cat_forums_List ul li a:hover:before {
  right: 17px;
}
.u_cat_forums_List .topic_count {
  float: left;
  width: 90px;
}

.u_cat_forums_List .topic_count em {
  background: url(images/topics/bg-sanka.png) no-repeat 0px 0px;
  background-size: 57px;
  color: #fff;
  padding-right: 15px;
  font-weight: bold;
  padding-left: 1px;
  letter-spacing: -0.06em;
  font-size: 16px;
  text-align: left;
}

.u_cat_forums_List .post_count {
  float: left;
  font-size: 16px;
  margin-top: 9px;
}

.u_cat_forums_List .post_count em {
  background: url(images/topics/bg-post.png) no-repeat 0px 1px/64px 23px,url(images/topics/bg-post.png) no-repeat right 0px top 1px/64px 23px;
  color: #fff;
  text-align: center;
  padding-right: 22px;
  font-weight: bold;
  padding-left: 12px;
  font-size: 16px;
}

.u_cat_forums_List .btnBLue {
  float: right;
  /*margin-top: -20px;*/
}

.u_cat_forums_List .btnBLue a {
  padding-left: 6px;
  padding-right: 6px;
}

.u_cat_forums_List .btnBLue .template_btn {
  background: none;
  background-color: #4F569B;
}

.u_cat_forums_List h3 {
  margin-bottom: 5px;
}
.u_cat_forums_List h3 a {
  color: #4F569B!important;
}

/*----------------------
  お知らせ
----------------------*/

.newsList_archive li:before {
  display: none;
}

div.boxType .newsList_archive {
  overflow: hidden;
}

div.boxType .newsList_archive li {
  float: none;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 9px;
  border-bottom: 1px solid #cccccc;
}


.newsList_archive li a {
  line-height: 1.4;
  padding: 10px 0;
  display: block;
  margin-bottom: 0;
}

.newsList_archive li .date {
  display: block;
  color: #4F569B;
}

.newsList_archive li a {
  word-break: break-all;
}
.newsList_archive li a p {
  text-decoration: underline;
  word-break: break-all;
}

.newsList_archive li a:hover p {
  text-decoration: none;
}

.news_SingleArea span.date {
  display: block;
  font-weight: bold;
  color: #4F569B;
  font-size: 16px;
  margin-bottom: 5px;
}

.news_SingleArea {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.news_SingleArea h1 {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: normal;
}
.news_SingleArea h4,
.news_SingleArea h5 {
  font-weight: bold;
  color: #4F569B;
}

.news_SingleArea .btn {
  margin: 40px auto;
  text-align: center;
  width: 100%;
}

.news_SingleArea .btn a {
  display: inline-block;
  text-decoration: none!important;
}

.prev_next_area {
  width: 100%;
  box-sizing: border-box;
  margin: 80px auto 100px;
  overflow: hidden;
}

.prev_next_area .next-link {
  text-indent: -9999px;
  float: right;
  background: url(images/top/next.png) no-repeat left center;
  width: 32px;
  height: 33px;
}

.prev_next_area .prev-link {
  text-indent: -9999px;
  float: left;
  background: url(images/top/prev.png) no-repeat left center;
  width: 32px;
  height: 33px;
}

.sp_ver_list li p {
  display: block;
  width: 100%;
}
/*----------------------
  TOPICS 一覧
----------------------*/

#bbpress-forums li.bbp-topic-voice-count {
  background: url(images/topics/bg-sanka.png) no-repeat 0px 3px;
  background-size: 57px;
  color: #fff;
  font-weight: bold;
  padding-left: 8px;
  font-size: 16px;
  text-align: left;
  width: 40%;
}

#bbpress-forums li.bbp-topic-voice-count span {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  background: none;
  padding-left: 0;
}

#bbpress-forums li.bbp-topic-reply-count {
  background: url(images/topics/bg-post.png) no-repeat 0px 3px;
  background-size: 64px 23px;
  color: #fff;
  font-weight: bold;
  padding-left: 12px;
  font-size: 16px;
  text-align: left;
  width: 30%!important;
  padding-top: 2px;
  padding-bottom: 2px;
}

#bbpress-forums li.bbp-topic-reply-count span {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
  color: #000;
  background: none;
  padding-left: 0;
  font-weight: normal;
}

.bbp-topic-post-date,
.bbp-reply-post-date,
#bbpress-forums li.bbp-topic-freshness .time_icon {
  text-align: left;
  background: url(images/topics/ico-time.png) no-repeat 0px 0px;
  background-size: 18px;
  font-size: 14px;
  padding-left: 28px;
}

.author_ico,
#bbpress-forums li.bbb-topic-voice-jimukyoku {
  float: left;
  width: 10%;
  background: url(images/topics/ico-human_gr.png) no-repeat 0 -3px;
  background-size: 19px;
  color: #DA3850;
  font-size: 16px;
  padding-left: 25px;
}

.author_ico {
  margin-right: 20px;
  width: 30%;
}

#bbpress-forums li.bbp-topic-title {
  float: none;
  width: 100%;
}

#bbpress-forums li.bbp-topic-title a {
  display: block;
  padding-bottom: 10px;
  padding-right: 30px;
  font-size: 16px;
  color: #333333;
}

#bbpress-forums ul.bbp-topics {
  border: none!important;
}

#bbpress-forums div.bbp-topic-header,
#bbpress-forums li.bbp-body ul.topic {
  position: relative;
}
#bbpress-forums li.bbp-body ul.topic:last-of-type {
  border-bottom: 1px solid #f4f4f4;
}

#bbpress-forums div.bbp-topic-header:before,
#bbpress-forums li.bbp-body ul.topic:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 26px;
  width: 16px;
  height: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-top: 3px solid #cccccc;
  border-right: 3px solid #cccccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bbpress-forums div.bbp-topic-header:active:before,
#bbpress-forums li.bbp-body ul.topic:active:before {
  right: 17px;
}

.bbp-reply-post-date {
  float: right;
  padding-right: 15px;
  font-size: 14px;
}

#bbpress-forums .singlepage__jimukyoku li.bbb-topic-voice-jimukyoku {
  margin-left: 350px;
}

.form_p_table {
  display: table;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.form_p_table label.
.form_p_table input {
  display: table-cell;
  vertical-align: middle;
}

.form_p_table label {
  width: 190px;
  font-size: 16px;
  margin-bottom: 10px!important;
}

#bbpress-forums fieldset.bbp-form input#bbp_topic_title,
.form_p_table input {
  margin: 0;
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 3px;
  /*height: 30px;*/
  /*padding-left: 15px;*/
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#bbpress-forums fieldset.bbp-form div.ttl {
  font-size: 16px!important;
  padding-top: 10px!important;
}

.bbp-form .bbp-form {
  background: none!important;
  padding: 0!important;
}

.comment_hissu {
  float: left;
  width: 190px;
}

.comment_hissu .ttl {
  font-size: 16px;
}

#bbpress-forums fieldset.bbp-form label span,
.comment_hissu .ttl span {
  display: inline-block;
  border: 1px solid #DA3850;
  font-size: 16px;
  padding: 2px 9px;
  color: #DA3850;
  margin-left: 10px;
}

.forumType {
  width: 100%;
  margin: 0 auto;
}

#main.u_body_forum .forumType {
  width: auto;
  padding: 0 10px;
}

.bbp-reply-author br {
  display: none;
}

.bbp-meta .bbp-reply-author {
  text-align: right!important;
  width: 100%!important;
}

.bbp-meta .bbp-reply-author a { 
  margin: 0!important;
}

#bbpress-forums p.bbp-topic-meta span {
  display: inline-block!important;
  background: url(images/topics/ico-human_gr.png) no-repeat 0 -3px;
  background-size: 19px;
  padding-left: 25px;
}

.bbp-reply-content .btn {
  float: right;
}

#bbpress-forums li.bbp-topic-freshness {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: left;
  padding-top: 7px;
}

.bbp-topic-freshness-author {
  margin-right: 20px;
}

.bbp-meta {
  /*background-color: #F5F6FB;*/
  overflow: hidden;
  padding: 15px;
}

.bbp-reply-header .bbp-meta {
  padding-top: 46px;
  padding-bottom: 0;
}

.bbp-meta .bbp-topic-voice-count {
  width: 15%;
}

#bbpress-forums div.bbp-search-form,
.bbp-breadcrumb {
  display: none;
}

#bbpress-forums .singlepage__jimukyoku {
  overflow: hidden;
  margin-bottom: -94px;
  padding: 10px 10px 24px;
  position: relative;
  border-top: 1px solid #ccc;
}

#bbpress-forums .singlepage__jimukyoku:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #F5F6FB;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#bbpress-forums .singlepage__jimukyoku .bbp-topic-voice-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0;
  background: none!important;
}

.hissuTtl {
  overflow: hidden;
  width: 100%;
}

.hissuTtl label {
  float: left;
  width: 190px;
  clear: left;
  margin-bottom: 10px !important;
}

.bbp-author-name {
  color: #DA3850;
  margin-right: 20px;
  margin-bottom: 5px;
}

.u_search {
  text-align: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 0 0px;
  /*border-bottom: 1px solid #ccc;*/
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.bbp-topic-title a {
  font-size: 16px;
  display: block;
  padding-right: 35px;
  margin-bottom: 10px;
}

#bbpress-forums ul.bbp-search-results {
  border: none!important;
}

#bbpress-forums .u_search ul {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

#bbpress-forums .u_search ul li.bbp-topic-voice-count {
  width: 30%;
  min-width: 110px;
}
#bbpress-forums .u_search ul li.bbp-topic-reply-count {
  width: 35%;
  min-width: 110px;
}
#bbp-search-results .bbp-topic-content .wpulike.wpulike-default:has(+ .gdbbx-attachments),
.wpulike.wpulike-default + .wpulike.wpulike-default {
  display: none;
}

#bbpress-forums .singlepage__jimukyoku .bbp-topic-reply-count {
  width: 30%;
}
#bbpress-forums .singlepage__jimukyoku .bbp-topic-voice-count {
  width: 30%;
}

.topics_archive_namae p {
  float: left;
  width: 280px;
  margin-bottom: 10px;
  font-size: 16px;
}

.topics_archive_namae p span {
  display: inline-block;
  border: 1px solid #DA3850;
  font-size: 16px;
  padding: 0px 5px;
  color: #DA3850;
  margin-left: 10px;
}

.topics_archive_namae input {
  margin: 0;
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 3px;
  /*height: 30px;*/
  /*padding-left: 15px;*/
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

div.bbp-template-notice.info.u_none {
  /*display: none!important;*/
}

#bbpress-forums .bbp-body div.bbp-reply-author .ico_author {
  display: inline-block;
  text-align: right;
  padding-left: 24px;
  background: url(images/topics/ico-human_gr.png) no-repeat 0 -3px;
  background-size: 19px;
  /*margin-top: 5px;*/
  margin-right: 0;
  margin-bottom: 0;
  font-size: 14px;
}

#bbpress-forums .bbp-body div.bbp-reply-author {
  margin-bottom: 5px!important;
}


#bbpress-forums div.bbp-reply-header.add {
  border-bottom: none;
  position: relative;
  padding: 10px;
}

#bbpress-forums div.bbp-reply-header.add:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -12px;
  width: 16px;
  height: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-top: 3px solid #cccccc;
  border-right: 3px solid #cccccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bbp-reply-title h3 a {
  line-height: 1.8;
  padding-right: 40px;
  display: inline-block;
}

p.ico_author {
  display: inline;
  background: url(images/topics/ico-human_gr.png) no-repeat 0 -3px;
  background-size: 19px;
  padding-left: 22px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.bbp-reply-header .bbp-meta.u_search {
  padding: 0 0 10px;
}

.bbp-reply-title h3 span,
#bbpress-forums div.bbp-topic-title h3 span {
  color: #000;
  line-height: 1.7;
}

.ico_author.active {
  color: #DA3850;
}

.user_edit .bbp-topic-edit-link ,
.user_edit .bbp-reply-edit-link {
  /*display: none!important;*/
}

#bbpress-forums fieldset.bbp-form p.form-allowed-tags {
  display: none!important;
}

.bbp-topic-freshness p.ico_author {
  margin: 0 10px 0 0;
  font-size: 14px;
}

input{
  font-size:16px;
}

div.bbp-template-notice.info {
  /*display: none!important;*/
}
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0!important;
}

.bbp-reply-content .bbp-topic-revision-log {
  display: none!important;
}
.bbp-topic-title .page-numbers {
  float: left;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  display: block;
  margin-right: 8px;
  padding: 0!important;
  line-height: 30px;
}
/*ログイン*/

#wpmem_login .form {
  width: 100%;
  margin: 30px auto!important;
}

#wpmem_login legend {
  width: 270px!important;
  clear: left;
  height: 110px;
  position: relative;
  text-align: center;
  padding-top: 32px;
  color: #fff;
  font-weight: bold!important;
  font-size: 18px!important;
  background-color: #4F569B;
  /*background-color: rgba(102,153,102,.8);*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wpmem_login legend:after {
  content: 'Login';
  position: absolute;
  left: 62px;
  top: 60px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

#wpmem_login label {
  width: 270px;
  display: block!important;
  margin: 5px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wpmem_login .div_text {
  margin: 0 auto!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px!important;
}

#wpmem_login .button_div {
  width: 270px!important;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wpmem_login .link-text {
  text-align: center!important;
  text-decoration: underline;
  word-break: break-all;
}

#wpmem_login input[type="text"],
#wpmem_login input[type="password"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wpmem_login fieldset {
  background-color: rgba(255,255,255,.8);
  padding-top: 20px!important;
}

#wpmem_login input[type="checkbox"],
#wpmem_login .button_div label {
  display: none!important;
}

#wpmem_msg a,
#wpmem_login input.buttons {
  display: block;
  font-size: 16px;
  background: url(images/top/ico-logout.png) no-repeat 90% 50%;
  background-size: 20px;
  background-color: #4F569B;
  cursor: pointer;
  text-align: center;
  color: #fff;
  min-width: 70px;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 3px solid #4F569B;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 7px 45px;
}

#wpmem_msg a {
  padding-right: 9px;
  width: 190px;
  padding-left: 9px;
  background: none;
  background-color: #4F569B;
}

#wpmem_login {
  width: unset!important;
  margin-top: -90px;
  position: relative;
  z-index: 3;
}
.wpmem_msg + #wpmem_login {
  margin-top: -10px;
}

#wpmem_msg {
  width: 100%!important;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  background: rgba(255,255,255,.8)!important;
  margin: 0 auto 60px;
  margin-top: -20px;
}

#wpmem_msg h2 {
  display: inline-block;
  margin-bottom: 30px;
}

#wpmem_restricted_msg {
  display: none;
}

.bbp-sort {
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

/*lv*/
#lv {
  width: 100%;
  background-image: url(images/page/lv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  /*height: 190px;*/
  padding-bottom: 50px;
}

#lv h1 ,
#lv span {
  font-size: 28px;
  font-weight: bold;
  color: #4F569B;
  display: block;
  padding: 90px 0 0;
}

.newsList2_item li ,
div.boxType:not(.boxType2) :not(.newsList_archive) li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}

.newsList2_item li:before ,
div.boxType:not(.boxType2) :not(.newsList_archive) li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 9px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #4F569B;
}

.newsList2_item ul li a ,
#body_sub:not(#main) .boxType:not(.boxType2) ul li a {
  text-decoration: underline;
  word-break: break-all;
}

.newsList2_item ul li a:hover ,
#body_sub:not(#main) .boxType ul li a:hover {
  text-decoration: none;
  /*color: #4F569B;*/
}

.newsList2_item ul ,
.newsList2_item ol ,
#body_sub:not(#main) .boxType ul ,
#body_sub:not(#main) .boxType ol {
  margin-bottom: 15px;
}

.newsList2_item ol li ,
#body_sub:not(#main) .boxType ol li {
  list-style-type: none;
  counter-increment: number;
  margin-bottom: 7px;
  font-size: 16px;
  color: #333;
}

.newsList2_item ol li:after ,
#body_sub:not(#main) .boxType ol li:after {
  content: counter(number) ".";
  margin-right: 5px;
  color: #4F569B;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.newsList2_item ol li:before ,
#body_sub:not(#main) .boxType ol li:before {
  display: none;
}

.newsList2_item table thead,
.newsList2_item table tbody,
#body_sub:not(#main) .boxType table thead,
#body_sub:not(#main) .boxType table tbody {
  text-align: left;
}

.newsList2_item table tr th ,
#body_sub:not(#main) .boxType table tr th {
  background-color: #F5F6FB;
  border: 1px solid #cccccc;
  font-weight: bold;
  color: #333333;
  min-width: 100px;
}

.newsList2_item table tr th ,
.newsList2_item table tr td ,
#body_sub:not(#main) .boxType table tr th ,
#body_sub:not(#main) .boxType table tr td {
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.newsList2_item table tr td ,
#body_sub:not(#main) .boxType table tr td {
  border: 1px solid #cccccc;
  text-align: left;
}


.newsList2_item a ,
#body_sub:not(#main) .boxType:not(.boxType2) a {
  text-decoration: underline;
  word-break: break-all;
}

strong {
  font-weight: bold;
}

/*btn*/
.btn {
  display: inline-block;
}

.btn.btn__block {
  display: block;
}
.btn a {
  display: block;
  font-size: 16px;
  background-color: #4F569B;
  cursor: pointer;
  text-align: center;
  color: #fff;
  min-width: 70px;
  box-shadow: 0 3px #1c2273;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 5px 10px;
}

.btn a:hover {
/*  box-shadow: none;
  position: relative;
  top: 3px;*/
}

.boxType {
  padding: 0 10px 20px;
  overflow: inherit;
}

#bbpress-forums div.bbp-reply-content .btn a,
.template_btn {
  display: inline-block;
  font-size: 16px;
  background-color: #4F569B;
  cursor: pointer;
  text-align: center;
  color: #fff;
  min-width: 70px;
  box-shadow: 0 3px #1c2273;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 6px 37px;
}

.template_btn {
  background: url(images/top/ico-target.png) no-repeat 97% 80%;
  background-color: #4F569B;
  background-size: 13px;
}

#bbpress-forums div.bbp-reply-content .btn a {
  padding-left: 10px;
  padding-right: 10px;
}


.topics_archive_namae {
  margin-top: 10px;
}

.topics_archive_namae p.spe_pos_txt > br {
  display: none;
}

.template_btn:hover {
/*  box-shadow: none;
  position: relative;
  top: 3px;*/
}

/*pdf docx xlsx pptx*/
div.boxType a[href$=".pdf"] {
  padding-right: 36px;
  background-image: url(images/top/icon-pdf.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline;
}

div.boxType a[href$=".xlsx"] {
  padding-right: 36px;
  background-image: url(images/top/icon-xls.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline;
}

div.boxType a[href$=".docx"] {
  padding-right: 36px;
  background-image: url(images/top/icon-doc.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline;
}

div.boxType a[href$=".pptx"] {
  padding-right: 36px;
  background-image: url(images/top/icon-ppt.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-left: 2px solid #4F569B;
  padding-left: 15px;
  padding-top: 3px;
  margin-bottom: 20px;
}

h3 {
  font-weight: bold;
  color: #4F569B;
  clear: both;
  font-size: 18px;
  margin-bottom: 18px;
}

/*lv*/

.lv {
  padding-bottom: 55px;
  margin-bottom: 50px;
  border-bottom: 1px solid #c8c8c8;
}

.lv.about {
  margin-bottom: 0;
}

/*breadcrumbs*/
.breadcrumbs {
  width: 100%;
  position: relative;
  text-align: right;
  margin-top: -40px;
  z-index: 5;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  font-size: 12px;
}

.breadcrumbs ul {
  border-radius: 5px;
  background-color: rgba(255,255,255,.8);
  overflow: hidden;
  padding: 10px 15px 15px 10px ;
  margin-bottom: 0;
  display: block;
  width: 96%;
  word-break: break-all;
}

.breadcrumbs ul li {
  padding: 10px 0;
  font-size: 12px;
  display: inline;
}

.breadcrumbs ul li.bc_top a {
  color: #4F569B;
  text-decoration: underline;
  word-break: break-all;
}

.breadcrumbs ul li.arrow {
  margin: 0 2px;
}

.breadcrumbs ul li.bc_second ,
.breadcrumbs ul li.bc_second a {
  color: #000000;
}

.breadcrumbs ul li.bc_second a {
  text-decoration: underline;
  word-break: break-all;
}

/*pagenation*/

.pagenavi {
  text-align: left;
  margin: 0px 0 20px;
  clear: both;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a, 
.wp-pagenavi span {
  text-decoration: none!important;
  color: #4F569B;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  width: 28px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #999999;
  margin: 2px 3px!important;
  display: inline-block;
}

.wp-pagenavi a.previouspostslink ,
.wp-pagenavi a.nextpostslink {
  color: #4F569B;
}

.wp-pagenavi span.current {
  font-weight: normal;
  color: #000;
  background-color: #f4f4f4;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

.mod_wrapper2 {
  margin-right: auto;
  margin-left: auto;
  width: 92.5%;
  padding: 0;
  margin-bottom: 30px;
}

.mod_wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 92.5%;
  padding: 30px 0;
}

/* menu */
.menu,
.menu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu {
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  float: right;
}
.menu span {
  position: absolute;
  left: 12px;
  width: 26px;
  height: 3px;
  background-color: #4F569B;
}
.menu span:nth-of-type(1) {
  top: 14px;
}
.menu span:nth-of-type(2) {
  top: 23px;
}
.menu span:nth-of-type(3) {
  bottom: 15px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/*#navi */
#navi {
  display: none;
}
.menu.active + #navi {
  display: block;
  position: fixed;
  top: 54px;
  left: 0;
  border-top: 2px solid #4F569B;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
}

#navi>ul {
  display: block;
  /*background-color: rgba(69,107,85,.9);*/
  background-color: #4F569B;
}

#navi>ul>li {
  position: relative;
  width: 100%;
}

#navi>ul>li>a {
  padding: 18px 20px 18px;
  line-height: 1;
  color: #fff;
  display: block;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  font-size: 100%;
  font-weight: bold;
  position: relative;
}

#navi>ul>li.drive_navi {
  background: url(images/top/ico-target.png) no-repeat 150px 20px #4F569B;
  background-size: 12px;
}

#navi>ul>li.btnMenu {
  padding: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#navi>ul>li>span.toggle {
  position: absolute;
  right: 0px;
  top: 0;
  height: 50px;
  width: 40px;
  color: #fff;
  text-align: center;
  display: block;
  background-color: rgba(255,255,255,.2);
}

#navi>ul>li>span.toggle:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 3px;
  background: #fff;
  left: 14px;
  top: 22px;
  transition: all .4s;
}

#navi>ul>li>span.toggle:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 15px;
  background: #fff;
  left: 20px;
  top: 16px;
  transition: all .4s;
}

#navi>ul>li>span.toggle.active:after {
  -webkit-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);
}

.gnav_item_second>li>a {
  padding: 13px 0 13px;
  padding-left: 20px;
  display: block;
  color: #fff;
  position: relative;
}

.gnav_item_second>li>a:after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navi ul.gnav_item_second {
  display: none;
  background-color: rgba(69,107,85,.8)
}

@media screen and (max-width:450px) {
  .top_about_list li .imgBox {
    margin-right: 15px;
  }
}

@media screen and (max-width:390px) {
  .top_about_list li .imgBox {
    width: 35%;
  }
  .top_about_list li .txtBox {
    width: 65%;
  }
}

@media screen and (max-width:350px) {
  .top_about_list li .imgBox {
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #top_staff .lead {
    margin-bottom: 10px;
  }
  .btn span {
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .top_about_list li .txtBox .txt {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 16px !important;
}
.u-fz-14{
  font-size: 16px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0,
.u-mt-0 span{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

.u-list {
  padding-left: 1em;
  text-indent: -1em;
}

.u-fc-red {
  color: #DA3850;
}
.u-fc-green {
  color: #4F569B;
}



/*ここから追加デザイン*/
.formBlock {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
.formBlock dl {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.formBlock dl dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #4F569B;
}
.formBlock dl dt span {
  font-size: 16px;
  color: #4F569B;
  display: block;
  font-weight: normal;
}
/*.form_txt {
  text-align: center;
  margin-top: 20px;
}
.form_txt.first {
  margin-top: 80px;
}
.form_txt a {
  color: #CC3333;
}*/
.submit {
  padding: 12px 20px;
  min-width: 151px;
  background-color: #4F569B;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 100%;
  height: auto;
  border: none;
  /*margin-top: 30px;*/
  box-shadow: none;
  font-weight: bold;
}
.reset {
  padding: 12px 20px;
  min-width: 151px;
  background-color: #4F569B;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  margin-top: 30px;
  font-weight: bold;
}
.formBlock .btn {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 40px;
  width: 170px;
  height: 46px;
  line-height: 46px;
  display: block;
}

.file_table {
  background-color: #fff;
  border: none;
  table-layout: fixed;
}
.file_table tbody {
  border: 1px solid #fff;
}
.file_table tr {
  border-bottom: 1px solid #D3D2D3;
}
.file_table th {
  background-color: #4F569B!important;
  color: #fff!important;
  font-weight: bold;
  text-align: left;
  border: 1px solid #fff!important;
  padding: 10px 5px!important;
  font-size: 16px!important;
}
.file_table td {
  text-align: left;
  border: none!important;
  padding: 12px 5px!important;
  font-size: 16px!important;
}
.file_table td a {
  color: #4F569B;
  text-decoration: underline;
  word-break: break-all;
}
.file_table th:nth-of-type(1),
.file_table td:nth-of-type(1){
  width: 15%;
}
.file_table th:nth-of-type(2),
.file_table td:nth-of-type(2){
  width: 45%;
}
.file_table th:nth-of-type(3),
.file_table td:nth-of-type(3){
  width: 40%;
}


.btn_submission {
  padding: 12px 6px;
  min-width: 110px;
  background-color: #4F569B;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 90%;
  height: auto;
  border: none;
  margin-top: 20px;
  box-shadow: none;
  font-weight: bold;
  text-decoration: none!important;
  z-index: 100;
  position: relative;
  display: inline-block;
}
.btn_submission_off {
  border: 1px solid #4F569B;
  padding: 12px 6px;
  min-width: 110px;
  background-color: #fff;
  color: #4F569B;
  border-radius: 5px;
  cursor: pointer;
  font-size: 90%;
  height: auto;
  margin-top: 20px;
  box-shadow: none;
  font-weight: bold;
  text-decoration: none!important;
  z-index: 100;
  position: relative;
  display: inline-block;
}
ul.wpuf-form .wpuf-el ,
form ul.wpuf-form li {
  padding: 0;
}
ul.wpuf-form .wpuf-el.field-size-large {
  margin-bottom: 10px;
}
.wpuf-form-layout1 {
  border: 1px solid #4F569B;
  padding: 10px;
}
.wpuf-fields .textfield {
  margin: 0;
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 3px;
  height: 30px;
  padding-left: 15px;
  width: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpuf-submit-button {
  -webkit-apearance:none;
  border: none;
  display: block;
  font-size: 16px;
  background: none;
  background-color: #4F569B;
  cursor: pointer;
  text-align: center;
  color: #fff;
  min-width: 70px;
  box-shadow: 0 3px #1c2273;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 12px 40px;
}
.wpuf-submit-button:hover {
  opacity: .8;
/*  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;
  box-shadow: none;*/
}
.quick-chat-users-container-left {
  display: none;
}


/* chat */
.chat_wrap #subscription-toggle,
.chat_wrap .bbp-template-notice.info,
.chat_wrap #new-post legend ,
/*.chat_wrap #bbpress-forums fieldset.bbp-form p,*/
.chat_wrap #topic_form_ttl ,
.chat_wrap .topics_archive_namae ,
.chat_wrap .user_edit,
.chat_wrap .bbp-pagination-count,
.chat_wrap .bbp-topic-reply-count,
.chat_wrap .reply_wrap:first-of-type,
.chat_wrap #bbpress-forums .singlepage__jimukyoku:before {
  display: none;
}
.chat_wrap #bbpress-forums .bbp-body div.bbp-reply-author .ico_author {
  margin-bottom: 0;
}
.chat_wrap #bbpress-forums div.bbp-the-content-wrapper {
  float: none;
  margin: 0;
  width: 100%;
}
.chat_wrap div.bbp-submit-wrapper {
  margin-top: 0;
}
.chat_wrap #bbpress-forums div.bbp-topic-content,
.chat_wrap #bbpress-forums div.bbp-reply-content,
.chat_wrap #bbpress-forums div.odd,
.chat_wrap #bbpress-forums div.bbp-reply-header {
  border: none;
}
.chat_wrap #bbpress-forums .singlepage__jimukyoku {
  margin-bottom: 0;
}
.chat_wrap .reply_wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  clear: both;
  margin-bottom: 20px;
}
.chat_wrap .bbp-meta {
  position: absolute;
  bottom: 0;
  padding-left: 45px;
  padding-right: 40px;
}
.chat_wrap #bbpress-forums div.odd,
.chat_wrap #bbpress-forums .singlepage__jimukyoku {
  background: none;
  border: none;
}
.chat_wrap .bbp-meta .bbp-reply-author {
  width: auto!important;
  padding-right: 20px;
  text-align: left!important;
}

.chat_wrap #bbpress-forums div.bbp-reply-content p {
  background-color: #f4f4f4;
  border-radius: 16px;
  border-top-left-radius: 0;
  padding: 14px;
  display: inline-block;
  margin-left: 45px;
  margin-bottom: 0;
  float: left;
  max-width: 70%;
  word-wrap: break-word;
}

.chat_wrap #bbpress-forums div.bbp-reply-content {
  position: relative;
}
.chat_wrap #bbpress-forums div.bbp-reply-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/ther_icn.png);
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
}
.chat_wrap #bbpress-forums .reply_wrap.ownReply div.bbp-reply-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-image: url(images/my_icn.png);
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
}
.chat_wrap #bbpress-forums .reply_wrap.ownReply div.bbp-reply-content p {
  background-color: #f4f4f4;
  border-radius: 16px;
  border-top-right-radius: 0;
  padding: 14px;
  display: inline-block;
  max-width: 540px;
  margin-left: auto;
  margin-right: 45px;
  margin-bottom: 0;
  float: right;
  background-color: #E2EBE2;
  max-width: 70%;
  word-wrap: break-word;
}
.chat_wrap .reply_wrap.ownReply .bbp-meta {
  position: absolute;
  bottom: 0;
  right: 0;
}
.chat_wrap .reply_wrap.ownReply .bbp-meta .bbp-reply-author {
  text-align: right!important;
}
.chat_wrap span.bbp-reply-post-date {
  float: left;
  font-size: 14px;
}
.chat_wrap .reply_wrap.ownReply span.bbp-reply-post-date {
  float: right;
}
.chat_wrap #bbpress-forums div.odd {
  margin: 0;
}
.chat_wrap .div.bbp-forum-header,.chat_wrap  div.bbp-topic-header,.chat_wrap  div.bbp-reply-header,.chat_wrap  li.bbp-body div.hentry {
  padding: 0;
}
.chat_wrap .keyaster_edit {
  clear: both;
  padding-top: 10px;
}
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"] {
  margin: 0;
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 3px;
  height: 30px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
.mw_wp_form input[type="number"].point {
  margin: 0;
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 3px;
  height: 30px;
  padding: 0 10px;
  width: 60px;
  box-sizing: border-box;
  font-size: 16px;
}
.mw_wp_form input.readonly,
.mw_wp_form input.readonly {
  border: none;
  font-size: 16px;
}
.mw_wp_form textarea {
  margin: 0;
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 3px;
  height: 30px;
  padding: 10px;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  font-size: 16px;
}


.tab-group{
    display: flex;
    justify-content: center;
}
.tab{
    flex-grow: 1;
    padding:10px 5px;
    list-style:none;
    text-align:center;
    cursor:pointer;
    margin: 0 5px;
    border-radius: 10px;
    margin-bottom: 40px;
    background:#f4f4f4;
}
.panel-group{
    border-top:none;
}
.panel{
    display:none;
}
.tab.is-active{
    background:#4F569B;
    color:#FFF;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}

.forumType #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  box-sizing: border-box!important;
  font-size: 16px;
}
#bbp_topic_subscription ,
#bbp_topic_subscription + label {
  display: none!important;
}
.chat_wrap h3 {
  display: none;
}
.bbp-replies .bbp-body {
  /*display: none;*/
}
.bbp-replies .bbp-body.show {
  display: block;
}
.subscription-toggle {
  display: inline-block;
  font-size: 16px;
  background-color: #4F569B;
  cursor: pointer;
  text-align: center;
  color: #fff;
  min-width: 70px;
  box-shadow: 0 3px #1c2273;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 5px 10px;
}

#bbpress-forums .bbp-admin-links a.bbp-topic-super-sticky-link {
  display: none;
}
#bbpress-forums .bbp-admin-links a.bbp-topic-edit-link,
#bbpress-forums .bbp-admin-links a.bbp-topic-unsticky-link,
#bbpress-forums .bbp-admin-links a.bbp-topic-sticky-link,
#bbpress-forums .bbp-admin-links a.bbp-reply-edit-link,
#bbpress-forums .bbp-admin-links a.bbp-reply-restore-link,
#bbpress-forums .bbp-admin-links a.bbp-reply-delete-link,
#bbpress-forums .bbp-admin-links a.bbp-topic-trash-link,
#bbpress-forums .bbp-admin-links a.bbp-reply-trash-link{
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  min-width: auto;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 5px 20px 4px;
  box-shadow: 0 3px #900;
  background-color: #DA3850;
}
#bbpress-forums .bbp-reply-content .bbp-admin-links a.bbp-topic-reply-link,
#bbpress-forums .bbp-reply-content .bbp-admin-links a.bbp-reply-to-link,
#bbpress-forums div.bbp-reply-content .btn a {
  display: inline-block;
  font-size: 16px;
  background-color: #4F569B;
  cursor: pointer;
  text-align: center;
  color: #fff;
  min-width: auto;
  box-shadow: 0 3px #1c2273;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 5px 20px 4px;
}
#bbpress-forums .bbp-admin-links a.bbp-topic-split-link,
#bbpress-forums .bbp-admin-links a.bbp-reply-spam-link,
#bbpress-forums .bbp-admin-links a.bbp-topic-spam-link,
#bbpress-forums .bbp-admin-links a.bbp-topic-merge-link,
#bbpress-forums .bbp-admin-links a.bbp-reply-move-link{
  display: none;
}
.gallery-item {
  padding: 3px;
  box-sizing: border-box;
}
.gallery-icon img {
  border: 1px solid #cfcfcf!important;
  width: 100%;
  height: auto;
  padding: 5px;
}
#bbpress-forums li.bbp-topic-title .gdbbx-new-topic-replies {
  display: none;
}
.form_note {
  position: relative;
  padding-left: 2em;
  text-indent: -1.3em;
  margin-top: 5px;
}
.form_note svg {
  padding-right: 3px;
  color: tomato;
}


/* buddypress */
#buddypress {
  padding: 10px 0 50px;
}
.members-search,
.members-type-navs,
#settings-personal-li,
#forums-personal-li {
  display: none!important;
}
.list-wrap .item-avatar {
  margin-bottom: 10px;
}
.bp-list li .item .list-title {
  font-size: 16px!important;
  border: none!important;
}
#members-order-by {
  width: 90%;
}

#buddypress {
  padding: 10px 0 50px;
}
.bp-list li .item-meta, .bp-list li .meta,
.buddypress-wrap .bp-pagination,
.buddypress-wrap .bp-feedback,
.buddypress-wrap .field-visibility-settings, .buddypress-wrap .field-visibility-settings-header,
.single-headers .item-meta {
  color: #333!important;
}
.buddypress-wrap .bp-navs li:not(.current) a:focus, .buddypress-wrap .bp-navs li:not(.current) a:hover, .buddypress-wrap .bp-navs li:not(.selected) a:focus, .buddypress-wrap .bp-navs li:not(.selected) a:hover {
  background-color: #f4f4f4!important;
  color: #333!important;
}
#subnav-filters,
.editfield.field_3 ,
.editfield.field_1 ,
.field-visibility-settings-notoggle,
.main-navs,
.buddypress-wrap .item-body .screen-heading,
.bp-avatar-status .warning,
.bp-avatar-nav,
.bp-cover-image-status .warning,
#bp-delete-cover-image-container p,
.change-avatar .bp-feedback,
.change-cover-image .bp-feedback,
.members-search,
.members-type-navs,
#settings-personal-li,
#forums-personal-li {
  display: none!important;
}
.bp-list li .item .item-block {
  width: 100%!important;
}
.last-activity {
  margin-top: 1px!important;
}
.bp-list li {
  margin: 0!important;
  padding: 20px 0!important;
}
.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {
  box-shadow: none!important;
  border-color: #4F569B!important;
}
#buddypress h2 {
  font-weight: bold!important;
}
#edit-personal-li a:before ,
#public-personal-li a:before {
  content: "プロフィールを";
  margin-right: -0.3em;
}
#item-header-cover-image,
.single-headers {
  margin-bottom: 0!important;
}
.buddypress-wrap .standard-form input:not(.small), .buddypress-wrap .standard-form textarea,
body #buddypress input[type=reset], body #buddypress input[type=search], body #buddypress select, body #buddypress textarea,
.buddypress-wrap .standard-form input[required]:valid, .buddypress-wrap .standard-form select[required]:valid, .buddypress-wrap .standard-form textarea[required]:valid {
  background-color: #fff!important;
  margin: 5px 0;
}
.buddypress-wrap .standard-form .submit {
  background-color: #4F569B!important;
  box-shadow: 0 3px #1c2273!important;
  font-size: 16px;
  padding: 14px 0!important;
  width: 300px!important;
  margin: 20px auto 0!important;
  border-radius: 3px!important;
}
#profile-group-edit-submit {
  -webkit-appearance: none;
  border: none!important;
  background: none!important;
  color: #fff;
  font-weight: bold;
}
#profile-group-edit-submit:hover {
  cursor: pointer;
}
.buddypress-wrap .select-wrap select {
  text-indent: 0!important;
}
.buddypress-wrap table.profile-fields .data {
  background: #fff!important;
}
#buddypress #item-header-cover-image #item-header-avatar, .bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar, #buddypress div#item-header #item-header-cover-image #item-header-content {
  box-sizing: border-box;
}
.buddypress-wrap .bp-subnavs li.current a, .buddypress-wrap .bp-subnavs li.current a:focus, .buddypress-wrap .bp-subnavs li.current a:hover, .buddypress-wrap .bp-subnavs li.selected a, .buddypress-wrap .bp-subnavs li.selected a:focus, .buddypress-wrap .bp-subnavs li.selected a:hover {
  background-color: #4F569B!important;
}
.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li {
  background: #fafafa!important;
}
.buddypress-wrap .bp-tables-user tr td {
  border: 1px solid #eaeaea!important;
}
#members-list .list-wrap {
  display: flex!important;
  align-items: center;
}
.bp-list li .item .item-extra-content,
.bp-list li .item .item-meta,
.bp-list li .item .list-title {
  text-align: left!important;
  padding: 0 0 0 10px!important;
}
.bp-list li .item .item-extra-content {
  font-size: 16px!important;
}
.bp-list li .item-avatar img.avatar {
  width: 80px!important;
  height: 80px!important;
}
.bp-list li .item{
  width: calc(100% - 80px);
}

.bp-avatar-status:before {
  content: 'プロフィール画像推奨サイズ：幅154px、横154px以上の正方形（画面上でトリミング機能あり）\A※画像のアップロードは、1ファイル5MBまでの制限があります。大きすぎない画像をご用意ください。';
  white-space: break-spaces;
}
.bp-cover-image-status:before {
  content: 'カバー画像推奨サイズ：幅1300px、横225px以上の横長サイズ（トリミング機能なし）\A※カバー画像は、上記比率のサイズでない場合は、上下又は左右カットされて表示されます。\Aまた、スマホは機種によって表示サイズが違うため、機種毎にカットされる範囲が異なります。\A再度画像をあげなおすことも可能ですので、登録後表示確認をしてカバー画像を決定してください。\A※画像のアップロードは、1ファイル5MBまでの制限があります。大きすぎない画像をご用意ください。';
  white-space: break-spaces;
}

/*.forumType .bbp-pagination-count,*/
.forumType .single-headers .activity {
  font-size: 14px;
}
.forumType .buddypress-wrap .profile-fields td,
.forumType .buddypress-wrap .bp-subnavs li a,
.forumType #bbpress-forums div.bbp-reply-content p,
.forumType #new-post legend,
.forumType div.bbp-template-notice p,
#bbpress-forums {
  font-size: 16px;
}
.bbp-form .wp-editor-container {
  border: 1px solid #666666;
  width: 100%;
  border-radius: 3px;
}

.bbp-form div.bbp-submit-wrapper button {
  background-color: #DA3850;
  width: auto!important;
  height: auto!important;
  line-height: normal!important;
  border-color: #900;
  font-size: 16px;
}

.forumType .gdbbx-attachments,
.forumType .gdbbx-attachments-errors {
  border: none;
}

#bbpress-forums > h3,
.groups-header,
.forumType .gdbbx-attachments h6,
.forumType .gdbbx-attachments-errors h6 {
  display: none;
}
.forumType .bbp-form .gdbbx-attachments-form .gdbbx-validation-active .gdbbx-attachment-preview {
  background: unset;
}
.forumType #bbpress-forums li,
body #buddypress li.bbp-topic-reply-count ,
body #buddypress li.bbp-body {
  background-color: unset!important;
  margin: 0;
}

.form__note__head {
  font-size: 16px;
  padding: 10px 40px 10px 10px;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.form__note__head:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  width: 16px;
  height: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-top: 3px solid #cccccc;
  border-right: 3px solid #cccccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form__note__head.active:before {
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
  margin-top: -13px;
}
.form__note__body {
  display: none;
  padding: 20px 10px;
  background-color: #fff;
}
.form__note__body li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 16px;
}
.form__note2 {
  clear: both;
  font-size: 16px;
  padding-top: 20px;
}