@charset "UTF-8";

/****************************
  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 {
  background: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP",メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: 1.6;
  color: #000000;
  min-width: 1200px;
}

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;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

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

input[type="text"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: 1px solid #333333;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
}


/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */
#header {
  padding: 10px 0 0;
  position: relative;
  top: 0;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 3;
}

.hdTop__area .logo {
  float: left;
  max-width: 249px;
  margin-right: 33px;
  margin-top: 6px;
}

.hdTop__area .btn {
  float: left;
  margin-top: 8px;
}

.hdTop__area .hd_rightBtn_area {
  float: right;
}

.hd_rightBtn_area a {
  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: 80px;
  /*box-shadow: 0 3px #1c2273;*/
  border-bottom: 3px solid #1c2273;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 7px 35px;
}

.hd_rightBtn_area a:hover {
/*  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;*/
}

.hdTop__area .btn span {
  font-size: 16px;
  border-radius: 25px;
  box-shadow: none;
  line-height: 1;
  display: block;
  font-size: 16px;
  background-color: #4F569B;
  text-align: center;
  color: #fff;
  min-width: 80px;
  box-shadow: 0 3px #1c2273;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  border-radius: 25px;
  box-shadow: none;
  padding: 5px 10px;
  line-height: 1;
}

.hdTop__area .btn a:hover {
  /*top: 0;*/
}

.hdBtm__area {
  margin-top: 18px;
  clear: both;
}

#navi ul {
  width: 100%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  background-color: #4F569B;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

#navi ul li {
  /*width: 25%;*/
  width: 33%;
}

#navi ul li a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 18px;
  position: relative;
  padding: 22px 0;
  font-weight: bold;
}

#navi ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 52px;
  background: #fff;
  width: 1px;
}

#navi ul li:first-child a:before {
  display: none;
}
#navi ul li:nth-of-type(2) a ,
#navi ul li:nth-of-type(3) a ,
#navi ul li:nth-of-type(5) a  {
  padding: 15px 0;
  line-height: 1.3;
}

.navi_login_btn {
  float: right;
}

.navi_login_btn a {
  display: block;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 16px;
  position: relative;
  padding: 15px 25px;
  font-weight: bold;
  background: url(images/top/ico-target.png) no-repeat 90% 80% #4F569B;
  background-size: 16px;
}

/*FOOTER*/

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

#footer .grid {
  justify-content: space-between;
  width: 1030px;
  margin: 0 auto;
}

#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: 0;
}

#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;
}

.copyright {
  background-color: #F5F6FB;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

.copyright p {
  margin-bottom: 0;
  color: #333;
}

/* ==========================================================================
Project [ articles / page / promo... ]
========================================================================== */


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

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

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

/*トップお知らせ*/
.newsBox.mod_wrapper2 {
  background-color: rgba(255,255,255,.8);
  padding: 15px;
  /*margin-top: -80px;*/
  position: relative;
  margin-bottom: 40px;
  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: 24px;
  text-align: left;
  line-height: 1.4;
  float: left;
}
.lead h2 span {
  display: block;
  color: #4F569B;
  font-size: 18px;
}
.lead .btn {
  float: right;
}
.newsList {
  display: block;
  overflow: hidden;
}
.newsList li {
  width: 303px;
  margin-right: 10px;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.newsList li:nth-child(3) {
  margin-right: 0;
}
.newsList li .grid {
  display: block;
  background-color: #fff;
  padding: 15px;
  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;
  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,.9);
  padding: 15px;
  margin-top: -80px;
  position: relative;
  margin-bottom: 40px;
  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;
  position: relative;
}
.newsList2_item {
  display: block;
  width: 100%;
  padding: 16px;
  min-height: 70px;
  overflow: hidden;
  box-sizing: border-box;
}
.newsList2_date {
  float: left;
  width: 120px;
}
.newsList2_ttl {
  font-size: 18px;
  float: left;
  width: calc(100% - 120px);
  color: #DA3850;
  font-weight: bold;
}
a.newsList2_item .newsList2_ttl {
  text-decoration: underline;
  word-break: break-all;
}
.newsList2_summary {
  clear: both;
  padding-left: 120px;
}
.newsList2_item a {
  color: #DA3850;
  text-decoration: underline;
  word-break: break-all;
}

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

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

#top_con02 .right__area {
  width: 310px;
}

#top_con02 .left__area {
  /*width: 618px;*/
  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 {
  font-size: 20px;
  font-weight: bold;
  color: #4F569B;
  margin-bottom: 8px;
}
.bbs_Cat .ttl a {
  color: #4F569B;
}

.bbs_Cat .forum-list {
  border-top: 1px solid #cccccc;
  overflow: hidden;
}
.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: 15px 0;
  margin-bottom: 0;
  padding-right: 40px;
  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;
  /*float: left!important;*/
  margin: 14px 5px 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 5px 0 0!important;
}

.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;
}

.main_scheduleWrap {
  overflow: hidden;
}

.l_layoutList {
  float: left;
  width: 50%;
}

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

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


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

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

.btn_accordeon a {
  display: block;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  padding-left: 20px;
  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: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.open_guide .ttl {
  font-weight: bold;
  font-size: 18px;
  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: 360px!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: 80px;
  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;
  font-size: 16px;
}
.u_archive_forumsList #bbp_search_submit:hover {
  cursor: pointer;
}

.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: left;*/
  width: 100%;
  /*margin-right: 40px;*/
  margin-bottom: 50px;
}

.u_cat_forums_List:nth-of-type(2n) {
  margin-right: 0;
}
.u_cat_forums_List:nth-of-type(2n+1) {
  clear: both;
}

.u_cat_forums_List ul {
  /*margin-bottom: 50px!important;*/
}

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

.u_cat_forums_List ul li:first-child a {
  border-top: 1px solid #ccc;
}

.u_cat_forums_List ul li a: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);
}

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

.u_cat_forums_List .topic_count em {
  background: url(images/topics/bg-sanka.png) no-repeat 0px 1px;
  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;
}

.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: 24px;
  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: 9px;
  padding-right: 9px;
}

.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;
}

.main_head_ttlh2 {
  margin-left: 15px;
}

#bbpress-forums li.bbp-footer {
  display: none!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;
  border-bottom: 1px solid #cccccc;
}

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

.newsList_archive li a: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); 
}

.newsList_archive li a:hover:before {
  right: 17px;
}

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

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

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

.newsList_archive li a:hover {
  color: #333;
}

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

.news_SingleArea {
  width: 860px;
  margin: 0 auto;
}
.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: 760px;
  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;
}

/*----------------------
  TOPICS 一覧
----------------------*/

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

#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 2px;
  /*background-size: 57px;*/
  background-size: 62px 20px;
  color: #fff;
  font-weight: bold;
  padding-left: 12px;
  font-size: 16px;
  text-align: left;
}

#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: 21px;
  font-size: 16px;
  padding-left: 30px;
}

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

.author_ico,
#bbpress-forums p.bbp-topic-meta span {
  width: 200px;
  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 {
  width: auto;
  margin-right: 20px;
}

#bbpress-forums p.bbp-topic-meta {
  padding: 0 !important;
  margin: 0!important;
  width: 140px;
}

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

#bbpress-forums li.bbp-topic-title a {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding-right: 35px;  
  color: #333333;
}

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

#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 {
  position: relative;
}

#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:before{
  top: 50%;
  margin-top: -30px;
}

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

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

#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;
}

#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;*/
  padding: 10px;
  width: 100%;
}

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

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

.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: 1030px;
  margin: 0 auto;
}

#main.u_body_forum .forumType {
  width: auto;
}

#bbpress-forums div.bbp-the-content-wrapper {
  width: 100%;
}

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

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

p.ico_author {
  display: inline;
  background: url(images/topics/ico-human_gr.png) no-repeat 0 -3px;
  background-size: 23px;
  padding-left: 25px;
}

.ico_author.active {
  color: #DA3850;
}

.bbp-meta.u_search p.ico_author {
  margin-right: 20px;
}

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

.bbp-meta .bbp-reply-author 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;
}

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

.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: -58px;
  padding: 20px 20px 10px;
  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;
  line-height: 2;
  margin-bottom: 15px;
  margin-top: 0;
  background: none!important;
}

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

.forumType #bbpress-forums .hissuTtl label {
  /*float: left;*/
  width: 100%;
  clear: left;
  display: block;
  margin-bottom: 10px;
}

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

.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;
}

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

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

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

.u_search ul {
  float: left;
  width: 44%;
}

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

.topics_archive_namae p {
  /*float: left;*/
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

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

.topics_archive_namae p.spe_pos_txt {
  position: relative;
}

.topics_archive_namae p.spe_pos_txt > span {
/*  position: absolute;
  right: 30px;
  top: 0;*/
}

.topics_archive_namae input {
  margin: 0;
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}

#bbpress-forums .bbp-user-section {
  margin-top: 30px;
  padding-left: 30px;
}

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

.forumType #bbpress-forums div.bbp-reply-content p {
  line-height: 1.8;
  font-size: 16px;
}

#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);
}

#bbpress-forums div.bbp-reply-header.add:hover:before {
  right: 17px;
}

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

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

.search_Forum_ttl {
  font-weight: bold;
  font-size: 16px;
  padding-top: 5px;
}

.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-description a.bbp-author-name:hover {
  cursor: auto;
  opacity: 1;
}

.bbp-topic-freshness p.ico_author {
  margin: 0 20px 0 0;
}

div.bbp-template-notice.info {
  /*display: none!important;*/
}
.forumType .bbp-pagination-count,
.forumType div.bbp-template-notice p {
  font-size: 16px;
}

#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;
}
/*¥í¥°¥¤¥ó*/

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

#wpmem_login legend {
  float: left;
  width: 240px!important;
  clear: left;
  height: 276px;
  position: relative;
  text-align: center;
  padding-top: 100px;
  color: #fff;
  margin-top: -20px;
  font-weight: bold!important;
  font-size: 20px!important;
  background-color: #4F569B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wpmem_login legend:after {
  content: 'Login';
  position: absolute;
  left: 40px;
  top: 130px;
  color: #f4f4f4;
  font-size: 16px;
  font-weight: bold;
}

#wpmem_login label {
  float: right;
  clear: right;
  width: 400px;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wpmem_login .div_text {
  float: right;
  clear: right;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px!important;
}

#wpmem_login .button_div {
  width: 400px!important;
  float: right;
  clear: right;
  margin-top: -20px;
  padding-top: 30px!important;
  padding-bottom: 24px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wpmem_login .link-text {
  width: 400px!important;
  float: right;
  clear: right;
  margin-top: -20px;
  padding-bottom: 27px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center!important;
  text-decoration: underline;
  word-break: break-all;
}
#wpmem_login .link-text:hover {
  text-decoration: none;
  color: #4F569B;
}

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

#wpmem_login fieldset {
  background-color: rgba(255,255,255,.9);
  height: 276px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px!important;
  border-bottom: 1px solid #ebebeb!important;
}

#wpmem_login fieldset:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
}

#wpmem_login fieldset:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 1px;
  background: #ebebeb;
}

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

#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: 80px;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 3px solid #1c2273;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 7px 45px;
}

#wpmem_msg a {
  width: 300px;
  background: none;
  background-color: #4F569B;
}

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

#wpmem_msg {
  width: 640px!important;
  margin-bottom: 300px;
  position: relative;
  z-index: 3;
  background: rgba(255,255,255,.8)!important;
  margin: 0 auto 300px;
  margin-top: -70px;
}

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

#wpmem_restricted_msg {
  display: none;
}

/* ==========================================================================
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: 210px;
}

#lv h1 ,
#lv span {
  font-size: 30px;
  font-weight: bold;
  color: #4F569B;
  display: block;
  padding: 80px 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: 16px;
  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;
}

table {
  border: 1px solid #D3D2D3;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

table thead,
table tbody {
  border: 1px solid #D3D2D3;
  text-align: center;
}

table tr th {
  background-color: #E8E8E8;
}

table tr th ,
table tr td {
  padding: 8px 5px;
}

table td {
  padding: 10px 15px;
  border: solid 1px #D3D2D3;
  line-height: 1.4;
  text-align: left;
  word-break: break-all;
  vertical-align: top;
}

table tr > td:first-child {
  color: #000;
  text-align: left;
  padding: 8px 12px;
  width: 20%!important;
  vertical-align: middle;
  line-height: 1.4;
  white-space: normal !important;
}

table tr img {
  display: block;
  vertical-align: top;
}
.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;
}

.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;
}

#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: 80px;
  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 15px 20px;
  overflow: inherit;
}


#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,
.template_btn {
  display: inline-block;
  font-size: 16px;
  background-color: #4F569B;
  cursor: pointer;
  text-align: center;
  color: #fff;
  min-width: 80px;
  box-shadow: 0 3px #003366;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 9px 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: 40px;
  padding-right: 40px;
}

.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: right top;
  background-size: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;
}

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

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

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

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

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

/*lv*/

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

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

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

/*breadcrumbs*/
.breadcrumbs {
  width: 100%;
  position: relative;
  text-align: right;
  margin-top: -40px;
  z-index: 5;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.breadcrumbs ul li.bc_second  {
  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: 1060px;
  padding: 0;
  margin-bottom: 20px;
}
.u_body_forum {
  padding: 0 15px;
}

.mod_wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  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: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
.formBlock dl {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
.formBlock dl dt {
  font-weight: bold;
  font-size: 18px;
  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: 18px 30px;
  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: 18px 30px;
  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;
}
.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%;
}
.file_table td {
  text-align: left;
  border: none!important;
  padding: 12px 10px;
}
.file_table td a {
  color: #4F569B;
  text-decoration: underline;
  word-break: break-all;
}

.btn_submission {
  padding: 18px 30px;
  min-width: 151px;
  background-color: #4F569B;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  font-weight: bold;
  display: inline-block;
  margin: 0 6px;
  text-decoration: none!important;
}
.btn_submission_off {
  border: 1px solid #4F569B;
  padding: 18px 30px;
  min-width: 151px;
  background-color: #fff;
  color: #4F569B;
  border-radius: 5px;
  cursor: pointer;
  font-size: 100%;
  height: auto;
  box-shadow: none;
  font-weight: bold;
  display: inline-block;
  margin: 0 6px;
  text-decoration: none!important;
}
ul.wpuf-form .wpuf-el ,
form ul.wpuf-form li {
  padding: 0;
}
ul.wpuf-form .wpuf-el.field-size-large {
  margin-bottom: 20px;
}
.wpuf-form-layout1 {
  border: 1px solid #4F569B;
  padding: 20px;
}
.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: 80px;
  box-shadow: 0 3px #1c2273;
  border-radius: 3px;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 20px 80px;
}
.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 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;
}
.chat_wrap .bbp-meta {
  position: absolute;
  bottom: 15px;
  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;
}

.chat_wrap #bbpress-forums div.bbp-reply-content p {
  background-color: #f4f4f4;
  border-radius: 25px;
  border-top-left-radius: 0;
  padding: 20px;
  display: inline-block;
  max-width: 540px;
  margin-left: 45px;
  margin-bottom: 0;
  float: left;
  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: 25px;
  border-top-right-radius: 0;
  padding: 20px;
  display: inline-block;
  max-width: 540px;
  margin-left: auto;
  margin-right: 45px;
  margin-bottom: 0;
  float: right;
  background-color: #E2EBE2;
  word-wrap: break-word;
}
.chat_wrap .reply_wrap.ownReply .bbp-meta {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.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: 60%;
  box-sizing: border-box;
}
.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: 80px;
  box-sizing: border-box;
}
.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;
}

.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;
}

.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 #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: 80px;
  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 #003366;
  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;
}
#bbpress-forums li {
  position: relative;
}



/* buddypress */
#buddypress {
  padding: 10px 0 50px;
}
.forumType .single-headers .activity,
.forumType .buddypress-wrap .bp-pagination,
.forumType .buddypress-wrap .members-list li .item-extra-content,
.forumType .bp-list li .item-meta {
  font-size: 16px;
}
.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 div#item-header #item-header-cover-image #item-header-content {
  margin-top: -78px!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 li, 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;
  font-size: 16px;
}
#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;
}
.bp-list li .item-avatar img.avatar {
  width: 100px!important;
  height: 100px!important;
}
.bp-list li .item-avatar {
  margin-right: 20px!important;
}
.bp-list li .item .list-title {
  font-size: 22px!important;
}

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

#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input,
.forumType #bbpress-forums li,
.forumType #new-post legend {
  font-size: 16px;
}

.bbp-form div.bbp-submit-wrapper button {
  background-color: #DA3850;
  width: auto!important;
  height: auto!important;
  line-height: normal!important;
  border-color: #900;
}
.bbp-form .wp-editor-container {
  border: 1px solid #666666;
  width: 100%;
  border-radius: 3px;
}

.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:hover {
  cursor: pointer;
  opacity: .7;
}
.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;
  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;
}