@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

/*きほんのきほん*/

body {
	line-height:1.7;
}

ol,ul {
	list-style:none;
	margin:0;
	padding:0;
}

a:link,
a:visited,
a:active,
a {
	color: #0054ff;
	text-decoration: none;
}

a:hover {
	color: #999999;
	transition: .5s ease;

}

[class^="dashicons-"], [class*=" dashicons-"] {
	font-family: 'dashicons' !important;
	speak: none;
	position:relative;
	top:2px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.entry-content p,
p, .paragraph {
    margin: 0.85em 0;
}

#main .ad-area {
margin:20px -16px 0;
}

#main .ad-wrap {
min-height: 280px;
}

/*ヘッダー部分*/

#header {
border-top:4px solid #79ADFF;
background-position: center 1px;
background-repeat: repeat-x;
background-size: 100% 30px;
}
/*
新年 border-top:4px solid #fa624b;
新年 background-image: url(https://4gousya.net/0000/png/0000_94.png);
通常 border-top:4px solid #79ADFF;
*/

.col-top-c {
padding:0 20px;
}

.col-top-l {
width:350px;
float:left;
}

.logo {
    text-align: left;
}

.logo-image {
    padding: 35px 0 0;
}

.col-top-r {
float:left;
width:calc(100% - 350px);
}

.top-sns,
.top-area {
float:left;
font-size:20px;
margin-top:35px;
line-height:20px;
}

.top-area {
margin-right:5px;
    border-right: 2px solid #ddd;
}

.top-area li {
	margin-right:2px;
}

.top-area .a_japan,
.top-area .a_west,
.top-area .a_east {
	border-radius: 4px;
	display:block;
	font-size:12px;
	width:40px;
	height:20px;
	text-align:center;
	float:left;
	position:relative;
	top:2px;
	margin-right:2px;
}
.top-area .a_japan {
	background-color: #c7e5ff;
}
.top-area .a_west {
	background-color: #ffeac7;
}
.top-area .a_east {
	background-color: #e0ffc7;
}
.top-area a,
.top-sns a {
color:#aaa;
}

.top-area a.a_japan,
.top-area a.a_east,
.top-area a.a_west {
color:#666;
}

.top-user-init a {
color:#666;
}

.top-area a:hover,
.top-sns a:hover,
.top-user-init a:hover {
color:#ccc;
}

.top-user-init {
padding:1px 0 2px;
}

.top-user-init li {
float:right;
padding:3px;
margin:2px;
border-radius: 4px;
background-color: rgba(1, 1, 1, 0.1);
}
.top-user-init a > img {
    margin-left: 5px;
    margin-top: 2px;
    float: right;
border-radius: 4px;
}
.top-user-init amp-img {
    float: right;
    margin-left: 5px;
    margin-top: 2px;
border-radius: 4px;
}
.top-user-init .count {
display:block;
width:20px;
height:20px;
margin:2px;
float:right;
text-align:center;
border-radius: 4px;
color:#fff;
}

.top-user-init .new-alert {
background-color:#34b1eb;
}

.top-user-init .no-alert {
background-color:#888;
}

#navi .wrap {
width:100%;
}

.navi-in a:hover {
background-color:#efefef!important;
transition: all .2s ease;
}

.main-title {
color: #000087!important;
background-image: url(https://4gousya.net/0000/jpg/0051_01.jpg);
background-position: center bottom;
background-repeat: no-repeat;
background-color: #79ADFF!important;
width:100%;
overflow:hidden;
padding-bottom:20px;
}
.main-title h1 {
color: #ffffff;
font-size: 28px;
text-shadow: 1px 1px 2px #555;
padding:20px 20px 0;
margin:0 auto;
}

.page-info {
padding:10px 20px 0;
margin:0 auto;
}

.main-b {
padding:5px 0;
background-color:rgba(255,255,255,0.5);
}

.main-b-in {
padding:0 20px;
}

.mg-wrap {
	position:relative;
	padding-bottom:26px;
}

.mg-btn {
	z-index: 2;
	position: absolute;
	right:0;
	bottom: 0;
	left: 0;
	transition: .5s ease;
	text-align: center;
	cursor: pointer;
	color: #666;
}
.mg-btn:hover {
	color: #bbb;
}
.mg-btn:before {
	font-family: dashicons;
	font-weight: normal;
	content: "\f347";
	position: relative;
	top: 2px;
	left: 0px;
}
.mg-item {
	clear:both;
	position: relative;
	overflow: hidden;
	height: 62px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.mg-trigger {
	display: none;
}
.mg-trigger:checked + .mg-btn {
	display: none;
}
.mg-trigger:checked ~ .mg-item {
	height: auto;
}
.mg-trigger:checked ~ .mg-item::before {
	display: none;
}

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

.col-top-l {
float:none;
width:100%;
}

.main-title {
	background-size:cover;
}

.col-top-l,
.top-user-init ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-image {
    padding: 10px 0 0;
}

.top-area,
.top-sns {
  margin-top: -5px;
}

.top-user-init li {
  margin-bottom:15px;
}

.col-top-r {
float:none;
width:100%;
margin-top:0;
}

.mg-item {
	height: 42px;
}

.col-top-c,
.main-title h1,
.page-info,
.main-b-in {
padding-left:10px;
padding-right:10px;
}


}

/*一般部分*/

/* メインのヘッダー */



/* メイン */

/* ▼回り込み関係 */

@media screen and (max-width: 1124px){
.main {
    width: calc(98% - 260px);
}
.sidebar {
    width: 260px;
}
}

.r_fig,
.l_fig,
.n_fig {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 13px;
}

.r_fig img,
.l_fig img,
.n_fig img {
	padding: 1px;
	border: 1px solid #C9C9C9;
}

.r_fig br {
	clear: both;
}

.r_txt,
.l_txt,
.n_txt {
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.r_txt,
.r_fig {
	float: right;
	padding-left: 29px;
}

.l_txt,
.l_fig {
	float: left;
	padding-right: 29px;
}
}

.w250 {
	width: 254px;
}

@media only screen and (max-width: 480px){
.r_fig,
.l_fig,
.n_fig {
	float:none;
	padding: 3px 0;
	margin:5px 0;
	width:100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.r_fig img,
.l_fig img,
.n_fig img {
	width: 50%;
	height:50%;
	float:right;
	margin-left:10px;
}
.r_fig:after,
.l_fig:after,
.n_fig:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
}

h3.clear {
	clear: both;
}

div.float {
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
	background-color: #FFFFFF;
}

p.fig {
	position:relative;
	font-size: 13px;
	background-image: url(https://4gousya.net/0000/png/0011_04.png);
	margin: 20px auto 20px auto;
	padding: 10px;
	clear: both;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}


p.fig:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
	/* ↑Firefox用 */

.fig img.size-full {
	padding: 1px;
	border: 1px solid #C9C9C9;
}
.fig img.alignright {
	float:right;
	margin: 0 0 0 10px;
}
.fig img.aligncenter {
	float:right;
	margin: 0 7px 10px 7px;
}
.fig span.copy {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 1px;
	background-color:#000000;
	color:#FFFFFF;
}

.small {
font-size:80%;
}

span.y {border-bottom:dotted 1px #aaa;}

#main .style45_h2,
div.m h2,
div.r h2 {
clear: both;
font-size: 20px!important;
background-color: #eee!important;
background-image: url(https://4gousya.net/0000/png/0051_01.png);
background-position: -20px 0;
background-repeat: repeat-y;
padding: 15px 8px 15px 20px!important;
line-height: 20px;
margin:0 0 15px!important;
}

.style45_h2 i,
div.m h2 i,
div.r h2 i {
color:#666;
}

@media only screen and (max-width: 480px){
.style45_h2,
div.m h2,
div.r h2 {
background-image: none!important;
border-left:10px solid #79ADFF;
padding-left:8px!important;
}
.sp_ng {
display:none;
}
}

@media only screen and (min-width: 481px){
.sp_only {
display:none;
}
}

.style45_h3,
div.m h3,
div.r h3 {
	font-size: 16px!important;
	border-top: 0 solid #5D5D5D;
	border-left: 0 solid #5D5D5D;
	border-right: 0 solid #5D5D5D;
	border-bottom: 1px solid #5D5D5D;
	margin: 20px 0 10px;
	padding: 2px 0;
}

.style45_h4,
div.m h4,
div.r h4 {
    font-size: 14px;
    text-align: left;
    border-left: 5px solid #939393;
    border-top: none;
    border-bottom: none;
    padding: 5px 10px;
    margin: 5px 0;
}

div.r div.t,
div.m div.t {
	margin: 15px 0 30px;
}

div.t:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
	/* ↑Firefox用 */

div.t > ul,
div.t > div ul {
	border-top: solid 1px #D6D6D6;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

div.t > div ul li,
div.t > ul > li {
	list-style: none outside;
	background-image: url(https://4gousya.net/0000/png/0000_05.png);
	background-position:left top;
	background-repeat: no-repeat;
	border-bottom: solid 1px #D6D6D6;
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
	padding: 5px 0px 4px 17px;
}

table.w,
table.t {
	margin: 5px 0;
	position:relative;
	width: auto;
}

table.h {
	font-size: 12px;
	margin: 3px 0;
	border-collapse: collapse;
	line-height: 16px;
	white-space: nowrap;
	max-width:100%;
	overflow-x: auto;
	display: block;
	font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif!important;
	width: auto;
	table-layout: fixed;
}

table.h td.ax {
	width:52px;
	min-width:52px;
}

table.w {
	width: 100%!important;
}

table.w td,
table.t td {
	padding: 3px;
	vertical-align: top;
}

table.h td {
	border: 1px solid #939393;
	text-align: center;
	padding: 1px;
	vertical-align: top;
}

@media only screen and (max-width: 480px){
table.h td {
	font-size:12px;
}
}

table.w th,
table.t th {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

td.n {
	vertical-align: middle!important;
	text-align: right;
}

table.w h3 {
	font-size: 13px;
	background-color: #E7E7E7;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	margin: 2px 0 5px;
	padding: 7px;
}
dl {
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
	background-image: url(https://4gousya.net/0000/png/0011_11.png);
	background-position: -45px 0;
	max-width: 1000px; //横幅超過防止
}

dl:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

dt {
	width: 150px;
	margin: 0;
	padding: 3px;
	text-align: center;
	float: left;
}

dl.settings dt {
	text-align: left;
}

dl.settings dd:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

dd {
	margin:0 0 0 160px; 
	padding: 0 0 0 10px;
}

@media only screen and (max-width: 767px){
dl {
	background-position: -95px 0;
}
dt {
	width: 100px;
}
dd {
	margin:0 0 0 110px; 
}
}

div.wp-pagenavi, div.navi {
    clear: both;
    margin: 0 0 30px;
    padding: 3px;
    font-size: 14px;
    background-image: url(https://4gousya.net/0000/png/0011_04.png);
}

/*左サイドバー*/

div.l h2 {
	line-height: 14px;
	background-image: url(https://4gousya.net/0000/png/9999_01.png);
	background-position:left top;
	background-repeat: repeat-x;
	border-top: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #AEAEAE;
	font-size: 14px;
	margin: 5px 5px 0 5px;
	padding: 15px 10px;
	background-color: #ddd;
}
div.l > ul {
	background-color: #FFFFFF;
	border-bottom: 1px solid #AEAEAE;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #AEAEAE;
	padding: 5px;
	margin: 0 5px 5px 5px;
	line-height: 15px;
}

div.l > ul > li {
	list-style: none outside;
	font-size: 14px;
}

div.l ul li a:hover {
	background-color: #efefef;
}

div.l ul li .l_info {
	display: block;
	font-size: 12px;
	color: #939393;
	margin: 5px 0 0 0;
}
.l > ul > li > a {
border-left: 1px solid #5295ff;
margin-bottom: 5px;
	display: block;
	padding: 7px;
}

@media only screen and (min-width: 768px){
.side45-wrap {
	background-image: url(https://4gousya.net/0000/png/0051_01.png);
	background-position: -30px 0;
	background-repeat: repeat-y;
	width: 192px;
	overflow: hidden;
	margin-right:20px;
	-webkit-flex: 1 1 auto;
	flex: 0 0 192px;
}

div.wp_box {
display: -webkit-flex;
display: flex;
}

div.r,
div.r_wp {
	-webkit-flex: 1 1 calc(100% - 252px);
	width: calc(100% - 252px);
	flex: 1 1 calc(100% - 192px);
}

#left_ad {
	width: 160px;
	height: 600px;
	margin: 10px auto;
	padding: auto;
}
.side45-trigger,
.side45-btn {
display:none;
}

}

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

div.l {
}

div.l h2 {
	margin: 10px 10px 0 10px;
}
div.l > ul {
	margin: 0 10px 10px 10px;
	display: flex;
	flex-wrap:wrap;
}

div.l > ul > li {
	flex: 1 1 50%;
}

#left_ad {
	display: none;
}

.side45-wrap {
	position:relative;
	padding-bottom:26px;
}

.side45-btn {
	z-index: 2;
	position: absolute;
	right:0;
	bottom: 26px;
	left: 0;
	transition: .5s ease;
	text-align: center;
	cursor: pointer;
	color: #666;
	margin: 0 -10px 0;
}
.side45-btn:hover {
	color: #bbb;
}
.side45-btn:before {
	font-family: dashicons;
	font-weight: normal;
	content: "\f347";
	position: relative;
	top: 2px;
	left: 0px;
}
.l {
	clear:both;
	position: relative;
	overflow: hidden;
	height: 200px;
	margin:-16px -10px 0 -10px;
	background-color: #ddd;
}
.l::before {
	z-index: 1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(231,231,231,0) 0%, rgba(231,231,231,0.9) 50%, rgba(231,231,231,0.9) 50%, #E7E7E7 100%);
	background: linear-gradient(top, rgba(231,231,231,0) 0%, rgba(231,231,231,0.9) 50%, rgba(231,231,231,0.9) 50%, #E7E7E7 100%);
	content: "";
}
.side45-trigger {
	display: none;
}
.side45-trigger:checked + .side45-btn {
	display: none;
}
.side45-trigger:checked ~ div.l {
	height: auto;
}
.side45-trigger:checked ~ div.l::before {
	display: none;
}


}

/*枠内上部*/
.catch_h {
	padding-bottom:30px;
}
.catch_h .eye-catch {
	height:219px;
	overflow:hidden;
	align-items: center;
	display: flex;
	background-image: url(https://4gousya.net/0000/png/0051_01.png);
	background-position: -30px 0;
	background-repeat: repeat-y;
}
.grad-wrap {
	position:relative;
	padding:5px;
	border-top:4px solid #ccc;
	background-color: #E7E7E7;
	background-image: url(https://4gousya.net/0000/png/0011_04.png);
}
header .grad-wrap {
	margin-bottom:30px;
}
.grad-title {
	clear:both;
	font-size:16px;
	padding:16px 5px 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.grad-title:before {
	font-family: "dashicons";
	font-weight: normal;
	content: '\f205';
	position: relative;
}
.bbp-pagination {
	margin-bottom: 15px!important;
}
.grad-wrap > a {
	float:right;
	margin:-8px 15px 0;
	padding:4px 10px;
	background-color:#ccc;
	color:#333;
}
.grad-btn {
	z-index: 2;
	position: absolute;
	right:0;
	bottom: 0;
	left: 0;
	transition: .5s ease;
	text-align: center;
	cursor: pointer;
	color: #0054ff;
	font-size:16px;
}
.grad-btn:hover {
	color: #bbb;
}
.grad-btn:before {
	font-family: dashicons;
	font-weight: normal;
	content: "\f347";
	position: relative;
	top: 2px;
	left: 0px;
}
.grad-item {
	clear:both;
	position: relative;
	overflow: hidden;
	margin:0;
	padding:5px 15px;
	background-color:#f7f7f7;
}
.forum-search .grad-item,
.type-forum .grad-item,
.type-topic .grad-item {
	height: 70px;
}
.catch_h .grad-item {
	height: 140px;
}

@media(max-width:767px){
.catch_h .grad-item {
	height: 70px;
}
}

.grad-item ol {
	list-style:none;
	padding-left:0;
}
.grad-item li {
	margin:3px 0 3px 15px;
	padding-left:15px;
	border-left: 5px solid #ccc;
}
.grad-item::before {
	z-index: 1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
}
.grad-trigger {
	display: none;
}
.grad-trigger:checked + .grad-btn {
	display: none;
}
.grad-trigger:checked ~ .grad-item {
	height: auto;
	min-height: 140px;
}
.grad-trigger:checked ~ .grad-item::before {
	display: none;
}

@media(min-width:768px){
.row{
    margin-right: -15px;
    margin-left: -15px;
}
.row:before, .row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{
    float:left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-1{width:8.333333333333332%}
.col-sm-2{width:16.666666666666664%}
.col-sm-3{width:25%}
.col-sm-4{width:33.33333333333333%}
.col-sm-5{width:41.66666666666667%}
.col-sm-6{width:50%}
.col-sm-7{width:58.333333333333336%}
.col-sm-8{width:66.66666666666666%}
.col-sm-9{width:75%}
.col-sm-10{width:83.33333333333334%}
.col-sm-11{width:91.66666666666666%}
.col-sm-12{width:100%}
}

/* タブ */

.tab45 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
border: 1px solid #ccc;
}

.tab45 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: .7em 1em;
    background-color: #f2f2f2;
    color: #999;
            font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
	margin:1px;
}

.tab45 > label:hover,
.tab45 label:has(:checked) {
    background-color: #79adff;
    color: #fff;
}

.tab45 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #79adff;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab45 input {
    display: none;
}

.tab45 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}

.tab45 label:has(:checked) + div {
    display: block;
}

/* サイドバー */
.sidebar {
	padding-left: 50px;
	background-image: url(https://4gousya.net/0000/png/0051_05.png),url(https://4gousya.net/0000/png/0051_01.png);
	background-position: left top,0 0;
	background-repeat: no-repeat,repeat-y;
	background-color: #ddd;
}

@media screen and (max-width: 834px){
div.sidebar {
	padding-left: 40px;
    margin: 10px 0;
    border-width: 0;
}
}

@media screen and (max-width: 480px){
.news-content .entry-title,
.news-widget-wrap .entry-title,
.top_forum .entry-title {
    padding: 0!important;
}
}

.sidebar h3 {
	background-color: #fff;
	border-bottom: 3px #79adff solid;
	color: #666;
}

.sidebar li {
    padding: 6px 0;
    border-bottom: 3px #888 dotted;
	background-color: rgba(255,255,255,0.6);
}

.widget_recent_entries ul li a {
    padding: 0;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.sidebar li:before {
    margin-right: 4px;
    margin-left: 4px;
	font-family: dashicons;
	font-weight: normal;
	content: "\f103";
	float:left;

}

.sns-share {
    margin: 0;
}

.sns-buttons a {
	display: block;
	background-color: #ccc;
}

.sidebar .group-has-avatar img,
.sidebar #members-list img {
float: right;
width:45px;
height:45px;
margin:0 5px;
}

.sidebar .group-has-avatar .item-title,
.sidebar .group-has-avatar .item-meta,
.sidebar #members-list .item-title,
.sidebar #members-list .item-meta {
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.top_forum h3 {
	clear:both;
	margin:10px 0;
	border-left: 5px solid #aaa;
	padding-left:10px;
}

.news-content {
    position: relative;
    float: none;
    clear: both;
}

.news-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.news-thumb {
    clear: both;
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}

.news-headline {
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:1.5;
	margin:0;
	font-size:14px;
}

.news-meta {
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:12px;
	width:calc(100% - 55px);
	float:left;
}

@media(max-width:767px){
.home-page .main-title,
.top_forum {
	padding-right:10px;
	padding-left:10px;
}
}

/* フォーラムトピック */

.bbp-reply-author {
	padding-top:20px;
}

.bbp-reply-author a {
	display:block;
	margin:0 auto;
	text-align: center;
}

.bbp-reply-author a img {
	border-radius: 8px;
}

.bbp-reply-author div {
	font-size: 11px;
	text-align: center;
}

div.bbp-reply-content {
	margin-top:20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	position: relative;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 170%;
	clear:both;
}

div.bbp-reply-content:before {
    border-color: #ddd;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    left: -8px;
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px;
    z-index: 999;
    background: #fff;
}

@media only screen and (max-width: 767px){
.bbp-reply-author a img {
	margin-top: 0;
	vertical-align: middle;
	width: 60px;
	height: auto;
}
.bbp-reply-author a,
.bbp-reply-author div {
	padding-right:10px;
	display: inline-block;
	position: relative;
}

div.bbp-reply-content:before {
    left: 20px;
    top: -8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.bbp-reply-author .update {
    float:right;
}
}

twitter-widget {
	max-width:520px!important;
	margin:0 auto;
}

.blogcard {
font-size:16px;
}

@media(max-width:767px){


twitter-widget {
	max-width:100%!important;
}
}

fieldset {
	padding: 20px;
	margin: 0 2px;
	border: 1px solid #ddd;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: inherit;
    color: #777;
    border: 0;
	font-size:16px;
}

/* フォーラム */

.role45r .bbp-admin-links,
.role45m .bbp-topic-close-link,
.role45m .bbp-topic-merge-link,
.role45m .bbp-topic-sticky-link,
.role45m .bbp-topic-super-sticky-link,
.role45m .bbp-topic-trash-link,
.role45m .bbp-topic-spam-link,
.role45m .bbp-topic-reply-link,
.role45m .bbp-reply-move-link,
.role45m .bbp-topic-split-link,
.role45m .bbp-reply-trash-link,
.role45m .bbp-reply-spam-link,
.role45m .bbp-reply-to-link,
.bbp-reply-author ul {
	display:none;
}

.bbp-author-name {
	padding-left:5px;
}

div#bbpress-forums span.bbp-admin-links a,
div#bbpress-forums .status-closed a {
  color: #0054ff;
}
div#bbpress-forums a.bbp-topic-permalink:before {
  content: "";
  margin-right: 0;
}
div#bbpress-forums .status-closed a.bbp-topic-permalink:before {
  content: "";
}
div#bbpress-forums .status-closed .bbp-reply-content:before {
  content: "";
}


#bbpress-forums hr {
	margin: 0 0 24px 0;
}

#bbpress-forums {
	background: transparent;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#bbpress-forums div.even,
#bbpress-forums ul.even {
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
}

body.reply-edit .reply {
	float: none;
}

#bbpress-forums div.reply {
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	padding: 20px;

}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
}

#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
	background-color: #fee;
}
#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
	background-color: #fdd;
}

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
	color: #ccc;
}

#bbpress-forums ul {
	background:  none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#bbpress-forums ul.bbp-threaded-replies {
	margin-left: 50px;
}

#bbpress-forums li {
	background: none;
	margin: 0;
	/*list-style: none;*/
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	overflow: hidden;
	clear: both;
}

#bbpress-forums ul.bbp-replies li {
	/*display: inline-block;*/
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
#bbpress-forums ul.bbp-replies ul.bbp-topic-revision-log li,
#bbpress-forums ul.bbp-replies ul.bbp-reply-revision-log li {
	margin-bottom: 0;
}
#bbpress-forums ul.bbp-replies li.bbp-header {
	margin-bottom: 0;
}

#bbpress-forums ul.bbp-replies li.bbp-body {
	float: left;
	margin-bottom: 0;
}
#bbpress-forums ul.forums.bbp-replies .bbp-header .bbp-reply-author {}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
	clear: both;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	text-transform: uppercase;
	padding: 30px 0 10px;
	font-size: 12px;
	color: #bbb;
}
#bbpress-forums ul.bbp-replies li.bbp-footer {
	display:none;
}
#bbpress-forums li.bbp-header {
	border-top: none;
}

#bbpress-forums li.bbp-header ul {
	overflow: hidden;
}
#bbpress-forums .bbp-forums {
}
#bbpress-forums .bbp-forums-list {
	padding-left: 15px;
	border-left-style: solid;
	border-left-width: 3px;
}

#bbpress-forums .bbp-forums-list li {
	display: inline;
}

#bbpress-forums li.bbp-footer p {
	margin: 0;
}
li.bbp-forum-info {
}
li.bbp-forum-info,
li.bbp-topic-title {
	text-align: left;
	width: 100%;
}
li.bbp-topic-title .bbp-topic-permalink {
	margin-right: 10px;
}
li.bbp-forum-info .bbp-forum-title {
	font-size: 18px;
	margin-bottom:10px;
}
li.bbp-topic-title {
	width: 100%;
}
ul.forum-titles {
	display: table;
	width: 100%;
}
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count,
li.bbp-forum-freshness,
li.bbp-topic-freshness {
	text-align: center;
	width: 10%;
	display: table-cell;
	vertical-align: middle;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
	text-align: right;
	width: 25%;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	border-top-style: solid;
  border-top-width: 1px;
	overflow: hidden;
	position: relative;
	display: table;
	width: 100%;
}
#bbpress-forums li.bbp-body ul.topic {
	padding: 16px 0;
}
#bbpress-forums li.bbp-body ul.forum {
	padding: 16px 0;
}
#bbpress-forums li.bbp-body ul.forum .bbp-forum-content {
	padding-top: 6px;
	margin-bottom: 0;
	display: block;
}

#bbpress-forums li.bbp-body ul.forum.bbp-has-subforums {
	padding-bottom: 0.85em;
}

#bbpress-forums li.bbp-body ul.forum {}

#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
#bbpress-forums li.bbp-header li.bbp-forum-freshness {}
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-freshness {
	color: #bbb;
	font-size: 12px;
	text-align: right;
}
#bbpress-forums li.bbp-body li.bbp-forum-freshness a,
#bbpress-forums li.bbp-body li.bbp-topic-freshness a {
	color: #bbb !important;
	line-height: 30px;
}

#bbpress-forums li.bbp-forum-freshness .bbp-topic-meta,
#bbpress-forums li.bbp-topic-freshness .bbp-topic-meta {
	display: inline-block;
	float: left;
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}

li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
	float: right;
}

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
	background: none;
	border: none;
	font-size: 16px;
 	line-height: 1em;
 	margin: 8px 0;
	padding: 0;
	text-transform: none;
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
	float: left;
	text-align: center;
	width: 130px;
}
#bbpress-forums .bbp-header div.bbp-forum-author,
#bbpress-forums .bbp-header div.bbp-topic-author,
#bbpress-forums .bbp-header div.bbp-reply-author {
	text-align: left;
}
#bbpress-forums .bbp-header div.bbp-reply-author {
	display: none;
}

#bbpress-forums div.bbp-forum-author .bbp-author-avatar,
#bbpress-forums div.bbp-topic-author .bbp-author-avatar,
#bbpress-forums div.bbp-reply-author .bbp-author-avatar {
	width: 60px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	border-color: #ddd;
}

div#bbpress-forums .bbp-topic-permalink,
div#bbpress-forums .topic-permalink-add45 {
	font-size: 13px;
}

div#bbpress-forums .topic-permalink-add45 {
	float:left;
}
div#bbpress-forums .bbp-topic-meta {
	font-size: 12px;
	margin:0;
}

div#bbpress-forums .bbp-topic-started-by img {
	width: 22px;
	border-radius: 3px;
	vertical-align: middle;
}

.bbp-topic-title .img_box {
	display:table;
	margin-top:10px;
}
.bbp-topic-title .img_box_l {
	display:table-cell;
	width:100px;
	padding-right:15px;
	vertical-align:top;
}

.bbp-topic-title .img_box_r {
	display:table-cell;
	vertical-align:top;
}

.bbp-topic-title .img_box_l img {
	width:100px;
	border-radius: 3px;
}



div#bbpress-forums {
    font-size: 14px;
}

.bbp-reply-content ul.bbp-reply-revision-log, 
.bbp-reply-content ul.bbp-topic-revision-log, 
.bbp-topic-content ul.bbp-topic-revision-log {
    list-style-type: none;
    border-top: 1px dotted #ddd;
    width: 100%;
    margin: 0;
    padding: 5px 0 0;
    font-size: 12px;
    color: #bbb;
    font-style: italic;
}

.bbp-reply-content .rtmedia-list {
display: block!important;
margin:0!important;
border-top:1px solid #ddd;
padding-top:10px!important;
}

.bbp-reply-content .rtmedia-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.bbp-reply-content .rtmedia-list-item {
float:left;
width:50%!important;
list-style:none;
height:auto;
padding:5px;
margin:0;
}
body.activity-permalink #buddypress div.activity-comments,
body.activity-permalink #buddypress .activity-list li .activity-content {
    margin-left: 70px!important;
}
#buddypress ul.item-list li img.avatar {
    max-width: 50px;
}

.cat-jr {
	padding: 2px;
	background-color:#9CD7FF;
	border-radius: 3px;
	white-space: nowrap;
}
.cat-pu {
	padding: 2px;
	background-color:#d8d8d8;
	border-radius: 3px;
	white-space: nowrap;
}

.bbp-pagination-count {
    text-align: right;
}

.bbp-pagination-links {
    white-space: nowrap;
}

@media (max-width: 1024px) {
	.bbp-forums .bbp-body{
		display:block;
		width:100%;
	}
	.bbp-forums .bbp-body .bbp-forum-info{
		display:block;
		width:100%;
	}
	.bbp-forums .bbp-header .bbp-forum-topic-count,
	.bbp-forums .bbp-header .bbp-forum-reply-count,
	.bbp-forums .bbp-header .bbp-forum-freshness,
	.bbp-forums .bbp-body .bbp-forum-topic-count,
	.bbp-forums .bbp-body .bbp-forum-reply-count{
		display:none;
	}
	.bbp-topics .bbp-body{
		display:block;
		width:100%;
	}
	.bbp-topics .bbp-body .bbp-topic-title{
		display:block;
		width:100%;
	}
	.bbp-topics .bbp-header .bbp-topic-voice-count,
	.bbp-topics .bbp-header .bbp-topic-reply-count,
	.bbp-topics .bbp-header .bbp-topic-freshness,
	.bbp-topics .bbp-body .bbp-topic-voice-count,
	.bbp-topics .bbp-body .bbp-topic-reply-count{
		display:none;
	}
	.bbp-topics .bbp-body .bbp-topic-freshness{
		width:40px;
		text-indent:-9999px;
		position:relative;
		height:auto;
	}
	.bbp-topics .bbp-body .bbp-topic-freshness > a{
		display: inline!important;
		color: #bbb!important;
		line-height: 30px;
		position: absolute;
		top: -20px;
		right: 0;
	}
	.bbp-topics .bbp-body .bbp-topic-freshness img.avatar{
		position:absolute;
		display:block;
		width:30px;
		height:30px;
		top:50%;
		margin-top:-15px;
		margin-left:5px;
	}

}
@media only screen and (min-width: 768px) {
.col-sm-2 .bbp-author-avatar {
display:block;
}
}
@media only screen and (max-width: 767px) {
.single-topic .bbp-author-avatar img {
margin-right: 10px;
}
}

.bbp-admin-links {
display: block;
font-size:12px;
text-align:right;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    padding: 0 0 10px;
}

#bbp_search_submit {
	width:100%;
	margin-top:10px;
}

/* グループ/メンバー */

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

#buddypress ul#members-list li,
#buddypress ul#groups-list li {
    width: 50%;
    float: left;
    padding:15px!important;
}

#buddypress ul#members-list li div.item-title {
    height: 40px;
    overflow: hidden;
}

#buddypress ul#groups-list li div.item-desc {
    width: calc(100% - 60px);
    height: 50px;
    overflow: hidden;
}

#buddypress ul#groups-list li div.item-desc p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

}

/* メディア */
ul.rtmedia-list li.rtmedia-list-item {
	width: calc(50% - 10px);
	float: left;
	position: relative;
}

ul.rtmedia-list li.rtmedia-list-item .over_img_icon {
	position: absolute;
	top:5px;
	left:5px;
	background-color: rgba(255,255,255,0.6);
	padding:1px 5px;
	font-size:12px;
}

/* トピックス */

@media (min-width: 768px){
.topics_w {
    position: relative;
    width: 100%;
}
.topics_w:before {
    content:"";
    display: block;
    padding-top: 52.4%; /* 高さを幅の75%に固定 */
}
.topics_f {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
background-color: #E7E7E7;
    background-image: url(https://4gousya.net/0000/png/0011_04.png);
	overflow:hidden;
}
}

.topics_f .grad-item::before {
    display: none;
}


.v_block45 .entry-card-wrap {
    width: 100%;
    margin-bottom: 0;
    height: 260px;
	overflow:hidden;
	position: relative;
}

.v_block45 .entry-card-wrap::before {
	z-index: 1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
}

.v_block45 .entry-card-meta {
	z-index: 2;
}

.v_update45 {
	z-index: 2;
    margin: 0 1.5% 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    padding: 5px;
}
}

.v_block45 p {
    margin: 0;
}

.v_block45 h2 {
    margin: 5px 0;
}

.v_update45:before {
    border-color: #ddd;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    left: 20px;
    top: -8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 14px;
    z-index: 999;
    background: #fff;
}
.v_update45 a {
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	display:block;
	font-size:12px;
	padding:5px ;
}
.v_update45 h3 {
	font-size:12px;
	padding:0;
}

@media screen and (max-width: 480px){
.v_block45 .entry-card-wrap {
    height: 180px;
}
}

/* Buddypress */

#item-actions h2 {
font-size:14px;
}

@media screen and (max-width: 782px){
#buddypress div#item-header-cover-image h2 a, #buddypress div#item-header-cover-image h2 {
    font-size: 100%!important;
}
}

#buddypress div.activity-comments div.acomment-content {
    font-size: 100%!important;
}

img.avatar {
	border-radius: 4px;
}

#item-header-avatar img.avatar {
	border-radius: 10px;
}

.widget.buddypress .item-avatar a {
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
}
.widget.buddypress div.item-avatar img {
    display: inline-block;
    height: 40px;
    margin: 1px;
    width: 40px;
}

.avatar-block::after {
    display: block;
    content: "";
    clear: both;
}

.activity-inner p {
    line-height: 170%;
    margin: 0.85em 0;
}

/* フッター */

.btn45 {
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
	display: flex;
	align-items: center;
}

.btn45 a {
	width:49%;
	margin: 30px 0;
	font-size: 18px;
	display: inline-flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #ccc;
	text-align: center;
	border-radius: 4px;
	height: 45px;
}

/* ノート */

#bp-docs-single-doc-header {
clear:both;
}

.entry-content>*, .demo .entry-content p {
    line-height: 1.7;
}

#doc-content-textarea strong,
#doc-content-textarea b,
span.red_strong {
	background: linear-gradient(transparent 60%, #ff9 60%);
}
ul#bp-docs-all-docs li {
	float:left;
	padding-right:20px;
}
#bp-docs-single-doc-header div.doc-permissions {
	width: 100%;
}
div#bp-docs-single-doc-header {
	margin-bottom:30px;
}
div.p_notes {
	font-size: 16px;
	line-height: 30px;
}
div.p_notes div.row {
	padding-top: 20px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
}
div.doc-content img {
    margin: 0;
}
div.doc-content ol,div.doc-content  ul {
    padding-left: 40px;
}
div.m div.doc-content h2 {
    margin-top: 15px!important;
}
div.doc-content .author-docs img {
	float: left;
	margin: 0 10px 0 0;
	width:40px;
	height:40px;
	position:relative;
	top:-10px;
}
div.doc-content .author-docs {
	border-bottom:solid 3px #f3f3f3;
	margin-bottom: 20px;
	line-height: 20px;

}
div.doc-content .author-docs:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div.doc-content .author-docs-like {
	float:right;
}

div.doc-content .author-docs-like span {
	font-size:30px;
}

@media (max-width: 767px){
.bp-docs-container div.doc-content {
    padding: 20px 10px;
}
}

#doc-meta, .doc-meta, .docs #comments {
    border-top: none;
}

.comment-list {
  border: 2px solid #ddd;
  padding: 0;
  border-radius: 10px 10px 0 0;
}
.commets-list {
  padding: 20px 20px 0 20px;
}
.commets-list > li {
  border-top: 2px dashed #ddd;
  margin: 30px 0;
  padding-top: 20px;
}
.commets-list > li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.commets-list .children {
  border-left: 2px solid #ccc;
  margin: 0;
}
.commets-list .avatar {
  float: left;
  margin-right: 10px;
}
.st-comment-content {
  background: #e2e2e2;
  padding: 2px 10px;
  margin: 20px 0 6px 0;
  border-radius: 10px;
  position: relative;
}
.st-comment-content::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50px;
  border-style: solid;
  border-color: transparent transparent #e2e2e2 transparent;
  border-width: 0 20px 20px 0;
}
.st-comment-content p {
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.5em;
}
.comment-reply-link {
    border: 3px solid #79ADFF;
    background-color: #efefef;
  padding: 7px 12px;
  transition: 0.5s;
}
.comment-reply-link:hover {
    background-color: #79ADFF;
  transition: 0.5s;
}
.commets-list .st-comment-body {
  margin-bottom: 0;
}

.docs-eye-catch {
    position: relative;
    width: 100%;
 overflow:hidden;
    margin-bottom: 3px;
}
.docs-eye-catch:before {
    content:"";
    display: block;
    padding-top: 47.24%;
}

.docs-eye-catch img {
    position: absolute;
    top: 50%;
    margin-top: -37.5%;
    left: 0;
    width: 100%;
    height: auto;
}

/* */

.go-to-top {
	right: 20px;
	bottom: 120px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.go-to-top-button {
	width: 50px;
	height: 50px;
	background-color: #eee;
	opacity: 0.8;
}

.btn:hover {
	color:#666;
}

.grecaptcha-badge { visibility: hidden; }
