@charset "utf-8";

/*フォント設定*/


/*
Theme Name: kakitai
Theme URI: https://kakit.ai/
Description: PC,タブレット,モバイル用
Author:
Author URI: https://kakit.ai/
Version: 1.0
*/

body {
  margin: 0 auto;
  padding: 0;
  letter-spacing: 1px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  background: #ededed;
  word-break: break-all;
}

* {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  }

/* ---------------------------------------------------
    font
----------------------------------------------------- */


.player_num {
 font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* ---------------------------------------------------
    clearFix
----------------------------------------------------- */

.cf:before,.cf:after {
  content: " ";
  display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1; }

/* ---------------------------------------------------
    link
----------------------------------------------------- */

a {
	text-decoration: none;
	color: #FF5722;
	font-weight:800;
	cursor: pointer;
}

a:focus {text-decoration: none;}

/* ---------------------------------------------------
    img araテスト中
----------------------------------------------------- */

img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

/* ---------------------------------------------------
    colorstyle
----------------------------------------------------- */

.red {color: #f22;}
.bold {font-weight: bold;}
/*.border {background: linear-gradient(transparent 50%, #FFF080 50%);font-weight:600;} */

.border {
		background-image: linear-gradient(#FFF080, #FFF080);
  background-size: 0 50%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: 1s;
		font-weight: 600;
}

.border.active {
  background-size: 100% 50%;
		font-weight:600;
}

/* ---------------------------------------------------
    table
----------------------------------------------------- */

.dataTables_wrapper {
	margin: 0 0 30px!important;
}

.tablepress {
	border: 1px solid #ddd!important;
	font-size: 14px;
}

.tablepress th {
	text-align: center!important;
	background-color: #ededed!important;
	border-right: 1px solid #ddd!important;
}

.tablepress th:last-child {
	border-right: none!important;
}

.tablepress td {
	text-align: center!important;
	border-right: 1px solid #ddd!important;
}

.tablepress td:last-child {
	border-right: none!important;
}

/* ---------------------------------------------------
    space
----------------------------------------------------- */

span.spave {
	margin: 0 2px;
}


/* ---------------------------------------------------
    header
----------------------------------------------------- */

header {
background: #000;
}

header nav li {
  list-style: none;
  display: inline-block;
}

header li a {
  color: #fff;
}

.top_content {
  width: 100%;
}

/* ---------------------------------------------------
    content
----------------------------------------------------- */

.wrapper {
	position: relative;
}

.content_menu {
  list-style: none;
}

.content_menu li {
  text-align: center;
  border-radius:5px;
}

.content_menu a {
  display: block;
  border: 1px solid #bfbfbf;
  background: #2b2d31;
  color: #fff;
}

.content_menu .fa-gamepad,.fa-mobile-alt,.fa-money-bill-alt {
  color: #ff2222;
}

.post_list {
	list-style: none;
}

.post_list .thumbnail {
    background: #000000de;
	display: block;
}

.post_list img {
  display: block;
  width: 100%;
  opacity: 1;
}

.date2 {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}


/* ---------------------------------------------------
    single
----------------------------------------------------- */

.post_head {
  background: #2b2d31;
}

.post_head .thumbnail  {
  background: #000;
  display: block;
}

.post_head .thumbnail img {
  display: block;
  width: 100%;
  opacity: 0.8;
}

.post_head h1 {
  background: #2b2d31;
  color: #fff;
}

.date {
  background: #4a629d;
  color: #fff;
  display: inline-block;
  border-radius:3px;
}

.meta {
  text-align: left;
	background: #2b2d31;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	color:#bfbfbf;
}

.post_content img:not(.bg_event img):not(.thead_image img){
  border: 1px solid #f7f7f7;
  width: 100%;
}

.post_content h2:not(.title_des){
position: relative;
display: inline-block;
margin-bottom: 1em;
width:100%;
text-align:center;
}

.post_content h2:not(.title_des):before {
content: '';
position: absolute;
bottom: 0px;
display: inline-block;
width: 25%;
height: 4px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: black;
border-radius: 2px;
}

.post_content h3 {
	border-left: 5px solid #000;
	display: inline-block;
}

.post_content h4 {
  border-left: 5px solid #4a629d;
}

.post_content ul:not([class*="post_list"]) {
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 ;
  padding:0;
}

.post_content li:not([class*="post_list"] li):not([class*="btn_list"] li):not([class*="flow_list"] li){
		position: relative;
		padding: 0 0 5px 20px;
		margin: 7px 0 7px 0px;
		font-weight: bold;
		font-size: 16px;
		line-height: 30px;
}

.post_content li:not([class*="post_list"] li):not([class*="btn_list"] li):not([class*="flow_list"] li):before,
.post_content p.title_large:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 5px;
	width: 10px;
	border-radius: 25%;
	background: #4a629d;
	top: 50%;
	margin-top: -5px;
}

.post_content ul li.no_icon{
 font-weight: 500;
 margin-top: 0;
}

.post_content ul li.no_icon:before{
 content: none;
}

/* blog card */

	.post_content .blog_card01{
		margin-top: 50px;
		background:#fff;
		border: 1px solid#656565;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
		font-size: 14px;
		position: relative;
	}	

	.post_content .blog_card01 span{
		background:#343434;
		color: #fff;
		font-size: 12px;
		padding: 5px 15px;
		position: absolute;
		top: -16px;
		left: 20px;
	}	

	.post_content .blog_card01 span i{
		margin-right: 4px;
	}

	.post_content .blog_card01 .inner_card{
		padding: 30px 25px;
	}

	.post_content .blog_card01 .inner_card p{
		margin: 7px 0 0;
		padding:0;
		font-size: 14px;
	}

	.post_content .blog_card02 {
		margin-top: 50px;
		padding: 16px;
		overflow: hidden;
		background: #e9e9e9;
	}

	.post_content .blog_card02 span{
		background:#4a629d;
		color: #fff;
		font-size: 12px;
		padding: 3px 15px;
		top: -2px;
		margin-right: 5px;
		position: relative;
	}	

	.post_content .blog_card02 .image_wrap{
		width:130px;
		height: 76px;
		margin-right: 20px;
		float: left;
	}

	.post_content .blog_card02	.inner_card{
			overflow: hidden;
		}

	.post_content .blog_card02 img{
		width:100%;
		height: 100%;
		object-fit: cover;
		opacity: .95;
	}

	.post_content .blog_card02 p{
		margin: 0;
		padding:0;
	}

	.post_content .blog_card03{
		font-size: 14px;
		box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px;
		border: 1px solid rgb(227, 232, 237);
		border-radius: 4px;
		display: block;
		margin-top: 50px;
		/*padding: 13px 32px 13px 16px;*/
		position: relative;
		background: #fff;
	}
	
	.post_content .blog_card03 span{
	background: #4a629d;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
	position: relative;
	top: 15px;
	left: 15px;
	border-radius: 3px;	
}	

.post_content .blog_card03 ul li{
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 14px;
}

.post_content .blog_card03 ul li a:after{
content:"\f061";
	display: inline-block;
	font-family: Font Awesome\ 5 Free;
	position: relative;
	left: 4px;
	top: 0;
}

.post_content .blog_card03 .inner_card li:before {
	background: #333;
	top: 44%;
}

.post_content .blog_card03 .inner_card{
	padding: 20px 20px 15px 20px;
}

.post_content [class*="blog_card"] .inner_card a{
color: #4862dd;
}

blockquote{
	background-color: #e8e8e8;
	padding: 1em 1em 1em 3em;
	position: relative;
}

blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1em;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	color:#999;
	position:absolute;
	left:0;
	top:0;
}

blockquote p {
  margin: 0 0 20px!important;
  font-size: 15px!important;
  line-height: 1.5!important;
}

.post_content .tw_btn a {
    padding: 10px;
    display: block;
    background: #f7f7f7;
    color: #212326!important;
    border-radius: 4px;
    border: solid 1px #000;
    text-decoration: none!important;
    text-align: center;
}

.post_content .tw_btn a:hover {
    padding: 10px;
    display: block;
    background: #4a629d;
    color: #fff!important;
    border-radius: 4px;
    border: solid 1px #f22;
    text-decoration: none!important;
    text-align: center;
}

.post_content .fa-twitter {
  margin: 0 10px 0 0;
}

#toc_container {
  background: #f3f3f3!important;
  border: none!important;
	width:100%!important;
}

#toc_container a {
  background: none;
  border-bottom: none;
  color: #000!important;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}

#toc_container li:before {
  content: none;
}

.fukidasi {
	margin-right:10px;
}


/* ---------------------------------------------------
    category
----------------------------------------------------- */

.cat_content h2 {
  border-left: 7px solid #4a629d;
}

/* ---------------------------------------------------
    footer
----------------------------------------------------- */

footer {
  width: 100%;
  background: #2b2d31;
  clear: both;
}

.footer_content h3 {
  font-weight: normal;
  color: #fff;
}

.footer_content li {
  list-style: none;
}

.footer_menu1 a,.footer_menu2 a,.footer_menu3 .fab {
  color: #989898;
}

.copyright {
  width: 100%;
  background: #212326;
  color: #989898;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bcbcbc;
    margin: 1em auto;
    padding-bottom: 20px;
}

.tablepress .even td {
    background-color: #fff;
    vertical-align: middle;
}
.tablepress .odd td {
    background-color: #f9f9f9;
    vertical-align: middle;
}

	.under_ad{
		display: none;
	}

	.under_ad_pass{
		display: none;
	}

@media screen and (max-width: 767px) {
	
	.under_ad{
		display: none;
	}
	
	.fixd_footer_ad	.under_ad{/* 記事ページ下 ブレイブフロンティア ara */
		display: block!important;
	}
	
	.under_ad_pass{
		display: block;
	}
	
	.ad_pass_footer{
		left: 0!important;
	}
	
	.fixd_btn.ad a{
		width: 100%;
    padding: 5px 5px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    color: #fff;
	}

	
}
