@charset "UTF-8";

:root {
  --color-pink: #f9598c;
  --color-blue: #1a94fd;
  --color-red: #ef0a34;
  --color-orange: #ef4a0a;
  --color-green: #05af8f;
  --color-violet: #a81bcb;
  --color-dark: #413e44
}
#slide > div.pc_cat_title > a > picure {
  display: contents;
}

.mobile .post-content .free_dl {
  padding: 14px 14px;
  font-size: 12px;
}

.recommend_1 {
  font-weight: bold;
  color: #fff;
  background: #f00;
  padding: 3px 5px;
  font-size: 11px;
  display: inline-block;
  width: fit-content;
  text-align: center;
  margin-bottom: 2px;
}

.recommend_2 {
  font-weight: bold;
  color: #f00;
  background: #fff;
  border: 1px solid #f00;
  padding: 3px 5px;
  font-size: 11px;
  display: inline-block;
  width: fit-content;
  text-align: center;
  margin-bottom: 2px;
}

@keyframes blinking {
	0% {color: #11d5be;}
	100% {color: #f00;}
}

.btn_speech.time_limit span {
  display: inline-block;
  width: fit-content;
  margin: 0;
  color: #46fba5;
  font-size: 20px;
}

.mobile .btn_speech.time_limit span {
  font-size: 18px;
}

.btn_speech.time_limit .btn-square span {
    font-size: 24px;
}

#container .btn_speech.orange #DateArea {
    color: #000;
    background:#fff;
    border: 2px solid #000;
    padding:5px 20px;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
    display: block;
    margin: 0 auto 15px;
}

.mobile #container .btn_speech.orange #DateArea {
    padding:10px 20px;
}

#container .btn_speech.orange #DateArea:after {
  position: absolute;
  content: "";
  border: none;
  border-left: 2px #000 solid;
  border-top: 2px #000 solid;
  width: 10px;
  height: 10px;
  bottom: -7px;
  transform: rotate(226deg);
  background: #fff;
  left: 50%;
}

.btn_speech #DateArea > span {
  display: inline-block;
  color: #f00;
  animation: blinking .5s ease-in-out infinite alternate;
}

.radius_5 {
  border-radius: 5px;
}

.vod_service_link {
  padding:20px;
  display:block;
  border: 1px #d3e6ef solid;
  border-radius: 5px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);
  transition: .1s ease;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  transition: .1s;
}

.vod_service_link:hover {
  opacity: .8;
}

.vod_service_link > span:nth-child(1) {
  display:flex;
  margin-bottom: 10px;

}
.vod_service_link > span:nth-child(1) > img {
  width: 30%;
  border-radius: 25%;
  margin-right: 15px;
  image-rendering:pixelated;
}
.vod_service_link > span:nth-child(1) > span {
  color:#000;
}
.vod_service_link > span:nth-child(1) > span > span:nth-child(1) {
  font-size: 32px;
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 10px;
}
.vod_service_link > span:nth-child(1) > span > span:nth-child(2) {
  font-size:70px;
  font-weight:bold;
}
.vod_service_link > span:nth-child(2){
  color: #fff;
  border-radius: 5px;
  background-color: #fb525b;
  padding: 15px;
  display: block;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 100%;
}

.bg_sub_plate {
  background: #efffe0;
  border-left: #efffe0 solid 10px;
  border: #efffe0 solid 1px;
  font-size: 14px;
  padding: 1em;
  margin-bottom: 10px;
}

.check_point {
  border-radius: 5px;
  border: #ff7816 solid 2px;
  font-size: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.check_point > span {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  color: #ff5116;
}
.check_point > span + br {
  display: none;
}
.recommended_point_hot {
  background: #ff7f50;
  border: 1px solid #ff7f50;
  padding: 5px 1em;
  font-size: 14px;
  font-weight: bold;
}
.recommended_point_hot >span {
  color: #fff;
  font-weight: bold;
}
.post-content ol.custom_order.order_list li {
  padding: 10px 0.5em 10px 31px;
}
.recommended_point_hot + div {
  border: 1px solid #ff7f50;
  padding: 0 10px;
  font-size: 15px;
  margin-bottom: 10px;
}
.recommended_point_hot {
  background: #ff7f50;
  border: 1px solid #ff7f50;
  padding: 5px 1em;
  font-size: 14px;
  font-weight: bold;
}
.recommended_point_hot >span {
  color: #fff;
  font-weight: bold;
}
.supplement {
  position: relative;
  margin: 1em 0;
  border-radius: 5px;
  background: #ecf1f8;
  font-size: 14px;
  padding: 1em;
}

.fa-key:before {
  content: "\f084";
  color: #85bb50;
  margin-left: 7px;
}

.single .su-service-title {
    margin: 0;
    background: #fff;
    padding: 0 10px 0px 30px !important;
    font-weight: bold;
}

.key_point_green {
  border: 2px solid #b1e083;
  font-size: 100%;
  padding: 1em;
}

.opus_guideline {
  margin-bottom:30px;
}
.opus_guideline .cv_anime_manga {
  display:flex;
}
.post-content > div.opus_guideline > p > img {
  width:70%;
  max-width:70%;
}
.mobile .post-content > div.content div.opus_guideline p img {
  width:70% !important;
  max-width:70% !important;
}
.opus_guideline .cv_anime_manga .unext{
  background:rgb(15, 185, 245);
  display: flex;
  text-decoration: none;
  height: 65px;
  border-radius: 8px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
  transition-duration: .1s;
  transition-property: opacity;
  width:50%;
  font-weight:bold;
  margin-right:5px;
  border-bottom: 5px solid #0f88b3;
}
.opus_guideline .cv_anime_manga .seemore{
  background:#ff8c2f;
  display: flex;
  text-decoration: none;
  height: 65px;
  border-radius: 8px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
  transition-duration: .1s;
  transition-property: opacity;
  width:50%;
  font-weight:bold;
  border-bottom: 5px solid #d1510d;
}
.opus_guideline .cv_anime_manga .unext:hover,.cv_anime_manga .seemore:hover{
  opacity:.8;
}
.mobile .opus_guideline .cv_anime_manga .unext,.mobile .cv_anime_manga .seemore{
  font-size:14px;
}
.post-content p .reference {
  color: #aeb3c1;
  font-size: 12px;
  display: block;
  text-align: right;
  margin-top: 0.5em;
}

#slide_background {
  width: 100% !important;
  height: 32vh !important;
  overflow: hidden;
}

.pagination .current {
  color: #fff;
  background-color: #f7982d;
}

.pagination span, .pagination a {
  color: #587897;
  background: #e6ebee;
}

.page #slide_background {
  height: fit-content !important;
}

.page-id-5481988.page #slide_background {
  height: 32vh !important;
}

.page-id-5481988.page.mobile #slide_background {
  height: 15vh !important;
}

/*ゲーム攻略wiki TOP*/
.page-id-458118 #slide_background,
.page-id-5481988 #slide_background{
  background: linear-gradient(-180deg, #fa384e, #ffc15a);
  position: relative;
}
.page-id-458118 #slide_background:after,
.page-id-5481988 #slide_background:after {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/appmedia/images/common/img/img_product.webp) 0 0/cover;
  height: 32vh;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-animation: 25s linear infinite bgscroll_wiki;
  animation: 25s linear infinite bgscroll_wiki;
  z-index: 8;
  opacity: .4;
  filter: blur(0px);
  background-size: 100%;
}
.page-id-458118.mobile #slide_background:after,
.page-id-5481988.mobile #slide_background:after{
  background: url(/wp-content/themes/appmedia/images/header/bg_product_sp.webp) 0 0/cover;
  -webkit-animation: none;
  animation: none;
  height: 25vh;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.entry-header .entry-title {
  font-size: 22px;
}
@-webkit-keyframes bgscroll_wiki { 0% {background-position: 0 0;} 100% {background-position: 0 322px;}}/* 2000px使用した背景画像の横幅 */
@keyframes bgscroll_wiki { 0% {background-position: 0 0;} 100% {background-position: 0 322px ;}}

.page-id-458118 #slide_background:before,
.page-id-5481988 #slide_background:before {
  background: url(/wp-content/themes/appmedia/images/single/production/logo_wikilist.png) 0 0/cover;
  width: 470px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  top: 33%;
  z-index: 10;
  position: absolute;
  content: "";
  left: 33.3%;
}
.page-id-458118.mobile #slide_background:before,
.page-id-5481988.mobile #slide_background:before {
  display: none;
}
.page-id-458118.mobile #slide_background,
.page-id-5481988.mobile #slide_background{
  background: none;
  width: auto;
  height: 26vw;
  position: relative;
}

.page-id-458118 #slide_background #replace_h1,
.page-id-5481988 #slide_background #replace_h1 {
  width: 1115px;
  margin: 0 auto;
  position: relative;
}

.page-id-458118 #slide_background #replace_h1:before,
.page-id-5481988 #slide_background #replace_h1:before {
  background-image: url(/wp-content/themes/appmedia/images/single/production/logo_wikilist.png) 0 0/cover;
  width: 470px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  top: 33%;
  z-index: 10;
  position: absolute;
  content: "";
  left: 33.3%;
}

.page-id-458118 .production_main_image,
.page-id-5481988 .production_main_image {
  position: relative;
  background: linear-gradient(-180deg, #fa384e, #ffc15a);
  height: 32vh;
  margin: 0;
  padding: 0;
  z-index: 9;
  overflow: hidden;
}
/*END ゲーム攻略wiki TOP*/

/*配信カレンダー TOP*/
.archive.category-newgame #slide_background {
  background: #091e2e;
  position: relative;
}

.archive.category-newgame.mobile #slide_background {
  height: 12.5vh !important;
  background: url(/wp-content/themes/appmedia/images/header/bg_newgame_sp.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
.archive.category-newgame.mobile #breadcrumb_cat > picture{
  display: none;
}
.archive.category-newgame #slide_background:after {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/appmedia/images/header/bg_newgame.webp) 0 0/cover;
  height: 32vh;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-animation: 25s linear infinite bgscroll_wiki;
  animation: 25s linear infinite bgscroll_wiki;
  z-index: 8;
  opacity: .4;
  filter: blur(0px);
  background-size: 100%;
}
.archive.category-newgame.mobile #slide_background:after {
  height: 27vh;
  -webkit-animation: none;
  animation: none;
  background: none;
}

@-webkit-keyframes bgscroll_wiki { 0% {background-position: 0 0;} 100% {background-position: 0 322px;}}/* 2000px使用した背景画像の横幅 */
@keyframes bgscroll_wiki { 0% {background-position: 0 0;} 100% {background-position: 0 322px ;}}

.archive.category-newgame #slide_background:before {
  background: url(/wp-content/themes/appmedia/images/common/img/title_calendar.png) 0 0/cover;
  width: 400px;
  height: 128px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  top: 21%;
  z-index: 10;
  position: absolute;
  content: "";
  left: 33.3%;
}

.archive.category-newgame.mobile #slide_background:before {
  height: 134px;
  width: 320px;
  top: 7vw;
  left: 7vw;
  display: none;
}

.archive.category-newgame #slide_background #replace_h1 {
  width: 1115px;
  margin: 0 auto;
  position: relative;
}

.archive.category-newgame #slide_background #replace_h1:before {
  background-image: url(/wp-content/themes/appmedia/images/common/img/title_calendar.png) 0 0/cover !important;
  width: 470px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  top: 33%;
  z-index: 10;
  position: absolute;
  content: "";
  left: 33.3%;
}

.archive.category-newgame .production_main_image {
  position: relative;
  background: linear-gradient(-180deg, #fa384e, #ffc15a);
  height: 32vh;
  margin: 0;
  padding: 0;
  z-index: 9;
  overflow: hidden;
}
/*END 配信カレンダー*/

/* 最新ゲームニュース TOP*/
.archive.category-news #slide_background #replace_h1:before {
  background: url(/wp-content/themes/appmedia/images/common/img/title_gamenews.webp);
  background-repeat: no-repeat;
  height: 161px;
  width: 480px;
  background-size: 100%;
  top: 46px;
  left: calc(50% - 16em);
}
.archive.category-news #slide_background {
  /*ブルー*/
  background: linear-gradient(90deg, #027ccf, #0ec2cf) !important;
  /*パープル
  background: linear-gradient(90deg, #cf027c, #0573e0) !important;
  */
  /*オレンジ
  background: linear-gradient(90deg, #ee4d58, #0573e0) !important;
  */
  position: relative;
}
.archive.category-news #slide_background:after {
  background: url(/wp-content/themes/appmedia/images/header/bg_news.webp);
  width: 100%;
  height: 32vh;
  margin: 0;
  padding: 0;
  -webkit-animation: bgscroll 120s linear infinite;
  animation: bgscroll 120s linear infinite;
  z-index: 9;
  position: absolute;
  content: "";
}

.archive.category-news.mobile #slide_background:after {
  background: url(/wp-content/themes/appmedia/images/header/bg_news_sp.webp);
}

.archive.category-news.mobile #slide_background #replace_h1:before {
  background: url(/wp-content/themes/appmedia/images/common/img/title_gamenews.png);
  background-repeat: no-repeat;
  height: 147px;
  width: 81vw;
  background-size: 100%;
  top: 9vw;
  left: calc(50% - 9.7em);
}

.archive.category-news.mobile #slide_background {
  height: 124px !important;
  min-height: auto !important;
}

.archive.category-news.mobile #slide_background:after {
  height: 124px;
  background-size: cover;
}

/* END 最新ゲームニュース TOP*/

.mobile #slide_background {
  height: 16vh !important;
}

.category-preceding-play.mobile #slide_background #replace_h1:before {
  height: 128px;
  width: 183px;
  background-size: contain;
  top: 4vw;
  left: calc(50% - 23vw);
  background-repeat: no-repeat;
}

#slide_background #replace_h1:before {
  top: 4vw;
}

/*アプリまとめ*/
.post-content .app_summarize {
  margin-bottom: 15px;
}

.post-content .app_summarize h3 {
  background: #b62562;
  color: #fff;
  border: none;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

/*ストア導線*/
.app_store {
  border:1px solid #ced0d8;
  padding:10px;
  display:flex;
  margin-bottom: 10px;
  border-radius: 5px;
}
.mobile .app_store {
  align-items: center;
}
.app_store .app_img {
  width:250px;
}
.app_store .app_img img {
  border-radius:25%;
  border: 1px solid #d1e3e7;
  transition: .1s;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 5%), 0 1px 3px 1px rgb(60 64 67 / 5%);
}
.app_store .app_img img:hover {
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 0%), 0 1px 3px 1px rgb(60 64 67 / 0%);
  opacity:.8;
}
.app_store .store_button {
  display:flex;
}
.app_store .store_button a {
  width:50%;
}
.app_store .store_button a:nth-child(1) img{
  padding-right:5px;
}
.app_store .store_button a:nth-child(2) img {
  padding-left:5px;
}
.app_store p:empty {
  display:none;
}
.app_store .app_info {
  padding-left:10px;
}
.app_store .app_name {
  font-size:16px;
  font-weight:bold;
}
.app_store .app_disc {
  font-size: 13px;
  margin-bottom:5px;
  min-height:40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: auto;
  word-break: break-all;
  padding: 0;
  height: calc(2em * 1.3);
}
.mobile .app_store .app_disc {
  min-height:auto;
  height:auto;
}
.post-content .app_summarize h4 {
  border: none;
  margin-top: 0;
}

#container .app_summarize .marker {
  background: linear-gradient(transparent 60%, #ffc8df 60%);
  width: fit-content;
  padding-left: 0;
  font-size: 15px;
}

.game_animate_switch_down ul li[data-current="true"] {
  border-bottom: 3px solid #ff5c49;
}

.game_animate_switch_down ul li[data-current="true"] a {
  color :#ff5c49;
}

.mobile .game_animate_switch_down ul li[data-current="true"] {
  border-bottom: 3px solid #ff5c49;
}

.mobile .game_animate_switch_down ul li[data-current="true"] a {
  color :#ff5c49;
}

.mobile .game_animate_switch_down ul {
  border-bottom: none;
}

.mobile .game_animate_switch_down {
  overflow: scroll;
  background: #21282d;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.mobile .game_animate_switch_down::-webkit-scrollbar {
  display:none;
}

.post-content .app_summarize .app_summarize_detail {
  border: 1px solid #b62562;
  padding: 10px;
}

.post-content .app_summarize .app_summarize_detail table td {
  padding: 9px 8px;
}

.post-content .app_summarize .app_summarize_detail table {
  margin-bottom: 0;
}

.post-content .app_summarize .app_summarize_detail img.app_icon {
  width: 70px;
  display: block;
  border-radius: 16px;
  margin: 0 auto;
  border: 1px solid #d1e3e7;
  transition: .1s;
}

.post-content .app_summarize .app_summarize_detail a img.app_icon:hover {
  opacity: .7;
}

.post-content .app_summarize th {
  background: #b62562;
  color:#fff;
  width: 33.3%;
}

.post-content .app_summarize a {
  font-weight:bold;
}

.post-content .app_summarize a:hover {
  text-decoration: underline !important;
}

.post-content .app_summarize a.app_detail {
  display: block;
  padding: 5px;
  border-radius: 5px;
  display: block;
  background: #bdcfda;
  color:#fff;
  width: fit-content;
  margin: 5px auto;
  min-width: 80px;
  transition: .1s;
}

.post-content .app_summarize a.app_detail:hover {
  opacity: .8;
  text-decoration: none !important;
}

.post-content .app_summarize a.app_dl{
  display: block;
  padding: 5px;
  border-radius: 5px;
  display: block;
  background: #32adc8;
  color:#fff;
  width: fit-content;
  margin: 5px auto;
  min-width: 80px;
  transition: .1s;
  width: 90%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-bottom: 4px solid #03748c;
}

.post-content .app_summarize a.app_dl:hover {
  opacity: .8;
  text-decoration: none !important;
  border-bottom: 4px solid #32adc8;
  border-top: 4px solid #03748c;
}

.mobile .post-content .app_summarize a.app_dl {
  height: 30px;
}

.post-content .app_summarize h4:before {
  display: none;
}

.post-content .app_summarize br {
    display: block;
}

/*END アプリ紹介まとめ*/


.checklists_orange{
  background-color: #fff;
  border: 1px solid #ff9f2d;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 6px 10px;
}

.post-content .checklists_orange .check_title_orange {
  padding: 3px 10px 3px 30px;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #fff;
  background-color: #ff9f2d;
  font-weight: bold;
  width: fit-content;
  position: relative;
}

.mobile .post-content .checklists_orange .check_title_orange:after {
  border-top: 14px solid #ff9e2d;
  border-right: 15px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #ff9e2d;
  right: -28px;
  top: 0px;
}

.post-content .checklists_orange .check_title_orange:after {
  position: absolute;
  content: "";
  border-top: 11px solid #ff9e2d;
  border-right: 14px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 14px solid #ff9e2d;
  right: -25px;
  top: 3px;
  transform: rotate(270deg);
}

.post-content .checklists_orange .check_title_orange:before {
  background: url(/wp-content/themes/appmedia/images/common/img/icon_check_down.png);
  content: "";
  position: absolute;
  background-size: 20px;
  width: 20px;
  height: 19px;
  left: 6px;
  top: 5px;
}

.post-content .checklists_orange {
  border: 1px solid #ff9f2d;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 40px;
}

.post-content .checklists_orange > p {
  margin-bottom: 0;
  margin-top: -28px;
  margin-left: -2px;
}

.checklists_orange ul {
  padding: 5px;
}

.post .checklists_orange ul li {
  text-align: left;
  font-size: 14px !important;
  line-height: 1.3;
  padding: 5px 14px 5px 30px;
  border-bottom: none;
  font-weight: bold;
  margin: 0;
  position: relative;
  font-size: 14px;
  line-height: 1.6 !important;
  margin-bottom: 4px;
}

.post-content .checklists_orange ul li a {
  text-decoration: underline !important;
}

.checklists_orange ul li:before {
  background: url(/wp-content/themes/appmedia/images/common/img/icon_check_orange.png);
  content: "";
  position: absolute;
  background-size: 15px;
  width: 15px;
  height: 15px;
  left: 8px;
  top: 9px;
}
/*アコーディオン*/

summary {
  font-family: 'icomoon' !important;
  border: 1px solid #7c8898 !important;
  padding: 10px !important;
  border-radius: 3px !important;
  display: block;
  list-style: none;
  text-align: center;
  color:#929aa7;
  outline:none;
  font-weight: bold;
}

summary:after {
  content: "\e933";
  color: #fff;
  padding-left: 5px;
  font-weight: bold;
  background: #697077;
  position: absolute;
  right: 10px;
  padding: 3px 2px 2px 3px;
  border-radius: 9px;
  top: 12px;
  font-size: 13px;
}

details[open] summary:after {
  content: "\e932";
}

details {
  cursor: pointer;
  text-align: center;
  background: #fff !important;
  font-size: 15px !important;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  text-align: left!important;
  box-shadow: 0 2px 0 0 #fff, 0 6px 0 -3px #7c8898, 0 9px 0 -4px #fff, 0 12px 0 -6px #7c8898;
  position: relative;
  min-height: 38px;
  max-height: 38px;
  transition: .1s;
  text-align: left;
  word-break: break-all;
  transition: max-height 0.1s linear;
  margin-bottom: 20px;
  transition: all 0.1s;
  overflow: hidden;
}

details:after {
  content: "";
  width: 100%;
  box-shadow: 0 2px 0 0 #fff, 0 6px 0 -3px #7c8898, 0 9px 0 -4px #fff, 0 12px 0 -6px #7c8898;
  position: absolute;
}

details[open]{
  box-shadow: none;
  max-height:fit-content;
  transition: all .1s;
}

details[open] summary {
  margin-bottom:10px;
}

details > div {
  max-height: 38px;
  transition: .1s ease;
}

details[open] > div {
  max-height: fit-content;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

/*ENDアコーディオン*/

.comment-awaiting-moderation {
  display: none!important;
}

.post-content .post-thumb img {
  margin: 0;
  max-height: 373px;
  object-fit: contain;
}

/*各グローバルTOP*/


/*アプリランキング*/
#appranking .sitename {
  white-space: nowrap;
  overflow: hidden;
}

#appranking .sitename ::before{
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 31px;
  background: url(/wp-content/uploads/2020/10/logo-3.png) no-repeat 0%;
  background-size: 105px;
}

#appranking .update{
  display: flex;
  color: #8d9da5;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 14px;
}

#appranking header {
	background: #fff;
}

#appranking #header-l {
  display:flex;
  align-items: center;
}

#appranking #wrapper-in {
	margin-top: -5px;
}

#appranking .st-main {
    padding: 0 0 20px;
}

#appranking #side {
	display:none;
}

#appranking .st-main {
  margin-right: 0;
}

#appranking .app_icon  {
	display: flex;
	align-items: center;
}

#appranking h1 {
	margin-left: .5em;
}

#appranking h2 {
  background: #fff;
  color: #1a1a1a;
  font-size: 19px;
  line-height: 27px;
  margin: 0;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 0;
  border-top: none;
  border-bottom: none;
}

#appranking .app_icon {
	margin-bottom:1em;
}

#appranking .app_icon img {
	width: 120px;
   border-radius: 16px;
}

#appranking h1.target {
color: #1d1d1d;
font-size: 22px;
padding: .5em 15px;
margin: 0;
}

#appranking .sponsor {
   font-size: 11px;
   color: #8898a1;
	text-align: center;
}

#appranking .ranking {
    border-bottom: 2px solid #171114;
    margin-bottom: 10px;
}

#appranking .ranking .rank_number {
    font-weight: bold;
    background: #161013;
    width: 18%;
    border-radius: 0 49px 0 0;
    color: #fff;
    padding-left: 10px;
}

#appranking .ranking .rank_number span {
	font-size:23px;
}

#appranking .recommended {
  padding: 10px;
  background: #fbfff0;
  color: #5e6359;
  border-radius: 6px;
  border: 1px solid #84be4d;
  margin-bottom: 15px;
}

#appranking .post .recommended  h3 {
 color: #3a6b07;
 border-bottom-color: #42750f;
 margin-bottom: 10px;
}

#appranking .post-content h4 {
  color: #444;
  border-left: 4px solid #e0e0e0;
  margin-top: 0px;
  padding: 0 0 0 7px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  text-indent: 3px;
}

#appranking .recommended_point {
	display: flex;
	height: auto;
   align-items: flex-start;
}

#appranking .recommended_point img {
	width: 25px;
	height: auto;
}

#appranking .recommended_point .testimonial  {
	padding-left: 10px ;
	list-style:none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#appranking .recommended_point .testimonial  li {
	padding-left: 23px;
	position: relative;
  margin-bottom: .8em;
}

#appranking .recommended_point .testimonial  li:before {
	content:"";
	position: absolute;
	background: url(/wp-content/themes/appmedia/images/common/img/app_ranking_icon_check.png);
	background-size: 25px;
	width:25px;
	height: 25px;
	left: -11px;
}

#appranking .recommended_point dt {
  font-weight: bold;
  font-size: 15px;
  color: #3f720d;
  border-bottom: 1px solid #84bd4d;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#appranking .recommended_point dd {
  padding: 8px 0 8px 29px;
  position: relative;
  font-weight: bold;
  color: #333;
  border-bottom: 1px dotted #84bd4d;
  font-size: 14px;
}

#appranking .recommended_point dd:before {
	content:"";
	position: absolute;
	background: url(/wp-content/themes/appmedia/images/common/img/app_ranking_icon_check.png);
  background-size: 22px;
  width: 22px;
  height: 22px;
  left: -2px;
  top: 7px;
}

.app_icon {
  display: block;
  border-radius: 25%;
  margin: 0 auto;
  border: 1px solid #d1e3e7;
  transition: .1s;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 5%), 0 1px 3px 1px rgb(60 64 67 / 5%);
}

a .app_icon:hover {
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 0%), 0 1px 3px 1px rgb(60 64 67 / 0%);
  opacity: .8;
}

.app_icon + br {
  display: none;;
}

#appranking .user_review {
  padding: 10px;
  background: #e7eef5;
  color: #5e6359;
  border-radius: 6px;
  border: 1px solid #9bb6d9;
  margin-bottom: 15px;
}

.post-content #appranking .user_review h3 {
  border-bottom-color: #3a7fb3;
  color: #287cbf;
  margin: 0;
  border: none;
}

#appranking .user_review h4 {
	background: #fff;
  font-size: 17px;
	display: flex;
	height: auto;
  border-left: 0;
  padding-left: 0;
}

.post-content #appranking p {
  margin-bottom:0;
  align-items: flex-start;
  min-width: 91px;
}

#appranking .user_review h4 span img{
  width: 30px;
  margin-right: 5px;
  margin-top: -2px;
}

#appranking .user_review h4 {
	background: #fff;
}

#appranking .user_review_comment {
  background: #fff;
  padding: 1em 1em 0;
}

#appranking .user_review_comment:last-of-type {
  padding: 1em 1em 1em;
}

#appranking .download {
	text-align: center;
	display: block;
	color: #fff;
	background: #e75050;
	padding: 17px;
	font-weight: bold;
	border-radius: 4px;
	margin: 15px 0 5px;
	text-decoration: none;
	font-size: 20px;
}

#appranking .app_outline .download {
  text-align: center;
  display: block;
  color: #fff;
  background: #e75050;
  padding: 11px;
  font-weight: bold;
  border-radius: 4px;
  margin: 1em 10px;
  font-size: 14px;
  line-height: 1.2;
}

#appranking .text {
	margin-bottom: 10px;
}

#appranking .key_visual {
	margin-bottom: 10px;
}

.post-content #appranking h3 {
  margin: 0 0 1em;
  padding: 0 0 10px 0;
  border-left: none;
  font-size: 17px;
  line-height: 25px;
  border-bottom: 1px #3a7fb3 dotted;
  color: #38434b;
  font-size: 17px;
}

.post-content #app_ranking .promotion_image img,.post-content　#app_ranking .screenshot img {
  margin: 0 auto;
  display: block;
}

.post-content #app_ranking p {
  font-size: 14px;
  line-height: 1.6em;
}

#appranking .recommended h3 {
  color: #3a6b07;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 27px;
  border-bottom: 1px #42750f dotted;
}

#appranking .post h4 {
  padding: 0;
  margin: 10px 0 10px 0;
  font-size: 17px;
  background: none;
}

#appranking .post h5 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
  margin-top: 15px;
}

#appranking .post p {
	margin-bottom:1em;
}

#appranking .app_outline {
	display: flex;
}

#appranking .star {
	display: flex;
	align-items: center;
	margin:5px 0;
}

#appranking .star img {
	width: 20px;
}

#appranking #st-menubox {
	display:none;
}

#appranking .screenshot {
  display: block;
  margin: 0 auto;
}

#appranking #s-navi dl.acordion {
   display: none;
}

#appranking .screenshot img {
	width: 100%;
}

#appranking header .descr {
   font-size: 11px;
	color: #8898a1;
}

#appranking .sns {
   display: none;
}

#appranking #headbox {
  padding: 0 10px 0;
  margin: 0;
	border-bottom: 1px solid #d4dfe2;
}

#appranking .st-main {
  padding: 0 0 20px;
}

#appranking .app_info {
	padding: 20px 0;
  border-bottom: 1px solid #e2e5e5;
}

#appranking .app_outline_general {
	padding-left: 10px;
}

#appranking .app_info .app_outline_text {
	font-size: 11px;
  color: #8898a1;
  margin-bottom: 1em;
}

#appranking .post .app_info h2 {
	padding: 0;
  margin-bottom: 5px;
  margin-top: 0;
}

#appranking .post .app_info h2 a {
	text-decoration: none;
}

#appranking .push_info {
  margin: 15px 0;
  font-weight: bold;
  color: #e75050;
  padding: 10px;
  border: 2px solid coral;
  border-radius: 6px;
  font-size: 17px;
	position:relative;
	margin-bottom: 27px;
}

#appranking .push_info:after {
	content:"";
  bottom: -42px;
  left: 39%;
	position:absolute;
  border-top: 20px solid #F0897F;
  border-right: 40px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 40px solid transparent;
}

#appranking .introduction {
	padding: 0 15px;
}

#appranking .red {
	color: #f92222;
	font-weight: bold;
}

#appranking .page-id-3 .st-main,.page-id-214 .st-main{
	padding:15px;
}

#appranking .page-id-3 .post h2,.page-id-214 .post h2{
	padding:0 0 4px;
	border-bottom: 2px solid #e85554;
}

#appranking .page-id-3 .post h3,.page-id-214 .post h3 {
  font-size: 17px;
  padding: .4em;
  color: #212121;
  border-bottom: none;
  background: #f0f3f5;
  margin-top: 10px;
}

/*iphoneSE用*/
@media screen and (max-width: 320px) {
	.app_outline .download {
		text-align: center;
		display: block;
		color: #fff;
		background: #e75050;
		padding: 8px;
		font-weight: bold;
		border-radius: 4px;
		margin: 1em 10px;
		height: 56px;
		font-size: 13px;
	}
}
/*END アプリランキング*/

/*インタビューUI*/

.post-content .interviewVer2 {
  background: transparent;
  padding:0;
  background-attachment: fixed;
}

.post-content .interviewVer2.premium {
  background: linear-gradient(331deg, #e3b9f9, #b3e0f5f5);
  padding: 1em;
  background-attachment: fixed;
}

.post-content .interviewVer2 .interview_left{
  display:flex;
  box-sizing:border-box;
  flex-wrap:wrap;
  align-items: flex-start;
  margin-bottom: 20px;
  justify-content: flex-end;
}
.post-content .interviewVer2 .interview_right{
  display:flex;
  box-sizing:border-box;
  flex-wrap:wrap;
  align-items: flex-start;
  margin-bottom: 20px;
  justify-content: flex-start;
}

#container .post-content .interviewVer2 .interview_left p,#container .post-content .interviewVer2 .interview_right p {
  position: relative;
}

/*
#container .post-content .interviewVer2 .interview_right > p.dialogue:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #403e44 #403e44 transparent transparent ;
  transform: rotate(225deg);
  left: -7px;
  top: 25px;
  background: #fff;
}
*/


#container .post-content .interviewVer2 .interview_left.red > p.dialogue:after {
  border-color: var(--color-red) var(--color-red) transparent transparent;
}

#container .post-content .interviewVer2 .interview_left.violet > p.dialogue:after {
  border-color: var(--color-violet) var(--color-violet) transparent transparent;
}

#container .post-content .interviewVer2 .interview_left.orange > p.dialogue:after {
  border-color: var(--color-orange) var(--color-orange) transparent transparent;
}

#container .post-content .interviewVer2 .interview_left.green > p.dialogue:after {
  border-color: var(--color-green) var(--color-green) transparent transparent;
}

#container .post-content .interviewVer2 .interview_left.blue > p.dialogue:after {
  border-color: var(--color-blue) var(--color-blue) transparent transparent;
}

#container .post-content .interviewVer2 .interview_right.red > p.dialogue:after {
  border-color: var(--color-red) var(--color-red) transparent transparent;
}

#container .post-content .interviewVer2 .interview_right.pink > p.dialogue:after {
  border-color: var(--color-pink) var(--color-pink) transparent transparent;
}

#container .post-content .interviewVer2 .interview_right.violet > p.dialogue:after {
  border-color: var(--color-violet) var(--color-violet) transparent transparent;
}

#container .post-content .interviewVer2 .interview_right.orange > p.dialogue:after {
  border-color: var(--color-orange) var(--color-orange) transparent transparent;
}

#container .post-content .interviewVer2 .interview_right.green > p.dialogue:after {
  border-color: var(--color-green) var(--color-green) transparent transparent;
}

#container .post-content .interviewVer2 .interview_right.blue > p.dialogue:after {
  border-color: var(--color-blue) var(--color-blue) transparent transparent;
}

#container .post-content .interviewVer2 .interview_right.pink > p.dialogue:after {
  border-color: var(--color-pink) var(--color-pink) transparent transparent;
}

ol.chart li {
  font-weight: bold;
  font-size: 13px;
}

ol.chart div {
  margin: 0px;
  padding: 3px 0px 3px 5px;
  line-height: 120%;
  font-weight: normal;
  font-size: 11px;
  color: #505050;
  border-top: solid 1px #d0d0d0;
}

.post-content .interviewVer2 .icon_image img{
  border-radius:100px;
  max-width:auto!important;
  border:2px solid var(--color-dark);
}
.post-content .interviewVer2 .pink .icon_image img{
  border-color:var(--color-pink);
}
.post-content .interviewVer2 .blue .icon_image img{
  border-color:var(--color-blue);
}
.post-content .interviewVer2 .orange .icon_image img{
  border-color:var(--color-orange);
}
.post-content .interviewVer2 .red .icon_image img{
  border-color:var(--color-red);
}
.post-content .interviewVer2 .green .icon_image img{
  border-color:var(--color-green);
}
.post-content .interviewVer2 .violet .icon_image img{
  border-color:var(--color-violet);
}
.post-content .interviewVer2 p.dialogue{
  border-radius: 16px;
  border: 2px solid var(--color-dark);
  background: rgba(255,255,255,1);
  padding: 1.6em 1em;
  max-width: 79%;
  position: relative;
  margin-bottom: 0;
}
.mobile .post-content .interviewVer2 p.dialogue{
  max-width:55%;
}
#container .interviewVer2 p {
  color:var(--color-dark);
  margin-bottom: 0;
}
.post-content .interviewVer2 .blue p.dialogue{
  border-color:var(--color-blue);
}
.post-content .interviewVer2 .pink p.dialogue{
  border-color:var(--color-pink);
}
.post-content .interviewVer2 .red p.dialogue{
  border-color:var(--color-red);
}
.post-content .interviewVer2 .violet p.dialogue{
  border-color:var(--color-violet);
}
.post-content .interviewVer2 .orange p.dialogue{
  border-color:var(--color-orange);
}
.post-content .interviewVer2 .green p.dialogue{
  border-color:var(--color-green);
}

.post-content .interviewVer2 .blue p.dialogue:before{
  border-color:var(--color-blue);
}
.post-content .interviewVer2 .pink p.dialogue:before{
  border-color:var(--color-pink);
}
.post-content .interviewVer2 .violet p.dialogue:before{
  border-color:var(--color-violet);
}
.post-content .interviewVer2 .red p.dialogue:before{
  border-color:var(--color-red);
}
.post-content .interviewVer2 .orange p.dialogue:before{
  border-color:var(--color-orange);
}
.post-content .interviewVer2 .green p.dialogue:before{
  border-color:var(--color-green);
}
.post-content .interviewVer2 .icon_image .icon_name{
  display:block;
  text-align:center;
  font-weight:bold;
  color:var(--color-dark);
  font-size:10px;
}
.post-content .interviewVer2 .red.icon_image .icon_name{
  color:var(--color-red);
}
.post-content .interviewVer2 .blue .icon_image .icon_name{
  color:var(--color-blue);
}
.post-content .interviewVer2 .orange .icon_image .icon_name{
  color:var(--color-orange);
}
.post-content .interviewVer2 .violet .icon_image .icon_name{
  color:var(--color-violet);
}
.post-content .interviewVer2 .pink .icon_image .icon_name{
  color:var(--color-pink);
}
.post-content .interviewVer2 .red .icon_image .icon_name{
  color:var(--color-red);
}
.post-content .interviewVer2 .green .icon_image .icon_name{
  color:var(--color-green);
}
.post-content > .interviewVer2 > .interview_right > p.dialogue:before{
  position:absolute;
  content:"";
  width:10px;
  height:10px;
  border:2px solid var(--color-dark);
  background:#fff;
  top:36px;
  left:-7px;
  transform:rotate(45deg);
  border-right:transparent;
  border-top:transparent;
}
.post-content > .interviewVer2 > .interview_left > p.dialogue:before{
  position: absolute;
  content:"";
  width:10px;
  height:10px;
  border:2px solid var(--color-dark);
  background:#fff;
  top:36px;
  right:-7px;
  transform:rotate(45deg);
  border-left:transparent;
  border-bottom:transparent;
}
.post-content > .interviewVer2 > .blue > p.dialogue:before{
  border-color:var(--color-blue);
}
.post-content > .interviewVer2 > .pink > p.dialogue:before{
  border-color:var(--color-pink);
}
.post-content > .interviewVer2 > .orange > p.dialogue:before{
  border-color:var(--color-orange);
}
.post-content > .interviewVer2 > .red> p.dialogue:before{
  border-color:var(--color-red);
}
.post-content > .interviewVer2 > .green > p.dialogue:before{
  border-color:var(--color-green);
}
.post-content > .interviewVer2 > .violet > p.dialogue:before{
  border-color:var(--color-violet);
}
/*END インタビューUI*/

body {
  counter-reset: number 0;
}
.lity_text .lity_style {
  width: auto !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  border: none !important;
  margin: auto !important;
  position: relative !important;
  padding-right: 28px !important;
  font-weight: bold;
}

.lity_text.map_perspective .lity_style {
  padding-right: 5px !important;
}

.mobile .lity_text.map_perspective .lity_style {
  padding-right: 5px !important;
}

.lity_text.map_perspective .lity_label {
  display: none !important;
}

.lity_text .lity_style img {
  vertical-align: middle;
}

.mobile .lity_text .lity_style {
  padding-right: 27px !important;
}

.lity_text .lity_label {
  bottom: 2px !important;
  padding: 4px 0 !important;
}
.post-content .js-scrollable table tr {
  background: transparent;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  z-index: 100000 !important;
  top: 10% !important;
}

.scroll-hint-icon {
  top: 10% !important;
}

.blog-card-thumbnail img {
  width: 135px !important;
  height: 70.5px !important;
  object-fit: contain !important;
  background: #f2f2f2 !important;
  border: 1px solid #ddd !important;
}

.mobile .blog-card-thumbnail img {
  height: 50.5px !important;
}

.blog-card_ver2 a {
  border-radius: 16px;
  border: 1px solid #d1e3e7;
  transition: .1s;
  border-radius: 5px;
  word-wrap: break-word;
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  align-items: center;
  border: 1px solid #d6dfe5;
  transition: .1s;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 5%), 0 1px 3px 1px rgb(60 64 67 / 5%);
}

.blog-card_ver2 .blog-card-content {
  margin-left: 13px;
}

.blog-card_ver2 p {
  display: none;
}

.blog-card_ver2 .blog-card-sub {
  color: #768493;
}

.blog-card_ver2 a:hover {
  opacity: .8;
}

.blog-card_ver2 .blog-card-title {
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 5px;
  min-height: 40px;
}

/*下部人気記事*/
.postid-75185265 .post-main .popular_and_new_articles_wrapper .thumbnail_wrapper {
  max-height: 100%;
  width: 100% !important;
}

/*
.postid-75185265 .post-main .thumbnail_wrapper {
  position: relative;
	max-width: 100%;
  max-height: fit-content;
  width: 100% !important;
  display: block;
}

.postid-75185265 .post-main .thumbnail_wrapper:after {
  content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, transparent 0 60%, #000 100%);
}

*/

.postid-75185265 .post-main .thumbnail_wrapper a {
  position: relative;
	max-width: 100%;
  max-height: fit-content;
  width: 100% !important;
  display: block;
}

.postid-75185265 .post-main .thumbnail_wrapper a:after {
  content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  display: block;
	background-image: linear-gradient(180deg, transparent 0 60%, #000 100%);
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #d2dfe2;
  border-left: 1px solid #d2dfe2;
  border-top: 1px solid #d2dfe2;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper li {
  display: block;
  width: 50% !important;
  position: relative;
  border-bottom: 1px solid #d2dfe2;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper li:nth-child(even) {
  border-right: 1px solid #d2dfe2;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper .title {
  bottom: 15px;
  line-height: 1.2;
  width: 100%;
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  padding-bottom: 0;
}

.postid-75185265.mobile .post-main .popular_and_new_articles_wrapper .title {
  font-size: 12px;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper .title a {
  color:#fff !important;
  display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
  padding-right: 1em;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper .thumbnail_wrapper img {
  width: 100%;
  object-fit: cover;
  min-height: 140px;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper li:nth-child(1) {
  width: 100% !important;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper li:nth-child(1) a {
  font-size: 25px !important;
}

.postid-75185265.mobile .post-main .popular_and_new_articles_wrapper li:nth-child(1) a {
  font-size: 21px !important;
}

.postid-75185265.mobile .post-main .popular_and_new_articles_wrapper li .rank_label {
  left: 0;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper li:nth-child(1) .rank_label {
  width: 35px;
  height: 35px;
  font-size: 18px;
  background-color: #ffbd05 !important;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper li:nth-child(2) .rank_label {
  width: 25px;
  height: 25px;
  background-color: #75bedb !important;
}

.rank_label,.postid-75185265 .post-main .popular_and_new_articles_wrapper li:nth-child(3) .rank_label  {
  width: 25px;
  height: 25px;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper li:nth-child(4) .rank_label,.postid-75185265 .post-main .popular_and_new_articles_wrapper li:nth-child(5) .rank_label {
  background: white !important;
  color: #194b4d;
  width: 25px;
  height: 25px;
  border: 1px solid #bdd1d6;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper .show_article_list_anchor {
  text-decoration: none !important;
  color: #187daf !important;
  font-size: 15px;
  position: relative;
  transition: .1s;
  box-shadow: none;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper .show_article_list_anchor:hover {
  background: #d0e7f3;
}

.postid-75185265 .post-main .popular_and_new_articles_wrapper .show_article_list_anchor:before {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  color: #187daf;
  top: 11%;
  left: calc(50% - 5em);
  position: absolute;
}

/*END 下部人気記事*/

.post-content .blog-card_ver2 a.thumbnail_linktag {
  color: #222;
  text-decoration: none;
  font-size: 18px;
  height: fit-content;
  padding: 20px 10px;
}

.mobile .post-content .blog-card_ver2 a.thumbnail_linktag {
  padding: 10px;
}

.blog-card_ver2 {
  margin: 15px 0;
}

.blog-card_ver2 br{
  display:none;
}

.blog-card_ver2 .blog-card-thumbnail {
  width: 45%;
}

.blog-card_ver2 .blog-card-thumbnail:empty {
  display:none;
}

.blog-card_ver2 .blog-card-thumbnail img {
  width: 100% !important;
  height: 90px !important;
  object-fit: cover !important;
  background: #f2f2f2 !important;
  border: 1px solid #ddd !important;
  border-radius: 5px;
}

.mobile .blog-card_ver2 .blog-card-thumbnail img {
  height: 80px !important;
}

/*横にスクロールするテーブル*/
.scroll_x {
  width: 515px;
  overflow:scroll;
}

.ipad .scroll_x {
  width: 95vw;
  overflow:scroll;
}

.mobile .scroll_x {
  width: 95vw;
  overflow:scroll;
}

/*テーブルセル固定（上辺と左辺）*/
.sticky_table_wrapper {
  overflow: scroll;
  width: 510px;
  height: 16vh;
  border-top: 1px solid #e1e9ed;
}

.post-content .sticky_table_wrapper table {
  border-top:none;
}

.mobile .sticky_table_wrapper,.ipad .sticky_table_wrapper {
  width: 95vw;
}
.post-content .sticky_table thead th {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
  border-top: none;
}

.only_left_cell .sticky_table thead th {
  /* 縦スクロール時に固定しない */
  position: static;
}

.only_left_cell .sticky_table thead th:first-child {
  /* 上端左端のみ固定 */
  position: -webkit-sticky;
  position: sticky;
}

.sticky_table thead th:first-child {
  z-index: 2;
}
.sticky_table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
}

.only_top_cell .sticky_table th:first-child {
  position: static;
}

 article > div.post-content > div.sticky_table_wrapper.only_top_cell > table > thead > tr > th:nth-child(1){
   position: -webkit-sticky;
   position: sticky;
   left: -1px;
}
.sticky_table {
  border-collapse: collapse;
}

.sticky_table th, .sticky_table td {
  text-align: left;
  padding: .2rem .5rem;
  font-weight: normal;
}
.sticky_table th {
  background: #424242;
  color: #E0E0E0;
  font-weight: bold;
}
.sticky_table tbody tr:nth-child(even) th {
  background: darken(#E4D8D4, 4%);
}
.sticky_table tbody tr:nth-child(even) td {
  background: darken(#FAFAFA, 4%);
}
.sticky_table tbody tr:nth-child(odd) th {
  background: #e1f3f7;
}
.sticky_table tbody tr:nth-child(odd) td {
  background: #FAFAFA;
}
.sticky_table.no_stripe tbody tr:nth-child(odd) td {
  background: #fff;
}
.sticky_table.no_stripe tbody tr:nth-child(odd) th {
  background: #f1f6f7;
}

/*コンバージョンボタン*/
.btn-square {
  display: block;
  padding: 1em;
  text-decoration: none;
  background: #43a047;
  color: #fff!important;
  border-bottom: solid 6px #00701a;
  border-radius: 60px;
  font-weight: bold;
  transition: .1s;
  width: 80%;
  margin: 1em auto;
  font-size: 24px;
  text-align: center;
  text-shadow: 2px 2px 0 rgb(0 0 0 / 20%);
  position: relative;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  height: 70px;
}

.btn_speech.softpink a {
  background: #fe7182;
  border-bottom: solid 6px #e43a4e;
}

.btn_speech.softpink a:hover {
  border-top: solid 6px #e43a4e;
  border-bottom: solid 6px #fe7182;
}

.btn_speech.softpink a:after {
  box-shadow: 0px -3px 0 #e43a4e;
}

.btn_speech.softpink a:before {
  border-color: transparent transparent transparent #e43a4e;
}

#container .btn_speech.softpink .marker {
  color: #f7485d;
}

.btn_speech.orange a {
  background: #fe9a44;
  border-bottom-color: #ff690b;
}

.btn_speech.orange a:hover {
  border-top-color: #ff690b;
  border-bottom-color: #fe9a44;
}

.btn_speech.orange a:before {
  border-color: transparent transparent transparent #ff680c;
}

.btn_speech.orange a:after {
  box-shadow: 0px -3px 0 #ff6a0a;
}

.btn_speech.turquoise a {
  background: #00b09b;
  border-bottom-color: #008776;
}

.btn_speech.turquoise a:hover {
  border-bottom-color: #00b09b;
  border-top-color: #008776;
}

.btn_speech.turquoise a:before {
  border-color: transparent transparent transparent #008776;
}

.btn_speech.turquoise a:after {
  box-shadow: 0px -3px 0 #058775;
}

#container .btn_speech.turquoise .marker {
  color: #ff6630;
}

.mobile .btn-square {
  padding: 1em 2em 1em 1em;
  width: 100%;
  font-size: 20px;
}

.btn-square.plus {
  display: block;
  padding: .8em 1em .5em 1em;
  text-decoration: none;
  background: #43a047;
  color: #fff!important;
  border-bottom: solid 6px #00701a;
  border-radius: 60px;
  font-weight: bold;
  transition: .1s;
  width: 80%;
  margin: 1em auto;
  font-size: 24px;
  text-align: center;
  text-shadow: 2px 2px 0 rgb(0 0 0 / 20%);
  position: relative;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  height: 93px;
}

.mobile .btn-square.plus {
  padding: .8em 2em .5em 1em;
  width: 100%;
}

.btn-square:hover{
  opacity: 1;
  border-bottom: 6px solid #43a047;
  border-top: 6px solid #00701a;
  box-shadow: 0px 3px 4px rgb(255 255 255 / 100%)
}

.btn_speech br {
  display: none;
}

.hover_none .btn-square:hover {
  border-bottom: solid 6px #00701a;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
  border-top: none;
  opacity: .9;
}

.btn-square.plus:hover{
  opacity: 1;
  border-bottom: 6px solid #43a047;
  border-top: 6px solid #00701a;
  box-shadow: 0px 3px 4px rgb(255 255 255 / 100%)
}

.btn-square.plus span {
  display: block;
  color: #ffed00;
  font-weight: bold;
  font-size: 19px;
  margin-top: 6px;
}

.btn-square:after {
  position: absolute;
  content: "";
  top: 34%;
  right: 16px;
  background: #fff;
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50px;
  z-index: 2;
  box-shadow: 0px -3px 0 #00701a;
}

.btn-square.plus:after {
  position: absolute;
  content: "";
  top: 35%;
  right: 16px;
  background: #fff;
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50px;
  z-index: 2;
  box-shadow: 0px -3px 0 #00701a;
}

.btn-square:before {
  position: absolute;
  content: "";
  top: 42%;
  right: 22px;
  border: 3px solid #fff;
  display: block;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #43a047;
  z-index: 9;
}

.btn-square.plus:before {
  position: absolute;
  content: "";
  top: 42%;
  right: 22px;
  border: 3px solid #fff;
  display: block;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #43a047;
  z-index: 9;
}

.btn_speech {
  margin-top: 1em;
}

.btn_speech span {
  font-size: 17px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.mobile .btn_speech span {
    font-size: 16px;
}

.btn_speech .btn-square{
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-cv-yellow {
  color: #151513 !important;
  background: #ffca4b;
  padding: 10px !important;
  border-radius: 32px;
  margin: 8px auto 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffbc1a;
  border-bottom: 5px solid #ffad08;
  transition: .1s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80%;
  margin: 1em auto;
  font-size: 21px;
  text-align: center;
  position: relative;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  height: 64px;
  justify-content: center;
  align-items: center;
  transition: .1s;
  font-weight: bold;
  position: relative;
}

.mobile .btn-cv-yellow {
  width:100%;
}

.btn-cv-yellow:after {
  position: absolute;
  content: "";
  top: 30%;
  right: 16px;
  background: #151513;
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50px;
  z-index: 2;
}

.btn-cv-yellow:before {
  position: absolute;
  content: "";
  top: 40%;
  right: 22px;
  border: 3px solid #ffca4b;
  display: block;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ffca4b;
  z-index: 9;
}

.btn-cv-yellow:hover {
  border-top: 5px solid #ffad08;
  border-bottom: none;
  box-shadow: none;
}

.btn-twitter {
  display: flex;
  padding: 0 0 3px 24px;
  text-decoration: none;
  background: #1d9bef;
  color: #fff!important;
  border-bottom: solid 6px #0c71b3;
  border-radius: 45px;
  font-weight: bold;
  transition: .1s;
  width: 80%;
  margin: 1em auto;
  font-size: 21px;
  text-align: center;
  text-shadow: 2px 2px 0 rgb(0 0 0 / 20%);
  position: relative;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  height: 64px;
  justify-content: center;
  align-items: center;
  transition: .1s;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.mobile .btn-twitter {
  width:100%;
}

.btn-twitter:hover {
  border-top: solid 6px #0c71b3;
  border-bottom: none;
  box-shadow: none;
}

.btn-twitter:before {
  position: absolute;
  content: "\e912";
  font-size: 20px;
  top: 14px;
  left: calc(30% - 2px);
  font-weight: normal;
  color: #fff;
  font-size: 30px;
}

.mobile .btn-twitter:before {
  left: calc(27% - 2px);
}

.btn-join{
  display: flex;
  padding: 0 0 3px 0;
  text-decoration: none;
  background: #fb7b20;
  color: #fff!important;
  border-bottom: solid 6px #f35104;
  border-radius: 45px;
  font-weight: bold;
  transition: .1s;
  width: 80%;
  margin: 1em auto;
  font-size: 21px;
  text-align: center;
  text-shadow: 2px 2px 0 rgb(0 0 0 / 20%);
  position: relative;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  height: 64px;
  justify-content: center;
  align-items: center;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.mobile .btn-join {
  width: 100%;
}

.btn-join:hover {
  border-top: solid 6px #f35104;
  border-bottom: none;
  box-shadow: none;
}

.post-content .subscription {
  border: 3px #ff1629 dashed;
  padding: 10px;
  background: #fff7c6;
}

.post-content .subscription h3 {
  border: none !important;
  font-size: 28px !important;
  text-align: center;
  color: #ff1629 !important;
  margin: 0 0 10px !important;
  background: transparent !important;
}

.mobile .post-content .subscription h3 {
  font-size: 32px;
  line-height: 1.3;
}

.post-content .subscription p {
  font-weight:bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  color: #1e1e1e;
}

.mobile .post-content .subscription p {
  font-size: 17px;
}

.post-content .subscription a {
  padding: 15px 15px 15px 40px;
  background: rgb(255, 82, 96);
  border-radius: 55px;
  display: flex;
  width: 90%;
  margin: 20px auto 15px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-bottom: 4px solid #dc0d57;
  height: 70px;
  align-items: center;
  justify-content: center;
  transition: .1s;
  position: relative;
}

.mobile .post-content .subscription a {
  width: 80%;
  font-size: 15px;
  height: 30px;
  margin: 20px auto 0px;
}

.post-content .subscription a:before {
  background: url(/wp-content/themes/appmedia/images/common/img/icon_unext.png);
  position: absolute;
  content: "";
  background-size: 45px;
  width: 45px;
  height: 45px;
  left: 15px;
  top: 11px;
}

.mobile .post-content .subscription a:before {
  background: url(/wp-content/themes/appmedia/images/common/img/icon_unext.png);
  position: absolute;
  content: "";
  background-size: 30px;
  width: 30px;
  height: 30px;
  left: 14px;
  top: 18px;
}

.post-content .subscription a:hover {
  border-top: 4px solid #dc0d57;
  border-bottom: 4px solid rgb(255, 82, 96);
  color: #fff;
}

.code_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.code_list li {
  width: 49%;
  border: 1px solid #d5dfe7;
  padding: 10px;
  box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
  border-radius: 5px;
  margin-bottom: 9px;
  display: block;
  box-sizing: border-box;
  background: #fff;
  z-index: 0;
  border: 1px #d3e6ef solid;
  border-radius: 5px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);
  transition: .1s ease;
}

.code_list p.disc {
  color: #333;
  font-size: 13px;
  line-height: 1.3;
  margin: 7px 0;
  min-height: 1em;
  font-weight: bold;
}

.code_list p:last-child {
  display: none;
}

.code_list li:hover {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 6px 13px 20px rgb(0 0 0 / 20%);
}

.code_list li:nth-child(even) {
  margin-left: 5px;
}

.code_list li:nth-child(odd) {
  margin-right: 5px;
}

.code_list .button {
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: #000;
  text-align: center;
  font-size: 13px;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}

.mobile .code_list .button {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
}

.mobile .code_list li {
  width: 48.5%;
  box-sizing: border-box;
}

#container .btn_speech.pink .button_cv.sparkle {
  text-align: center;
  display: block;
  color: #fff;
  background: rgb(255,0,102);
  padding: 17px;
  font-weight: bold;
  border-radius: 60px;
  margin: 15px auto 20px;
  text-decoration: none;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  border-bottom: solid 6px #df1767;
  box-shadow: 0px 4px 7px rgb(253 48 48 / 50%);
  text-shadow: 2px 2px 0 rgb(0 0 0 / 20%);
  height: 70px;
  box-sizing: border-box;
  transition: .1s;
  position: relative;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 80%;
}

.mobile #container .btn_speech.pink .button_cv.sparkle {
  padding: 15px;
  width: 100%;
}

.btn_speech.pink span {
  color:#333;
}

#container .btn_speech.pink span.marker {
  background: linear-gradient(transparent 50%,#ffd9d9 50%);
}

#container .btn_speech.pink .button_cv.sparkle:hover {
  border-bottom: none;
  border-top: solid 6px #df1767;
  box-shadow: none;
}

#container .btn_speech.pink .button_cv.sparkle:after {
  overflow: hidden;
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 2s ease-in-out infinite;
  z-index: 100;
}

@-webkit-keyframes shiny-btn1 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.header_anchor_navigation {
  right: 14vw !important;
}

.recommended .recommended_point dl {
  display: block;
  width: 100%;
  padding-left: 10px;
}

.post-content .promotion_image img,.post-content .screenshot img {
  margin: 0 auto;
  display: block;
}

.mobile.archive .show_article_list_anchor {
  color: #151513 !important;
  background: #ffca4b;
  padding: 10px !important;
  border-radius: 32px;
  margin: 10px auto 10px;
  width: 77%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffbc1a;
  border-bottom: 3px solid #ffad08;
  transition: .1s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile .popular_and_new_articles_wrapper ul {
  border-bottom: 1px solid #cfcfcf;
  box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
}

.mobile.archive .show_article_list_anchor:hover {
  border-bottom: none;
  border-top: 3px solid #ffad08;
}

.mobile.archive .show_article_list_anchor::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px;
}

/*iphoneSE用*/
@media screen and (max-width: 320px) {
.mobile .post-content .interviewVer2 p.dialogue {
    max-width: 49%;
  }
  .btn_speech span{
    font-size: 15px;
  }
  #container .btn_speech.pink .button_cv.sparkle {
    font-size: 18px;
  }
}

/*END アプリランキング*/

.profile {
  border: 2px solid #6391ea;
  font-size: 13px;
  margin-bottom: 15px;
}

.post-content table td {
  word-break: break-all;
}

.profileBox {
  padding: 1em;
}

.profile_image {
  display: flex;
  align-items: center;
}

.profile_image p {
  margin: 0;
}

.profile_img {
    border: 2px solid #5fc9ff;
}

.profile_text {
  margin-top: 20px;
}

.profile_text_name {
  padding-left: 1em;
}

.post-content .team_name {
  font-size: 12px;
  font-weight: normal;
  color: #737d8a;
}

.profile_text_description {
  margin-bottom: 20px;
}

.post-content .voltex_name{
  font-size: 12px;
}

.supervisor_name {
  font-size: 15px;
}

.header_info {
  background: #fff;
}

.news_container li a {
  background: #fff;
}

.post-content table.medium_banner td img {
  width: 90%;
  padding: 5px 0 0;
}

.news_container .news {
  background: #fff;
}

.post-content h3.supervisor_header {
  margin: 0px;
  color: #fff;
  padding: 5px 0 5px 0;
  border-left: none;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  background: #6391eb;
  padding: 5px 1em;
}

.profile_text_description bold {
  font-size: 12px;
}

.ranking_appli_name {
  font-weight: bold;
  color: #222323;
}

.mobile .game_animate_switch_down {
  background: #f0f2f3 !important;
  text-align: center;
  position: relative;
}

.mobile #top_main {
  position: relative;
}

.mobile #top_main:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 44px;
  background-image: linear-gradient(90deg,#f0f2f300,#f0f2f3);
  pointer-events: none;
}

div[id^="mntad"]{
  margin-bottom: 8px;
}

.contents_list ul li {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp_ad_next_menu>div#breadcrumb {
  padding:0 !important;
}

.game_animate_switch_down ul {
  margin: -5px auto 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.mobile .game_animate_switch_down ul {
  justify-content: flex-start;
}

.mobile .game_animate_switch_down ul {
  width: max-content;
  padding: 0 14px;
}

.mobile .game_animate_switch_down ul li {
  width: fit-content;
  background: #f0f2f3;
  padding: 18px 0 12px;
  border: none;
}

.mobile .game_animate_switch_down ul li a {
  border-right: 1px solid #b3c6cd;
  padding: 0 10px;
  color: #000;
}

.mobile header .head_line {
  border: none !important;
}

.game_animate_switch_down ul li {
  width: fit-content;
  transition: .1s;
  padding: 10px 0;
  border-bottom: 3px solid #21282d;
}

.game_animate_switch_down ul li:hover {
  border-bottom: 3px solid rgb(255, 101, 85);
}

.game_animate_switch_down ul li a {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100%;
  padding: 0 1.5em;
  font-size: 12px !important;
  display: block !important;
  align-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1.2;
  border-right: 1px solid #677179;
}

.game_animate_switch_down ul li:hover a {
  color :rgb(255, 101, 85);
}

.game_animate_switch_down ul li:first-child a {
  border-left: 1px solid #677179;
}
.mobile .game_animate_switch_down ul li:first-child a {
  border-left: none;
}

.game_animate_switch_down ul li img {
  margin-right: 8px;
  width: 24px;
}

#searchform {
  display: flex;
}

.search_input_wrapper {
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  padding: 0;
  display: inline-block;
  font-size: 13px;
}

.searchform_search_button {
  border-radius: 0px 40px 40px 0px;
  padding: 0 10px;
  margin: 0;
  height: 25px;
}

header#header #header-in .game_animate_switch img {
  width: 24px!important;
  vertical-align: middle;
}

header#header .box-search input.s::placeholder {
  font-size: 12px;
}

header#header .box-search {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header#header .box-search input.s {
  background: none;
  height: 16px;
  background-image: none!important;
  padding-left: 6px;
  background-repeat: no-repeat;
  background-position: 4px;
}
header#header {
  margin-bottom: 0 !important;
}
header#header #header-in #logo {
  width: 106px;
}

.partition,
.post-content p.partition {
  display: block;
  margin: 3px 0;
  border-bottom: 1px dotted #b9cbd4;
}

.partition_bold,
.post-content p.partition_bold {
  display: block;
  margin: 5px 0;
  border-bottom: 3px dotted #8f8f8f;
  padding-bottom: 5px;
}

table p {
  margin-bottom: 0;
}

.post-content td hr {
  border-top:1px dotted #e2e2e2 !important;
}

td img {
  vertical-align: middle;
}

.left_menu .left_menu_s_new h2 {
  background: #333f48;
  margin-top: 0;
  font-size: 13px;
  border: none;
  margin-bottom: 0;
  text-shadow: none;
}
.left_menu h3 {
  font-size: 13px;
}
.left_menu .left_menu_s_new table {
  margin-bottom: 0
}
.left_menu .left_menu_s_new table td a{
  padding: 5px;
  font-weight: normal;
}
.left_menu .left_menu_s_new h2::after,.left_menu .left_menu_s_new h2::before {
  background: none;
}

.warning {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 12px 12px 12px;
  font-size: 12px;
  border-color: #ff0000;
}
 .warning div {
   color: #ff0000;
   font-weight: bold;
   font-size: 14px;
}

.warning p {
  margin: 0;
}

.mobile_cat_header_icon {
  border-radius: 5px;
}

.popular_and_new_articles_wrapper li{
  box-sizing: border-box !important;
  width: 100% !important;
}

.popular_and_new_articles_wrapper li.ad_pop_new {
  height: auto !important;
  display: block !important;
  box-sizing: border-box !important;
}

.popular_and_new_articles_wrapper .simple_popular .title {
  width: 100%;
  padding: 0 0 0 7px;
}

.post-content .align_left td {
  text-align: left;
}

.post-content .align_right td {
  text-align: right;
}

.post-content .align_left,.align_left {
  text-align: left;
}

.post-content .align_right,.align_right {
  text-align: right;
}

.post-content .align_center,.align_center {
  text-align: center;
}

 .word_break_all {
   word-break: break-all;
}

.width_50per td {
  width: 50%;
}

.width_33per td {
  width: 33.3%;
}

.width_25per td {
  width: 25%;
}

.width_20per td {
  width: 20%;
}

#container .red {
  color: #ff003c;
}

#container .orange {
  color: #ee4d0d;
}

#container .blue {
  color: #0e4cd9;
}

#container .purple {
  color: #a300d9;
}

#container .green {
  color: #489801;
}

#container .water_blue {
  color: #0194ca;
}

#container .yellow {
  color: #f4a101;
}

#container .brown {
  color: #933b01;
}

#container .pink {
  color: #f26f9a;
}

#container .marker {
  background:linear-gradient(transparent 60%, #ff6 60%);
}

/* ランキングテーブル(thなし) */
.ranking_th_none tr td:first-child  {
  color: #346e8a;
  font-weight: bold;
  font-size: 15px;
  width: 15%;
  background: url(/wp-content/themes/appmedia/images/common/img/icon_crown_none.png) no-repeat;
  background-size: 30px 30px;
  background-position: 50% calc(50% - 3px);
}

.ranking_th_none tr:nth-child(1) td:first-child {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background: url(/wp-content/themes/appmedia/images/common/img/icon_crown_gold.png) no-repeat;
    background-size: 40px 35px;
    background-position: 50% calc(50% - 2px);
    text-shadow :2px  2px 1px #77360a,-2px  2px 1px #77360a,2px -2px 1px #77360a,-2px -2px 1px #77360a,2px  0px 1px #77360a,0px  2px 1px #77360a,-2px  0px 1px #77360a,0px -2px 1px #77360a;
    padding-top: 12px;
  }

.ranking_th_none tr:nth-child(2) td:first-child {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: url(/wp-content/themes/appmedia/images/common/img/icon_crown_silver.png) no-repeat;
  background-size: 40px 35px;
  background-position: 50% calc(50% - 2px);
  text-shadow :2px  2px 1px #2c6479,-2px  2px 1px #2c6479,2px -2px 1px #2c6479,-2px -2px 1px #2c6479,2px  0px 1px #2c6479,0px  2px 1px #2c6479,-2px  0px 1px #2c6479,0px -2px 1px #77360a;
  padding-top: 12px;
}

.ranking_th_none tr:nth-child(3) td:first-child {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: url(/wp-content/themes/appmedia/images/common/img/icon_crown_copper.png) no-repeat;
  background-size: 40px 35px;
  background-position: 50% calc(50% - 2px);
  text-shadow :2px  2px 1px #77360a,-2px  2px 1px #77360a,2px -2px 1px #77360a,-2px -2px 1px #77360a,2px  0px 1px #77360a,0px  2px 1px #77360a,-2px  0px 1px #77360a,0px -2px 1px #77360a;
  padding-top: 12px;
}

/* ランキングテーブル(thあり) */
.ranking_th_is tr td:first-child  {
  color: #346e8a;
  font-weight: bold;
  font-size: 15px;
  width: 15%;
  background: url(/wp-content/themes/appmedia/images/common/img/icon_crown_none.png) no-repeat;
  background-size: 30px 30px;
  background-position: 50% calc(50% - 3px);
}

.ranking_th_is tr:nth-child(2) td:first-child {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background: url(/wp-content/themes/appmedia/images/common/img/icon_crown_gold.png) no-repeat;
    background-size: 40px 35px;
    background-position: 50% calc(50% - 2px);
    text-shadow :2px  2px 1px #77360a,-2px  2px 1px #77360a,2px -2px 1px #77360a,-2px -2px 1px #77360a,2px  0px 1px #77360a,0px  2px 1px #77360a,-2px  0px 1px #77360a,0px -2px 1px #77360a;
    padding-top: 12px;
  }

.ranking_th_is tr:nth-child(3) td:first-child {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: url(/wp-content/themes/appmedia/images/common/img/icon_crown_silver.png) no-repeat;
  background-size: 40px 35px;
  background-position: 50% calc(50% - 2px);
  text-shadow :2px  2px 1px #2c6479,-2px  2px 1px #2c6479,2px -2px 1px #2c6479,-2px -2px 1px #2c6479,2px  0px 1px #2c6479,0px  2px 1px #2c6479,-2px  0px 1px #2c6479,0px -2px 1px #77360a;
  padding-top: 12px;
}

.ranking_th_is tr:nth-child(4) td:first-child {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: url(/wp-content/themes/appmedia/images/common/img/icon_crown_copper.png) no-repeat;
  background-size: 40px 35px;
  background-position: 50% calc(50% - 2px);
  text-shadow :2px  2px 1px #77360a,-2px  2px 1px #77360a,2px -2px 1px #77360a,-2px -2px 1px #77360a,2px  0px 1px #77360a,0px  2px 1px #77360a,-2px  0px 1px #77360a,0px -2px 1px #77360a;
  padding-top: 12px;
}

/*広告調整用*/
.zucks_widget_q3595phvl5g .zucks-widget-content-image {
  width: 133px !important;
  height: auto !important;
}

/*余白調整用*/

.br_mb5 {
  content: "";
  margin-bottom: 5px;
  display: block;
}

.mt-1 {
  margin-top: -1px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt3 {
  margin-top: 3px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.mr3 {
  margin-right: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.mr4 {
  margin-right: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt3 {
  padding-top: 3px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pr3 {
  padding-right: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pr4 {
  padding-right: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}


/*カスタムオーダーリスト*/

.post-content ol.custom_order {
  counter-reset: number 0;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
  border: solid 1px #c5d4dc;
  font-size: 12px;
}

.post-content ol.custom_order ol{
  padding-left: 1em;
}

.post-content ol.custom_order li{
  padding-left: 1.3em;
  position: relative;
  line-height: 1.5em;
  border-bottom: solid 1px #c5d4dc;
  position: relative;
  padding: .5em 0.5em .5em 31px;
  margin: 0;
  background:#fff;
}

.post-content ol.custom_order.order_list li {
  padding: 10px 0.5em 10px 31px;
}

.green_double_border {
  border-radius: 10px;
  border: 4px double #a0d868;
  font-size: 100%;
  padding: 1em;
  margin-bottom: 10px;
}

.check_list_group .fa-check-square-o:before {
  color: #549411;
  margin-left: 8px;
}

.single .su-service-title {
  margin: 0;
  background: #fff;
  padding: 0 10px 0px 30px !important;
  font-weight: bold;
}

.check_list_group {
  border: 2px solid #a0d868;
  font-size: 100%;
  padding: 1em;
  border-radius: 5px;
}

.tips_method {
    margin: 0em;
    display: inline-block;
    position: relative;
    top: 0;
    padding: 3px 11px;
    height: auto;
    line-height: 1.5em;
    color: #fff;
    background: #77b738;
    font-weight: bold;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.tips_method + div {
    background: rgba(255,255,255,0);
    border: solid 2px #85c248;
    border-radius: 0 5px 5px;
    padding: 1em;
    font-size: 100%;
}
.bg_sub_plate_orange {
    position: relative;
    margin: 1em 0 1em 0;
    border-radius: 5px;
    background: #fff2e5;
    font-size: 100%;
    padding: 1em;
}

.post-content ol.custom_order.range_specification li {
  padding: .5em 0.5em .5em 26px;
}

.post-content ol.custom_order.stripe li:nth-child(even) {
  background: #f5fafd;
}

.post-content ol.custom_order li:last-child {
  border-bottom: none;
}

.post-content ol.custom_order li p {
  margin-bottom: 0;
}

.post-content ol.custom_order li:before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #ff7c3e;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight: bold;
  font-size: 13px;
  border-radius: 10%;
  left: 5px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2px 3px 0px 3px;
  min-width: 15px;
}

.post-content ol.custom_order.order_list {
  border: none;
}

.post-content ol.custom_order.order_list li:before {
  border-radius: 10%;
  left: 0;
  text-align: center;
  top: 50%;
}

.post-content ol.custom_order.fgo_blue li:before,.post-content ol.custom_order.custom_order_blue li:before {
  background: #2d467e;
}

.post-content ol.custom_order.range_specification {
  border:none;
}

.post-content ol.custom_order.range_specification li:before {
  border-radius: 10%;
  left: 0;
  text-align: center;
}

.popular_and_new_articles_wrapper .thumbnail_wrapper {
  position: relative;
  width: 150px;
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 59px;
}

table.width_average{
  opacity: 0;
}

.game_right_contents {
  color: #697e8f;
  padding: 0 1em 1em;
  font-weight: lighter;
  font-size: 11px;
  display: block;
}

.nav_left_menu .game_right_contents {
  padding: 1em;
}

.su-spoiler-style-fancy > .su-spoiler-title {
  background: #fff !important;
  border-radius: 3px !important;
  font-size: 15px !important;
  color: #929aa7;
  border: 1px solid #7c8898 !important;
  padding: 10px !important;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  text-align: center !important;
}

.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title:after {
  content: "\e933";
  color: #fff;
  padding-left: 5px;
  font-weight: 400;
  background: #697077;
  position: absolute;
  right: 10px;
  padding: 3px 2px 2px 3px;
  border-radius: 9px;
  top: 25%;
  font-size: 13px;
}

.su-spoiler-style-fancy > .su-spoiler-title:after {
  content: "\e932";
  color: #fff;
  padding-left: 5px;
  font-weight: 400;
  background: #697077;
  position: absolute;
  right: 10px;
  padding: 3px 2px 2px 3px;
  border-radius: 9px;
  top: 25%;
  font-size: 13px;
}

.su-spoiler-content {
  padding: 14px 0!important;
}

.su-spoiler-content {
  text-align: left;
}

.su-spoiler-style-fancy {
  border: none !important;
}

.su-spoiler-icon {
  display: none !important;
}

.su-spoiler-style-fancy {
  box-shadow: none;
}

.su-spoiler-style-fancy.su-spoiler-closed {
  border: none !important;
  color: #444 !important;
  text-align: center !important;
  box-shadow: 0 2px 0 0 #FFF, 0 6px 0 -3px #7c8898, 0 9px 0 -4px #FFF, 0 12px 0 -6px #7c8898;
  position: relative;
}

.su-spoiler-content {
  padding-left:0 !important;
  padding-left:0 !important;
}

.su-spoiler-style-fancy.su-spoiler-closed .su-spoiler-content {
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.new_articles_item.single_popular {
  display: -ms-flexbox;
  display: flex;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 8px #bcd;
  margin-bottom: 5px;
  padding: .6em;
  transition: all .1s ease;
  margin-bottom: 10px;
}

.single_popular .thumbnail_wrapper {
  width: 27% !important;
}

.single_popular .article_contents {
  display: flex;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.single_popular .contents_title {
  display: flex;
  align-items: center;
  width: 65% !important;
  font-size: 13px!important;
  font-weight: bold!important;
  color: #1681b2!important;
}

.single_popular .article_contents {
  display: flex !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
  flex-grow: 1 !important;
}

#side .popular_and_new_articles_wrapper .thumbnail_wrapper {
  position: relative;
  width: 150px;
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 56px;
  background: #f2f2f2;
  border-radius: 2px;
}

#side .popular_and_new_articles_wrapper .thumbnail_wrapper {
  min-height: 58px !important;
}

.popular_and_new_articles_wrapper .thumbnail_wrapper {
  width: 146px !important;
  min-height: 56px;	min-height: 73px !important;
  background: #f2f2f2;	background: #f2f2f2;
  border-radius: 4px;	border-radius: 2px;
}

.new_article_thumbnail_wrapper{
  width: 40%;
  max-width: 136px;
  margin-right: 12px;
}
.new_article_contents {
  display: flex;
  align-items: center;
}
.new_article_contents_box {
  width: calc(100% - 148px);
}
.new_article_contents_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
  font-size: 13px;
}
.new_article_contents .p_info {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.5;
  color: #001f44!important;
}
.post-content a:hover {
  text-decoration: none!important;
}

/*タブ*/
.body-animation .tabs_hen label[class^="tab_item_hen"] {
    box-sizing: border-box;
    height: 40px;
    border-left: none !important;
    border-top: 1px solid #c5d4dc !important;
    border-radius: 4px 4px 0 0;
}

.body-animation .tabs_hen.tab_50per label[class^="tab_item_hen"]  {
    width: calc(100% / 2) !important;
}

.body-animation .tabs_hen.tab_33per label[class^="tab_item_hen"]  {
    width: calc(100% / 3) !important;
}

 .post-content .tabs_hen {
  box-shadow: 0 6px 8px rgb(0 0 0 / 20%) !important;
}

.h_sub_title{
  font-size: 14px;
  display: block;
  margin: 0 0 5px -9px;
  color:#555;
}

.mobile .h_sub_title{
  font-size: 12px;
  display: block;
  opacity: 0.5;
  margin: 0 0 5px -4px;
}


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

  .post-content .partition + p {
    font-size: 11px
  }
  #main h1.entry-title {
    padding: 10px 10px 0 !important;
  }

  .new_articles_item.single_popular {
    padding: 8px;
  }
  .new_article_thumbnail_wrapper {
    width: 30%;
    margin-right: 10px;
  }
  .new_article_contents .p_info {
    -webkit-line-clamp: 2;
    line-height: 1.5!important;
  }
  .new_article_contents_box {
    width: calc(65% - 12px);
  }
  .new_article_contents_title {
    -webkit-line-clamp: 3;
  }

  .entry-content .entry-title-ac {
    border: none;
    background: none !important;
  }

  .single_popular .thumbnail_wrapper {
    width: 70% !important;
  }
  .single_popular .article_contents {
    width: 100%;
  }
}

button.click_copy_button{
  background: #fff;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  position: relative;
}

button.click_copy_button > .copy{
  display: inline-block;
  color: #444;
}
button.click_copy_button > .copyed{
  display: none;
}

button.click_copy_button.fit{
  display: block;
  width: fit-content;
  margin: 4px auto;
  outline: none;
  border: 1px solid #c1c9cd;
  padding: 4px 11px 4px 30px;
  font-weight: bold;
  min-height: 30px;
}

button.click_copy_button.fit:before {
  position: absolute;
  content: "\e922";
  font-family: 'icomoon' !important;
  margin-left: 5px;
  margin-right: 5px;
  left: 9px;
  top:6px;
  color:black;
  font-size: 16px;
}

.mobile button.click_copy_button.fit:before {
  left: 9px;
  top: 4px;
}

button.click_copy_button.inline{
  border-radius: 4px;
  width: fit-content;
  cursor: pointer;
  outline: none;
  background: #fff;
  color: #999;
  font-weight: bold;
  padding: 1px 6px 0 24px;
  border: none;
  border: 1px solid #ccc;
  margin: 0 2px;
  position: relative;
}

button.click_copy_button.inline:before {
  position: absolute;
  content: "\e922";
  font-family: 'icomoon' !important;
  margin-left: 5px;
  margin-right: 5px;
  color: #1590cb;
  left: 5px;
  top: 4px;
}

.mobile button.click_copy_button.inline:before {
  left: 3px;
  top: 1px;
}

button.click_copy_button.green {
  padding: 10px 20px 10px 40px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #04B404;
  border: 1px solid #04B404;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  width: fit-content;
  margin: 4px auto;
  transition: .1s;
  border-bottom: 4px solid #198523;
  height:50px;
}

button.click_copy_button.blue {
  padding: 10px 20px 10px 40px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff !important;
  background: #0aa5c9;
  border: 1px solid #07a6c9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  width: fit-content;
  margin: 5px auto;
  transition: .1s;
  border-bottom: 4px solid #027c97;
  height: 50px;
}

button.click_copy_button.blue .copy {
  color:#fff;
}

button.click_copy_button.green:hover {
  border: 1px solid #19a72c;
  background: #19a72c;
  border-top: 4px solid #198523;
  border-bottom: none;
}

button.click_copy_button.blue:hover {
  border: 1px solid #05a0c0;
  background: #059fc1;
  border-top: 4px solid #04839d;
  border-bottom: none;
}

button.click_copy_button.green:before,button.click_copy_button.blue:before{
  position: absolute;
  content: "\e922";
  font-family: 'icomoon' !important;
  margin-left: 5px;
  margin-right: 5px;
  left: 14px;
  top: 12px;
  color: #fff;
  font-size: 19px;
}

.large {
  font-size:20px;
  font-weight:bold;
}

.mobile button.click_copy_button.green:before {
  left: 15px;
  top: 10px;
}

.mobile button.click_copy_button.green.three_column:before {
  left: calc(50% - 2.3em);
  top: 25%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile button.click_copy_button.green.three_column {
  padding: 10px 10px 10px 20px;
  font-size: 12px;
  height: 41px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}


button.click_copy_button.green > .copy{
  color: #fff;
}

button.click_copy_button.inline > .copy{
  display: inline-block;
  color: #1690cb;
}

.matrix td:first-child{
  background-color:#f1f6f7;
  text-align:center;
  font-weight:bold;
}

.matrix tr.rowspan ~ tr td:first-child{
  background-color:#fff;
  font-weight: lighter;
}

.matrix tr.rowspan td:first-child[rowspan]{
  background-color:#f1f6f7;
  font-weight: bold;
}


.game_animate_switch .game,
.game_animate_switch .animation{
    display: block;
    width: 50%;
    color: #fff;
    font-weight: bold;
    font-family: M PLUS Rounded\ 1c,sans-serif;
    font-size: 15px;
    padding: 4px 10px;
    text-align: center;
}

.game_animate_switch img{
    width: auto;
    vertical-align: middle;
    margin-right: 4px;
    width: 24px!important;
}

.game_animate_switch .game, .game_animate_switch .animation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.game_animate_switch .game,
.game_animate_switch .animation{
  display: block;
  width: 50%;
  color: #fff;
  font-weight: bold;
  font-family: M PLUS Rounded\ 1c,sans-serif;
  font-size: 15px;
  padding: 4px 10px;
  text-align: center;
}
.game_animate_switch img{
  width: auto;
  vertical-align: middle;
  margin-right: 4px;
  width: 24px;
}
.game_animate_switch .game, .game_animate_switch .animation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-content .subtext {
  font-size: 10px;
  color: #888;
  line-height: 120%;
}

.post-content table.pa2 td {
  padding: 4px 2px;
}

.post-content table.pa2 th {
  padding: 2px;
}

.post-content table.pa0 td {
  padding: 0px;
}

.post-content table.pa0 th {
  padding: 2px;
}

.post-content table td.pa0 {
  padding: 0px;
}

.post-content table td.pa2 {
  padding: 2px;
}

.post-content table.left td {
  text-align: left;
}

.post-content table td.left {
  text-align: left;
}

.post-content .each {
  background-color: #fff6e6;
  color: #ff6600!important;
  font-weight: bold;
}

.each a,
a.each {
  pointer-events: none;
  color: #ff6600!important;
}

.post-content td.prepare {
  background-color: #f0f0f0;
  color: #808080;
  font-weight: bold;
}

.post-content table.ma0 {
  margin: 0px;
}

img.ma0 {
  margin: 0px;
}

.post-content ul.simple_list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.post-content ul.simple_list li {
  list-style: disc;
  font-weight: normal;
  font-size: 13px;
}

.post ul.simple_list li {
  line-height: normal;
}

.post-content ul.simple_list p {
  margin: 0px;
}

.post-content ul.simple_list img {
  vertical-align: middle;
}

span.caption {
  font-weight: bold;
  color: #339966;
}

span.ls01 {
  letter-spacing: -0.1em;
}

td.ls01 {
  letter-spacing: -0.1em;
}

th.ls01 {
  letter-spacing: -0.1em;
}

span.ls015 {
  letter-spacing: -0.15em;
}

td.ls015 {
  letter-spacing: -0.15em;
}

th.ls015 {
  letter-spacing: -0.15em;
}

span.ls02 {
  letter-spacing: -0.2em;
}

td.ls02 {
  letter-spacing: -0.2em;
}

th.ls02 {
  letter-spacing: -0.2em;
}

span.sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.7em;
}

.post-content p.note {
  font-size: 10px;
  color: #ff0000;
}

span.note {
  font-size: 10px;
  color: #ff0000;
}

.post-content p.return {
  text-align: right;
  font-size: 10px;
}

div.chart_hr {
  font-size: 8px;
  color: #777;
  margin: 0 3px;
  padding: 3px 0 0 0;
  border-top: 1px solid #c5d4dc;
  line-height: 120%;
}

div.hr {
  margin: 0 3px;
  border-top: 1px solid #c5d4dc;
}

div.scroll_x {
  overflow-x: auto;
  white-space: nowrap;
}

img.sicon {
  border-radius: 10px;
  margin-bottom: 2px;
}

img.icon_mini {
  border-radius: 5px;
  display: inline-block;
  width:20px;
  margin-bottom: 2px;
  margin-right: 2px;
  vertical-align: middle;
}

.gray {
  color: #ddd;
}

.chart_list {
  display: flex;
  margin-bottom: 10px;
}

.chart_list ul {
  position: relative;
  font-weight: bold;
  display: flex;
  width: 100%;
}

.chart_list a:hover {
  text-decoration: none;
}

.chart_list ul a {
  width: 100%;
  height: 100%;
  font-size: 12px;
  display: table;
  padding: 10px 5px;
  text-decoration: none;
}

.chart_list li {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #d6e3f5;
}

.chart_list li:hover {
  background-color: #127cc6;
  color: #fff;
}

.chart_list li:hover a {
  color: #fff;
}

.linkbtn_chart01 a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2020/02/icon_arrow_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin-top: -8px;
  padding: 5px 0px;
}

.linkbtn_chart01 :hover:before {
  background-image: url(/wp-content/uploads/2020/02/icon_arrow_left_hover.png);
}

.linkbtn_chart02 a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2020/02/icon_arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  margin-top: -8px;
  padding: 5px 0px;
}

.linkbtn_chart02 a:hover:before {
  background-image: url(/wp-content/uploads/2020/02/icon_arrow_right_hover.png);
}

.linkbtn_chart01 span {
  vertical-align: middle;
  display: table-cell;
  padding: 0px 0px 0px 20px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  line-height: 150%;
  text-align: center;
}

.linkbtn_chart02 span {
  vertical-align: middle;
  display: table-cell;
  padding: 0px 20px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  line-height: 150%;
  text-align: center;
}

.font9 {
  font-size: 9px;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font19 {
  font-size: 19px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font26 {
  font-size: 26px;
}
.font27 {
  font-size: 27px;
}
.font28 {
  font-size: 28px;
}
.font29 {
  font-size: 29px;
}
.font30 {
  font-size: 30px;
}
.font31 {
  font-size: 31px;
}
.font32 {
  font-size: 32px;
}
.font33 {
  font-size: 33px;
}
.font34 {
  font-size: 34px;
}
.font35 {
  font-size: 35px;
}
.font36 {
  font-size: 36px;
}
.font37 {
  font-size: 37px;
}
.font38 {
  font-size: 38px;
}
.font39 {
  font-size: 39px;
}
.font40 {
  font-size: 40px;
}
.post-content td a.fc-event {
  color: #fff;
}

.body_layer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
}

@media(max-width:414px) {
  .linkbtn_chart01 span {
    font-size: 11px;
    padding-right: 10px;
    padding-left: 20px;
  }
  .linkbtn_chart02 span {
    font-size: 11px;
    padding-right: 30px;
    padding-left: 0px;
  }
}
